01M0X8W5C76VFGFJZKYJ7T867R: 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: 01M0X8XH8FVVX0NXTZRVTFF8JX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T20:14:41.686Zjob assigned to worker 01M0X8XRBB17B8KT1Q5P8FZY7S [factory aws, i-0162b0b790778d514] (queued for 51 s)
 
22026-08-25T20:14:49.083Zstarting task 0: "setup"
32026-08-25T20:14:49.088Z++ uname -s
42026-08-25T20:14:49.092Z+ kern=SunOS
52026-08-25T20:14:49.092Z+ build_user=build
62026-08-25T20:14:49.092Z+ build_uid=12345
72026-08-25T20:14:49.092Z+ work_dir=/work
82026-08-25T20:14:49.092Z+ input_dir=/input
92026-08-25T20:14:49.092Z+ [[ 0 == 12345 ]]
102026-08-25T20:14:49.093Z+ case "$kern" in
112026-08-25T20:14:49.093Z+ groupadd -g 12345 build
122026-08-25T20:14:49.095Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T20:14:51.105Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T20:14:51.188Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T20:14:51.191Z+ home_fs=zfs
162026-08-25T20:14:51.191Z+ [[ zfs == autofs ]]
172026-08-25T20:14:51.191Z+ mkdir -p /home/build
182026-08-25T20:14:51.195Z+ chown build:build /home/build /work
192026-08-25T20:14:53.195Z+ chmod 0700 /home/build /work
202026-08-25T20:14:53.199Zprocess exited: duration 4116 ms, exit code 0
 
212026-08-25T20:14:53.230Zstarting task 1: "rust-toolchain"
222026-08-25T20:14:53.248Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T20:14:53.248Z * rust toolchain channel = "1.97.1"
242026-08-25T20:14:53.248Z * rust toolchain profile = "default"
252026-08-25T20:14:53.248Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T20:14:53.248Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T20:14:53.248Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T20:14:53.249Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T20:14:53.249Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T20:14:53.325Zinfo: downloading installer
312026-08-25T20:14:54.998Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T20:14:54.998Zwarn: /home/build/.rustup/settings.toml
332026-08-25T20:14:54.999Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T20:14:54.999Zwarn: instead of the one inferred from the default host triple.
352026-08-25T20:14:55.011Zinfo: profile set to default
362026-08-25T20:14:55.012Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T20:14:55.016Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T20:14:55.176Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T20:14:55.181Zinfo: downloading 6 components
402026-08-25T20:15:09.639Z
412026-08-25T20:15:09.639Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-25T20:15:09.671Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T20:15:09.672Z
442026-08-25T20:15:09.672Z
452026-08-25T20:15:09.672ZRust is installed now. Great!
462026-08-25T20:15:09.672Z
472026-08-25T20:15:09.672ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T20:15:09.672Zenvironment variable. This has not been done automatically.
492026-08-25T20:15:09.672Z
502026-08-25T20:15:09.672ZTo configure your current shell, you need to source
512026-08-25T20:15:09.672Zthe corresponding env file under $HOME/.cargo.
522026-08-25T20:15:09.672Z
532026-08-25T20:15:09.672ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T20:15:09.672Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T20:15:09.673Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T20:15:09.673Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T20:15:09.673Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T20:15:09.673Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T20:15:09.674Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T20:15:09.678Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T20:15:09.678Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T20:15:09.784Z+ rustup --version
632026-08-25T20:15:09.789Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T20:15:09.793Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T20:15:09.810Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T20:15:09.812Z+ cargo --version
672026-08-25T20:15:09.821Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T20:15:09.824Z+ rustc --version
692026-08-25T20:15:09.844Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T20:15:09.847Zprocess exited: duration 16624 ms, exit code 0
 
712026-08-25T20:15:09.856Zstarting task 2: "authentication"
722026-08-25T20:15:09.873Zprocess exited: duration 17 ms, exit code 0
 
732026-08-25T20:15:09.880Zstarting task 3: "clone repository"
742026-08-25T20:15:09.885Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T20:15:09.888Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T20:15:09.923ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T20:15:33.338Z+ cd /work/oxidecomputer/omicron
782026-08-25T20:15:33.338Z+ git fetch origin f9406b5460c1f04022a1060d2b372426b70b4370
792026-08-25T20:15:33.696ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T20:15:33.696Z * branch f9406b5460c1f04022a1060d2b372426b70b4370 -> FETCH_HEAD
812026-08-25T20:15:33.709Z+ [[ -n '' ]]
822026-08-25T20:15:33.709Z+ git reset --hard f9406b5460c1f04022a1060d2b372426b70b4370
832026-08-25T20:15:33.766ZHEAD is now at f9406b546 set a longer 60s timeout
842026-08-25T20:15:33.770Zprocess exited: duration 23887 ms, exit code 0
 
852026-08-25T20:15:33.776Zstarting task 4: "build"
862026-08-25T20:15:33.781Z+ source .github/buildomat/ci-env.sh
872026-08-25T20:15:33.784Z++ export CARGO_TERM_COLOR=always
882026-08-25T20:15:33.784Z++ CARGO_TERM_COLOR=always
892026-08-25T20:15:33.784Z+++ uname -s
902026-08-25T20:15:33.785Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-25T20:15:33.785Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-25T20:15:33.840Z+ cargo --version
932026-08-25T20:15:33.841Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-25T20:15:33.841Z+ rustc --version
952026-08-25T20:15:33.841Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-25T20:15:33.849Z+ cargo tree --locked
972026-08-25T20:15:34.007Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
982026-08-25T20:15:34.315Z Updating crates.io index
992026-08-25T20:15:34.320Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1002026-08-25T20:15:34.621Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1012026-08-25T20:15:35.032Z Updating git repository `https://github.com/oxidecomputer/propolis`
1022026-08-25T20:15:36.001Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032026-08-25T20:15:36.535Z Updating git repository `https://github.com/oxidecomputer/crucible`
1042026-08-25T20:15:38.484Z Updating git repository `https://github.com/oxidecomputer/opte`
1052026-08-25T20:15:39.391Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062026-08-25T20:15:39.962Z Updating git repository `https://github.com/oxidecomputer/lldp`
1072026-08-25T20:15:40.061Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1082026-08-25T20:15:41.280Z Updating git repository `https://github.com/oxidecomputer/clickward`
1092026-08-25T20:15:41.598Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1102026-08-25T20:15:42.003Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1112026-08-25T20:15:42.612Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1122026-08-25T20:15:42.910Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1132026-08-25T20:15:43.217Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1142026-08-25T20:15:43.521Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1152026-08-25T20:15:44.059Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1162026-08-25T20:15:44.387Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1172026-08-25T20:15:45.029Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1182026-08-25T20:15:45.555Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1192026-08-25T20:15:45.827Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1202026-08-25T20:15:46.308Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212026-08-25T20:15:46.596Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1222026-08-25T20:15:47.336Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-08-25T20:15:47.817Z Updating git repository `https://github.com/oxidecomputer/erebor`
1242026-08-25T20:15:48.195Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1252026-08-25T20:15:48.702Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1262026-08-25T20:15:49.203Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1272026-08-25T20:15:49.637Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1282026-08-25T20:15:50.047Z Updating git repository `https://github.com/oxidecomputer/ispf`
1292026-08-25T20:15:50.307Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1302026-08-25T20:15:50.657Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1312026-08-25T20:15:51.048Z Updating git repository `https://github.com/oxidecomputer/tough`
1322026-08-25T20:15:53.212Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1332026-08-25T20:15:53.851Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1342026-08-25T20:15:54.144Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1352026-08-25T20:15:54.442Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1362026-08-25T20:15:54.739Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1372026-08-25T20:15:55.043Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-08-25T20:15:55.321Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1392026-08-25T20:15:55.614Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402026-08-25T20:15:55.914Z Updating git repository `https://github.com/illumos/smf-rs`
1412026-08-25T20:15:56.300Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1422026-08-25T20:15:59.502Z Downloading crates ...
1432026-08-25T20:15:59.558Z Downloaded cpufeatures v0.3.0
1442026-08-25T20:15:59.569Z Downloaded crucible-workspace-hack v0.1.0
1452026-08-25T20:15:59.572Z Downloaded compression-codecs v0.4.37
1462026-08-25T20:15:59.576Z Downloaded colored v2.2.0
1472026-08-25T20:15:59.576Z Downloaded convert_case v0.4.0
1482026-08-25T20:15:59.580Z Downloaded crypto-common v0.1.7
1492026-08-25T20:15:59.586Z Downloaded derive_builder_macro v0.20.2
1502026-08-25T20:15:59.590Z Downloaded clap_lex v1.0.0
1512026-08-25T20:15:59.590Z Downloaded colorchoice v1.0.4
1522026-08-25T20:15:59.593Z Downloaded headers-core v0.3.0
1532026-08-25T20:15:59.594Z Downloaded crossbeam-channel v0.5.15
1542026-08-25T20:15:59.597Z Downloaded hmac v0.12.1
1552026-08-25T20:15:59.600Z Downloaded compression-core v0.4.31
1562026-08-25T20:15:59.603Z Downloaded hubpack_derive v0.1.1
1572026-08-25T20:15:59.606Z Downloaded cobs v0.3.0
1582026-08-25T20:15:59.609Z Downloaded cstr-argument v0.1.2
1592026-08-25T20:15:59.609Z Downloaded constant_time_eq v0.3.1
1602026-08-25T20:15:59.612Z Downloaded crunchy v0.2.4
1612026-08-25T20:15:59.612Z Downloaded darling_macro v0.23.0
1622026-08-25T20:15:59.612Z Downloaded is-terminal v0.4.17
1632026-08-25T20:15:59.612Z Downloaded convert_case v0.10.0
1642026-08-25T20:15:59.612Z Downloaded heck v0.4.1
1652026-08-25T20:15:59.615Z Downloaded home v0.5.12
1662026-08-25T20:15:59.618Z Downloaded cipher v0.5.2
1672026-08-25T20:15:59.618Z Downloaded corncobs v0.1.4
1682026-08-25T20:15:59.621Z Downloaded const_format_proc_macros v0.2.34
1692026-08-25T20:15:59.621Z Downloaded diesel_table_macro_syntax v0.3.0
1702026-08-25T20:15:59.621Z Downloaded hash32 v0.2.1
1712026-08-25T20:15:59.624Z Downloaded clap_derive v4.6.1
1722026-08-25T20:15:59.624Z Downloaded cmov v0.5.4
1732026-08-25T20:15:59.624Z Downloaded guppy-workspace-hack v0.1.0
1742026-08-25T20:15:59.630Z Downloaded hex v0.4.3
1752026-08-25T20:15:59.635Z Downloaded hex-literal v0.4.1
1762026-08-25T20:15:59.636Z Downloaded cmake v0.1.57
1772026-08-25T20:15:59.646Z Downloaded httpdate v1.0.3
1782026-08-25T20:15:59.649Z Downloaded concurrent-queue v2.5.0
1792026-08-25T20:15:59.649Z Downloaded ctr v0.10.1
1802026-08-25T20:15:59.650Z Downloaded group v0.13.0
1812026-08-25T20:15:59.653Z Downloaded clang-sys v1.8.1
1822026-08-25T20:15:59.653Z Downloaded colored v3.1.1
1832026-08-25T20:15:59.656Z Downloaded console v0.16.2
1842026-08-25T20:15:59.656Z Downloaded darling v0.21.3
1852026-08-25T20:15:59.659Z Downloaded hash32 v0.3.1
1862026-08-25T20:15:59.659Z Downloaded http-range v0.1.5
1872026-08-25T20:15:59.659Z Downloaded illumos-nvpair v0.3.0
1882026-08-25T20:15:59.661Z Downloaded defmt-parser v1.0.0
1892026-08-25T20:15:59.661Z Downloaded http-body v1.0.1
1902026-08-25T20:15:59.661Z Downloaded hostname v0.4.2
1912026-08-25T20:15:59.664Z Downloaded hex-literal v1.1.0
1922026-08-25T20:15:59.667Z Downloaded hostname v0.3.1
1932026-08-25T20:15:59.667Z Downloaded ident_case v1.0.1
1942026-08-25T20:15:59.667Z Downloaded crc-catalog v2.4.0
1952026-08-25T20:15:59.670Z Downloaded crypto-common v0.2.2
1962026-08-25T20:15:59.670Z Downloaded darling_macro v0.21.3
1972026-08-25T20:15:59.673Z Downloaded debug-ignore v1.0.5
1982026-08-25T20:15:59.673Z Downloaded defmt v0.3.100
1992026-08-25T20:15:59.673Z Downloaded is_terminal_polyfill v1.70.2
2002026-08-25T20:15:59.673Z Downloaded cpufeatures v0.2.17
2012026-08-25T20:15:59.676Z Downloaded inout v0.1.4
2022026-08-25T20:15:59.676Z Downloaded inout v0.2.2
2032026-08-25T20:15:59.679Z Downloaded heck v0.5.0
2042026-08-25T20:15:59.682Z Downloaded crc v3.4.0
2052026-08-25T20:15:59.682Z Downloaded curve25519-dalek-derive v0.1.1
2062026-08-25T20:15:59.684Z Downloaded indoc v1.0.9
2072026-08-25T20:15:59.684Z Downloaded instability v0.3.11
2082026-08-25T20:15:59.688Z Downloaded darling_macro v0.20.11
2092026-08-25T20:15:59.691Z Downloaded assert_matches v1.5.0
2102026-08-25T20:15:59.691Z Downloaded console v0.15.11
2112026-08-25T20:15:59.698Z Downloaded derive_builder_core v0.20.2
2122026-08-25T20:15:59.701Z Downloaded constant_time_eq v0.4.2
2132026-08-25T20:15:59.701Z Downloaded crossbeam-epoch v0.9.18
2142026-08-25T20:15:59.701Z Downloaded crossbeam-utils v0.8.21
2152026-08-25T20:15:59.701Z Downloaded is_ci v1.2.0
2162026-08-25T20:15:59.701Z Downloaded base16ct v1.0.0
2172026-08-25T20:15:59.705Z Downloaded defmt v1.0.1
2182026-08-25T20:15:59.706Z Downloaded internet-checksum v0.2.1
2192026-08-25T20:15:59.706Z Downloaded crossbeam-deque v0.8.6
2202026-08-25T20:15:59.706Z Downloaded darling_macro v0.13.4
2212026-08-25T20:15:59.709Z Downloaded crc8 v0.1.1
2222026-08-25T20:15:59.709Z Downloaded async-object-pool v0.2.0
2232026-08-25T20:15:59.709Z Downloaded async-recursion v1.1.1
2242026-08-25T20:15:59.710Z Downloaded illumos-nvpair-sys v0.2.0
2252026-08-25T20:15:59.710Z Downloaded hyper-tls v0.6.0
2262026-08-25T20:15:59.710Z Downloaded hubpack v0.1.2
2272026-08-25T20:15:59.714Z Downloaded idna_adapter v1.2.1
2282026-08-25T20:15:59.714Z Downloaded instant v0.1.13
2292026-08-25T20:15:59.714Z Downloaded addr2line v0.25.1
2302026-08-25T20:15:59.714Z Downloaded darling v0.13.4
2312026-08-25T20:15:59.718Z Downloaded group v0.14.0
2322026-08-25T20:15:59.723Z Downloaded bb8 v0.8.6
2332026-08-25T20:15:59.723Z Downloaded block-buffer v0.10.4
2342026-08-25T20:15:59.727Z Downloaded bitfield-macros v0.19.4
2352026-08-25T20:15:59.727Z Downloaded http-body-util v0.1.3
2362026-08-25T20:15:59.727Z Downloaded highway v1.3.0
2372026-08-25T20:15:59.732Z Downloaded opaque-debug v0.3.1
2382026-08-25T20:15:59.732Z Downloaded csv-core v0.1.13
2392026-08-25T20:15:59.732Z Downloaded const-oid v0.9.6
2402026-08-25T20:15:59.735Z Downloaded daft-derive v0.1.8
2412026-08-25T20:15:59.739Z Downloaded argon2 v0.5.3
2422026-08-25T20:15:59.740Z Downloaded cpubits v0.1.1
2432026-08-25T20:15:59.745Z Downloaded critical-section v1.2.0
2442026-08-25T20:15:59.745Z Downloaded diesel-dtrace v0.5.0
2452026-08-25T20:15:59.747Z Downloaded bit-set v0.5.3
2462026-08-25T20:15:59.747Z Downloaded ciborium-io v0.2.2
2472026-08-25T20:15:59.750Z Downloaded cargo-platform v0.3.2
2482026-08-25T20:15:59.750Z Downloaded ciborium-ll v0.2.2
2492026-08-25T20:15:59.753Z Downloaded oxide-generation-macros v0.2.0
2502026-08-25T20:15:59.753Z Downloaded deranged v0.5.8
2512026-08-25T20:15:59.753Z Downloaded password-hash v0.6.1
2522026-08-25T20:15:59.757Z Downloaded ctutils v0.4.2
2532026-08-25T20:15:59.757Z Downloaded der_derive v0.7.3
2542026-08-25T20:15:59.761Z Downloaded parse-display v0.10.0
2552026-08-25T20:15:59.765Z Downloaded ipnetwork v0.21.1
2562026-08-25T20:15:59.768Z Downloaded criterion-plot v0.6.0
2572026-08-25T20:15:59.771Z Downloaded derive-ex v0.1.8
2582026-08-25T20:15:59.771Z Downloaded arrayvec v0.7.6
2592026-08-25T20:15:59.775Z Downloaded pathdiff v0.2.3
2602026-08-25T20:15:59.779Z Downloaded delegate v0.13.5
2612026-08-25T20:15:59.782Z Downloaded daft v0.1.8
2622026-08-25T20:15:59.786Z Downloaded pretty-hex v0.4.1
2632026-08-25T20:15:59.786Z Downloaded indent_write v2.2.0
2642026-08-25T20:15:59.789Z Downloaded proc-macro-crate v3.4.0
2652026-08-25T20:15:59.789Z Downloaded hyper-staticfile v0.10.1
2662026-08-25T20:15:59.792Z Downloaded impl-trait-for-tuples v0.2.3
2672026-08-25T20:15:59.792Z Downloaded indoc v2.0.7
2682026-08-25T20:15:59.795Z Downloaded crypto-bigint v0.5.5
2692026-08-25T20:15:59.798Z Downloaded proc-macro-error-attr v1.0.4
2702026-08-25T20:15:59.798Z Downloaded bitfield v0.19.4
2712026-08-25T20:15:59.798Z Downloaded cexpr v0.6.0
2722026-08-25T20:15:59.801Z Downloaded ref-cast-impl v1.0.25
2732026-08-25T20:15:59.801Z Downloaded potential_utf v0.1.4
2742026-08-25T20:15:59.801Z Downloaded powerfmt v0.2.0
2752026-08-25T20:15:59.804Z Downloaded proc-macro-error-attr2 v2.0.0
2762026-08-25T20:15:59.804Z Downloaded rfc6979 v0.4.0
2772026-08-25T20:15:59.809Z Downloaded scheduled-thread-pool v0.2.7
2782026-08-25T20:15:59.809Z Downloaded humantime v2.3.0
2792026-08-25T20:15:59.809Z Downloaded scroll_derive v0.13.1
2802026-08-25T20:15:59.812Z Downloaded cookie_store v0.22.1
2812026-08-25T20:15:59.815Z Downloaded data-encoding v2.10.0
2822026-08-25T20:15:59.815Z Downloaded derive_builder v0.20.2
2832026-08-25T20:15:59.818Z Downloaded des v0.9.0
2842026-08-25T20:15:59.818Z Downloaded darling v0.20.11
2852026-08-25T20:15:59.822Z Downloaded defmt-macros v1.0.1
2862026-08-25T20:15:59.826Z Downloaded anstyle v1.0.14
2872026-08-25T20:15:59.829Z Downloaded httptest v0.16.4
2882026-08-25T20:15:59.832Z Downloaded crc32fast v1.5.0
2892026-08-25T20:15:59.835Z Downloaded scopeguard v1.2.0
2902026-08-25T20:15:59.835Z Downloaded shell-words v1.1.1
2912026-08-25T20:15:59.835Z Downloaded signature v3.0.0
2922026-08-25T20:15:59.839Z Downloaded const-oid v0.10.2
2932026-08-25T20:15:59.842Z Downloaded indexmap v1.9.3
2942026-08-25T20:15:59.842Z Downloaded pbkdf2 v0.13.0
2952026-08-25T20:15:59.842Z Downloaded peg v0.8.5
2962026-08-25T20:15:59.845Z Downloaded datatest-stable v0.3.3
2972026-08-25T20:15:59.848Z Downloaded autocfg v1.5.0
2982026-08-25T20:15:59.848Z Downloaded smawk v0.3.2
2992026-08-25T20:15:59.851Z Downloaded darling_core v0.23.0
3002026-08-25T20:15:59.854Z Downloaded rustc_version v0.1.7
3012026-08-25T20:15:59.854Z Downloaded darling_core v0.20.11
3022026-08-25T20:15:59.857Z Downloaded backon v1.6.0
3032026-08-25T20:15:59.859Z Downloaded pkcs8 v0.10.2
3042026-08-25T20:15:59.859Z Downloaded compact_str v0.8.1
3052026-08-25T20:15:59.862Z Downloaded oxide-tokio-rt v0.1.4
3062026-08-25T20:15:59.862Z Downloaded primeorder v0.13.6
3072026-08-25T20:15:59.867Z Downloaded proc-macro-error v1.0.4
3082026-08-25T20:15:59.867Z Downloaded psm v0.1.30
3092026-08-25T20:15:59.870Z Downloaded blake2b_simd v1.0.4
3102026-08-25T20:15:59.870Z Downloaded cfg-expr v0.20.6
3112026-08-25T20:15:59.870Z Downloaded rand_chacha v0.9.0
3122026-08-25T20:15:59.870Z Downloaded ref-cast v1.0.25
3132026-08-25T20:15:59.870Z Downloaded relative-path v1.9.3
3142026-08-25T20:15:59.873Z Downloaded scrypt v0.12.0
3152026-08-25T20:15:59.873Z Downloaded similar-asserts v1.7.0
3162026-08-25T20:15:59.873Z Downloaded tabled_derive v0.7.0
3172026-08-25T20:15:59.876Z Downloaded target-triple v1.0.0
3182026-08-25T20:15:59.876Z Downloaded termtree v0.5.1
3192026-08-25T20:15:59.879Z Downloaded thread-id v5.1.0
3202026-08-25T20:15:59.883Z Downloaded ingot-types v0.2.0
3212026-08-25T20:15:59.885Z Downloaded rpassword v7.5.4
3222026-08-25T20:15:59.888Z Downloaded chacha20 v0.10.0
3232026-08-25T20:15:59.891Z Downloaded cookie v0.18.1
3242026-08-25T20:15:59.894Z Downloaded derive-where v1.6.0
3252026-08-25T20:15:59.894Z Downloaded hybrid-array v0.4.13
3262026-08-25T20:15:59.897Z Downloaded iana-time-zone v0.1.65
3272026-08-25T20:15:59.897Z Downloaded darling_core v0.13.4
3282026-08-25T20:15:59.900Z Downloaded derive_more v0.99.20
3292026-08-25T20:15:59.903Z Downloaded hickory-client v0.25.2
3302026-08-25T20:15:59.903Z Downloaded ingot v0.2.1
3312026-08-25T20:15:59.906Z Downloaded trait-variant v0.1.2
3322026-08-25T20:15:59.906Z Downloaded toml_write v0.1.2
3332026-08-25T20:15:59.909Z Downloaded phc v0.6.1
3342026-08-25T20:15:59.909Z Downloaded phf v0.12.1
3352026-08-25T20:15:59.909Z Downloaded const_format v0.2.35
3362026-08-25T20:15:59.914Z Downloaded darling v0.23.0
3372026-08-25T20:15:59.914Z Downloaded pin-project-lite v0.2.17
3382026-08-25T20:15:59.919Z Downloaded strip-ansi-escapes v0.2.1
3392026-08-25T20:15:59.919Z Downloaded strsim v0.10.0
3402026-08-25T20:15:59.919Z Downloaded supports-hyperlinks v3.2.0
3412026-08-25T20:15:59.919Z Downloaded peg-macros v0.8.5
3422026-08-25T20:15:59.922Z Downloaded sync_wrapper v1.0.2
3432026-08-25T20:15:59.922Z Downloaded half v1.8.3
3442026-08-25T20:15:59.922Z Downloaded ipnet v2.12.0
3452026-08-25T20:15:59.922Z Downloaded anyhow v1.0.104
3462026-08-25T20:15:59.922Z Downloaded slog-envlogger v2.2.0
3472026-08-25T20:15:59.925Z Downloaded clap v4.6.1
3482026-08-25T20:15:59.931Z Downloaded poly1305 v0.8.0
3492026-08-25T20:15:59.931Z Downloaded hyper-rustls v0.27.7
3502026-08-25T20:15:59.936Z Downloaded slog-term v2.9.2
3512026-08-25T20:15:59.936Z Downloaded snafu-derive v0.8.9
3522026-08-25T20:15:59.936Z Downloaded universal-hash v0.6.1
3532026-08-25T20:15:59.936Z Downloaded usdt-attr-macro v0.6.0
3542026-08-25T20:15:59.936Z Downloaded unicode-xid v0.2.6
3552026-08-25T20:15:59.936Z Downloaded utf-8 v0.7.6
3562026-08-25T20:15:59.937Z Downloaded wait-timeout v0.2.1
3572026-08-25T20:15:59.937Z Downloaded half v2.7.1
3582026-08-25T20:15:59.939Z Downloaded crc-any v2.5.0
3592026-08-25T20:15:59.939Z Downloaded spki v0.7.3
3602026-08-25T20:15:59.940Z Downloaded sqlformat v0.3.5
3612026-08-25T20:15:59.943Z Downloaded utf8_iter v1.0.4
3622026-08-25T20:15:59.943Z Downloaded utf8parse v0.2.2
3632026-08-25T20:15:59.943Z Downloaded usdt-macro v0.6.0
3642026-08-25T20:15:59.947Z Downloaded xshell-macros v0.2.7
3652026-08-25T20:15:59.951Z Downloaded digest-io v0.1.0
3662026-08-25T20:15:59.951Z Downloaded embedded-io v0.6.1
3672026-08-25T20:15:59.955Z Downloaded ingot-macros v0.2.0
3682026-08-25T20:15:59.958Z Downloaded rustls-pki-types v1.14.0
3692026-08-25T20:15:59.958Z Downloaded time-macros v0.2.27
3702026-08-25T20:15:59.964Z Downloaded darling_core v0.21.3
3712026-08-25T20:15:59.969Z Downloaded allocator-api2 v0.2.21
3722026-08-25T20:15:59.972Z Downloaded unarray v0.1.4
3732026-08-25T20:15:59.972Z Downloaded cancel-safe-futures v0.1.5
3742026-08-25T20:15:59.972Z Downloaded hkdf v0.12.4
3752026-08-25T20:15:59.972Z Downloaded tinytemplate v1.2.1
3762026-08-25T20:15:59.972Z Downloaded tokio-tungstenite v0.21.0
3772026-08-25T20:15:59.975Z Downloaded byteorder v1.5.0
3782026-08-25T20:15:59.975Z Downloaded downcast-rs v2.0.2
3792026-08-25T20:15:59.975Z Downloaded dropshot-api-manager-types v0.8.0
3802026-08-25T20:15:59.975Z Downloaded embedded-io v0.4.0
3812026-08-25T20:15:59.978Z Downloaded serde-hex v0.1.0
3822026-08-25T20:15:59.978Z Downloaded sha2 v0.10.9
3832026-08-25T20:15:59.978Z Downloaded escape8259 v0.5.3
3842026-08-25T20:15:59.978Z Downloaded event-listener-strategy v0.5.4
3852026-08-25T20:16:00.026Z Downloaded parking_lot v0.11.2
3862026-08-25T20:16:00.026Z Downloaded tui-tree-widget v0.23.1
3872026-08-25T20:16:00.026Z Downloaded serde_derive_internals v0.29.1
3882026-08-25T20:16:00.026Z Downloaded foreign-types v0.3.2
3892026-08-25T20:16:00.026Z Downloaded dtrace-parser v0.3.0
3902026-08-25T20:16:00.026Z Downloaded fnv v1.0.7
3912026-08-25T20:16:00.026Z Downloaded futures-task v0.3.32
3922026-08-25T20:16:00.026Z Downloaded hmac v0.13.0
3932026-08-25T20:16:00.026Z Downloaded icu_properties v2.1.2
3942026-08-25T20:16:00.026Z Downloaded maplit v1.0.2
3952026-08-25T20:16:00.026Z Downloaded httparse v1.10.1
3962026-08-25T20:16:00.026Z Downloaded whoami v1.6.1
3972026-08-25T20:16:00.026Z Downloaded ignore v0.4.25
3982026-08-25T20:16:00.026Z Downloaded md5 v0.8.0
3992026-08-25T20:16:00.030Z Downloaded ron v0.8.1
4002026-08-25T20:16:00.030Z Downloaded derive_more v2.1.1
4012026-08-25T20:16:00.035Z Downloaded icu_provider v2.1.1
4022026-08-25T20:16:00.038Z Downloaded termcolor v1.4.1
4032026-08-25T20:16:00.038Z Downloaded headers v0.4.1
4042026-08-25T20:16:00.042Z Downloaded heapless v0.7.17
4052026-08-25T20:16:00.045Z Downloaded toml_writer v1.1.1+spec-1.1.0
4062026-08-25T20:16:00.045Z Downloaded base16ct v0.2.0
4072026-08-25T20:16:00.045Z Downloaded atomicwrites v0.4.4
4082026-08-25T20:16:00.045Z Downloaded bcrypt-pbkdf v0.11.0
4092026-08-25T20:16:00.045Z Downloaded assert-json-diff v2.0.2
4102026-08-25T20:16:00.049Z Downloaded cfg-if v1.0.4
4112026-08-25T20:16:00.052Z Downloaded serde_yaml v0.9.34+deprecated
4122026-08-25T20:16:00.052Z Downloaded lru-slab v0.1.2
4132026-08-25T20:16:00.059Z Downloaded find-msvc-tools v0.1.9
4142026-08-25T20:16:00.065Z Downloaded foldhash v0.1.5
4152026-08-25T20:16:00.065Z Downloaded foldhash v0.2.0
4162026-08-25T20:16:00.065Z Downloaded olpc-cjson v0.1.4
4172026-08-25T20:16:00.067Z Downloaded toml_datetime v0.6.11
4182026-08-25T20:16:00.071Z Downloaded newtype_derive v0.1.6
4192026-08-25T20:16:00.073Z Downloaded knus-derive v3.4.0
4202026-08-25T20:16:00.076Z Downloaded p256 v0.14.0
4212026-08-25T20:16:00.079Z Downloaded rand_distr v0.5.1
4222026-08-25T20:16:00.082Z Downloaded memoffset v0.9.1
4232026-08-25T20:16:00.082Z Downloaded newtype-uuid-macros v0.1.0
4242026-08-25T20:16:00.082Z Downloaded keccak v0.2.0
4252026-08-25T20:16:00.085Z Downloaded num-iter v0.1.45
4262026-08-25T20:16:00.085Z Downloaded anstyle-query v1.1.5
4272026-08-25T20:16:00.085Z Downloaded thiserror v1.0.69
4282026-08-25T20:16:00.088Z Downloaded zerocopy-derive v0.7.35
4292026-08-25T20:16:00.091Z Downloaded zstd v0.13.3
4302026-08-25T20:16:00.091Z Downloaded semver v1.0.28
4312026-08-25T20:16:00.091Z Downloaded precomputed-hash v0.1.1
4322026-08-25T20:16:00.091Z Downloaded phf_shared v0.11.3
4332026-08-25T20:16:00.098Z Downloaded icu_locale_core v2.1.1
4342026-08-25T20:16:00.101Z Downloaded progenitor-macro v0.14.0
4352026-08-25T20:16:00.101Z Downloaded recursive v0.1.1
4362026-08-25T20:16:00.104Z Downloaded nu-ansi-term v0.50.3
4372026-08-25T20:16:00.107Z Downloaded textwrap v0.16.2
4382026-08-25T20:16:00.107Z Downloaded displaydoc v0.2.5
4392026-08-25T20:16:00.110Z Downloaded indicatif v0.18.4
4402026-08-25T20:16:00.113Z Downloaded der v0.7.10
4412026-08-25T20:16:00.118Z Downloaded diesel_derives v2.3.7
4422026-08-25T20:16:00.121Z Downloaded icu_normalizer v2.1.1
4432026-08-25T20:16:00.122Z Downloaded papergrid v0.11.0
4442026-08-25T20:16:00.125Z Downloaded num_enum_derive v0.7.6
4452026-08-25T20:16:00.125Z Downloaded atomic-waker v1.1.2
4462026-08-25T20:16:00.125Z Downloaded bcs v0.1.6
4472026-08-25T20:16:00.125Z Downloaded assert_cmd v2.1.2
4482026-08-25T20:16:00.125Z Downloaded strum_macros v0.26.4
4492026-08-25T20:16:00.128Z Downloaded strum_macros v0.27.2
4502026-08-25T20:16:00.128Z Downloaded openssl-macros v0.1.1
4512026-08-25T20:16:00.128Z Downloaded parking v2.2.1
4522026-08-25T20:16:00.128Z Downloaded parse-size v1.1.0
4532026-08-25T20:16:00.134Z Downloaded derive_more-impl v2.1.1
4542026-08-25T20:16:00.134Z Downloaded camino-tempfile v1.4.1
4552026-08-25T20:16:00.134Z Downloaded ecdsa v0.17.0
4562026-08-25T20:16:00.137Z Downloaded hickory-resolver v0.24.4
4572026-08-25T20:16:00.137Z Downloaded rtoolbox v0.0.3
4582026-08-25T20:16:00.141Z Downloaded crossterm v0.28.1
4592026-08-25T20:16:00.142Z Downloaded futures-timer v3.0.3
4602026-08-25T20:16:00.142Z Downloaded aes v0.9.1
4612026-08-25T20:16:00.148Z Downloaded oxide-generation v0.1.3
4622026-08-25T20:16:00.152Z Downloaded heapless v0.8.0
4632026-08-25T20:16:00.152Z Downloaded serde_repr v0.1.20
4642026-08-25T20:16:00.155Z Downloaded futures-executor v0.3.32
4652026-08-25T20:16:00.156Z Downloaded scroll_derive v0.12.1
4662026-08-25T20:16:00.156Z Downloaded rand_xorshift v0.4.0
4672026-08-25T20:16:00.159Z Downloaded secrecy v0.8.0
4682026-08-25T20:16:00.159Z Downloaded seq-macro v0.3.6
4692026-08-25T20:16:00.162Z Downloaded rfc6979 v0.6.0
4702026-08-25T20:16:00.165Z Downloaded zopfli v0.8.3
4712026-08-25T20:16:00.165Z Downloaded pem-rfc7468 v1.0.0
4722026-08-25T20:16:00.165Z Downloaded progenitor v0.13.0
4732026-08-25T20:16:00.169Z Downloaded pem-rfc7468 v0.7.0
4742026-08-25T20:16:00.173Z Downloaded predicates v3.1.4
4752026-08-25T20:16:00.173Z Downloaded primeorder v0.14.0
4762026-08-25T20:16:00.173Z Downloaded toml v0.8.23
4772026-08-25T20:16:00.176Z Downloaded libefi-sys v0.1.0
4782026-08-25T20:16:00.176Z Downloaded linear-map v1.2.0
4792026-08-25T20:16:00.179Z Downloaded native-tls v0.2.18
4802026-08-25T20:16:00.179Z Downloaded num v0.4.3
4812026-08-25T20:16:00.179Z Downloaded signature v2.2.0
4822026-08-25T20:16:00.180Z Downloaded sigpipe v0.1.3
4832026-08-25T20:16:00.180Z Downloaded slog-bunyan v2.5.0
4842026-08-25T20:16:00.183Z Downloaded newtype-uuid v1.3.2
4852026-08-25T20:16:00.183Z Downloaded rsa v0.9.10
4862026-08-25T20:16:00.188Z Downloaded ucd-trie v0.1.7
4872026-08-25T20:16:00.188Z Downloaded der v0.8.0
4882026-08-25T20:16:00.192Z Downloaded samael v0.0.19
4892026-08-25T20:16:00.192Z Downloaded slog v2.8.2
4902026-08-25T20:16:00.196Z Downloaded unicase v2.9.0
4912026-08-25T20:16:00.196Z Downloaded buf-list v1.1.2
4922026-08-25T20:16:00.196Z Downloaded ahash v0.8.12
4932026-08-25T20:16:00.199Z Downloaded blake2 v0.11.0-rc.6
4942026-08-25T20:16:00.199Z Downloaded sqlparser_derive v0.5.0
4952026-08-25T20:16:00.199Z Downloaded num-rational v0.4.2
4962026-08-25T20:16:00.204Z Downloaded camino v1.2.5
4972026-08-25T20:16:00.207Z Downloaded tabwriter v1.4.1
4982026-08-25T20:16:00.207Z Downloaded testing_table v0.3.0
4992026-08-25T20:16:00.207Z Downloaded wyz v0.5.1
5002026-08-25T20:16:00.213Z Downloaded getrandom v0.3.4
5012026-08-25T20:16:00.216Z Downloaded getrandom v0.4.3
5022026-08-25T20:16:00.216Z Downloaded oxnet v0.1.6
5032026-08-25T20:16:00.220Z Downloaded rust-argon2 v2.1.0
5042026-08-25T20:16:00.223Z Downloaded tower-layer v0.3.3
5052026-08-25T20:16:00.226Z Downloaded icu_normalizer_data v2.1.1
5062026-08-25T20:16:00.226Z Downloaded paste v1.0.15
5072026-08-25T20:16:00.229Z Downloaded env_logger v0.11.11
5082026-08-25T20:16:00.229Z Downloaded tower-service v0.3.3
5092026-08-25T20:16:00.229Z Downloaded supports-unicode v3.0.0
5102026-08-25T20:16:00.235Z Downloaded yansi v1.0.1
5112026-08-25T20:16:00.238Z Downloaded supports-color v3.0.2
5122026-08-25T20:16:00.238Z Downloaded terminal_size v0.1.17
5132026-08-25T20:16:00.238Z Downloaded hashbrown v0.13.2
5142026-08-25T20:16:00.238Z Downloaded globset v0.4.18
5152026-08-25T20:16:00.242Z Downloaded hashbrown v0.12.3
5162026-08-25T20:16:00.242Z Downloaded packed_struct v0.10.1
5172026-08-25T20:16:00.242Z Downloaded pkcs1 v0.7.5
5182026-08-25T20:16:00.245Z Downloaded pkcs8 v0.11.0
5192026-08-25T20:16:00.245Z Downloaded quote v1.0.45
5202026-08-25T20:16:00.245Z Downloaded serde_tokenstream v0.3.0
5212026-08-25T20:16:00.249Z Downloaded unit-prefix v0.5.2
5222026-08-25T20:16:00.249Z Downloaded untrusted v0.9.0
5232026-08-25T20:16:00.249Z Downloaded http v1.4.2
5242026-08-25T20:16:00.253Z Downloaded progenitor-extras v0.2.0
5252026-08-25T20:16:00.256Z Downloaded event-listener v5.4.1
5262026-08-25T20:16:00.256Z Downloaded criterion v0.7.0
5272026-08-25T20:16:00.262Z Downloaded serde_with v1.14.0
5282026-08-25T20:16:00.265Z Downloaded env_filter v2.0.0
5292026-08-25T20:16:00.268Z Downloaded toml v1.1.2+spec-1.1.0
5302026-08-25T20:16:00.268Z Downloaded ssh-cipher v0.3.0
5312026-08-25T20:16:00.272Z Downloaded usdt-attr-macro v0.5.0
5322026-08-25T20:16:00.272Z Downloaded synstructure v0.13.2
5332026-08-25T20:16:00.277Z Downloaded rusty-fork v0.3.1
5342026-08-25T20:16:00.280Z Downloaded dirs-sys-next v0.1.2
5352026-08-25T20:16:00.284Z Downloaded argon2 v0.6.0-rc.8
5362026-08-25T20:16:00.284Z Downloaded bitflags v2.11.0
5372026-08-25T20:16:00.284Z Downloaded rustversion v1.0.22
5382026-08-25T20:16:00.287Z Downloaded dyn-clone v1.0.20
5392026-08-25T20:16:00.287Z Downloaded flagset v0.4.7
5402026-08-25T20:16:00.287Z Downloaded foreign-types v0.5.0
5412026-08-25T20:16:00.287Z Downloaded funty v2.0.0
5422026-08-25T20:16:00.291Z Downloaded futures-io v0.3.32
5432026-08-25T20:16:00.291Z Downloaded form_urlencoded v1.2.2
5442026-08-25T20:16:00.291Z Downloaded clap_builder v4.6.0
5452026-08-25T20:16:00.294Z Downloaded dof v0.4.0
5462026-08-25T20:16:00.294Z Downloaded fastrand v2.3.0
5472026-08-25T20:16:00.294Z Downloaded unicode-linebreak v0.1.5
5482026-08-25T20:16:00.294Z Downloaded hickory-resolver v0.25.2
5492026-08-25T20:16:00.297Z Downloaded thiserror-impl v2.0.18
5502026-08-25T20:16:00.298Z Downloaded thread_local v1.1.9
5512026-08-25T20:16:00.301Z Downloaded tls_codec_derive v0.4.2
5522026-08-25T20:16:00.301Z Downloaded internal-russh-num-bigint v0.5.0
5532026-08-25T20:16:00.302Z Downloaded lru-cache v0.1.2
5542026-08-25T20:16:00.302Z Downloaded steno v0.4.1
5552026-08-25T20:16:00.305Z Downloaded knus v3.4.0
5562026-08-25T20:16:00.308Z Downloaded quinn-udp v0.5.14
5572026-08-25T20:16:00.308Z Downloaded kstat-rs v0.2.5
5582026-08-25T20:16:00.311Z Downloaded slog-stdlog v4.1.1
5592026-08-25T20:16:00.311Z Downloaded indexmap v2.14.0
5602026-08-25T20:16:00.311Z Downloaded stringmetrics v2.2.2
5612026-08-25T20:16:00.315Z Downloaded stringprep v0.1.5
5622026-08-25T20:16:00.315Z Downloaded lalrpop-util v0.19.12
5632026-08-25T20:16:00.315Z Downloaded multimap v0.10.1
5642026-08-25T20:16:00.316Z Downloaded newline-converter v0.3.0
5652026-08-25T20:16:00.319Z Downloaded nonempty v0.12.0
5662026-08-25T20:16:00.319Z Downloaded memmap v0.7.0
5672026-08-25T20:16:00.319Z Downloaded nibble_vec v0.1.0
5682026-08-25T20:16:00.319Z Downloaded fxhash v0.2.1
5692026-08-25T20:16:00.319Z Downloaded ghash v0.6.0
5702026-08-25T20:16:00.319Z Downloaded itoa v1.0.17
5712026-08-25T20:16:00.319Z Downloaded miniz_oxide v0.8.9
5722026-08-25T20:16:00.323Z Downloaded serde_with_macros v3.21.0
5732026-08-25T20:16:00.324Z Downloaded ed25519-dalek v2.2.0
5742026-08-25T20:16:00.327Z Downloaded icu_collections v2.1.1
5752026-08-25T20:16:00.330Z Downloaded itertools v0.10.5
5762026-08-25T20:16:00.332Z Downloaded poly1305 v0.9.0
5772026-08-25T20:16:00.336Z Downloaded quinn v0.11.11
5782026-08-25T20:16:00.336Z Downloaded yoke v0.8.1
5792026-08-25T20:16:00.340Z Downloaded rand_core v0.9.5
5802026-08-25T20:16:00.340Z Downloaded num_threads v0.1.7
5812026-08-25T20:16:00.340Z Downloaded linked-hash-map v0.5.6
5822026-08-25T20:16:00.340Z Downloaded lzss v0.8.2
5832026-08-25T20:16:00.341Z Downloaded async-stream v0.3.6
5842026-08-25T20:16:00.344Z Downloaded backtrace-ext v0.2.1
5852026-08-25T20:16:00.344Z Downloaded crossterm v0.29.0
5862026-08-25T20:16:00.345Z Downloaded flate2 v1.1.9
5872026-08-25T20:16:00.348Z Downloaded zmij v1.0.21
5882026-08-25T20:16:00.351Z Downloaded enum_dispatch v0.3.13
5892026-08-25T20:16:00.355Z Downloaded ff v0.14.0
5902026-08-25T20:16:00.359Z Downloaded phf_shared v0.12.1
5912026-08-25T20:16:00.359Z Downloaded typenum v1.20.1
5922026-08-25T20:16:00.365Z Downloaded chumsky v0.9.3
5932026-08-25T20:16:00.365Z Downloaded tokio-rustls v0.26.4
5942026-08-25T20:16:00.365Z Downloaded tokio-stream v0.1.18
5952026-08-25T20:16:00.370Z Downloaded packed_struct_codegen v0.10.1
5962026-08-25T20:16:00.370Z Downloaded cfg_aliases v0.1.1
5972026-08-25T20:16:00.374Z Downloaded openssl-sys v0.9.117
5982026-08-25T20:16:00.377Z Downloaded rustls-pemfile v2.2.0
5992026-08-25T20:16:00.380Z Downloaded serde_derive v1.0.228
6002026-08-25T20:16:00.380Z Downloaded sha2 v0.11.0
6012026-08-25T20:16:00.383Z Downloaded usdt-impl v0.5.0
6022026-08-25T20:16:00.383Z Downloaded predicates-core v1.0.10
6032026-08-25T20:16:00.383Z Downloaded psl-types v2.0.11
6042026-08-25T20:16:00.386Z Downloaded vergen-git2 v9.1.0
6052026-08-25T20:16:00.386Z Downloaded vergen-gitcl v1.0.8
6062026-08-25T20:16:00.386Z Downloaded cfg_aliases v0.2.1
6072026-08-25T20:16:00.389Z Downloaded openssl-probe v0.1.6
6082026-08-25T20:16:00.389Z Downloaded openssl-probe v0.2.1
6092026-08-25T20:16:00.389Z Downloaded plotters-backend v0.3.7
6102026-08-25T20:16:00.390Z Downloaded rustc-hash v2.1.1
6112026-08-25T20:16:00.390Z Downloaded rustc_version v0.4.1
6122026-08-25T20:16:00.390Z Downloaded serde_bytes v0.11.19
6132026-08-25T20:16:00.394Z Downloaded signal-hook v0.3.18
6142026-08-25T20:16:00.397Z Downloaded ecdsa v0.16.9
6152026-08-25T20:16:00.397Z Downloaded hyper-util v0.1.20
6162026-08-25T20:16:00.401Z Downloaded hickory-server v0.25.2
6172026-08-25T20:16:00.404Z Downloaded ena v0.14.4
6182026-08-25T20:16:00.407Z Downloaded rand_pcg v0.10.2
6192026-08-25T20:16:00.410Z Downloaded cc v1.2.56
6202026-08-25T20:16:00.414Z Downloaded socket2 v0.6.3
6212026-08-25T20:16:00.417Z Downloaded subprocess v0.2.15
6222026-08-25T20:16:00.417Z Downloaded cassowary v0.3.0
6232026-08-25T20:16:00.417Z Downloaded zeroize v1.9.0
6242026-08-25T20:16:00.423Z Downloaded num-complex v0.4.6
6252026-08-25T20:16:00.426Z Downloaded subtle v2.6.1
6262026-08-25T20:16:00.427Z Downloaded time-core v0.1.8
6272026-08-25T20:16:00.431Z Downloaded serde_plain v1.0.2
6282026-08-25T20:16:00.434Z Downloaded unicode-ident v1.0.24
6292026-08-25T20:16:00.434Z Downloaded serde_regex v1.1.0
6302026-08-25T20:16:00.435Z Downloaded thread-id v4.2.2
6312026-08-25T20:16:00.438Z Downloaded hashbrown v0.15.5
6322026-08-25T20:16:00.441Z Downloaded typify-macro v0.6.2
6332026-08-25T20:16:00.441Z Downloaded rand v0.8.6
6342026-08-25T20:16:00.444Z Downloaded hashbrown v0.14.5
6352026-08-25T20:16:00.448Z Downloaded litrs v1.0.0
6362026-08-25T20:16:00.450Z Downloaded bitflags v1.3.2
6372026-08-25T20:16:00.451Z Downloaded primefield v0.14.0
6382026-08-25T20:16:00.454Z Downloaded yoke-derive v0.8.1
6392026-08-25T20:16:00.454Z Downloaded zerofrom-derive v0.1.6
6402026-08-25T20:16:00.457Z Downloaded zerofrom v0.1.6
6412026-08-25T20:16:00.457Z Downloaded dof v0.3.0
6422026-08-25T20:16:00.460Z Downloaded equivalent v1.0.2
6432026-08-25T20:16:00.460Z Downloaded url v2.5.8
6442026-08-25T20:16:00.466Z Downloaded dsl_auto_type v0.2.0
6452026-08-25T20:16:00.466Z Downloaded foreign-types-shared v0.1.1
6462026-08-25T20:16:00.466Z Downloaded rustc-demangle v0.1.27
6472026-08-25T20:16:00.466Z Downloaded sec1 v0.8.1
6482026-08-25T20:16:00.466Z Downloaded vergen v9.1.0
6492026-08-25T20:16:00.471Z Downloaded usdt v0.5.0
6502026-08-25T20:16:00.474Z Downloaded usdt-macro v0.5.0
6512026-08-25T20:16:00.474Z Downloaded zeroize_derive v1.5.0
6522026-08-25T20:16:00.477Z Downloaded usdt v0.6.0
6532026-08-25T20:16:00.486Z Downloaded foreign-types-shared v0.3.1
6542026-08-25T20:16:00.489Z Downloaded float-cmp v0.10.0
6552026-08-25T20:16:00.493Z Downloaded getrandom v0.2.17
6562026-08-25T20:16:00.493Z Downloaded bitfield-struct v0.6.2
6572026-08-25T20:16:00.498Z Downloaded futures-macro v0.3.32
6582026-08-25T20:16:00.498Z Downloaded signal-hook-registry v1.4.8
6592026-08-25T20:16:00.498Z Downloaded slab v0.4.12
6602026-08-25T20:16:00.498Z Downloaded r2d2 v0.8.10
6612026-08-25T20:16:00.499Z Downloaded dropshot_endpoint v0.17.1
6622026-08-25T20:16:00.502Z Downloaded ssh-encoding v0.3.0
6632026-08-25T20:16:00.502Z Downloaded strum v0.26.3
6642026-08-25T20:16:00.502Z Downloaded linkme-impl v0.3.35
6652026-08-25T20:16:00.506Z Downloaded string_cache v0.8.9
6662026-08-25T20:16:00.516Z Downloaded memmap2 v0.9.10
6672026-08-25T20:16:00.520Z Downloaded thiserror-no-std v2.0.2
6682026-08-25T20:16:00.520Z Downloaded anstream v1.0.0
6692026-08-25T20:16:00.520Z Downloaded tokio-tungstenite v0.23.1
6702026-08-25T20:16:00.520Z Downloaded jiff-static v0.2.34
6712026-08-25T20:16:00.520Z Downloaded num-conv v0.2.0
6722026-08-25T20:16:00.520Z Downloaded num_enum_derive v0.5.11
6732026-08-25T20:16:00.520Z Downloaded serde_with_macros v1.5.2
6742026-08-25T20:16:00.524Z Downloaded postcard v1.1.3
6752026-08-25T20:16:00.524Z Downloaded serde v1.0.228
6762026-08-25T20:16:00.527Z Downloaded maybe-uninit v2.0.0
6772026-08-25T20:16:00.530Z Downloaded ascii-canvas v3.0.0
6782026-08-25T20:16:00.530Z Downloaded num-traits v0.2.19
6792026-08-25T20:16:00.533Z Downloaded ed25519 v3.0.0
6802026-08-25T20:16:00.533Z Downloaded tokio-postgres v0.7.16
6812026-08-25T20:16:00.538Z Downloaded hashbrown v0.16.1
6822026-08-25T20:16:00.541Z Downloaded icu_properties_data v2.1.2
6832026-08-25T20:16:00.544Z Downloaded block-padding v0.4.2
6842026-08-25T20:16:00.544Z Downloaded smf v0.2.3
6852026-08-25T20:16:00.548Z Downloaded itertools v0.14.0
6862026-08-25T20:16:00.548Z Downloaded miette v5.10.0
6872026-08-25T20:16:00.552Z Downloaded mio v1.2.0
6882026-08-25T20:16:00.556Z Downloaded target-lexicon v0.13.3
6892026-08-25T20:16:00.556Z Downloaded target-spec v3.5.7
6902026-08-25T20:16:00.556Z Downloaded arrayref v0.3.9
6912026-08-25T20:16:00.559Z Downloaded rustyline v14.0.0
6922026-08-25T20:16:00.559Z Downloaded rsa v0.10.0-rc.18
6932026-08-25T20:16:00.564Z Downloaded zip v0.6.6
6942026-08-25T20:16:00.564Z Downloaded bzip2 v0.4.4
6952026-08-25T20:16:00.567Z Downloaded pkcs1 v0.8.0-rc.4
6962026-08-25T20:16:00.567Z Downloaded writeable v0.6.2
6972026-08-25T20:16:00.570Z Downloaded radium v0.7.0
6982026-08-25T20:16:00.570Z Downloaded fallible-iterator v0.2.0
6992026-08-25T20:16:00.570Z Downloaded path-slash v0.1.5
7002026-08-25T20:16:00.573Z Downloaded git-stub-vcs v0.1.0
7012026-08-25T20:16:00.576Z Downloaded spin v0.9.8
7022026-08-25T20:16:00.579Z Downloaded itertools v0.13.0
7032026-08-25T20:16:00.582Z Downloaded itertools v0.12.1
7042026-08-25T20:16:00.585Z Downloaded russh-util v0.52.0
7052026-08-25T20:16:00.585Z Downloaded semver v0.1.20
7062026-08-25T20:16:00.585Z Downloaded guppy v0.17.25
7072026-08-25T20:16:00.588Z Downloaded idna v1.1.0
7082026-08-25T20:16:00.591Z Downloaded secrecy v0.10.3
7092026-08-25T20:16:00.591Z Downloaded proc-macro-crate v1.3.1
7102026-08-25T20:16:00.591Z Downloaded anstyle-parse v0.2.7
7112026-08-25T20:16:00.594Z Downloaded papergrid v0.18.0
7122026-08-25T20:16:00.599Z Downloaded oxide-update-engine-types v0.1.2
7132026-08-25T20:16:00.599Z Downloaded sha1 v0.11.0
7142026-08-25T20:16:00.599Z Downloaded num_enum v0.7.6
7152026-08-25T20:16:00.608Z Downloaded zerovec v0.11.5
7162026-08-25T20:16:00.611Z Downloaded qorb v0.4.1
7172026-08-25T20:16:00.614Z Downloaded blowfish v0.10.0
7182026-08-25T20:16:00.614Z Downloaded cargo_metadata v0.23.1
7192026-08-25T20:16:00.617Z Downloaded whoami v2.1.0
7202026-08-25T20:16:00.617Z Downloaded swrite v0.1.0
7212026-08-25T20:16:00.620Z Downloaded tap v1.0.1
7222026-08-25T20:16:00.620Z Downloaded take_mut v0.2.2
7232026-08-25T20:16:00.623Z Downloaded jobserver v0.1.34
7242026-08-25T20:16:00.623Z Downloaded untrusted v0.7.1
7252026-08-25T20:16:00.623Z Downloaded libloading v0.8.9
7262026-08-25T20:16:00.626Z Downloaded miette-derive v7.6.0
7272026-08-25T20:16:00.626Z Downloaded module-lattice v0.2.3
7282026-08-25T20:16:00.630Z Downloaded signal-hook-tokio v0.3.1
7292026-08-25T20:16:00.630Z Downloaded strsim v0.11.1
7302026-08-25T20:16:00.630Z Downloaded parking_lot_core v0.8.6
7312026-08-25T20:16:00.630Z Downloaded crypto-primes v0.7.2
7322026-08-25T20:16:00.634Z Downloaded toml_edit v0.22.27
7332026-08-25T20:16:00.642Z Downloaded structmeta v0.3.0
7342026-08-25T20:16:00.646Z Downloaded toml_parser v1.1.2+spec-1.1.0
7352026-08-25T20:16:00.646Z Downloaded tracing-attributes v0.1.31
7362026-08-25T20:16:00.646Z Downloaded tungstenite v0.23.0
7372026-08-25T20:16:00.651Z Downloaded owo-colors v3.5.0
7382026-08-25T20:16:00.651Z Downloaded password-hash v0.5.0
7392026-08-25T20:16:00.651Z Downloaded phf v0.13.1
7402026-08-25T20:16:00.651Z Downloaded polyval v0.7.1
7412026-08-25T20:16:00.655Z Downloaded bit-vec v0.8.0
7422026-08-25T20:16:00.655Z Downloaded oorandom v11.1.5
7432026-08-25T20:16:00.659Z Downloaded progenitor-client v0.13.0
7442026-08-25T20:16:00.659Z Downloaded version_check v0.9.5
7452026-08-25T20:16:00.662Z Downloaded rand_core v0.6.4
7462026-08-25T20:16:00.662Z Downloaded rand_core v0.10.0
7472026-08-25T20:16:00.662Z Downloaded endian-type v0.1.2
7482026-08-25T20:16:00.662Z Downloaded void v1.0.2
7492026-08-25T20:16:00.665Z Downloaded globwalk v0.9.1
7502026-08-25T20:16:00.665Z Downloaded usdt-impl v0.6.0
7512026-08-25T20:16:00.665Z Downloaded textwrap v0.15.2
7522026-08-25T20:16:00.669Z Downloaded litemap v0.8.1
7532026-08-25T20:16:00.672Z Downloaded p384 v0.14.0
7542026-08-25T20:16:00.675Z Downloaded sapling-renderdag v0.1.0
7552026-08-25T20:16:00.678Z Downloaded ppv-lite86 v0.2.21
7562026-08-25T20:16:00.681Z Downloaded display-error-chain v0.2.2
7572026-08-25T20:16:00.686Z Downloaded elliptic-curve v0.14.1
7582026-08-25T20:16:00.689Z Downloaded futures-sink v0.3.32
7592026-08-25T20:16:00.692Z Downloaded chacha20 v0.9.1
7602026-08-25T20:16:00.692Z Downloaded lazy_static v1.5.0
7612026-08-25T20:16:00.692Z Downloaded adler2 v2.0.1
7622026-08-25T20:16:00.696Z Downloaded new_debug_unreachable v1.0.6
7632026-08-25T20:16:00.699Z Downloaded nodrop v0.1.14
7642026-08-25T20:16:00.699Z Downloaded hkdf v0.13.0
7652026-08-25T20:16:00.703Z Downloaded hashbrown v0.17.0
7662026-08-25T20:16:00.707Z Downloaded rcgen v0.12.1
7672026-08-25T20:16:00.722Z Downloaded tiny-keccak v2.0.2
7682026-08-25T20:16:00.722Z Downloaded tls_codec v0.4.2
7692026-08-25T20:16:00.722Z Downloaded iri-string v0.7.10
7702026-08-25T20:16:00.725Z Downloaded ar_archive_writer v0.5.1
7712026-08-25T20:16:00.725Z Downloaded arc-swap v1.8.2
7722026-08-25T20:16:00.725Z Downloaded tokio-dtrace v0.1.1
7732026-08-25T20:16:00.725Z Downloaded signal-hook-mio v0.2.5
7742026-08-25T20:16:00.725Z Downloaded progenitor-client v0.14.0
7752026-08-25T20:16:00.726Z Downloaded recursive-proc-macro-impl v0.1.1
7762026-08-25T20:16:00.726Z Downloaded sha3 v0.12.0
7772026-08-25T20:16:00.728Z Downloaded bumpalo v3.20.2
7782026-08-25T20:16:00.729Z Downloaded vergen-lib v9.1.0
7792026-08-25T20:16:00.732Z Downloaded slog-scope v4.4.1
7802026-08-25T20:16:00.732Z Downloaded support-bundle-viewer v0.1.2
7812026-08-25T20:16:00.732Z Downloaded vergen-lib v0.1.6
7822026-08-25T20:16:00.732Z Downloaded rand_chacha v0.3.1
7832026-08-25T20:16:00.744Z Downloaded unicode-bidi v0.3.18
7842026-08-25T20:16:00.749Z Downloaded structmeta-derive v0.3.0
7852026-08-25T20:16:00.753Z Downloaded supports-color v2.1.0
7862026-08-25T20:16:00.753Z Downloaded try-lock v0.2.5
7872026-08-25T20:16:00.759Z Downloaded quick-error v1.2.3
7882026-08-25T20:16:00.762Z Downloaded prettyplease v0.2.37
7892026-08-25T20:16:00.767Z Downloaded anes v0.1.6
7902026-08-25T20:16:00.767Z Downloaded array-init v0.0.4
7912026-08-25T20:16:00.771Z Downloaded schemars v1.2.1
7922026-08-25T20:16:00.775Z Downloaded tagptr v0.2.0
7932026-08-25T20:16:00.778Z Downloaded hyper v1.10.1
7942026-08-25T20:16:00.781Z Downloaded wnaf v0.14.0
7952026-08-25T20:16:00.781Z Downloaded itertools v0.15.0
7962026-08-25T20:16:00.784Z Downloaded camino-tempfile-ext v0.3.3
7972026-08-25T20:16:00.784Z Downloaded pkg-config v0.3.32
7982026-08-25T20:16:00.787Z Downloaded plotters v0.3.7
7992026-08-25T20:16:00.790Z Downloaded progenitor-impl v0.13.0
8002026-08-25T20:16:00.794Z Downloaded serde_tokenstream v0.2.3
8012026-08-25T20:16:00.794Z Downloaded aes-gcm v0.11.0
8022026-08-25T20:16:00.797Z Downloaded x509-cert v0.2.5
8032026-08-25T20:16:00.797Z Downloaded libxml v0.3.3
8042026-08-25T20:16:00.800Z Downloaded fs_extra v1.3.0
8052026-08-25T20:16:00.803Z Downloaded knuffel-derive v3.2.0
8062026-08-25T20:16:00.803Z Downloaded lock_api v0.4.14
8072026-08-25T20:16:00.803Z Downloaded tinyvec_macros v0.1.1
8082026-08-25T20:16:00.803Z Downloaded tokio-macros v2.7.0
8092026-08-25T20:16:00.808Z Downloaded h2 v0.4.15
8102026-08-25T20:16:00.813Z Downloaded foreign-types-macros v0.2.3
8112026-08-25T20:16:00.813Z Downloaded generic-array v1.4.3
8122026-08-25T20:16:00.813Z Downloaded git-stub v1.0.0
8132026-08-25T20:16:00.813Z Downloaded managed v0.8.0
8142026-08-25T20:16:00.814Z Downloaded nested v0.1.1
8152026-08-25T20:16:00.814Z Downloaded iddqd v0.4.2
8162026-08-25T20:16:00.817Z Downloaded rustls-native-certs v0.8.3
8172026-08-25T20:16:00.817Z Downloaded russh-cryptovec v0.62.0
8182026-08-25T20:16:00.817Z Downloaded schemars_derive v0.8.22
8192026-08-25T20:16:00.820Z Downloaded ml-kem v0.3.2
8202026-08-25T20:16:00.820Z Downloaded schemars v0.8.22
8212026-08-25T20:16:00.825Z Downloaded dtrace-parser v0.2.0
8222026-08-25T20:16:00.830Z Downloaded jiff-core v0.1.0
8232026-08-25T20:16:00.831Z Downloaded bit-vec v0.6.3
8242026-08-25T20:16:00.831Z Downloaded bs58 v0.5.1
8252026-08-25T20:16:00.834Z Downloaded toml_edit v0.19.15
8262026-08-25T20:16:00.838Z Downloaded phf_shared v0.13.1
8272026-08-25T20:16:00.842Z Downloaded unicode_categories v0.1.1
8282026-08-25T20:16:00.842Z Downloaded miette-derive v5.10.0
8292026-08-25T20:16:00.842Z Downloaded serde_json v1.0.151
8302026-08-25T20:16:00.846Z Downloaded bzip2 v0.6.1
8312026-08-25T20:16:00.846Z Downloaded cipher v0.4.4
8322026-08-25T20:16:00.847Z Downloaded path-tree v0.8.3
8332026-08-25T20:16:00.849Z Downloaded postgres-protocol v0.6.10
8342026-08-25T20:16:00.850Z Downloaded parking_lot v0.12.5
8352026-08-25T20:16:00.853Z Downloaded sec1 v0.7.3
8362026-08-25T20:16:00.853Z Downloaded serdect v0.4.3
8372026-08-25T20:16:00.854Z Downloaded shlex v1.3.0
8382026-08-25T20:16:00.858Z Downloaded simd-adler32 v0.3.8
8392026-08-25T20:16:00.858Z Downloaded normalize-line-endings v0.3.0
8402026-08-25T20:16:00.858Z Downloaded serde_spanned v1.1.1
8412026-08-25T20:16:00.862Z Downloaded bit-set v0.8.0
8422026-08-25T20:16:00.862Z Downloaded pest_generator v2.8.6
8432026-08-25T20:16:00.862Z Downloaded zerotrie v0.2.3
8442026-08-25T20:16:00.865Z Downloaded zstd-safe v7.2.4
8452026-08-25T20:16:00.865Z Downloaded erased-serde v0.3.31
8462026-08-25T20:16:00.868Z Downloaded pkcs5 v0.8.1
8472026-08-25T20:16:00.872Z Downloaded fancy-regex v0.14.0
8482026-08-25T20:16:00.872Z Downloaded ryu v1.0.23
8492026-08-25T20:16:00.875Z Downloaded zip v4.6.1
8502026-08-25T20:16:00.876Z Downloaded spki v0.8.0
8512026-08-25T20:16:00.883Z Downloaded linkme v0.3.35
8522026-08-25T20:16:00.883Z Downloaded thiserror v2.0.18
8532026-08-25T20:16:00.888Z Downloaded thiserror-impl-no-std v2.0.2
8542026-08-25T20:16:00.892Z Downloaded num-integer v0.1.46
8552026-08-25T20:16:00.895Z Downloaded winnow v0.7.14
8562026-08-25T20:16:00.902Z Downloaded byte-wrapper v0.1.0
8572026-08-25T20:16:00.905Z Downloaded filetime v0.2.27
8582026-08-25T20:16:00.909Z Downloaded fixedbitset v0.4.2
8592026-08-25T20:16:00.912Z Downloaded generic-array v0.14.7
8602026-08-25T20:16:00.912Z Downloaded supports-unicode v2.1.0
8612026-08-25T20:16:00.913Z Downloaded topological-sort v0.2.2
8622026-08-25T20:16:00.913Z Downloaded vsss-rs v3.3.4
8632026-08-25T20:16:00.917Z Downloaded block-buffer v0.12.1
8642026-08-25T20:16:00.918Z Downloaded p521 v0.14.0
8652026-08-25T20:16:00.918Z Downloaded parse-display-derive v0.10.0
8662026-08-25T20:16:00.918Z Downloaded partial-io v0.5.4
8672026-08-25T20:16:00.925Z Downloaded resolv-conf v0.7.6
8682026-08-25T20:16:00.925Z Downloaded dirs-next v2.0.0
8692026-08-25T20:16:00.925Z Downloaded goblin v0.8.2
8702026-08-25T20:16:00.925Z Downloaded rawzip v0.4.4
8712026-08-25T20:16:00.925Z Downloaded libtest-mimic v0.8.1
8722026-08-25T20:16:00.965Z Downloaded async-bb8-diesel v0.2.1
8732026-08-25T20:16:00.965Z Downloaded diff v0.1.13
8742026-08-25T20:16:00.965Z Downloaded keccak v0.1.6
8752026-08-25T20:16:00.965Z Downloaded mime v0.3.17
8762026-08-25T20:16:00.965Z Downloaded approx v0.5.1
8772026-08-25T20:16:00.965Z Downloaded progenitor-macro v0.13.0
8782026-08-25T20:16:00.965Z Downloaded base64 v0.22.1
8792026-08-25T20:16:00.965Z Downloaded test-strategy v0.4.5
8802026-08-25T20:16:00.965Z Downloaded tungstenite v0.21.0
8812026-08-25T20:16:00.965Z Downloaded rand v0.10.1
8822026-08-25T20:16:00.965Z Downloaded async-trait v0.1.89
8832026-08-25T20:16:00.965Z Downloaded owo-colors v4.3.0
8842026-08-25T20:16:00.965Z Downloaded plotters-svg v0.3.7
8852026-08-25T20:16:00.965Z Downloaded toml_edit v0.23.10+spec-1.0.0
8862026-08-25T20:16:00.965Z Downloaded futures-channel v0.3.32
8872026-08-25T20:16:00.965Z Downloaded smallvec v0.6.14
8882026-08-25T20:16:00.974Z Downloaded slog-json v2.6.1
8892026-08-25T20:16:00.974Z Downloaded smallvec v1.15.1
8902026-08-25T20:16:00.974Z Downloaded fatfs v0.3.6
8912026-08-25T20:16:00.974Z Downloaded predicates-tree v1.0.13
8922026-08-25T20:16:00.974Z Downloaded same-file v1.0.6
8932026-08-25T20:16:00.974Z Downloaded serde_core v1.0.228
8942026-08-25T20:16:00.974Z Downloaded thiserror-impl v1.0.69
8952026-08-25T20:16:00.974Z Downloaded strum v0.27.2
8962026-08-25T20:16:00.977Z Downloaded terminal_size v0.4.3
8972026-08-25T20:16:00.977Z Downloaded xattr v1.6.1
8982026-08-25T20:16:00.977Z Downloaded xshell v0.2.7
8992026-08-25T20:16:00.981Z Downloaded flume v0.11.1
9002026-08-25T20:16:00.981Z Downloaded errno v0.3.14
9012026-08-25T20:16:00.984Z Downloaded miette v7.6.0
9022026-08-25T20:16:00.988Z Downloaded ff v0.13.1
9032026-08-25T20:16:00.990Z Downloaded aead v0.6.1
9042026-08-25T20:16:00.990Z Downloaded bytecount v0.6.9
9052026-08-25T20:16:00.990Z Downloaded cast v0.3.0
9062026-08-25T20:16:00.993Z Downloaded async-stream-impl v0.3.6
9072026-08-25T20:16:00.993Z Downloaded portable-atomic v1.13.1
9082026-08-25T20:16:00.997Z Downloaded quick-xml v0.37.5
9092026-08-25T20:16:01.003Z Downloaded snafu v0.8.9
9102026-08-25T20:16:01.007Z Downloaded term v1.2.1
9112026-08-25T20:16:01.007Z Downloaded tracing-core v0.1.36
9122026-08-25T20:16:01.007Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9132026-08-25T20:16:01.007Z Downloaded walkdir v2.5.0
9142026-08-25T20:16:01.010Z Downloaded gethostname v0.5.0
9152026-08-25T20:16:01.013Z Downloaded lru v0.12.5
9162026-08-25T20:16:01.016Z Downloaded oso-derive v0.27.3
9172026-08-25T20:16:01.020Z Downloaded aead v0.5.2
9182026-08-25T20:16:01.025Z Downloaded digest v0.11.3
9192026-08-25T20:16:01.028Z Downloaded sponge-cursor v0.1.0
9202026-08-25T20:16:01.028Z Downloaded universal-hash v0.5.1
9212026-08-25T20:16:01.029Z Downloaded omicron-zone-package v0.12.3
9222026-08-25T20:16:01.034Z Downloaded libsw-core v0.3.2
9232026-08-25T20:16:01.038Z Downloaded slog-dtrace v0.3.0
9242026-08-25T20:16:01.045Z Downloaded serde_spanned v0.6.9
9252026-08-25T20:16:01.048Z Downloaded unicode-truncate v1.1.0
9262026-08-25T20:16:01.052Z Downloaded supports-hyperlinks v2.1.0
9272026-08-25T20:16:01.052Z Downloaded sync-ptr v0.1.4
9282026-08-25T20:16:01.052Z Downloaded document-features v0.2.12
9292026-08-25T20:16:01.052Z Downloaded macaddr v1.0.1
9302026-08-25T20:16:01.061Z Downloaded tempfile v3.27.0
9312026-08-25T20:16:01.064Z Downloaded fs-err v2.11.0
9322026-08-25T20:16:01.064Z Downloaded salsa20 v0.11.0
9332026-08-25T20:16:01.067Z Downloaded mime_guess v2.0.5
9342026-08-25T20:16:01.067Z Downloaded want v0.3.1
9352026-08-25T20:16:01.071Z Downloaded static_assertions v1.1.0
9362026-08-25T20:16:01.071Z Downloaded termios v0.3.3
9372026-08-25T20:16:01.071Z Downloaded tinystr v0.8.2
9382026-08-25T20:16:01.074Z Downloaded atty v0.2.14
9392026-08-25T20:16:01.074Z Downloaded blake3 v1.8.5
9402026-08-25T20:16:01.078Z Downloaded tabled v0.21.0
9412026-08-25T20:16:01.089Z Downloaded percent-encoding v2.3.2
9422026-08-25T20:16:01.092Z Downloaded syn v1.0.109
9432026-08-25T20:16:01.095Z Downloaded tokio-test v0.4.5
9442026-08-25T20:16:01.098Z Downloaded unicode-properties v0.1.4
9452026-08-25T20:16:01.098Z Downloaded proc-macro-error2 v2.0.1
9462026-08-25T20:16:01.101Z Downloaded base64ct v1.8.3
9472026-08-25T20:16:01.101Z Downloaded backtrace v0.3.76
9482026-08-25T20:16:01.104Z Downloaded zerocopy v0.6.6
9492026-08-25T20:16:01.107Z Downloaded parking_lot_core v0.9.12
9502026-08-25T20:16:01.108Z Downloaded pest_derive v2.8.6
9512026-08-25T20:16:01.108Z Downloaded stable_deref_trait v1.2.1
9522026-08-25T20:16:01.111Z Downloaded scroll v0.12.0
9532026-08-25T20:16:01.114Z Downloaded serde_path_to_error v0.1.20
9542026-08-25T20:16:01.114Z Downloaded kem v0.3.0
9552026-08-25T20:16:01.115Z Downloaded peg-runtime v0.8.5
9562026-08-25T20:16:01.118Z Downloaded oxide-update-engine v0.1.2
9572026-08-25T20:16:01.118Z Downloaded pin-project-internal v1.1.11
9582026-08-25T20:16:01.118Z Downloaded pretty_assertions v1.4.1
9592026-08-25T20:16:01.129Z Downloaded fd-lock v4.0.4
9602026-08-25T20:16:01.132Z Downloaded libscf-sys v1.2.0
9612026-08-25T20:16:01.141Z Downloaded float-ord v0.3.2
9622026-08-25T20:16:01.146Z Downloaded num_enum v0.5.11
9632026-08-25T20:16:01.150Z Downloaded ciborium v0.2.2
9642026-08-25T20:16:01.150Z Downloaded crypto-bigint v0.7.5
9652026-08-25T20:16:01.159Z Downloaded sha1 v0.10.6
9662026-08-25T20:16:01.163Z Downloaded match_cfg v0.1.0
9672026-08-25T20:16:01.163Z Downloaded md-5 v0.10.6
9682026-08-25T20:16:01.163Z Downloaded bytes v1.11.1
9692026-08-25T20:16:01.167Z Downloaded uuid v1.23.4
9702026-08-25T20:16:01.167Z Downloaded uzers v0.12.2
9712026-08-25T20:16:01.167Z Downloaded rand_seeder v0.4.0
9722026-08-25T20:16:01.170Z Downloaded serde_cbor v0.11.2
9732026-08-25T20:16:01.170Z Downloaded rayon-core v1.13.0
9742026-08-25T20:16:01.174Z Downloaded minimal-lexical v0.2.1
9752026-08-25T20:16:01.177Z Downloaded yasna v0.5.2
9762026-08-25T20:16:01.178Z Downloaded scroll v0.13.0
9772026-08-25T20:16:01.178Z Downloaded nanorand v0.7.0
9782026-08-25T20:16:01.235Z Downloaded cbc v0.2.1
9792026-08-25T20:16:01.235Z Downloaded prefix-trie v0.7.0
9802026-08-25T20:16:01.235Z Downloaded dunce v1.0.5
9812026-08-25T20:16:01.235Z Downloaded progenitor-impl v0.14.0
9822026-08-25T20:16:01.235Z Downloaded zone v0.3.1
9832026-08-25T20:16:01.235Z Downloaded castaway v0.2.4
9842026-08-25T20:16:01.235Z Downloaded rstest v0.25.0
9852026-08-25T20:16:01.235Z Downloaded memchr v2.8.0
9862026-08-25T20:16:01.235Z Downloaded stacker v0.1.23
9872026-08-25T20:16:01.235Z Downloaded pem v3.0.6
9882026-08-25T20:16:01.235Z Downloaded plain v0.2.3
9892026-08-25T20:16:01.236Z Downloaded zone_cfg_derive v0.3.1
9902026-08-25T20:16:01.236Z Downloaded tokio-util v0.7.18
9912026-08-25T20:16:01.236Z Downloaded winnow v0.6.26
9922026-08-25T20:16:01.236Z Downloaded similar v2.7.0
9932026-08-25T20:16:01.236Z Downloaded port-file v0.1.0
9942026-08-25T20:16:01.236Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9952026-08-25T20:16:01.236Z Downloaded siphasher v1.0.2
9962026-08-25T20:16:01.236Z Downloaded difflib v0.4.0
9972026-08-25T20:16:01.236Z Downloaded anstyle-parse v1.0.0
9982026-08-25T20:16:01.243Z Downloaded serde-big-array v0.5.1
9992026-08-25T20:16:01.243Z Downloaded unsafe-libyaml v0.2.11
10002026-08-25T20:16:01.243Z Downloaded serde_urlencoded v0.7.1
10012026-08-25T20:16:01.243Z Downloaded zerocopy-derive v0.8.55
10022026-08-25T20:16:01.248Z Downloaded libbz2-rs-sys v0.2.2
10032026-08-25T20:16:01.248Z Downloaded futures-core v0.3.32
10042026-08-25T20:16:01.253Z Downloaded waitgroup v0.1.2
10052026-08-25T20:16:01.253Z Downloaded tower v0.5.3
10062026-08-25T20:16:01.258Z Downloaded curve25519-dalek v4.1.3
10072026-08-25T20:16:01.263Z Downloaded rustls-webpki v0.103.13
10082026-08-25T20:16:01.266Z Downloaded pest_meta v2.8.6
10092026-08-25T20:16:01.269Z Downloaded libsw v3.5.0
10102026-08-25T20:16:01.269Z Downloaded glob v0.3.3
10112026-08-25T20:16:01.275Z Downloaded zerovec-derive v0.11.2
10122026-08-25T20:16:01.279Z Downloaded fs-err v3.3.0
10132026-08-25T20:16:01.279Z Downloaded twox-hash v2.1.2
10142026-08-25T20:16:01.283Z Downloaded enum-as-inner v0.6.1
10152026-08-25T20:16:01.283Z Downloaded expectorate v1.2.0
10162026-08-25T20:16:01.287Z Downloaded socket2 v0.5.10
10172026-08-25T20:16:01.287Z Downloaded typify v0.6.2
10182026-08-25T20:16:01.287Z Downloaded strum_macros v0.24.3
10192026-08-25T20:16:01.290Z Downloaded trybuild v1.0.116
10202026-08-25T20:16:01.296Z Downloaded either v1.15.0
10212026-08-25T20:16:01.299Z Downloaded tokio-native-tls v0.3.1
10222026-08-25T20:16:01.301Z Downloaded slog-async v2.8.0
10232026-08-25T20:16:01.301Z Downloaded p384 v0.13.1
10242026-08-25T20:16:01.304Z Downloaded fixedbitset v0.5.7
10252026-08-25T20:16:01.304Z Downloaded vte v0.14.1
10262026-08-25T20:16:01.308Z Downloaded ed25519 v2.2.3
10272026-08-25T20:16:01.311Z Downloaded digest v0.10.7
10282026-08-25T20:16:01.311Z Downloaded oxide-update-engine-display v0.1.2
10292026-08-25T20:16:01.314Z Downloaded ssh-key v0.7.0-rc.11
10302026-08-25T20:16:01.317Z Downloaded base64 v0.21.7
10312026-08-25T20:16:01.321Z Downloaded tower-http v0.6.8
10322026-08-25T20:16:01.324Z Downloaded tinyvec v1.10.0
10332026-08-25T20:16:01.327Z Downloaded backoff v0.4.0
10342026-08-25T20:16:01.330Z Downloaded num-derive v0.4.2
10352026-08-25T20:16:01.330Z Downloaded toml v0.7.8
10362026-08-25T20:16:01.330Z Downloaded unicode-normalization v0.1.25
10372026-08-25T20:16:01.337Z Downloaded pest v2.8.6
10382026-08-25T20:16:01.342Z Downloaded tabled v0.15.0
10392026-08-25T20:16:01.351Z Downloaded anstream v0.6.21
10402026-08-25T20:16:01.355Z Downloaded progenitor v0.14.0
10412026-08-25T20:16:01.355Z Downloaded drift v0.2.0
10422026-08-25T20:16:01.358Z Downloaded dropshot-api-manager v0.8.0
10432026-08-25T20:16:01.361Z Downloaded ed25519-dalek v3.0.0
10442026-08-25T20:16:01.365Z Downloaded async-lock v3.4.2
10452026-08-25T20:16:01.365Z Downloaded multer v3.1.0
10462026-08-25T20:16:01.369Z Downloaded once_cell v1.21.3
10472026-08-25T20:16:01.370Z Downloaded curve25519-dalek v5.0.0
10482026-08-25T20:16:01.373Z Downloaded proc-macro2 v1.0.106
10492026-08-25T20:16:01.376Z Downloaded schemars v0.9.0
10502026-08-25T20:16:01.383Z Downloaded goblin v0.10.5
10512026-08-25T20:16:01.388Z Downloaded postgres-types v0.2.12
10522026-08-25T20:16:01.391Z Downloaded serde_with v3.21.0
10532026-08-25T20:16:01.395Z Downloaded pin-project v1.1.11
10542026-08-25T20:16:01.402Z Downloaded nom v8.0.0
10552026-08-25T20:16:01.405Z Downloaded tough v0.22.0
10562026-08-25T20:16:01.409Z Downloaded rustls-platform-verifier v0.6.2
10572026-08-25T20:16:01.412Z Downloaded rand v0.9.2
10582026-08-25T20:16:01.415Z Downloaded term v0.7.0
10592026-08-25T20:16:01.415Z Downloaded scuffle v0.1.0
10602026-08-25T20:16:01.418Z Downloaded tar v0.4.46
10612026-08-25T20:16:01.422Z Downloaded elliptic-curve v0.13.8
10622026-08-25T20:16:01.422Z Downloaded blake2 v0.10.6
10632026-08-25T20:16:01.425Z Downloaded reqwest v0.12.28
10642026-08-25T20:16:01.428Z Downloaded zerocopy v0.7.35
10652026-08-25T20:16:01.435Z Downloaded zlib-rs v0.6.2
10662026-08-25T20:16:01.438Z Downloaded lalrpop v0.19.12
10672026-08-25T20:16:01.444Z Downloaded futures v0.3.32
10682026-08-25T20:16:01.448Z Downloaded knuffel v3.2.0
10692026-08-25T20:16:01.451Z Downloaded oso v0.27.3
10702026-08-25T20:16:01.451Z Downloaded unicode-segmentation v1.12.0
10712026-08-25T20:16:01.454Z Downloaded nom v7.1.3
10722026-08-25T20:16:01.454Z Downloaded reqwest v0.13.2
10732026-08-25T20:16:01.457Z Downloaded openapiv3 v2.2.0
10742026-08-25T20:16:01.464Z Downloaded object v0.30.4
10752026-08-25T20:16:01.469Z Downloaded num-bigint v0.4.6
10762026-08-25T20:16:01.487Z Downloaded async-compression v0.4.41
10772026-08-25T20:16:01.491Z Downloaded chacha20poly1305 v0.10.1
10782026-08-25T20:16:01.494Z Downloaded log v0.4.33
10792026-08-25T20:16:01.505Z Downloaded rstest_macros v0.25.0
10802026-08-25T20:16:01.509Z Downloaded typed-path v0.9.3
10812026-08-25T20:16:01.513Z Downloaded publicsuffix v2.3.0
10822026-08-25T20:16:01.518Z Downloaded aws-lc-rs v1.16.3
10832026-08-25T20:16:01.522Z Downloaded bstr v1.12.1
10842026-08-25T20:16:01.541Z Downloaded regex v1.12.3
10852026-08-25T20:16:01.574Z Downloaded petname v2.0.2
10862026-08-25T20:16:01.577Z Downloaded time v0.3.47
10872026-08-25T20:16:01.599Z Downloaded regress v0.11.1
10882026-08-25T20:16:01.620Z Downloaded diesel v2.3.7
10892026-08-25T20:16:01.632Z Downloaded radix_trie v0.2.1
10902026-08-25T20:16:01.641Z Downloaded sqlparser v0.61.0
10912026-08-25T20:16:01.648Z Downloaded gimli v0.32.3
10922026-08-25T20:16:01.652Z Downloaded libm v0.2.16
10932026-08-25T20:16:01.658Z Downloaded rustix v0.38.44
10942026-08-25T20:16:01.671Z Downloaded num-bigint-dig v0.8.6
10952026-08-25T20:16:01.674Z Downloaded openssl v0.10.80
10962026-08-25T20:16:01.679Z Downloaded smoltcp v0.9.1
10972026-08-25T20:16:01.685Z Downloaded futures-util v0.3.32
10982026-08-25T20:16:01.692Z Downloaded rustls v0.23.41
10992026-08-25T20:16:01.698Z Downloaded chrono v0.4.45
11002026-08-25T20:16:01.706Z Downloaded regress v0.10.5
11012026-08-25T20:16:01.715Z Downloaded unicode-width v0.2.0
11022026-08-25T20:16:01.723Z Downloaded rustix v1.1.4
11032026-08-25T20:16:01.740Z Downloaded polar-core v0.27.3
11042026-08-25T20:16:01.743Z Downloaded proptest v1.11.0
11052026-08-25T20:16:01.748Z Downloaded salty v0.3.0
11062026-08-25T20:16:01.752Z Downloaded zerocopy-derive v0.6.6
11072026-08-25T20:16:01.758Z Downloaded winnow v0.5.40
11082026-08-25T20:16:01.762Z Downloaded nix v0.31.2
11092026-08-25T20:16:01.769Z Downloaded nix v0.28.0
11102026-08-25T20:16:01.775Z Downloaded bindgen v0.71.1
11112026-08-25T20:16:01.779Z Downloaded aho-corasick v1.1.4
11122026-08-25T20:16:01.783Z Downloaded sled v0.34.7
11132026-08-25T20:16:01.789Z Downloaded bzip2-sys v0.1.13+1.0.8
11142026-08-25T20:16:01.804Z Downloaded hickory-proto v0.24.4
11152026-08-25T20:16:01.813Z Downloaded sha3 v0.11.0
11162026-08-25T20:16:01.816Z Downloaded rayon v1.11.0
11172026-08-25T20:16:01.823Z Downloaded moka v0.12.13
11182026-08-25T20:16:01.832Z Downloaded winnow v1.0.3
11192026-08-25T20:16:01.859Z Downloaded csv v1.4.0
11202026-08-25T20:16:01.871Z Downloaded libz-sys v1.1.24
11212026-08-25T20:16:01.883Z Downloaded chrono-tz v0.10.4
11222026-08-25T20:16:01.895Z Downloaded zerocopy v0.8.55
11232026-08-25T20:16:01.906Z Downloaded tokio v1.52.1
11242026-08-25T20:16:01.928Z Downloaded petgraph v0.6.5
11252026-08-25T20:16:01.940Z Downloaded reedline v0.40.0
11262026-08-25T20:16:01.943Z Downloaded regex-syntax v0.6.29
11272026-08-25T20:16:01.947Z Downloaded hickory-proto v0.25.2
11282026-08-25T20:16:01.956Z Downloaded syn v3.0.3
11292026-08-25T20:16:01.963Z Downloaded unicode-width v0.1.14
11302026-08-25T20:16:01.966Z Downloaded git2 v0.20.4
11312026-08-25T20:16:01.971Z Downloaded object v0.37.3
11322026-08-25T20:16:01.978Z Downloaded bitvec v1.0.1
11332026-08-25T20:16:01.986Z Downloaded vcpkg v0.2.15
11342026-08-25T20:16:02.008Z Downloaded nix v0.27.1
11352026-08-25T20:16:02.014Z Downloaded quinn-proto v0.11.16
11362026-08-25T20:16:02.034Z Downloaded russh v0.62.4
11372026-08-25T20:16:02.072Z Downloaded syn v2.0.117
11382026-08-25T20:16:02.079Z Downloaded dropshot v0.17.1
11392026-08-25T20:16:02.091Z Downloaded smoltcp v0.11.0
11402026-08-25T20:16:02.098Z Downloaded regex-syntax v0.8.10
11412026-08-25T20:16:02.134Z Downloaded ratatui v0.29.0
11422026-08-25T20:16:02.143Z Downloaded typify-impl v0.6.2
11432026-08-25T20:16:02.152Z Downloaded tracing v0.1.44
11442026-08-25T20:16:02.240Z Downloaded regex-automata v0.4.14
11452026-08-25T20:16:02.294Z Downloaded jiff v0.2.34
11462026-08-25T20:16:02.398Z Downloaded petgraph v0.8.3
11472026-08-25T20:16:02.409Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11482026-08-25T20:16:02.424Z Downloaded libc v0.2.185
11492026-08-25T20:16:02.509Z Downloaded sha3 v0.10.8
11502026-08-25T20:16:02.716Z Downloaded encoding_rs v0.8.35
11512026-08-25T20:16:02.729Z Downloaded ring v0.17.14
11522026-08-25T20:16:02.761Z Downloaded httpmock v0.8.3
11532026-08-25T20:16:02.795Z Downloaded libgit2-sys v0.18.3+1.9.2
11542026-08-25T20:16:03.434Z Downloaded aws-lc-sys v0.40.0
11552026-08-25T20:16:03.883Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11562026-08-25T20:16:08.910Z Startup: Refreshing catalog 'helios' ... Done
11572026-08-25T20:16:09.318Z Startup: Caching catalogs ... Done
11582026-08-25T20:16:11.452ZPlanning: Solver setup ... Done (2.041s)
11592026-08-25T20:16:11.504ZPlanning: Running solver ... Done (0.061s)
11602026-08-25T20:16:11.552ZPlanning: Finding local manifests ... Done (0.003s)
11612026-08-25T20:16:11.563ZPlanning: Fetching manifests: 0/2 0% complete
11622026-08-25T20:16:11.580ZPlanning: Fetching manifests: 2/2 100% complete
11632026-08-25T20:16:11.594ZPlanning: Package planning ... Done (0.014s)
11642026-08-25T20:16:11.597ZPlanning: Merging actions ... Done (0.002s)
11652026-08-25T20:16:11.824ZPlanning: Checking for conflicting actions ... Done (0.228s)
11662026-08-25T20:16:11.827ZPlanning: Consolidating action changes ... Done (0.001s)
11672026-08-25T20:16:12.633ZPlanning: Evaluating mediators ... Done (0.808s)
11682026-08-25T20:16:12.636ZPlanning: Planning completed in 3.32 seconds
11692026-08-25T20:16:12.643Z Packages to install: 2
11702026-08-25T20:16:12.644Z Estimated space available: 155.73 GB
11712026-08-25T20:16:12.644ZEstimated space to be consumed: 80.56 MB
11722026-08-25T20:16:12.644Z Create boot environment: No
11732026-08-25T20:16:12.644ZCreate backup boot environment: No
11742026-08-25T20:16:12.648Z Rebuild boot archive: No
11752026-08-25T20:16:12.648Z
11762026-08-25T20:16:12.648ZChanged packages:
11772026-08-25T20:16:12.648Zhelios
11782026-08-25T20:16:12.648Z developer/build-essential
11792026-08-25T20:16:12.648Z None -> 11-3.0
11802026-08-25T20:16:12.648Z library/libxmlsec1
11812026-08-25T20:16:12.648Z None -> 1.2.35-3.0
11822026-08-25T20:16:12.670Z
11832026-08-25T20:16:12.670ZDownload: 0/214 items 0.0/1.3MB 0% complete
11842026-08-25T20:16:12.739ZDownload: Completed 1.28 MB in 0.07 seconds (18.5M/s)
11852026-08-25T20:16:12.829Z Actions: 1/268 actions (Installing new actions)
11862026-08-25T20:16:12.868Z Actions: Completed 268 actions in 0.04 seconds.
11872026-08-25T20:16:12.906ZFinalize: Updating package state database ... Done (0.037s)
11882026-08-25T20:16:12.909ZFinalize: Updating package cache ... Done (0.000s)
11892026-08-25T20:16:12.996ZFinalize: Updating image state ... Done (0.090s)
11902026-08-25T20:16:15.664ZFinalize: Creating fast lookup database ... Done (2.613s)
11912026-08-25T20:16:15.732ZFinalize: Reading search index ... Done (0.013s)
11922026-08-25T20:16:15.736ZFinalize: Updating search index ... Done (0.000s)
11932026-08-25T20:16:15.831ZFinalize: Updating package cache ... Done (0.000s)
11942026-08-25T20:16:16.204ZPlanning: Evaluating mediator changes ... Done
11952026-08-25T20:16:16.310ZPlanning: Checking for conflicting actions ... Done
11962026-08-25T20:16:16.313ZPlanning: Consolidating action changes ... Done
11972026-08-25T20:16:16.470ZPlanning: Evaluating mediators ... Done
11982026-08-25T20:16:16.474ZPlanning: Planning completed in 0.27 seconds
11992026-08-25T20:16:16.495Z Mediators to change: 2
12002026-08-25T20:16:16.495Z Create boot environment: No
12012026-08-25T20:16:16.495ZCreate backup boot environment: No
12022026-08-25T20:16:16.554ZFinalize: Updating package state database ... Done
12032026-08-25T20:16:16.554ZFinalize: Updating package cache ... Done
12042026-08-25T20:16:16.609ZFinalize: Updating image state ... Done
12052026-08-25T20:16:18.542ZFinalize: Creating fast lookup database ... Done
12062026-08-25T20:16:18.600ZFinalize: Reading search index ... Done
12072026-08-25T20:16:18.603ZFinalize: Updating search index ... Done
12082026-08-25T20:16:18.695ZFinalize: Updating package cache ... Done
12092026-08-25T20:16:18.983ZPlanning: Evaluating mediator changes ... Done
12102026-08-25T20:16:19.087ZPlanning: Checking for conflicting actions ... Done
12112026-08-25T20:16:19.090ZPlanning: Consolidating action changes ... Done
12122026-08-25T20:16:19.242ZPlanning: Evaluating mediators ... Done
12132026-08-25T20:16:19.245ZPlanning: Planning completed in 0.26 seconds
12142026-08-25T20:16:19.266Z Mediators to change: 1
12152026-08-25T20:16:19.266Z Create boot environment: No
12162026-08-25T20:16:19.266ZCreate backup boot environment: No
12172026-08-25T20:16:19.323ZFinalize: Updating package state database ... Done
12182026-08-25T20:16:19.323ZFinalize: Updating package cache ... Done
12192026-08-25T20:16:19.380ZFinalize: Updating image state ... Done
12202026-08-25T20:16:21.313ZFinalize: Creating fast lookup database ... Done
12212026-08-25T20:16:21.375ZFinalize: Reading search index ... Done
12222026-08-25T20:16:21.381ZFinalize: Updating search index ... Done
12232026-08-25T20:16:21.460ZFinalize: Updating package cache ... Done
12242026-08-25T20:16:21.774ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12252026-08-25T20:16:21.774Zapache system 2.4 system
12262026-08-25T20:16:21.774Zclang system 15 system
12272026-08-25T20:16:21.774Zcsh system system illumos
12282026-08-25T20:16:21.774Zctags system system illumos
12292026-08-25T20:16:21.774Zfile vendor vendor darwinsys
12302026-08-25T20:16:21.774Zfile system system illumos
12312026-08-25T20:16:21.774Zgcc vendor 14 vendor
12322026-08-25T20:16:21.774Zgcc system 13 system
12332026-08-25T20:16:21.774Zgcc system 10 system
12342026-08-25T20:16:21.774Zgo system 1.25 system
12352026-08-25T20:16:21.774Zllvm system 15 system
12362026-08-25T20:16:21.774Zmariadb system 11.4 system
12372026-08-25T20:16:21.775Zmta vendor vendor dma
12382026-08-25T20:16:21.775Zopenjdk system 17 system
12392026-08-25T20:16:21.775Zopenjdk system 11 system
12402026-08-25T20:16:21.775Zopenssl vendor 3 vendor
12412026-08-25T20:16:21.775Zperl system 5.40 system
12422026-08-25T20:16:21.775Zpostgresql system 18 system
12432026-08-25T20:16:21.776Zpostgresql system 17 system
12442026-08-25T20:16:21.776Zpython vendor 3 vendor
12452026-08-25T20:16:21.776Zpython system 2 system
12462026-08-25T20:16:21.776Zpython3 vendor 3.13 vendor
12472026-08-25T20:16:21.776Zruby system 3.4 system
12482026-08-25T20:16:21.776Zruby system 3.0 system
12492026-08-25T20:16:21.776Zwords vendor vendor american-english
12502026-08-25T20:16:21.776Zwords system system australian-english
12512026-08-25T20:16:21.776Zwords system system british-english
12522026-08-25T20:16:21.776Zwords system system canadian-english
12532026-08-25T20:16:21.776Zwords system system french
12542026-08-25T20:16:21.776Zwords system system italian
12552026-08-25T20:16:21.776Zwords system system ngerman
12562026-08-25T20:16:21.776Zwords system system ogerman
12572026-08-25T20:16:21.776Zwords system system spanish
12582026-08-25T20:16:22.022ZPUBLISHER TYPE STATUS P LOCATION
12592026-08-25T20:16:22.023Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12602026-08-25T20:16:22.510ZFMRI IFO
12612026-08-25T20:16:22.510Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12622026-08-25T20:16:22.510Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12632026-08-25T20:16:22.510Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12642026-08-25T20:16:22.510Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12652026-08-25T20:16:22.510Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12662026-08-25T20:16:22.510Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12672026-08-25T20:16:22.510Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12682026-08-25T20:16:22.510Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12692026-08-25T20:16:22.510Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12702026-08-25T20:16:23.140Z Downloading crates ...
12712026-08-25T20:16:23.186Z Downloaded cargo_toml v0.21.0
12722026-08-25T20:16:23.227Z Compiling proc-macro2 v1.0.106
12732026-08-25T20:16:23.227Z Compiling quote v1.0.45
12742026-08-25T20:16:23.231Z Compiling unicode-ident v1.0.24
12752026-08-25T20:16:23.231Z Compiling serde_core v1.0.228
12762026-08-25T20:16:23.231Z Compiling libc v0.2.185
12772026-08-25T20:16:23.231Z Compiling version_check v0.9.5
12782026-08-25T20:16:23.231Z Compiling memchr v2.8.0
12792026-08-25T20:16:23.231Z Compiling serde v1.0.228
12802026-08-25T20:16:23.231Z Compiling zmij v1.0.21
12812026-08-25T20:16:23.231Z Compiling itoa v1.0.17
12822026-08-25T20:16:23.306Z Compiling ucd-trie v0.1.7
12832026-08-25T20:16:23.310Z Compiling thiserror v1.0.69
12842026-08-25T20:16:23.310Z Compiling byteorder v1.5.0
12852026-08-25T20:16:23.310Z Compiling rustix v1.1.4
12862026-08-25T20:16:23.483Z Compiling bitflags v2.11.0
12872026-08-25T20:16:23.606Z Compiling serde_json v1.0.151
12882026-08-25T20:16:23.682Z Compiling syn v1.0.109
12892026-08-25T20:16:23.742Z Compiling proc-macro-error-attr v1.0.4
12902026-08-25T20:16:23.748Z Compiling usdt-impl v0.5.0
12912026-08-25T20:16:23.821Z Compiling camino v1.2.5
12922026-08-25T20:16:23.852Z Compiling pest v2.8.6
12932026-08-25T20:16:23.910Z Compiling proc-macro-error v1.0.4
12942026-08-25T20:16:23.951Z Compiling log v0.4.33
12952026-08-25T20:16:23.959Z Compiling plain v0.2.3
12962026-08-25T20:16:23.979Z Compiling utf8parse v0.2.2
12972026-08-25T20:16:24.060Z Compiling equivalent v1.0.2
12982026-08-25T20:16:24.070Z Compiling getrandom v0.4.3
12992026-08-25T20:16:24.075Z Compiling hashbrown v0.17.0
13002026-08-25T20:16:24.095Z Compiling anstyle-parse v1.0.0
13012026-08-25T20:16:24.121Z Compiling anstyle v1.0.14
13022026-08-25T20:16:24.142Z Compiling thiserror v2.0.18
13032026-08-25T20:16:24.164Z Compiling toml_write v0.1.2
13042026-08-25T20:16:24.184Z Compiling cfg-if v1.0.4
13052026-08-25T20:16:24.215Z Compiling autocfg v1.5.0
13062026-08-25T20:16:24.240Z Compiling is_terminal_polyfill v1.70.2
13072026-08-25T20:16:24.267Z Compiling errno v0.3.14
13082026-08-25T20:16:24.274Z Compiling thread-id v4.2.2
13092026-08-25T20:16:24.286Z Compiling pretty-hex v0.4.1
13102026-08-25T20:16:24.354Z Compiling anstyle-query v1.1.5
13112026-08-25T20:16:24.368Z Compiling colorchoice v1.0.4
13122026-08-25T20:16:24.368Z Compiling winnow v0.7.14
13132026-08-25T20:16:24.395Z Compiling fnv v1.0.7
13142026-08-25T20:16:24.433Z Compiling unicode-width v0.1.14
13152026-08-25T20:16:24.437Z Compiling anstream v1.0.0
13162026-08-25T20:16:24.437Z Compiling bytecount v0.6.9
13172026-08-25T20:16:24.478Z Compiling fastrand v2.3.0
13182026-08-25T20:16:24.487Z Compiling heck v0.4.1
13192026-08-25T20:16:24.601Z Compiling indexmap v2.14.0
13202026-08-25T20:16:24.659Z Compiling fs-err v3.3.0
13212026-08-25T20:16:24.672Z Compiling clap_lex v1.0.0
13222026-08-25T20:16:24.704Z Compiling syn v2.0.117
13232026-08-25T20:16:24.736Z Compiling once_cell v1.21.3
13242026-08-25T20:16:24.750Z Compiling heck v0.5.0
13252026-08-25T20:16:24.759Z Compiling anyhow v1.0.104
13262026-08-25T20:16:24.779Z Compiling strsim v0.11.1
13272026-08-25T20:16:24.804Z Compiling papergrid v0.11.0
13282026-08-25T20:16:24.940Z Compiling memmap v0.7.0
13292026-08-25T20:16:24.986Z Compiling pest_meta v2.8.6
13302026-08-25T20:16:25.013Z Compiling unicode-width v0.2.0
13312026-08-25T20:16:25.024Z Compiling unicode-linebreak v0.1.5
13322026-08-25T20:16:25.119Z Compiling smawk v0.3.2
13332026-08-25T20:16:25.189Z Compiling swrite v0.1.0
13342026-08-25T20:16:25.247Z Compiling terminal_size v0.4.3
13352026-08-25T20:16:25.263Z Compiling tempfile v3.27.0
13362026-08-25T20:16:25.346Z Compiling clap_builder v4.6.0
13372026-08-25T20:16:25.350Z Compiling textwrap v0.16.2
13382026-08-25T20:16:25.605Z Compiling semver v1.0.28
13392026-08-25T20:16:25.633Z Compiling cargo-platform v0.3.2
13402026-08-25T20:16:25.895Z Compiling camino-tempfile v1.4.1
13412026-08-25T20:16:26.164Z Compiling tabled_derive v0.7.0
13422026-08-25T20:16:26.834Z Compiling pest_generator v2.8.6
13432026-08-25T20:16:26.845Z Compiling tabled v0.15.0
13442026-08-25T20:16:27.319Z Compiling serde_derive v1.0.228
13452026-08-25T20:16:27.319Z Compiling thiserror-impl v1.0.69
13462026-08-25T20:16:27.319Z Compiling zerocopy-derive v0.7.35
13472026-08-25T20:16:27.319Z Compiling scroll_derive v0.12.1
13482026-08-25T20:16:27.323Z Compiling thiserror-impl v2.0.18
13492026-08-25T20:16:27.323Z Compiling clap_derive v4.6.1
13502026-08-25T20:16:27.366Z Compiling pest_derive v2.8.6
13512026-08-25T20:16:27.943Z Compiling scroll v0.12.0
13522026-08-25T20:16:28.003Z Compiling zerocopy v0.7.35
13532026-08-25T20:16:28.145Z Compiling goblin v0.8.2
13542026-08-25T20:16:28.353Z Compiling dtrace-parser v0.2.0
13552026-08-25T20:16:28.626Z Compiling clap v4.6.1
13562026-08-25T20:16:29.697Z Compiling toml_datetime v0.6.11
13572026-08-25T20:16:29.697Z Compiling serde_spanned v0.6.9
13582026-08-25T20:16:29.702Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13592026-08-25T20:16:29.702Z Compiling macaddr v1.0.1
13602026-08-25T20:16:29.702Z Compiling cargo_metadata v0.23.1
13612026-08-25T20:16:29.702Z Compiling dof v0.3.0
13622026-08-25T20:16:29.702Z Compiling serde_tokenstream v0.2.3
13632026-08-25T20:16:29.848Z Compiling toml_edit v0.22.27
13642026-08-25T20:16:30.387Z Compiling usdt-macro v0.5.0
13652026-08-25T20:16:30.403Z Compiling usdt-attr-macro v0.5.0
13662026-08-25T20:16:31.003Z Compiling usdt v0.5.0
13672026-08-25T20:16:31.119Z Compiling toml v0.8.23
13682026-08-25T20:16:31.450Z Compiling cargo_toml v0.21.0
13692026-08-25T20:16:32.737Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13702026-08-25T20:16:34.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.09s
13712026-08-25T20:16:34.812Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13722026-08-25T20:16:35.582Z Compiling serde_core v1.0.228
13732026-08-25T20:16:35.582Z Compiling libc v0.2.185
13742026-08-25T20:16:35.582Z Compiling serde v1.0.228
13752026-08-25T20:16:35.585Z Compiling log v0.4.33
13762026-08-25T20:16:35.585Z Compiling smallvec v1.15.1
13772026-08-25T20:16:35.585Z Compiling shlex v1.3.0
13782026-08-25T20:16:35.585Z Compiling find-msvc-tools v0.1.9
13792026-08-25T20:16:35.585Z Compiling subtle v2.6.1
13802026-08-25T20:16:35.738Z Compiling scopeguard v1.2.0
13812026-08-25T20:16:35.743Z Compiling stable_deref_trait v1.2.1
13822026-08-25T20:16:35.743Z Compiling typenum v1.20.1
13832026-08-25T20:16:35.743Z Compiling zerocopy v0.8.55
13842026-08-25T20:16:35.749Z Compiling portable-atomic v1.13.1
13852026-08-25T20:16:35.788Z Compiling serde_json v1.0.151
13862026-08-25T20:16:35.801Z Compiling syn v2.0.117
13872026-08-25T20:16:35.814Z Compiling critical-section v1.2.0
13882026-08-25T20:16:35.897Z Compiling lock_api v0.4.14
13892026-08-25T20:16:35.919Z Compiling libm v0.2.16
13902026-08-25T20:16:35.941Z Compiling num-traits v0.2.19
13912026-08-25T20:16:35.942Z Compiling pkg-config v0.3.32
13922026-08-25T20:16:35.963Z Compiling generic-array v0.14.7
13932026-08-25T20:16:35.970Z Compiling const-oid v0.9.6
13942026-08-25T20:16:35.994Z Compiling pin-project-lite v0.2.17
13952026-08-25T20:16:36.094Z Compiling parking_lot_core v0.9.12
13962026-08-25T20:16:36.094Z Compiling getrandom v0.4.3
13972026-08-25T20:16:36.100Z Compiling rand_core v0.10.0
13982026-08-25T20:16:36.126Z Compiling futures-core v0.3.32
13992026-08-25T20:16:36.143Z Compiling writeable v0.6.2
14002026-08-25T20:16:36.244Z Compiling percent-encoding v2.3.2
14012026-08-25T20:16:36.296Z Compiling litemap v0.8.1
14022026-08-25T20:16:36.310Z Compiling icu_properties_data v2.1.2
14032026-08-25T20:16:36.325Z Compiling icu_normalizer_data v2.1.1
14042026-08-25T20:16:36.340Z Compiling getrandom v0.3.4
14052026-08-25T20:16:36.380Z Compiling rustix v1.1.4
14062026-08-25T20:16:36.427Z Compiling futures-sink v0.3.32
14072026-08-25T20:16:36.467Z Compiling futures-io v0.3.32
14082026-08-25T20:16:36.479Z Compiling utf8_iter v1.0.4
14092026-08-25T20:16:36.519Z Compiling slab v0.4.12
14102026-08-25T20:16:36.537Z Compiling futures-channel v0.3.32
14112026-08-25T20:16:36.563Z Compiling futures-task v0.3.32
14122026-08-25T20:16:36.625Z Compiling errno v0.3.14
14132026-08-25T20:16:36.639Z Compiling jobserver v0.1.34
14142026-08-25T20:16:36.642Z Compiling getrandom v0.2.17
14152026-08-25T20:16:36.723Z Compiling mio v1.2.0
14162026-08-25T20:16:36.756Z Compiling signal-hook-registry v1.4.8
14172026-08-25T20:16:36.775Z Compiling socket2 v0.6.3
14182026-08-25T20:16:36.788Z Compiling form_urlencoded v1.2.2
14192026-08-25T20:16:36.791Z Compiling rustversion v1.0.22
14202026-08-25T20:16:36.800Z Compiling rand_core v0.6.4
14212026-08-25T20:16:36.898Z Compiling cc v1.2.56
14222026-08-25T20:16:36.916Z Compiling once_cell v1.21.3
14232026-08-25T20:16:36.949Z Compiling parking_lot v0.12.5
14242026-08-25T20:16:36.980Z Compiling iana-time-zone v0.1.65
14252026-08-25T20:16:37.038Z Compiling base64ct v1.8.3
14262026-08-25T20:16:37.055Z Compiling ident_case v1.0.1
14272026-08-25T20:16:37.084Z Compiling flagset v0.4.7
14282026-08-25T20:16:37.153Z Compiling regex-syntax v0.8.10
14292026-08-25T20:16:37.193Z Compiling fs_extra v1.3.0
14302026-08-25T20:16:37.210Z Compiling dunce v1.0.5
14312026-08-25T20:16:37.213Z Compiling base64 v0.22.1
14322026-08-25T20:16:37.238Z Compiling vcpkg v0.2.15
14332026-08-25T20:16:37.268Z Compiling rand_core v0.9.5
14342026-08-25T20:16:37.322Z Compiling pem-rfc7468 v0.7.0
14352026-08-25T20:16:37.322Z Compiling syn v1.0.109
14362026-08-25T20:16:37.351Z Compiling tracing-core v0.1.36
14372026-08-25T20:16:37.365Z Compiling cpufeatures v0.2.17
14382026-08-25T20:16:37.365Z Compiling schemars v0.8.22
14392026-08-25T20:16:37.451Z Compiling simd-adler32 v0.3.8
14402026-08-25T20:16:37.466Z Compiling dyn-clone v1.0.20
14412026-08-25T20:16:37.481Z Compiling aws-lc-rs v1.16.3
14422026-08-25T20:16:37.555Z Compiling spin v0.9.8
14432026-08-25T20:16:37.570Z Compiling openssl-probe v0.2.1
14442026-08-25T20:16:37.621Z Compiling httparse v1.10.1
14452026-08-25T20:16:37.621Z Compiling adler2 v2.0.1
14462026-08-25T20:16:37.649Z Compiling cmake v0.1.57
14472026-08-25T20:16:37.712Z Compiling crc32fast v1.5.0
14482026-08-25T20:16:37.741Z Compiling cmov v0.5.4
14492026-08-25T20:16:37.758Z Compiling tinyvec_macros v0.1.1
14502026-08-25T20:16:37.781Z Compiling miniz_oxide v0.8.9
14512026-08-25T20:16:37.796Z Compiling aho-corasick v1.1.4
14522026-08-25T20:16:37.799Z Compiling untrusted v0.7.1
14532026-08-25T20:16:37.841Z Compiling bitflags v2.11.0
14542026-08-25T20:16:37.928Z Compiling semver v1.0.28
14552026-08-25T20:16:37.952Z Compiling indexmap v2.14.0
14562026-08-25T20:16:37.967Z Compiling uuid v1.23.4
14572026-08-25T20:16:37.982Z Compiling ctutils v0.4.2
14582026-08-25T20:16:38.054Z Compiling tinyvec v1.10.0
14592026-08-25T20:16:38.069Z Compiling atomic-waker v1.1.2
14602026-08-25T20:16:38.101Z Compiling try-lock v0.2.5
14612026-08-25T20:16:38.104Z Compiling radium v0.7.0
14622026-08-25T20:16:38.203Z Compiling rustc_version v0.4.1
14632026-08-25T20:16:38.218Z Compiling tower-layer v0.3.3
14642026-08-25T20:16:38.234Z Compiling tower-service v0.3.3
14652026-08-25T20:16:38.273Z Compiling want v0.3.1
14662026-08-25T20:16:38.398Z Compiling maybe-uninit v2.0.0
14672026-08-25T20:16:38.414Z Compiling openssl v0.10.80
14682026-08-25T20:16:38.431Z Compiling untrusted v0.9.0
14692026-08-25T20:16:38.450Z Compiling tap v1.0.1
14702026-08-25T20:16:38.476Z Compiling aws-lc-sys v0.40.0
14712026-08-25T20:16:38.534Z Compiling openssl-sys v0.9.117
14722026-08-25T20:16:38.549Z Compiling httpdate v1.0.3
14732026-08-25T20:16:38.570Z Compiling rustls v0.23.41
14742026-08-25T20:16:38.583Z Compiling foreign-types-shared v0.1.1
14752026-08-25T20:16:38.638Z Compiling regex-automata v0.4.14
14762026-08-25T20:16:38.657Z Compiling wyz v0.5.1
14772026-08-25T20:16:38.672Z Compiling foreign-types v0.3.2
14782026-08-25T20:16:38.689Z Compiling synstructure v0.13.2
14792026-08-25T20:16:38.704Z Compiling serde_derive_internals v0.29.1
14802026-08-25T20:16:38.719Z Compiling pest_generator v2.8.6
14812026-08-25T20:16:38.759Z Compiling darling_core v0.20.11
14822026-08-25T20:16:38.796Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14832026-08-25T20:16:38.823Z Compiling bzip2-sys v0.1.13+1.0.8
14842026-08-25T20:16:39.049Z Compiling tempfile v3.27.0
14852026-08-25T20:16:39.098Z Compiling terminal_size v0.4.3
14862026-08-25T20:16:39.138Z Compiling unicode-normalization v0.1.25
14872026-08-25T20:16:39.194Z Compiling num-integer v0.1.46
14882026-08-25T20:16:39.223Z Compiling wait-timeout v0.2.1
14892026-08-25T20:16:39.249Z Compiling ahash v0.8.12
14902026-08-25T20:16:39.307Z Compiling bit-vec v0.8.0
14912026-08-25T20:16:39.452Z Compiling quick-error v1.2.3
14922026-08-25T20:16:39.483Z Compiling packed_struct v0.10.1
14932026-08-25T20:16:39.499Z Compiling funty v2.0.0
14942026-08-25T20:16:39.515Z Compiling num-bigint-dig v0.8.6
14952026-08-25T20:16:39.530Z Compiling native-tls v0.2.18
14962026-08-25T20:16:39.546Z Compiling num-conv v0.2.0
14972026-08-25T20:16:39.547Z Compiling time-core v0.1.8
14982026-08-25T20:16:39.561Z Compiling powerfmt v0.2.0
14992026-08-25T20:16:39.589Z Compiling rusty-fork v0.3.1
15002026-08-25T20:16:39.620Z Compiling clap_builder v4.6.0
15012026-08-25T20:16:39.636Z Compiling bit-set v0.8.0
15022026-08-25T20:16:39.732Z Compiling time-macros v0.2.27
15032026-08-25T20:16:39.746Z Compiling deranged v0.5.8
15042026-08-25T20:16:39.762Z Compiling num-iter v0.1.45
15052026-08-25T20:16:39.823Z Compiling bitvec v1.0.1
15062026-08-25T20:16:39.861Z Compiling lazy_static v1.5.0
15072026-08-25T20:16:39.894Z Compiling rand_xorshift v0.4.0
15082026-08-25T20:16:39.913Z Compiling sync_wrapper v1.0.2
15092026-08-25T20:16:39.927Z Compiling indexmap v1.9.3
15102026-08-25T20:16:39.962Z Compiling object v0.37.3
15112026-08-25T20:16:40.031Z Compiling paste v1.0.15
15122026-08-25T20:16:40.080Z Compiling nodrop v0.1.14
15132026-08-25T20:16:40.093Z Compiling num_threads v0.1.7
15142026-08-25T20:16:40.124Z Compiling zlib-rs v0.6.2
15152026-08-25T20:16:40.183Z Compiling unicode-segmentation v1.12.0
15162026-08-25T20:16:40.201Z Compiling unarray v0.1.4
15172026-08-25T20:16:40.253Z Compiling siphasher v1.0.2
15182026-08-25T20:16:40.319Z Compiling crossbeam-utils v0.8.21
15192026-08-25T20:16:40.335Z Compiling usdt-impl v0.6.0
15202026-08-25T20:16:40.425Z Compiling serde_derive v1.0.228
15212026-08-25T20:16:40.445Z Compiling zeroize_derive v1.5.0
15222026-08-25T20:16:40.552Z Compiling zerofrom-derive v0.1.6
15232026-08-25T20:16:40.581Z Compiling zerocopy-derive v0.8.55
15242026-08-25T20:16:40.622Z Compiling yoke-derive v0.8.1
15252026-08-25T20:16:40.754Z Compiling zerovec-derive v0.11.2
15262026-08-25T20:16:40.809Z Compiling displaydoc v0.2.5
15272026-08-25T20:16:40.823Z Compiling tokio-macros v2.7.0
15282026-08-25T20:16:41.083Z Compiling futures-macro v0.3.32
15292026-08-25T20:16:41.113Z Compiling der_derive v0.7.3
15302026-08-25T20:16:41.269Z Compiling thiserror-impl v2.0.18
15312026-08-25T20:16:41.624Z Compiling tracing-attributes v0.1.31
15322026-08-25T20:16:41.653Z Compiling schemars_derive v0.8.22
15332026-08-25T20:16:41.679Z Compiling scroll_derive v0.13.1
15342026-08-25T20:16:41.816Z Compiling pest_derive v2.8.6
15352026-08-25T20:16:41.921Z Compiling darling_macro v0.20.11
15362026-08-25T20:16:42.008Z Compiling futures-util v0.3.32
15372026-08-25T20:16:42.022Z Compiling zerofrom v0.1.6
15382026-08-25T20:16:42.164Z Compiling yoke v0.8.1
15392026-08-25T20:16:42.204Z Compiling openssl-macros v0.1.1
15402026-08-25T20:16:42.296Z Compiling thiserror-impl v1.0.69
15412026-08-25T20:16:42.371Z Compiling zerovec v0.11.5
15422026-08-25T20:16:42.440Z Compiling zerotrie v0.2.3
15432026-08-25T20:16:42.521Z Compiling scroll v0.13.0
15442026-08-25T20:16:42.646Z Compiling darling v0.20.11
15452026-08-25T20:16:42.742Z Compiling packed_struct_codegen v0.10.1
15462026-08-25T20:16:42.755Z Compiling thiserror v2.0.18
15472026-08-25T20:16:42.769Z Compiling goblin v0.10.5
15482026-08-25T20:16:42.815Z Compiling bitfield-macros v0.19.4
15492026-08-25T20:16:42.848Z Compiling tinystr v0.8.2
15502026-08-25T20:16:42.882Z Compiling potential_utf v0.1.4
15512026-08-25T20:16:42.911Z Compiling clap_derive v4.6.1
15522026-08-25T20:16:42.943Z Compiling zerocopy-derive v0.6.6
15532026-08-25T20:16:42.994Z Compiling tracing v0.1.44
15542026-08-25T20:16:43.061Z Compiling icu_locale_core v2.1.1
15552026-08-25T20:16:43.075Z Compiling icu_collections v2.1.1
15562026-08-25T20:16:43.291Z Compiling crc-catalog v2.4.0
15572026-08-25T20:16:43.399Z Compiling crc v3.4.0
15582026-08-25T20:16:43.482Z Compiling flate2 v1.1.9
15592026-08-25T20:16:43.586Z Compiling bitfield v0.19.4
15602026-08-25T20:16:43.600Z Compiling dtrace-parser v0.3.0
15612026-08-25T20:16:43.623Z Compiling derive_builder_core v0.20.2
15622026-08-25T20:16:43.638Z Compiling thiserror v1.0.69
15632026-08-25T20:16:43.752Z Compiling icu_provider v2.1.1
15642026-08-25T20:16:43.817Z Compiling zerocopy v0.6.6
15652026-08-25T20:16:43.900Z Compiling time v0.3.47
15662026-08-25T20:16:43.963Z Compiling zeroize v1.9.0
15672026-08-25T20:16:43.981Z Compiling bytes v1.11.1
15682026-08-25T20:16:43.984Z Compiling chrono v0.4.45
15692026-08-25T20:16:44.045Z Compiling icu_normalizer v2.1.1
15702026-08-25T20:16:44.068Z Compiling icu_properties v2.1.2
15712026-08-25T20:16:44.195Z Compiling der v0.7.10
15722026-08-25T20:16:44.373Z Compiling rustls-pki-types v1.14.0
15732026-08-25T20:16:44.395Z Compiling hybrid-array v0.4.13
15742026-08-25T20:16:44.492Z Compiling tokio v1.52.1
15752026-08-25T20:16:44.591Z Compiling http v1.4.2
15762026-08-25T20:16:44.624Z Compiling ipnet v2.12.0
15772026-08-25T20:16:44.714Z Compiling block-buffer v0.10.4
15782026-08-25T20:16:44.743Z Compiling crypto-common v0.1.7
15792026-08-25T20:16:44.835Z Compiling hex v0.4.3
15802026-08-25T20:16:44.900Z Compiling idna_adapter v1.2.1
15812026-08-25T20:16:44.914Z Compiling digest v0.10.7
15822026-08-25T20:16:45.059Z Compiling idna v1.1.0
15832026-08-25T20:16:45.125Z Compiling ppv-lite86 v0.2.21
15842026-08-25T20:16:45.139Z Compiling spki v0.7.3
15852026-08-25T20:16:45.165Z Compiling sha2 v0.10.9
15862026-08-25T20:16:45.179Z Compiling signature v2.2.0
15872026-08-25T20:16:45.182Z Compiling hmac v0.12.1
15882026-08-25T20:16:45.304Z Compiling pkcs8 v0.10.2
15892026-08-25T20:16:45.363Z Compiling url v2.5.8
15902026-08-25T20:16:45.376Z Compiling http-body v1.0.1
15912026-08-25T20:16:45.428Z Compiling toml_datetime v0.6.11
15922026-08-25T20:16:45.428Z Compiling serde_spanned v0.6.9
15932026-08-25T20:16:45.476Z Compiling rand_chacha v0.9.0
15942026-08-25T20:16:45.491Z Compiling rand_chacha v0.3.1
15952026-08-25T20:16:45.505Z Compiling dof v0.4.0
15962026-08-25T20:16:45.544Z Compiling http-body-util v0.1.3
15972026-08-25T20:16:45.558Z Compiling pkcs1 v0.7.5
15982026-08-25T20:16:45.658Z Compiling clap v4.6.1
15992026-08-25T20:16:45.698Z Compiling rand v0.9.2
16002026-08-25T20:16:45.718Z Compiling rand v0.8.6
16012026-08-25T20:16:45.748Z Compiling structmeta-derive v0.3.0
16022026-08-25T20:16:45.835Z Compiling scroll_derive v0.12.1
16032026-08-25T20:16:46.080Z Compiling array-init v0.0.4
16042026-08-25T20:16:46.177Z Compiling smallvec v0.6.14
16052026-08-25T20:16:46.209Z Compiling darling_core v0.23.0
16062026-08-25T20:16:46.935Z Compiling proptest v1.11.0
16072026-08-25T20:16:46.957Z Compiling heapless v0.7.17
16082026-08-25T20:16:46.957Z Compiling slog v2.8.2
16092026-08-25T20:16:46.957Z Compiling thread-id v5.1.0
16102026-08-25T20:16:46.957Z Compiling env_filter v2.0.0
16112026-08-25T20:16:46.957Z Compiling syn v3.0.3
16122026-08-25T20:16:46.957Z Compiling cookie v0.18.1
16132026-08-25T20:16:46.957Z Compiling gimli v0.32.3
16142026-08-25T20:16:46.957Z Compiling zstd-safe v7.2.4
16152026-08-25T20:16:46.957Z Compiling iri-string v0.7.10
16162026-08-25T20:16:46.957Z Compiling winnow v0.5.40
16172026-08-25T20:16:46.957Z Compiling ipnetwork v0.21.1
16182026-08-25T20:16:46.957Z Compiling unicode-properties v0.1.4
16192026-08-25T20:16:46.957Z Compiling anyhow v1.0.104
16202026-08-25T20:16:46.957Z Compiling ryu v1.0.23
16212026-08-25T20:16:47.081Z Compiling allocator-api2 v0.2.21
16222026-08-25T20:16:47.094Z Compiling unicode-bidi v0.3.18
16232026-08-25T20:16:47.109Z Compiling signal-hook v0.3.18
16242026-08-25T20:16:47.123Z Compiling hashbrown v0.12.3
16252026-08-25T20:16:51.268Z Compiling base64 v0.21.7
16262026-08-25T20:16:51.332Z Compiling oxnet v0.1.6
16272026-08-25T20:16:51.332Z Compiling serde_urlencoded v0.7.1
16282026-08-25T20:16:51.333Z Compiling stringprep v0.1.5
16292026-08-25T20:16:51.333Z Compiling rsa v0.9.10
16302026-08-25T20:16:51.333Z Compiling ron v0.8.1
16312026-08-25T20:16:51.333Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16322026-08-25T20:16:51.333Z Compiling structmeta v0.3.0
16332026-08-25T20:16:51.333Z Compiling env_logger v0.11.11
16342026-08-25T20:16:51.333Z Compiling scroll v0.12.0
16352026-08-25T20:16:51.333Z Compiling toml_edit v0.19.15
16362026-08-25T20:16:51.333Z Compiling serde-hex v0.1.0
16372026-08-25T20:16:51.333Z Compiling camino v1.2.5
16382026-08-25T20:16:51.333Z Compiling tokio-util v0.7.18
16392026-08-25T20:16:51.333Z Compiling tower v0.5.3
16402026-08-25T20:16:51.333Z Compiling addr2line v0.25.1
16412026-08-25T20:16:51.333Z Compiling tokio-native-tls v0.3.1
16422026-08-25T20:16:51.333Z Compiling darling_macro v0.23.0
16432026-08-25T20:16:51.333Z Compiling newtype-uuid v1.3.2
16442026-08-25T20:16:51.333Z Compiling hashbrown v0.13.2
16452026-08-25T20:16:51.333Z Compiling tower-http v0.6.8
16462026-08-25T20:16:51.333Z Compiling x509-cert v0.2.5
16472026-08-25T20:16:53.683Z Compiling md-5 v0.10.6
16482026-08-25T20:16:53.683Z Compiling h2 v0.4.15
16492026-08-25T20:16:53.683Z Compiling crypto-common v0.2.2
16502026-08-25T20:16:53.683Z Compiling block-padding v0.4.2
16512026-08-25T20:16:53.683Z Compiling block-buffer v0.12.1
16522026-08-25T20:16:53.683Z Compiling rustls-native-certs v0.8.3
16532026-08-25T20:16:53.683Z Compiling derive_builder_macro v0.20.2
16542026-08-25T20:16:53.683Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16552026-08-25T20:16:53.683Z Compiling bzip2 v0.4.4
16562026-08-25T20:16:53.683Z Compiling serde_tokenstream v0.2.3
16572026-08-25T20:16:53.683Z Compiling erased-serde v0.3.31
16582026-08-25T20:16:53.683Z Compiling bstr v1.12.1
16592026-08-25T20:16:53.683Z Compiling daft-derive v0.1.8
16602026-08-25T20:16:53.683Z Compiling zerocopy-derive v0.7.35
16612026-08-25T20:16:53.683Z Compiling pin-project-internal v1.1.11
16622026-08-25T20:16:53.683Z Compiling async-trait v0.1.89
16632026-08-25T20:16:53.683Z Compiling curve25519-dalek v4.1.3
16642026-08-25T20:16:53.683Z Compiling vergen-lib v9.1.0
16652026-08-25T20:16:53.683Z Compiling hash32 v0.2.1
16662026-08-25T20:16:53.683Z Compiling memoffset v0.9.1
16672026-08-25T20:16:53.684Z Compiling encoding_rs v0.8.35
16682026-08-25T20:16:53.684Z Compiling fallible-iterator v0.2.0
16692026-08-25T20:16:53.684Z Compiling rustix v0.38.44
16702026-08-25T20:16:53.684Z Compiling smoltcp v0.9.1
16712026-08-25T20:16:53.684Z Compiling litrs v1.0.0
16722026-08-25T20:16:53.684Z Compiling crc-any v2.5.0
16732026-08-25T20:16:53.684Z Compiling mime v0.3.17
16742026-08-25T20:16:53.684Z Compiling owo-colors v4.3.0
16752026-08-25T20:16:53.684Z Compiling ref-cast v1.0.25
16762026-08-25T20:16:53.684Z Compiling cfg_aliases v0.2.1
16772026-08-25T20:16:53.684Z Compiling rustc-demangle v0.1.27
16782026-08-25T20:16:53.684Z Compiling psl-types v2.0.11
16792026-08-25T20:16:53.684Z Compiling nix v0.31.2
16802026-08-25T20:16:53.744Z Compiling publicsuffix v2.3.0
16812026-08-25T20:16:53.744Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16822026-08-25T20:16:53.744Z Compiling zerocopy v0.7.35
16832026-08-25T20:16:53.744Z Compiling document-features v0.2.12
16842026-08-25T20:16:53.744Z Compiling pin-project v1.1.11
16852026-08-25T20:16:53.744Z Compiling backtrace v0.3.76
16862026-08-25T20:16:53.744Z Compiling postgres-protocol v0.6.10
16872026-08-25T20:16:53.744Z Compiling daft v0.1.8
16882026-08-25T20:16:53.744Z Compiling derive_builder v0.20.2
16892026-08-25T20:16:53.744Z Compiling zip v0.6.6
16902026-08-25T20:16:53.744Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16912026-08-25T20:16:53.744Z Compiling toml v0.7.8
16922026-08-25T20:16:53.744Z Compiling inout v0.2.2
16932026-08-25T20:16:53.744Z Compiling darling v0.23.0
16942026-08-25T20:16:53.744Z Compiling object v0.30.4
16952026-08-25T20:16:53.744Z Compiling goblin v0.8.2
16962026-08-25T20:16:53.744Z Compiling derive-ex v0.1.8
16972026-08-25T20:16:53.745Z Compiling futures-executor v0.3.32
16982026-08-25T20:16:53.745Z Compiling hubpack_derive v0.1.1
16992026-08-25T20:16:53.745Z Compiling regex v1.12.3
17002026-08-25T20:16:53.745Z Compiling convert_case v0.10.0
17012026-08-25T20:16:53.745Z Compiling curve25519-dalek-derive v0.1.1
17022026-08-25T20:16:53.745Z Compiling strum_macros v0.27.2
17032026-08-25T20:16:53.745Z Compiling hyper v1.10.1
17042026-08-25T20:16:53.745Z Compiling snafu-derive v0.8.9
17052026-08-25T20:16:53.745Z Compiling ref-cast-impl v1.0.25
17062026-08-25T20:16:53.745Z Compiling phf_shared v0.13.1
17072026-08-25T20:16:53.745Z Compiling vergen v9.1.0
17082026-08-25T20:16:53.745Z Compiling cargo-platform v0.3.2
17092026-08-25T20:16:53.745Z Compiling ff v0.13.1
17102026-08-25T20:16:53.745Z Compiling fs-err v3.3.0
17112026-08-25T20:16:53.745Z Compiling jiff-core v0.1.0
17122026-08-25T20:16:53.745Z Compiling is_ci v1.2.0
17132026-08-25T20:16:53.745Z Compiling same-file v1.0.6
17142026-08-25T20:16:53.745Z Compiling bitflags v1.3.2
17152026-08-25T20:16:53.745Z Compiling foldhash v0.2.0
17162026-08-25T20:16:53.745Z Compiling foldhash v0.1.5
17172026-08-25T20:16:53.745Z Compiling path-slash v0.1.5
17182026-08-25T20:16:53.745Z Compiling base16ct v0.2.0
17192026-08-25T20:16:53.745Z Compiling libbz2-rs-sys v0.2.2
17202026-08-25T20:16:53.745Z Compiling managed v0.8.0
17212026-08-25T20:16:53.745Z Compiling bumpalo v3.20.2
17222026-08-25T20:16:53.745Z Compiling either v1.15.0
17232026-08-25T20:16:53.745Z Compiling textwrap v0.16.2
17242026-08-25T20:16:53.746Z Compiling zopfli v0.8.3
17252026-08-25T20:16:53.746Z Compiling sec1 v0.7.3
17262026-08-25T20:16:53.781Z Compiling hashbrown v0.16.1
17272026-08-25T20:16:54.016Z Compiling hyper-util v0.1.20
17282026-08-25T20:16:54.236Z Compiling test-strategy v0.4.5
17292026-08-25T20:16:54.236Z Compiling jiff v0.2.34
17302026-08-25T20:16:54.260Z Compiling bzip2 v0.6.1
17312026-08-25T20:16:54.271Z Compiling hashbrown v0.15.5
17322026-08-25T20:16:54.271Z Compiling walkdir v2.5.0
17332026-08-25T20:16:54.405Z Compiling supports-color v3.0.2
17342026-08-25T20:16:54.449Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17352026-08-25T20:16:54.462Z Compiling dof v0.3.0
17362026-08-25T20:16:55.257Z Compiling cargo_metadata v0.23.1
17372026-08-25T20:16:55.275Z Compiling strum v0.27.2
17382026-08-25T20:16:55.275Z Compiling group v0.13.0
17392026-08-25T20:16:55.275Z Compiling snafu v0.8.9
17402026-08-25T20:16:55.275Z Compiling phf v0.13.1
17412026-08-25T20:16:55.275Z Compiling hubpack v0.1.2
17422026-08-25T20:16:55.275Z Compiling derive_more-impl v2.1.1
17432026-08-25T20:16:55.275Z Compiling futures v0.3.32
17442026-08-25T20:16:55.275Z Compiling cookie_store v0.22.1
17452026-08-25T20:16:55.275Z Compiling signal-hook-mio v0.2.5
17462026-08-25T20:16:55.276Z Compiling zstd v0.13.3
17472026-08-25T20:16:55.276Z Compiling cipher v0.5.2
17482026-08-25T20:16:55.276Z Compiling serde_with_macros v3.21.0
17492026-08-25T20:16:55.312Z Compiling hyper-tls v0.6.0
17502026-08-25T20:16:55.416Z Compiling backtrace-ext v0.2.1
17512026-08-25T20:16:55.432Z Compiling postgres-types v0.2.12
17522026-08-25T20:16:55.565Z Compiling reqwest v0.12.28
17532026-08-25T20:16:55.630Z Compiling globset v0.4.18
17542026-08-25T20:16:55.670Z Compiling usdt-macro v0.6.0
17552026-08-25T20:16:55.684Z Compiling usdt-attr-macro v0.6.0
17562026-08-25T20:16:55.862Z Compiling byte-wrapper v0.1.0
17572026-08-25T20:16:55.928Z Compiling ed25519 v2.2.3
17582026-08-25T20:16:56.013Z Compiling hkdf v0.12.4
17592026-08-25T20:16:56.030Z Compiling crypto-bigint v0.5.5
17602026-08-25T20:16:56.206Z Compiling serde-big-array v0.5.1
17612026-08-25T20:16:56.220Z Compiling olpc-cjson v0.1.4
17622026-08-25T20:16:56.319Z Compiling serde_plain v1.0.2
17632026-08-25T20:16:56.346Z Compiling dtrace-parser v0.2.0
17642026-08-25T20:16:56.365Z Compiling strum_macros v0.26.4
17652026-08-25T20:16:56.380Z Compiling enum-as-inner v0.6.1
17662026-08-25T20:16:56.403Z Compiling serde_repr v0.1.20
17672026-08-25T20:16:56.531Z Compiling miette-derive v7.6.0
17682026-08-25T20:16:56.573Z Compiling async-recursion v1.1.1
17692026-08-25T20:16:56.587Z Compiling phf_shared v0.11.3
17702026-08-25T20:16:56.763Z Compiling float-cmp v0.10.0
17712026-08-25T20:16:56.792Z Compiling pem v3.0.6
17722026-08-25T20:16:56.853Z Compiling thread-id v4.2.2
17732026-08-25T20:16:56.930Z Compiling memmap2 v0.9.10
17742026-08-25T20:16:56.947Z Compiling data-encoding v2.10.0
17752026-08-25T20:16:56.962Z Compiling difflib v0.4.0
17762026-08-25T20:16:57.022Z Compiling fixedbitset v0.5.7
17772026-08-25T20:16:57.138Z Compiling precomputed-hash v0.1.1
17782026-08-25T20:16:57.138Z Compiling fixedbitset v0.4.2
17792026-08-25T20:16:57.176Z Compiling const-oid v0.10.2
17802026-08-25T20:16:57.241Z Compiling keccak v0.1.6
17812026-08-25T20:16:57.269Z Compiling typed-path v0.9.3
17822026-08-25T20:16:57.284Z Compiling predicates-core v1.0.10
17832026-08-25T20:16:57.354Z Compiling new_debug_unreachable v1.0.6
17842026-08-25T20:16:57.382Z Compiling static_assertions v1.1.0
17852026-08-25T20:16:57.400Z Compiling whoami v2.1.0
17862026-08-25T20:16:57.451Z Compiling normalize-line-endings v0.3.0
17872026-08-25T20:16:57.466Z Compiling winnow v1.0.3
17882026-08-25T20:16:57.482Z Compiling cpufeatures v0.3.0
17892026-08-25T20:16:57.528Z Compiling supports-hyperlinks v3.2.0
17902026-08-25T20:16:57.557Z Compiling supports-unicode v3.0.0
17912026-08-25T20:16:57.572Z Compiling toml_edit v0.22.27
17922026-08-25T20:16:57.575Z Compiling chacha20 v0.10.0
17932026-08-25T20:16:57.600Z Compiling predicates v3.1.4
17942026-08-25T20:16:57.674Z Compiling tokio-postgres v0.7.16
17952026-08-25T20:16:57.702Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17962026-08-25T20:16:57.727Z Compiling miette v7.6.0
17972026-08-25T20:16:57.740Z Compiling string_cache v0.8.9
17982026-08-25T20:16:57.808Z Compiling sha3 v0.10.8
17992026-08-25T20:16:57.984Z Compiling digest v0.11.3
18002026-08-25T20:16:57.999Z Compiling petgraph v0.6.5
18012026-08-25T20:16:58.012Z Compiling hickory-proto v0.25.2
18022026-08-25T20:16:58.237Z Compiling petgraph v0.8.3
18032026-08-25T20:16:58.253Z Compiling usdt v0.6.0
18042026-08-25T20:16:58.266Z Compiling strum v0.26.3
18052026-08-25T20:16:58.270Z Compiling elliptic-curve v0.13.8
18062026-08-25T20:16:58.299Z Compiling usdt-impl v0.5.0
18072026-08-25T20:16:58.417Z Compiling toml_parser v1.1.2+spec-1.1.0
18082026-08-25T20:16:58.542Z Compiling crossterm v0.28.1
18092026-08-25T20:16:58.557Z Compiling serde_with v3.21.0
18102026-08-25T20:16:58.576Z Compiling zip v4.6.1
18112026-08-25T20:16:58.705Z Compiling ed25519-dalek v2.2.0
18122026-08-25T20:16:58.899Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18132026-08-25T20:16:58.914Z Compiling derive_more v2.1.1
18142026-08-25T20:16:59.404Z Compiling iddqd v0.4.2
18152026-08-25T20:16:59.493Z Compiling itertools v0.15.0
18162026-08-25T20:16:59.521Z Compiling itertools v0.13.0
18172026-08-25T20:16:59.543Z Compiling similar v2.7.0
18182026-08-25T20:16:59.685Z Compiling crossbeam-epoch v0.9.18
18192026-08-25T20:16:59.836Z Compiling tokio-stream v0.1.18
18202026-08-25T20:16:59.965Z Compiling buf-list v1.1.2
18212026-08-25T20:17:00.027Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18222026-08-25T20:17:00.211Z Compiling openapiv3 v2.2.0
18232026-08-25T20:17:00.257Z Compiling heck v0.4.1
18242026-08-25T20:17:00.315Z Compiling peg-runtime v0.8.5
18252026-08-25T20:17:00.337Z Compiling lalrpop-util v0.19.12
18262026-08-25T20:17:00.353Z Compiling thread_local v1.1.9
18272026-08-25T20:17:00.396Z Compiling slog-async v2.8.0
18282026-08-25T20:17:00.433Z Compiling crossbeam-channel v0.5.15
18292026-08-25T20:17:00.449Z Compiling filetime v0.2.27
18302026-08-25T20:17:00.500Z Compiling is-terminal v0.4.17
18312026-08-25T20:17:00.523Z Compiling xattr v1.6.1
18322026-08-25T20:17:00.557Z Compiling term v1.2.1
18332026-08-25T20:17:00.619Z Compiling take_mut v0.2.2
18342026-08-25T20:17:00.626Z Compiling camino-tempfile v1.4.1
18352026-08-25T20:17:00.646Z Compiling tar v0.4.46
18362026-08-25T20:17:00.832Z Compiling slog-term v2.9.2
18372026-08-25T20:17:18.183Z Compiling rustls-webpki v0.103.13
18382026-08-25T20:17:20.868Z Compiling tokio-rustls v0.26.4
18392026-08-25T20:17:20.868Z Compiling rustls-platform-verifier v0.6.2
18402026-08-25T20:17:20.868Z Compiling tough v0.22.0
18412026-08-25T20:17:21.063Z Compiling hyper-rustls v0.27.7
18422026-08-25T20:17:21.258Z Compiling reqwest v0.13.2
18432026-08-25T20:17:23.431Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18442026-08-25T20:17:23.661Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18452026-08-25T20:17:26.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.70s
18462026-08-25T20:17:26.693Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18472026-08-25T20:17:26.744ZAug 25 20:17:25.471 INFO Starting download, target: Clickhouse
18482026-08-25T20:17:26.745ZAug 25 20:17:25.472 INFO Starting download, target: Console
18492026-08-25T20:17:26.745ZAug 25 20:17:25.472 INFO Starting download, target: Cockroach
18502026-08-25T20:17:26.745ZAug 25 20:17:25.472 INFO Starting download, target: DendriteStub
18512026-08-25T20:17:26.745ZAug 25 20:17:25.472 INFO Starting download, target: MaghemiteMgd
18522026-08-25T20:17:26.745ZAug 25 20:17:25.472 INFO Starting download, target: MaghemiteDdmd
18532026-08-25T20:17:26.745ZAug 25 20:17:25.472 INFO Starting download, target: TransceiverControl
18542026-08-25T20:17:26.748ZAug 25 20:17:25.472 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18552026-08-25T20:17:26.748ZAug 25 20:17:25.472 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18562026-08-25T20:17:26.748ZAug 25 20:17:25.472 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18572026-08-25T20:17:26.748ZAug 25 20:17:25.472 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18582026-08-25T20:17:26.749ZAug 25 20:17:25.472 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18592026-08-25T20:17:26.749ZAug 25 20:17:25.472 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18602026-08-25T20:17:26.749ZAug 25 20:17:25.472 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18612026-08-25T20:17:27.242ZAug 25 20:17:25.945 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18622026-08-25T20:17:27.459ZAug 25 20:17:26.157 INFO Download complete, target: TransceiverControl
18632026-08-25T20:17:28.479ZAug 25 20:17:27.199 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18642026-08-25T20:17:28.529ZAug 25 20:17:27.253 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18652026-08-25T20:17:28.730ZAug 25 20:17:27.452 INFO Download complete, target: Console
18662026-08-25T20:17:28.902ZAug 25 20:17:27.624 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18672026-08-25T20:17:28.956ZAug 25 20:17:27.681 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18682026-08-25T20:17:29.303ZAug 25 20:17:28.019 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18692026-08-25T20:17:29.824ZAug 25 20:17:28.549 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18702026-08-25T20:17:29.824ZAug 25 20:17:28.549 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18712026-08-25T20:17:30.883ZAug 25 20:17:29.601 INFO Download complete, target: MaghemiteDdmd
18722026-08-25T20:17:31.490ZAug 25 20:17:30.211 INFO Download complete, target: DendriteStub
18732026-08-25T20:17:31.867ZAug 25 20:17:30.588 INFO Download complete, target: MaghemiteMgd
18742026-08-25T20:17:34.607ZAug 25 20:17:33.312 INFO Checking that binary works, target: Cockroach
18752026-08-25T20:17:34.826ZAug 25 20:17:33.552 INFO Download complete, target: Cockroach
18762026-08-25T20:17:35.412ZAug 25 20:17:34.124 INFO Checking that binary works, target: Clickhouse
18772026-08-25T20:17:35.549ZAug 25 20:17:34.275 INFO Download complete, target: Clickhouse
18782026-08-25T20:17:35.554ZAll prerequisites installed successfully
18792026-08-25T20:17:35.558Z
18802026-08-25T20:17:35.558Zreal 1:31.666211537
18812026-08-25T20:17:35.558Zuser 7:18.241636484
18822026-08-25T20:17:35.558Zsys 1:41.840159051
18832026-08-25T20:17:35.558Ztrap 0.250953218
18842026-08-25T20:17:35.558Ztflt 0.891131702
18852026-08-25T20:17:35.558Zdflt 1.802005225
18862026-08-25T20:17:35.558Zkflt 0.057273893
18872026-08-25T20:17:35.558Zlock 26:54.463478450
18882026-08-25T20:17:35.558Zslp 19:40.837956624
18892026-08-25T20:17:35.558Zlat 25.630122233
18902026-08-25T20:17:35.558Zstop 2:58.839495539
18912026-08-25T20:17:35.559Z+ source ./tools/include/force-git-over-https.sh
18922026-08-25T20:17:35.559Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18932026-08-25T20:17:35.559Z++ (( i = 0 ))
18942026-08-25T20:17:35.559Z++ (( i < 5 ))
18952026-08-25T20:17:35.559Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18962026-08-25T20:17:35.562Z++ (( i++ ))
18972026-08-25T20:17:35.562Z++ (( i < 5 ))
18982026-08-25T20:17:35.562Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18992026-08-25T20:17:35.562Z++ (( i++ ))
19002026-08-25T20:17:35.562Z++ (( i < 5 ))
19012026-08-25T20:17:35.562Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19022026-08-25T20:17:35.566Z++ (( i++ ))
19032026-08-25T20:17:35.566Z++ (( i < 5 ))
19042026-08-25T20:17:35.566Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19052026-08-25T20:17:35.572Z++ (( i++ ))
19062026-08-25T20:17:35.572Z++ (( i < 5 ))
19072026-08-25T20:17:35.572Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19082026-08-25T20:17:35.572Z++ (( i++ ))
19092026-08-25T20:17:35.572Z++ (( i < 5 ))
19102026-08-25T20:17:35.572Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19112026-08-25T20:17:35.572Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19122026-08-25T20:17:35.572Z+ rc=0
19132026-08-25T20:17:35.572Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19142026-08-25T20:17:44.396Z+ case $rc in
19152026-08-25T20:17:44.396Z+ pfexec zfs create -p rpool/images/build/host
19162026-08-25T20:17:44.522Z+ pfexec zfs create -p rpool/images/build/recovery
19172026-08-25T20:17:44.571Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19182026-08-25T20:17:45.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19192026-08-25T20:17:45.044Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19202026-08-25T20:17:45.891Z Compiling proc-macro2 v1.0.106
19212026-08-25T20:17:45.891Z Compiling quote v1.0.45
19222026-08-25T20:17:45.895Z Compiling unicode-ident v1.0.24
19232026-08-25T20:17:45.895Z Compiling serde_core v1.0.228
19242026-08-25T20:17:45.895Z Compiling libc v0.2.185
19252026-08-25T20:17:45.895Z Compiling serde v1.0.228
19262026-08-25T20:17:45.895Z Compiling cfg-if v1.0.4
19272026-08-25T20:17:45.895Z Compiling shlex v1.3.0
19282026-08-25T20:17:45.895Z Compiling find-msvc-tools v0.1.9
19292026-08-25T20:17:45.895Z Compiling autocfg v1.5.0
19302026-08-25T20:17:45.895Z Compiling version_check v0.9.5
19312026-08-25T20:17:45.895Z Compiling zerocopy v0.8.55
19322026-08-25T20:17:45.895Z Compiling portable-atomic v1.13.1
19332026-08-25T20:17:45.895Z Compiling memchr v2.8.0
19342026-08-25T20:17:45.895Z Compiling zmij v1.0.21
19352026-08-25T20:17:46.276Z Compiling serde_json v1.0.151
19362026-08-25T20:17:46.292Z Compiling libm v0.2.16
19372026-08-25T20:17:46.295Z Compiling getrandom v0.4.3
19382026-08-25T20:17:46.500Z Compiling parking_lot_core v0.9.12
19392026-08-25T20:17:46.534Z Compiling pkg-config v0.3.32
19402026-08-25T20:17:46.537Z Compiling icu_properties_data v2.1.2
19412026-08-25T20:17:46.567Z Compiling generic-array v0.14.7
19422026-08-25T20:17:46.617Z Compiling icu_normalizer_data v2.1.1
19432026-08-25T20:17:46.621Z Compiling num-traits v0.2.19
19442026-08-25T20:17:46.621Z Compiling smallvec v1.15.1
19452026-08-25T20:17:46.622Z Compiling rustix v1.1.4
19462026-08-25T20:17:46.648Z Compiling log v0.4.33
19472026-08-25T20:17:46.778Z Compiling itoa v1.0.17
19482026-08-25T20:17:46.836Z Compiling getrandom v0.3.4
19492026-08-25T20:17:46.839Z Compiling subtle v2.6.1
19502026-08-25T20:17:46.956Z Compiling jobserver v0.1.34
19512026-08-25T20:17:46.970Z Compiling errno v0.3.14
19522026-08-25T20:17:47.003Z Compiling scopeguard v1.2.0
19532026-08-25T20:17:47.025Z Compiling stable_deref_trait v1.2.1
19542026-08-25T20:17:47.041Z Compiling typenum v1.20.1
19552026-08-25T20:17:47.117Z Compiling lock_api v0.4.14
19562026-08-25T20:17:47.136Z Compiling heck v0.5.0
19572026-08-25T20:17:47.139Z Compiling critical-section v1.2.0
19582026-08-25T20:17:47.168Z Compiling cc v1.2.56
19592026-08-25T20:17:47.262Z Compiling thiserror v2.0.18
19602026-08-25T20:17:47.279Z Compiling rand_core v0.10.0
19612026-08-25T20:17:47.390Z Compiling syn v2.0.117
19622026-08-25T20:17:47.461Z Compiling getrandom v0.2.17
19632026-08-25T20:17:47.550Z Compiling dunce v1.0.5
19642026-08-25T20:17:47.557Z Compiling fs_extra v1.3.0
19652026-08-25T20:17:47.603Z Compiling percent-encoding v2.3.2
19662026-08-25T20:17:47.622Z Compiling litemap v0.8.1
19672026-08-25T20:17:47.638Z Compiling writeable v0.6.2
19682026-08-25T20:17:47.688Z Compiling once_cell v1.21.3
19692026-08-25T20:17:47.696Z Compiling rand_core v0.6.4
19702026-08-25T20:17:47.826Z Compiling const-oid v0.9.6
19712026-08-25T20:17:47.875Z Compiling cmake v0.1.57
19722026-08-25T20:17:47.967Z Compiling pin-project-lite v0.2.17
19732026-08-25T20:17:47.998Z Compiling schemars v0.8.22
19742026-08-25T20:17:48.103Z Compiling equivalent v1.0.2
19752026-08-25T20:17:48.106Z Compiling signal-hook-registry v1.4.8
19762026-08-25T20:17:48.255Z Compiling bitflags v2.11.0
19772026-08-25T20:17:48.271Z Compiling semver v1.0.28
19782026-08-25T20:17:48.287Z Compiling futures-core v0.3.32
19792026-08-25T20:17:48.449Z Compiling aws-lc-sys v0.40.0
19802026-08-25T20:17:48.500Z Compiling aws-lc-rs v1.16.3
19812026-08-25T20:17:48.503Z Compiling rustversion v1.0.22
19822026-08-25T20:17:48.532Z Compiling parking_lot v0.12.5
19832026-08-25T20:17:48.600Z Compiling mio v1.2.0
19842026-08-25T20:17:48.809Z Compiling crc32fast v1.5.0
19852026-08-25T20:17:48.826Z Compiling utf8_iter v1.0.4
19862026-08-25T20:17:48.873Z Compiling form_urlencoded v1.2.2
19872026-08-25T20:17:49.086Z Compiling strsim v0.11.1
19882026-08-25T20:17:49.134Z Compiling syn v1.0.109
19892026-08-25T20:17:49.134Z Compiling vcpkg v0.2.15
19902026-08-25T20:17:49.176Z Compiling fnv v1.0.7
19912026-08-25T20:17:49.202Z Compiling byteorder v1.5.0
19922026-08-25T20:17:49.263Z Compiling hashbrown v0.17.0
19932026-08-25T20:17:49.451Z Compiling socket2 v0.6.3
19942026-08-25T20:17:49.567Z Compiling httparse v1.10.1
19952026-08-25T20:17:49.601Z Compiling futures-sink v0.3.32
19962026-08-25T20:17:49.616Z Compiling radium v0.7.0
19972026-08-25T20:17:49.730Z Compiling openssl-sys v0.9.117
19982026-08-25T20:17:49.748Z Compiling futures-channel v0.3.32
19992026-08-25T20:17:49.811Z Compiling iana-time-zone v0.1.65
20002026-08-25T20:17:49.820Z Compiling futures-io v0.3.32
20012026-08-25T20:17:49.825Z Compiling futures-task v0.3.32
20022026-08-25T20:17:49.923Z Compiling thiserror v1.0.69
20032026-08-25T20:17:49.941Z Compiling indexmap v2.14.0
20042026-08-25T20:17:49.974Z Compiling slab v0.4.12
20052026-08-25T20:17:50.026Z Compiling maybe-uninit v2.0.0
20062026-08-25T20:17:50.043Z Compiling rustls v0.23.41
20072026-08-25T20:17:50.079Z Compiling base64 v0.22.1
20082026-08-25T20:17:50.201Z Compiling rustc_version v0.4.1
20092026-08-25T20:17:50.242Z Compiling synstructure v0.13.2
20102026-08-25T20:17:50.242Z Compiling serde_derive_internals v0.29.1
20112026-08-25T20:17:50.503Z Compiling bzip2-sys v0.1.13+1.0.8
20122026-08-25T20:17:50.506Z Compiling uuid v1.23.4
20132026-08-25T20:17:50.506Z Compiling ahash v0.8.12
20142026-08-25T20:17:50.506Z Compiling packed_struct v0.10.1
20152026-08-25T20:17:50.506Z Compiling ident_case v1.0.1
20162026-08-25T20:17:50.602Z Compiling ucd-trie v0.1.7
20172026-08-25T20:17:50.672Z Compiling regex-syntax v0.8.10
20182026-08-25T20:17:50.707Z Compiling base64ct v1.8.3
20192026-08-25T20:17:50.715Z Compiling num-bigint-dig v0.8.6
20202026-08-25T20:17:50.766Z Compiling rand_core v0.9.5
20212026-08-25T20:17:50.819Z Compiling pest v2.8.6
20222026-08-25T20:17:50.897Z Compiling flagset v0.4.7
20232026-08-25T20:17:50.925Z Compiling fastrand v2.3.0
20242026-08-25T20:17:50.998Z Compiling pem-rfc7468 v0.7.0
20252026-08-25T20:17:51.050Z Compiling dyn-clone v1.0.20
20262026-08-25T20:17:51.069Z Compiling openssl v0.10.80
20272026-08-25T20:17:51.129Z Compiling indexmap v1.9.3
20282026-08-25T20:17:51.146Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20292026-08-25T20:17:51.236Z Compiling tempfile v3.27.0
20302026-08-25T20:17:51.317Z Compiling paste v1.0.15
20312026-08-25T20:17:51.320Z Compiling cpufeatures v0.2.17
20322026-08-25T20:17:51.368Z Compiling native-tls v0.2.18
20332026-08-25T20:17:51.497Z Compiling simd-adler32 v0.3.8
20342026-08-25T20:17:51.600Z Compiling serde_derive v1.0.228
20352026-08-25T20:17:51.612Z Compiling zeroize_derive v1.5.0
20362026-08-25T20:17:51.633Z Compiling zerofrom-derive v0.1.6
20372026-08-25T20:17:51.674Z Compiling zerocopy-derive v0.8.55
20382026-08-25T20:17:51.694Z Compiling yoke-derive v0.8.1
20392026-08-25T20:17:51.718Z Compiling zerovec-derive v0.11.2
20402026-08-25T20:17:51.732Z Compiling displaydoc v0.2.5
20412026-08-25T20:17:51.786Z Compiling tokio-macros v2.7.0
20422026-08-25T20:17:51.986Z Compiling futures-macro v0.3.32
20432026-08-25T20:17:52.032Z Compiling der_derive v0.7.3
20442026-08-25T20:17:52.091Z Compiling thiserror-impl v2.0.18
20452026-08-25T20:17:52.107Z Compiling schemars_derive v0.8.22
20462026-08-25T20:17:52.250Z Compiling tracing-attributes v0.1.31
20472026-08-25T20:17:52.440Z Compiling thiserror-impl v1.0.69
20482026-08-25T20:17:52.481Z Compiling clap_derive v4.6.1
20492026-08-25T20:17:52.689Z Compiling pest_meta v2.8.6
20502026-08-25T20:17:52.787Z Compiling zerofrom v0.1.6
20512026-08-25T20:17:52.832Z Compiling futures-util v0.3.32
20522026-08-25T20:17:52.939Z Compiling yoke v0.8.1
20532026-08-25T20:17:53.078Z Compiling packed_struct_codegen v0.10.1
20542026-08-25T20:17:53.163Z Compiling zerovec v0.11.5
20552026-08-25T20:17:53.300Z Compiling zerotrie v0.2.3
20562026-08-25T20:17:53.546Z Compiling bitfield-macros v0.19.4
20572026-08-25T20:17:53.607Z Compiling zerocopy-derive v0.6.6
20582026-08-25T20:17:53.758Z Compiling tinystr v0.8.2
20592026-08-25T20:17:53.762Z Compiling potential_utf v0.1.4
20602026-08-25T20:17:53.953Z Compiling icu_locale_core v2.1.1
20612026-08-25T20:17:53.989Z Compiling icu_collections v2.1.1
20622026-08-25T20:17:54.079Z Compiling pest_generator v2.8.6
20632026-08-25T20:17:54.167Z Compiling openssl-macros v0.1.1
20642026-08-25T20:17:54.296Z Compiling scroll_derive v0.13.1
20652026-08-25T20:17:54.366Z Compiling syn v3.0.3
20662026-08-25T20:17:54.495Z Compiling anstyle v1.0.14
20672026-08-25T20:17:54.611Z Compiling crossbeam-utils v0.8.21
20682026-08-25T20:17:54.764Z Compiling icu_provider v2.1.1
20692026-08-25T20:17:54.781Z Compiling zeroize v1.9.0
20702026-08-25T20:17:54.859Z Compiling bytes v1.11.1
20712026-08-25T20:17:54.961Z Compiling chrono v0.4.45
20722026-08-25T20:17:55.123Z Compiling icu_properties v2.1.2
20732026-08-25T20:17:55.154Z Compiling icu_normalizer v2.1.1
20742026-08-25T20:17:55.532Z Compiling tokio v1.52.1
20752026-08-25T20:17:55.570Z Compiling block-buffer v0.10.4
20762026-08-25T20:17:55.628Z Compiling crypto-common v0.1.7
20772026-08-25T20:17:55.769Z Compiling digest v0.10.7
20782026-08-25T20:17:55.818Z Compiling der v0.7.10
20792026-08-25T20:17:55.926Z Compiling hex v0.4.3
20802026-08-25T20:17:56.050Z Compiling idna_adapter v1.2.1
20812026-08-25T20:17:56.208Z Compiling idna v1.1.0
20822026-08-25T20:17:56.270Z Compiling ppv-lite86 v0.2.21
20832026-08-25T20:17:56.445Z Compiling pest_derive v2.8.6
20842026-08-25T20:17:56.476Z Compiling utf8parse v0.2.2
20852026-08-25T20:17:56.611Z Compiling url v2.5.8
20862026-08-25T20:17:56.658Z Compiling rand_chacha v0.9.0
20872026-08-25T20:17:56.675Z Compiling camino v1.2.5
20882026-08-25T20:17:57.005Z Compiling spki v0.7.3
20892026-08-25T20:17:57.073Z Compiling rand v0.9.2
20902026-08-25T20:17:57.132Z Compiling adler2 v2.0.1
20912026-08-25T20:17:57.291Z Compiling miniz_oxide v0.8.9
20922026-08-25T20:17:57.324Z Compiling pkcs8 v0.10.2
20932026-08-25T20:17:57.603Z Compiling daft-derive v0.1.8
20942026-08-25T20:17:57.629Z Compiling anstyle-parse v1.0.0
20952026-08-25T20:17:57.647Z Compiling sha2 v0.10.9
20962026-08-25T20:17:57.650Z Compiling http v1.4.2
20972026-08-25T20:17:57.869Z Compiling rustls-pki-types v1.14.0
20982026-08-25T20:17:58.130Z Compiling terminal_size v0.4.3
20992026-08-25T20:17:58.364Z Compiling spin v0.9.8
21002026-08-25T20:17:58.404Z Compiling time-core v0.1.8
21012026-08-25T20:17:58.422Z Compiling anstyle-query v1.1.5
21022026-08-25T20:17:58.459Z Compiling is_terminal_polyfill v1.70.2
21032026-08-25T20:17:58.551Z Compiling tinyvec_macros v0.1.1
21042026-08-25T20:17:58.567Z Compiling num-conv v0.2.0
21052026-08-25T20:17:58.581Z Compiling colorchoice v1.0.4
21062026-08-25T20:17:58.613Z Compiling tinyvec v1.10.0
21072026-08-25T20:17:58.686Z Compiling anstream v1.0.0
21082026-08-25T20:17:58.716Z Compiling time-macros v0.2.27
21092026-08-25T20:17:58.720Z Compiling structmeta-derive v0.3.0
21102026-08-25T20:17:58.746Z Compiling async-trait v0.1.89
21112026-08-25T20:17:58.751Z Compiling tracing-core v0.1.36
21122026-08-25T20:17:58.994Z Compiling cmov v0.5.4
21132026-08-25T20:17:59.040Z Compiling object v0.37.3
21142026-08-25T20:17:59.082Z Compiling untrusted v0.7.1
21152026-08-25T20:17:59.153Z Compiling plain v0.2.3
21162026-08-25T20:17:59.244Z Compiling ctutils v0.4.2
21172026-08-25T20:17:59.261Z Compiling tracing v0.1.44
21182026-08-25T20:17:59.381Z Compiling http-body v1.0.1
21192026-08-25T20:17:59.576Z Compiling serde_spanned v0.6.9
21202026-08-25T20:17:59.607Z Compiling toml_datetime v0.6.11
21212026-08-25T20:17:59.681Z Compiling tokio-util v0.7.18
21222026-08-25T20:17:59.728Z Compiling pin-project-internal v1.1.11
21232026-08-25T20:17:59.764Z Compiling structmeta v0.3.0
21242026-08-25T20:17:59.815Z Compiling slog v2.8.2
21252026-08-25T20:17:59.868Z Compiling wait-timeout v0.2.1
21262026-08-25T20:17:59.968Z Compiling cookie v0.18.1
21272026-08-25T20:17:59.993Z Compiling quick-error v1.2.3
21282026-08-25T20:18:00.007Z Compiling openssl-probe v0.2.1
21292026-08-25T20:18:00.025Z Compiling bit-vec v0.8.0
21302026-08-25T20:18:00.043Z Compiling clap_lex v1.0.0
21312026-08-25T20:18:00.081Z Compiling tap v1.0.1
21322026-08-25T20:18:00.218Z Compiling untrusted v0.9.0
21332026-08-25T20:18:00.282Z Compiling zstd-safe v7.2.4
21342026-08-25T20:18:00.359Z Compiling bit-set v0.8.0
21352026-08-25T20:18:00.390Z Compiling wyz v0.5.1
21362026-08-25T20:18:00.488Z Compiling clap_builder v4.6.0
21372026-08-25T20:18:00.574Z Compiling rusty-fork v0.3.1
21382026-08-25T20:18:00.593Z Compiling derive-ex v0.1.8
21392026-08-25T20:18:00.764Z Compiling hybrid-array v0.4.13
21402026-08-25T20:18:00.838Z Compiling unicode-normalization v0.1.25
21412026-08-25T20:18:01.012Z Compiling rand_chacha v0.3.1
21422026-08-25T20:18:01.028Z Compiling signature v2.2.0
21432026-08-25T20:18:01.058Z Compiling scroll_derive v0.12.1
21442026-08-25T20:18:01.166Z Compiling rand_xorshift v0.4.0
21452026-08-25T20:18:01.221Z Compiling heapless v0.7.17
21462026-08-25T20:18:01.401Z Compiling num-integer v0.1.46
21472026-08-25T20:18:01.414Z Compiling aho-corasick v1.1.4
21482026-08-25T20:18:01.445Z Compiling atomic-waker v1.1.2
21492026-08-25T20:18:01.473Z Compiling tower-service v0.3.3
21502026-08-25T20:18:01.587Z Compiling zlib-rs v0.6.2
21512026-08-25T20:18:01.617Z Compiling usdt-impl v0.6.0
21522026-08-25T20:18:01.620Z Compiling signal-hook v0.3.18
21532026-08-25T20:18:01.823Z Compiling tower-layer v0.3.3
21542026-08-25T20:18:01.839Z Compiling funty v2.0.0
21552026-08-25T20:18:01.843Z Compiling unarray v0.1.4
21562026-08-25T20:18:01.902Z Compiling rustix v0.38.44
21572026-08-25T20:18:01.928Z Compiling pretty-hex v0.4.1
21582026-08-25T20:18:01.944Z Compiling anyhow v1.0.104
21592026-08-25T20:18:02.018Z Compiling try-lock v0.2.5
21602026-08-25T20:18:02.108Z Compiling want v0.3.1
21612026-08-25T20:18:02.143Z Compiling test-strategy v0.4.5
21622026-08-25T20:18:02.143Z Compiling proptest v1.11.0
21632026-08-25T20:18:02.225Z Compiling bitvec v1.0.1
21642026-08-25T20:18:02.244Z Compiling regex-automata v0.4.14
21652026-08-25T20:18:02.292Z Compiling h2 v0.4.15
21662026-08-25T20:18:02.428Z Compiling clap v4.6.1
21672026-08-25T20:18:02.518Z Compiling num-iter v0.1.45
21682026-08-25T20:18:02.945Z Compiling rand v0.8.6
21692026-08-25T20:18:03.283Z Compiling lazy_static v1.5.0
21702026-08-25T20:18:03.380Z Compiling ipnetwork v0.21.1
21712026-08-25T20:18:03.456Z Compiling scroll v0.13.0
21722026-08-25T20:18:03.712Z Compiling ipnet v2.12.0
21732026-08-25T20:18:03.745Z Compiling flate2 v1.1.9
21742026-08-25T20:18:04.105Z Compiling strum_macros v0.26.4
21752026-08-25T20:18:04.305Z Compiling snafu-derive v0.8.9
21762026-08-25T20:18:04.965Z Compiling darling_core v0.20.11
21772026-08-25T20:18:05.008Z Compiling darling_core v0.23.0
21782026-08-25T20:18:05.684Z Compiling nodrop v0.1.14
21792026-08-25T20:18:05.778Z Compiling crc-catalog v2.4.0
21802026-08-25T20:18:05.819Z Compiling winnow v0.5.40
21812026-08-25T20:18:05.835Z Compiling foreign-types-shared v0.1.1
21822026-08-25T20:18:05.934Z Compiling httpdate v1.0.3
21832026-08-25T20:18:06.169Z Compiling hyper v1.10.1
21842026-08-25T20:18:06.400Z Compiling foreign-types v0.3.2
21852026-08-25T20:18:06.486Z Compiling crc v3.4.0
21862026-08-25T20:18:06.581Z Compiling array-init v0.0.4
21872026-08-25T20:18:06.970Z Compiling darling_macro v0.20.11
21882026-08-25T20:18:06.988Z Compiling newtype-uuid v1.3.2
21892026-08-25T20:18:07.140Z Compiling darling_macro v0.23.0
21902026-08-25T20:18:07.426Z Compiling toml_edit v0.19.15
21912026-08-25T20:18:07.461Z Compiling goblin v0.10.5
21922026-08-25T20:18:07.602Z Compiling oxnet v0.1.6
21932026-08-25T20:18:07.693Z Compiling smallvec v0.6.14
21942026-08-25T20:18:07.999Z Compiling pkcs1 v0.7.5
21952026-08-25T20:18:08.447Z Compiling zerocopy v0.6.6
21962026-08-25T20:18:08.563Z Compiling bitfield v0.19.4
21972026-08-25T20:18:08.615Z Compiling zerocopy-derive v0.7.35
21982026-08-25T20:18:08.745Z Compiling curve25519-dalek v4.1.3
21992026-08-25T20:18:09.058Z Compiling env_filter v2.0.0
22002026-08-25T20:18:09.171Z Compiling memoffset v0.9.1
22012026-08-25T20:18:09.213Z Compiling base64 v0.21.7
22022026-08-25T20:18:09.244Z Compiling ref-cast v1.0.25
22032026-08-25T20:18:09.571Z Compiling litrs v1.0.0
22042026-08-25T20:18:09.743Z Compiling unicode-segmentation v1.12.0
22052026-08-25T20:18:09.758Z Compiling hashbrown v0.12.3
22062026-08-25T20:18:09.773Z Compiling owo-colors v4.3.0
22072026-08-25T20:18:09.811Z Compiling smoltcp v0.9.1
22082026-08-25T20:18:10.058Z Compiling document-features v0.2.12
22092026-08-25T20:18:10.227Z Compiling ron v0.8.1
22102026-08-25T20:18:10.338Z Compiling dof v0.4.0
22112026-08-25T20:18:10.360Z Compiling env_logger v0.11.11
22122026-08-25T20:18:10.510Z Compiling toml v0.7.8
22132026-08-25T20:18:10.552Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22142026-08-25T20:18:10.596Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22152026-08-25T20:18:11.159Z Compiling rsa v0.9.10
22162026-08-25T20:18:11.240Z Compiling daft v0.1.8
22172026-08-25T20:18:11.269Z Compiling serde-hex v0.1.0
22182026-08-25T20:18:11.297Z Compiling darling v0.23.0
22192026-08-25T20:18:11.376Z Compiling hyper-util v0.1.20
22202026-08-25T20:18:11.503Z Compiling darling v0.20.11
22212026-08-25T20:18:11.612Z Compiling bzip2 v0.4.4
22222026-08-25T20:18:11.622Z Compiling hashbrown v0.13.2
22232026-08-25T20:18:11.953Z Compiling x509-cert v0.2.5
22242026-08-25T20:18:12.160Z Compiling dtrace-parser v0.3.0
22252026-08-25T20:18:12.175Z Compiling hmac v0.12.1
22262026-08-25T20:18:12.500Z Compiling async-recursion v1.1.1
22272026-08-25T20:18:12.758Z Compiling sync_wrapper v1.0.2
22282026-08-25T20:18:12.885Z Compiling thread-id v5.1.0
22292026-08-25T20:18:12.932Z Compiling cfg_aliases v0.2.1
22302026-08-25T20:18:13.018Z Compiling crc-any v2.5.0
22312026-08-25T20:18:13.095Z Compiling powerfmt v0.2.0
22322026-08-25T20:18:13.242Z Compiling siphasher v1.0.2
22332026-08-25T20:18:13.368Z Compiling deranged v0.5.8
22342026-08-25T20:18:13.627Z Compiling nix v0.31.2
22352026-08-25T20:18:13.811Z Compiling tower v0.5.3
22362026-08-25T20:18:14.377Z Compiling object v0.30.4
22372026-08-25T20:18:14.414Z Compiling zip v0.6.6
22382026-08-25T20:18:14.772Z Compiling derive_builder_core v0.20.2
22392026-08-25T20:18:14.954Z Compiling serde_with_macros v3.21.0
22402026-08-25T20:18:15.441Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22412026-08-25T20:18:15.487Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22422026-08-25T20:18:15.586Z Compiling bstr v1.12.1
22432026-08-25T20:18:15.732Z Compiling crypto-common v0.2.2
22442026-08-25T20:18:15.790Z Compiling block-buffer v0.12.1
22452026-08-25T20:18:16.124Z Compiling http-body-util v0.1.3
22462026-08-25T20:18:16.403Z Compiling futures-executor v0.3.32
22472026-08-25T20:18:16.424Z Compiling erased-serde v0.3.31
22482026-08-25T20:18:16.446Z Compiling serde_tokenstream v0.2.3
22492026-08-25T20:18:16.709Z Compiling hubpack_derive v0.1.1
22502026-08-25T20:18:16.757Z Compiling ref-cast-impl v1.0.25
22512026-08-25T20:18:16.807Z Compiling strum_macros v0.27.2
22522026-08-25T20:18:16.825Z Compiling curve25519-dalek-derive v0.1.1
22532026-08-25T20:18:16.989Z Compiling fs-err v3.3.0
22542026-08-25T20:18:17.052Z Compiling usdt-impl v0.5.0
22552026-08-25T20:18:17.203Z Compiling ryu v1.0.23
22562026-08-25T20:18:17.220Z Compiling gimli v0.32.3
22572026-08-25T20:18:17.288Z Compiling num_threads v0.1.7
22582026-08-25T20:18:17.307Z Compiling iri-string v0.7.10
22592026-08-25T20:18:17.400Z Compiling same-file v1.0.6
22602026-08-25T20:18:17.442Z Compiling allocator-api2 v0.2.21
22612026-08-25T20:18:17.457Z Compiling path-slash v0.1.5
22622026-08-25T20:18:17.793Z Compiling unicode-properties v0.1.4
22632026-08-25T20:18:17.807Z Compiling unicode-bidi v0.3.18
22642026-08-25T20:18:18.303Z Compiling stringprep v0.1.5
22652026-08-25T20:18:18.511Z Compiling tower-http v0.6.8
22662026-08-25T20:18:18.723Z Compiling time v0.3.47
22672026-08-25T20:18:18.946Z Compiling addr2line v0.25.1
22682026-08-25T20:18:19.115Z Compiling serde_urlencoded v0.7.1
22692026-08-25T20:18:19.163Z Compiling walkdir v2.5.0
22702026-08-25T20:18:20.191Z Compiling futures v0.3.32
22712026-08-25T20:18:20.372Z Compiling derive_builder_macro v0.20.2
22722026-08-25T20:18:20.763Z Compiling tokio-native-tls v0.3.1
22732026-08-25T20:18:20.895Z Compiling convert_case v0.10.0
22742026-08-25T20:18:20.956Z Compiling strum v0.26.3
22752026-08-25T20:18:21.052Z Compiling block-padding v0.4.2
22762026-08-25T20:18:21.211Z Compiling scroll v0.12.0
22772026-08-25T20:18:21.238Z Compiling pin-project v1.1.11
22782026-08-25T20:18:21.255Z Compiling rustls-native-certs v0.8.3
22792026-08-25T20:18:21.332Z Compiling md-5 v0.10.6
22802026-08-25T20:18:21.371Z Compiling vergen-lib v9.1.0
22812026-08-25T20:18:21.403Z Compiling hash32 v0.2.1
22822026-08-25T20:18:21.512Z Compiling encoding_rs v0.8.35
22832026-08-25T20:18:21.546Z Compiling fallible-iterator v0.2.0
22842026-08-25T20:18:21.563Z Compiling mime v0.3.17
22852026-08-25T20:18:21.582Z Compiling cpufeatures v0.3.0
22862026-08-25T20:18:21.797Z Compiling rustc-demangle v0.1.27
22872026-08-25T20:18:21.814Z Compiling psl-types v2.0.11
22882026-08-25T20:18:21.870Z Compiling jiff-core v0.1.0
22892026-08-25T20:18:21.939Z Compiling publicsuffix v2.3.0
22902026-08-25T20:18:21.959Z Compiling postgres-protocol v0.6.10
22912026-08-25T20:18:22.066Z Compiling goblin v0.8.2
22922026-08-25T20:18:22.453Z Compiling snafu v0.8.9
22932026-08-25T20:18:22.545Z Compiling inout v0.2.2
22942026-08-25T20:18:22.632Z Compiling derive_more-impl v2.1.1
22952026-08-25T20:18:22.719Z Compiling jiff v0.2.34
22962026-08-25T20:18:22.747Z Compiling backtrace v0.3.76
22972026-08-25T20:18:22.805Z Compiling hyper-tls v0.6.0
22982026-08-25T20:18:22.879Z Compiling derive_builder v0.20.2
22992026-08-25T20:18:23.303Z Compiling usdt-attr-macro v0.6.0
23002026-08-25T20:18:23.336Z Compiling usdt-macro v0.6.0
23012026-08-25T20:18:23.527Z Compiling globset v0.4.18
23022026-08-25T20:18:23.575Z Compiling phf_shared v0.13.1
23032026-08-25T20:18:23.662Z Compiling crossbeam-epoch v0.9.18
23042026-08-25T20:18:23.753Z Compiling zerocopy v0.7.35
23052026-08-25T20:18:23.893Z Compiling regex v1.12.3
23062026-08-25T20:18:24.225Z Compiling serde_plain v1.0.2
23072026-08-25T20:18:24.240Z Compiling serde_repr v0.1.20
23082026-08-25T20:18:24.308Z Compiling miette-derive v7.6.0
23092026-08-25T20:18:24.330Z Compiling enum-as-inner v0.6.1
23102026-08-25T20:18:24.394Z Compiling pem v3.0.6
23112026-08-25T20:18:24.498Z Compiling vergen v9.1.0
23122026-08-25T20:18:24.522Z Compiling cargo-platform v0.3.2
23132026-08-25T20:18:24.615Z Compiling ff v0.13.1
23142026-08-25T20:18:24.710Z Compiling filetime v0.2.27
23152026-08-25T20:18:24.777Z Compiling either v1.15.0
23162026-08-25T20:18:24.791Z Compiling foldhash v0.2.0
23172026-08-25T20:18:24.912Z Compiling unicode-width v0.2.0
23182026-08-25T20:18:24.975Z Compiling smawk v0.3.2
23192026-08-25T20:18:25.006Z Compiling is_ci v1.2.0
23202026-08-25T20:18:25.022Z Compiling bitflags v1.3.2
23212026-08-25T20:18:25.130Z Compiling unicode-linebreak v0.1.5
23222026-08-25T20:18:25.134Z Compiling managed v0.8.0
23232026-08-25T20:18:25.134Z Compiling const-oid v0.10.2
23242026-08-25T20:18:25.175Z Compiling libbz2-rs-sys v0.2.2
23252026-08-25T20:18:25.213Z Compiling foldhash v0.1.5
23262026-08-25T20:18:25.401Z Compiling typed-path v0.9.3
23272026-08-25T20:18:25.404Z Compiling bumpalo v3.20.2
23282026-08-25T20:18:25.432Z Compiling xattr v1.6.1
23292026-08-25T20:18:25.529Z Compiling base16ct v0.2.0
23302026-08-25T20:18:25.548Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23312026-08-25T20:18:25.651Z Compiling zopfli v0.8.3
23322026-08-25T20:18:25.682Z Compiling sec1 v0.7.3
23332026-08-25T20:18:25.875Z Compiling bzip2 v0.6.1
23342026-08-25T20:18:25.904Z Compiling tar v0.4.46
23352026-08-25T20:18:25.950Z Compiling hashbrown v0.15.5
23362026-08-25T20:18:25.987Z Compiling textwrap v0.16.2
23372026-08-25T20:18:26.201Z Compiling digest v0.11.3
23382026-08-25T20:18:26.400Z Compiling supports-color v3.0.2
23392026-08-25T20:18:26.446Z Compiling hashbrown v0.16.1
23402026-08-25T20:18:26.517Z Compiling group v0.13.0
23412026-08-25T20:18:26.533Z Compiling cargo_metadata v0.23.1
23422026-08-25T20:18:26.741Z Compiling dof v0.3.0
23432026-08-25T20:18:27.682Z Compiling phf v0.13.1
23442026-08-25T20:18:27.839Z Compiling zstd v0.13.3
23452026-08-25T20:18:28.111Z Compiling backtrace-ext v0.2.1
23462026-08-25T20:18:28.202Z Compiling reqwest v0.12.28
23472026-08-25T20:18:28.293Z Compiling signal-hook-mio v0.2.5
23482026-08-25T20:18:28.329Z Compiling cipher v0.5.2
23492026-08-25T20:18:28.376Z Compiling cookie_store v0.22.1
23502026-08-25T20:18:28.391Z Compiling postgres-types v0.2.12
23512026-08-25T20:18:28.475Z Compiling strum v0.27.2
23522026-08-25T20:18:28.745Z Compiling hubpack v0.1.2
23532026-08-25T20:18:28.785Z Compiling phf_shared v0.11.3
23542026-08-25T20:18:28.906Z Compiling hkdf v0.12.4
23552026-08-25T20:18:28.949Z Compiling dtrace-parser v0.2.0
23562026-08-25T20:18:28.953Z Compiling byte-wrapper v0.1.0
23572026-08-25T20:18:28.984Z Compiling ed25519 v2.2.3
23582026-08-25T20:18:28.992Z Compiling olpc-cjson v0.1.4
23592026-08-25T20:18:29.296Z Compiling crypto-bigint v0.5.5
23602026-08-25T20:18:29.404Z Compiling serde-big-array v0.5.1
23612026-08-25T20:18:29.503Z Compiling float-cmp v0.10.0
23622026-08-25T20:18:29.578Z Compiling memmap2 v0.9.10
23632026-08-25T20:18:29.593Z Compiling thread-id v4.2.2
23642026-08-25T20:18:29.708Z Compiling supports-unicode v3.0.0
23652026-08-25T20:18:29.778Z Compiling predicates-core v1.0.10
23662026-08-25T20:18:29.892Z Compiling keccak v0.1.6
23672026-08-25T20:18:29.971Z Compiling normalize-line-endings v0.3.0
23682026-08-25T20:18:29.984Z Compiling winnow v0.7.14
23692026-08-25T20:18:30.081Z Compiling new_debug_unreachable v1.0.6
23702026-08-25T20:18:30.131Z Compiling whoami v2.1.0
23712026-08-25T20:18:30.168Z Compiling toml_write v0.1.2
23722026-08-25T20:18:30.184Z Compiling precomputed-hash v0.1.1
23732026-08-25T20:18:30.266Z Compiling supports-hyperlinks v3.2.0
23742026-08-25T20:18:30.357Z Compiling difflib v0.4.0
23752026-08-25T20:18:30.472Z Compiling static_assertions v1.1.0
23762026-08-25T20:18:30.809Z Compiling fixedbitset v0.4.2
23772026-08-25T20:18:30.825Z Compiling unicode-width v0.1.14
23782026-08-25T20:18:30.842Z Compiling winnow v1.0.3
23792026-08-25T20:18:31.027Z Compiling rayon-core v1.13.0
23802026-08-25T20:18:31.117Z Compiling data-encoding v2.10.0
23812026-08-25T20:18:31.206Z Compiling fixedbitset v0.5.7
23822026-08-25T20:18:31.257Z Compiling miette v7.6.0
23832026-08-25T20:18:31.462Z Compiling petgraph v0.8.3
23842026-08-25T20:18:31.505Z Compiling toml_edit v0.22.27
23852026-08-25T20:18:31.649Z Compiling hickory-proto v0.25.2
23862026-08-25T20:18:31.677Z Compiling petgraph v0.6.5
23872026-08-25T20:18:31.880Z Compiling toml_parser v1.1.2+spec-1.1.0
23882026-08-25T20:18:32.253Z Compiling predicates v3.1.4
23892026-08-25T20:18:32.389Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23902026-08-25T20:18:32.445Z Compiling chacha20 v0.10.0
23912026-08-25T20:18:32.749Z Compiling tokio-postgres v0.7.16
23922026-08-25T20:18:32.814Z Compiling string_cache v0.8.9
23932026-08-25T20:18:33.047Z Compiling elliptic-curve v0.13.8
23942026-08-25T20:18:33.330Z Compiling sha3 v0.10.8
23952026-08-25T20:18:33.406Z Compiling usdt v0.6.0
23962026-08-25T20:18:33.921Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23972026-08-25T20:18:34.817Z Compiling ed25519-dalek v2.2.0
23982026-08-25T20:18:35.162Z Compiling crossterm v0.28.1
23992026-08-25T20:18:35.708Z Compiling zip v4.6.1
24002026-08-25T20:18:35.923Z Compiling iddqd v0.4.2
24012026-08-25T20:18:36.538Z Compiling itertools v0.15.0
24022026-08-25T20:18:36.599Z Compiling itertools v0.13.0
24032026-08-25T20:18:36.638Z Compiling derive_more v2.1.1
24042026-08-25T20:18:36.677Z Compiling similar v2.7.0
24052026-08-25T20:18:36.985Z Compiling serde_with v3.21.0
24062026-08-25T20:18:37.488Z Compiling heck v0.4.1
24072026-08-25T20:18:37.924Z Compiling tokio-stream v0.1.18
24082026-08-25T20:18:37.981Z Compiling buf-list v1.1.2
24092026-08-25T20:18:37.999Z Compiling half v2.7.1
24102026-08-25T20:18:38.110Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24112026-08-25T20:18:38.251Z Compiling openapiv3 v2.2.0
24122026-08-25T20:18:38.716Z Compiling lalrpop-util v0.19.12
24132026-08-25T20:18:38.738Z Compiling peg-runtime v0.8.5
24142026-08-25T20:18:38.919Z Compiling ciborium-io v0.2.2
24152026-08-25T20:18:39.019Z Compiling ciborium-ll v0.2.2
24162026-08-25T20:18:40.227Z Compiling crossbeam-deque v0.8.6
24172026-08-25T20:18:40.752Z Compiling camino-tempfile v1.4.1
24182026-08-25T20:18:41.150Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24192026-08-25T20:18:41.663Z Compiling blake3 v1.8.5
24202026-08-25T20:18:41.808Z Compiling fs-err v2.11.0
24212026-08-25T20:18:43.215Z Compiling rustls-webpki v0.103.13
24222026-08-25T20:18:44.413Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24232026-08-25T20:18:45.981Z Compiling ciborium v0.2.2
24242026-08-25T20:18:46.511Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24252026-08-25T20:18:46.759Z Compiling tokio-rustls v0.26.4
24262026-08-25T20:18:46.780Z Compiling rustls-platform-verifier v0.6.2
24272026-08-25T20:18:46.854Z Compiling tough v0.22.0
24282026-08-25T20:18:47.006Z Compiling hyper-rustls v0.27.7
24292026-08-25T20:18:47.115Z Compiling thread_local v1.1.9
24302026-08-25T20:18:47.278Z Compiling reqwest v0.13.2
24312026-08-25T20:18:47.589Z Compiling arrayvec v0.7.6
24322026-08-25T20:18:47.715Z Compiling slog-async v2.8.0
24332026-08-25T20:18:47.758Z Compiling arrayref v0.3.9
24342026-08-25T20:18:47.813Z Compiling constant_time_eq v0.4.2
24352026-08-25T20:18:47.879Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24362026-08-25T20:18:47.919Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24372026-08-25T20:18:48.055Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24382026-08-25T20:18:48.235Z Compiling toml v0.8.23
24392026-08-25T20:18:48.251Z Compiling atomicwrites v0.4.4
24402026-08-25T20:18:48.413Z Compiling sha2 v0.11.0
24412026-08-25T20:18:48.429Z Compiling digest-io v0.1.0
24422026-08-25T20:18:48.533Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24432026-08-25T20:18:48.563Z Compiling crossbeam-channel v0.5.15
24442026-08-25T20:18:48.593Z Compiling serde_path_to_error v0.1.20
24452026-08-25T20:18:48.773Z Compiling is-terminal v0.4.17
24462026-08-25T20:18:48.899Z Compiling topological-sort v0.2.2
24472026-08-25T20:18:49.063Z Compiling indent_write v2.2.0
24482026-08-25T20:18:49.080Z Compiling rawzip v0.4.4
24492026-08-25T20:18:49.094Z Compiling take_mut v0.2.2
24502026-08-25T20:18:49.130Z Compiling debug-ignore v1.0.5
24512026-08-25T20:18:49.224Z Compiling parse-size v1.1.0
24522026-08-25T20:18:49.240Z Compiling term v1.2.1
24532026-08-25T20:18:49.275Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24542026-08-25T20:18:49.391Z Compiling shell-words v1.1.1
24552026-08-25T20:18:49.681Z Compiling slog-term v2.9.2
24562026-08-25T20:18:50.586Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24572026-08-25T20:18:56.961Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24582026-08-25T20:18:59.032Z Compiling omicron-zone-package v0.12.3
24592026-08-25T20:18:59.361Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24602026-08-25T20:18:59.648Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24612026-08-25T20:18:59.716Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24622026-08-25T20:19:04.298Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24632026-08-25T20:19:16.661Z Finished `release` profile [optimized] target(s) in 1m 31s
24642026-08-25T20:19:16.834Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24652026-08-25T20:19:16.861ZAug 25 20:19:15.584 DEBG changing working directory to /work/oxidecomputer/omicron
24662026-08-25T20:19:16.954ZAug 25 20:19:15.681 DEBG running: git rev-parse HEAD
24672026-08-25T20:19:16.957ZAug 25 20:19:15.683 DEBG process exited with exit status: 0 (2.51012ms)
24682026-08-25T20:19:16.958ZAug 25 20:19:15.683 INFO version: 23.0.0-0.ci+gitf9406b5460c
24692026-08-25T20:19:16.966ZAug 25 20:19:15.692 INFO cloning helios to /work/oxidecomputer/helios
24702026-08-25T20:19:16.966ZAug 25 20:19:15.692 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24712026-08-25T20:19:16.969ZCloning into '/work/oxidecomputer/helios'...
24722026-08-25T20:19:17.631ZAug 25 20:19:16.357 DEBG process exited with exit status: 0 (664.546209ms)
24732026-08-25T20:19:17.631ZAug 25 20:19:16.357 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24742026-08-25T20:19:17.634ZAug 25 20:19:16.360 DEBG process exited with exit status: 0 (2.68283ms)
24752026-08-25T20:19:17.634ZAug 25 20:19:16.360 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24762026-08-25T20:19:18.008ZAug 25 20:19:16.734 DEBG process exited with exit status: 0 (374.392749ms)
24772026-08-25T20:19:18.008ZAug 25 20:19:16.734 DEBG running: zfs list rpool/images/build/host
24782026-08-25T20:19:18.011ZNAME USED AVAIL REFER MOUNTPOINT
24792026-08-25T20:19:18.011Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24802026-08-25T20:19:18.015ZAug 25 20:19:16.738 DEBG process exited with exit status: 0 (4.25686ms)
24812026-08-25T20:19:18.015ZAug 25 20:19:16.738 DEBG running: zfs list rpool/images/build/recovery
24822026-08-25T20:19:18.018ZNAME USED AVAIL REFER MOUNTPOINT
24832026-08-25T20:19:18.018Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24842026-08-25T20:19:18.018ZAug 25 20:19:16.743 DEBG process exited with exit status: 0 (4.44686ms)
24852026-08-25T20:19:18.018ZAug 25 20:19:16.743 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24862026-08-25T20:19:18.029ZAug 25 20:19:16.755 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
24872026-08-25T20:19:18.033ZAug 25 20:19:16.756 INFO [hubris-staging] running task
24882026-08-25T20:19:18.033ZAug 25 20:19:16.756 INFO [incorp-manifest] running task
24892026-08-25T20:19:18.033ZAug 25 20:19:16.756 INFO [hubris-production] running task
24902026-08-25T20:19:18.033ZAug 25 20:19:16.756 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24912026-08-25T20:19:18.033ZAug 25 20:19:16.757 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24922026-08-25T20:19:18.033ZAug 25 20:19:16.757 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
24932026-08-25T20:19:18.033ZAug 25 20:19:16.757 INFO [incorp-create] running: pkgrepo create /work/incorporation
24942026-08-25T20:19:18.071Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24952026-08-25T20:19:18.275ZAug 25 20:19:16.998 INFO [incorp-create] process exited with exit status: 0 (241.073729ms)
24962026-08-25T20:19:18.278ZAug 25 20:19:16.999 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24972026-08-25T20:19:18.485Z[ omicron-package] Blocking waiting for file lock on package cache
24982026-08-25T20:19:18.507ZAug 25 20:19:17.233 INFO [incorp-publisher] process exited with exit status: 0 (234.57249ms)
24992026-08-25T20:19:18.904Z[ omicron-package] Blocking waiting for file lock on package cache
25002026-08-25T20:19:19.202ZAug 25 20:19:17.929 INFO [hubris-production] task succeeded (1.172898087s)
25012026-08-25T20:19:20.012Z[ omicron-package] Compiling macaddr v1.0.1
25022026-08-25T20:19:20.012Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25032026-08-25T20:19:20.022Z[ omicron-package] Compiling secrecy v0.10.3
25042026-08-25T20:19:20.023Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25052026-08-25T20:19:20.023Z[ omicron-package] Compiling heapless v0.8.0
25062026-08-25T20:19:20.023Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25072026-08-25T20:19:20.023Z[ omicron-package] Compiling ingot-macros v0.2.0
25082026-08-25T20:19:20.023Z[ omicron-package] Compiling hash32 v0.3.1
25092026-08-25T20:19:20.023Z[ omicron-package] Compiling inout v0.1.4
25102026-08-25T20:19:20.023Z[ omicron-package] Compiling multer v3.1.0
25112026-08-25T20:19:20.023Z[ omicron-package] Compiling match_cfg v0.1.0
25122026-08-25T20:19:20.023Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25132026-08-25T20:19:20.023Z[ omicron-package] Compiling compression-core v0.4.31
25142026-08-25T20:19:20.023Z[ omicron-package] Compiling smoltcp v0.11.0
25152026-08-25T20:19:20.023Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25162026-08-25T20:19:20.023Z[ omicron-package] Compiling slog-json v2.6.1
25172026-08-25T20:19:20.156ZAug 25 20:19:18.882 DEBG process exited with exit status: 0 (2.126365725s)
25182026-08-25T20:19:20.160ZAug 25 20:19:18.883 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25192026-08-25T20:19:20.507Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25202026-08-25T20:19:20.840Z[ omicron-package] Compiling hostname v0.3.1
25212026-08-25T20:19:21.123Z[ omicron-package] Compiling compression-codecs v0.4.37
25222026-08-25T20:19:21.178Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25232026-08-25T20:19:21.241Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25242026-08-25T20:19:21.251Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25252026-08-25T20:19:21.495Z[ omicron-package] Compiling cipher v0.4.4
25262026-08-25T20:19:21.560Z[ omicron-package] Compiling cobs v0.3.0
25272026-08-25T20:19:21.560Z[ omicron-package] Compiling universal-hash v0.5.1
25282026-08-25T20:19:21.560Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25292026-08-25T20:19:21.560Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25302026-08-25T20:19:21.560Z[ omicron-package] Compiling async-stream-impl v0.3.6
25312026-08-25T20:19:21.560Z[ omicron-package] Compiling serde_spanned v1.1.1
25322026-08-25T20:19:21.561Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25332026-08-25T20:19:21.561Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25342026-08-25T20:19:21.593Z[ omicron-package] Compiling dropshot v0.17.1
25352026-08-25T20:19:21.875Z[ omicron-package] Compiling opaque-debug v0.3.1
25362026-08-25T20:19:21.882Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25372026-08-25T20:19:22.091Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25382026-08-25T20:19:22.111Z[ omicron-package] Compiling convert_case v0.4.0
25392026-08-25T20:19:22.122Z[ omicron-package] Compiling async-stream v0.3.6
25402026-08-25T20:19:22.130Z[ omicron-package] Compiling postcard v1.1.3
25412026-08-25T20:19:22.173Z[ omicron-package] Compiling num_enum_derive v0.7.6
25422026-08-25T20:19:22.214Z[ omicron-package] Compiling chacha20 v0.9.1
25432026-08-25T20:19:22.214Z[ omicron-package] Compiling poly1305 v0.8.0
25442026-08-25T20:19:22.353Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25452026-08-25T20:19:22.353Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25462026-08-25T20:19:22.389Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25472026-08-25T20:19:22.389Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25482026-08-25T20:19:22.413Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25492026-08-25T20:19:22.500Z[ omicron-package] Compiling derive_more v0.99.20
25502026-08-25T20:19:22.674Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25512026-08-25T20:19:22.701Z[ omicron-package] Compiling slog-bunyan v2.5.0
25522026-08-25T20:19:22.710Z[ omicron-package] Compiling async-compression v0.4.41
25532026-08-25T20:19:22.833Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25542026-08-25T20:19:22.915Z[ omicron-package] Compiling sha1 v0.11.0
25552026-08-25T20:19:23.010Z[ omicron-package] Compiling progenitor-client v0.14.0
25562026-08-25T20:19:23.091Z[ omicron-package] Compiling oxide-generation v0.1.3
25572026-08-25T20:19:23.094Z[ omicron-package] Compiling parse-display-derive v0.10.0
25582026-08-25T20:19:23.267Z[ omicron-package] Compiling waitgroup v0.1.2
25592026-08-25T20:19:23.365ZAug 25 20:19:22.078 DEBG process exited with exit status: 0 (3.195855414s)
25602026-08-25T20:19:23.370ZAug 25 20:19:22.091 INFO [incorp-manifest] task succeeded (5.334977789s)
25612026-08-25T20:19:23.370ZAug 25 20:19:22.092 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25622026-08-25T20:19:23.415Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25632026-08-25T20:19:23.419Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25642026-08-25T20:19:23.472Z[ omicron-package] Compiling ingot-types v0.2.0
25652026-08-25T20:19:23.473Z[ omicron-package] Compiling backon v1.6.0
25662026-08-25T20:19:23.594ZAug 25 20:19:22.320 INFO [incorp-fmt] process exited with exit status: 0 (227.75426ms)
25672026-08-25T20:19:23.598ZAug 25 20:19:22.320 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25682026-08-25T20:19:23.625Z[ omicron-package] Compiling password-hash v0.5.0
25692026-08-25T20:19:23.625Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25702026-08-25T20:19:23.728Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25712026-08-25T20:19:23.853Z[ omicron-package] Compiling blake2 v0.10.6
25722026-08-25T20:19:23.898Z[ omicron-package] Compiling aead v0.5.2
25732026-08-25T20:19:23.951Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260825T201922Z
25742026-08-25T20:19:23.951Z[ incorp-pkgsend] PUBLISHED
25752026-08-25T20:19:23.976Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25762026-08-25T20:19:24.006ZAug 25 20:19:22.729 INFO [incorp-pkgsend] process exited with exit status: 0 (409.178119ms)
25772026-08-25T20:19:24.014ZAug 25 20:19:22.736 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25782026-08-25T20:19:24.023Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25792026-08-25T20:19:24.029Z[ omicron-package] Compiling hostname v0.4.2
25802026-08-25T20:19:24.221Z[ omicron-package] Compiling ingot v0.2.1
25812026-08-25T20:19:24.224Z[ omicron-package] Compiling proc-macro-error v1.0.4
25822026-08-25T20:19:24.233Z[ helios-incorp] Retrieving packages for publisher helios ...
25832026-08-25T20:19:24.238Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25842026-08-25T20:19:24.261Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25852026-08-25T20:19:24.261Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25862026-08-25T20:19:24.261Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25872026-08-25T20:19:24.266Z[ helios-incorp]
25882026-08-25T20:19:24.266Z[ helios-incorp] Archiving packages ...
25892026-08-25T20:19:24.266Z[ helios-incorp] Packages to add: 1
25902026-08-25T20:19:24.269Z[ helios-incorp] Files to retrieve: 0
25912026-08-25T20:19:24.273Z[ helios-incorp] Estimated transfer size: 0.00 B
25922026-08-25T20:19:24.273Z[ helios-incorp]
25932026-08-25T20:19:24.273Z[ helios-incorp] Packages to archive:
25942026-08-25T20:19:24.273Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260825T201922Z
25952026-08-25T20:19:24.273Z[ helios-incorp]
25962026-08-25T20:19:24.273Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25972026-08-25T20:19:24.273Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25982026-08-25T20:19:24.335ZAug 25 20:19:23.056 INFO [helios-incorp] process exited with exit status: 0 (326.554209ms)
25992026-08-25T20:19:24.358Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26002026-08-25T20:19:24.406Z[ omicron-package] Compiling instant v0.1.13
26012026-08-25T20:19:24.449Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26022026-08-25T20:19:24.498Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26032026-08-25T20:19:24.740Z[ omicron-package] Compiling backoff v0.4.0
26042026-08-25T20:19:24.768Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26052026-08-25T20:19:24.784Z[ omicron-package] Compiling argon2 v0.5.3
26062026-08-25T20:19:24.784Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26072026-08-25T20:19:24.823Z[ omicron-package] Compiling foreign-types v0.5.0
26082026-08-25T20:19:24.882Z[ omicron-package] Compiling num_enum_derive v0.5.11
26092026-08-25T20:19:24.962Z[ omicron-package] Compiling progenitor-extras v0.2.0
26102026-08-25T20:19:24.987Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26112026-08-25T20:19:25.045Z[ omicron-package] Compiling num_enum v0.7.6
26122026-08-25T20:19:25.065Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26132026-08-25T20:19:25.065Z[ omicron-package] Compiling vsss-rs v3.3.4
26142026-08-25T20:19:25.091Z[ omicron-package] Compiling parse-display v0.10.0
26152026-08-25T20:19:25.222Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26162026-08-25T20:19:25.248Z[ omicron-package] Compiling regress v0.10.5
26172026-08-25T20:19:25.366Z[ omicron-package] Compiling itertools v0.14.0
26182026-08-25T20:19:25.406Z[ omicron-package] Compiling tabwriter v1.4.1
26192026-08-25T20:19:25.580Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26202026-08-25T20:19:25.598Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26212026-08-25T20:19:25.601Z[ omicron-package] Compiling cstr-argument v0.1.2
26222026-08-25T20:19:25.781Z[ omicron-package] Compiling humantime v2.3.0
26232026-08-25T20:19:25.865Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26242026-08-25T20:19:25.919Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26252026-08-25T20:19:25.922Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26262026-08-25T20:19:26.075Z[ omicron-package] Compiling num_enum v0.5.11
26272026-08-25T20:19:26.159Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26282026-08-25T20:19:26.335Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26292026-08-25T20:19:26.339Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26302026-08-25T20:19:26.372Z[ omicron-package] Compiling rayon v1.11.0
26312026-08-25T20:19:26.447Z[ omicron-package] Compiling rand v0.10.1
26322026-08-25T20:19:26.490Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26332026-08-25T20:19:26.494Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26342026-08-25T20:19:26.599Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26352026-08-25T20:19:26.655Z[ omicron-package] Compiling libefi-sys v0.1.0
26362026-08-25T20:19:26.780Z[ omicron-package] Compiling colored v3.1.1
26372026-08-25T20:19:26.831Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26382026-08-25T20:19:26.917Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26392026-08-25T20:19:26.927Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26402026-08-25T20:19:26.981Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26412026-08-25T20:19:27.066Z[ omicron-package] Compiling itertools v0.12.1
26422026-08-25T20:19:27.220Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26432026-08-25T20:19:27.329Z[ omicron-package] Compiling usdt-macro v0.5.0
26442026-08-25T20:19:27.392Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26452026-08-25T20:19:27.419Z[ omicron-package] Compiling bitfield-struct v0.6.2
26462026-08-25T20:19:27.440Z[ omicron-package] Compiling num-derive v0.4.2
26472026-08-25T20:19:27.571Z[ omicron-package] Compiling sigpipe v0.1.3
26482026-08-25T20:19:27.620Z[ omicron-package] Compiling memmap v0.7.0
26492026-08-25T20:19:27.624Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26502026-08-25T20:19:27.979Z[ omicron-package] Compiling glob v0.3.3
26512026-08-25T20:19:28.180Z[ omicron-package] Compiling swrite v0.1.0
26522026-08-25T20:19:28.239Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26532026-08-25T20:19:28.292Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26542026-08-25T20:19:28.347Z[ omicron-package] Compiling usdt v0.5.0
26552026-08-25T20:19:28.459Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26562026-08-25T20:19:28.649Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26572026-08-25T20:19:28.691Z[ omicron-package] Compiling zone v0.3.1
26582026-08-25T20:19:28.778Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26592026-08-25T20:19:29.016Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26602026-08-25T20:19:29.088Z[ omicron-package] Compiling smf v0.2.3
26612026-08-25T20:19:29.179Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26622026-08-25T20:19:29.266Z[ omicron-package] Compiling whoami v1.6.1
26632026-08-25T20:19:29.286Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26642026-08-25T20:19:29.319Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26652026-08-25T20:19:29.341Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26662026-08-25T20:19:29.452Z[ omicron-package] Compiling gethostname v0.5.0
26672026-08-25T20:19:29.477Z[ omicron-package] Compiling console v0.16.2
26682026-08-25T20:19:29.744Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26692026-08-25T20:19:29.775Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26702026-08-25T20:19:29.885Z[ omicron-package] Compiling unit-prefix v0.5.2
26712026-08-25T20:19:29.914Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26722026-08-25T20:19:30.148Z[ omicron-package] Compiling indicatif v0.18.4
26732026-08-25T20:19:33.813Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26742026-08-25T20:19:34.167Z[ helios-setup] Aug 25 20:19:32.887 INFO helios repository root is: /work/oxidecomputer/helios
26752026-08-25T20:19:34.173Z[ helios-setup] Aug 25 20:19:32.888 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
26762026-08-25T20:19:34.174Z[ helios-setup] Aug 25 20:19:32.888 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26772026-08-25T20:19:34.174Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26782026-08-25T20:19:35.214ZAug 25 20:19:33.941 INFO [hubris-staging] task succeeded (17.184739165s)
26792026-08-25T20:19:35.243Z[ helios-setup] Aug 25 20:19:33.969 INFO clone ok!, project: phbl
26802026-08-25T20:19:35.247Z[ helios-setup] Aug 25 20:19:33.969 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26812026-08-25T20:19:35.247Z[ helios-setup] Aug 25 20:19:33.969 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
26822026-08-25T20:19:35.247Z[ helios-setup] Aug 25 20:19:33.969 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
26832026-08-25T20:19:35.247Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26842026-08-25T20:19:36.164Z[ helios-setup] Aug 25 20:19:34.890 INFO clone ok!, project: amd-host-image-builder
26852026-08-25T20:19:36.169Z[ helios-setup] Aug 25 20:19:34.890 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
26862026-08-25T20:19:36.169Z[ helios-setup] Aug 25 20:19:34.890 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26872026-08-25T20:19:36.169Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26882026-08-25T20:19:37.306Z[ helios-setup] Aug 25 20:19:36.031 INFO clone ok!, project: pilot
26892026-08-25T20:19:37.306Z[ helios-setup] Aug 25 20:19:36.031 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
26902026-08-25T20:19:37.353Z[ helios-setup] Aug 25 20:19:36.032 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26912026-08-25T20:19:37.353Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26922026-08-25T20:19:37.915Z[ helios-setup] Aug 25 20:19:36.640 INFO clone ok!, project: image-builder
26932026-08-25T20:19:37.915Z[ helios-setup] Aug 25 20:19:36.640 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
26942026-08-25T20:19:37.919Z[ helios-setup] Aug 25 20:19:36.640 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26952026-08-25T20:19:37.919Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26962026-08-25T20:19:38.821Z[ helios-setup] Aug 25 20:19:37.547 INFO clone ok!, project: dmar-report
26972026-08-25T20:19:38.821Z[ helios-setup] Aug 25 20:19:37.547 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
26982026-08-25T20:19:38.827Z[ helios-setup] Aug 25 20:19:37.547 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26992026-08-25T20:19:38.827Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27002026-08-25T20:19:39.465Z[ helios-setup] Aug 25 20:19:38.158 INFO clone ok!, project: pinprick
27012026-08-25T20:19:39.471Z[ helios-setup] Aug 25 20:19:38.158 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27022026-08-25T20:19:39.471Z[ helios-setup] Aug 25 20:19:38.158 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
27032026-08-25T20:19:39.472Z[ helios-setup] Aug 25 20:19:38.158 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27042026-08-25T20:19:39.472Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27052026-08-25T20:19:40.410Z[ helios-setup] Aug 25 20:19:39.135 INFO clone ok!, project: chelsio-t6-roms
27062026-08-25T20:19:40.411Z[ helios-setup] Aug 25 20:19:39.135 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27072026-08-25T20:19:40.423Z[ helios-setup] Aug 25 20:19:39.135 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
27082026-08-25T20:19:40.423Z[ helios-setup] Aug 25 20:19:39.135 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
27092026-08-25T20:19:40.423Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
27102026-08-25T20:19:43.129Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27112026-08-25T20:19:46.538Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27122026-08-25T20:19:47.647Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27132026-08-25T20:19:47.658Z[ helios-setup] Aug 25 20:19:46.384 INFO clone ok!, project: amd-firmware
27142026-08-25T20:19:47.663Z[ helios-setup] Aug 25 20:19:46.384 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
27152026-08-25T20:19:47.663Z[ helios-setup] Aug 25 20:19:46.384 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27162026-08-25T20:19:47.663Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27172026-08-25T20:19:48.660Z[ helios-setup] Aug 25 20:19:47.386 INFO clone ok!, project: bootserver
27182026-08-25T20:19:48.666Z[ helios-setup] Aug 25 20:19:47.386 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27192026-08-25T20:19:48.950Z[ helios-setup] Aug 25 20:19:47.620 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27202026-08-25T20:19:49.136Z[ helios-setup] Aug 25 20:19:47.861 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27212026-08-25T20:19:49.136Z[ helios-setup] Aug 25 20:19:47.861 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27222026-08-25T20:19:49.384Z[ helios-setup] Aug 25 20:19:48.110 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27232026-08-25T20:19:49.618Z[ helios-setup] Aug 25 20:19:48.340 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27242026-08-25T20:19:49.618Z[ helios-setup] Aug 25 20:19:48.340 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27252026-08-25T20:19:49.836Z[ helios-setup] Aug 25 20:19:48.561 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27262026-08-25T20:19:50.063Z[ helios-setup] Aug 25 20:19:48.775 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27272026-08-25T20:19:50.063Z[ helios-setup] Aug 25 20:19:48.776 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27282026-08-25T20:19:50.088Z[ helios-setup] Aug 25 20:19:48.776 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27292026-08-25T20:19:50.088Z[ helios-setup] Aug 25 20:19:48.776 INFO ok!
27302026-08-25T20:19:50.088Z[ helios-setup] Aug 25 20:19:48.776 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27312026-08-25T20:19:50.088Z[ helios-setup] Aug 25 20:19:48.776 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27322026-08-25T20:19:50.089Z[ helios-setup] Aug 25 20:19:48.776 INFO ok!
27332026-08-25T20:19:50.089Z[ helios-setup] Aug 25 20:19:48.776 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27342026-08-25T20:19:50.089Z[ helios-setup] Aug 25 20:19:48.776 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27352026-08-25T20:19:50.089Z[ helios-setup] Aug 25 20:19:48.776 INFO ok!
27362026-08-25T20:19:50.089Z[ helios-setup] Aug 25 20:19:48.776 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
27372026-08-25T20:19:58.346Z[ omicron-package] Finished `release` profile [optimized] target(s) in 40.27s
27382026-08-25T20:19:58.556Z[ omicron-package]
27392026-08-25T20:19:58.556Z[ omicron-package] real 40.458822739
27402026-08-25T20:19:58.567Z[ omicron-package] user 3:54.948032773
27412026-08-25T20:19:58.568Z[ omicron-package] sys 28.317459952
27422026-08-25T20:19:58.568Z[ omicron-package] trap 0.487869787
27432026-08-25T20:19:58.568Z[ omicron-package] tflt 0.743431752
27442026-08-25T20:19:58.568Z[ omicron-package] dflt 2.552404616
27452026-08-25T20:19:58.568Z[ omicron-package] kflt 0.000382265
27462026-08-25T20:19:58.568Z[ omicron-package] lock 12:14.265554535
27472026-08-25T20:19:58.568Z[ omicron-package] slp 6:21.362869319
27482026-08-25T20:19:58.568Z[ omicron-package] lat 49.724278533
27492026-08-25T20:19:58.568Z[ omicron-package] stop 2:00.495607203
27502026-08-25T20:19:58.568ZAug 25 20:19:57.278 INFO [omicron-package] process exited with exit status: 0 (40.520885859s)
27512026-08-25T20:19:58.569ZAug 25 20:19:57.278 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27522026-08-25T20:19:58.569ZAug 25 20:19:57.278 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27532026-08-25T20:19:58.595Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27542026-08-25T20:19:58.595Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27552026-08-25T20:19:58.595Z[ host-target] Created new build target 'host' and set it as active
27562026-08-25T20:19:58.595Z[ recovery-target] Created new build target 'recovery' and set it as active
27572026-08-25T20:19:58.595ZAug 25 20:19:57.290 INFO [host-target] process exited with exit status: 0 (12.35507ms)
27582026-08-25T20:19:58.595ZAug 25 20:19:57.291 INFO [recovery-target] process exited with exit status: 0 (12.07852ms)
27592026-08-25T20:19:58.596ZAug 25 20:19:57.291 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27602026-08-25T20:19:58.596Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27612026-08-25T20:20:00.369Z[ host-package] Compiling heck v0.5.0
27622026-08-25T20:20:00.369Z[ host-package] Compiling regress v0.11.1
27632026-08-25T20:20:00.512Z[ host-package] Compiling unsafe-libyaml v0.2.11
27642026-08-25T20:20:00.535Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27652026-08-25T20:20:00.535Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27662026-08-25T20:20:00.535Z[ host-package] Compiling derive-where v1.6.0
27672026-08-25T20:20:00.535Z[ host-package] Compiling bytecount v0.6.9
27682026-08-25T20:20:00.559Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27692026-08-25T20:20:00.617Z[ host-package] Compiling atomicwrites v0.4.4
27702026-08-25T20:20:00.618Z[ host-package] Compiling is-terminal v0.4.17
27712026-08-25T20:20:00.622Z[ host-package] Compiling prettyplease v0.2.37
27722026-08-25T20:20:00.622Z[ host-package] Compiling newline-converter v0.3.0
27732026-08-25T20:20:00.622Z[ host-package] Compiling console v0.15.11
27742026-08-25T20:20:00.667Z[ host-package] Compiling slog-dtrace v0.3.0
27752026-08-25T20:20:00.688Z[ host-package] Compiling cancel-safe-futures v0.1.5
27762026-08-25T20:20:01.837Z[ host-package] Compiling resolv-conf v0.7.6
27772026-08-25T20:20:01.873Z[ host-package] Compiling num-rational v0.4.2
27782026-08-25T20:20:01.873Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27792026-08-25T20:20:01.873Z[ host-package] Compiling num-complex v0.4.6
27802026-08-25T20:20:01.874Z[ host-package] Compiling thread_local v1.1.9
27812026-08-25T20:20:01.874Z[ host-package] Compiling compression-core v0.4.31
27822026-08-25T20:20:01.874Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27832026-08-25T20:20:01.874Z[ host-package] Compiling expectorate v1.2.0
27842026-08-25T20:20:01.874Z[ host-package] Compiling match_cfg v0.1.0
27852026-08-25T20:20:01.874Z[ host-package] Compiling compression-codecs v0.4.37
27862026-08-25T20:20:01.874Z[ host-package] Compiling hostname v0.3.1
27872026-08-25T20:20:01.874Z[ host-package] Compiling num v0.4.3
27882026-08-25T20:20:01.874Z[ host-package] Compiling multer v3.1.0
27892026-08-25T20:20:01.874Z[ host-package] Compiling slog-async v2.8.0
27902026-08-25T20:20:01.874Z[ host-package] Compiling crossbeam-channel v0.5.15
27912026-08-25T20:20:01.874Z[ host-package] Compiling slog-json v2.6.1
27922026-08-25T20:20:01.874Z[ host-package] Compiling serde_spanned v1.1.1
27932026-08-25T20:20:01.874Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
27942026-08-25T20:20:01.874Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
27952026-08-25T20:20:01.882Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27962026-08-25T20:20:01.936Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27972026-08-25T20:20:01.941Z[ host-package] Compiling linear-map v1.2.0
27982026-08-25T20:20:01.941Z[ host-package] Compiling linked-hash-map v0.5.6
27992026-08-25T20:20:01.941Z[ host-package] Compiling take_mut v0.2.2
28002026-08-25T20:20:01.941Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28012026-08-25T20:20:01.969Z[ host-package] Compiling float-ord v0.3.2
28022026-08-25T20:20:02.036Z[ host-package] Compiling term v1.2.1
28032026-08-25T20:20:02.057Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28042026-08-25T20:20:03.167Z[ host-package] Compiling slog-bunyan v2.5.0
28052026-08-25T20:20:03.194Z[ host-package] Compiling typify-impl v0.6.2
28062026-08-25T20:20:03.194Z[ host-package] Compiling async-compression v0.4.41
28072026-08-25T20:20:03.194Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28082026-08-25T20:20:03.194Z[ host-package] Compiling lru-cache v0.1.2
28092026-08-25T20:20:03.194Z[ host-package] Compiling slog-term v2.9.2
28102026-08-25T20:20:03.194Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28112026-08-25T20:20:03.194Z[ host-package] Compiling dropshot v0.17.1
28122026-08-25T20:20:03.194Z[ host-package] Compiling async-stream v0.3.6
28132026-08-25T20:20:03.194Z[ host-package] Compiling sha1 v0.11.0
28142026-08-25T20:20:03.194Z[ host-package] Compiling progenitor-client v0.14.0
28152026-08-25T20:20:03.194Z[ host-package] Compiling oxide-generation v0.1.3
28162026-08-25T20:20:03.194Z[ host-package] Compiling waitgroup v0.1.2
28172026-08-25T20:20:03.194Z[ host-package] Compiling rustls-pemfile v2.2.0
28182026-08-25T20:20:03.194Z[ host-package] Compiling backon v1.6.0
28192026-08-25T20:20:03.194Z[ host-package] Compiling hostname v0.4.2
28202026-08-25T20:20:03.194Z[ host-package] Compiling serde_path_to_error v0.1.20
28212026-08-25T20:20:03.194Z[ host-package] Compiling instant v0.1.13
28222026-08-25T20:20:03.194Z[ host-package] Compiling minimal-lexical v0.2.1
28232026-08-25T20:20:03.194Z[ host-package] Compiling debug-ignore v1.0.5
28242026-08-25T20:20:03.194Z[ host-package] Compiling progenitor-extras v0.2.0
28252026-08-25T20:20:03.206Z[ host-package] Compiling backoff v0.4.0
28262026-08-25T20:20:03.253Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
28272026-08-25T20:20:03.536Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28282026-08-25T20:20:03.551Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28292026-08-25T20:20:03.551Z[ host-package] Compiling oxide-update-engine v0.1.2
28302026-08-25T20:20:03.551Z[ host-package] Compiling nom v7.1.3
28312026-08-25T20:20:03.551Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28322026-08-25T20:20:03.551Z[ host-package] Compiling parse-display v0.10.0
28332026-08-25T20:20:03.551Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28342026-08-25T20:20:03.620Z[ host-package] Compiling hickory-proto v0.24.4
28352026-08-25T20:20:04.299Z[ host-package] Compiling regress v0.10.5
28362026-08-25T20:20:04.387Z[ host-package] Compiling itertools v0.14.0
28372026-08-25T20:20:05.077Z[ host-package] Compiling macaddr v1.0.1
28382026-08-25T20:20:05.105Z[ host-package] Compiling unicode-xid v0.2.6
28392026-08-25T20:20:05.153Z[ host-package] Compiling humantime v2.3.0
28402026-08-25T20:20:05.408Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28412026-08-25T20:20:05.428Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28422026-08-25T20:20:05.439Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28432026-08-25T20:20:05.644Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28442026-08-25T20:20:05.672Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28452026-08-25T20:20:06.218Z[ host-package] Compiling toml v0.8.23
28462026-08-25T20:20:06.336Z[ host-package] Compiling papergrid v0.11.0
28472026-08-25T20:20:06.336Z[ host-package] Compiling tabled_derive v0.7.0
28482026-08-25T20:20:06.336Z[ host-package] Compiling typify-macro v0.6.2
28492026-08-25T20:20:06.384Z[ host-package] Compiling termtree v0.5.1
28502026-08-25T20:20:06.463Z[ host-package] Compiling hickory-resolver v0.24.4
28512026-08-25T20:20:06.872Z[ host-package] Compiling crossterm v0.29.0
28522026-08-25T20:20:06.872Z[ host-package] Compiling phf_shared v0.12.1
28532026-08-25T20:20:06.940Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28542026-08-25T20:20:07.041Z[ host-package] Compiling tabled v0.15.0
28552026-08-25T20:20:07.076Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28562026-08-25T20:20:07.670Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28572026-08-25T20:20:10.919Z[ host-package] Compiling typify v0.6.2
28582026-08-25T20:20:10.924Z[ host-package] Compiling progenitor-impl v0.14.0
28592026-08-25T20:20:10.924Z[ host-package] Compiling qorb v0.4.1
28602026-08-25T20:20:10.924Z[ host-package] Compiling vte v0.14.1
28612026-08-25T20:20:10.924Z[ host-package] Compiling csv-core v0.1.13
28622026-08-25T20:20:10.995Z[ host-package] Compiling highway v1.3.0
28632026-08-25T20:20:10.995Z[ host-package] Compiling chrono-tz v0.10.4
28642026-08-25T20:20:10.995Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28652026-08-25T20:20:10.995Z[ helios-setup] Aug 25 20:20:08.733 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')"
28662026-08-25T20:20:10.995Z[ helios-setup] Aug 25 20:20:08.733 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
28672026-08-25T20:20:10.995Z[ helios-setup] Aug 25 20:20:08.769 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')"
28682026-08-25T20:20:10.995Z[ helios-setup] Aug 25 20:20:08.769 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28692026-08-25T20:20:10.995Z[ helios-setup] Aug 25 20:20:08.769 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28702026-08-25T20:20:10.995Z[ helios-setup] Aug 25 20:20:09.009 INFO E| Updating crates.io index
28712026-08-25T20:20:10.995Z[ helios-setup] Aug 25 20:20:09.009 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28722026-08-25T20:20:10.995Z[ host-package] Compiling csv v1.4.0
28732026-08-25T20:20:10.995Z[ host-package] Compiling progenitor-macro v0.14.0
28742026-08-25T20:20:10.995Z[ helios-setup] Aug 25 20:20:09.528 INFO E| From https://github.com/oxidecomputer/amd-apcb
28752026-08-25T20:20:10.995Z[ helios-setup] Aug 25 20:20:09.528 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
28762026-08-25T20:20:10.995Z[ helios-setup] Aug 25 20:20:09.542 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
28772026-08-25T20:20:13.222Z[ helios-setup] Aug 25 20:20:10.013 INFO E| From https://github.com/oxidecomputer/amd-efs
28782026-08-25T20:20:13.222Z[ helios-setup] Aug 25 20:20:10.013 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
28792026-08-25T20:20:13.280Z[ helios-setup] Aug 25 20:20:10.158 INFO E| Downloading crates ...
28802026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.227 INFO E| Downloaded memchr v2.7.4
28812026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.231 INFO E| Downloaded unic-char-range v0.9.0
28822026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.237 INFO E| Downloaded autocfg v1.4.0
28832026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.238 INFO E| Downloaded dyn-clone v1.0.19
28842026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.244 INFO E| Downloaded four-cc v0.4.0
28852026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.245 INFO E| Downloaded heck v0.3.3
28862026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.245 INFO E| Downloaded unic-ucd-ident v0.9.0
28872026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.246 INFO E| Downloaded unic-char-property v0.9.0
28882026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.253 INFO E| Downloaded vec_map v0.8.2
28892026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.254 INFO E| Downloaded itoa v1.0.15
28902026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.262 INFO E| Downloaded strsim v0.8.0
28912026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.264 INFO E| Downloaded strum v0.27.1
28922026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.266 INFO E| Downloaded parse_int v0.9.0
28932026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.268 INFO E| Downloaded unic-common v0.9.0
28942026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.270 INFO E| Downloaded ansi_term v0.12.1
28952026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.279 INFO E| Downloaded unic-ucd-version v0.9.0
28962026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.282 INFO E| Downloaded modular-bitfield-impl v0.11.2
28972026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.285 INFO E| Downloaded bytesize v2.0.1
28982026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.287 INFO E| Downloaded modular-bitfield-impl v0.13.1
28992026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.289 INFO E| Downloaded fletcher v1.0.0
29002026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.290 INFO E| Downloaded pest_generator v2.8.0
29012026-08-25T20:20:13.281Z[ helios-setup] Aug 25 20:20:10.290 INFO E| Downloaded rustversion v1.0.20
29022026-08-25T20:20:13.282Z[ helios-setup] Aug 25 20:20:10.292 INFO E| Downloaded thiserror v2.0.12
29032026-08-25T20:20:13.282Z[ helios-setup] Aug 25 20:20:10.295 INFO E| Downloaded pest_meta v2.8.0
29042026-08-25T20:20:13.282Z[ helios-setup] Aug 25 20:20:10.298 INFO E| Downloaded ryu v1.0.20
29052026-08-25T20:20:13.282Z[ helios-setup] Aug 25 20:20:10.300 INFO E| Downloaded structopt-derive v0.4.18
29062026-08-25T20:20:13.282Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29072026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.307 INFO E| Downloaded modular-bitfield v0.11.2
29082026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.313 INFO E| Downloaded quote v1.0.40
29092026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.315 INFO E| Downloaded log v0.4.27
29102026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.316 INFO E| Downloaded pest_derive v2.8.0
29112026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.318 INFO E| Downloaded modular-bitfield v0.13.1
29122026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.323 INFO E| Downloaded strum_macros v0.27.1
29132026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.324 INFO E| Downloaded textwrap v0.11.0
29142026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.325 INFO E| Downloaded thiserror-impl v2.0.12
29152026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.342 INFO E| Downloaded proc-macro2 v1.0.95
29162026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.344 INFO E| Downloaded unicode-ident v1.0.18
29172026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.345 INFO E| Downloaded serde_derive v1.0.219
29182026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.347 INFO E| Downloaded structopt v0.3.26
29192026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.351 INFO E| Downloaded serde v1.0.219
29202026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.353 INFO E| Downloaded typenum v1.18.0
29212026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.361 INFO E| Downloaded zerocopy-derive v0.8.25
29222026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.373 INFO E| Downloaded pest v2.8.0
29232026-08-25T20:20:13.283Z[ host-package] Compiling phf v0.12.1
29242026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.397 INFO E| Downloaded serde_json v1.0.140
29252026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.403 INFO E| Downloaded goblin v0.9.3
29262026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.416 INFO E| Downloaded clap v2.34.0
29272026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.441 INFO E| Downloaded syn v2.0.101
29282026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.448 INFO E| Downloaded zerocopy v0.8.25
29292026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.465 INFO E| Downloaded libc v0.2.172
29302026-08-25T20:20:13.283Z[ helios-setup] Aug 25 20:20:10.529 INFO E| Compiling proc-macro2 v1.0.95
29312026-08-25T20:20:13.284Z[ helios-setup] Aug 25 20:20:10.529 INFO E| Compiling unicode-ident v1.0.18
29322026-08-25T20:20:13.284Z[ helios-setup] Aug 25 20:20:10.529 INFO E| Compiling memchr v2.7.4
29332026-08-25T20:20:13.284Z[ helios-setup] Aug 25 20:20:10.529 INFO E| Compiling autocfg v1.4.0
29342026-08-25T20:20:13.284Z[ helios-setup] Aug 25 20:20:10.529 INFO E| Compiling thiserror v2.0.12
29352026-08-25T20:20:13.284Z[ helios-setup] Aug 25 20:20:10.529 INFO E| Compiling serde v1.0.219
29362026-08-25T20:20:13.286Z[ helios-setup] Aug 25 20:20:10.529 INFO E| Compiling syn v1.0.109
29372026-08-25T20:20:13.286Z[ helios-setup] Aug 25 20:20:10.529 INFO E| Compiling version_check v0.9.5
29382026-08-25T20:20:13.286Z[ helios-setup] Aug 25 20:20:10.529 INFO E| Compiling serde_json v1.0.140
29392026-08-25T20:20:13.286Z[ helios-setup] Aug 25 20:20:10.529 INFO E| Compiling ryu v1.0.20
29402026-08-25T20:20:13.286Z[ helios-setup] Aug 25 20:20:10.529 INFO E| Compiling itoa v1.0.15
29412026-08-25T20:20:13.286Z[ helios-setup] Aug 25 20:20:10.529 INFO E| Compiling schemars v0.8.22
29422026-08-25T20:20:13.286Z[ helios-setup] Aug 25 20:20:10.529 INFO E| Compiling libc v0.2.172
29432026-08-25T20:20:13.286Z[ helios-setup] Aug 25 20:20:10.529 INFO E| Compiling zerocopy v0.8.25
29442026-08-25T20:20:13.286Z[ helios-setup] Aug 25 20:20:10.529 INFO E| Compiling static_assertions v1.1.0
29452026-08-25T20:20:13.286Z[ helios-setup] Aug 25 20:20:10.529 INFO E| Compiling rustversion v1.0.20
29462026-08-25T20:20:13.286Z[ host-package] Compiling const_format_proc_macros v0.2.34
29472026-08-25T20:20:13.286Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29482026-08-25T20:20:13.286Z[ host-package] Compiling fd-lock v4.0.4
29492026-08-25T20:20:13.286Z[ host-package] Compiling peg-macros v0.8.5
29502026-08-25T20:20:13.286Z[ helios-setup] Aug 25 20:20:11.080 INFO E| Compiling paste v1.0.15
29512026-08-25T20:20:13.286Z[ helios-setup] Aug 25 20:20:11.222 INFO E| Compiling dyn-clone v1.0.19
29522026-08-25T20:20:13.286Z[ helios-setup] Aug 25 20:20:11.253 INFO E| Compiling ucd-trie v0.1.7
29532026-08-25T20:20:13.287Z[ helios-setup] Aug 25 20:20:11.499 INFO E| Compiling once_cell v1.21.3
29542026-08-25T20:20:13.287Z[ host-package] Compiling nu-ansi-term v0.50.3
29552026-08-25T20:20:13.287Z[ helios-setup] Aug 25 20:20:11.628 INFO E| Compiling heck v0.5.0
29562026-08-25T20:20:13.287Z[ helios-setup] Aug 25 20:20:11.637 INFO E| Compiling proc-macro-error-attr v1.0.4
29572026-08-25T20:20:13.287Z[ host-package] Compiling const_format v0.2.35
29582026-08-25T20:20:13.287Z[ helios-setup] Aug 25 20:20:11.742 INFO E| Compiling proc-macro-error v1.0.4
29592026-08-25T20:20:13.332Z[ helios-setup] Aug 25 20:20:11.967 INFO E| Compiling unicode-segmentation v1.12.0
29602026-08-25T20:20:13.332Z[ helios-setup] Aug 25 20:20:11.982 INFO E| Compiling unicode-width v0.1.14
29612026-08-25T20:20:13.332Z[ helios-setup] Aug 25 20:20:12.013 INFO E| Compiling strum v0.27.1
29622026-08-25T20:20:13.764Z[ helios-setup] Aug 25 20:20:12.122 INFO E| Compiling ansi_term v0.12.1
29632026-08-25T20:20:13.829Z[ helios-setup] Aug 25 20:20:12.127 INFO E| Compiling vec_map v0.8.2
29642026-08-25T20:20:13.829Z[ helios-setup] Aug 25 20:20:12.146 INFO E| Compiling unic-common v0.9.0
29652026-08-25T20:20:13.829Z[ helios-setup] Aug 25 20:20:12.155 INFO E| Compiling byteorder v1.5.0
29662026-08-25T20:20:13.829Z[ helios-setup] Aug 25 20:20:12.204 INFO E| Compiling num-traits v0.2.19
29672026-08-25T20:20:13.829Z[ helios-setup] Aug 25 20:20:12.239 INFO E| Compiling memoffset v0.9.1
29682026-08-25T20:20:13.829Z[ host-package] Compiling reedline v0.40.0
29692026-08-25T20:20:13.829Z[ helios-setup] Aug 25 20:20:12.344 INFO E| Compiling bitflags v1.3.2
29702026-08-25T20:20:13.829Z[ helios-setup] Aug 25 20:20:12.349 INFO E| Compiling strsim v0.8.0
29712026-08-25T20:20:13.829Z[ helios-setup] Aug 25 20:20:12.426 INFO E| Compiling fletcher v1.0.0
29722026-08-25T20:20:13.829Z[ helios-setup] Aug 25 20:20:12.462 INFO E| Compiling unic-char-range v0.9.0
29732026-08-25T20:20:13.993Z[ helios-setup] Aug 25 20:20:12.496 INFO E| Compiling unic-ucd-version v0.9.0
29742026-08-25T20:20:13.993Z[ helios-setup] Aug 25 20:20:12.512 INFO E| Compiling atty v0.2.14
29752026-08-25T20:20:14.007Z[ helios-setup] Aug 25 20:20:12.574 INFO E| Compiling log v0.4.27
29762026-08-25T20:20:14.007Z[ helios-setup] Aug 25 20:20:12.589 INFO E| Compiling plain v0.2.3
29772026-08-25T20:20:14.008Z[ helios-setup] Aug 25 20:20:12.598 INFO E| Compiling lazy_static v1.5.0
29782026-08-25T20:20:14.008Z[ helios-setup] Aug 25 20:20:12.631 INFO E| Compiling textwrap v0.11.0
29792026-08-25T20:20:14.008Z[ helios-setup] Aug 25 20:20:12.667 INFO E| Compiling unic-char-property v0.9.0
29802026-08-25T20:20:14.008Z[ helios-setup] Aug 25 20:20:12.686 INFO E| Compiling bytesize v2.0.1
29812026-08-25T20:20:14.075Z[ helios-setup] Aug 25 20:20:12.775 INFO E| Compiling heck v0.3.3
29822026-08-25T20:20:14.811Z[ helios-setup] Aug 25 20:20:12.787 INFO E| Compiling unic-ucd-ident v0.9.0
29832026-08-25T20:20:14.837Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29842026-08-25T20:20:14.837Z[ helios-setup] Aug 25 20:20:12.820 INFO E| Compiling clap v2.34.0
29852026-08-25T20:20:14.837Z[ helios-setup] Aug 25 20:20:12.998 INFO E| Compiling quote v1.0.40
29862026-08-25T20:20:14.837Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29872026-08-25T20:20:14.837Z[ helios-setup] Aug 25 20:20:13.241 INFO E| Compiling syn v2.0.101
29882026-08-25T20:20:14.906Z[ helios-setup] Aug 25 20:20:13.580 INFO E| Compiling parse_int v0.9.0
29892026-08-25T20:20:15.367Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29902026-08-25T20:20:15.702Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
29912026-08-25T20:20:16.218Z[ host-package] Compiling progenitor v0.14.0
29922026-08-25T20:20:16.494Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29932026-08-25T20:20:16.613Z[ host-package] Compiling peg v0.8.5
29942026-08-25T20:20:16.731Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29952026-08-25T20:20:16.838Z[ host-package] Compiling bcs v0.1.6
29962026-08-25T20:20:17.074Z[ host-package] Compiling nom v8.0.0
29972026-08-25T20:20:17.460Z[ host-package] Compiling semver v0.1.20
29982026-08-25T20:20:17.625Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29992026-08-25T20:20:17.652Z[ helios-setup] Aug 25 20:20:16.373 INFO E| Compiling serde_derive_internals v0.29.1
30002026-08-25T20:20:17.747Z[ helios-setup] Aug 25 20:20:16.453 INFO E| Compiling modular-bitfield-impl v0.11.2
30012026-08-25T20:20:17.747Z[ helios-setup] Aug 25 20:20:16.453 INFO E| Compiling structopt-derive v0.4.18
30022026-08-25T20:20:17.887Z[ host-package] Compiling rustc_version v0.1.7
30032026-08-25T20:20:18.043Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30042026-08-25T20:20:18.142Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30052026-08-25T20:20:18.252Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30062026-08-25T20:20:18.503Z[ host-package] Compiling newtype_derive v0.1.6
30072026-08-25T20:20:18.645Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30082026-08-25T20:20:18.810Z[ helios-setup] Aug 25 20:20:17.535 INFO E| Compiling thiserror-impl v2.0.12
30092026-08-25T20:20:18.822Z[ helios-setup] Aug 25 20:20:17.535 INFO E| Compiling serde_derive v1.0.219
30102026-08-25T20:20:18.822Z[ helios-setup] Aug 25 20:20:17.535 INFO E| Compiling schemars_derive v0.8.22
30112026-08-25T20:20:18.822Z[ helios-setup] Aug 25 20:20:17.535 INFO E| Compiling zerocopy-derive v0.8.25
30122026-08-25T20:20:18.822Z[ helios-setup] Aug 25 20:20:17.535 INFO E| Compiling num-derive v0.4.2
30132026-08-25T20:20:18.822Z[ helios-setup] Aug 25 20:20:17.535 INFO E| Compiling modular-bitfield-impl v0.13.1
30142026-08-25T20:20:18.822Z[ helios-setup] Aug 25 20:20:17.535 INFO E| Compiling strum_macros v0.27.1
30152026-08-25T20:20:18.822Z[ helios-setup] Aug 25 20:20:17.535 INFO E| Compiling scroll_derive v0.12.1
30162026-08-25T20:20:18.874Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30172026-08-25T20:20:19.044Z[ helios-setup] Aug 25 20:20:17.768 INFO E| Compiling structopt v0.3.26
30182026-08-25T20:20:19.065Z[ helios-setup] Aug 25 20:20:17.787 INFO E| Compiling modular-bitfield v0.11.2
30192026-08-25T20:20:19.373Z[ host-package] Compiling steno v0.4.1
30202026-08-25T20:20:19.967Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
30212026-08-25T20:20:20.071Z[ helios-setup] Aug 25 20:20:18.787 INFO E| Compiling scroll v0.12.0
30222026-08-25T20:20:20.113Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
30232026-08-25T20:20:20.339Z[ helios-setup] Aug 25 20:20:19.065 INFO E| Compiling goblin v0.9.3
30242026-08-25T20:20:20.388Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30252026-08-25T20:20:20.808Z[ helios-setup] Aug 25 20:20:19.516 INFO E| Compiling pest v2.8.0
30262026-08-25T20:20:20.849Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30272026-08-25T20:20:21.052Z[ host-package] Compiling sha1 v0.10.6
30282026-08-25T20:20:21.114Z[ helios-setup] Aug 25 20:20:19.838 INFO E| Compiling modular-bitfield v0.13.1
30292026-08-25T20:20:21.201Z[ host-package] Compiling utf-8 v0.7.6
30302026-08-25T20:20:21.751Z[ host-package] Compiling tagptr v0.2.0
30312026-08-25T20:20:21.832Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30322026-08-25T20:20:22.017Z[ host-package] Compiling moka v0.12.13
30332026-08-25T20:20:22.102Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30342026-08-25T20:20:22.177Z[ host-package] Compiling tungstenite v0.21.0
30352026-08-25T20:20:22.330Z[ helios-setup] Aug 25 20:20:21.055 INFO E| Compiling pest_meta v2.8.0
30362026-08-25T20:20:22.656Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30372026-08-25T20:20:22.985Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30382026-08-25T20:20:23.160Z[ helios-setup] Aug 25 20:20:21.879 INFO E| Compiling pest_generator v2.8.0
30392026-08-25T20:20:23.640Z[ host-package] Compiling hickory-resolver v0.25.2
30402026-08-25T20:20:24.003Z[ helios-setup] Aug 25 20:20:22.724 INFO E| Compiling pest_derive v2.8.0
30412026-08-25T20:20:24.893Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30422026-08-25T20:20:25.010Z[ host-package] Compiling tokio-tungstenite v0.21.0
30432026-08-25T20:20:25.193Z[ helios-setup] Aug 25 20:20:23.919 INFO E| Compiling json5 v0.4.1
30442026-08-25T20:20:25.687Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30452026-08-25T20:20:25.740Z[ host-package] Compiling darling_core v0.21.3
30462026-08-25T20:20:26.878Z[ helios-setup] Aug 25 20:20:25.594 INFO E| Compiling four-cc v0.4.0
30472026-08-25T20:20:26.879Z[ helios-setup] Aug 25 20:20:25.594 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
30482026-08-25T20:20:27.007Z[ helios-setup] Aug 25 20:20:25.725 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
30492026-08-25T20:20:27.666Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30502026-08-25T20:20:27.879Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30512026-08-25T20:20:27.902Z[ host-package] Compiling display-error-chain v0.2.2
30522026-08-25T20:20:28.074Z[ host-package] Compiling libscf-sys v1.2.0
30532026-08-25T20:20:28.256Z[ host-package] Compiling vergen-lib v0.1.6
30542026-08-25T20:20:28.402Z[ host-package] Compiling darling_macro v0.21.3
30552026-08-25T20:20:28.637Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30562026-08-25T20:20:28.885Z[ host-package] Compiling diesel_derives v2.3.7
30572026-08-25T20:20:29.164Z[ host-package] Compiling darling v0.21.3
30582026-08-25T20:20:29.426Z[ host-package] Compiling dsl_auto_type v0.2.0
30592026-08-25T20:20:29.582Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30602026-08-25T20:20:29.814Z[ host-package] Compiling vergen-gitcl v1.0.8
30612026-08-25T20:20:29.887Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30622026-08-25T20:20:29.959Z[ host-package] Compiling dirs-sys-next v0.1.2
30632026-08-25T20:20:30.068Z[ host-package] Compiling maplit v1.0.2
30642026-08-25T20:20:30.153Z[ host-package] Compiling glob v0.3.3
30652026-08-25T20:20:30.208Z[ host-package] Compiling crunchy v0.2.4
30662026-08-25T20:20:30.288Z[ host-package] Compiling dirs-next v2.0.0
30672026-08-25T20:20:30.547Z[ host-package] Compiling clang-sys v1.8.1
30682026-08-25T20:20:30.570Z[ host-package] Compiling r2d2 v0.8.10
30692026-08-25T20:20:30.907Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30702026-08-25T20:20:30.961Z[ host-package] Compiling papergrid v0.18.0
30712026-08-25T20:20:31.021Z[ host-package] Compiling xshell-macros v0.2.7
30722026-08-25T20:20:31.060Z[ host-package] Compiling tiny-keccak v2.0.2
30732026-08-25T20:20:31.081Z[ host-package] Compiling downcast-rs v2.0.2
30742026-08-25T20:20:31.298Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30752026-08-25T20:20:31.401Z[ host-package] Compiling term v0.7.0
30762026-08-25T20:20:31.445Z[ host-package] Compiling xshell v0.2.7
30772026-08-25T20:20:31.464Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30782026-08-25T20:20:31.613Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30792026-08-25T20:20:31.800Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30802026-08-25T20:20:32.016Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30812026-08-25T20:20:32.020Z[ host-package] Compiling bit-vec v0.6.3
30822026-08-25T20:20:35.768Z[ host-package] Compiling bit-set v0.5.3
30832026-08-25T20:20:35.811Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30842026-08-25T20:20:35.812Z[ host-package] Compiling tabled v0.21.0
30852026-08-25T20:20:35.812Z[ host-package] Compiling ascii-canvas v3.0.0
30862026-08-25T20:20:35.812Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30872026-08-25T20:20:35.812Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30882026-08-25T20:20:35.812Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30892026-08-25T20:20:35.812Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30902026-08-25T20:20:35.812Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30912026-08-25T20:20:35.812Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30922026-08-25T20:20:35.812Z[ host-package] Compiling itertools v0.10.5
30932026-08-25T20:20:35.812Z[ host-package] Compiling ena v0.14.4
30942026-08-25T20:20:35.812Z[ host-package] Compiling libloading v0.8.9
30952026-08-25T20:20:35.812Z[ host-package] Compiling unicase v2.9.0
30962026-08-25T20:20:35.812Z[ host-package] Compiling regex-syntax v0.6.29
30972026-08-25T20:20:35.812Z[ host-package] Compiling diff v0.1.13
30982026-08-25T20:20:35.812Z[ host-package] Compiling bindgen v0.71.1
30992026-08-25T20:20:35.812Z[ host-package] Compiling cexpr v0.6.0
31002026-08-25T20:20:35.812Z[ host-package] Compiling diesel v2.3.7
31012026-08-25T20:20:35.812Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31022026-08-25T20:20:35.813Z[ host-package] Compiling rustc-hash v2.1.1
31032026-08-25T20:20:35.813Z[ host-package] Compiling lalrpop v0.19.12
31042026-08-25T20:20:35.813Z[ host-package] Compiling crc8 v0.1.1
31052026-08-25T20:20:35.819Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31062026-08-25T20:20:36.214Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31072026-08-25T20:20:36.238Z[ host-package] Compiling headers-core v0.3.0
31082026-08-25T20:20:36.693Z[ host-package] Compiling libxml v0.3.3
31092026-08-25T20:20:36.778Z[ host-package] Compiling headers v0.4.1
31102026-08-25T20:20:37.107Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31112026-08-25T20:20:37.142Z[ host-package] Compiling strum_macros v0.24.3
31122026-08-25T20:20:37.170Z[ host-package] Compiling indoc v1.0.9
31132026-08-25T20:20:37.450Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31142026-08-25T20:20:37.629Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31152026-08-25T20:20:37.708Z[ host-package] Compiling derive_builder v0.20.2
31162026-08-25T20:20:37.825Z[ host-package] Compiling oso-derive v0.27.3
31172026-08-25T20:20:37.888Z[ host-package] Compiling quick-xml v0.37.5
31182026-08-25T20:20:37.961Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31192026-08-25T20:20:38.440Z[ host-package] Compiling openssl-probe v0.1.6
31202026-08-25T20:20:38.522Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31212026-08-25T20:20:38.581Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31222026-08-25T20:20:38.852Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31232026-08-25T20:20:39.113Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31242026-08-25T20:20:39.351Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31252026-08-25T20:20:39.401Z[ host-package] Compiling bb8 v0.8.6
31262026-08-25T20:20:39.478Z[ host-package] Compiling trait-variant v0.1.2
31272026-08-25T20:20:39.581Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31282026-08-25T20:20:39.812Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31292026-08-25T20:20:40.051Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31302026-08-25T20:20:40.117Z[ host-package] Compiling half v1.8.3
31312026-08-25T20:20:40.131Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31322026-08-25T20:20:40.225Z[ host-package] Compiling proc-macro-error2 v2.0.1
31332026-08-25T20:20:40.496Z[ host-package] Compiling serde_cbor v0.11.2
31342026-08-25T20:20:41.318Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31352026-08-25T20:20:41.318Z[ host-package] Compiling hashbrown v0.14.5
31362026-08-25T20:20:41.318Z[ host-package] Compiling rfc6979 v0.4.0
31372026-08-25T20:20:41.318Z[ host-package] Compiling salty v0.3.0
31382026-08-25T20:20:41.318Z[ host-package] Compiling ecdsa v0.16.9
31392026-08-25T20:20:41.441Z[ host-package] Compiling chumsky v0.9.3
31402026-08-25T20:20:41.454Z[ helios-setup] Aug 25 20:20:40.126 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
31412026-08-25T20:20:41.455Z[ host-package] Compiling knus-derive v3.4.0
31422026-08-25T20:20:41.482Z[ host-package] Compiling samael v0.0.19
31432026-08-25T20:20:41.547Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31442026-08-25T20:20:41.593Z[ host-package] Compiling progenitor-impl v0.13.0
31452026-08-25T20:20:41.931Z[ host-package] Compiling primeorder v0.13.6
31462026-08-25T20:20:42.376Z[ host-package] Compiling nonempty v0.12.0
31472026-08-25T20:20:42.796Z[ host-package] Compiling p384 v0.13.1
31482026-08-25T20:20:42.842Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31492026-08-25T20:20:42.909Z[ host-package] Compiling knus v3.4.0
31502026-08-25T20:20:43.373Z[ host-package] Compiling polar-core v0.27.3
31512026-08-25T20:20:44.023Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31522026-08-25T20:20:44.125Z[ host-package] Compiling progenitor-macro v0.13.0
31532026-08-25T20:20:44.636Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31542026-08-25T20:20:44.722Z[ helios-setup] Aug 25 20:20:43.447 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31552026-08-25T20:20:44.896Z[ host-package] Compiling progenitor-client v0.13.0
31562026-08-25T20:20:45.284Z[ host-package] Compiling fxhash v0.2.1
31572026-08-25T20:20:45.423Z[ host-package] Compiling libz-sys v1.1.24
31582026-08-25T20:20:45.597Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
31592026-08-25T20:20:45.686Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
31602026-08-25T20:20:46.140Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31612026-08-25T20:20:46.678Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31622026-08-25T20:20:46.707Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31632026-08-25T20:20:47.122Z[ host-package] Compiling kstat-rs v0.2.5
31642026-08-25T20:20:47.997Z[ host-package] Compiling mime_guess v2.0.5
31652026-08-25T20:20:48.510Z[ host-package] Compiling progenitor v0.13.0
31662026-08-25T20:20:48.648Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31672026-08-25T20:20:49.732Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31682026-08-25T20:20:50.127Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
31692026-08-25T20:20:50.345Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31702026-08-25T20:20:50.486Z[ host-package] Compiling nanorand v0.7.0
31712026-08-25T20:20:50.912Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31722026-08-25T20:20:50.961Z[ host-package] Compiling parking_lot_core v0.8.6
31732026-08-25T20:20:51.009Z[ host-package] Compiling flume v0.11.1
31742026-08-25T20:20:51.288Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31752026-08-25T20:20:51.595Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31762026-08-25T20:20:51.969Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31772026-08-25T20:20:53.423Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31782026-08-25T20:20:53.447Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31792026-08-25T20:20:53.447Z[ host-package] Compiling oso v0.27.3
31802026-08-25T20:20:53.615Z[ host-package] Compiling git-stub v1.0.0
31812026-08-25T20:20:53.894Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31822026-08-25T20:20:54.286Z[ host-package] Compiling diesel-dtrace v0.5.0
31832026-08-25T20:20:54.622Z[ host-package] Compiling async-bb8-diesel v0.2.1
31842026-08-25T20:20:54.714Z[ host-package] Compiling corncobs v0.1.4
31852026-08-25T20:20:55.119Z[ host-package] Compiling http-range v0.1.5
31862026-08-25T20:20:55.188Z[ host-package] Compiling strsim v0.10.0
31872026-08-25T20:20:55.516Z[ host-package] Compiling instability v0.3.11
31882026-08-25T20:20:55.630Z[ host-package] Compiling darling_core v0.13.4
31892026-08-25T20:20:56.011Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31902026-08-25T20:20:57.307Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31912026-08-25T20:20:57.428Z[ helios-setup] Aug 25 20:20:56.153 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.34s
31922026-08-25T20:20:57.466Z[ helios-setup] Aug 25 20:20:56.191 INFO building project "amd-host-image-builder" ok (47 seconds)
31932026-08-25T20:20:57.466Z[ helios-setup] Aug 25 20:20:56.191 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
31942026-08-25T20:20:57.476Z[ helios-setup] Aug 25 20:20:56.202 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
31952026-08-25T20:20:57.476Z[ helios-setup] Aug 25 20:20:56.202 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
31962026-08-25T20:20:57.480Z[ helios-setup] Aug 25 20:20:56.202 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
31972026-08-25T20:20:57.585Z[ host-package] Compiling git-stub-vcs v0.1.0
31982026-08-25T20:20:57.596Z[ helios-setup] Aug 25 20:20:56.321 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
31992026-08-25T20:20:57.944Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32002026-08-25T20:20:58.057Z[ helios-setup] Aug 25 20:20:56.672 INFO E| From https://github.com/jclulow/hiercmd
32012026-08-25T20:20:58.057Z[ helios-setup] Aug 25 20:20:56.672 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
32022026-08-25T20:20:58.057Z[ helios-setup] Aug 25 20:20:56.691 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
32032026-08-25T20:20:58.297Z[ helios-setup] Aug 25 20:20:57.021 INFO E| From https://github.com/oxidecomputer/network-interface
32042026-08-25T20:20:58.297Z[ helios-setup] Aug 25 20:20:57.022 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
32052026-08-25T20:20:58.309Z[ helios-setup] Aug 25 20:20:57.034 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
32062026-08-25T20:20:58.790Z[ helios-setup] Aug 25 20:20:57.515 INFO E| From https://github.com/oxidecomputer/boot-image-tools
32072026-08-25T20:20:58.790Z[ helios-setup] Aug 25 20:20:57.515 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
32082026-08-25T20:20:58.809Z[ helios-setup] Aug 25 20:20:57.534 INFO E| Updating crates.io index
32092026-08-25T20:20:58.869Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32102026-08-25T20:20:58.884Z[ helios-setup] Aug 25 20:20:57.607 INFO E| Downloading crates ...
32112026-08-25T20:20:58.952Z[ helios-setup] Aug 25 20:20:57.678 INFO E| Downloaded devinfo v0.1.0
32122026-08-25T20:20:58.956Z[ helios-setup] Aug 25 20:20:57.679 INFO E| Downloaded crc v3.3.0
32132026-08-25T20:20:58.956Z[ helios-setup] Aug 25 20:20:57.680 INFO E| Downloaded anstyle v1.0.13
32142026-08-25T20:20:58.959Z[ helios-setup] Aug 25 20:20:57.681 INFO E| Downloaded futures-macro v0.3.31
32152026-08-25T20:20:58.960Z[ helios-setup] Aug 25 20:20:57.682 INFO E| Downloaded env_filter v0.1.4
32162026-08-25T20:20:58.973Z[ helios-setup] Aug 25 20:20:57.698 INFO E| Downloaded signal-hook-registry v1.4.6
32172026-08-25T20:20:58.985Z[ helios-setup] Aug 25 20:20:57.709 INFO E| Downloaded futures-task v0.3.31
32182026-08-25T20:20:58.989Z[ helios-setup] Aug 25 20:20:57.713 INFO E| Downloaded futures-io v0.3.31
32192026-08-25T20:20:58.993Z[ helios-setup] Aug 25 20:20:57.714 INFO E| Downloaded clap_lex v0.7.6
32202026-08-25T20:20:58.993Z[ helios-setup] Aug 25 20:20:57.716 INFO E| Downloaded time-macros v0.2.24
32212026-08-25T20:20:58.996Z[ helios-setup] Aug 25 20:20:57.718 INFO E| Downloaded deranged v0.5.5
32222026-08-25T20:20:59.000Z[ helios-setup] Aug 25 20:20:57.722 INFO E| Downloaded anstyle-query v1.1.4
32232026-08-25T20:20:59.000Z[ helios-setup] Aug 25 20:20:57.724 INFO E| Downloaded pin-utils v0.1.0
32242026-08-25T20:20:59.000Z[ helios-setup] Aug 25 20:20:57.725 INFO E| Downloaded futures-sink v0.3.31
32252026-08-25T20:20:59.004Z[ helios-setup] Aug 25 20:20:57.727 INFO E| Downloaded bitfield-macros v0.19.3
32262026-08-25T20:20:59.018Z[ helios-setup] Aug 25 20:20:57.743 INFO E| Downloaded simd-adler32 v0.3.7
32272026-08-25T20:20:59.021Z[ helios-setup] Aug 25 20:20:57.744 INFO E| Downloaded libdevinfo-sys v1.1.0
32282026-08-25T20:20:59.039Z[ helios-setup] Aug 25 20:20:57.764 INFO E| Downloaded zeroize_derive v1.4.2
32292026-08-25T20:20:59.042Z[ helios-setup] Aug 25 20:20:57.767 INFO E| Downloaded clap_derive v4.5.49
32302026-08-25T20:20:59.046Z[ helios-setup] Aug 25 20:20:57.769 INFO E| Downloaded getopts v0.2.24
32312026-08-25T20:20:59.046Z[ helios-setup] Aug 25 20:20:57.770 INFO E| Downloaded env_logger v0.11.8
32322026-08-25T20:20:59.049Z[ helios-setup] Aug 25 20:20:57.772 INFO E| Downloaded find-msvc-tools v0.1.4
32332026-08-25T20:20:59.049Z[ helios-setup] Aug 25 20:20:57.773 INFO E| Downloaded term v1.2.0
32342026-08-25T20:20:59.053Z[ helios-setup] Aug 25 20:20:57.775 INFO E| Downloaded toml_parser v1.0.4
32352026-08-25T20:20:59.053Z[ helios-setup] Aug 25 20:20:57.777 INFO E| Downloaded futures-core v0.3.31
32362026-08-25T20:20:59.074Z[ helios-setup] Aug 25 20:20:57.798 INFO E| Downloaded time-core v0.1.6
32372026-08-25T20:20:59.078Z[ helios-setup] Aug 25 20:20:57.799 INFO E| Downloaded serde_spanned v1.0.3
32382026-08-25T20:20:59.078Z[ helios-setup] Aug 25 20:20:57.800 INFO E| Downloaded base64ct v1.8.0
32392026-08-25T20:20:59.078Z[ helios-setup] Aug 25 20:20:57.801 INFO E| Downloaded futures-executor v0.3.31
32402026-08-25T20:20:59.078Z[ helios-setup] Aug 25 20:20:57.802 INFO E| Downloaded num_enum_derive v0.7.5
32412026-08-25T20:20:59.078Z[ helios-setup] Aug 25 20:20:57.802 INFO E| Downloaded num_enum v0.7.5
32422026-08-25T20:20:59.082Z[ helios-setup] Aug 25 20:20:57.805 INFO E| Downloaded bitfield v0.19.3
32432026-08-25T20:20:59.082Z[ helios-setup] Aug 25 20:20:57.806 INFO E| Downloaded generic-array v0.14.9
32442026-08-25T20:20:59.082Z[ helios-setup] Aug 25 20:20:57.807 INFO E| Downloaded pin-project-lite v0.2.16
32452026-08-25T20:20:59.093Z[ helios-setup] Aug 25 20:20:57.810 INFO E| Downloaded quote v1.0.41
32462026-08-25T20:20:59.094Z[ helios-setup] Aug 25 20:20:57.811 INFO E| Downloaded toml v0.9.8
32472026-08-25T20:20:59.094Z[ helios-setup] Aug 25 20:20:57.814 INFO E| Downloaded toml_datetime v0.7.3
32482026-08-25T20:20:59.094Z[ helios-setup] Aug 25 20:20:57.814 INFO E| Downloaded unicode-ident v1.0.22
32492026-08-25T20:20:59.098Z[ helios-setup] Aug 25 20:20:57.819 INFO E| Downloaded tokio-macros v2.6.0
32502026-08-25T20:20:59.098Z[ helios-setup] Aug 25 20:20:57.820 INFO E| Downloaded futures-channel v0.3.31
32512026-08-25T20:20:59.101Z[ helios-setup] Aug 25 20:20:57.825 INFO E| Downloaded zeroize v1.8.2
32522026-08-25T20:20:59.105Z[ helios-setup] Aug 25 20:20:57.827 INFO E| Downloaded thiserror v2.0.17
32532026-08-25T20:20:59.108Z[ helios-setup] Aug 25 20:20:57.831 INFO E| Downloaded thiserror-impl v2.0.17
32542026-08-25T20:20:59.112Z[ helios-setup] Aug 25 20:20:57.837 INFO E| Downloaded bitflags v2.10.0
32552026-08-25T20:20:59.115Z[ helios-setup] Aug 25 20:20:57.839 INFO E| Downloaded iana-time-zone v0.1.64
32562026-08-25T20:20:59.139Z[ helios-setup] Aug 25 20:20:57.864 INFO E| Downloaded slab v0.4.11
32572026-08-25T20:20:59.143Z[ helios-setup] Aug 25 20:20:57.865 INFO E| Downloaded getrandom v0.2.16
32582026-08-25T20:20:59.148Z[ helios-setup] Aug 25 20:20:57.867 INFO E| Downloaded futures v0.3.31
32592026-08-25T20:20:59.148Z[ helios-setup] Aug 25 20:20:57.871 INFO E| Downloaded toml_writer v1.0.4
32602026-08-25T20:20:59.149Z[ helios-setup] Aug 25 20:20:57.872 INFO E| Downloaded clap v4.5.51
32612026-08-25T20:20:59.159Z[ host-package] Compiling ignore v0.4.25
32622026-08-25T20:20:59.163Z[ helios-setup] Aug 25 20:20:57.885 INFO E| Downloaded anyhow v1.0.100
32632026-08-25T20:20:59.167Z[ helios-setup] Aug 25 20:20:57.889 INFO E| Downloaded futures-util v0.3.31
32642026-08-25T20:20:59.172Z[ helios-setup] Aug 25 20:20:57.897 INFO E| Downloaded log v0.4.28
32652026-08-25T20:20:59.175Z[ helios-setup] Aug 25 20:20:57.899 INFO E| Downloaded uuid v1.18.1
32662026-08-25T20:20:59.178Z[ helios-setup] Aug 25 20:20:57.901 INFO E| Downloaded bytes v1.10.1
32672026-08-25T20:20:59.221Z[ helios-setup] Aug 25 20:20:57.945 INFO E| Downloaded proc-macro2 v1.0.103
32682026-08-25T20:20:59.226Z[ helios-setup] Aug 25 20:20:57.948 INFO E| Downloaded flate2 v1.1.5
32692026-08-25T20:20:59.231Z[ helios-setup] Aug 25 20:20:57.950 INFO E| Downloaded zerocopy-derive v0.8.27
32702026-08-25T20:20:59.231Z[ helios-setup] Aug 25 20:20:57.955 INFO E| Downloaded rand v0.8.5
32712026-08-25T20:20:59.235Z[ helios-setup] Aug 25 20:20:57.957 INFO E| Downloaded clap_builder v4.5.51
32722026-08-25T20:20:59.238Z[ helios-setup] Aug 25 20:20:57.961 INFO E| Downloaded socket2 v0.6.1
32732026-08-25T20:20:59.238Z[ helios-setup] Aug 25 20:20:57.962 INFO E| Downloaded toml_edit v0.23.7
32742026-08-25T20:20:59.242Z[ helios-setup] Aug 25 20:20:57.964 INFO E| Downloaded typenum v1.19.0
32752026-08-25T20:20:59.242Z[ helios-setup] Aug 25 20:20:57.966 INFO E| Downloaded memchr v2.7.6
32762026-08-25T20:20:59.245Z[ helios-setup] Aug 25 20:20:57.969 INFO E| Downloaded cc v1.2.44
32772026-08-25T20:20:59.249Z[ helios-setup] Aug 25 20:20:57.971 INFO E| Downloaded rsa v0.9.8
32782026-08-25T20:20:59.249Z[ helios-setup] Aug 25 20:20:57.974 INFO E| Downloaded mio v1.1.0
32792026-08-25T20:20:59.253Z[ helios-setup] Aug 25 20:20:57.978 INFO E| Downloaded iddqd v0.3.14
32802026-08-25T20:20:59.270Z[ helios-setup] Aug 25 20:20:57.995 INFO E| Downloaded indexmap v2.12.0
32812026-08-25T20:20:59.274Z[ helios-setup] Aug 25 20:20:57.998 INFO E| Downloaded num-bigint-dig v0.8.4
32822026-08-25T20:20:59.279Z[ helios-setup] Aug 25 20:20:58.001 INFO E| Downloaded hashbrown v0.16.0
32832026-08-25T20:20:59.300Z[ helios-setup] Aug 25 20:20:58.025 INFO E| Downloaded libm v0.2.15
32842026-08-25T20:20:59.306Z[ helios-setup] Aug 25 20:20:58.031 INFO E| Downloaded winnow v0.7.13
32852026-08-25T20:20:59.312Z[ helios-setup] Aug 25 20:20:58.037 INFO E| Downloaded time v0.3.44
32862026-08-25T20:20:59.317Z[ helios-setup] Aug 25 20:20:58.042 INFO E| Downloaded serde_json v1.0.145
32872026-08-25T20:20:59.321Z[ helios-setup] Aug 25 20:20:58.046 INFO E| Downloaded chrono v0.4.42
32882026-08-25T20:20:59.325Z[ helios-setup] Aug 25 20:20:58.051 INFO E| Downloaded zerocopy v0.8.27
32892026-08-25T20:20:59.339Z[ helios-setup] Aug 25 20:20:58.064 INFO E| Downloaded unicode-width v0.2.2
32902026-08-25T20:20:59.343Z[ helios-setup] Aug 25 20:20:58.068 INFO E| Downloaded syn v2.0.108
32912026-08-25T20:20:59.361Z[ helios-setup] Aug 25 20:20:58.086 INFO E| Downloaded rustix v1.1.2
32922026-08-25T20:20:59.414Z[ helios-setup] Aug 25 20:20:58.139 INFO E| Downloaded libc v0.2.177
32932026-08-25T20:20:59.431Z[ helios-setup] Aug 25 20:20:58.156 INFO E| Downloaded tokio v1.48.0
32942026-08-25T20:20:59.556Z[ helios-setup] Aug 25 20:20:58.281 INFO E| Compiling proc-macro2 v1.0.103
32952026-08-25T20:20:59.556Z[ helios-setup] Aug 25 20:20:58.281 INFO E| Compiling unicode-ident v1.0.22
32962026-08-25T20:20:59.557Z[ helios-setup] Aug 25 20:20:58.281 INFO E| Compiling quote v1.0.41
32972026-08-25T20:20:59.560Z[ helios-setup] Aug 25 20:20:58.281 INFO E| Compiling libc v0.2.177
32982026-08-25T20:20:59.560Z[ helios-setup] Aug 25 20:20:58.281 INFO E| Compiling serde_core v1.0.228
32992026-08-25T20:20:59.560Z[ helios-setup] Aug 25 20:20:58.281 INFO E| Compiling cfg-if v1.0.4
33002026-08-25T20:20:59.561Z[ helios-setup] Aug 25 20:20:58.281 INFO E| Compiling serde v1.0.228
33012026-08-25T20:20:59.561Z[ helios-setup] Aug 25 20:20:58.281 INFO E| Compiling version_check v0.9.5
33022026-08-25T20:20:59.561Z[ helios-setup] Aug 25 20:20:58.281 INFO E| Compiling autocfg v1.5.0
33032026-08-25T20:20:59.561Z[ helios-setup] Aug 25 20:20:58.281 INFO E| Compiling typenum v1.19.0
33042026-08-25T20:20:59.561Z[ helios-setup] Aug 25 20:20:58.281 INFO E| Compiling const-oid v0.9.6
33052026-08-25T20:20:59.561Z[ helios-setup] Aug 25 20:20:58.281 INFO E| Compiling libm v0.2.15
33062026-08-25T20:20:59.561Z[ helios-setup] Aug 25 20:20:58.281 INFO E| Compiling zerocopy v0.8.27
33072026-08-25T20:20:59.561Z[ helios-setup] Aug 25 20:20:58.281 INFO E| Compiling rustversion v1.0.22
33082026-08-25T20:20:59.561Z[ helios-setup] Aug 25 20:20:58.281 INFO E| Compiling smallvec v1.15.1
33092026-08-25T20:20:59.561Z[ helios-setup] Aug 25 20:20:58.282 INFO E| Compiling zeroize v1.8.2
33102026-08-25T20:21:00.024Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33112026-08-25T20:21:00.138Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-08-25T20:21:00.230Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33132026-08-25T20:21:00.458Z[ helios-setup] Aug 25 20:20:59.183 INFO E| Compiling base64ct v1.8.0
33142026-08-25T20:21:00.501Z[ helios-setup] Aug 25 20:20:59.225 INFO E| Compiling generic-array v0.14.9
33152026-08-25T20:21:00.725Z[ helios-setup] Aug 25 20:20:59.449 INFO E| Compiling crc32fast v1.5.0
33162026-08-25T20:21:00.851Z[ helios-setup] Aug 25 20:20:59.577 INFO E| Compiling byteorder v1.5.0
33172026-08-25T20:21:00.885Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33182026-08-25T20:21:00.957Z[ helios-setup] Aug 25 20:20:59.682 INFO E| Compiling equivalent v1.0.2
33192026-08-25T20:21:01.244Z[ helios-setup] Aug 25 20:20:59.969 INFO E| Compiling getrandom v0.2.16
33202026-08-25T20:21:01.322Z[ helios-setup] Aug 25 20:21:00.046 INFO E| Compiling pem-rfc7468 v0.7.0
33212026-08-25T20:21:01.364Z[ helios-setup] Aug 25 20:21:00.087 INFO E| Compiling winnow v0.7.13
33222026-08-25T20:21:01.381Z[ helios-setup] Aug 25 20:21:00.104 INFO E| Compiling rustix v1.1.2
33232026-08-25T20:21:01.489Z[ helios-setup] Aug 25 20:21:00.212 INFO E| Compiling memchr v2.7.6
33242026-08-25T20:21:01.608Z[ helios-setup] Aug 25 20:21:00.218 INFO E| Compiling hashbrown v0.16.0
33252026-08-25T20:21:01.608Z[ helios-setup] Aug 25 20:21:00.242 INFO E| Compiling utf8parse v0.2.2
33262026-08-25T20:21:01.608Z[ helios-setup] Aug 25 20:21:00.308 INFO E| Compiling num-traits v0.2.19
33272026-08-25T20:21:01.608Z[ helios-setup] Aug 25 20:21:00.315 INFO E| Compiling anyhow v1.0.100
33282026-08-25T20:21:01.664Z[ helios-setup] Aug 25 20:21:00.388 INFO E| Compiling flagset v0.4.7
33292026-08-25T20:21:01.737Z[ helios-setup] Aug 25 20:21:00.461 INFO E| Compiling anstyle-parse v0.2.7
33302026-08-25T20:21:02.032Z[ helios-setup] Aug 25 20:21:00.757 INFO E| Compiling rand_core v0.6.4
33312026-08-25T20:21:02.234Z[ helios-setup] Aug 25 20:21:00.959 INFO E| Compiling syn v2.0.108
33322026-08-25T20:21:02.244Z[ helios-setup] Aug 25 20:21:00.967 INFO E| Compiling errno v0.3.14
33332026-08-25T20:21:02.245Z[ helios-setup] Aug 25 20:21:00.967 INFO E| Compiling anstyle-query v1.1.4
33342026-08-25T20:21:02.375Z[ helios-setup] Aug 25 20:21:01.099 INFO E| Compiling is_terminal_polyfill v1.70.2
33352026-08-25T20:21:02.382Z[ helios-setup] Aug 25 20:21:01.106 INFO E| Compiling shlex v1.3.0
33362026-08-25T20:21:02.416Z[ helios-setup] Aug 25 20:21:01.141 INFO E| Compiling anstyle v1.0.13
33372026-08-25T20:21:02.475Z[ helios-setup] Aug 25 20:21:01.200 INFO E| Compiling colorchoice v1.0.4
33382026-08-25T20:21:02.510Z[ helios-setup] Aug 25 20:21:01.233 INFO E| Compiling cpufeatures v0.2.17
33392026-08-25T20:21:02.521Z[ helios-setup] Aug 25 20:21:01.245 INFO E| Compiling allocator-api2 v0.2.21
33402026-08-25T20:21:02.587Z[ helios-setup] Aug 25 20:21:01.312 INFO E| Compiling radium v0.7.0
33412026-08-25T20:21:02.618Z[ helios-setup] Aug 25 20:21:01.319 INFO E| Compiling find-msvc-tools v0.1.4
33422026-08-25T20:21:02.631Z[ helios-setup] Aug 25 20:21:01.356 INFO E| Compiling syn v1.0.109
33432026-08-25T20:21:02.710Z[ helios-setup] Aug 25 20:21:01.434 INFO E| Compiling toml_datetime v0.7.3
33442026-08-25T20:21:02.779Z[ helios-setup] Aug 25 20:21:01.504 INFO E| Compiling indexmap v2.12.0
33452026-08-25T20:21:02.918Z[ helios-setup] Aug 25 20:21:01.643 INFO E| Compiling cc v1.2.44
33462026-08-25T20:21:02.975Z[ helios-setup] Aug 25 20:21:01.700 INFO E| Compiling anstream v0.6.21
33472026-08-25T20:21:03.177Z[ helios-setup] Aug 25 20:21:01.891 INFO E| Compiling slog v2.8.2
33482026-08-25T20:21:03.472Z[ helios-setup] Aug 25 20:21:02.196 INFO E| Compiling unicode-width v0.2.2
33492026-08-25T20:21:03.489Z[ helios-setup] Aug 25 20:21:02.208 INFO E| Compiling parking_lot_core v0.9.12
33502026-08-25T20:21:03.551Z[ helios-setup] Aug 25 20:21:02.272 INFO E| Compiling futures-core v0.3.31
33512026-08-25T20:21:03.745Z[ host-package] Compiling anstyle-parse v0.2.7
33522026-08-25T20:21:03.949Z[ helios-setup] Aug 25 20:21:02.655 INFO E| Compiling crypto-common v0.1.6
33532026-08-25T20:21:03.962Z[ helios-setup] Aug 25 20:21:02.682 INFO E| Compiling block-buffer v0.10.4
33542026-08-25T20:21:03.994Z[ helios-setup] Aug 25 20:21:02.717 INFO E| Compiling toml_parser v1.0.4
33552026-08-25T20:21:03.999Z[ host-package] Compiling secrecy v0.8.0
33562026-08-25T20:21:04.000Z[ helios-setup] Aug 25 20:21:02.723 INFO E| Compiling pin-project-lite v0.2.16
33572026-08-25T20:21:04.037Z[ helios-setup] Aug 25 20:21:02.762 INFO E| Compiling tap v1.0.1
33582026-08-25T20:21:04.131Z[ helios-setup] Aug 25 20:21:02.843 INFO E| Compiling digest v0.10.7
33592026-08-25T20:21:04.207Z[ helios-setup] Aug 25 20:21:02.878 INFO E| Compiling pkg-config v0.3.32
33602026-08-25T20:21:04.207Z[ helios-setup] Aug 25 20:21:02.878 INFO E| Compiling maybe-uninit v2.0.0
33612026-08-25T20:21:04.296Z[ helios-setup] Aug 25 20:21:02.945 INFO E| Compiling futures-sink v0.3.31
33622026-08-25T20:21:04.365Z[ helios-setup] Aug 25 20:21:02.997 INFO E| Compiling wyz v0.5.1
33632026-08-25T20:21:04.365Z[ helios-setup] Aug 25 20:21:03.035 INFO E| Compiling getopts v0.2.24
33642026-08-25T20:21:04.416Z[ helios-setup] Aug 25 20:21:03.097 INFO E| Compiling sha2 v0.10.9
33652026-08-25T20:21:04.416Z[ host-package] Compiling castaway v0.2.4
33662026-08-25T20:21:04.437Z[ helios-setup] Aug 25 20:21:03.125 INFO E| Compiling futures-channel v0.3.31
33672026-08-25T20:21:04.480Z[ host-package] Compiling vergen-git2 v9.1.0
33682026-08-25T20:21:04.500Z[ helios-setup] Aug 25 20:21:03.215 INFO E| Compiling ahash v0.8.12
33692026-08-25T20:21:04.530Z[ helios-setup] Aug 25 20:21:03.255 INFO E| Compiling time-core v0.1.6
33702026-08-25T20:21:04.708Z[ helios-setup] Aug 25 20:21:03.417 INFO E| Compiling bytes v1.10.1
33712026-08-25T20:21:04.776Z[ helios-setup] Aug 25 20:21:03.476 INFO E| Compiling strsim v0.11.1
33722026-08-25T20:21:04.963Z[ helios-setup] Aug 25 20:21:03.682 INFO E| Compiling toml_edit v0.23.7
33732026-08-25T20:21:04.971Z[ helios-setup] Aug 25 20:21:03.696 INFO E| Compiling num-integer v0.1.46
33742026-08-25T20:21:05.007Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33752026-08-25T20:21:05.024Z[ helios-setup] Aug 25 20:21:03.747 INFO E| Compiling packed_struct v0.10.1
33762026-08-25T20:21:05.030Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33772026-08-25T20:21:05.129Z[ helios-setup] Aug 25 20:21:03.850 INFO E| Compiling itoa v1.0.15
33782026-08-25T20:21:05.226Z[ helios-setup] Aug 25 20:21:03.951 INFO E| Compiling powerfmt v0.2.0
33792026-08-25T20:21:05.264Z[ helios-setup] Aug 25 20:21:03.988 INFO E| Compiling bitflags v2.10.0
33802026-08-25T20:21:05.392Z[ helios-setup] Aug 25 20:21:04.105 INFO E| Compiling getrandom v0.3.4
33812026-08-25T20:21:05.410Z[ helios-setup] Aug 25 20:21:04.124 INFO E| Compiling clap_lex v0.7.6
33822026-08-25T20:21:05.538Z[ helios-setup] Aug 25 20:21:04.221 INFO E| Compiling thiserror v1.0.69
33832026-08-25T20:21:05.563Z[ helios-setup] Aug 25 20:21:04.227 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
33842026-08-25T20:21:05.568Z[ helios-setup] Aug 25 20:21:04.280 INFO E| Compiling scopeguard v1.2.0
33852026-08-25T20:21:05.815Z[ helios-setup] Aug 25 20:21:04.538 INFO E| Compiling heck v0.5.0
33862026-08-25T20:21:05.837Z[ host-package] Compiling indoc v2.0.7
33872026-08-25T20:21:05.853Z[ helios-setup] Aug 25 20:21:04.564 INFO E| Compiling spin v0.9.8
33882026-08-25T20:21:06.155Z[ helios-setup] Aug 25 20:21:04.879 INFO E| Compiling proc-macro-crate v3.4.0
33892026-08-25T20:21:06.190Z[ helios-setup] Aug 25 20:21:04.903 INFO E| Compiling num-bigint-dig v0.8.4
33902026-08-25T20:21:06.197Z[ helios-setup] Aug 25 20:21:04.917 INFO E| Compiling num-conv v0.1.0
33912026-08-25T20:21:06.226Z[ helios-setup] Aug 25 20:21:04.933 INFO E| Compiling futures-task v0.3.31
33922026-08-25T20:21:06.296Z[ helios-setup] Aug 25 20:21:05.015 INFO E| Compiling futures-io v0.3.31
33932026-08-25T20:21:06.431Z[ helios-setup] Aug 25 20:21:05.072 INFO E| Compiling slab v0.4.11
33942026-08-25T20:21:06.431Z[ helios-setup] Aug 25 20:21:05.111 INFO E| Compiling pin-utils v0.1.0
33952026-08-25T20:21:06.431Z[ helios-setup] Aug 25 20:21:05.123 INFO E| Compiling funty v2.0.0
33962026-08-25T20:21:06.509Z[ helios-setup] Aug 25 20:21:05.231 INFO E| Compiling time-macros v0.2.24
33972026-08-25T20:21:06.514Z[ helios-setup] Aug 25 20:21:05.238 INFO E| Compiling lazy_static v1.5.0
33982026-08-25T20:21:06.538Z[ helios-setup] Aug 25 20:21:05.261 INFO E| Compiling lock_api v0.4.14
33992026-08-25T20:21:06.631Z[ helios-setup] Aug 25 20:21:05.356 INFO E| Compiling deranged v0.5.5
34002026-08-25T20:21:06.667Z[ helios-setup] Aug 25 20:21:05.392 INFO E| Compiling num-iter v0.1.45
34012026-08-25T20:21:06.756Z[ helios-setup] Aug 25 20:21:05.481 INFO E| Compiling indexmap v1.9.3
34022026-08-25T20:21:06.774Z[ host-package] Compiling compact_str v0.8.1
34032026-08-25T20:21:06.816Z[ helios-setup] Aug 25 20:21:05.539 INFO E| Compiling terminal_size v0.4.3
34042026-08-25T20:21:06.826Z[ helios-setup] Aug 25 20:21:05.550 INFO E| Compiling nodrop v0.1.14
34052026-08-25T20:21:06.845Z[ helios-setup] Aug 25 20:21:05.570 INFO E| Compiling iana-time-zone v0.1.64
34062026-08-25T20:21:06.930Z[ helios-setup] Aug 25 20:21:05.645 INFO E| Compiling adler2 v2.0.1
34072026-08-25T20:21:06.994Z[ helios-setup] Aug 25 20:21:05.717 INFO E| Compiling clap_builder v4.5.51
34082026-08-25T20:21:07.039Z[ helios-setup] Aug 25 20:21:05.727 INFO E| Compiling simd-adler32 v0.3.7
34092026-08-25T20:21:07.045Z[ helios-setup] Aug 25 20:21:05.740 INFO E| Compiling log v0.4.28
34102026-08-25T20:21:07.221Z[ helios-setup] Aug 25 20:21:05.920 INFO E| Compiling bitvec v1.0.1
34112026-08-25T20:21:07.293Z[ host-package] Compiling anstream v0.6.21
34122026-08-25T20:21:07.393Z[ helios-setup] Aug 25 20:21:06.103 INFO E| Compiling serde_json v1.0.145
34132026-08-25T20:21:07.538Z[ helios-setup] Aug 25 20:21:06.111 INFO E| Compiling thiserror v2.0.17
34142026-08-25T20:21:07.550Z[ helios-setup] Aug 25 20:21:06.191 INFO E| Compiling once_cell v1.21.3
34152026-08-25T20:21:07.550Z[ helios-setup] Aug 25 20:21:06.219 INFO E| Compiling crc-catalog v2.4.0
34162026-08-25T20:21:07.712Z[ helios-setup] Aug 25 20:21:06.370 INFO E| Compiling crc v3.3.0
34172026-08-25T20:21:07.857Z[ helios-setup] Aug 25 20:21:06.556 INFO E| Compiling miniz_oxide v0.8.9
34182026-08-25T20:21:07.948Z[ helios-setup] Aug 25 20:21:06.671 INFO E| Compiling env_filter v0.1.4
34192026-08-25T20:21:08.374Z[ helios-setup] Aug 25 20:21:06.934 INFO E| Compiling chrono v0.4.42
34202026-08-25T20:21:08.660Z[ helios-setup] Aug 25 20:21:06.972 INFO E| Compiling parking_lot v0.12.5
34212026-08-25T20:21:08.660Z[ helios-setup] Aug 25 20:21:07.028 INFO E| Compiling array-init v0.0.4
34222026-08-25T20:21:08.660Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34232026-08-25T20:21:08.835Z[ helios-setup] Aug 25 20:21:07.295 INFO E| Compiling smallvec v0.6.14
34242026-08-25T20:21:08.907Z[ host-package] Compiling globwalk v0.9.1
34252026-08-25T20:21:09.090Z[ host-package] Compiling parking_lot v0.11.2
34262026-08-25T20:21:09.236Z[ helios-setup] Aug 25 20:21:07.716 INFO E| Compiling serde_spanned v1.0.3
34272026-08-25T20:21:09.383Z[ helios-setup] Aug 25 20:21:08.006 INFO E| Compiling signature v2.2.0
34282026-08-25T20:21:09.459Z[ helios-setup] Aug 25 20:21:08.040 INFO E| Compiling time v0.3.44
34292026-08-25T20:21:09.459Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34302026-08-25T20:21:09.459Z[ helios-setup] Aug 25 20:21:08.124 INFO E| Compiling socket2 v0.6.1
34312026-08-25T20:21:09.459Z[ helios-setup] Aug 25 20:21:08.135 INFO E| Compiling mio v1.1.0
34322026-08-25T20:21:09.583Z[ helios-setup] Aug 25 20:21:08.200 INFO E| Compiling serde_derive v1.0.228
34332026-08-25T20:21:09.583Z[ helios-setup] Aug 25 20:21:08.219 INFO E| Compiling zerocopy-derive v0.8.27
34342026-08-25T20:21:09.832Z[ helios-setup] Aug 25 20:21:08.394 INFO E| Compiling der_derive v0.7.3
34352026-08-25T20:21:09.998Z[ helios-setup] Aug 25 20:21:08.407 INFO E| Compiling futures-macro v0.3.31
34362026-08-25T20:21:09.998Z[ helios-setup] Aug 25 20:21:08.486 INFO E| Compiling packed_struct_codegen v0.10.1
34372026-08-25T20:21:09.998Z[ host-package] Compiling hyper-staticfile v0.10.1
34382026-08-25T20:21:09.999Z[ helios-setup] Aug 25 20:21:08.606 INFO E| Compiling zerocopy-derive v0.6.6
34392026-08-25T20:21:10.693Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34402026-08-25T20:21:10.795Z[ helios-setup] Aug 25 20:21:09.203 INFO E| Compiling thiserror-impl v1.0.69
34412026-08-25T20:21:10.796Z[ helios-setup] Aug 25 20:21:09.343 INFO E| Compiling bitfield-macros v0.19.3
34422026-08-25T20:21:10.796Z[ helios-setup] Aug 25 20:21:09.359 INFO E| Compiling num_enum_derive v0.7.5
34432026-08-25T20:21:10.796Z[ host-package] Compiling darling_macro v0.13.4
34442026-08-25T20:21:10.901Z[ helios-setup] Aug 25 20:21:09.546 INFO E| Compiling clap_derive v4.5.49
34452026-08-25T20:21:11.349Z[ helios-setup] Aug 25 20:21:09.988 INFO E| Compiling thiserror-impl v2.0.17
34462026-08-25T20:21:11.446Z[ helios-setup] Aug 25 20:21:10.079 INFO E| Compiling futures-util v0.3.31
34472026-08-25T20:21:11.531Z[ helios-setup] Aug 25 20:21:10.220 INFO E| Compiling tokio-macros v2.6.0
34482026-08-25T20:21:11.616Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34492026-08-25T20:21:11.889Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34502026-08-25T20:21:12.110Z[ helios-setup] Aug 25 20:21:10.614 INFO E| Compiling zerocopy v0.6.6
34512026-08-25T20:21:12.134Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34522026-08-25T20:21:12.134Z[ helios-setup] Aug 25 20:21:10.714 INFO E| Compiling signal-hook-registry v1.4.6
34532026-08-25T20:21:12.189Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34542026-08-25T20:21:12.189Z[ host-package] Compiling predicates-tree v1.0.13
34552026-08-25T20:21:12.494Z[ helios-setup] Aug 25 20:21:11.157 INFO E| Compiling der v0.7.10
34562026-08-25T20:21:12.593Z[ helios-setup] Aug 25 20:21:11.206 INFO E| Compiling bitfield v0.19.3
34572026-08-25T20:21:12.815Z[ helios-setup] Aug 25 20:21:11.473 INFO E| Compiling is-terminal v0.4.17
34582026-08-25T20:21:12.856Z[ helios-setup] Aug 25 20:21:11.565 INFO E| Compiling num_enum v0.7.5
34592026-08-25T20:21:12.985Z[ helios-setup] Aug 25 20:21:11.645 INFO E| Compiling thread_local v1.1.9
34602026-08-25T20:21:13.073Z[ helios-setup] Aug 25 20:21:11.652 INFO E| Compiling subtle v2.6.1
34612026-08-25T20:21:13.073Z[ helios-setup] Aug 25 20:21:11.683 INFO E| Compiling hashbrown v0.12.3
34622026-08-25T20:21:13.073Z[ helios-setup] Aug 25 20:21:11.718 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
34632026-08-25T20:21:13.145Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34642026-08-25T20:21:13.413Z[ helios-setup] Aug 25 20:21:12.094 INFO E| Compiling winnow v0.5.40
34652026-08-25T20:21:13.478Z[ helios-setup] Aug 25 20:21:12.130 INFO E| Compiling ryu v1.0.20
34662026-08-25T20:21:13.537Z[ helios-setup] Aug 25 20:21:12.206 INFO E| Compiling toml_writer v1.0.4
34672026-08-25T20:21:13.640Z[ host-package] Compiling unicode-truncate v1.1.0
34682026-08-25T20:21:13.640Z[ helios-setup] Aug 25 20:21:12.280 INFO E| Compiling base64 v0.21.7
34692026-08-25T20:21:13.723Z[ helios-setup] Aug 25 20:21:12.344 INFO E| Compiling libdevinfo-sys v1.1.0
34702026-08-25T20:21:13.791Z[ host-package] Compiling lru v0.12.5
34712026-08-25T20:21:13.826Z[ helios-setup] Aug 25 20:21:12.506 INFO E| Compiling term v1.2.0
34722026-08-25T20:21:13.889Z[ host-package] Compiling rand_seeder v0.4.0
34732026-08-25T20:21:13.912Z[ helios-setup] Aug 25 20:21:12.587 INFO E| Compiling devinfo v0.1.0
34742026-08-25T20:21:13.967Z[ helios-setup] Aug 25 20:21:12.689 INFO E| Compiling clap v4.5.51
34752026-08-25T20:21:13.989Z[ helios-setup] Aug 25 20:21:12.704 INFO E| Compiling toml v0.9.8
34762026-08-25T20:21:14.334Z[ helios-setup] Aug 25 20:21:13.047 INFO E| Compiling tokio v1.48.0
34772026-08-25T20:21:14.357Z[ host-package] Compiling prefix-trie v0.7.0
34782026-08-25T20:21:14.380Z[ host-package] Compiling cassowary v0.3.0
34792026-08-25T20:21:14.396Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34802026-08-25T20:21:14.466Z[ helios-setup] Aug 25 20:21:13.114 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34812026-08-25T20:21:14.466Z[ helios-setup] Aug 25 20:21:13.139 INFO E| Compiling bzip2 v0.4.4
34822026-08-25T20:21:14.570Z[ helios-setup] Aug 25 20:21:13.293 INFO E| Compiling spki v0.7.3
34832026-08-25T20:21:14.725Z[ helios-setup] Aug 25 20:21:13.443 INFO E| Compiling uuid v1.18.1
34842026-08-25T20:21:14.807Z[ helios-setup] Aug 25 20:21:13.528 INFO E| Compiling flate2 v1.1.5
34852026-08-25T20:21:14.974Z[ helios-setup] Aug 25 20:21:13.690 INFO E| Compiling pkcs8 v0.10.2
34862026-08-25T20:21:15.040Z[ helios-setup] Aug 25 20:21:13.765 INFO E| Compiling x509-cert v0.2.5
34872026-08-25T20:21:15.080Z[ helios-setup] Aug 25 20:21:13.805 INFO E| Compiling env_logger v0.11.8
34882026-08-25T20:21:15.103Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34892026-08-25T20:21:15.177Z[ host-package] Compiling ratatui v0.29.0
34902026-08-25T20:21:15.378Z[ helios-setup] Aug 25 20:21:14.103 INFO E| Compiling pkcs1 v0.7.5
34912026-08-25T20:21:15.457Z[ host-package] Compiling hickory-server v0.25.2
34922026-08-25T20:21:15.696Z[ host-package] Compiling camino-tempfile-ext v0.3.3
34932026-08-25T20:21:15.886Z[ helios-setup] Aug 25 20:21:14.611 INFO E| Compiling ppv-lite86 v0.2.21
34942026-08-25T20:21:15.893Z[ helios-setup] Aug 25 20:21:14.618 INFO E| Compiling erased-serde v0.3.31
34952026-08-25T20:21:15.922Z[ host-package] Compiling darling v0.13.4
34962026-08-25T20:21:16.209Z[ helios-setup] Aug 25 20:21:14.934 INFO E| Compiling futures-executor v0.3.31
34972026-08-25T20:21:16.452Z[ helios-setup] Aug 25 20:21:15.177 INFO E| Compiling serde_spanned v0.6.9
34982026-08-25T20:21:16.608Z[ host-package] Compiling sled v0.34.7
34992026-08-25T20:21:16.665Z[ helios-setup] Aug 25 20:21:15.386 INFO E| Compiling toml_datetime v0.6.11
35002026-08-25T20:21:16.747Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35012026-08-25T20:21:16.885Z[ helios-setup] Aug 25 20:21:15.609 INFO E| Compiling rand_chacha v0.3.1
35022026-08-25T20:21:17.002Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35032026-08-25T20:21:17.122Z[ helios-setup] Aug 25 20:21:15.847 INFO E| Compiling futures v0.3.31
35042026-08-25T20:21:17.140Z[ helios-setup] Aug 25 20:21:15.865 INFO E| Compiling hashbrown v0.13.2
35052026-08-25T20:21:17.171Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35062026-08-25T20:21:17.222Z[ helios-setup] Aug 25 20:21:15.947 INFO E| Compiling toml_edit v0.19.15
35072026-08-25T20:21:17.298Z[ helios-setup] Aug 25 20:21:16.022 INFO E| Compiling rand v0.8.5
35082026-08-25T20:21:17.305Z[ helios-setup] Aug 25 20:21:16.030 INFO E| Compiling serde-hex v0.1.0
35092026-08-25T20:21:17.464Z[ helios-setup] Aug 25 20:21:16.188 INFO E| Compiling slog-term v2.9.2
35102026-08-25T20:21:17.803Z[ helios-setup] Aug 25 20:21:16.437 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
35112026-08-25T20:21:17.809Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35122026-08-25T20:21:17.898Z[ helios-setup] Aug 25 20:21:16.623 INFO E| Compiling ron v0.8.1
35132026-08-25T20:21:18.019Z[ helios-setup] Aug 25 20:21:16.744 INFO E| Compiling bitflags v1.3.2
35142026-08-25T20:21:18.112Z[ helios-setup] Aug 25 20:21:16.837 INFO E| Compiling hex v0.4.3
35152026-08-25T20:21:18.337Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35162026-08-25T20:21:18.407Z[ helios-setup] Aug 25 20:21:17.132 INFO E| Compiling crc-any v2.5.0
35172026-08-25T20:21:18.477Z[ helios-setup] Aug 25 20:21:17.202 INFO E| Compiling rustc-hash v2.1.1
35182026-08-25T20:21:18.624Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35192026-08-25T20:21:18.686Z[ helios-setup] Aug 25 20:21:17.411 INFO E| Compiling foldhash v0.2.0
35202026-08-25T20:21:18.692Z[ helios-setup] Aug 25 20:21:17.418 INFO E| Compiling object v0.30.4
35212026-08-25T20:21:18.871Z[ helios-setup] Aug 25 20:21:17.596 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
35222026-08-25T20:21:19.153Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35232026-08-25T20:21:19.261Z[ helios-setup] Aug 25 20:21:17.986 INFO E| Compiling iddqd v0.3.14
35242026-08-25T20:21:19.327Z[ helios-setup] Aug 25 20:21:18.052 INFO E| Compiling zip v0.6.6
35252026-08-25T20:21:19.443Z[ helios-setup] Aug 25 20:21:18.167 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35262026-08-25T20:21:19.732Z[ helios-setup] Aug 25 20:21:18.457 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35272026-08-25T20:21:20.172Z[ helios-setup] Aug 25 20:21:18.897 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
35282026-08-25T20:21:20.661Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35292026-08-25T20:21:20.667Z[ helios-setup] Aug 25 20:21:19.392 INFO E| Compiling rsa v0.9.8
35302026-08-25T20:21:21.047Z[ helios-setup] Aug 25 20:21:19.771 INFO E| Compiling toml v0.7.8
35312026-08-25T20:21:21.327Z[ helios-setup] Aug 25 20:21:20.052 INFO E| Compiling path-slash v0.1.5
35322026-08-25T20:21:21.972Z[ host-package] Compiling git2 v0.20.4
35332026-08-25T20:21:23.526Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35342026-08-25T20:21:23.785Z[ helios-setup] Aug 25 20:21:22.510 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
35352026-08-25T20:21:23.801Z[ helios-setup] Aug 25 20:21:22.526 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
35362026-08-25T20:21:23.930Z[ host-package] Compiling serde_with_macros v1.5.2
35372026-08-25T20:21:23.998Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35382026-08-25T20:21:25.420Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35392026-08-25T20:21:25.843Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35402026-08-25T20:21:26.393Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35412026-08-25T20:21:27.488Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35422026-08-25T20:21:27.774Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35432026-08-25T20:21:27.881Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35442026-08-25T20:21:27.935Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35452026-08-25T20:21:27.967Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35462026-08-25T20:21:28.254Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35472026-08-25T20:21:28.440Z[ host-package] Compiling arc-swap v1.8.2
35482026-08-25T20:21:28.444Z[ host-package] Compiling void v1.0.2
35492026-08-25T20:21:28.486Z[ helios-setup] Aug 25 20:21:27.211 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35502026-08-25T20:21:28.873Z[ host-package] Compiling slog-scope v4.4.1
35512026-08-25T20:21:28.940Z[ host-package] Compiling lzss v0.8.2
35522026-08-25T20:21:29.572Z[ host-package] Compiling serde_with v1.14.0
35532026-08-25T20:21:29.647Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35542026-08-25T20:21:29.664Z[ helios-setup] Aug 25 20:21:28.389 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
35552026-08-25T20:21:29.802Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35562026-08-25T20:21:30.818Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35572026-08-25T20:21:31.053Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35582026-08-25T20:21:32.434Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35592026-08-25T20:21:32.687Z[ host-package] Compiling scuffle v0.1.0
35602026-08-25T20:21:34.035Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35612026-08-25T20:21:34.108Z[ helios-setup] Aug 25 20:21:32.832 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35622026-08-25T20:21:34.643Z[ host-package] Compiling tungstenite v0.23.0
35632026-08-25T20:21:34.886Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35642026-08-25T20:21:35.737Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35652026-08-25T20:21:36.928Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35662026-08-25T20:21:36.997Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35672026-08-25T20:21:37.067Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35682026-08-25T20:21:37.340Z[ host-package] Compiling nix v0.27.1
35692026-08-25T20:21:37.398Z[ host-package] Compiling twox-hash v2.1.2
35702026-08-25T20:21:37.402Z[ host-package] Compiling libsw-core v0.3.2
35712026-08-25T20:21:37.537Z[ host-package] Compiling atty v0.2.14
35722026-08-25T20:21:37.633Z[ host-package] Compiling serde_bytes v0.11.19
35732026-08-25T20:21:37.698Z[ host-package] Compiling libsw v3.5.0
35742026-08-25T20:21:38.168Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35752026-08-25T20:21:38.305Z[ host-package] Compiling tokio-tungstenite v0.23.1
35762026-08-25T20:21:38.394Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35772026-08-25T20:21:38.404Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35782026-08-25T20:21:38.404Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35792026-08-25T20:21:38.791Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35802026-08-25T20:21:38.938Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35812026-08-25T20:21:39.067Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35822026-08-25T20:21:42.528Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35832026-08-25T20:21:43.511Z[ host-package] Compiling slog-stdlog v4.1.1
35842026-08-25T20:21:43.971Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35852026-08-25T20:21:44.235Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35862026-08-25T20:21:44.292Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35872026-08-25T20:21:44.460Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35882026-08-25T20:21:44.486Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
35892026-08-25T20:21:44.981Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35902026-08-25T20:21:45.221Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35912026-08-25T20:21:45.342Z[ helios-setup] Aug 25 20:21:44.066 INFO E| Finished `release` profile [optimized] target(s) in 47.85s
35922026-08-25T20:21:45.348Z[ helios-setup] Aug 25 20:21:44.067 INFO E| Blocking waiting for file lock on package cache
35932026-08-25T20:21:46.941Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35942026-08-25T20:21:47.906Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35952026-08-25T20:21:48.553Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35962026-08-25T20:21:49.057Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35972026-08-25T20:21:49.146Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35982026-08-25T20:21:50.515Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35992026-08-25T20:21:51.555Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36002026-08-25T20:21:52.103Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36012026-08-25T20:21:52.950Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36022026-08-25T20:21:53.638Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36032026-08-25T20:21:53.861Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36042026-08-25T20:21:54.702Z[ host-package] Compiling signal-hook-tokio v0.3.1
36052026-08-25T20:21:54.901Z[ host-package] Compiling fatfs v0.3.6
36062026-08-25T20:21:56.124Z[ host-package] Compiling yasna v0.5.2
36072026-08-25T20:21:56.147Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36082026-08-25T20:21:56.316Z[ host-package] Compiling assert_matches v1.5.0
36092026-08-25T20:21:56.432Z[ host-package] Compiling seq-macro v0.3.6
36102026-08-25T20:21:56.607Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36112026-08-25T20:21:56.921Z[ host-package] Compiling rcgen v0.12.1
36122026-08-25T20:21:57.699Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36132026-08-25T20:21:59.360Z[ host-package] Compiling slog-envlogger v2.2.0
36142026-08-25T20:21:59.835Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36152026-08-25T20:22:00.585Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36162026-08-25T20:22:00.907Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36172026-08-25T20:22:01.285Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36182026-08-25T20:22:01.418Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36192026-08-25T20:22:01.540Z[ host-package] Compiling port-file v0.1.0
36202026-08-25T20:22:01.682Z[ host-package] Compiling rtoolbox v0.0.3
36212026-08-25T20:22:01.925Z[ host-package] Compiling subprocess v0.2.15
36222026-08-25T20:22:01.936Z[ host-package] Compiling rpassword v7.5.4
36232026-08-25T20:22:02.023Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36242026-08-25T20:22:02.562Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36252026-08-25T20:22:03.253Z[ helios-setup] Aug 25 20:22:01.977 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
36262026-08-25T20:22:03.253Z[ helios-setup] Aug 25 20:22:01.977 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36272026-08-25T20:22:03.311Z[ helios-setup] Aug 25 20:22:02.034 INFO building project "pilot" ok (65 seconds)
36282026-08-25T20:22:03.311Z[ helios-setup] Aug 25 20:22:02.035 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36292026-08-25T20:22:03.322Z[ helios-setup] Aug 25 20:22:02.044 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
36302026-08-25T20:22:03.323Z[ helios-setup] Aug 25 20:22:02.044 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36312026-08-25T20:22:03.327Z[ helios-setup] Aug 25 20:22:02.044 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36322026-08-25T20:22:03.447Z[ helios-setup] Aug 25 20:22:02.172 INFO E| Blocking waiting for file lock on package cache
36332026-08-25T20:22:04.745Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
36342026-08-25T20:22:04.884Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
36352026-08-25T20:22:05.393Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36362026-08-25T20:22:07.257Z[ host-package] Compiling tui-tree-widget v0.23.1
36372026-08-25T20:22:07.344Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36382026-08-25T20:22:07.563Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
36392026-08-25T20:22:07.687Z[ helios-setup] Aug 25 20:22:06.412 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36402026-08-25T20:22:07.980Z[ helios-setup] Aug 25 20:22:06.705 INFO E| From https://github.com/jclulow/rust-jmclib
36412026-08-25T20:22:07.980Z[ helios-setup] Aug 25 20:22:06.705 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36422026-08-25T20:22:07.995Z[ helios-setup] Aug 25 20:22:06.717 INFO E| Updating crates.io index
36432026-08-25T20:22:08.040Z[ helios-setup] Aug 25 20:22:06.765 INFO E| Downloading crates ...
36442026-08-25T20:22:08.088Z[ helios-setup] Aug 25 20:22:06.812 INFO E| Downloaded md-5 v0.9.1
36452026-08-25T20:22:08.095Z[ helios-setup] Aug 25 20:22:06.820 INFO E| Downloaded serde_derive v1.0.193
36462026-08-25T20:22:08.099Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36472026-08-25T20:22:08.102Z[ helios-setup] Aug 25 20:22:06.826 INFO E| Downloaded fastrand v2.0.0
36482026-08-25T20:22:08.107Z[ helios-setup] Aug 25 20:22:06.827 INFO E| Downloaded cpufeatures v0.2.9
36492026-08-25T20:22:08.111Z[ helios-setup] Aug 25 20:22:06.832 INFO E| Downloaded errno v0.3.1
36502026-08-25T20:22:08.111Z[ helios-setup] Aug 25 20:22:06.834 INFO E| Downloaded libdevinfo-sys v1.0.0
36512026-08-25T20:22:08.111Z[ helios-setup] Aug 25 20:22:06.835 INFO E| Downloaded sha-1 v0.9.8
36522026-08-25T20:22:08.115Z[ helios-setup] Aug 25 20:22:06.837 INFO E| Downloaded digest v0.9.0
36532026-08-25T20:22:08.121Z[ helios-setup] Aug 25 20:22:06.846 INFO E| Downloaded block-buffer v0.9.0
36542026-08-25T20:22:08.125Z[ helios-setup] Aug 25 20:22:06.849 INFO E| Downloaded unicode-width v0.1.10
36552026-08-25T20:22:08.128Z[ helios-setup] Aug 25 20:22:06.851 INFO E| Downloaded walkdir v2.3.3
36562026-08-25T20:22:08.128Z[ helios-setup] Aug 25 20:22:06.852 INFO E| Downloaded proc-macro2 v1.0.66
36572026-08-25T20:22:08.131Z[ helios-setup] Aug 25 20:22:06.855 INFO E| Downloaded glob v0.3.1
36582026-08-25T20:22:08.136Z[ helios-setup] Aug 25 20:22:06.857 INFO E| Downloaded quote v1.0.31
36592026-08-25T20:22:08.136Z[ helios-setup] Aug 25 20:22:06.858 INFO E| Downloaded tempfile v3.7.0
36602026-08-25T20:22:08.141Z[ helios-setup] Aug 25 20:22:06.862 INFO E| Downloaded unicode-ident v1.0.11
36612026-08-25T20:22:08.141Z[ helios-setup] Aug 25 20:22:06.864 INFO E| Downloaded once_cell v1.18.0
36622026-08-25T20:22:08.144Z[ helios-setup] Aug 25 20:22:06.866 INFO E| Downloaded uuid v0.8.2
36632026-08-25T20:22:08.144Z[ helios-setup] Aug 25 20:22:06.868 INFO E| Downloaded anyhow v1.0.72
36642026-08-25T20:22:08.147Z[ helios-setup] Aug 25 20:22:06.870 INFO E| Downloaded bitflags v2.3.3
36652026-08-25T20:22:08.147Z[ helios-setup] Aug 25 20:22:06.872 INFO E| Downloaded typenum v1.16.0
36662026-08-25T20:22:08.151Z[ helios-setup] Aug 25 20:22:06.873 INFO E| Downloaded getrandom v0.2.10
36672026-08-25T20:22:08.151Z[ helios-setup] Aug 25 20:22:06.875 INFO E| Downloaded toml v0.5.11
36682026-08-25T20:22:08.156Z[ helios-setup] Aug 25 20:22:06.879 INFO E| Downloaded serde v1.0.193
36692026-08-25T20:22:08.172Z[ helios-setup] Aug 25 20:22:06.897 INFO E| Downloaded serde_json v1.0.103
36702026-08-25T20:22:08.196Z[ helios-setup] Aug 25 20:22:06.921 INFO E| Downloaded syn v2.0.32
36712026-08-25T20:22:08.209Z[ helios-setup] Aug 25 20:22:06.933 INFO E| Downloaded rustix v0.38.4
36722026-08-25T20:22:08.234Z[ helios-setup] Aug 25 20:22:06.956 INFO E| Downloaded libc v0.2.147
36732026-08-25T20:22:08.366Z[ helios-setup] Aug 25 20:22:07.090 INFO E| Compiling libc v0.2.147
36742026-08-25T20:22:08.367Z[ helios-setup] Aug 25 20:22:07.090 INFO E| Compiling proc-macro2 v1.0.66
36752026-08-25T20:22:08.371Z[ helios-setup] Aug 25 20:22:07.090 INFO E| Compiling unicode-ident v1.0.11
36762026-08-25T20:22:08.371Z[ helios-setup] Aug 25 20:22:07.090 INFO E| Compiling cfg-if v1.0.0
36772026-08-25T20:22:08.371Z[ helios-setup] Aug 25 20:22:07.091 INFO E| Compiling version_check v0.9.4
36782026-08-25T20:22:08.371Z[ helios-setup] Aug 25 20:22:07.091 INFO E| Compiling typenum v1.16.0
36792026-08-25T20:22:08.371Z[ helios-setup] Aug 25 20:22:07.091 INFO E| Compiling serde v1.0.193
36802026-08-25T20:22:08.371Z[ helios-setup] Aug 25 20:22:07.091 INFO E| Compiling num-conv v0.1.0
36812026-08-25T20:22:08.371Z[ helios-setup] Aug 25 20:22:07.091 INFO E| Compiling time-core v0.1.2
36822026-08-25T20:22:08.379Z[ helios-setup] Aug 25 20:22:07.104 INFO E| Compiling itoa v1.0.9
36832026-08-25T20:22:08.379Z[ helios-setup] Aug 25 20:22:07.104 INFO E| Compiling slog v2.7.0
36842026-08-25T20:22:08.383Z[ helios-setup] Aug 25 20:22:07.104 INFO E| Compiling rustix v0.38.4
36852026-08-25T20:22:08.409Z[ helios-setup] Aug 25 20:22:07.134 INFO E| Compiling powerfmt v0.2.0
36862026-08-25T20:22:08.410Z[ helios-setup] Aug 25 20:22:07.134 INFO E| Compiling bitflags v2.3.3
36872026-08-25T20:22:08.410Z[ helios-setup] Aug 25 20:22:07.134 INFO E| Compiling num_threads v0.1.6
36882026-08-25T20:22:08.413Z[ helios-setup] Aug 25 20:22:07.138 INFO E| Compiling once_cell v1.18.0
36892026-08-25T20:22:09.160Z[ helios-setup] Aug 25 20:22:07.386 INFO E| Compiling fastrand v2.0.0
36902026-08-25T20:22:09.177Z[ helios-setup] Aug 25 20:22:07.462 INFO E| Compiling deranged v0.3.11
36912026-08-25T20:22:09.178Z[ helios-setup] Aug 25 20:22:07.480 INFO E| Compiling anyhow v1.0.72
36922026-08-25T20:22:09.178Z[ helios-setup] Aug 25 20:22:07.509 INFO E| Compiling time-macros v0.2.18
36932026-08-25T20:22:09.178Z[ helios-setup] Aug 25 20:22:07.589 INFO E| Compiling opaque-debug v0.3.0
36942026-08-25T20:22:09.178Z[ helios-setup] Aug 25 20:22:07.593 INFO E| Compiling serde_json v1.0.103
36952026-08-25T20:22:09.178Z[ helios-setup] Aug 25 20:22:07.743 INFO E| Compiling thread_local v1.1.7
36962026-08-25T20:22:09.178Z[ helios-setup] Aug 25 20:22:07.890 INFO E| Compiling same-file v1.0.6
36972026-08-25T20:22:09.238Z[ helios-setup] Aug 25 20:22:07.959 INFO E| Compiling ryu v1.0.15
36982026-08-25T20:22:09.300Z[ helios-setup] Aug 25 20:22:08.024 INFO E| Compiling unicode-width v0.1.10
36992026-08-25T20:22:09.391Z[ helios-setup] Aug 25 20:22:08.114 INFO E| Compiling cpufeatures v0.2.9
37002026-08-25T20:22:09.475Z[ helios-setup] Aug 25 20:22:08.199 INFO E| Compiling walkdir v2.3.3
37012026-08-25T20:22:09.480Z[ helios-setup] Aug 25 20:22:08.205 INFO E| Compiling getopts v0.2.21
37022026-08-25T20:22:09.489Z[ helios-setup] Aug 25 20:22:08.213 INFO E| Compiling glob v0.3.1
37032026-08-25T20:22:09.502Z[ helios-setup] Aug 25 20:22:08.225 INFO E| Compiling generic-array v0.14.7
37042026-08-25T20:22:09.547Z[ helios-setup] Aug 25 20:22:08.270 INFO E| Compiling libdevinfo-sys v1.0.0
37052026-08-25T20:22:09.554Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37062026-08-25T20:22:09.870Z[ helios-setup] Aug 25 20:22:08.594 INFO E| Compiling quote v1.0.31
37072026-08-25T20:22:10.155Z[ helios-setup] Aug 25 20:22:08.879 INFO E| Compiling syn v2.0.32
37082026-08-25T20:22:10.337Z[ helios-setup] Aug 25 20:22:09.061 INFO E| Compiling dirs-sys-next v0.1.2
37092026-08-25T20:22:10.337Z[ helios-setup] Aug 25 20:22:09.061 INFO E| Compiling errno v0.3.1
37102026-08-25T20:22:10.337Z[ helios-setup] Aug 25 20:22:09.061 INFO E| Compiling time v0.3.36
37112026-08-25T20:22:10.341Z[ helios-setup] Aug 25 20:22:09.061 INFO E| Compiling atty v0.2.14
37122026-08-25T20:22:10.341Z[ helios-setup] Aug 25 20:22:09.061 INFO E| Compiling getrandom v0.2.10
37132026-08-25T20:22:10.571Z[ helios-setup] Aug 25 20:22:09.294 INFO E| Compiling dirs-next v2.0.0
37142026-08-25T20:22:10.670Z[ helios-setup] Aug 25 20:22:09.394 INFO E| Compiling term v0.7.0
37152026-08-25T20:22:10.972Z[ helios-setup] Aug 25 20:22:09.697 INFO E| Compiling digest v0.9.0
37162026-08-25T20:22:10.972Z[ helios-setup] Aug 25 20:22:09.697 INFO E| Compiling block-buffer v0.9.0
37172026-08-25T20:22:11.312Z[ helios-setup] Aug 25 20:22:10.034 INFO E| Compiling md-5 v0.9.1
37182026-08-25T20:22:11.312Z[ helios-setup] Aug 25 20:22:10.034 INFO E| Compiling sha-1 v0.9.8
37192026-08-25T20:22:11.556Z[ helios-setup] Aug 25 20:22:10.280 INFO E| Compiling tempfile v3.7.0
37202026-08-25T20:22:11.820Z[ helios-setup] Aug 25 20:22:10.545 INFO E| Compiling slog-term v2.9.0
37212026-08-25T20:22:11.937Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37222026-08-25T20:22:12.378Z[ host-package] Compiling uzers v0.12.2
37232026-08-25T20:22:12.648Z[ helios-setup] Aug 25 20:22:11.373 INFO E| Compiling serde_derive v1.0.193
37242026-08-25T20:22:12.775Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37252026-08-25T20:22:13.224Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37262026-08-25T20:22:14.550Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37272026-08-25T20:22:14.563Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37282026-08-25T20:22:14.833Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37292026-08-25T20:22:15.553Z[ host-package] Compiling support-bundle-viewer v0.1.2
37302026-08-25T20:22:17.058Z[ helios-setup] Aug 25 20:22:15.783 INFO E| Compiling toml v0.5.11
37312026-08-25T20:22:17.058Z[ helios-setup] Aug 25 20:22:15.783 INFO E| Compiling uuid v0.8.2
37322026-08-25T20:22:17.290Z[ host-package] Compiling multimap v0.10.1
37332026-08-25T20:22:17.932Z[ helios-setup] Aug 25 20:22:16.655 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37342026-08-25T20:22:18.816Z[ helios-setup] Aug 25 20:22:17.522 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37352026-08-25T20:22:23.447Z[ helios-setup] Aug 25 20:22:22.171 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.11s
37362026-08-25T20:22:23.472Z[ helios-setup] Aug 25 20:22:22.197 INFO building project "image-builder" ok (20 seconds)
37372026-08-25T20:22:23.472Z[ helios-setup] Aug 25 20:22:22.197 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
37382026-08-25T20:22:23.482Z[ helios-setup] Aug 25 20:22:22.206 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
37392026-08-25T20:22:23.482Z[ helios-setup] Aug 25 20:22:22.206 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
37402026-08-25T20:22:23.487Z[ helios-setup] Aug 25 20:22:22.206 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
37412026-08-25T20:22:23.687Z[ helios-setup] Aug 25 20:22:22.412 INFO E| Downloading crates ...
37422026-08-25T20:22:23.755Z[ helios-setup] Aug 25 20:22:22.480 INFO E| Downloaded time-core v0.1.4
37432026-08-25T20:22:23.761Z[ helios-setup] Aug 25 20:22:22.486 INFO E| Downloaded errno v0.3.12
37442026-08-25T20:22:23.777Z[ helios-setup] Aug 25 20:22:22.501 INFO E| Downloaded anyhow v1.0.98
37452026-08-25T20:22:23.780Z[ helios-setup] Aug 25 20:22:22.504 INFO E| Downloaded time-macros v0.2.22
37462026-08-25T20:22:23.798Z[ helios-setup] Aug 25 20:22:22.522 INFO E| Downloaded serde_with_macros v3.12.0
37472026-08-25T20:22:23.801Z[ helios-setup] Aug 25 20:22:22.524 INFO E| Downloaded tempfile v3.20.0
37482026-08-25T20:22:23.819Z[ helios-setup] Aug 25 20:22:22.525 INFO E| Downloaded bitflags v2.9.1
37492026-08-25T20:22:23.819Z[ helios-setup] Aug 25 20:22:22.528 INFO E| Downloaded deranged v0.4.0
37502026-08-25T20:22:23.822Z[ helios-setup] Aug 25 20:22:22.529 INFO E| Downloaded iana-time-zone v0.1.63
37512026-08-25T20:22:23.822Z[ helios-setup] Aug 25 20:22:22.530 INFO E| Downloaded serde_with v3.12.0
37522026-08-25T20:22:23.822Z[ helios-setup] Aug 25 20:22:22.535 INFO E| Downloaded getrandom v0.3.3
37532026-08-25T20:22:23.822Z[ helios-setup] Aug 25 20:22:22.537 INFO E| Downloaded indexmap v2.9.0
37542026-08-25T20:22:23.822Z[ helios-setup] Aug 25 20:22:22.545 INFO E| Downloaded time v0.3.41
37552026-08-25T20:22:23.826Z[ helios-setup] Aug 25 20:22:22.550 INFO E| Downloaded hashbrown v0.15.3
37562026-08-25T20:22:23.846Z[ helios-setup] Aug 25 20:22:22.571 INFO E| Downloaded chrono v0.4.41
37572026-08-25T20:22:23.851Z[ helios-setup] Aug 25 20:22:22.575 INFO E| Downloaded rustix v1.0.7
37582026-08-25T20:22:23.923Z[ helios-setup] Aug 25 20:22:22.647 INFO E| Compiling proc-macro2 v1.0.95
37592026-08-25T20:22:23.923Z[ helios-setup] Aug 25 20:22:22.647 INFO E| Compiling unicode-ident v1.0.18
37602026-08-25T20:22:23.927Z[ helios-setup] Aug 25 20:22:22.647 INFO E| Compiling libc v0.2.172
37612026-08-25T20:22:23.927Z[ helios-setup] Aug 25 20:22:22.647 INFO E| Compiling fnv v1.0.7
37622026-08-25T20:22:23.927Z[ helios-setup] Aug 25 20:22:22.647 INFO E| Compiling ident_case v1.0.1
37632026-08-25T20:22:23.927Z[ helios-setup] Aug 25 20:22:22.647 INFO E| Compiling strsim v0.11.1
37642026-08-25T20:22:23.927Z[ helios-setup] Aug 25 20:22:22.647 INFO E| Compiling serde v1.0.219
37652026-08-25T20:22:23.927Z[ helios-setup] Aug 25 20:22:22.647 INFO E| Compiling rustix v1.0.7
37662026-08-25T20:22:23.927Z[ helios-setup] Aug 25 20:22:22.647 INFO E| Compiling getrandom v0.3.3
37672026-08-25T20:22:23.927Z[ helios-setup] Aug 25 20:22:22.647 INFO E| Compiling serde_json v1.0.140
37682026-08-25T20:22:23.927Z[ helios-setup] Aug 25 20:22:22.647 INFO E| Compiling bitflags v2.9.1
37692026-08-25T20:22:23.927Z[ helios-setup] Aug 25 20:22:22.647 INFO E| Compiling anyhow v1.0.98
37702026-08-25T20:22:23.927Z[ helios-setup] Aug 25 20:22:22.647 INFO E| Compiling cfg-if v1.0.0
37712026-08-25T20:22:23.927Z[ helios-setup] Aug 25 20:22:22.647 INFO E| Compiling thiserror v2.0.12
37722026-08-25T20:22:23.927Z[ helios-setup] Aug 25 20:22:22.647 INFO E| Compiling itoa v1.0.15
37732026-08-25T20:22:23.927Z[ helios-setup] Aug 25 20:22:22.648 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
37742026-08-25T20:22:24.145Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37752026-08-25T20:22:24.390Z[ helios-setup] Aug 25 20:22:23.114 INFO E| Compiling ryu v1.0.20
37762026-08-25T20:22:24.512Z[ helios-setup] Aug 25 20:22:23.236 INFO E| Compiling memchr v2.7.4
37772026-08-25T20:22:24.719Z[ helios-setup] Aug 25 20:22:23.410 INFO E| Compiling once_cell v1.21.3
37782026-08-25T20:22:24.748Z[ helios-setup] Aug 25 20:22:23.473 INFO E| Compiling fastrand v2.3.0
37792026-08-25T20:22:25.248Z[ helios-setup] Aug 25 20:22:23.973 INFO E| Compiling quote v1.0.40
37802026-08-25T20:22:25.502Z[ helios-setup] Aug 25 20:22:24.226 INFO E| Compiling syn v2.0.101
37812026-08-25T20:22:25.577Z[ helios-setup] Aug 25 20:22:24.302 INFO E| Compiling errno v0.3.12
37822026-08-25T20:22:26.740Z[ helios-setup] Aug 25 20:22:25.464 INFO E| Compiling tempfile v3.20.0
37832026-08-25T20:22:28.248Z[ helios-setup] Aug 25 20:22:26.971 INFO E| Compiling darling_core v0.20.11
37842026-08-25T20:22:29.355Z[ helios-setup] Aug 25 20:22:28.079 INFO E| Compiling serde_derive v1.0.219
37852026-08-25T20:22:29.355Z[ helios-setup] Aug 25 20:22:28.079 INFO E| Compiling thiserror-impl v2.0.12
37862026-08-25T20:22:30.417Z[ helios-setup] Aug 25 20:22:29.141 INFO E| Compiling darling_macro v0.20.11
37872026-08-25T20:22:31.102Z[ helios-setup] Aug 25 20:22:29.827 INFO E| Compiling darling v0.20.11
37882026-08-25T20:22:31.195Z[ helios-setup] Aug 25 20:22:29.919 INFO E| Compiling serde_with_macros v3.12.0
37892026-08-25T20:22:31.852Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37902026-08-25T20:22:34.631Z[ helios-setup] Aug 25 20:22:33.356 INFO E| Compiling serde_with v3.12.0
37912026-08-25T20:22:35.036Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37922026-08-25T20:22:38.612Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37932026-08-25T20:22:39.815Z[ helios-setup] Aug 25 20:22:38.539 INFO E| Finished `release` profile [optimized] target(s) in 16.32s
37942026-08-25T20:22:39.837Z[ helios-setup] Aug 25 20:22:38.562 INFO building project "dmar-report" ok (16 seconds)
37952026-08-25T20:22:39.837Z[ helios-setup] Aug 25 20:22:38.562 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37962026-08-25T20:22:39.847Z[ helios-setup] Aug 25 20:22:38.571 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
37972026-08-25T20:22:39.847Z[ helios-setup] Aug 25 20:22:38.572 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37982026-08-25T20:22:39.851Z[ helios-setup] Aug 25 20:22:38.572 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37992026-08-25T20:22:40.041Z[ helios-setup] Aug 25 20:22:38.766 INFO E| Downloading crates ...
38002026-08-25T20:22:40.095Z[ helios-setup] Aug 25 20:22:38.819 INFO E| Downloaded adler2 v2.0.0
38012026-08-25T20:22:40.106Z[ helios-setup] Aug 25 20:22:38.830 INFO E| Downloaded miniz_oxide v0.8.8
38022026-08-25T20:22:40.148Z[ helios-setup] Aug 25 20:22:38.873 INFO E| Compiling adler2 v2.0.0
38032026-08-25T20:22:40.244Z[ helios-setup] Aug 25 20:22:38.968 INFO E| Compiling miniz_oxide v0.8.8
38042026-08-25T20:22:41.391Z[ helios-setup] Aug 25 20:22:40.116 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
38052026-08-25T20:22:41.951Z[ helios-setup] Aug 25 20:22:40.675 INFO E| Finished `release` profile [optimized] target(s) in 2.09s
38062026-08-25T20:22:41.964Z[ helios-setup] Aug 25 20:22:40.688 INFO building project "pinprick" ok (2 seconds)
38072026-08-25T20:22:41.964Z[ helios-setup] Aug 25 20:22:40.689 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
38082026-08-25T20:22:41.973Z[ helios-setup] Aug 25 20:22:40.697 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
38092026-08-25T20:22:41.973Z[ helios-setup] Aug 25 20:22:40.698 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
38102026-08-25T20:22:41.977Z[ helios-setup] Aug 25 20:22:40.698 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
38112026-08-25T20:22:42.088Z[ helios-setup] Aug 25 20:22:40.812 INFO E| Downloading crates ...
38122026-08-25T20:22:42.134Z[ helios-setup] Aug 25 20:22:40.858 INFO E| Downloaded generic-array v0.14.6
38132026-08-25T20:22:42.142Z[ helios-setup] Aug 25 20:22:40.866 INFO E| Downloaded typenum v1.15.0
38142026-08-25T20:22:42.145Z[ helios-setup] Aug 25 20:22:40.868 INFO E| Downloaded sha2 v0.10.5
38152026-08-25T20:22:42.145Z[ helios-setup] Aug 25 20:22:40.869 INFO E| Downloaded block-buffer v0.10.3
38162026-08-25T20:22:42.145Z[ helios-setup] Aug 25 20:22:40.869 INFO E| Downloaded digest v0.10.3
38172026-08-25T20:22:42.149Z[ helios-setup] Aug 25 20:22:40.872 INFO E| Downloaded cpufeatures v0.2.5
38182026-08-25T20:22:42.155Z[ helios-setup] Aug 25 20:22:40.879 INFO E| Downloaded anyhow v1.0.62
38192026-08-25T20:22:42.159Z[ helios-setup] Aug 25 20:22:40.881 INFO E| Downloaded miniz_oxide v0.6.2
38202026-08-25T20:22:42.159Z[ helios-setup] Aug 25 20:22:40.882 INFO E| Downloaded flate2 v1.0.25
38212026-08-25T20:22:42.162Z[ helios-setup] Aug 25 20:22:40.886 INFO E| Downloaded bytes v1.2.1
38222026-08-25T20:22:42.208Z[ helios-setup] Aug 25 20:22:40.932 INFO E| Compiling typenum v1.15.0
38232026-08-25T20:22:42.208Z[ helios-setup] Aug 25 20:22:40.932 INFO E| Compiling version_check v0.9.4
38242026-08-25T20:22:42.212Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38252026-08-25T20:22:42.212Z[ helios-setup] Aug 25 20:22:40.932 INFO E| Compiling cfg-if v1.0.0
38262026-08-25T20:22:42.212Z[ helios-setup] Aug 25 20:22:40.932 INFO E| Compiling crc32fast v1.3.2
38272026-08-25T20:22:42.212Z[ helios-setup] Aug 25 20:22:40.932 INFO E| Compiling anyhow v1.0.62
38282026-08-25T20:22:42.212Z[ helios-setup] Aug 25 20:22:40.932 INFO E| Compiling adler v1.0.2
38292026-08-25T20:22:42.212Z[ helios-setup] Aug 25 20:22:40.932 INFO E| Compiling cpufeatures v0.2.5
38302026-08-25T20:22:42.212Z[ helios-setup] Aug 25 20:22:40.932 INFO E| Compiling unicode-width v0.1.10
38312026-08-25T20:22:42.227Z[ helios-setup] Aug 25 20:22:40.950 INFO E| Compiling bitflags v1.3.2
38322026-08-25T20:22:42.227Z[ helios-setup] Aug 25 20:22:40.950 INFO E| Compiling bytes v1.2.1
38332026-08-25T20:22:42.503Z[ helios-setup] Aug 25 20:22:41.227 INFO E| Compiling getopts v0.2.21
38342026-08-25T20:22:42.514Z[ helios-setup] Aug 25 20:22:41.238 INFO E| Compiling miniz_oxide v0.6.2
38352026-08-25T20:22:42.711Z[ helios-setup] Aug 25 20:22:41.435 INFO E| Compiling generic-array v0.14.6
38362026-08-25T20:22:43.280Z[ helios-setup] Aug 25 20:22:42.004 INFO E| Compiling flate2 v1.0.25
38372026-08-25T20:22:44.304Z[ helios-setup] Aug 25 20:22:43.027 INFO E| Compiling block-buffer v0.10.3
38382026-08-25T20:22:44.304Z[ helios-setup] Aug 25 20:22:43.028 INFO E| Compiling crypto-common v0.1.6
38392026-08-25T20:22:44.450Z[ helios-setup] Aug 25 20:22:43.174 INFO E| Compiling digest v0.10.3
38402026-08-25T20:22:44.642Z[ helios-setup] Aug 25 20:22:43.366 INFO E| Compiling sha2 v0.10.5
38412026-08-25T20:22:44.921Z[ helios-setup] Aug 25 20:22:43.645 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
38422026-08-25T20:22:47.142Z[ helios-setup] Aug 25 20:22:45.867 INFO E| Finished `release` profile [optimized] target(s) in 5.15s
38432026-08-25T20:22:47.156Z[ helios-setup] Aug 25 20:22:45.880 INFO building project "bootserver" ok (5 seconds)
38442026-08-25T20:22:47.159Z[ helios-setup] rm -f helios-build
38452026-08-25T20:22:47.162Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38462026-08-25T20:22:47.162Z[ helios-setup]
38472026-08-25T20:22:47.166Z[ helios-setup] Setup complete! ./helios-build is now available.
38482026-08-25T20:22:47.166Z[ helios-setup]
38492026-08-25T20:22:47.166Z[ helios-setup]
38502026-08-25T20:22:47.166Z[ helios-setup] real 3:29.129984911
38512026-08-25T20:22:47.166Z[ helios-setup] user 7:07.509440805
38522026-08-25T20:22:47.166Z[ helios-setup] sys 1:21.614294190
38532026-08-25T20:22:47.166Z[ helios-setup] trap 0.540920536
38542026-08-25T20:22:47.166Z[ helios-setup] tflt 3.440716892
38552026-08-25T20:22:47.166Z[ helios-setup] dflt 8.291375905
38562026-08-25T20:22:47.166Z[ helios-setup] kflt 0.002762242
38572026-08-25T20:22:47.166Z[ helios-setup] lock 59:38.209159064
38582026-08-25T20:22:47.166Z[ helios-setup] slp 41:16.560993538
38592026-08-25T20:22:47.166Z[ helios-setup] lat 7:25.410275068
38602026-08-25T20:22:47.166Z[ helios-setup] stop 1:42.449542370
38612026-08-25T20:22:47.166ZAug 25 20:22:45.890 INFO [helios-setup] process exited with exit status: 0 (209.133023721s)
38622026-08-25T20:22:47.166ZAug 25 20:22:45.890 INFO [helios-record] running task
38632026-08-25T20:22:47.166ZAug 25 20:22:45.890 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38642026-08-25T20:22:47.170ZAug 25 20:22:45.894 DEBG process exited with exit status: 0 (4.08263ms)
38652026-08-25T20:22:47.170ZAug 25 20:22:45.894 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38662026-08-25T20:22:47.173ZAug 25 20:22:45.898 DEBG process exited with exit status: 0 (3.66744ms)
38672026-08-25T20:22:47.177ZAug 25 20:22:45.898 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38682026-08-25T20:22:47.180ZAug 25 20:22:45.901 DEBG process exited with exit status: 0 (3.57304ms)
38692026-08-25T20:22:47.180ZAug 25 20:22:45.901 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38702026-08-25T20:22:47.181ZAug 25 20:22:45.905 DEBG process exited with exit status: 0 (3.24888ms)
38712026-08-25T20:22:47.181ZAug 25 20:22:45.905 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38722026-08-25T20:22:47.184ZAug 25 20:22:45.908 DEBG process exited with exit status: 0 (3.16445ms)
38732026-08-25T20:22:47.184ZAug 25 20:22:45.908 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38742026-08-25T20:22:47.187ZAug 25 20:22:45.911 DEBG process exited with exit status: 0 (3.03513ms)
38752026-08-25T20:22:47.187ZAug 25 20:22:45.911 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38762026-08-25T20:22:47.194ZAug 25 20:22:45.918 DEBG process exited with exit status: 0 (7.28212ms)
38772026-08-25T20:22:47.194ZAug 25 20:22:45.918 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38782026-08-25T20:22:47.197ZAug 25 20:22:45.922 DEBG process exited with exit status: 0 (3.64452ms)
38792026-08-25T20:22:47.197ZAug 25 20:22:45.922 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38802026-08-25T20:22:47.201ZAug 25 20:22:45.925 DEBG process exited with exit status: 0 (3.31439ms)
38812026-08-25T20:22:47.204ZAug 25 20:22:45.925 INFO [helios-record] task succeeded (35.768ms)
38822026-08-25T20:31:11.620Z[ host-package] Finished `release` profile [optimized] target(s) in 11m 12s
38832026-08-25T20:31:11.623Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38842026-08-25T20:31:11.624Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38852026-08-25T20:32:04.820ZAug 25 20:32:03.540 INFO [host-package] process exited with exit status: 0 (726.249330777s)
38862026-08-25T20:32:04.820ZAug 25 20:32:03.540 INFO [host-libraries] running task
38872026-08-25T20:32:04.820ZAug 25 20:32:03.540 INFO [host-stamp] running task
38882026-08-25T20:32:04.823ZAug 25 20:32:03.542 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+gitf9406b5460c
38892026-08-25T20:32:04.823ZAug 25 20:32:03.542 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+gitf9406b5460c
38902026-08-25T20:32:04.823ZAug 25 20:32:03.543 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+gitf9406b5460c
38912026-08-25T20:32:04.823ZAug 25 20:32:03.543 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+gitf9406b5460c
38922026-08-25T20:32:04.823ZAug 25 20:32:03.543 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+gitf9406b5460c
38932026-08-25T20:32:04.826ZAug 25 20:32:03.543 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+gitf9406b5460c
38942026-08-25T20:32:04.826ZAug 25 20:32:03.544 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+gitf9406b5460c
38952026-08-25T20:32:04.826ZAug 25 20:32:03.544 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+gitf9406b5460c
38962026-08-25T20:32:04.842Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38972026-08-25T20:32:04.842Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38982026-08-25T20:32:04.842Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38992026-08-25T20:32:04.842Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39002026-08-25T20:32:04.842Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39012026-08-25T20:32:04.845Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39022026-08-25T20:32:04.845Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39032026-08-25T20:32:04.845Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39042026-08-25T20:32:04.845Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39052026-08-25T20:32:04.848ZAug 25 20:32:03.568 INFO [stamp-overlay] process exited with exit status: 0 (24.64546ms)
39062026-08-25T20:32:04.855Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39072026-08-25T20:32:04.858ZAug 25 20:32:03.579 INFO [stamp-oxlog] process exited with exit status: 0 (34.59314ms)
39082026-08-25T20:32:04.898Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39092026-08-25T20:32:04.901ZAug 25 20:32:03.621 INFO [stamp-crucible-utils] process exited with exit status: 0 (77.89321ms)
39102026-08-25T20:32:04.912Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39112026-08-25T20:32:04.915ZAug 25 20:32:03.635 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (92.48425ms)
39122026-08-25T20:32:05.083Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39132026-08-25T20:32:05.087ZAug 25 20:32:03.807 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (264.947409ms)
39142026-08-25T20:32:05.390Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39152026-08-25T20:32:05.394ZAug 25 20:32:04.115 INFO [stamp-propolis-server] process exited with exit status: 0 (571.021849ms)
39162026-08-25T20:32:05.464Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39172026-08-25T20:32:05.468ZAug 25 20:32:04.188 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (645.528959ms)
39182026-08-25T20:32:06.619ZAug 25 20:32:05.339 INFO [host-libraries] task succeeded (1.799501307s)
39192026-08-25T20:32:06.622ZAug 25 20:32:05.340 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39202026-08-25T20:32:06.629Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39212026-08-25T20:32:07.559Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39222026-08-25T20:32:08.422Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39232026-08-25T20:32:11.860Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39242026-08-25T20:32:11.864ZAug 25 20:32:10.584 INFO [stamp-switch-asic] process exited with exit status: 0 (7.040549456s)
39252026-08-25T20:32:11.864ZAug 25 20:32:10.584 INFO [host-stamp] task succeeded (7.044086586s)
39262026-08-25T20:32:11.864ZAug 25 20:32:10.584 INFO [host-proto] running task
39272026-08-25T20:32:12.369ZAug 25 20:32:11.089 INFO [host-proto] task succeeded (505.162739ms)
39282026-08-25T20:32:12.370ZAug 25 20:32:11.089 INFO [host-profile] running task
39292026-08-25T20:32:12.373ZAug 25 20:32:11.089 INFO [host-profile] task succeeded (246.56µs)
39302026-08-25T20:32:12.373ZAug 25 20:32:11.090 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/.tmplb0VGG/proto/host/root -N 'ci f9406b5/${os_short_commit} 2026-08-25 20:19' -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/'
39312026-08-25T20:32:12.376Z[ host-image] Aug 25 20:32:11.096 INFO Checking files for board 'gimlet'
39322026-08-25T20:32:12.377Z[ host-image] Aug 25 20:32:11.096 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39332026-08-25T20:32:12.377Z[ host-image] Aug 25 20:32:11.096 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39342026-08-25T20:32:12.377Z[ host-image] Aug 25 20:32:11.096 INFO Checking files for board 'cosmo-mbist-noaggr'
39352026-08-25T20:32:12.377Z[ host-image] Aug 25 20:32:11.096 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39362026-08-25T20:32:12.377Z[ host-image] Aug 25 20:32:11.096 INFO Checking files for board 'cosmo'
39372026-08-25T20:32:12.377Z[ host-image] Aug 25 20:32:11.096 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39382026-08-25T20:32:12.377Z[ host-image] Aug 25 20:32:11.096 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39392026-08-25T20:32:12.377Z[ host-image] Aug 25 20:32:11.096 INFO Checking files for board 'cosmo-mbist'
39402026-08-25T20:32:12.377Z[ host-image] Aug 25 20:32:11.096 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39412026-08-25T20:32:12.385Z[ host-image] Aug 25 20:32:11.105 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmplb0VGG/proto/host/root"
39422026-08-25T20:32:12.385Z[ host-image] Aug 25 20:32:11.105 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39432026-08-25T20:32:12.388Z[ host-image] Aug 25 20:32:11.105 INFO image builder template: ramdisk-01-os...
39442026-08-25T20:32:12.388Z[ host-image] Aug 25 20:32:11.105 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/.tmplb0VGG/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39452026-08-25T20:32:12.398Z[ host-image] Aug 25 20:32:11.118 INFO O| Aug 25 20:32:11.118 INFO CREATE DATASET: rpool/images/build/host/output
39462026-08-25T20:32:13.522Z[ host-image] Aug 25 20:32:12.241 INFO O| Aug 25 20:32:12.241 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39472026-08-25T20:32:13.525Z[ host-image] Aug 25 20:32:12.244 INFO O| Aug 25 20:32:12.244 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39482026-08-25T20:32:13.732Z[ host-image] Aug 25 20:32:12.452 INFO O| Aug 25 20:32:12.452 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39492026-08-25T20:32:13.798Z[ host-image] Aug 25 20:32:12.518 INFO O| Aug 25 20:32:12.518 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39502026-08-25T20:32:13.798Z[ host-image] Aug 25 20:32:12.518 INFO O| Aug 25 20:32:12.518 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39512026-08-25T20:32:13.798Z[ host-image] Aug 25 20:32:12.518 INFO O| Aug 25 20:32:12.518 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39522026-08-25T20:32:13.801Z[ host-image] Aug 25 20:32:12.518 INFO O| Aug 25 20:32:12.518 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39532026-08-25T20:32:13.804Z[ host-image] Aug 25 20:32:12.523 INFO O| Aug 25 20:32:12.523 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39542026-08-25T20:32:14.021Z[ host-image] Aug 25 20:32:12.741 INFO O| Aug 25 20:32:12.741 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39552026-08-25T20:32:14.028Z[ host-image] Aug 25 20:32:12.748 INFO O| Aug 25 20:32:12.748 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39562026-08-25T20:32:14.326Z[ host-image] Aug 25 20:32:13.046 INFO O| Aug 25 20:32:13.046 INFO O| Caching catalogs ... Done
39572026-08-25T20:32:14.402Z[ host-image] Aug 25 20:32:13.122 INFO O| Aug 25 20:32:13.122 INFO STEP 0 (pkg_image_create) COMPLETE
39582026-08-25T20:32:14.402Z[ host-image] Aug 25 20:32:13.122 INFO O| Aug 25 20:32:13.122 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39592026-08-25T20:32:14.409Z[ host-image] Aug 25 20:32:13.129 INFO O| Aug 25 20:32:13.129 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"]
39602026-08-25T20:32:14.676Z[ host-image] Aug 25 20:32:13.396 INFO O| Aug 25 20:32:13.396 INFO STEP 1 (pkg_set_publisher) COMPLETE
39612026-08-25T20:32:14.676Z[ host-image] Aug 25 20:32:13.396 INFO O| Aug 25 20:32:13.396 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39622026-08-25T20:32:14.679Z[ host-image] Aug 25 20:32:13.396 INFO O| Aug 25 20:32:13.396 INFO skip step because feature "publisher_1_name" is not enabled
39632026-08-25T20:32:14.679Z[ host-image] Aug 25 20:32:13.396 INFO O| Aug 25 20:32:13.396 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39642026-08-25T20:32:14.679Z[ host-image] Aug 25 20:32:13.396 INFO O| Aug 25 20:32:13.396 INFO skip step because feature "publisher_2_name" is not enabled
39652026-08-25T20:32:14.679Z[ host-image] Aug 25 20:32:13.396 INFO O| Aug 25 20:32:13.396 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39662026-08-25T20:32:14.679Z[ host-image] Aug 25 20:32:13.396 INFO O| Aug 25 20:32:13.396 INFO skip step because feature "publisher_3_name" is not enabled
39672026-08-25T20:32:14.679Z[ host-image] Aug 25 20:32:13.396 INFO O| Aug 25 20:32:13.396 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39682026-08-25T20:32:14.937Z[ host-image] Aug 25 20:32:13.657 INFO O| Aug 25 20:32:13.657 INFO variant opensolaris.zone is already global
39692026-08-25T20:32:14.937Z[ host-image] Aug 25 20:32:13.657 INFO O| Aug 25 20:32:13.657 INFO STEP 5 (pkg_change_variant) COMPLETE
39702026-08-25T20:32:14.940Z[ host-image] Aug 25 20:32:13.657 INFO O| Aug 25 20:32:13.657 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39712026-08-25T20:32:15.187Z[ host-image] Aug 25 20:32:13.907 INFO O| Aug 25 20:32:13.907 INFO variant opensolaris.imagetype is full; changing to partial
39722026-08-25T20:32:15.187Z[ host-image] Aug 25 20:32:13.907 INFO O| Aug 25 20:32:13.907 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39732026-08-25T20:32:17.229Z[ host-image] Aug 25 20:32:15.949 INFO O| Aug 25 20:32:15.949 INFO O| Startup: Refreshing catalog 'helios' ... Done
39742026-08-25T20:32:17.640Z[ host-image] Aug 25 20:32:16.359 INFO O| Aug 25 20:32:16.359 INFO O| Startup: Caching catalogs ... Done
39752026-08-25T20:32:17.654Z[ host-image] Aug 25 20:32:16.374 INFO O| Aug 25 20:32:16.374 INFO O| Planning: Planning completed in 0.00 seconds
39762026-08-25T20:32:17.657Z[ host-image] Aug 25 20:32:16.374 INFO O| Aug 25 20:32:16.374 INFO O| Planning: Consolidating action changes ... Done
39772026-08-25T20:32:17.657Z[ host-image] Aug 25 20:32:16.374 INFO O| Aug 25 20:32:16.374 INFO O| Planning: Evaluating mediators ... Done
39782026-08-25T20:32:17.657Z[ host-image] Aug 25 20:32:16.374 INFO O| Aug 25 20:32:16.374 INFO O| Planning: Planning completed in 0.00 seconds
39792026-08-25T20:32:17.657Z[ host-image] Aug 25 20:32:16.375 INFO O| Aug 25 20:32:16.375 INFO O| Variants/Facets to change: 1
39802026-08-25T20:32:17.663Z[ host-image] Aug 25 20:32:16.383 INFO O| Aug 25 20:32:16.383 INFO O| Finalize: Updating package state database ... Done
39812026-08-25T20:32:17.663Z[ host-image] Aug 25 20:32:16.383 INFO O| Aug 25 20:32:16.383 INFO O| Finalize: Updating package cache ... Done
39822026-08-25T20:32:17.735Z[ host-image] Aug 25 20:32:16.455 INFO O| Aug 25 20:32:16.455 INFO O| Finalize: Updating image state ... Done
39832026-08-25T20:32:17.745Z[ host-image] Aug 25 20:32:16.465 INFO O| Aug 25 20:32:16.465 INFO O| Finalize: Creating fast lookup database ... Done
39842026-08-25T20:32:17.748Z[ host-image] Aug 25 20:32:16.466 INFO O| Aug 25 20:32:16.466 INFO O| Finalize: Reading search index ... Done
39852026-08-25T20:32:17.748Z[ host-image] Aug 25 20:32:16.466 INFO O| Aug 25 20:32:16.466 INFO O| Finalize: Updating search index ... Done
39862026-08-25T20:32:17.748Z[ host-image] Aug 25 20:32:16.466 INFO O| Aug 25 20:32:16.466 INFO O| Finalize: Updating package cache ... Done
39872026-08-25T20:32:17.930Z[ host-image] Aug 25 20:32:16.650 INFO O| Aug 25 20:32:16.650 INFO STEP 6 (pkg_change_variant) COMPLETE
39882026-08-25T20:32:17.930Z[ host-image] Aug 25 20:32:16.650 INFO O| Aug 25 20:32:16.650 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39892026-08-25T20:32:17.930Z[ host-image] Aug 25 20:32:16.650 INFO O| Aug 25 20:32:16.650 INFO skip step because feature "debug_variant" is not enabled
39902026-08-25T20:32:17.933Z[ host-image] Aug 25 20:32:16.650 INFO O| Aug 25 20:32:16.650 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39912026-08-25T20:32:18.172Z[ host-image] Aug 25 20:32:16.891 INFO O| Aug 25 20:32:16.891 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39922026-08-25T20:32:19.659Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.91s
39932026-08-25T20:32:19.892Z[ host-image] Aug 25 20:32:18.612 INFO O| Aug 25 20:32:18.612 INFO O| Startup: Refreshing catalog 'helios' ... Done
39942026-08-25T20:32:20.333Z[ host-image] Aug 25 20:32:19.051 INFO O| Aug 25 20:32:19.051 INFO O| Startup: Caching catalogs ... Done
39952026-08-25T20:32:20.353Z[ host-image] Aug 25 20:32:19.072 INFO O| Aug 25 20:32:19.072 INFO O| Planning: Planning completed in 0.00 seconds
39962026-08-25T20:32:20.358Z[ host-image] Aug 25 20:32:19.073 INFO O| Aug 25 20:32:19.073 INFO O| Planning: Consolidating action changes ... Done
39972026-08-25T20:32:20.358Z[ host-image] Aug 25 20:32:19.073 INFO O| Aug 25 20:32:19.073 INFO O| Planning: Evaluating mediators ... Done
39982026-08-25T20:32:20.358Z[ host-image] Aug 25 20:32:19.073 INFO O| Aug 25 20:32:19.073 INFO O| Planning: Planning completed in 0.00 seconds
39992026-08-25T20:32:20.358Z[ host-image] Aug 25 20:32:19.074 INFO O| Aug 25 20:32:19.074 INFO O| Variants/Facets to change: 1
40002026-08-25T20:32:20.368Z[ host-image] Aug 25 20:32:19.085 INFO O| Aug 25 20:32:19.085 INFO O| Finalize: Updating package state database ... Done
40012026-08-25T20:32:20.368Z[ host-image] Aug 25 20:32:19.085 INFO O| Aug 25 20:32:19.085 INFO O| Finalize: Updating package cache ... Done
40022026-08-25T20:32:20.445Z[ host-image] Aug 25 20:32:19.164 INFO O| Aug 25 20:32:19.164 INFO O| Finalize: Updating image state ... Done
40032026-08-25T20:32:20.456Z[ host-image] Aug 25 20:32:19.175 INFO O| Aug 25 20:32:19.175 INFO O| Finalize: Creating fast lookup database ... Done
40042026-08-25T20:32:20.460Z[ host-image] Aug 25 20:32:19.176 INFO O| Aug 25 20:32:19.176 INFO O| Finalize: Reading search index ... Done
40052026-08-25T20:32:20.461Z[ host-image] Aug 25 20:32:19.176 INFO O| Aug 25 20:32:19.176 INFO O| Finalize: Updating search index ... Done
40062026-08-25T20:32:20.461Z[ host-image] Aug 25 20:32:19.177 INFO O| Aug 25 20:32:19.177 INFO O| Finalize: Updating package cache ... Done
40072026-08-25T20:32:20.667Z[ host-image] Aug 25 20:32:19.387 INFO O| Aug 25 20:32:19.387 INFO STEP 8 (pkg_change_facet) COMPLETE
40082026-08-25T20:32:20.667Z[ host-image] Aug 25 20:32:19.387 INFO O| Aug 25 20:32:19.387 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40092026-08-25T20:32:20.669Z[ host-image] Aug 25 20:32:19.387 INFO O| Aug 25 20:32:19.387 INFO skip step because feature "recovery" is not enabled
40102026-08-25T20:32:20.670Z[ host-image] Aug 25 20:32:19.387 INFO O| Aug 25 20:32:19.387 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40112026-08-25T20:32:20.670Z[ host-image] Aug 25 20:32:19.387 INFO O| Aug 25 20:32:19.387 INFO skip step because feature "recovery" is not enabled
40122026-08-25T20:32:20.670Z[ host-image] Aug 25 20:32:19.387 INFO O| Aug 25 20:32:19.387 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40132026-08-25T20:32:20.674Z[ host-image] Aug 25 20:32:19.394 INFO O| Aug 25 20:32:19.394 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"]
40142026-08-25T20:32:22.353Z[ host-image] Aug 25 20:32:21.072 INFO O| Aug 25 20:32:21.072 INFO O| Startup: Refreshing catalog 'helios' ... Done
40152026-08-25T20:32:22.766Z[ host-image] Aug 25 20:32:21.485 INFO O| Aug 25 20:32:21.485 INFO O| Startup: Caching catalogs ... Done
40162026-08-25T20:32:23.989ZAug 25 20:32:22.709 INFO [recovery-package] process exited with exit status: 0 (17.369095755s)
40172026-08-25T20:32:23.989ZAug 25 20:32:22.709 INFO [recovery-libraries] running task
40182026-08-25T20:32:23.989ZAug 25 20:32:22.709 INFO [recovery-stamp] running task
40192026-08-25T20:32:23.992ZAug 25 20:32:22.709 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+gitf9406b5460c
40202026-08-25T20:32:23.992ZAug 25 20:32:22.710 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gitf9406b5460c
40212026-08-25T20:32:23.996Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40222026-08-25T20:32:23.999Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40232026-08-25T20:32:24.044ZAug 25 20:32:22.764 INFO [recovery-libraries] task succeeded (55.22022ms)
40242026-08-25T20:32:24.047ZAug 25 20:32:22.764 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40252026-08-25T20:32:24.087Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40262026-08-25T20:32:24.094ZAug 25 20:32:22.809 INFO [stamp-installinator] process exited with exit status: 0 (99.806199ms)
40272026-08-25T20:32:24.135Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40282026-08-25T20:32:24.139ZAug 25 20:32:22.857 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (147.619079ms)
40292026-08-25T20:32:24.139ZAug 25 20:32:22.857 INFO [recovery-stamp] task succeeded (148.061369ms)
40302026-08-25T20:32:24.139ZAug 25 20:32:22.857 INFO [recovery-proto] running task
40312026-08-25T20:32:24.139ZAug 25 20:32:22.857 INFO [tuf-stamp] running task
40322026-08-25T20:32:24.139ZAug 25 20:32:22.857 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+gitf9406b5460c
40332026-08-25T20:32:24.139ZAug 25 20:32:22.857 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+gitf9406b5460c
40342026-08-25T20:32:24.139ZAug 25 20:32:22.858 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+gitf9406b5460c
40352026-08-25T20:32:24.142ZAug 25 20:32:22.858 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+gitf9406b5460c
40362026-08-25T20:32:24.142ZAug 25 20:32:22.858 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+gitf9406b5460c
40372026-08-25T20:32:24.142ZAug 25 20:32:22.859 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+gitf9406b5460c
40382026-08-25T20:32:24.142ZAug 25 20:32:22.859 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+gitf9406b5460c
40392026-08-25T20:32:24.143ZAug 25 20:32:22.859 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+gitf9406b5460c
40402026-08-25T20:32:24.143ZAug 25 20:32:22.860 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+gitf9406b5460c
40412026-08-25T20:32:24.143ZAug 25 20:32:22.860 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+gitf9406b5460c
40422026-08-25T20:32:24.143ZAug 25 20:32:22.860 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+gitf9406b5460c
40432026-08-25T20:32:24.143ZAug 25 20:32:22.860 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+gitf9406b5460c
40442026-08-25T20:32:24.146Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40452026-08-25T20:32:24.146Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40462026-08-25T20:32:24.149Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40472026-08-25T20:32:24.149Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40482026-08-25T20:32:24.149Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40492026-08-25T20:32:24.149Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40502026-08-25T20:32:24.149Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40512026-08-25T20:32:24.149Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40522026-08-25T20:32:24.149Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40532026-08-25T20:32:24.149Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40542026-08-25T20:32:24.149Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40552026-08-25T20:32:24.149Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40562026-08-25T20:32:24.265Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40572026-08-25T20:32:24.271ZAug 25 20:32:22.919 INFO [stamp-probe] process exited with exit status: 0 (61.2801ms)
40582026-08-25T20:32:24.271ZAug 25 20:32:22.981 INFO [recovery-proto] task succeeded (124.20478ms)
40592026-08-25T20:32:24.271ZAug 25 20:32:22.981 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/.tmplb0VGG/proto/recovery/root -N 'recovery f9406b5/${os_short_commit} 2026-08-25 20:19' -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/'
40602026-08-25T20:32:24.271Z[ recovery-image] Aug 25 20:32:22.988 INFO Checking files for board 'gimlet'
40612026-08-25T20:32:24.271Z[ recovery-image] Aug 25 20:32:22.988 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40622026-08-25T20:32:24.271Z[ recovery-image] Aug 25 20:32:22.988 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40632026-08-25T20:32:24.271Z[ recovery-image] Aug 25 20:32:22.988 INFO Checking files for board 'cosmo-mbist'
40642026-08-25T20:32:24.271Z[ recovery-image] Aug 25 20:32:22.988 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40652026-08-25T20:32:24.271Z[ recovery-image] Aug 25 20:32:22.988 INFO Checking files for board 'cosmo-mbist-noaggr'
40662026-08-25T20:32:24.271Z[ recovery-image] Aug 25 20:32:22.988 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40672026-08-25T20:32:24.271Z[ recovery-image] Aug 25 20:32:22.988 INFO Checking files for board 'cosmo'
40682026-08-25T20:32:24.271Z[ recovery-image] Aug 25 20:32:22.988 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40692026-08-25T20:32:24.271Z[ recovery-image] Aug 25 20:32:22.988 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40702026-08-25T20:32:24.278Z[ recovery-image] Aug 25 20:32:22.996 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmplb0VGG/proto/recovery/root"
40712026-08-25T20:32:24.281Z[ recovery-image] Aug 25 20:32:22.997 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40722026-08-25T20:32:24.282Z[ recovery-image] Aug 25 20:32:22.997 INFO image builder template: ramdisk-01-os...
40732026-08-25T20:32:24.282Z[ recovery-image] Aug 25 20:32:22.997 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/.tmplb0VGG/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40742026-08-25T20:32:24.295Z[ recovery-image] Aug 25 20:32:23.013 INFO O| Aug 25 20:32:23.013 INFO CREATE DATASET: rpool/images/build/recovery/output
40752026-08-25T20:32:24.471Z[ recovery-image] Aug 25 20:32:23.191 INFO O| Aug 25 20:32:23.191 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40762026-08-25T20:32:24.474Z[ recovery-image] Aug 25 20:32:23.194 INFO O| Aug 25 20:32:23.194 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40772026-08-25T20:32:24.602Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40782026-08-25T20:32:24.629Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40792026-08-25T20:32:24.702Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40802026-08-25T20:32:24.705ZAug 25 20:32:23.425 INFO [stamp-ntp] process exited with exit status: 0 (565.17333ms)
40812026-08-25T20:32:24.808Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40822026-08-25T20:32:24.811ZAug 25 20:32:23.531 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (672.193629ms)
40832026-08-25T20:32:24.872Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40842026-08-25T20:32:24.875ZAug 25 20:32:23.595 INFO [stamp-internal-dns] process exited with exit status: 0 (734.468699ms)
40852026-08-25T20:32:24.897Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40862026-08-25T20:32:24.900ZAug 25 20:32:23.620 INFO [stamp-external-dns] process exited with exit status: 0 (762.044879ms)
40872026-08-25T20:32:24.904Z[ recovery-image] Aug 25 20:32:23.623 INFO O| Aug 25 20:32:23.623 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40882026-08-25T20:32:25.016Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40892026-08-25T20:32:25.019ZAug 25 20:32:23.738 INFO [stamp-crucible-zone] process exited with exit status: 0 (879.007729ms)
40902026-08-25T20:32:25.089Z[ recovery-image] Aug 25 20:32:23.809 INFO O| Aug 25 20:32:23.809 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40912026-08-25T20:32:25.089Z[ recovery-image] Aug 25 20:32:23.809 INFO O| Aug 25 20:32:23.809 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40922026-08-25T20:32:25.092Z[ recovery-image] Aug 25 20:32:23.809 INFO O| Aug 25 20:32:23.809 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40932026-08-25T20:32:25.092Z[ recovery-image] Aug 25 20:32:23.809 INFO O| Aug 25 20:32:23.809 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40942026-08-25T20:32:25.097Z[ recovery-image] Aug 25 20:32:23.816 INFO O| Aug 25 20:32:23.816 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40952026-08-25T20:32:25.222Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40962026-08-25T20:32:25.225ZAug 25 20:32:23.945 INFO [stamp-oximeter] process exited with exit status: 0 (1.087750628s)
40972026-08-25T20:32:25.329Z[ host-image] Aug 25 20:32:24.046 INFO O| Aug 25 20:32:24.046 INFO O| Planning: Solver setup ... Done
40982026-08-25T20:32:25.388Z[ recovery-image] Aug 25 20:32:24.106 INFO O| Aug 25 20:32:24.106 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40992026-08-25T20:32:25.395Z[ recovery-image] Aug 25 20:32:24.114 INFO O| Aug 25 20:32:24.114 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41002026-08-25T20:32:25.590Z[ host-image] Aug 25 20:32:24.310 INFO O| Aug 25 20:32:24.310 INFO O| Planning: Running solver ... Done
41012026-08-25T20:32:25.639Z[ host-image] Aug 25 20:32:24.359 INFO O| Aug 25 20:32:24.359 INFO O| Planning: Finding local manifests ... Done
41022026-08-25T20:32:25.658Z[ recovery-image] Aug 25 20:32:24.378 INFO O| Aug 25 20:32:24.377 INFO O| Caching catalogs ... Done
41032026-08-25T20:32:25.658Z[ host-image] Aug 25 20:32:24.378 INFO O| Aug 25 20:32:24.378 INFO O| Planning: Fetching manifests: 0/130 0% complete
41042026-08-25T20:32:25.728Z[ recovery-image] Aug 25 20:32:24.448 INFO O| Aug 25 20:32:24.448 INFO STEP 0 (pkg_image_create) COMPLETE
41052026-08-25T20:32:25.728Z[ recovery-image] Aug 25 20:32:24.448 INFO O| Aug 25 20:32:24.448 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41062026-08-25T20:32:25.736Z[ recovery-image] Aug 25 20:32:24.456 INFO O| Aug 25 20:32:24.456 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"]
41072026-08-25T20:32:25.998Z[ recovery-image] Aug 25 20:32:24.718 INFO O| Aug 25 20:32:24.718 INFO STEP 1 (pkg_set_publisher) COMPLETE
41082026-08-25T20:32:25.999Z[ recovery-image] Aug 25 20:32:24.718 INFO O| Aug 25 20:32:24.718 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41092026-08-25T20:32:26.002Z[ recovery-image] Aug 25 20:32:24.718 INFO O| Aug 25 20:32:24.718 INFO skip step because feature "publisher_1_name" is not enabled
41102026-08-25T20:32:26.002Z[ recovery-image] Aug 25 20:32:24.718 INFO O| Aug 25 20:32:24.718 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41112026-08-25T20:32:26.002Z[ recovery-image] Aug 25 20:32:24.718 INFO O| Aug 25 20:32:24.718 INFO skip step because feature "publisher_2_name" is not enabled
41122026-08-25T20:32:26.002Z[ recovery-image] Aug 25 20:32:24.718 INFO O| Aug 25 20:32:24.718 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41132026-08-25T20:32:26.002Z[ recovery-image] Aug 25 20:32:24.718 INFO O| Aug 25 20:32:24.718 INFO skip step because feature "publisher_3_name" is not enabled
41142026-08-25T20:32:26.002Z[ recovery-image] Aug 25 20:32:24.718 INFO O| Aug 25 20:32:24.718 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41152026-08-25T20:32:26.283Z[ recovery-image] Aug 25 20:32:25.003 INFO O| Aug 25 20:32:25.003 INFO variant opensolaris.zone is already global
41162026-08-25T20:32:26.283Z[ recovery-image] Aug 25 20:32:25.003 INFO O| Aug 25 20:32:25.003 INFO STEP 5 (pkg_change_variant) COMPLETE
41172026-08-25T20:32:26.286Z[ recovery-image] Aug 25 20:32:25.003 INFO O| Aug 25 20:32:25.003 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41182026-08-25T20:32:26.558Z[ recovery-image] Aug 25 20:32:25.277 INFO O| Aug 25 20:32:25.277 INFO variant opensolaris.imagetype is full; changing to partial
41192026-08-25T20:32:26.558Z[ recovery-image] Aug 25 20:32:25.278 INFO O| Aug 25 20:32:25.277 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41202026-08-25T20:32:26.816Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41212026-08-25T20:32:26.820ZAug 25 20:32:25.539 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.679061985s)
41222026-08-25T20:32:27.687Z[ host-image] Aug 25 20:32:26.407 INFO O| Aug 25 20:32:26.407 INFO O| Planning: Fetching manifests: 130/130 100% complete
41232026-08-25T20:32:28.203Z[ host-image] Aug 25 20:32:26.922 INFO O| Aug 25 20:32:26.922 INFO O| Planning: Package planning ... Done
41242026-08-25T20:32:28.516Z[ host-image] Aug 25 20:32:27.235 INFO O| Aug 25 20:32:27.235 INFO O| Planning: Merging actions ... Done
41252026-08-25T20:32:28.634Z[ host-image] Aug 25 20:32:27.353 INFO O| Aug 25 20:32:27.353 INFO O| Planning: Checking for conflicting actions ... Done
41262026-08-25T20:32:28.737Z[ host-image] Aug 25 20:32:27.456 INFO O| Aug 25 20:32:27.456 INFO O| Planning: Consolidating action changes ... Done
41272026-08-25T20:32:28.887Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41282026-08-25T20:32:28.891ZAug 25 20:32:27.610 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.751901171s)
41292026-08-25T20:32:28.915Z[ host-image] Aug 25 20:32:27.635 INFO O| Aug 25 20:32:27.635 INFO O| Planning: Evaluating mediators ... Done
41302026-08-25T20:32:29.139Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41312026-08-25T20:32:29.143ZAug 25 20:32:27.863 INFO [stamp-clickhouse] process exited with exit status: 0 (5.00392385s)
41322026-08-25T20:32:29.165Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41332026-08-25T20:32:29.169ZAug 25 20:32:27.887 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.02758144s)
41342026-08-25T20:32:29.306Z[verify-libraries] Compiling match_cfg v0.1.0
41352026-08-25T20:32:29.306Z[verify-libraries] Compiling slog-json v2.6.1
41362026-08-25T20:32:29.306Z[verify-libraries] Compiling debug-ignore v1.0.5
41372026-08-25T20:32:29.317Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41382026-08-25T20:32:29.558Z[verify-libraries] Compiling sha1 v0.11.0
41392026-08-25T20:32:29.558Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41402026-08-25T20:32:29.558Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41412026-08-25T20:32:29.561Z[verify-libraries] Compiling multer v3.1.0
41422026-08-25T20:32:29.561Z[verify-libraries] Compiling compression-core v0.4.31
41432026-08-25T20:32:29.561Z[verify-libraries] Compiling progenitor-client v0.14.0
41442026-08-25T20:32:29.562Z[verify-libraries] Compiling async-stream-impl v0.3.6
41452026-08-25T20:32:29.562Z[verify-libraries] Compiling serde_spanned v1.1.1
41462026-08-25T20:32:29.562Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41472026-08-25T20:32:29.562ZAug 25 20:32:28.281 INFO [stamp-nexus] process exited with exit status: 0 (5.42386075s)
41482026-08-25T20:32:29.562ZAug 25 20:32:28.281 INFO [tuf-stamp] task succeeded (5.42410505s)
41492026-08-25T20:32:29.562ZAug 25 20:32:28.281 INFO [tuf-v2-zones] running task
41502026-08-25T20:32:29.666ZAug 25 20:32:28.385 INFO [tuf-v2-zones] task succeeded (104.29213ms)
41512026-08-25T20:32:29.704Z[verify-libraries] Compiling hostname v0.3.1
41522026-08-25T20:32:29.704Z[verify-libraries] Compiling dropshot v0.17.1
41532026-08-25T20:32:29.748Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41542026-08-25T20:32:29.752Z[verify-libraries] Compiling waitgroup v0.1.2
41552026-08-25T20:32:29.752Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41562026-08-25T20:32:29.816Z[verify-libraries] Compiling slog-bunyan v2.5.0
41572026-08-25T20:32:29.816Z[verify-libraries] Compiling compression-codecs v0.4.37
41582026-08-25T20:32:29.821Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41592026-08-25T20:32:29.882Z[verify-libraries] Compiling hostname v0.4.2
41602026-08-25T20:32:29.925Z[verify-libraries] Compiling atomicwrites v0.4.4
41612026-08-25T20:32:29.929Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41622026-08-25T20:32:29.986Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41632026-08-25T20:32:29.989Z[verify-libraries] Compiling regress v0.10.5
41642026-08-25T20:32:29.989Z[verify-libraries] Compiling macaddr v1.0.1
41652026-08-25T20:32:29.989Z[verify-libraries] Compiling serde_tokenstream v0.3.0
41662026-08-25T20:32:30.008Z[verify-libraries] Compiling instant v0.1.13
41672026-08-25T20:32:30.111Z[verify-libraries] Compiling async-compression v0.4.41
41682026-08-25T20:32:30.191Z[verify-libraries] Compiling oxide-generation v0.1.3
41692026-08-25T20:32:30.191Z[verify-libraries] Compiling parse-display-derive v0.10.0
41702026-08-25T20:32:30.191Z[verify-libraries] Compiling itertools v0.14.0
41712026-08-25T20:32:30.191Z[verify-libraries] Compiling backon v1.6.0
41722026-08-25T20:32:30.226Z[verify-libraries] Compiling backoff v0.4.0
41732026-08-25T20:32:30.260Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41742026-08-25T20:32:30.304Z[ host-image] Aug 25 20:32:29.024 INFO O| Aug 25 20:32:29.024 INFO O| Planning: Planning completed in 7.52 seconds
41752026-08-25T20:32:30.307Z[ host-image] Aug 25 20:32:29.026 INFO O| Aug 25 20:32:29.026 INFO O| Packages to install: 130
41762026-08-25T20:32:30.307Z[ host-image] Aug 25 20:32:29.026 INFO O| Aug 25 20:32:29.026 INFO O| Mediators to change: 5
41772026-08-25T20:32:30.307Z[ host-image] Aug 25 20:32:29.026 INFO O| Aug 25 20:32:29.026 INFO O| Services to change: 6
41782026-08-25T20:32:30.320Z[verify-libraries] Compiling humantime v2.3.0
41792026-08-25T20:32:30.345Z[ host-image] Aug 25 20:32:29.061 INFO O| Aug 25 20:32:29.061 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
41802026-08-25T20:32:30.350Z[verify-libraries] Compiling async-stream v0.3.6
41812026-08-25T20:32:30.386Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41822026-08-25T20:32:30.419Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
41832026-08-25T20:32:30.441Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41842026-08-25T20:32:30.446Z[verify-libraries] Compiling progenitor-extras v0.2.0
41852026-08-25T20:32:30.463Z[verify-libraries] Compiling convert_case v0.4.0
41862026-08-25T20:32:30.509Z[verify-libraries] Compiling half v2.7.1
41872026-08-25T20:32:30.512Z[verify-libraries] Compiling ciborium-io v0.2.2
41882026-08-25T20:32:30.512Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41892026-08-25T20:32:30.584Z[verify-libraries] Compiling indent_write v2.2.0
41902026-08-25T20:32:30.663Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41912026-08-25T20:32:30.688Z[verify-libraries] Compiling regress v0.11.1
41922026-08-25T20:32:30.694Z[verify-libraries] Compiling secrecy v0.10.3
41932026-08-25T20:32:30.762Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41942026-08-25T20:32:30.787Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41952026-08-25T20:32:30.829Z[verify-libraries] Compiling ciborium-ll v0.2.2
41962026-08-25T20:32:30.902Z[verify-libraries] Compiling inout v0.1.4
41972026-08-25T20:32:30.902Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41982026-08-25T20:32:30.945Z[verify-libraries] Compiling derive_more v0.99.20
41992026-08-25T20:32:30.979Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42002026-08-25T20:32:31.054Z[verify-libraries] Compiling ciborium v0.2.2
42012026-08-25T20:32:31.082Z[verify-libraries] Compiling universal-hash v0.5.1
42022026-08-25T20:32:31.148Z[verify-libraries] Compiling cipher v0.4.4
42032026-08-25T20:32:31.176Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
42042026-08-25T20:32:31.260Z[verify-libraries] Compiling opaque-debug v0.3.1
42052026-08-25T20:32:31.283Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42062026-08-25T20:32:31.301Z[verify-libraries] Compiling blake2 v0.10.6
42072026-08-25T20:32:31.307Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
42082026-08-25T20:32:31.354Z[verify-libraries] Compiling poly1305 v0.8.0
42092026-08-25T20:32:31.445Z[verify-libraries] Compiling chacha20 v0.9.1
42102026-08-25T20:32:31.468Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42112026-08-25T20:32:31.609Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
42122026-08-25T20:32:31.652Z[verify-libraries] Compiling aead v0.5.2
42132026-08-25T20:32:31.679Z[verify-libraries] Compiling password-hash v0.5.0
42142026-08-25T20:32:31.714Z[verify-libraries] Compiling num-derive v0.4.2
42152026-08-25T20:32:31.737Z[verify-libraries] Compiling crossbeam-deque v0.8.6
42162026-08-25T20:32:31.764Z[verify-libraries] Compiling rayon-core v1.13.0
42172026-08-25T20:32:31.908Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42182026-08-25T20:32:31.930Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42192026-08-25T20:32:32.006Z[verify-libraries] Compiling argon2 v0.5.3
42202026-08-25T20:32:32.080Z[verify-libraries] Compiling parse-display v0.10.0
42212026-08-25T20:32:32.122Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42222026-08-25T20:32:32.160Z[verify-libraries] Compiling glob v0.3.3
42232026-08-25T20:32:32.212Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42242026-08-25T20:32:32.293Z[verify-libraries] Compiling usdt-macro v0.5.0
42252026-08-25T20:32:32.410Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42262026-08-25T20:32:32.468Z[verify-libraries] Compiling typify-impl v0.6.2
42272026-08-25T20:32:32.755Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42282026-08-25T20:32:32.797Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42292026-08-25T20:32:32.823Z[verify-libraries] Compiling memmap v0.7.0
42302026-08-25T20:32:32.877Z[verify-libraries] Compiling heapless v0.8.0
42312026-08-25T20:32:32.921Z[verify-libraries] Compiling vsss-rs v3.3.4
42322026-08-25T20:32:33.124Z[verify-libraries] Compiling proc-macro-error v1.0.4
42332026-08-25T20:32:33.157Z[verify-libraries] Compiling ingot-macros v0.2.0
42342026-08-25T20:32:33.189Z[verify-libraries] Compiling usdt v0.5.0
42352026-08-25T20:32:33.258Z[verify-libraries] Compiling tabwriter v1.4.1
42362026-08-25T20:32:33.258Z[verify-libraries] Compiling hash32 v0.3.1
42372026-08-25T20:32:33.363Z[verify-libraries] Compiling smoltcp v0.11.0
42382026-08-25T20:32:33.456Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
42392026-08-25T20:32:33.463Z[verify-libraries] Compiling num_enum_derive v0.7.6
42402026-08-25T20:32:33.470Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42412026-08-25T20:32:33.533Z[verify-libraries] Compiling cobs v0.3.0
42422026-08-25T20:32:33.533Z[verify-libraries] Compiling colored v3.1.1
42432026-08-25T20:32:33.555Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42442026-08-25T20:32:33.622Z[ recovery-image] Aug 25 20:32:32.341 INFO O| Aug 25 20:32:32.341 INFO O| Startup: Refreshing catalog 'helios' ... Done
42452026-08-25T20:32:33.625Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42462026-08-25T20:32:33.788Z[verify-libraries] Compiling postcard v1.1.3
42472026-08-25T20:32:33.792Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42482026-08-25T20:32:33.834Z[verify-libraries] Compiling rayon v1.11.0
42492026-08-25T20:32:33.834Z[verify-libraries] Compiling rand v0.10.1
42502026-08-25T20:32:33.893Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42512026-08-25T20:32:33.933Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42522026-08-25T20:32:33.962Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42532026-08-25T20:32:34.062Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42542026-08-25T20:32:34.241Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42552026-08-25T20:32:34.339Z[verify-libraries] Compiling illumos-nvpair v0.3.0
42562026-08-25T20:32:34.394Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42572026-08-25T20:32:34.423Z[verify-libraries] Compiling num_enum_derive v0.5.11
42582026-08-25T20:32:34.439Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42592026-08-25T20:32:34.527Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42602026-08-25T20:32:34.682Z[verify-libraries] Compiling foreign-types v0.5.0
42612026-08-25T20:32:34.682Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42622026-08-25T20:32:34.725Z[verify-libraries] Compiling cstr-argument v0.1.2
42632026-08-25T20:32:34.760Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42642026-08-25T20:32:34.766Z[verify-libraries] Compiling num_enum v0.7.6
42652026-08-25T20:32:34.806Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42662026-08-25T20:32:34.830Z[verify-libraries] Compiling sigpipe v0.1.3
42672026-08-25T20:32:34.833Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42682026-08-25T20:32:34.925Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42692026-08-25T20:32:34.958Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42702026-08-25T20:32:34.971Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42712026-08-25T20:32:35.031Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42722026-08-25T20:32:35.088Z[ recovery-image] Aug 25 20:32:33.805 INFO O| Aug 25 20:32:33.805 INFO O| Startup: Caching catalogs ... Done
42732026-08-25T20:32:35.104Z[ recovery-image] Aug 25 20:32:33.823 INFO O| Aug 25 20:32:33.823 INFO O| Planning: Planning completed in 0.00 seconds
42742026-08-25T20:32:35.109Z[ recovery-image] Aug 25 20:32:33.824 INFO O| Aug 25 20:32:33.824 INFO O| Planning: Consolidating action changes ... Done
42752026-08-25T20:32:35.109Z[ recovery-image] Aug 25 20:32:33.824 INFO O| Aug 25 20:32:33.824 INFO O| Planning: Evaluating mediators ... Done
42762026-08-25T20:32:35.109Z[ recovery-image] Aug 25 20:32:33.824 INFO O| Aug 25 20:32:33.824 INFO O| Planning: Planning completed in 0.00 seconds
42772026-08-25T20:32:35.109Z[ recovery-image] Aug 25 20:32:33.824 INFO O| Aug 25 20:32:33.824 INFO O| Variants/Facets to change: 1
42782026-08-25T20:32:35.118Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42792026-08-25T20:32:35.123Z[ recovery-image] Aug 25 20:32:33.837 INFO O| Aug 25 20:32:33.836 INFO O| Finalize: Updating package state database ... Done
42802026-08-25T20:32:35.124Z[ recovery-image] Aug 25 20:32:33.837 INFO O| Aug 25 20:32:33.837 INFO O| Finalize: Updating package cache ... Done
42812026-08-25T20:32:35.141Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42822026-08-25T20:32:35.203Z[ recovery-image] Aug 25 20:32:33.922 INFO O| Aug 25 20:32:33.922 INFO O| Finalize: Updating image state ... Done
42832026-08-25T20:32:35.219Z[ recovery-image] Aug 25 20:32:33.938 INFO O| Aug 25 20:32:33.938 INFO O| Finalize: Creating fast lookup database ... Done
42842026-08-25T20:32:35.223Z[ recovery-image] Aug 25 20:32:33.939 INFO O| Aug 25 20:32:33.939 INFO O| Finalize: Reading search index ... Done
42852026-08-25T20:32:35.223Z[ recovery-image] Aug 25 20:32:33.939 INFO O| Aug 25 20:32:33.939 INFO O| Finalize: Updating search index ... Done
42862026-08-25T20:32:35.223Z[ recovery-image] Aug 25 20:32:33.940 INFO O| Aug 25 20:32:33.940 INFO O| Finalize: Updating package cache ... Done
42872026-08-25T20:32:35.241Z[verify-libraries] Compiling itertools v0.12.1
42882026-08-25T20:32:35.275Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42892026-08-25T20:32:35.302Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42902026-08-25T20:32:35.326Z[verify-libraries] Compiling toml v0.8.23
42912026-08-25T20:32:35.327Z[verify-libraries] Compiling smf v0.2.3
42922026-08-25T20:32:35.353Z[ host-image] Aug 25 20:32:34.072 INFO O| Aug 25 20:32:34.072 INFO O| Download: 2705/23888 items 30.5/222.8MB 13% complete (6.2M/s)
42932026-08-25T20:32:35.413Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42942026-08-25T20:32:35.508Z[ recovery-image] Aug 25 20:32:34.227 INFO O| Aug 25 20:32:34.227 INFO STEP 6 (pkg_change_variant) COMPLETE
42952026-08-25T20:32:35.508Z[ recovery-image] Aug 25 20:32:34.227 INFO O| Aug 25 20:32:34.227 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42962026-08-25T20:32:35.511Z[ recovery-image] Aug 25 20:32:34.228 INFO O| Aug 25 20:32:34.227 INFO skip step because feature "debug_variant" is not enabled
42972026-08-25T20:32:35.511Z[ recovery-image] Aug 25 20:32:34.228 INFO O| Aug 25 20:32:34.227 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42982026-08-25T20:32:35.579Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42992026-08-25T20:32:35.681Z[verify-libraries] Compiling num_enum v0.5.11
43002026-08-25T20:32:35.718Z[verify-libraries] Compiling whoami v1.6.1
43012026-08-25T20:32:35.742Z[verify-libraries] Compiling tokio-dtrace v0.1.1
43022026-08-25T20:32:35.764Z[verify-libraries] Compiling derive-where v1.6.0
43032026-08-25T20:32:35.764Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43042026-08-25T20:32:35.845Z[ recovery-image] Aug 25 20:32:34.558 INFO O| Aug 25 20:32:34.557 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43052026-08-25T20:32:35.854Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
43062026-08-25T20:32:35.927Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43072026-08-25T20:32:36.011Z[verify-libraries] Compiling gethostname v0.5.0
43082026-08-25T20:32:36.043Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43092026-08-25T20:32:36.089Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43102026-08-25T20:32:36.185Z[verify-libraries] Compiling newline-converter v0.3.0
43112026-08-25T20:32:36.193Z[verify-libraries] Compiling console v0.15.11
43122026-08-25T20:32:36.260Z[verify-libraries] Compiling linear-map v1.2.0
43132026-08-25T20:32:36.296Z[verify-libraries] Compiling resolv-conf v0.7.6
43142026-08-25T20:32:36.324Z[verify-libraries] Compiling ingot-types v0.2.0
43152026-08-25T20:32:36.423Z[verify-libraries] Compiling num-rational v0.4.2
43162026-08-25T20:32:36.485Z[verify-libraries] Compiling zone v0.3.1
43172026-08-25T20:32:36.501Z[verify-libraries] Compiling num-complex v0.4.6
43182026-08-25T20:32:36.534Z[verify-libraries] Compiling slog-dtrace v0.3.0
43192026-08-25T20:32:36.572Z[verify-libraries] Compiling prettyplease v0.2.37
43202026-08-25T20:32:36.711Z[verify-libraries] Compiling expectorate v1.2.0
43212026-08-25T20:32:36.789Z[verify-libraries] Compiling ingot v0.2.1
43222026-08-25T20:32:36.836Z[verify-libraries] Compiling float-ord v0.3.2
43232026-08-25T20:32:36.857Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43242026-08-25T20:32:36.901Z[verify-libraries] Compiling num v0.4.3
43252026-08-25T20:32:36.962Z[verify-libraries] Compiling linked-hash-map v0.5.6
43262026-08-25T20:32:36.972Z[verify-libraries] Compiling hickory-proto v0.24.4
43272026-08-25T20:32:37.009Z[verify-libraries] Compiling minimal-lexical v0.2.1
43282026-08-25T20:32:37.056Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43292026-08-25T20:32:37.115Z[verify-libraries] Compiling unicode-xid v0.2.6
43302026-08-25T20:32:37.175Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43312026-08-25T20:32:37.217Z[verify-libraries] Compiling lru-cache v0.1.2
43322026-08-25T20:32:37.250Z[verify-libraries] Compiling tabled_derive v0.7.0
43332026-08-25T20:32:37.309Z[verify-libraries] Compiling nom v7.1.3
43342026-08-25T20:32:37.333Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43352026-08-25T20:32:37.364Z[verify-libraries] Compiling fd-lock v4.0.4
43362026-08-25T20:32:37.408Z[verify-libraries] Compiling vte v0.14.1
43372026-08-25T20:32:37.408Z[verify-libraries] Compiling typify-macro v0.6.2
43382026-08-25T20:32:37.605Z[verify-libraries] Compiling display-error-chain v0.2.2
43392026-08-25T20:32:37.676Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43402026-08-25T20:32:37.784Z[verify-libraries] Compiling crossterm v0.29.0
43412026-08-25T20:32:37.816Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43422026-08-25T20:32:37.831Z[verify-libraries] Compiling stacker v0.1.23
43432026-08-25T20:32:37.912Z[verify-libraries] Compiling cfg_aliases v0.1.1
43442026-08-25T20:32:38.080Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43452026-08-25T20:32:38.137Z[verify-libraries] Compiling reedline v0.40.0
43462026-08-25T20:32:38.218Z[verify-libraries] Compiling nix v0.28.0
43472026-08-25T20:32:38.243Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43482026-08-25T20:32:38.296Z[verify-libraries] Compiling psm v0.1.30
43492026-08-25T20:32:38.341Z[ recovery-image] Aug 25 20:32:37.057 INFO O| Aug 25 20:32:37.057 INFO O| Startup: Refreshing catalog 'helios' ... Done
43502026-08-25T20:32:38.354Z[verify-libraries] Compiling termtree v0.5.1
43512026-08-25T20:32:38.392Z[verify-libraries] Compiling semver v0.1.20
43522026-08-25T20:32:38.437Z[verify-libraries] Compiling tabled v0.15.0
43532026-08-25T20:32:38.485Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43542026-08-25T20:32:38.661Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43552026-08-25T20:32:38.760Z[verify-libraries] Compiling rustc_version v0.1.7
43562026-08-25T20:32:38.849Z[verify-libraries] Compiling phf_shared v0.12.1
43572026-08-25T20:32:38.923Z[ recovery-image] Aug 25 20:32:37.605 INFO O| Aug 25 20:32:37.605 INFO O| Startup: Caching catalogs ... Done
43582026-08-25T20:32:38.968Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43592026-08-25T20:32:38.968Z[verify-libraries] Compiling nibble_vec v0.1.0
43602026-08-25T20:32:38.968Z[ recovery-image] Aug 25 20:32:37.624 INFO O| Aug 25 20:32:37.624 INFO O| Planning: Planning completed in 0.00 seconds
43612026-08-25T20:32:38.968Z[ recovery-image] Aug 25 20:32:37.625 INFO O| Aug 25 20:32:37.625 INFO O| Planning: Consolidating action changes ... Done
43622026-08-25T20:32:38.968Z[ recovery-image] Aug 25 20:32:37.625 INFO O| Aug 25 20:32:37.625 INFO O| Planning: Evaluating mediators ... Done
43632026-08-25T20:32:38.969Z[ recovery-image] Aug 25 20:32:37.625 INFO O| Aug 25 20:32:37.625 INFO O| Planning: Planning completed in 0.00 seconds
43642026-08-25T20:32:38.969Z[ recovery-image] Aug 25 20:32:37.625 INFO O| Aug 25 20:32:37.625 INFO O| Variants/Facets to change: 1
43652026-08-25T20:32:38.988Z[verify-libraries] Compiling highway v1.3.0
43662026-08-25T20:32:38.988Z[verify-libraries] Compiling endian-type v0.1.2
43672026-08-25T20:32:39.058Z[verify-libraries] Compiling chrono-tz v0.10.4
43682026-08-25T20:32:39.141Z[ recovery-image] Aug 25 20:32:37.786 INFO O| Aug 25 20:32:37.784 INFO O| Finalize: Updating package state database ... Done
43692026-08-25T20:32:39.141Z[ recovery-image] Aug 25 20:32:37.786 INFO O| Aug 25 20:32:37.784 INFO O| Finalize: Updating package cache ... Done
43702026-08-25T20:32:39.141Z[verify-libraries] Compiling newtype_derive v0.1.6
43712026-08-25T20:32:39.161Z[verify-libraries] Compiling radix_trie v0.2.1
43722026-08-25T20:32:39.161Z[verify-libraries] Compiling phf v0.12.1
43732026-08-25T20:32:39.162Z[ recovery-image] Aug 25 20:32:37.857 INFO O| Aug 25 20:32:37.857 INFO O| Finalize: Updating image state ... Done
43742026-08-25T20:32:39.162Z[ recovery-image] Aug 25 20:32:37.874 INFO O| Aug 25 20:32:37.874 INFO O| Finalize: Creating fast lookup database ... Done
43752026-08-25T20:32:39.162Z[ recovery-image] Aug 25 20:32:37.875 INFO O| Aug 25 20:32:37.875 INFO O| Finalize: Reading search index ... Done
43762026-08-25T20:32:39.162Z[ recovery-image] Aug 25 20:32:37.875 INFO O| Aug 25 20:32:37.875 INFO O| Finalize: Updating search index ... Done
43772026-08-25T20:32:39.169Z[ recovery-image] Aug 25 20:32:37.876 INFO O| Aug 25 20:32:37.876 INFO O| Finalize: Updating package cache ... Done
43782026-08-25T20:32:39.194Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43792026-08-25T20:32:39.251Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43802026-08-25T20:32:39.303Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43812026-08-25T20:32:39.332Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43822026-08-25T20:32:39.389Z[verify-libraries] Compiling hickory-resolver v0.24.4
43832026-08-25T20:32:39.389Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43842026-08-25T20:32:39.441Z[verify-libraries] Compiling typify v0.6.2
43852026-08-25T20:32:39.458Z[ recovery-image] Aug 25 20:32:38.170 INFO O| Aug 25 20:32:38.170 INFO STEP 8 (pkg_change_facet) COMPLETE
43862026-08-25T20:32:39.471Z[ recovery-image] Aug 25 20:32:38.170 INFO O| Aug 25 20:32:38.170 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43872026-08-25T20:32:39.533Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43882026-08-25T20:32:39.619Z[verify-libraries] Compiling progenitor-impl v0.14.0
43892026-08-25T20:32:39.789Z[ recovery-image] Aug 25 20:32:38.502 INFO O| Aug 25 20:32:38.502 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43902026-08-25T20:32:39.933Z[verify-libraries] Compiling recursive v0.1.1
43912026-08-25T20:32:40.002Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43922026-08-25T20:32:40.122Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43932026-08-25T20:32:40.249Z[verify-libraries] Compiling peg-macros v0.8.5
43942026-08-25T20:32:40.348Z[ host-image] Aug 25 20:32:39.066 INFO O| Aug 25 20:32:39.066 INFO O| Download: 6088/23888 items 47.1/222.8MB 21% complete (4.7M/s)
43952026-08-25T20:32:40.514Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43962026-08-25T20:32:40.580Z[verify-libraries] Compiling qorb v0.4.1
43972026-08-25T20:32:40.981Z[verify-libraries] Compiling csv-core v0.1.13
43982026-08-25T20:32:41.009Z[verify-libraries] Compiling winnow v0.6.26
43992026-08-25T20:32:41.064Z[verify-libraries] Compiling home v0.5.12
44002026-08-25T20:32:41.212Z[verify-libraries] Compiling unicode_categories v0.1.1
44012026-08-25T20:32:41.250Z[verify-libraries] Compiling csv v1.4.0
44022026-08-25T20:32:41.323Z[verify-libraries] Compiling rustyline v14.0.0
44032026-08-25T20:32:41.359Z[verify-libraries] Compiling const_format v0.2.35
44042026-08-25T20:32:41.399Z[verify-libraries] Compiling sqlparser v0.61.0
44052026-08-25T20:32:41.443Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44062026-08-25T20:32:41.747Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44072026-08-25T20:32:41.802Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44082026-08-25T20:32:41.883Z[verify-libraries] Compiling peg v0.8.5
44092026-08-25T20:32:41.930Z[verify-libraries] Compiling bcs v0.1.6
44102026-08-25T20:32:42.059Z[ recovery-image] Aug 25 20:32:40.778 INFO O| Aug 25 20:32:40.778 INFO O| Startup: Refreshing catalog 'helios' ... Done
44112026-08-25T20:32:42.072Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44122026-08-25T20:32:42.103Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44132026-08-25T20:32:42.136Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44142026-08-25T20:32:42.162Z[verify-libraries] Compiling nom v8.0.0
44152026-08-25T20:32:42.296Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44162026-08-25T20:32:42.535Z[ recovery-image] Aug 25 20:32:41.254 INFO O| Aug 25 20:32:41.254 INFO O| Startup: Caching catalogs ... Done
44172026-08-25T20:32:42.551Z[ recovery-image] Aug 25 20:32:41.271 INFO O| Aug 25 20:32:41.271 INFO O| Planning: Planning completed in 0.00 seconds
44182026-08-25T20:32:42.555Z[ recovery-image] Aug 25 20:32:41.271 INFO O| Aug 25 20:32:41.271 INFO O| Planning: Consolidating action changes ... Done
44192026-08-25T20:32:42.555Z[ recovery-image] Aug 25 20:32:41.271 INFO O| Aug 25 20:32:41.271 INFO O| Planning: Evaluating mediators ... Done
44202026-08-25T20:32:42.555Z[ recovery-image] Aug 25 20:32:41.271 INFO O| Aug 25 20:32:41.271 INFO O| Planning: Planning completed in 0.00 seconds
44212026-08-25T20:32:42.555Z[ recovery-image] Aug 25 20:32:41.272 INFO O| Aug 25 20:32:41.272 INFO O| Variants/Facets to change: 1
44222026-08-25T20:32:42.555Z[verify-libraries] Compiling sqlformat v0.3.5
44232026-08-25T20:32:42.564Z[ recovery-image] Aug 25 20:32:41.283 INFO O| Aug 25 20:32:41.283 INFO O| Finalize: Updating package state database ... Done
44242026-08-25T20:32:42.564Z[ recovery-image] Aug 25 20:32:41.283 INFO O| Aug 25 20:32:41.283 INFO O| Finalize: Updating package cache ... Done
44252026-08-25T20:32:42.577Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44262026-08-25T20:32:42.581Z[verify-libraries] Compiling progenitor-macro v0.14.0
44272026-08-25T20:32:42.650Z[ recovery-image] Aug 25 20:32:41.369 INFO O| Aug 25 20:32:41.369 INFO O| Finalize: Updating image state ... Done
44282026-08-25T20:32:42.668Z[ recovery-image] Aug 25 20:32:41.387 INFO O| Aug 25 20:32:41.387 INFO O| Finalize: Creating fast lookup database ... Done
44292026-08-25T20:32:42.671Z[ recovery-image] Aug 25 20:32:41.387 INFO O| Aug 25 20:32:41.387 INFO O| Finalize: Reading search index ... Done
44302026-08-25T20:32:42.671Z[ recovery-image] Aug 25 20:32:41.387 INFO O| Aug 25 20:32:41.387 INFO O| Finalize: Updating search index ... Done
44312026-08-25T20:32:42.671Z[ recovery-image] Aug 25 20:32:41.388 INFO O| Aug 25 20:32:41.388 INFO O| Finalize: Updating package cache ... Done
44322026-08-25T20:32:42.695Z[verify-libraries] Compiling steno v0.4.1
44332026-08-25T20:32:42.778Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44342026-08-25T20:32:42.839Z[verify-libraries] Compiling sha1 v0.10.6
44352026-08-25T20:32:42.970Z[ recovery-image] Aug 25 20:32:41.689 INFO O| Aug 25 20:32:41.688 INFO STEP 9 (pkg_change_facet) COMPLETE
44362026-08-25T20:32:42.970Z[ recovery-image] Aug 25 20:32:41.689 INFO O| Aug 25 20:32:41.688 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44372026-08-25T20:32:43.040Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44382026-08-25T20:32:43.138Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44392026-08-25T20:32:43.169Z[verify-libraries] Compiling tagptr v0.2.0
44402026-08-25T20:32:43.240Z[verify-libraries] Compiling utf-8 v0.7.6
44412026-08-25T20:32:43.304Z[ recovery-image] Aug 25 20:32:42.023 INFO O| Aug 25 20:32:42.023 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44422026-08-25T20:32:43.323Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44432026-08-25T20:32:43.370Z[verify-libraries] Compiling moka v0.12.13
44442026-08-25T20:32:43.395Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44452026-08-25T20:32:43.502Z[verify-libraries] Compiling tungstenite v0.21.0
44462026-08-25T20:32:43.506Z[verify-libraries] Compiling libefi-sys v0.1.0
44472026-08-25T20:32:43.646Z[verify-libraries] Compiling bitfield-struct v0.6.2
44482026-08-25T20:32:43.680Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44492026-08-25T20:32:43.686Z[verify-libraries] Compiling xshell-macros v0.2.7
44502026-08-25T20:32:43.934Z[verify-libraries] Compiling libscf-sys v1.2.0
44512026-08-25T20:32:44.137Z[verify-libraries] Compiling papergrid v0.18.0
44522026-08-25T20:32:44.145Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44532026-08-25T20:32:44.149Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44542026-08-25T20:32:44.182Z[verify-libraries] Compiling xshell v0.2.7
44552026-08-25T20:32:44.219Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44562026-08-25T20:32:44.386Z[verify-libraries] Compiling hickory-resolver v0.25.2
44572026-08-25T20:32:44.407Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44582026-08-25T20:32:44.470Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44592026-08-25T20:32:44.529Z[verify-libraries] Compiling sha2 v0.11.0
44602026-08-25T20:32:44.571Z[verify-libraries] Compiling subprocess v0.2.15
44612026-08-25T20:32:44.678Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44622026-08-25T20:32:44.801Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44632026-08-25T20:32:44.872Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44642026-08-25T20:32:44.891Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44652026-08-25T20:32:44.901Z[verify-libraries] Compiling headers-core v0.3.0
44662026-08-25T20:32:45.192Z[verify-libraries] Compiling tabled v0.21.0
44672026-08-25T20:32:45.262Z[verify-libraries] Compiling unicase v2.9.0
44682026-08-25T20:32:45.302Z[verify-libraries] Compiling headers v0.4.1
44692026-08-25T20:32:45.353Z[ host-image] Aug 25 20:32:44.069 INFO O| Aug 25 20:32:44.068 INFO O| Download: 9398/23888 items 80.3/222.8MB 36% complete (4.9M/s)
44702026-08-25T20:32:45.425Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44712026-08-25T20:32:45.534Z[verify-libraries] Compiling darling_core v0.21.3
44722026-08-25T20:32:45.625Z[verify-libraries] Compiling maplit v1.0.2
44732026-08-25T20:32:45.901Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44742026-08-25T20:32:45.932Z[ recovery-image] Aug 25 20:32:44.651 INFO O| Aug 25 20:32:44.651 INFO O| Startup: Refreshing catalog 'helios' ... Done
44752026-08-25T20:32:45.936Z[verify-libraries] Compiling crc8 v0.1.1
44762026-08-25T20:32:46.011Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44772026-08-25T20:32:46.181Z[verify-libraries] Compiling yasna v0.5.2
44782026-08-25T20:32:46.222Z[verify-libraries] Compiling vergen-lib v0.1.6
44792026-08-25T20:32:46.419Z[ recovery-image] Aug 25 20:32:45.136 INFO O| Aug 25 20:32:45.136 INFO O| Startup: Caching catalogs ... Done
44802026-08-25T20:32:46.426Z[verify-libraries] Compiling diesel_derives v2.3.7
44812026-08-25T20:32:46.432Z[ recovery-image] Aug 25 20:32:45.152 INFO O| Aug 25 20:32:45.152 INFO O| Planning: Planning completed in 0.00 seconds
44822026-08-25T20:32:46.436Z[ recovery-image] Aug 25 20:32:45.152 INFO O| Aug 25 20:32:45.152 INFO O| Planning: Consolidating action changes ... Done
44832026-08-25T20:32:46.436Z[ recovery-image] Aug 25 20:32:45.152 INFO O| Aug 25 20:32:45.152 INFO O| Planning: Evaluating mediators ... Done
44842026-08-25T20:32:46.436Z[ recovery-image] Aug 25 20:32:45.153 INFO O| Aug 25 20:32:45.153 INFO O| Planning: Planning completed in 0.00 seconds
44852026-08-25T20:32:46.436Z[ recovery-image] Aug 25 20:32:45.153 INFO O| Aug 25 20:32:45.153 INFO O| Variants/Facets to change: 1
44862026-08-25T20:32:46.447Z[verify-libraries] Compiling port-file v0.1.0
44872026-08-25T20:32:46.450Z[ recovery-image] Aug 25 20:32:45.167 INFO O| Aug 25 20:32:45.167 INFO O| Finalize: Updating package state database ... Done
44882026-08-25T20:32:46.451Z[ recovery-image] Aug 25 20:32:45.167 INFO O| Aug 25 20:32:45.167 INFO O| Finalize: Updating package cache ... Done
44892026-08-25T20:32:46.535Z[ recovery-image] Aug 25 20:32:45.245 INFO O| Aug 25 20:32:45.245 INFO O| Finalize: Updating image state ... Done
44902026-08-25T20:32:46.539Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44912026-08-25T20:32:46.543Z[ recovery-image] Aug 25 20:32:45.261 INFO O| Aug 25 20:32:45.261 INFO O| Finalize: Creating fast lookup database ... Done
44922026-08-25T20:32:46.543Z[ recovery-image] Aug 25 20:32:45.261 INFO O| Aug 25 20:32:45.261 INFO O| Finalize: Reading search index ... Done
44932026-08-25T20:32:46.543Z[ recovery-image] Aug 25 20:32:45.261 INFO O| Aug 25 20:32:45.261 INFO O| Finalize: Updating search index ... Done
44942026-08-25T20:32:46.547Z[ recovery-image] Aug 25 20:32:45.262 INFO O| Aug 25 20:32:45.262 INFO O| Finalize: Updating package cache ... Done
44952026-08-25T20:32:46.602Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44962026-08-25T20:32:46.693Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44972026-08-25T20:32:46.749Z[verify-libraries] Compiling rcgen v0.12.1
44982026-08-25T20:32:46.871Z[ recovery-image] Aug 25 20:32:45.557 INFO O| Aug 25 20:32:45.557 INFO STEP 10 (pkg_change_facet) COMPLETE
44992026-08-25T20:32:46.871Z[ recovery-image] Aug 25 20:32:45.557 INFO O| Aug 25 20:32:45.557 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45002026-08-25T20:32:46.884Z[ recovery-image] Aug 25 20:32:45.567 INFO O| Aug 25 20:32:45.567 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"]
45012026-08-25T20:32:46.884Z[verify-libraries] Compiling half v1.8.3
45022026-08-25T20:32:46.954Z[verify-libraries] Compiling r2d2 v0.8.10
45032026-08-25T20:32:46.976Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45042026-08-25T20:32:46.976Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45052026-08-25T20:32:47.236Z[verify-libraries] Compiling serde_cbor v0.11.2
45062026-08-25T20:32:47.324Z[verify-libraries] Compiling cpubits v0.1.1
45072026-08-25T20:32:47.406Z[verify-libraries] Compiling downcast-rs v2.0.2
45082026-08-25T20:32:47.463Z[verify-libraries] Compiling crunchy v0.2.4
45092026-08-25T20:32:47.591Z[verify-libraries] Compiling dirs-next v2.0.0
45102026-08-25T20:32:47.672Z[verify-libraries] Compiling clang-sys v1.8.1
45112026-08-25T20:32:47.773Z[verify-libraries] Compiling tiny-keccak v2.0.2
45122026-08-25T20:32:47.928Z[verify-libraries] Compiling term v0.7.0
45132026-08-25T20:32:47.954Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45142026-08-25T20:32:48.005Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45152026-08-25T20:32:48.068Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45162026-08-25T20:32:48.186Z[verify-libraries] Compiling progenitor v0.14.0
45172026-08-25T20:32:48.229Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45182026-08-25T20:32:48.272Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45192026-08-25T20:32:48.301Z[verify-libraries] Compiling darling_macro v0.21.3
45202026-08-25T20:32:48.337Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45212026-08-25T20:32:48.363Z[verify-libraries] Compiling bit-vec v0.6.3
45222026-08-25T20:32:48.384Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45232026-08-25T20:32:48.422Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45242026-08-25T20:32:48.489Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45252026-08-25T20:32:48.536Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45262026-08-25T20:32:48.540Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45272026-08-25T20:32:48.621Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45282026-08-25T20:32:48.668Z[verify-libraries] Compiling diff v0.1.13
45292026-08-25T20:32:48.739Z[verify-libraries] Compiling bit-set v0.5.3
45302026-08-25T20:32:48.844Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45312026-08-25T20:32:48.978Z[verify-libraries] Compiling darling v0.21.3
45322026-08-25T20:32:49.005Z[verify-libraries] Compiling ascii-canvas v3.0.0
45332026-08-25T20:32:49.055Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45342026-08-25T20:32:49.104Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45352026-08-25T20:32:49.168Z[ recovery-image] Aug 25 20:32:47.883 INFO O| Aug 25 20:32:47.883 INFO O| Startup: Refreshing catalog 'helios' ... Done
45362026-08-25T20:32:49.299Z[verify-libraries] Compiling itertools v0.10.5
45372026-08-25T20:32:49.320Z[verify-libraries] Compiling libloading v0.8.9
45382026-08-25T20:32:49.350Z[verify-libraries] Compiling ena v0.14.4
45392026-08-25T20:32:49.361Z[verify-libraries] Compiling bindgen v0.71.1
45402026-08-25T20:32:49.394Z[verify-libraries] Compiling regex-syntax v0.6.29
45412026-08-25T20:32:49.537Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45422026-08-25T20:32:49.739Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45432026-08-25T20:32:49.825Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45442026-08-25T20:32:49.861Z[ recovery-image] Aug 25 20:32:48.558 INFO O| Aug 25 20:32:48.558 INFO O| Startup: Caching catalogs ... Done
45452026-08-25T20:32:49.903Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45462026-08-25T20:32:49.962Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45472026-08-25T20:32:50.174Z[verify-libraries] Compiling cexpr v0.6.0
45482026-08-25T20:32:50.223Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45492026-08-25T20:32:50.351Z[ host-image] Aug 25 20:32:49.070 INFO O| Aug 25 20:32:49.070 INFO O| Download: 12784/23888 items 106.2/222.8MB 47% complete (5.9M/s)
45502026-08-25T20:32:50.501Z[verify-libraries] Compiling rustc-hash v2.1.1
45512026-08-25T20:32:50.518Z[verify-libraries] Compiling rfc6979 v0.4.0
45522026-08-25T20:32:50.661Z[verify-libraries] Compiling libxml v0.3.3
45532026-08-25T20:32:50.706Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45542026-08-25T20:32:50.727Z[verify-libraries] Compiling ecdsa v0.16.9
45552026-08-25T20:32:50.753Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45562026-08-25T20:32:50.943Z[verify-libraries] Compiling lalrpop v0.19.12
45572026-08-25T20:32:50.983Z[verify-libraries] Compiling strum_macros v0.24.3
45582026-08-25T20:32:51.129Z[verify-libraries] Compiling primeorder v0.13.6
45592026-08-25T20:32:51.235Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45602026-08-25T20:32:51.304Z[verify-libraries] Compiling hashbrown v0.14.5
45612026-08-25T20:32:51.452Z[verify-libraries] Compiling hmac v0.13.0
45622026-08-25T20:32:51.472Z[verify-libraries] Compiling universal-hash v0.6.1
45632026-08-25T20:32:51.603Z[verify-libraries] Compiling fxhash v0.2.1
45642026-08-25T20:32:51.685Z[verify-libraries] Compiling salty v0.3.0
45652026-08-25T20:32:51.714Z[verify-libraries] Compiling indoc v1.0.9
45662026-08-25T20:32:51.758Z[verify-libraries] Compiling knus-derive v3.4.0
45672026-08-25T20:32:51.841Z[verify-libraries] Compiling p384 v0.13.1
45682026-08-25T20:32:52.018Z[verify-libraries] Compiling chumsky v0.9.3
45692026-08-25T20:32:52.110Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45702026-08-25T20:32:52.367Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45712026-08-25T20:32:52.446Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45722026-08-25T20:32:52.493Z[verify-libraries] Compiling progenitor-impl v0.13.0
45732026-08-25T20:32:52.651Z[ recovery-image] Aug 25 20:32:51.363 INFO O| Aug 25 20:32:51.362 INFO O| Planning: Solver setup ... Done
45742026-08-25T20:32:52.725Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45752026-08-25T20:32:52.922Z[ recovery-image] Aug 25 20:32:51.626 INFO O| Aug 25 20:32:51.626 INFO O| Planning: Running solver ... Done
45762026-08-25T20:32:52.964Z[ recovery-image] Aug 25 20:32:51.678 INFO O| Aug 25 20:32:51.678 INFO O| Planning: Finding local manifests ... Done
45772026-08-25T20:32:53.009Z[ recovery-image] Aug 25 20:32:51.723 INFO O| Aug 25 20:32:51.723 INFO O| Planning: Fetching manifests: 0/130 0% complete
45782026-08-25T20:32:53.057Z[verify-libraries] Compiling oso-derive v0.27.3
45792026-08-25T20:32:53.112Z[verify-libraries] Compiling quick-xml v0.37.5
45802026-08-25T20:32:53.237Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45812026-08-25T20:32:53.324Z[verify-libraries] Compiling openssl-probe v0.1.6
45822026-08-25T20:32:53.403Z[verify-libraries] Compiling knus v3.4.0
45832026-08-25T20:32:53.717Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45842026-08-25T20:32:54.600Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45852026-08-25T20:32:54.626Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45862026-08-25T20:32:54.663Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45872026-08-25T20:32:55.007Z[verify-libraries] Compiling polyval v0.7.1
45882026-08-25T20:32:55.329Z[verify-libraries] Compiling der v0.8.0
45892026-08-25T20:32:55.354Z[ host-image] Aug 25 20:32:54.073 INFO O| Aug 25 20:32:54.073 INFO O| Download: 16022/23888 items 131.8/222.8MB 59% complete (5.2M/s)
45902026-08-25T20:32:55.399Z[verify-libraries] Compiling progenitor-macro v0.13.0
45912026-08-25T20:32:55.458Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45922026-08-25T20:32:55.591Z[verify-libraries] Compiling diesel v2.3.7
45932026-08-25T20:32:55.730Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
45942026-08-25T20:32:56.501Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45952026-08-25T20:32:56.733Z[verify-libraries] Compiling progenitor-client v0.13.0
45962026-08-25T20:32:56.834Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45972026-08-25T20:32:57.114Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45982026-08-25T20:32:57.536Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45992026-08-25T20:32:57.674Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46002026-08-25T20:32:57.720Z[verify-libraries] Compiling git-stub v1.0.0
46012026-08-25T20:32:57.838Z[verify-libraries] Compiling kstat-rs v0.2.5
46022026-08-25T20:32:57.910Z[verify-libraries] Compiling trait-variant v0.1.2
46032026-08-25T20:32:57.952Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46042026-08-25T20:32:58.040Z[ recovery-image] Aug 25 20:32:56.757 INFO O| Aug 25 20:32:56.755 INFO O| Planning: Fetching manifests: 129/130 99% complete
46052026-08-25T20:32:58.054Z[ recovery-image] Aug 25 20:32:56.758 INFO O| Aug 25 20:32:56.758 INFO O| Planning: Fetching manifests: 130/130 100% complete
46062026-08-25T20:32:58.059Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46072026-08-25T20:32:58.178Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46082026-08-25T20:32:58.313Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46092026-08-25T20:32:58.464Z[ recovery-image] Aug 25 20:32:57.182 INFO O| Aug 25 20:32:57.182 INFO O| Planning: Package planning ... Done
46102026-08-25T20:32:58.520Z[verify-libraries] Compiling ghash v0.6.0
46112026-08-25T20:32:58.577Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46122026-08-25T20:32:58.742Z[ recovery-image] Aug 25 20:32:57.423 INFO O| Aug 25 20:32:57.423 INFO O| Planning: Merging actions ... Done
46132026-08-25T20:32:58.762Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46142026-08-25T20:32:58.946Z[verify-libraries] Compiling pbkdf2 v0.13.0
46152026-08-25T20:32:58.952Z[ recovery-image] Aug 25 20:32:57.671 INFO O| Aug 25 20:32:57.671 INFO O| Planning: Checking for conflicting actions ... Done
46162026-08-25T20:32:59.010Z[ recovery-image] Aug 25 20:32:57.728 INFO O| Aug 25 20:32:57.728 INFO O| Planning: Consolidating action changes ... Done
46172026-08-25T20:32:59.139Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46182026-08-25T20:32:59.150Z[ recovery-image] Aug 25 20:32:57.868 INFO O| Aug 25 20:32:57.868 INFO O| Planning: Evaluating mediators ... Done
46192026-08-25T20:32:59.176Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46202026-08-25T20:32:59.253Z[verify-libraries] Compiling crypto-bigint v0.7.5
46212026-08-25T20:32:59.813Z[verify-libraries] Compiling aes v0.9.1
46222026-08-25T20:33:00.117Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46232026-08-25T20:33:00.355Z[ host-image] Aug 25 20:32:59.074 INFO O| Aug 25 20:32:59.074 INFO O| Download: 20083/23888 items 177.9/222.8MB 79% complete (7.2M/s)
46242026-08-25T20:33:00.385Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46252026-08-25T20:33:00.426Z[verify-libraries] Compiling ctr v0.10.1
46262026-08-25T20:33:00.615Z[verify-libraries] Compiling aead v0.6.1
46272026-08-25T20:33:00.643Z[ recovery-image] Aug 25 20:32:59.362 INFO O| Aug 25 20:32:59.362 INFO O| Planning: Planning completed in 10.79 seconds
46282026-08-25T20:33:00.647Z[ recovery-image] Aug 25 20:32:59.364 INFO O| Aug 25 20:32:59.364 INFO O| Packages to install: 130
46292026-08-25T20:33:00.647Z[ recovery-image] Aug 25 20:32:59.364 INFO O| Aug 25 20:32:59.364 INFO O| Mediators to change: 5
46302026-08-25T20:33:00.647Z[ recovery-image] Aug 25 20:32:59.364 INFO O| Aug 25 20:32:59.364 INFO O| Services to change: 5
46312026-08-25T20:33:00.658Z[verify-libraries] Compiling bb8 v0.8.6
46322026-08-25T20:33:00.662Z[verify-libraries] Compiling parking_lot_core v0.8.6
46332026-08-25T20:33:00.674Z[ recovery-image] Aug 25 20:32:59.393 INFO O| Aug 25 20:32:59.393 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46342026-08-25T20:33:00.743Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46352026-08-25T20:33:00.862Z[verify-libraries] Compiling aes-gcm v0.11.0
46362026-08-25T20:33:00.914Z[verify-libraries] Compiling progenitor v0.13.0
46372026-08-25T20:33:01.038Z[verify-libraries] Compiling spki v0.8.0
46382026-08-25T20:33:01.074Z[verify-libraries] Compiling mime_guess v2.0.5
46392026-08-25T20:33:01.118Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46402026-08-25T20:33:01.146Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
46412026-08-25T20:33:01.289Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46422026-08-25T20:33:01.329Z[verify-libraries] Compiling salsa20 v0.11.0
46432026-08-25T20:33:01.361Z[verify-libraries] Compiling nanorand v0.7.0
46442026-08-25T20:33:01.533Z[verify-libraries] Compiling scrypt v0.12.0
46452026-08-25T20:33:01.557Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46462026-08-25T20:33:01.736Z[verify-libraries] Compiling flume v0.11.1
46472026-08-25T20:33:01.778Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46482026-08-25T20:33:01.906Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46492026-08-25T20:33:02.000Z[verify-libraries] Compiling cbc v0.2.1
46502026-08-25T20:33:02.027Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46512026-08-25T20:33:02.117Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46522026-08-25T20:33:02.181Z[verify-libraries] Compiling corncobs v0.1.4
46532026-08-25T20:33:02.270Z[verify-libraries] Compiling http-range v0.1.5
46542026-08-25T20:33:02.305Z[verify-libraries] Compiling nonempty v0.12.0
46552026-08-25T20:33:02.396Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46562026-08-25T20:33:02.421Z[verify-libraries] Compiling pkcs5 v0.8.1
46572026-08-25T20:33:02.442Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46582026-08-25T20:33:02.515Z[verify-libraries] Compiling parking_lot v0.11.2
46592026-08-25T20:33:02.568Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46602026-08-25T20:33:02.888Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46612026-08-25T20:33:02.965Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46622026-08-25T20:33:03.023Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46632026-08-25T20:33:03.066Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46642026-08-25T20:33:03.379Z[verify-libraries] Compiling digest-io v0.1.0
46652026-08-25T20:33:03.487Z[verify-libraries] Compiling prefix-trie v0.7.0
46662026-08-25T20:33:03.510Z[verify-libraries] Compiling secrecy v0.8.0
46672026-08-25T20:33:03.618Z[verify-libraries] Compiling rawzip v0.4.4
46682026-08-25T20:33:03.809Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46692026-08-25T20:33:04.010Z[verify-libraries] Compiling hickory-server v0.25.2
46702026-08-25T20:33:04.039Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46712026-08-25T20:33:04.147Z[verify-libraries] Compiling pkcs8 v0.11.0
46722026-08-25T20:33:04.391Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46732026-08-25T20:33:04.430Z[verify-libraries] Compiling sled v0.34.7
46742026-08-25T20:33:04.683Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46752026-08-25T20:33:04.857Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46762026-08-25T20:33:05.111Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46772026-08-25T20:33:05.183Z[verify-libraries] Compiling ignore v0.4.25
46782026-08-25T20:33:05.233Z[verify-libraries] Compiling anstyle-parse v0.2.7
46792026-08-25T20:33:05.356Z[ host-image] Aug 25 20:33:04.074 INFO O| Aug 25 20:33:04.074 INFO O| Download: 23826/23888 items 222.7/222.8MB 99% complete (9.1M/s)
46802026-08-25T20:33:05.454Z[ host-image] Aug 25 20:33:04.171 INFO O| Aug 25 20:33:04.171 INFO O| Download: Completed 222.83 MB in 35.11 seconds (6.3M/s)
46812026-08-25T20:33:05.495Z[verify-libraries] Compiling ff v0.14.0
46822026-08-25T20:33:05.678Z[ recovery-image] Aug 25 20:33:04.396 INFO O| Aug 25 20:33:04.396 INFO O| Download: 5071/16682 items 43.9/200.0MB 21% complete (8.8M/s)
46832026-08-25T20:33:05.697Z[verify-libraries] Compiling anstream v0.6.21
46842026-08-25T20:33:05.766Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46852026-08-25T20:33:05.796Z[verify-libraries] Compiling predicates-tree v1.0.13
46862026-08-25T20:33:06.117Z[verify-libraries] Compiling globwalk v0.9.1
46872026-08-25T20:33:06.145Z[verify-libraries] Compiling libz-sys v1.1.24
46882026-08-25T20:33:06.598Z[verify-libraries] Compiling rand_seeder v0.4.0
46892026-08-25T20:33:06.699Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46902026-08-25T20:33:06.744Z[verify-libraries] Compiling group v0.14.0
46912026-08-25T20:33:06.771Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46922026-08-25T20:33:06.862Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46932026-08-25T20:33:07.025Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46942026-08-25T20:33:07.084Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
46952026-08-25T20:33:07.170Z[verify-libraries] Compiling signature v3.0.0
46962026-08-25T20:33:07.231Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
46972026-08-25T20:33:07.317Z[verify-libraries] Compiling instability v0.3.11
46982026-08-25T20:33:07.421Z[verify-libraries] Compiling base16ct v1.0.0
46992026-08-25T20:33:07.469Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47002026-08-25T20:33:07.575Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47012026-08-25T20:33:07.667Z[verify-libraries] Compiling sec1 v0.8.1
47022026-08-25T20:33:07.691Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47032026-08-25T20:33:07.702Z[verify-libraries] Compiling hkdf v0.13.0
47042026-08-25T20:33:07.974Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47052026-08-25T20:33:08.076Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47062026-08-25T20:33:08.133Z[verify-libraries] Compiling scuffle v0.1.0
47072026-08-25T20:33:08.196Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47082026-08-25T20:33:08.250Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47092026-08-25T20:33:08.299Z[verify-libraries] Compiling castaway v0.2.4
47102026-08-25T20:33:08.446Z[verify-libraries] Compiling indoc v2.0.7
47112026-08-25T20:33:08.533Z[verify-libraries] Compiling compact_str v0.8.1
47122026-08-25T20:33:08.576Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47132026-08-25T20:33:08.754Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47142026-08-25T20:33:09.082Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47152026-08-25T20:33:09.108Z[ host-image] Aug 25 20:33:07.823 INFO O| Aug 25 20:33:07.823 INFO O| Actions: 1/54182 actions (Installing new actions)
47162026-08-25T20:33:09.213Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47172026-08-25T20:33:09.254Z[verify-libraries] Compiling elliptic-curve v0.14.1
47182026-08-25T20:33:09.339Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47192026-08-25T20:33:09.551Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47202026-08-25T20:33:09.860Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47212026-08-25T20:33:10.035Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47222026-08-25T20:33:10.382Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47232026-08-25T20:33:10.419Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47242026-08-25T20:33:10.805Z[ recovery-image] Aug 25 20:33:09.524 INFO O| Aug 25 20:33:09.524 INFO O| Download: 12642/16682 items 151.0/200.0MB 75% complete (15.4M/s)
47252026-08-25T20:33:10.892Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47262026-08-25T20:33:11.101Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47272026-08-25T20:33:11.233Z[verify-libraries] Compiling lru v0.12.5
47282026-08-25T20:33:11.266Z[verify-libraries] Compiling unicode-truncate v1.1.0
47292026-08-25T20:33:11.303Z[verify-libraries] Compiling arc-swap v1.8.2
47302026-08-25T20:33:11.492Z[verify-libraries] Compiling cassowary v0.3.0
47312026-08-25T20:33:11.500Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47322026-08-25T20:33:11.511Z[verify-libraries] Compiling wnaf v0.14.0
47332026-08-25T20:33:11.700Z[verify-libraries] Compiling slog-scope v4.4.1
47342026-08-25T20:33:11.797Z[verify-libraries] Compiling ratatui v0.29.0
47352026-08-25T20:33:12.062Z[verify-libraries] Compiling primefield v0.14.0
47362026-08-25T20:33:12.094Z[verify-libraries] Compiling rfc6979 v0.6.0
47372026-08-25T20:33:12.372Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47382026-08-25T20:33:12.440Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47392026-08-25T20:33:12.493Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47402026-08-25T20:33:12.863Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47412026-08-25T20:33:13.140Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47422026-08-25T20:33:13.223Z[ recovery-image] Aug 25 20:33:11.916 INFO O| Aug 25 20:33:11.916 INFO O| Download: Completed 200.00 MB in 12.52 seconds (15.9M/s)
47432026-08-25T20:33:13.354Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
47442026-08-25T20:33:13.531Z[verify-libraries] Compiling vergen-git2 v9.1.0
47452026-08-25T20:33:13.780Z[verify-libraries] Compiling strsim v0.10.0
47462026-08-25T20:33:13.874Z[verify-libraries] Compiling ecdsa v0.17.0
47472026-08-25T20:33:13.901Z[verify-libraries] Compiling primeorder v0.14.0
47482026-08-25T20:33:14.116Z[ host-image] Aug 25 20:33:12.823 INFO O| Aug 25 20:33:12.823 INFO O| Actions: 24695/54182 actions (Installing new actions)
47492026-08-25T20:33:14.148Z[verify-libraries] Compiling darling_core v0.13.4
47502026-08-25T20:33:14.177Z[verify-libraries] Compiling slog-stdlog v4.1.1
47512026-08-25T20:33:14.395Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47522026-08-25T20:33:14.425Z[verify-libraries] Compiling tungstenite v0.23.0
47532026-08-25T20:33:14.440Z[verify-libraries] Compiling console v0.16.2
47542026-08-25T20:33:14.664Z[verify-libraries] Compiling curve25519-dalek v5.0.0
47552026-08-25T20:33:14.786Z[verify-libraries] Compiling libsw-core v0.3.2
47562026-08-25T20:33:14.817Z[verify-libraries] Compiling assert_matches v1.5.0
47572026-08-25T20:33:14.952Z[verify-libraries] Compiling void v1.0.2
47582026-08-25T20:33:15.017Z[verify-libraries] Compiling unit-prefix v0.5.2
47592026-08-25T20:33:15.094Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
47602026-08-25T20:33:15.175Z[verify-libraries] Compiling lzss v0.8.2
47612026-08-25T20:33:15.236Z[verify-libraries] Compiling indicatif v0.18.4
47622026-08-25T20:33:15.317Z[verify-libraries] Compiling libsw v3.5.0
47632026-08-25T20:33:15.333Z[verify-libraries] Compiling slog-envlogger v2.2.0
47642026-08-25T20:33:15.411Z[verify-libraries] Compiling ssh-encoding v0.3.0
47652026-08-25T20:33:15.430Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47662026-08-25T20:33:15.467Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47672026-08-25T20:33:15.523Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47682026-08-25T20:33:15.775Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47692026-08-25T20:33:15.835Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47702026-08-25T20:33:15.852Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
47712026-08-25T20:33:16.066Z[verify-libraries] Compiling nix v0.27.1
47722026-08-25T20:33:16.082Z[verify-libraries] Compiling colored v2.2.0
47732026-08-25T20:33:16.139Z[verify-libraries] Compiling blake3 v1.8.5
47742026-08-25T20:33:16.193Z[verify-libraries] Compiling serde_bytes v0.11.19
47752026-08-25T20:33:16.224Z[verify-libraries] Compiling darling_macro v0.13.4
47762026-08-25T20:33:16.429Z[ host-image] Aug 25 20:33:15.135 INFO O| Aug 25 20:33:15.135 INFO O| Actions: Completed 54182 actions in 7.31 seconds.
47772026-08-25T20:33:16.470Z[verify-libraries] Compiling keccak v0.2.0
47782026-08-25T20:33:16.515Z[verify-libraries] Compiling shell-words v1.1.1
47792026-08-25T20:33:16.525Z[ host-image] Aug 25 20:33:15.242 INFO O| Aug 25 20:33:15.242 INFO O| Finalize: Updating package state database ... Done
47802026-08-25T20:33:16.525Z[ host-image] Aug 25 20:33:15.242 INFO O| Aug 25 20:33:15.242 INFO O| Finalize: Updating package cache ... Done
47812026-08-25T20:33:16.693Z[ host-image] Aug 25 20:33:15.405 INFO O| Aug 25 20:33:15.405 INFO O| Finalize: Updating image state ... Done
47822026-08-25T20:33:16.734Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
47832026-08-25T20:33:16.768Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47842026-08-25T20:33:16.905Z[verify-libraries] Compiling darling v0.13.4
47852026-08-25T20:33:16.977Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
47862026-08-25T20:33:17.066Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47872026-08-25T20:33:17.232Z[verify-libraries] Compiling ed25519 v3.0.0
47882026-08-25T20:33:17.486Z[verify-libraries] Compiling crypto-primes v0.7.2
47892026-08-25T20:33:17.699Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
47902026-08-25T20:33:17.738Z[ host-image] Aug 25 20:33:16.458 INFO O| Aug 25 20:33:16.457 INFO O| Finalize: Creating fast lookup database ... Done
47912026-08-25T20:33:17.769Z[ host-image] Aug 25 20:33:16.488 INFO O| Aug 25 20:33:16.488 INFO O| Finalize: Reading search index ... Done
47922026-08-25T20:33:18.233Z[verify-libraries] Compiling poly1305 v0.9.0
47932026-08-25T20:33:18.266Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
47942026-08-25T20:33:18.369Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47952026-08-25T20:33:18.685Z[ recovery-image] Aug 25 20:33:17.397 INFO O| Aug 25 20:33:17.397 INFO O| Actions: 1/27580 actions (Installing new actions)
47962026-08-25T20:33:18.702Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47972026-08-25T20:33:18.760Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
47982026-08-25T20:33:18.794Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47992026-08-25T20:33:18.977Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48002026-08-25T20:33:19.061Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48012026-08-25T20:33:19.182Z[verify-libraries] Compiling blowfish v0.10.0
48022026-08-25T20:33:19.358Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48032026-08-25T20:33:19.379Z[verify-libraries] Compiling petname v2.0.2
48042026-08-25T20:33:19.458Z[verify-libraries] Compiling constant_time_eq v0.4.2
48052026-08-25T20:33:19.519Z[verify-libraries] Compiling arrayref v0.3.9
48062026-08-25T20:33:19.548Z[verify-libraries] Compiling arrayvec v0.7.6
48072026-08-25T20:33:19.688Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
48082026-08-25T20:33:19.748Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
48092026-08-25T20:33:20.136Z[verify-libraries] Compiling ssh-cipher v0.3.0
48102026-08-25T20:33:20.196Z[verify-libraries] Compiling rsa v0.10.0-rc.18
48112026-08-25T20:33:20.233Z[verify-libraries] Compiling ed25519-dalek v3.0.0
48122026-08-25T20:33:20.319Z[verify-libraries] Compiling serde_with_macros v1.5.2
48132026-08-25T20:33:20.466Z[verify-libraries] Compiling sha3 v0.11.0
48142026-08-25T20:33:20.721Z[verify-libraries] Compiling p384 v0.14.0
48152026-08-25T20:33:20.762Z[verify-libraries] Compiling p256 v0.14.0
48162026-08-25T20:33:20.857Z[verify-libraries] Compiling p521 v0.14.0
48172026-08-25T20:33:20.865Z[ host-image] Aug 25 20:33:19.582 INFO O| Aug 25 20:33:19.582 INFO O| Finalize: Building new search index ... Done
48182026-08-25T20:33:20.904Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
48192026-08-25T20:33:20.973Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48202026-08-25T20:33:21.077Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48212026-08-25T20:33:21.331Z[ host-image] Aug 25 20:33:20.040 INFO O| Aug 25 20:33:20.040 INFO O| Finalize: Updating package cache ... Done
48222026-08-25T20:33:21.338Z[verify-libraries] Compiling twox-hash v2.1.2
48232026-08-25T20:33:21.392Z[verify-libraries] Compiling kem v0.3.0
48242026-08-25T20:33:21.649Z[verify-libraries] Compiling module-lattice v0.2.3
48252026-08-25T20:33:21.676Z[verify-libraries] Compiling atty v0.2.14
48262026-08-25T20:33:21.703Z[ host-image] Aug 25 20:33:20.420 INFO O| Aug 25 20:33:20.420 INFO STEP 11 (pkg_install) COMPLETE
48272026-08-25T20:33:21.703Z[ host-image] Aug 25 20:33:20.420 INFO O| Aug 25 20:33:20.420 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48282026-08-25T20:33:21.713Z[ host-image] Aug 25 20:33:20.430 INFO O| Aug 25 20:33:20.430 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"]
48292026-08-25T20:33:21.931Z[verify-libraries] Compiling rtoolbox v0.0.3
48302026-08-25T20:33:21.937Z[verify-libraries] Compiling topological-sort v0.2.2
48312026-08-25T20:33:21.948Z[verify-libraries] Compiling sponge-cursor v0.1.0
48322026-08-25T20:33:22.039Z[verify-libraries] Compiling rpassword v7.5.4
48332026-08-25T20:33:22.223Z[verify-libraries] Compiling omicron-zone-package v0.12.3
48342026-08-25T20:33:22.250Z[verify-libraries] Compiling sha3 v0.12.0
48352026-08-25T20:33:22.275Z[verify-libraries] Compiling ml-kem v0.3.2
48362026-08-25T20:33:22.503Z[verify-libraries] Compiling serde_with v1.14.0
48372026-08-25T20:33:23.368Z[verify-libraries] Compiling russh-cryptovec v0.62.0
48382026-08-25T20:33:23.369Z[verify-libraries] Compiling tui-tree-widget v0.23.1
48392026-08-25T20:33:23.476Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
48402026-08-25T20:33:23.676Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48412026-08-25T20:33:23.685Z[ recovery-image] Aug 25 20:33:22.403 INFO O| Aug 25 20:33:22.403 INFO O| Actions: 21745/27580 actions (Installing new actions)
48422026-08-25T20:33:23.731Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
48432026-08-25T20:33:23.787Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
48442026-08-25T20:33:23.835Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
48452026-08-25T20:33:24.064Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
48462026-08-25T20:33:24.267Z[ host-image] Aug 25 20:33:22.986 INFO O| Aug 25 20:33:22.985 INFO O| Startup: Refreshing catalog 'helios' ... Done
48472026-08-25T20:33:24.295Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48482026-08-25T20:33:24.609Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48492026-08-25T20:33:24.677Z[ recovery-image] Aug 25 20:33:23.389 INFO O| Aug 25 20:33:23.389 INFO O| Actions: Completed 27580 actions in 5.99 seconds.
48502026-08-25T20:33:24.760Z[ recovery-image] Aug 25 20:33:23.478 INFO O| Aug 25 20:33:23.478 INFO O| Finalize: Updating package state database ... Done
48512026-08-25T20:33:24.760Z[ recovery-image] Aug 25 20:33:23.479 INFO O| Aug 25 20:33:23.478 INFO O| Finalize: Updating package cache ... Done
48522026-08-25T20:33:24.785Z[ host-image] Aug 25 20:33:23.501 INFO O| Aug 25 20:33:23.501 INFO O| Startup: Caching catalogs ... Done
48532026-08-25T20:33:24.880Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48542026-08-25T20:33:24.905Z[ recovery-image] Aug 25 20:33:23.623 INFO O| Aug 25 20:33:23.623 INFO O| Finalize: Updating image state ... Done
48552026-08-25T20:33:25.211Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
48562026-08-25T20:33:25.380Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48572026-08-25T20:33:25.464Z[ host-image] Aug 25 20:33:24.180 INFO O| Aug 25 20:33:24.180 INFO O| Planning: Solver setup ... Done
48582026-08-25T20:33:25.471Z[ host-image] Aug 25 20:33:24.186 INFO O| Aug 25 20:33:24.185 INFO O| Planning: Running solver ... Done
48592026-08-25T20:33:25.475Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
48602026-08-25T20:33:25.475Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48612026-08-25T20:33:25.505Z[ host-image] Aug 25 20:33:24.202 INFO O| Aug 25 20:33:24.202 INFO O| Planning: Finding local manifests ... Done
48622026-08-25T20:33:25.514Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48632026-08-25T20:33:25.525Z[ host-image] Aug 25 20:33:24.244 INFO O| Aug 25 20:33:24.244 INFO O| Planning: Fetching manifests: 0/6 0% complete
48642026-08-25T20:33:25.668Z[ recovery-image] Aug 25 20:33:24.387 INFO O| Aug 25 20:33:24.387 INFO O| Finalize: Creating fast lookup database ... Done
48652026-08-25T20:33:25.686Z[ recovery-image] Aug 25 20:33:24.405 INFO O| Aug 25 20:33:24.405 INFO O| Finalize: Reading search index ... Done
48662026-08-25T20:33:25.704Z[ host-image] Aug 25 20:33:24.417 INFO O| Aug 25 20:33:24.417 INFO O| Planning: Fetching manifests: 6/6 100% complete
48672026-08-25T20:33:25.724Z[ host-image] Aug 25 20:33:24.438 INFO O| Aug 25 20:33:24.438 INFO O| Planning: Package planning ... Done
48682026-08-25T20:33:25.728Z[ host-image] Aug 25 20:33:24.440 INFO O| Aug 25 20:33:24.440 INFO O| Planning: Merging actions ... Done
48692026-08-25T20:33:25.775Z[ host-image] Aug 25 20:33:24.494 INFO O| Aug 25 20:33:24.494 INFO O| Planning: Checking for conflicting actions ... Done
48702026-08-25T20:33:25.780Z[ host-image] Aug 25 20:33:24.495 INFO O| Aug 25 20:33:24.495 INFO O| Planning: Consolidating action changes ... Done
48712026-08-25T20:33:25.917Z[ host-image] Aug 25 20:33:24.635 INFO O| Aug 25 20:33:24.635 INFO O| Planning: Evaluating mediators ... Done
48722026-08-25T20:33:25.921Z[ host-image] Aug 25 20:33:24.637 INFO O| Aug 25 20:33:24.637 INFO O| Planning: Planning completed in 1.12 seconds
48732026-08-25T20:33:25.921Z[ host-image] Aug 25 20:33:24.637 INFO O| Aug 25 20:33:24.637 INFO O| Packages to install: 6
48742026-08-25T20:33:25.921Z[ host-image] Aug 25 20:33:24.637 INFO O| Aug 25 20:33:24.637 INFO O| Services to change: 2
48752026-08-25T20:33:25.930Z[ host-image] Aug 25 20:33:24.648 INFO O| Aug 25 20:33:24.648 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
48762026-08-25T20:33:26.409Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48772026-08-25T20:33:26.413Z[ host-image] Aug 25 20:33:25.129 INFO O| Aug 25 20:33:25.129 INFO O| Download: Completed 1.76 MB in 0.48 seconds (3.6M/s)
48782026-08-25T20:33:26.919Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48792026-08-25T20:33:27.004Z[ host-image] Aug 25 20:33:25.719 INFO O| Aug 25 20:33:25.719 INFO O| Actions: 1/391 actions (Installing new actions)
48802026-08-25T20:33:27.145Z[ host-image] Aug 25 20:33:25.862 INFO O| Aug 25 20:33:25.862 INFO O| Actions: Completed 391 actions in 0.14 seconds.
48812026-08-25T20:33:27.195Z[ host-image] Aug 25 20:33:25.903 INFO O| Aug 25 20:33:25.903 INFO O| Finalize: Updating package state database ... Done
48822026-08-25T20:33:27.195Z[ host-image] Aug 25 20:33:25.903 INFO O| Aug 25 20:33:25.903 INFO O| Finalize: Updating package cache ... Done
48832026-08-25T20:33:27.281Z[ host-image] Aug 25 20:33:26.000 INFO O| Aug 25 20:33:26.000 INFO O| Finalize: Updating image state ... Done
48842026-08-25T20:33:27.573Z[ recovery-image] Aug 25 20:33:26.292 INFO O| Aug 25 20:33:26.292 INFO O| Finalize: Building new search index ... Done
48852026-08-25T20:33:27.946Z[ recovery-image] Aug 25 20:33:26.665 INFO O| Aug 25 20:33:26.665 INFO O| Finalize: Updating package cache ... Done
48862026-08-25T20:33:28.100Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48872026-08-25T20:33:28.271Z[ recovery-image] Aug 25 20:33:26.989 INFO O| Aug 25 20:33:26.989 INFO STEP 11 (pkg_install) COMPLETE
48882026-08-25T20:33:28.271Z[ recovery-image] Aug 25 20:33:26.989 INFO O| Aug 25 20:33:26.989 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48892026-08-25T20:33:28.271Z[ recovery-image] Aug 25 20:33:26.989 INFO O| Aug 25 20:33:26.989 INFO skip step because feature "recovery" is enabled
48902026-08-25T20:33:28.275Z[ recovery-image] Aug 25 20:33:26.989 INFO O| Aug 25 20:33:26.989 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48912026-08-25T20:33:28.275Z[ recovery-image] Aug 25 20:33:26.989 INFO O| Aug 25 20:33:26.989 INFO skip step because feature "omicron1" is not enabled
48922026-08-25T20:33:28.275Z[ recovery-image] Aug 25 20:33:26.989 INFO O| Aug 25 20:33:26.989 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48932026-08-25T20:33:28.278Z[ host-image] Aug 25 20:33:26.995 INFO O| Aug 25 20:33:26.995 INFO O| Finalize: Creating fast lookup database ... Done
48942026-08-25T20:33:28.282Z[ recovery-image] Aug 25 20:33:26.999 INFO O| Aug 25 20:33:26.999 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48952026-08-25T20:33:28.309Z[ host-image] Aug 25 20:33:27.029 INFO O| Aug 25 20:33:27.028 INFO O| Finalize: Reading search index ... Done
48962026-08-25T20:33:28.309Z[ host-image] Aug 25 20:33:27.029 INFO O| Aug 25 20:33:27.029 INFO O| Finalize: Updating search index ... Done
48972026-08-25T20:33:28.331Z[ host-image] Aug 25 20:33:27.045 INFO O| Aug 25 20:33:27.045 INFO O| Finalize: Updating package cache ... Done
48982026-08-25T20:33:28.440Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48992026-08-25T20:33:28.632Z[ host-image] Aug 25 20:33:27.351 INFO O| Aug 25 20:33:27.351 INFO STEP 12 (pkg_install) COMPLETE
49002026-08-25T20:33:28.632Z[ host-image] Aug 25 20:33:27.351 INFO O| Aug 25 20:33:27.351 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49012026-08-25T20:33:28.643Z[ host-image] Aug 25 20:33:27.361 INFO O| Aug 25 20:33:27.361 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
49022026-08-25T20:33:28.850Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
49032026-08-25T20:33:28.981Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
49042026-08-25T20:33:29.249Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
49052026-08-25T20:33:29.366Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49062026-08-25T20:33:29.852Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
49072026-08-25T20:33:30.537Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
49082026-08-25T20:33:30.575Z[ recovery-image] Aug 25 20:33:29.275 INFO O| Aug 25 20:33:29.275 INFO O| Startup: Refreshing catalog 'helios' ... Done
49092026-08-25T20:33:31.117Z[ host-image] Aug 25 20:33:29.823 INFO O| Aug 25 20:33:29.823 INFO O| Startup: Refreshing catalog 'helios' ... Done
49102026-08-25T20:33:31.150Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49112026-08-25T20:33:31.442Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
49122026-08-25T20:33:31.708Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
49132026-08-25T20:33:31.723Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
49142026-08-25T20:33:31.771Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
49152026-08-25T20:33:31.962Z[verify-libraries] Compiling fatfs v0.3.6
49162026-08-25T20:33:32.055Z[verify-libraries] Compiling num-bigint v0.4.6
49172026-08-25T20:33:32.174Z[verify-libraries] Compiling generic-array v1.4.3
49182026-08-25T20:33:32.238Z[verify-libraries] Compiling russh-util v0.52.0
49192026-08-25T20:33:32.473Z[verify-libraries] Compiling enum_dispatch v0.3.13
49202026-08-25T20:33:32.488Z[ recovery-image] Aug 25 20:33:31.205 INFO O| Aug 25 20:33:31.205 INFO O| Startup: Caching catalogs ... Done
49212026-08-25T20:33:32.589Z[ host-image] Aug 25 20:33:31.267 INFO O| Aug 25 20:33:31.267 INFO O| Startup: Caching catalogs ... Done
49222026-08-25T20:33:32.752Z[verify-libraries] Compiling delegate v0.13.5
49232026-08-25T20:33:32.802Z[verify-libraries] Compiling sapling-renderdag v0.1.0
49242026-08-25T20:33:32.955Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
49252026-08-25T20:33:33.068Z[ recovery-image] Aug 25 20:33:31.785 INFO O| Aug 25 20:33:31.785 INFO O| Planning: Solver setup ... Done
49262026-08-25T20:33:33.073Z[ recovery-image] Aug 25 20:33:31.790 INFO O| Aug 25 20:33:31.790 INFO O| Planning: Running solver ... Done
49272026-08-25T20:33:33.087Z[ recovery-image] Aug 25 20:33:31.805 INFO O| Aug 25 20:33:31.805 INFO O| Planning: Finding local manifests ... Done
49282026-08-25T20:33:33.130Z[ recovery-image] Aug 25 20:33:31.837 INFO O| Aug 25 20:33:31.837 INFO O| Planning: Fetching manifests: 0/1 0% complete
49292026-08-25T20:33:33.163Z[ recovery-image] Aug 25 20:33:31.846 INFO O| Aug 25 20:33:31.846 INFO O| Planning: Fetching manifests: 1/1 100% complete
49302026-08-25T20:33:33.163Z[ host-image] Aug 25 20:33:31.850 INFO O| Aug 25 20:33:31.850 INFO O| Planning: Solver setup ... Done
49312026-08-25T20:33:33.167Z[ host-image] Aug 25 20:33:31.855 INFO O| Aug 25 20:33:31.855 INFO O| Planning: Running solver ... Done
49322026-08-25T20:33:33.167Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49332026-08-25T20:33:33.167Z[ recovery-image] Aug 25 20:33:31.864 INFO O| Aug 25 20:33:31.864 INFO O| Planning: Package planning ... Done
49342026-08-25T20:33:33.167Z[ recovery-image] Aug 25 20:33:31.864 INFO O| Aug 25 20:33:31.864 INFO O| Planning: Merging actions ... Done
49352026-08-25T20:33:33.167Z[ host-image] Aug 25 20:33:31.872 INFO O| Aug 25 20:33:31.871 INFO O| Planning: Finding local manifests ... Done
49362026-08-25T20:33:33.167Z[ recovery-image] Aug 25 20:33:31.884 INFO O| Aug 25 20:33:31.884 INFO O| Planning: Checking for conflicting actions ... Done
49372026-08-25T20:33:33.167Z[ recovery-image] Aug 25 20:33:31.884 INFO O| Aug 25 20:33:31.884 INFO O| Planning: Consolidating action changes ... Done
49382026-08-25T20:33:33.179Z[ host-image] Aug 25 20:33:31.893 INFO O| Aug 25 20:33:31.893 INFO O| Planning: Fetching manifests: 0/6 0% complete
49392026-08-25T20:33:33.220Z[verify-libraries] Compiling seq-macro v0.3.6
49402026-08-25T20:33:33.268Z[ recovery-image] Aug 25 20:33:31.981 INFO O| Aug 25 20:33:31.981 INFO O| Planning: Evaluating mediators ... Done
49412026-08-25T20:33:33.275Z[ recovery-image] Aug 25 20:33:31.982 INFO O| Aug 25 20:33:31.982 INFO O| Planning: Planning completed in 0.76 seconds
49422026-08-25T20:33:33.275Z[ recovery-image] Aug 25 20:33:31.982 INFO O| Aug 25 20:33:31.982 INFO O| Packages to install: 1
49432026-08-25T20:33:33.279Z[ recovery-image] Aug 25 20:33:31.994 INFO O| Aug 25 20:33:31.994 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49442026-08-25T20:33:33.338Z[ host-image] Aug 25 20:33:32.057 INFO O| Aug 25 20:33:32.053 INFO O| Planning: Fetching manifests: 6/6 100% complete
49452026-08-25T20:33:33.377Z[ host-image] Aug 25 20:33:32.094 INFO O| Aug 25 20:33:32.094 INFO O| Planning: Package planning ... Done
49462026-08-25T20:33:33.395Z[ host-image] Aug 25 20:33:32.103 INFO O| Aug 25 20:33:32.103 INFO O| Planning: Merging actions ... Done
49472026-08-25T20:33:33.419Z[ recovery-image] Aug 25 20:33:32.137 INFO O| Aug 25 20:33:32.137 INFO O| Download: Completed 13.27 MB in 0.14 seconds (92.8M/s)
49482026-08-25T20:33:33.434Z[verify-libraries] Compiling sync-ptr v0.1.4
49492026-08-25T20:33:33.448Z[ host-image] Aug 25 20:33:32.155 INFO O| Aug 25 20:33:32.155 INFO O| Planning: Checking for conflicting actions ... Done
49502026-08-25T20:33:33.460Z[ host-image] Aug 25 20:33:32.158 INFO O| Aug 25 20:33:32.158 INFO O| Planning: Consolidating action changes ... Done
49512026-08-25T20:33:33.460Z[ recovery-image] Aug 25 20:33:32.163 INFO O| Aug 25 20:33:32.163 INFO O| Actions: 1/22 actions (Installing new actions)
49522026-08-25T20:33:33.520Z[verify-libraries] Compiling md5 v0.8.0
49532026-08-25T20:33:33.581Z[verify-libraries] Compiling hex-literal v1.1.0
49542026-08-25T20:33:33.599Z[ host-image] Aug 25 20:33:32.315 INFO O| Aug 25 20:33:32.315 INFO O| Planning: Evaluating mediators ... Done
49552026-08-25T20:33:33.609Z[ host-image] Aug 25 20:33:32.318 INFO O| Aug 25 20:33:32.318 INFO O| Planning: Planning completed in 1.03 seconds
49562026-08-25T20:33:33.610Z[ host-image] Aug 25 20:33:32.318 INFO O| Aug 25 20:33:32.318 INFO O| Packages to install: 6
49572026-08-25T20:33:33.610Z[ host-image] Aug 25 20:33:32.318 INFO O| Aug 25 20:33:32.318 INFO O| Mediators to change: 1
49582026-08-25T20:33:33.610Z[ host-image] Aug 25 20:33:32.318 INFO O| Aug 25 20:33:32.318 INFO O| Services to change: 1
49592026-08-25T20:33:33.610Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
49602026-08-25T20:33:33.630Z[ host-image] Aug 25 20:33:32.331 INFO O| Aug 25 20:33:32.331 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
49612026-08-25T20:33:33.664Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49622026-08-25T20:33:33.762Z[ recovery-image] Aug 25 20:33:32.421 INFO O| Aug 25 20:33:32.421 INFO O| Actions: Completed 22 actions in 0.26 seconds.
49632026-08-25T20:33:33.781Z[ recovery-image] Aug 25 20:33:32.473 INFO O| Aug 25 20:33:32.473 INFO O| Finalize: Updating package state database ... Done
49642026-08-25T20:33:33.782Z[ recovery-image] Aug 25 20:33:32.473 INFO O| Aug 25 20:33:32.473 INFO O| Finalize: Updating package cache ... Done
49652026-08-25T20:33:33.833Z[verify-libraries] Compiling russh v0.62.4
49662026-08-25T20:33:33.919Z[ recovery-image] Aug 25 20:33:32.585 INFO O| Aug 25 20:33:32.585 INFO O| Finalize: Updating image state ... Done
49672026-08-25T20:33:33.925Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
49682026-08-25T20:33:33.925Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
49692026-08-25T20:33:33.942Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
49702026-08-25T20:33:34.651Z[ recovery-image] Aug 25 20:33:33.368 INFO O| Aug 25 20:33:33.368 INFO O| Finalize: Creating fast lookup database ... Done
49712026-08-25T20:33:34.666Z[ recovery-image] Aug 25 20:33:33.385 INFO O| Aug 25 20:33:33.385 INFO O| Finalize: Reading search index ... Done
49722026-08-25T20:33:34.667Z[ recovery-image] Aug 25 20:33:33.385 INFO O| Aug 25 20:33:33.385 INFO O| Finalize: Updating search index ... Done
49732026-08-25T20:33:34.676Z[ recovery-image] Aug 25 20:33:33.395 INFO O| Aug 25 20:33:33.395 INFO O| Finalize: Updating package cache ... Done
49742026-08-25T20:33:35.137Z[ recovery-image] Aug 25 20:33:33.748 INFO O| Aug 25 20:33:33.748 INFO STEP 14 (pkg_install) COMPLETE
49752026-08-25T20:33:35.137Z[ recovery-image] Aug 25 20:33:33.748 INFO O| Aug 25 20:33:33.748 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49762026-08-25T20:33:35.160Z[ recovery-image] Aug 25 20:33:33.748 INFO O| Aug 25 20:33:33.748 INFO skip step because feature "mbist" is not enabled
49772026-08-25T20:33:35.160Z[ recovery-image] Aug 25 20:33:33.748 INFO O| Aug 25 20:33:33.748 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49782026-08-25T20:33:35.161Z[ recovery-image] Aug 25 20:33:33.748 INFO O| Aug 25 20:33:33.748 INFO skip step because feature "mfg" is not enabled
49792026-08-25T20:33:35.161Z[ recovery-image] Aug 25 20:33:33.748 INFO O| Aug 25 20:33:33.748 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49802026-08-25T20:33:35.161Z[ recovery-image] Aug 25 20:33:33.748 INFO O| Aug 25 20:33:33.748 INFO skip step because feature "compliance" is not enabled
49812026-08-25T20:33:35.161Z[ recovery-image] Aug 25 20:33:33.748 INFO O| Aug 25 20:33:33.748 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49822026-08-25T20:33:35.161Z[ recovery-image] Aug 25 20:33:33.748 INFO O| Aug 25 20:33:33.748 INFO skip step because feature "stress" is not enabled
49832026-08-25T20:33:35.161Z[ recovery-image] Aug 25 20:33:33.748 INFO O| Aug 25 20:33:33.748 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49842026-08-25T20:33:35.161Z[ recovery-image] Aug 25 20:33:33.748 INFO O| Aug 25 20:33:33.748 INFO skip step because feature "compliance" is not enabled
49852026-08-25T20:33:35.161Z[ recovery-image] Aug 25 20:33:33.748 INFO O| Aug 25 20:33:33.748 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49862026-08-25T20:33:35.161Z[ recovery-image] Aug 25 20:33:33.748 INFO O| Aug 25 20:33:33.748 INFO skip step because feature "nfs" is not enabled
49872026-08-25T20:33:35.161Z[ recovery-image] Aug 25 20:33:33.748 INFO O| Aug 25 20:33:33.748 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49882026-08-25T20:33:35.161Z[ recovery-image] Aug 25 20:33:33.748 INFO O| Aug 25 20:33:33.748 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49892026-08-25T20:33:35.161Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
49902026-08-25T20:33:35.161Z[ host-image] Aug 25 20:33:33.846 INFO O| Aug 25 20:33:33.846 INFO O| Download: Completed 7.84 MB in 1.51 seconds (5.2M/s)
49912026-08-25T20:33:35.165Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49922026-08-25T20:33:35.328Z[verify-libraries] Compiling samael v0.0.19
49932026-08-25T20:33:35.400Z[ host-image] Aug 25 20:33:34.118 INFO O| Aug 25 20:33:34.118 INFO O| Actions: 1/1366 actions (Installing new actions)
49942026-08-25T20:33:35.493Z[ recovery-image] Aug 25 20:33:34.210 INFO O| Aug 25 20:33:34.210 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49952026-08-25T20:33:35.620Z[ recovery-image] Aug 25 20:33:34.339 INFO O| Aug 25 20:33:34.339 INFO completed processing sled/ramdisk-01-os
49962026-08-25T20:33:35.625Z[ recovery-image] Aug 25 20:33:34.341 INFO image builder template: ramdisk-02-trim...
49972026-08-25T20:33:35.625Z[ recovery-image] Aug 25 20:33:34.341 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/.tmplb0VGG/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
49982026-08-25T20:33:35.646Z[ recovery-image] Aug 25 20:33:34.364 INFO O| Aug 25 20:33:34.363 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49992026-08-25T20:33:35.651Z[ recovery-image] Aug 25 20:33:34.367 INFO O| Aug 25 20:33:34.367 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50002026-08-25T20:33:35.661Z[ host-image] Aug 25 20:33:34.380 INFO O| Aug 25 20:33:34.380 INFO O| Actions: Completed 1366 actions in 0.26 seconds.
50012026-08-25T20:33:35.709Z[ host-image] Aug 25 20:33:34.427 INFO O| Aug 25 20:33:34.427 INFO O| Finalize: Updating package state database ... Done
50022026-08-25T20:33:35.709Z[ host-image] Aug 25 20:33:34.427 INFO O| Aug 25 20:33:34.427 INFO O| Finalize: Updating package cache ... Done
50032026-08-25T20:33:35.758Z[ recovery-image] Aug 25 20:33:34.476 INFO O| Aug 25 20:33:34.476 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50042026-08-25T20:33:35.811Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50052026-08-25T20:33:35.816Z[ host-image] Aug 25 20:33:34.533 INFO O| Aug 25 20:33:34.533 INFO O| Finalize: Updating image state ... Done
50062026-08-25T20:33:35.826Z[ recovery-image] Aug 25 20:33:34.544 INFO O| Aug 25 20:33:34.544 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50072026-08-25T20:33:35.826Z[ recovery-image] Aug 25 20:33:34.544 INFO O| Aug 25 20:33:34.544 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50082026-08-25T20:33:35.830Z[ recovery-image] Aug 25 20:33:34.549 INFO O| Aug 25 20:33:34.549 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50092026-08-25T20:33:35.835Z[ recovery-image] Aug 25 20:33:34.554 INFO O| Aug 25 20:33:34.554 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50102026-08-25T20:33:35.840Z[ recovery-image] Aug 25 20:33:34.559 INFO O| Aug 25 20:33:34.559 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50112026-08-25T20:33:36.404Z[ recovery-image] Aug 25 20:33:35.033 INFO O| Aug 25 20:33:35.033 INFO rolled back to input snapshot; work may begin
50122026-08-25T20:33:36.404Z[ recovery-image] Aug 25 20:33:35.033 INFO O| Aug 25 20:33:35.033 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50132026-08-25T20:33:36.443Z[ recovery-image] Aug 25 20:33:35.038 INFO O| Aug 25 20:33:35.038 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50142026-08-25T20:33:36.444Z[ recovery-image] Aug 25 20:33:35.048 INFO O| Aug 25 20:33:35.048 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50152026-08-25T20:33:36.444Z[ recovery-image] Aug 25 20:33:35.120 INFO O| Aug 25 20:33:35.119 INFO STEP 0 (remove_files) COMPLETE
50162026-08-25T20:33:36.444Z[ recovery-image] Aug 25 20:33:35.120 INFO O| Aug 25 20:33:35.120 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50172026-08-25T20:33:36.448Z[ recovery-image] Aug 25 20:33:35.134 INFO O| Aug 25 20:33:35.134 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50182026-08-25T20:33:36.448Z[ recovery-image] Aug 25 20:33:35.136 INFO O| Aug 25 20:33:35.136 INFO STEP 1 (remove_files) COMPLETE
50192026-08-25T20:33:36.448Z[ recovery-image] Aug 25 20:33:35.136 INFO O| Aug 25 20:33:35.136 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50202026-08-25T20:33:36.448Z[ recovery-image] Aug 25 20:33:35.146 INFO O| Aug 25 20:33:35.146 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50212026-08-25T20:33:36.449Z[ recovery-image] Aug 25 20:33:35.161 INFO O| Aug 25 20:33:35.161 INFO STEP 2 (remove_files) COMPLETE
50222026-08-25T20:33:36.449Z[ recovery-image] Aug 25 20:33:35.161 INFO O| Aug 25 20:33:35.161 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50232026-08-25T20:33:36.458Z[ recovery-image] Aug 25 20:33:35.177 INFO O| Aug 25 20:33:35.176 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50242026-08-25T20:33:36.461Z[ recovery-image] Aug 25 20:33:35.178 INFO O| Aug 25 20:33:35.178 INFO STEP 3 (remove_files) COMPLETE
50252026-08-25T20:33:36.461Z[ recovery-image] Aug 25 20:33:35.178 INFO O| Aug 25 20:33:35.178 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50262026-08-25T20:33:36.473Z[ recovery-image] Aug 25 20:33:35.191 INFO O| Aug 25 20:33:35.191 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50272026-08-25T20:33:36.477Z[ recovery-image] Aug 25 20:33:35.196 INFO O| Aug 25 20:33:35.195 INFO STEP 4 (remove_files) COMPLETE
50282026-08-25T20:33:36.477Z[ recovery-image] Aug 25 20:33:35.196 INFO O| Aug 25 20:33:35.195 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50292026-08-25T20:33:36.504Z[ recovery-image] Aug 25 20:33:35.223 INFO O| Aug 25 20:33:35.223 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50302026-08-25T20:33:36.508Z[ recovery-image] Aug 25 20:33:35.223 INFO O| Aug 25 20:33:35.223 INFO STEP 5 (remove_files) COMPLETE
50312026-08-25T20:33:36.508Z[ recovery-image] Aug 25 20:33:35.223 INFO O| Aug 25 20:33:35.223 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50322026-08-25T20:33:36.528Z[ recovery-image] Aug 25 20:33:35.246 INFO O| Aug 25 20:33:35.246 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50332026-08-25T20:33:36.551Z[ recovery-image] Aug 25 20:33:35.270 INFO O| Aug 25 20:33:35.270 INFO STEP 6 (remove_files) COMPLETE
50342026-08-25T20:33:36.551Z[ recovery-image] Aug 25 20:33:35.270 INFO O| Aug 25 20:33:35.270 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50352026-08-25T20:33:36.551Z[ recovery-image] Aug 25 20:33:35.270 INFO O| Aug 25 20:33:35.270 INFO skip step because feature "heliosv2" is not enabled
50362026-08-25T20:33:36.555Z[ recovery-image] Aug 25 20:33:35.270 INFO O| Aug 25 20:33:35.270 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50372026-08-25T20:33:36.555Z[ recovery-image] Aug 25 20:33:35.270 INFO O| Aug 25 20:33:35.270 INFO skip step because feature "recovery" is enabled
50382026-08-25T20:33:36.555Z[ recovery-image] Aug 25 20:33:35.270 INFO O| Aug 25 20:33:35.270 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50392026-08-25T20:33:36.555Z[ recovery-image] Aug 25 20:33:35.270 INFO O| Aug 25 20:33:35.270 INFO skip step because feature "recovery" is enabled
50402026-08-25T20:33:36.555Z[ recovery-image] Aug 25 20:33:35.270 INFO O| Aug 25 20:33:35.270 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50412026-08-25T20:33:36.555Z[ recovery-image] Aug 25 20:33:35.270 INFO O| Aug 25 20:33:35.270 INFO skip step because feature "recovery" is enabled
50422026-08-25T20:33:36.555Z[ recovery-image] Aug 25 20:33:35.270 INFO O| Aug 25 20:33:35.270 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50432026-08-25T20:33:36.589Z[ recovery-image] Aug 25 20:33:35.305 INFO O| Aug 25 20:33:35.304 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50442026-08-25T20:33:36.593Z[ recovery-image] Aug 25 20:33:35.308 INFO O| Aug 25 20:33:35.308 INFO STEP 11 (remove_files) COMPLETE
50452026-08-25T20:33:36.594Z[ recovery-image] Aug 25 20:33:35.308 INFO O| Aug 25 20:33:35.308 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50462026-08-25T20:33:36.600Z[ recovery-image] Aug 25 20:33:35.318 INFO O| Aug 25 20:33:35.318 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50472026-08-25T20:33:36.603Z[ recovery-image] Aug 25 20:33:35.320 INFO O| Aug 25 20:33:35.320 INFO STEP 12 (remove_files) COMPLETE
50482026-08-25T20:33:36.603Z[ recovery-image] Aug 25 20:33:35.320 INFO O| Aug 25 20:33:35.320 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50492026-08-25T20:33:36.630Z[ recovery-image] Aug 25 20:33:35.349 INFO O| Aug 25 20:33:35.349 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50502026-08-25T20:33:36.634Z[ recovery-image] Aug 25 20:33:35.350 INFO O| Aug 25 20:33:35.350 INFO STEP 13 (remove_files) COMPLETE
50512026-08-25T20:33:36.634Z[ recovery-image] Aug 25 20:33:35.350 INFO O| Aug 25 20:33:35.350 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50522026-08-25T20:33:36.649Z[ recovery-image] Aug 25 20:33:35.366 INFO O| Aug 25 20:33:35.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50532026-08-25T20:33:36.680Z[ recovery-image] Aug 25 20:33:35.397 INFO O| Aug 25 20:33:35.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50542026-08-25T20:33:36.684Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
50552026-08-25T20:33:36.790Z[ host-image] Aug 25 20:33:35.508 INFO O| Aug 25 20:33:35.508 INFO O| Finalize: Creating fast lookup database ... Done
50562026-08-25T20:33:36.800Z[ recovery-image] Aug 25 20:33:35.518 INFO O| Aug 25 20:33:35.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50572026-08-25T20:33:36.803Z[ recovery-image] Aug 25 20:33:35.519 INFO O| Aug 25 20:33:35.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50582026-08-25T20:33:36.809Z[ recovery-image] Aug 25 20:33:35.526 INFO O| Aug 25 20:33:35.526 INFO STEP 14 (remove_files) COMPLETE
50592026-08-25T20:33:36.809Z[ recovery-image] Aug 25 20:33:35.526 INFO O| Aug 25 20:33:35.526 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50602026-08-25T20:33:36.818Z[ host-image] Aug 25 20:33:35.537 INFO O| Aug 25 20:33:35.537 INFO O| Finalize: Reading search index ... Done
50612026-08-25T20:33:36.819Z[ host-image] Aug 25 20:33:35.537 INFO O| Aug 25 20:33:35.537 INFO O| Finalize: Updating search index ... Done
50622026-08-25T20:33:36.836Z[ recovery-image] Aug 25 20:33:35.554 INFO O| Aug 25 20:33:35.554 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50632026-08-25T20:33:36.840Z[ recovery-image] Aug 25 20:33:35.555 INFO O| Aug 25 20:33:35.555 INFO STEP 15 (remove_files) COMPLETE
50642026-08-25T20:33:36.840Z[ recovery-image] Aug 25 20:33:35.555 INFO O| Aug 25 20:33:35.555 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-25T20:33:36.846Z[ recovery-image] Aug 25 20:33:35.565 INFO O| Aug 25 20:33:35.565 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50662026-08-25T20:33:36.851Z[ recovery-image] Aug 25 20:33:35.570 INFO O| Aug 25 20:33:35.570 INFO STEP 16 (remove_files) COMPLETE
50672026-08-25T20:33:36.851Z[ recovery-image] Aug 25 20:33:35.570 INFO O| Aug 25 20:33:35.570 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-08-25T20:33:36.851Z[ host-image] Aug 25 20:33:35.570 INFO O| Aug 25 20:33:35.570 INFO O| Finalize: Updating package cache ... Done
50692026-08-25T20:33:36.861Z[ recovery-image] Aug 25 20:33:35.580 INFO O| Aug 25 20:33:35.580 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50702026-08-25T20:33:36.865Z[ recovery-image] Aug 25 20:33:35.580 INFO O| Aug 25 20:33:35.580 INFO STEP 17 (remove_files) COMPLETE
50712026-08-25T20:33:36.865Z[ recovery-image] Aug 25 20:33:35.580 INFO O| Aug 25 20:33:35.580 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-08-25T20:33:36.872Z[ recovery-image] Aug 25 20:33:35.591 INFO O| Aug 25 20:33:35.591 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50732026-08-25T20:33:36.876Z[ recovery-image] Aug 25 20:33:35.592 INFO O| Aug 25 20:33:35.592 INFO STEP 18 (remove_files) COMPLETE
50742026-08-25T20:33:36.876Z[ recovery-image] Aug 25 20:33:35.592 INFO O| Aug 25 20:33:35.592 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-08-25T20:33:36.884Z[ recovery-image] Aug 25 20:33:35.603 INFO O| Aug 25 20:33:35.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50762026-08-25T20:33:36.884Z[ recovery-image] Aug 25 20:33:35.603 INFO O| Aug 25 20:33:35.603 INFO STEP 19 (remove_files) COMPLETE
50772026-08-25T20:33:36.884Z[ recovery-image] Aug 25 20:33:35.603 INFO O| Aug 25 20:33:35.603 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-08-25T20:33:36.896Z[ recovery-image] Aug 25 20:33:35.614 INFO O| Aug 25 20:33:35.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50792026-08-25T20:33:36.896Z[ recovery-image] Aug 25 20:33:35.614 INFO O| Aug 25 20:33:35.614 INFO STEP 20 (remove_files) COMPLETE
50802026-08-25T20:33:36.896Z[ recovery-image] Aug 25 20:33:35.614 INFO O| Aug 25 20:33:35.614 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-08-25T20:33:36.913Z[ recovery-image] Aug 25 20:33:35.623 INFO O| Aug 25 20:33:35.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50822026-08-25T20:33:36.913Z[ recovery-image] Aug 25 20:33:35.623 INFO O| Aug 25 20:33:35.623 INFO STEP 21 (remove_files) COMPLETE
50832026-08-25T20:33:36.913Z[ recovery-image] Aug 25 20:33:35.623 INFO O| Aug 25 20:33:35.623 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-08-25T20:33:36.921Z[ recovery-image] Aug 25 20:33:35.639 INFO O| Aug 25 20:33:35.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50852026-08-25T20:33:36.921Z[ recovery-image] Aug 25 20:33:35.639 INFO O| Aug 25 20:33:35.639 INFO STEP 22 (remove_files) COMPLETE
50862026-08-25T20:33:36.925Z[ recovery-image] Aug 25 20:33:35.639 INFO O| Aug 25 20:33:35.639 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-08-25T20:33:36.925Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
50882026-08-25T20:33:36.930Z[ recovery-image] Aug 25 20:33:35.649 INFO O| Aug 25 20:33:35.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50892026-08-25T20:33:36.930Z[ recovery-image] Aug 25 20:33:35.649 INFO O| Aug 25 20:33:35.649 INFO STEP 23 (remove_files) COMPLETE
50902026-08-25T20:33:36.931Z[ recovery-image] Aug 25 20:33:35.649 INFO O| Aug 25 20:33:35.649 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50912026-08-25T20:33:36.942Z[ recovery-image] Aug 25 20:33:35.658 INFO O| Aug 25 20:33:35.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50922026-08-25T20:33:36.942Z[ recovery-image] Aug 25 20:33:35.659 INFO O| Aug 25 20:33:35.658 INFO STEP 24 (remove_files) COMPLETE
50932026-08-25T20:33:36.942Z[ recovery-image] Aug 25 20:33:35.659 INFO O| Aug 25 20:33:35.658 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50942026-08-25T20:33:36.949Z[ recovery-image] Aug 25 20:33:35.668 INFO O| Aug 25 20:33:35.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50952026-08-25T20:33:36.949Z[ recovery-image] Aug 25 20:33:35.668 INFO O| Aug 25 20:33:35.668 INFO STEP 25 (remove_files) COMPLETE
50962026-08-25T20:33:36.954Z[ recovery-image] Aug 25 20:33:35.668 INFO O| Aug 25 20:33:35.668 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50972026-08-25T20:33:36.958Z[ recovery-image] Aug 25 20:33:35.677 INFO O| Aug 25 20:33:35.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50982026-08-25T20:33:36.958Z[ recovery-image] Aug 25 20:33:35.677 INFO O| Aug 25 20:33:35.677 INFO STEP 26 (remove_files) COMPLETE
50992026-08-25T20:33:36.958Z[ recovery-image] Aug 25 20:33:35.677 INFO O| Aug 25 20:33:35.677 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51002026-08-25T20:33:36.968Z[ recovery-image] Aug 25 20:33:35.686 INFO O| Aug 25 20:33:35.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51012026-08-25T20:33:36.968Z[ recovery-image] Aug 25 20:33:35.686 INFO O| Aug 25 20:33:35.686 INFO STEP 27 (remove_files) COMPLETE
51022026-08-25T20:33:36.972Z[ recovery-image] Aug 25 20:33:35.686 INFO O| Aug 25 20:33:35.686 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51032026-08-25T20:33:36.977Z[verify-libraries] Compiling socket2 v0.5.10
51042026-08-25T20:33:36.981Z[ recovery-image] Aug 25 20:33:35.695 INFO O| Aug 25 20:33:35.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51052026-08-25T20:33:36.981Z[ recovery-image] Aug 25 20:33:35.695 INFO O| Aug 25 20:33:35.695 INFO STEP 28 (remove_files) COMPLETE
51062026-08-25T20:33:36.981Z[ recovery-image] Aug 25 20:33:35.695 INFO O| Aug 25 20:33:35.695 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-08-25T20:33:36.999Z[ recovery-image] Aug 25 20:33:35.715 INFO O| Aug 25 20:33:35.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51082026-08-25T20:33:36.999Z[ recovery-image] Aug 25 20:33:35.715 INFO O| Aug 25 20:33:35.715 INFO STEP 29 (remove_files) COMPLETE
51092026-08-25T20:33:36.999Z[ recovery-image] Aug 25 20:33:35.715 INFO O| Aug 25 20:33:35.715 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-08-25T20:33:37.014Z[ recovery-image] Aug 25 20:33:35.730 INFO O| Aug 25 20:33:35.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51112026-08-25T20:33:37.014Z[ recovery-image] Aug 25 20:33:35.730 INFO O| Aug 25 20:33:35.730 INFO STEP 30 (remove_files) COMPLETE
51122026-08-25T20:33:37.019Z[ recovery-image] Aug 25 20:33:35.730 INFO O| Aug 25 20:33:35.730 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51132026-08-25T20:33:37.028Z[ recovery-image] Aug 25 20:33:35.745 INFO O| Aug 25 20:33:35.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51142026-08-25T20:33:37.028Z[ recovery-image] Aug 25 20:33:35.745 INFO O| Aug 25 20:33:35.745 INFO STEP 31 (remove_files) COMPLETE
51152026-08-25T20:33:37.028Z[ recovery-image] Aug 25 20:33:35.745 INFO O| Aug 25 20:33:35.745 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51162026-08-25T20:33:37.036Z[ recovery-image] Aug 25 20:33:35.755 INFO O| Aug 25 20:33:35.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51172026-08-25T20:33:37.036Z[ recovery-image] Aug 25 20:33:35.755 INFO O| Aug 25 20:33:35.755 INFO STEP 32 (remove_files) COMPLETE
51182026-08-25T20:33:37.036Z[ recovery-image] Aug 25 20:33:35.755 INFO O| Aug 25 20:33:35.755 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51192026-08-25T20:33:37.059Z[ recovery-image] Aug 25 20:33:35.775 INFO O| Aug 25 20:33:35.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51202026-08-25T20:33:37.059Z[ recovery-image] Aug 25 20:33:35.775 INFO O| Aug 25 20:33:35.775 INFO STEP 33 (remove_files) COMPLETE
51212026-08-25T20:33:37.059Z[ recovery-image] Aug 25 20:33:35.775 INFO O| Aug 25 20:33:35.775 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51222026-08-25T20:33:37.068Z[ recovery-image] Aug 25 20:33:35.787 INFO O| Aug 25 20:33:35.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51232026-08-25T20:33:37.069Z[ recovery-image] Aug 25 20:33:35.787 INFO O| Aug 25 20:33:35.787 INFO STEP 34 (remove_files) COMPLETE
51242026-08-25T20:33:37.069Z[ recovery-image] Aug 25 20:33:35.787 INFO O| Aug 25 20:33:35.787 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-08-25T20:33:37.077Z[ recovery-image] Aug 25 20:33:35.796 INFO O| Aug 25 20:33:35.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51262026-08-25T20:33:37.078Z[ recovery-image] Aug 25 20:33:35.796 INFO O| Aug 25 20:33:35.796 INFO STEP 35 (remove_files) COMPLETE
51272026-08-25T20:33:37.078Z[ recovery-image] Aug 25 20:33:35.796 INFO O| Aug 25 20:33:35.796 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51282026-08-25T20:33:37.087Z[ recovery-image] Aug 25 20:33:35.805 INFO O| Aug 25 20:33:35.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51292026-08-25T20:33:37.087Z[ recovery-image] Aug 25 20:33:35.805 INFO O| Aug 25 20:33:35.805 INFO STEP 36 (remove_files) COMPLETE
51302026-08-25T20:33:37.091Z[ recovery-image] Aug 25 20:33:35.805 INFO O| Aug 25 20:33:35.805 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-08-25T20:33:37.096Z[ recovery-image] Aug 25 20:33:35.814 INFO O| Aug 25 20:33:35.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51322026-08-25T20:33:37.096Z[ recovery-image] Aug 25 20:33:35.815 INFO O| Aug 25 20:33:35.814 INFO STEP 37 (remove_files) COMPLETE
51332026-08-25T20:33:37.096Z[ recovery-image] Aug 25 20:33:35.815 INFO O| Aug 25 20:33:35.815 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-08-25T20:33:37.106Z[ recovery-image] Aug 25 20:33:35.824 INFO O| Aug 25 20:33:35.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51352026-08-25T20:33:37.106Z[ recovery-image] Aug 25 20:33:35.824 INFO O| Aug 25 20:33:35.824 INFO STEP 38 (remove_files) COMPLETE
51362026-08-25T20:33:37.107Z[ recovery-image] Aug 25 20:33:35.824 INFO O| Aug 25 20:33:35.824 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-08-25T20:33:37.115Z[ recovery-image] Aug 25 20:33:35.834 INFO O| Aug 25 20:33:35.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51382026-08-25T20:33:37.115Z[ recovery-image] Aug 25 20:33:35.834 INFO O| Aug 25 20:33:35.834 INFO STEP 39 (remove_files) COMPLETE
51392026-08-25T20:33:37.115Z[ recovery-image] Aug 25 20:33:35.834 INFO O| Aug 25 20:33:35.834 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-08-25T20:33:37.251Z[ recovery-image] Aug 25 20:33:35.845 INFO O| Aug 25 20:33:35.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51412026-08-25T20:33:37.251Z[ recovery-image] Aug 25 20:33:35.845 INFO O| Aug 25 20:33:35.845 INFO STEP 40 (remove_files) COMPLETE
51422026-08-25T20:33:37.251Z[ recovery-image] Aug 25 20:33:35.845 INFO O| Aug 25 20:33:35.845 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-08-25T20:33:37.251Z[ recovery-image] Aug 25 20:33:35.856 INFO O| Aug 25 20:33:35.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51442026-08-25T20:33:37.251Z[ recovery-image] Aug 25 20:33:35.856 INFO O| Aug 25 20:33:35.856 INFO STEP 41 (remove_files) COMPLETE
51452026-08-25T20:33:37.251Z[ recovery-image] Aug 25 20:33:35.856 INFO O| Aug 25 20:33:35.856 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-08-25T20:33:37.251Z[ host-image] Aug 25 20:33:35.875 INFO O| Aug 25 20:33:35.874 INFO STEP 13 (pkg_install) COMPLETE
51472026-08-25T20:33:37.251Z[ host-image] Aug 25 20:33:35.875 INFO O| Aug 25 20:33:35.875 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51482026-08-25T20:33:37.251Z[ recovery-image] Aug 25 20:33:35.876 INFO O| Aug 25 20:33:35.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51492026-08-25T20:33:37.251Z[ recovery-image] Aug 25 20:33:35.876 INFO O| Aug 25 20:33:35.876 INFO STEP 42 (remove_files) COMPLETE
51502026-08-25T20:33:37.251Z[ recovery-image] Aug 25 20:33:35.876 INFO O| Aug 25 20:33:35.876 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-08-25T20:33:37.251Z[ host-image] Aug 25 20:33:35.885 INFO O| Aug 25 20:33:35.885 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
51522026-08-25T20:33:37.251Z[ recovery-image] Aug 25 20:33:35.887 INFO O| Aug 25 20:33:35.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51532026-08-25T20:33:37.251Z[ recovery-image] Aug 25 20:33:35.887 INFO O| Aug 25 20:33:35.887 INFO STEP 43 (remove_files) COMPLETE
51542026-08-25T20:33:37.252Z[ recovery-image] Aug 25 20:33:35.887 INFO O| Aug 25 20:33:35.887 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-08-25T20:33:37.252Z[ recovery-image] Aug 25 20:33:35.899 INFO O| Aug 25 20:33:35.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51562026-08-25T20:33:37.252Z[ recovery-image] Aug 25 20:33:35.899 INFO O| Aug 25 20:33:35.899 INFO STEP 44 (remove_files) COMPLETE
51572026-08-25T20:33:37.252Z[ recovery-image] Aug 25 20:33:35.899 INFO O| Aug 25 20:33:35.899 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-08-25T20:33:37.252Z[ recovery-image] Aug 25 20:33:35.912 INFO O| Aug 25 20:33:35.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51592026-08-25T20:33:37.252Z[ recovery-image] Aug 25 20:33:35.912 INFO O| Aug 25 20:33:35.912 INFO STEP 45 (remove_files) COMPLETE
51602026-08-25T20:33:37.252Z[ recovery-image] Aug 25 20:33:35.912 INFO O| Aug 25 20:33:35.912 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-08-25T20:33:37.252Z[ recovery-image] Aug 25 20:33:35.921 INFO O| Aug 25 20:33:35.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51622026-08-25T20:33:37.252Z[ recovery-image] Aug 25 20:33:35.921 INFO O| Aug 25 20:33:35.921 INFO STEP 46 (remove_files) COMPLETE
51632026-08-25T20:33:37.252Z[ recovery-image] Aug 25 20:33:35.921 INFO O| Aug 25 20:33:35.921 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-08-25T20:33:37.252Z[ recovery-image] Aug 25 20:33:35.929 INFO O| Aug 25 20:33:35.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51652026-08-25T20:33:37.252Z[ recovery-image] Aug 25 20:33:35.929 INFO O| Aug 25 20:33:35.929 INFO STEP 47 (remove_files) COMPLETE
51662026-08-25T20:33:37.252Z[ recovery-image] Aug 25 20:33:35.929 INFO O| Aug 25 20:33:35.929 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-08-25T20:33:37.252Z[ recovery-image] Aug 25 20:33:35.941 INFO O| Aug 25 20:33:35.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51682026-08-25T20:33:37.252Z[ recovery-image] Aug 25 20:33:35.941 INFO O| Aug 25 20:33:35.941 INFO STEP 48 (remove_files) COMPLETE
51692026-08-25T20:33:37.252Z[ recovery-image] Aug 25 20:33:35.941 INFO O| Aug 25 20:33:35.941 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-08-25T20:33:37.257Z[ recovery-image] Aug 25 20:33:35.955 INFO O| Aug 25 20:33:35.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51712026-08-25T20:33:37.257Z[ recovery-image] Aug 25 20:33:35.956 INFO O| Aug 25 20:33:35.956 INFO STEP 49 (remove_files) COMPLETE
51722026-08-25T20:33:37.257Z[ recovery-image] Aug 25 20:33:35.956 INFO O| Aug 25 20:33:35.956 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-08-25T20:33:37.257Z[ recovery-image] Aug 25 20:33:35.966 INFO O| Aug 25 20:33:35.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51742026-08-25T20:33:37.257Z[ recovery-image] Aug 25 20:33:35.966 INFO O| Aug 25 20:33:35.966 INFO STEP 50 (remove_files) COMPLETE
51752026-08-25T20:33:37.257Z[ recovery-image] Aug 25 20:33:35.966 INFO O| Aug 25 20:33:35.966 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-08-25T20:33:37.260Z[ recovery-image] Aug 25 20:33:35.975 INFO O| Aug 25 20:33:35.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51772026-08-25T20:33:37.260Z[ recovery-image] Aug 25 20:33:35.975 INFO O| Aug 25 20:33:35.975 INFO STEP 51 (remove_files) COMPLETE
51782026-08-25T20:33:37.261Z[ recovery-image] Aug 25 20:33:35.975 INFO O| Aug 25 20:33:35.975 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-08-25T20:33:37.280Z[ recovery-image] Aug 25 20:33:35.995 INFO O| Aug 25 20:33:35.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51802026-08-25T20:33:37.280Z[ recovery-image] Aug 25 20:33:35.995 INFO O| Aug 25 20:33:35.995 INFO STEP 52 (remove_files) COMPLETE
51812026-08-25T20:33:37.280Z[ recovery-image] Aug 25 20:33:35.995 INFO O| Aug 25 20:33:35.995 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-08-25T20:33:37.289Z[ recovery-image] Aug 25 20:33:36.007 INFO O| Aug 25 20:33:36.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51832026-08-25T20:33:37.289Z[ recovery-image] Aug 25 20:33:36.007 INFO O| Aug 25 20:33:36.007 INFO STEP 53 (remove_files) COMPLETE
51842026-08-25T20:33:37.289Z[ recovery-image] Aug 25 20:33:36.007 INFO O| Aug 25 20:33:36.007 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51852026-08-25T20:33:37.308Z[ recovery-image] Aug 25 20:33:36.024 INFO O| Aug 25 20:33:36.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51862026-08-25T20:33:37.308Z[ recovery-image] Aug 25 20:33:36.024 INFO O| Aug 25 20:33:36.024 INFO STEP 54 (remove_files) COMPLETE
51872026-08-25T20:33:37.308Z[ recovery-image] Aug 25 20:33:36.024 INFO O| Aug 25 20:33:36.024 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51882026-08-25T20:33:37.329Z[ recovery-image] Aug 25 20:33:36.041 INFO O| Aug 25 20:33:36.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51892026-08-25T20:33:37.329Z[ recovery-image] Aug 25 20:33:36.041 INFO O| Aug 25 20:33:36.041 INFO STEP 55 (remove_files) COMPLETE
51902026-08-25T20:33:37.329Z[ recovery-image] Aug 25 20:33:36.041 INFO O| Aug 25 20:33:36.041 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-08-25T20:33:37.338Z[ recovery-image] Aug 25 20:33:36.051 INFO O| Aug 25 20:33:36.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51922026-08-25T20:33:37.338Z[ recovery-image] Aug 25 20:33:36.051 INFO O| Aug 25 20:33:36.051 INFO STEP 56 (remove_files) COMPLETE
51932026-08-25T20:33:37.338Z[ recovery-image] Aug 25 20:33:36.051 INFO O| Aug 25 20:33:36.051 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51942026-08-25T20:33:37.345Z[ recovery-image] Aug 25 20:33:36.061 INFO O| Aug 25 20:33:36.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51952026-08-25T20:33:37.345Z[ recovery-image] Aug 25 20:33:36.061 INFO O| Aug 25 20:33:36.061 INFO STEP 57 (remove_files) COMPLETE
51962026-08-25T20:33:37.345Z[ recovery-image] Aug 25 20:33:36.061 INFO O| Aug 25 20:33:36.061 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51972026-08-25T20:33:37.353Z[ recovery-image] Aug 25 20:33:36.071 INFO O| Aug 25 20:33:36.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51982026-08-25T20:33:37.353Z[ recovery-image] Aug 25 20:33:36.071 INFO O| Aug 25 20:33:36.071 INFO STEP 58 (remove_files) COMPLETE
51992026-08-25T20:33:37.359Z[ recovery-image] Aug 25 20:33:36.071 INFO O| Aug 25 20:33:36.071 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52002026-08-25T20:33:37.364Z[ recovery-image] Aug 25 20:33:36.080 INFO O| Aug 25 20:33:36.080 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52012026-08-25T20:33:37.364Z[ recovery-image] Aug 25 20:33:36.080 INFO O| Aug 25 20:33:36.080 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52022026-08-25T20:33:37.364Z[ recovery-image] Aug 25 20:33:36.080 INFO O| Aug 25 20:33:36.080 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52032026-08-25T20:33:37.364Z[ recovery-image] Aug 25 20:33:36.081 INFO O| Aug 25 20:33:36.080 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52042026-08-25T20:33:37.364Z[ recovery-image] Aug 25 20:33:36.081 INFO O| Aug 25 20:33:36.080 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52052026-08-25T20:33:37.364Z[ recovery-image] Aug 25 20:33:36.081 INFO O| Aug 25 20:33:36.080 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52062026-08-25T20:33:37.365Z[ recovery-image] Aug 25 20:33:36.081 INFO O| Aug 25 20:33:36.080 INFO ok!
52072026-08-25T20:33:37.365Z[ recovery-image] Aug 25 20:33:36.081 INFO O| Aug 25 20:33:36.080 INFO STEP 59 (ensure_file) COMPLETE
52082026-08-25T20:33:37.365Z[ recovery-image] Aug 25 20:33:36.081 INFO O| Aug 25 20:33:36.080 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52092026-08-25T20:33:37.372Z[ recovery-image] Aug 25 20:33:36.090 INFO O| Aug 25 20:33:36.090 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52102026-08-25T20:33:37.372Z[ recovery-image] Aug 25 20:33:36.090 INFO O| Aug 25 20:33:36.090 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52112026-08-25T20:33:37.372Z[ recovery-image] Aug 25 20:33:36.090 INFO O| Aug 25 20:33:36.090 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52122026-08-25T20:33:37.378Z[ recovery-image] Aug 25 20:33:36.090 INFO O| Aug 25 20:33:36.090 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52132026-08-25T20:33:37.378Z[ recovery-image] Aug 25 20:33:36.090 INFO O| Aug 25 20:33:36.090 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52142026-08-25T20:33:37.378Z[ recovery-image] Aug 25 20:33:36.090 INFO O| Aug 25 20:33:36.090 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52152026-08-25T20:33:37.378Z[ recovery-image] Aug 25 20:33:36.090 INFO O| Aug 25 20:33:36.090 INFO ok!
52162026-08-25T20:33:37.378Z[ recovery-image] Aug 25 20:33:36.090 INFO O| Aug 25 20:33:36.090 INFO STEP 60 (ensure_file) COMPLETE
52172026-08-25T20:33:37.378Z[ recovery-image] Aug 25 20:33:36.090 INFO O| Aug 25 20:33:36.090 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52182026-08-25T20:33:37.383Z[ recovery-image] Aug 25 20:33:36.102 INFO O| Aug 25 20:33:36.102 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52192026-08-25T20:33:37.383Z[ recovery-image] Aug 25 20:33:36.102 INFO O| Aug 25 20:33:36.102 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52202026-08-25T20:33:37.383Z[ recovery-image] Aug 25 20:33:36.102 INFO O| Aug 25 20:33:36.102 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52212026-08-25T20:33:37.383Z[ recovery-image] Aug 25 20:33:36.102 INFO O| Aug 25 20:33:36.102 INFO ok!
52222026-08-25T20:33:37.383Z[ recovery-image] Aug 25 20:33:36.102 INFO O| Aug 25 20:33:36.102 INFO STEP 61 (ensure_file) COMPLETE
52232026-08-25T20:33:37.387Z[ recovery-image] Aug 25 20:33:36.102 INFO O| Aug 25 20:33:36.102 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52242026-08-25T20:33:37.393Z[ recovery-image] Aug 25 20:33:36.112 INFO O| Aug 25 20:33:36.112 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52252026-08-25T20:33:37.394Z[ recovery-image] Aug 25 20:33:36.112 INFO O| Aug 25 20:33:36.112 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52262026-08-25T20:33:37.394Z[ recovery-image] Aug 25 20:33:36.112 INFO O| Aug 25 20:33:36.112 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52272026-08-25T20:33:37.394Z[ recovery-image] Aug 25 20:33:36.112 INFO O| Aug 25 20:33:36.112 INFO ok!
52282026-08-25T20:33:37.394Z[ recovery-image] Aug 25 20:33:36.112 INFO O| Aug 25 20:33:36.112 INFO STEP 62 (ensure_file) COMPLETE
52292026-08-25T20:33:37.394Z[ recovery-image] Aug 25 20:33:36.112 INFO O| Aug 25 20:33:36.112 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52302026-08-25T20:33:37.701Z[ recovery-image] Aug 25 20:33:36.123 INFO O| Aug 25 20:33:36.123 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52312026-08-25T20:33:37.701Z[ recovery-image] Aug 25 20:33:36.123 INFO O| Aug 25 20:33:36.123 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52322026-08-25T20:33:37.701Z[ recovery-image] Aug 25 20:33:36.123 INFO O| Aug 25 20:33:36.123 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52332026-08-25T20:33:37.707Z[ recovery-image] Aug 25 20:33:36.123 INFO O| Aug 25 20:33:36.123 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52342026-08-25T20:33:37.707Z[ recovery-image] Aug 25 20:33:36.123 INFO O| Aug 25 20:33:36.123 INFO ok!
52352026-08-25T20:33:37.707Z[ recovery-image] Aug 25 20:33:36.123 INFO O| Aug 25 20:33:36.123 INFO STEP 63 (ensure_file) COMPLETE
52362026-08-25T20:33:37.707Z[ recovery-image] Aug 25 20:33:36.123 INFO O| Aug 25 20:33:36.123 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52372026-08-25T20:33:37.707Z[ recovery-image] Aug 25 20:33:36.133 INFO O| Aug 25 20:33:36.133 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52382026-08-25T20:33:37.707Z[ recovery-image] Aug 25 20:33:36.133 INFO O| Aug 25 20:33:36.133 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52392026-08-25T20:33:37.707Z[ recovery-image] Aug 25 20:33:36.134 INFO O| Aug 25 20:33:36.134 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52402026-08-25T20:33:37.707Z[ recovery-image] Aug 25 20:33:36.134 INFO O| Aug 25 20:33:36.134 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52412026-08-25T20:33:37.707Z[ recovery-image] Aug 25 20:33:36.134 INFO O| Aug 25 20:33:36.134 INFO ok!
52422026-08-25T20:33:37.707Z[ recovery-image] Aug 25 20:33:36.134 INFO O| Aug 25 20:33:36.134 INFO STEP 64 (ensure_file) COMPLETE
52432026-08-25T20:33:37.707Z[ recovery-image] Aug 25 20:33:36.134 INFO O| Aug 25 20:33:36.134 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52442026-08-25T20:33:37.707Z[ recovery-image] Aug 25 20:33:36.144 INFO O| Aug 25 20:33:36.144 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52452026-08-25T20:33:37.707Z[ recovery-image] Aug 25 20:33:36.144 INFO O| Aug 25 20:33:36.144 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52462026-08-25T20:33:37.708Z[ recovery-image] Aug 25 20:33:36.144 INFO O| Aug 25 20:33:36.144 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52472026-08-25T20:33:37.708Z[ recovery-image] Aug 25 20:33:36.144 INFO O| Aug 25 20:33:36.144 INFO ok!
52482026-08-25T20:33:37.708Z[ recovery-image] Aug 25 20:33:36.144 INFO O| Aug 25 20:33:36.144 INFO STEP 65 (assemble_files) COMPLETE
52492026-08-25T20:33:37.708Z[ recovery-image] Aug 25 20:33:36.144 INFO O| Aug 25 20:33:36.144 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52502026-08-25T20:33:37.708Z[ recovery-image] Aug 25 20:33:36.154 INFO O| Aug 25 20:33:36.154 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52512026-08-25T20:33:37.708Z[ recovery-image] Aug 25 20:33:36.154 INFO O| Aug 25 20:33:36.154 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52522026-08-25T20:33:37.708Z[ recovery-image] Aug 25 20:33:36.154 INFO O| Aug 25 20:33:36.154 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52532026-08-25T20:33:37.708Z[ recovery-image] Aug 25 20:33:36.154 INFO O| Aug 25 20:33:36.154 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52542026-08-25T20:33:37.708Z[ recovery-image] Aug 25 20:33:36.154 INFO O| Aug 25 20:33:36.154 INFO ok!
52552026-08-25T20:33:37.708Z[ recovery-image] Aug 25 20:33:36.154 INFO O| Aug 25 20:33:36.154 INFO STEP 66 (ensure_file) COMPLETE
52562026-08-25T20:33:37.708Z[ recovery-image] Aug 25 20:33:36.154 INFO O| Aug 25 20:33:36.154 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52572026-08-25T20:33:37.708Z[ recovery-image] Aug 25 20:33:36.154 INFO O| Aug 25 20:33:36.154 INFO skip step because feature "omicron1" is not enabled
52582026-08-25T20:33:37.708Z[ recovery-image] Aug 25 20:33:36.154 INFO O| Aug 25 20:33:36.154 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52592026-08-25T20:33:37.708Z[ recovery-image] Aug 25 20:33:36.154 INFO O| Aug 25 20:33:36.154 INFO skip step because feature "omicron1" is not enabled
52602026-08-25T20:33:37.709Z[ recovery-image] Aug 25 20:33:36.154 INFO O| Aug 25 20:33:36.154 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52612026-08-25T20:33:37.709Z[ recovery-image] Aug 25 20:33:36.154 INFO O| Aug 25 20:33:36.154 INFO skip step because feature "omicron1" is not enabled
52622026-08-25T20:33:37.709Z[ recovery-image] Aug 25 20:33:36.154 INFO O| Aug 25 20:33:36.154 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52632026-08-25T20:33:37.709Z[ recovery-image] Aug 25 20:33:36.167 INFO O| Aug 25 20:33:36.167 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52642026-08-25T20:33:37.709Z[ recovery-image] Aug 25 20:33:36.167 INFO O| Aug 25 20:33:36.167 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52652026-08-25T20:33:37.709Z[verify-libraries] Compiling fs-err v2.11.0
52662026-08-25T20:33:37.748Z[verify-libraries] Compiling internet-checksum v0.2.1
52672026-08-25T20:33:37.890Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
52682026-08-25T20:33:38.643Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
52692026-08-25T20:33:38.910Z[ recovery-image] Aug 25 20:33:37.516 INFO O| Aug 25 20:33:37.516 INFO STEP 70 (pack_tar) COMPLETE
52702026-08-25T20:33:38.910Z[ recovery-image] Aug 25 20:33:37.516 INFO O| Aug 25 20:33:37.516 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52712026-08-25T20:33:38.910Z[ recovery-image] Aug 25 20:33:37.516 INFO O| Aug 25 20:33:37.516 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52722026-08-25T20:33:38.951Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
52732026-08-25T20:33:39.127Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
52742026-08-25T20:33:39.247Z[ recovery-image] Aug 25 20:33:37.958 INFO O| Aug 25 20:33:37.958 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52752026-08-25T20:33:39.342Z[ recovery-image] Aug 25 20:33:38.061 INFO O| Aug 25 20:33:38.061 INFO completed processing sled/ramdisk-02-trim
52762026-08-25T20:33:39.369Z[ recovery-image] Aug 25 20:33:38.063 INFO image builder template: ramdisk-03-recovery-trim...
52772026-08-25T20:33:39.369Z[ recovery-image] Aug 25 20:33:38.063 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/.tmplb0VGG/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-03-recovery-trim"], pwd: None
52782026-08-25T20:33:39.385Z[ recovery-image] Aug 25 20:33:38.069 INFO O| Aug 25 20:33:38.069 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52792026-08-25T20:33:39.433Z[ recovery-image] Aug 25 20:33:38.147 INFO O| Aug 25 20:33:38.147 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52802026-08-25T20:33:39.459Z[ recovery-image] Aug 25 20:33:38.151 INFO O| Aug 25 20:33:38.151 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52812026-08-25T20:33:39.476Z[ host-image] Aug 25 20:33:38.174 INFO O| Aug 25 20:33:38.174 INFO O| Startup: Refreshing catalog 'helios' ... Done
52822026-08-25T20:33:39.540Z[ recovery-image] Aug 25 20:33:38.259 INFO O| Aug 25 20:33:38.259 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52832026-08-25T20:33:39.664Z[ recovery-image] Aug 25 20:33:38.345 INFO O| Aug 25 20:33:38.345 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52842026-08-25T20:33:39.664Z[ recovery-image] Aug 25 20:33:38.345 INFO O| Aug 25 20:33:38.345 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52852026-08-25T20:33:39.685Z[verify-libraries] Compiling git2 v0.20.4
52862026-08-25T20:33:39.685Z[ recovery-image] Aug 25 20:33:38.352 INFO O| Aug 25 20:33:38.352 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52872026-08-25T20:33:39.686Z[ recovery-image] Aug 25 20:33:38.356 INFO O| Aug 25 20:33:38.355 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52882026-08-25T20:33:39.686Z[ recovery-image] Aug 25 20:33:38.360 INFO O| Aug 25 20:33:38.360 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52892026-08-25T20:33:39.712Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
52902026-08-25T20:33:40.051Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
52912026-08-25T20:33:40.106Z[ host-image] Aug 25 20:33:38.808 INFO O| Aug 25 20:33:38.808 INFO O| Startup: Caching catalogs ... Done
52922026-08-25T20:33:40.234Z[ recovery-image] Aug 25 20:33:38.952 INFO O| Aug 25 20:33:38.952 INFO rolled back to input snapshot; work may begin
52932026-08-25T20:33:40.234Z[ recovery-image] Aug 25 20:33:38.952 INFO O| Aug 25 20:33:38.952 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52942026-08-25T20:33:40.255Z[ recovery-image] Aug 25 20:33:38.958 INFO O| Aug 25 20:33:38.958 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-08-25T20:33:40.275Z[ recovery-image] Aug 25 20:33:38.968 INFO O| Aug 25 20:33:38.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52962026-08-25T20:33:40.275Z[ recovery-image] Aug 25 20:33:38.971 INFO O| Aug 25 20:33:38.971 INFO STEP 0 (remove_files) COMPLETE
52972026-08-25T20:33:40.275Z[ recovery-image] Aug 25 20:33:38.971 INFO O| Aug 25 20:33:38.971 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-08-25T20:33:40.275Z[ recovery-image] Aug 25 20:33:38.981 INFO O| Aug 25 20:33:38.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52992026-08-25T20:33:40.287Z[ recovery-image] Aug 25 20:33:38.982 INFO O| Aug 25 20:33:38.982 INFO STEP 1 (remove_files) COMPLETE
53002026-08-25T20:33:40.287Z[ recovery-image] Aug 25 20:33:38.982 INFO O| Aug 25 20:33:38.982 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-08-25T20:33:40.288Z[ recovery-image] Aug 25 20:33:38.993 INFO O| Aug 25 20:33:38.993 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53022026-08-25T20:33:40.328Z[ recovery-image] Aug 25 20:33:39.046 INFO O| Aug 25 20:33:39.046 INFO STEP 2 (remove_files) COMPLETE
53032026-08-25T20:33:40.328Z[ recovery-image] Aug 25 20:33:39.046 INFO O| Aug 25 20:33:39.046 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-25T20:33:40.344Z[ recovery-image] Aug 25 20:33:39.057 INFO O| Aug 25 20:33:39.057 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53052026-08-25T20:33:40.514Z[ recovery-image] Aug 25 20:33:39.135 INFO O| Aug 25 20:33:39.135 INFO STEP 3 (remove_files) COMPLETE
53062026-08-25T20:33:40.514Z[ recovery-image] Aug 25 20:33:39.135 INFO O| Aug 25 20:33:39.135 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-08-25T20:33:40.646Z[ recovery-image] Aug 25 20:33:39.147 INFO O| Aug 25 20:33:39.147 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53082026-08-25T20:33:40.647Z[ recovery-image] Aug 25 20:33:39.148 INFO O| Aug 25 20:33:39.148 INFO STEP 4 (remove_files) COMPLETE
53092026-08-25T20:33:40.647Z[ recovery-image] Aug 25 20:33:39.148 INFO O| Aug 25 20:33:39.148 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-25T20:33:40.647Z[ recovery-image] Aug 25 20:33:39.158 INFO O| Aug 25 20:33:39.158 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53112026-08-25T20:33:40.647Z[ recovery-image] Aug 25 20:33:39.191 INFO O| Aug 25 20:33:39.191 INFO STEP 5 (remove_files) COMPLETE
53122026-08-25T20:33:40.647Z[ recovery-image] Aug 25 20:33:39.191 INFO O| Aug 25 20:33:39.191 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-25T20:33:40.647Z[ recovery-image] Aug 25 20:33:39.209 INFO O| Aug 25 20:33:39.204 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53142026-08-25T20:33:40.702Z[ host-image] Aug 25 20:33:39.419 INFO O| Aug 25 20:33:39.419 INFO O| Planning: Solver setup ... Done
53152026-08-25T20:33:40.714Z[ host-image] Aug 25 20:33:39.424 INFO O| Aug 25 20:33:39.424 INFO O| Planning: Running solver ... Done
53162026-08-25T20:33:40.722Z[ host-image] Aug 25 20:33:39.439 INFO O| Aug 25 20:33:39.439 INFO O| Planning: Finding local manifests ... Done
53172026-08-25T20:33:40.752Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
53182026-08-25T20:33:40.789Z[ recovery-image] Aug 25 20:33:39.470 INFO O| Aug 25 20:33:39.470 INFO STEP 6 (remove_files) COMPLETE
53192026-08-25T20:33:40.789Z[ recovery-image] Aug 25 20:33:39.470 INFO O| Aug 25 20:33:39.470 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-08-25T20:33:40.789Z[ host-image] Aug 25 20:33:39.476 INFO O| Aug 25 20:33:39.476 INFO O| Planning: Fetching manifests: 0/1 0% complete
53212026-08-25T20:33:40.806Z[ recovery-image] Aug 25 20:33:39.481 INFO O| Aug 25 20:33:39.481 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53222026-08-25T20:33:40.807Z[ recovery-image] Aug 25 20:33:39.509 INFO O| Aug 25 20:33:39.509 INFO STEP 7 (remove_files) COMPLETE
53232026-08-25T20:33:40.807Z[ recovery-image] Aug 25 20:33:39.510 INFO O| Aug 25 20:33:39.509 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-08-25T20:33:40.807Z[ host-image] Aug 25 20:33:39.510 INFO O| Aug 25 20:33:39.510 INFO O| Planning: Fetching manifests: 1/1 100% complete
53252026-08-25T20:33:40.826Z[ recovery-image] Aug 25 20:33:39.520 INFO O| Aug 25 20:33:39.520 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53262026-08-25T20:33:40.827Z[ host-image] Aug 25 20:33:39.528 INFO O| Aug 25 20:33:39.528 INFO O| Planning: Package planning ... Done
53272026-08-25T20:33:40.827Z[ host-image] Aug 25 20:33:39.528 INFO O| Aug 25 20:33:39.528 INFO O| Planning: Merging actions ... Done
53282026-08-25T20:33:40.854Z[ host-image] Aug 25 20:33:39.566 INFO O| Aug 25 20:33:39.565 INFO O| Planning: Checking for conflicting actions ... Done
53292026-08-25T20:33:40.874Z[ host-image] Aug 25 20:33:39.566 INFO O| Aug 25 20:33:39.566 INFO O| Planning: Consolidating action changes ... Done
53302026-08-25T20:33:40.874Z[ recovery-image] Aug 25 20:33:39.567 INFO O| Aug 25 20:33:39.567 INFO STEP 8 (remove_files) COMPLETE
53312026-08-25T20:33:40.874Z[ recovery-image] Aug 25 20:33:39.567 INFO O| Aug 25 20:33:39.567 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-08-25T20:33:40.874Z[ recovery-image] Aug 25 20:33:39.577 INFO O| Aug 25 20:33:39.577 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53332026-08-25T20:33:40.892Z[ recovery-image] Aug 25 20:33:39.607 INFO O| Aug 25 20:33:39.607 INFO STEP 9 (remove_files) COMPLETE
53342026-08-25T20:33:40.892Z[ recovery-image] Aug 25 20:33:39.607 INFO O| Aug 25 20:33:39.607 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-08-25T20:33:40.904Z[ recovery-image] Aug 25 20:33:39.617 INFO O| Aug 25 20:33:39.617 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53362026-08-25T20:33:40.917Z[ recovery-image] Aug 25 20:33:39.634 INFO O| Aug 25 20:33:39.634 INFO STEP 10 (remove_files) COMPLETE
53372026-08-25T20:33:40.917Z[ recovery-image] Aug 25 20:33:39.634 INFO O| Aug 25 20:33:39.634 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-08-25T20:33:40.938Z[ recovery-image] Aug 25 20:33:39.656 INFO O| Aug 25 20:33:39.656 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53392026-08-25T20:33:40.949Z[ recovery-image] Aug 25 20:33:39.659 INFO O| Aug 25 20:33:39.658 INFO STEP 11 (remove_files) COMPLETE
53402026-08-25T20:33:40.949Z[ recovery-image] Aug 25 20:33:39.659 INFO O| Aug 25 20:33:39.658 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-08-25T20:33:40.949Z[ recovery-image] Aug 25 20:33:39.668 INFO O| Aug 25 20:33:39.668 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53422026-08-25T20:33:40.983Z[ host-image] Aug 25 20:33:39.701 INFO O| Aug 25 20:33:39.701 INFO O| Planning: Evaluating mediators ... Done
53432026-08-25T20:33:40.998Z[ host-image] Aug 25 20:33:39.701 INFO O| Aug 25 20:33:39.701 INFO O| Planning: Planning completed in 0.88 seconds
53442026-08-25T20:33:40.998Z[ host-image] Aug 25 20:33:39.705 INFO O| Aug 25 20:33:39.705 INFO O| Packages to install: 1
53452026-08-25T20:33:41.430Z[ host-image] Aug 25 20:33:39.716 INFO O| Aug 25 20:33:39.716 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
53462026-08-25T20:33:41.430Z[ recovery-image] Aug 25 20:33:39.914 INFO O| Aug 25 20:33:39.914 INFO STEP 12 (remove_files) COMPLETE
53472026-08-25T20:33:41.430Z[ recovery-image] Aug 25 20:33:39.914 INFO O| Aug 25 20:33:39.914 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-08-25T20:33:41.430Z[ host-image] Aug 25 20:33:39.949 INFO O| Aug 25 20:33:39.949 INFO O| Download: Completed 13.27 MB in 0.23 seconds (56.9M/s)
53492026-08-25T20:33:41.430Z[ recovery-image] Aug 25 20:33:39.951 INFO O| Aug 25 20:33:39.950 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53502026-08-25T20:33:41.430Z[ recovery-image] Aug 25 20:33:39.959 INFO O| Aug 25 20:33:39.959 INFO STEP 13 (remove_files) COMPLETE
53512026-08-25T20:33:41.430Z[ recovery-image] Aug 25 20:33:39.959 INFO O| Aug 25 20:33:39.959 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-08-25T20:33:41.430Z[ host-image] Aug 25 20:33:39.971 INFO O| Aug 25 20:33:39.971 INFO O| Actions: 1/22 actions (Installing new actions)
53532026-08-25T20:33:41.430Z[ recovery-image] Aug 25 20:33:39.985 INFO O| Aug 25 20:33:39.985 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53542026-08-25T20:33:41.430Z[ recovery-image] Aug 25 20:33:39.989 INFO O| Aug 25 20:33:39.989 INFO STEP 14 (remove_files) COMPLETE
53552026-08-25T20:33:41.430Z[ recovery-image] Aug 25 20:33:39.989 INFO O| Aug 25 20:33:39.989 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-25T20:33:41.430Z[ recovery-image] Aug 25 20:33:40.000 INFO O| Aug 25 20:33:40.000 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53572026-08-25T20:33:41.431Z[ recovery-image] Aug 25 20:33:40.001 INFO O| Aug 25 20:33:40.001 INFO STEP 15 (remove_files) COMPLETE
53582026-08-25T20:33:41.431Z[ recovery-image] Aug 25 20:33:40.001 INFO O| Aug 25 20:33:40.001 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-08-25T20:33:41.431Z[ recovery-image] Aug 25 20:33:40.010 INFO O| Aug 25 20:33:40.010 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53602026-08-25T20:33:41.431Z[ recovery-image] Aug 25 20:33:40.010 INFO O| Aug 25 20:33:40.010 INFO STEP 16 (remove_files) COMPLETE
53612026-08-25T20:33:41.431Z[ recovery-image] Aug 25 20:33:40.010 INFO O| Aug 25 20:33:40.010 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-08-25T20:33:41.431Z[ recovery-image] Aug 25 20:33:40.018 INFO O| Aug 25 20:33:40.018 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53632026-08-25T20:33:41.431Z[ recovery-image] Aug 25 20:33:40.041 INFO O| Aug 25 20:33:40.041 INFO STEP 17 (remove_files) COMPLETE
53642026-08-25T20:33:41.431Z[ recovery-image] Aug 25 20:33:40.042 INFO O| Aug 25 20:33:40.041 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-25T20:33:41.431Z[ recovery-image] Aug 25 20:33:40.056 INFO O| Aug 25 20:33:40.056 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53662026-08-25T20:33:41.431Z[ recovery-image] Aug 25 20:33:40.059 INFO O| Aug 25 20:33:40.059 INFO STEP 18 (remove_files) COMPLETE
53672026-08-25T20:33:41.431Z[ recovery-image] Aug 25 20:33:40.059 INFO O| Aug 25 20:33:40.059 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-25T20:33:41.431Z[ recovery-image] Aug 25 20:33:40.076 INFO O| Aug 25 20:33:40.076 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53692026-08-25T20:33:41.431Z[ recovery-image] Aug 25 20:33:40.076 INFO O| Aug 25 20:33:40.076 INFO STEP 19 (remove_files) COMPLETE
53702026-08-25T20:33:41.431Z[ recovery-image] Aug 25 20:33:40.076 INFO O| Aug 25 20:33:40.076 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-08-25T20:33:41.431Z[ recovery-image] Aug 25 20:33:40.088 INFO O| Aug 25 20:33:40.088 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53722026-08-25T20:33:41.475Z[ recovery-image] Aug 25 20:33:40.127 INFO O| Aug 25 20:33:40.127 INFO STEP 20 (remove_files) COMPLETE
53732026-08-25T20:33:41.475Z[ recovery-image] Aug 25 20:33:40.127 INFO O| Aug 25 20:33:40.127 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-25T20:33:41.475Z[ recovery-image] Aug 25 20:33:40.138 INFO O| Aug 25 20:33:40.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53752026-08-25T20:33:41.475Z[ recovery-image] Aug 25 20:33:40.139 INFO O| Aug 25 20:33:40.139 INFO STEP 21 (remove_files) COMPLETE
53762026-08-25T20:33:41.475Z[ recovery-image] Aug 25 20:33:40.139 INFO O| Aug 25 20:33:40.139 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-08-25T20:33:41.476Z[ recovery-image] Aug 25 20:33:40.150 INFO O| Aug 25 20:33:40.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53782026-08-25T20:33:41.476Z[ recovery-image] Aug 25 20:33:40.150 INFO O| Aug 25 20:33:40.150 INFO STEP 22 (remove_files) COMPLETE
53792026-08-25T20:33:41.476Z[ recovery-image] Aug 25 20:33:40.150 INFO O| Aug 25 20:33:40.150 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-08-25T20:33:41.520Z[ recovery-image] Aug 25 20:33:40.160 INFO O| Aug 25 20:33:40.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53812026-08-25T20:33:41.520Z[ recovery-image] Aug 25 20:33:40.161 INFO O| Aug 25 20:33:40.161 INFO STEP 23 (remove_files) COMPLETE
53822026-08-25T20:33:41.520Z[ recovery-image] Aug 25 20:33:40.161 INFO O| Aug 25 20:33:40.161 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-08-25T20:33:41.520Z[ recovery-image] Aug 25 20:33:40.170 INFO O| Aug 25 20:33:40.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53842026-08-25T20:33:41.520Z[ recovery-image] Aug 25 20:33:40.171 INFO O| Aug 25 20:33:40.171 INFO STEP 24 (remove_files) COMPLETE
53852026-08-25T20:33:41.520Z[ recovery-image] Aug 25 20:33:40.171 INFO O| Aug 25 20:33:40.171 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-08-25T20:33:41.520Z[ recovery-image] Aug 25 20:33:40.180 INFO O| Aug 25 20:33:40.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53872026-08-25T20:33:41.520Z[ recovery-image] Aug 25 20:33:40.181 INFO O| Aug 25 20:33:40.181 INFO STEP 25 (remove_files) COMPLETE
53882026-08-25T20:33:41.520Z[ recovery-image] Aug 25 20:33:40.181 INFO O| Aug 25 20:33:40.181 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-08-25T20:33:41.521Z[ recovery-image] Aug 25 20:33:40.193 INFO O| Aug 25 20:33:40.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53902026-08-25T20:33:41.521Z[ recovery-image] Aug 25 20:33:40.193 INFO O| Aug 25 20:33:40.193 INFO STEP 26 (remove_files) COMPLETE
53912026-08-25T20:33:41.521Z[ recovery-image] Aug 25 20:33:40.193 INFO O| Aug 25 20:33:40.193 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-08-25T20:33:41.536Z[ recovery-image] Aug 25 20:33:40.204 INFO O| Aug 25 20:33:40.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53932026-08-25T20:33:41.536Z[ recovery-image] Aug 25 20:33:40.204 INFO O| Aug 25 20:33:40.204 INFO STEP 27 (remove_files) COMPLETE
53942026-08-25T20:33:41.536Z[ recovery-image] Aug 25 20:33:40.204 INFO O| Aug 25 20:33:40.204 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-08-25T20:33:41.537Z[ recovery-image] Aug 25 20:33:40.215 INFO O| Aug 25 20:33:40.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53962026-08-25T20:33:41.537Z[ recovery-image] Aug 25 20:33:40.215 INFO O| Aug 25 20:33:40.215 INFO STEP 28 (remove_files) COMPLETE
53972026-08-25T20:33:41.537Z[ recovery-image] Aug 25 20:33:40.215 INFO O| Aug 25 20:33:40.215 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-08-25T20:33:41.537Z[ recovery-image] Aug 25 20:33:40.224 INFO O| Aug 25 20:33:40.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53992026-08-25T20:33:41.537Z[ recovery-image] Aug 25 20:33:40.224 INFO O| Aug 25 20:33:40.224 INFO STEP 29 (remove_files) COMPLETE
54002026-08-25T20:33:41.537Z[ recovery-image] Aug 25 20:33:40.224 INFO O| Aug 25 20:33:40.224 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-08-25T20:33:41.537Z[ recovery-image] Aug 25 20:33:40.233 INFO O| Aug 25 20:33:40.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54022026-08-25T20:33:41.537Z[ recovery-image] Aug 25 20:33:40.234 INFO O| Aug 25 20:33:40.234 INFO STEP 30 (remove_files) COMPLETE
54032026-08-25T20:33:41.537Z[ recovery-image] Aug 25 20:33:40.234 INFO O| Aug 25 20:33:40.234 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-08-25T20:33:41.537Z[ recovery-image] Aug 25 20:33:40.245 INFO O| Aug 25 20:33:40.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54052026-08-25T20:33:41.537Z[ recovery-image] Aug 25 20:33:40.245 INFO O| Aug 25 20:33:40.245 INFO STEP 31 (remove_files) COMPLETE
54062026-08-25T20:33:41.537Z[ recovery-image] Aug 25 20:33:40.245 INFO O| Aug 25 20:33:40.245 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-08-25T20:33:41.552Z[ host-image] Aug 25 20:33:40.250 INFO O| Aug 25 20:33:40.249 INFO O| Actions: Completed 22 actions in 0.28 seconds.
54082026-08-25T20:33:41.552Z[ recovery-image] Aug 25 20:33:40.254 INFO O| Aug 25 20:33:40.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54092026-08-25T20:33:41.552Z[ recovery-image] Aug 25 20:33:40.254 INFO O| Aug 25 20:33:40.254 INFO STEP 32 (remove_files) COMPLETE
54102026-08-25T20:33:41.552Z[ recovery-image] Aug 25 20:33:40.254 INFO O| Aug 25 20:33:40.254 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-08-25T20:33:41.552Z[ recovery-image] Aug 25 20:33:40.265 INFO O| Aug 25 20:33:40.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54122026-08-25T20:33:41.552Z[ recovery-image] Aug 25 20:33:40.265 INFO O| Aug 25 20:33:40.265 INFO STEP 33 (remove_files) COMPLETE
54132026-08-25T20:33:41.552Z[ recovery-image] Aug 25 20:33:40.265 INFO O| Aug 25 20:33:40.265 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-25T20:33:41.560Z[ recovery-image] Aug 25 20:33:40.275 INFO O| Aug 25 20:33:40.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54152026-08-25T20:33:41.560Z[ recovery-image] Aug 25 20:33:40.275 INFO O| Aug 25 20:33:40.275 INFO STEP 34 (remove_files) COMPLETE
54162026-08-25T20:33:41.560Z[ recovery-image] Aug 25 20:33:40.275 INFO O| Aug 25 20:33:40.275 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-25T20:33:41.576Z[ recovery-image] Aug 25 20:33:40.284 INFO O| Aug 25 20:33:40.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54182026-08-25T20:33:41.576Z[ recovery-image] Aug 25 20:33:40.284 INFO O| Aug 25 20:33:40.284 INFO STEP 35 (remove_files) COMPLETE
54192026-08-25T20:33:41.576Z[ recovery-image] Aug 25 20:33:40.284 INFO O| Aug 25 20:33:40.284 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-08-25T20:33:41.585Z[ host-image] Aug 25 20:33:40.290 INFO O| Aug 25 20:33:40.290 INFO O| Finalize: Updating package state database ... Done
54212026-08-25T20:33:41.585Z[ host-image] Aug 25 20:33:40.290 INFO O| Aug 25 20:33:40.290 INFO O| Finalize: Updating package cache ... Done
54222026-08-25T20:33:41.585Z[ recovery-image] Aug 25 20:33:40.293 INFO O| Aug 25 20:33:40.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54232026-08-25T20:33:41.586Z[ recovery-image] Aug 25 20:33:40.293 INFO O| Aug 25 20:33:40.293 INFO STEP 36 (remove_files) COMPLETE
54242026-08-25T20:33:41.586Z[ recovery-image] Aug 25 20:33:40.293 INFO O| Aug 25 20:33:40.293 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-08-25T20:33:41.593Z[ recovery-image] Aug 25 20:33:40.305 INFO O| Aug 25 20:33:40.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54262026-08-25T20:33:41.593Z[ recovery-image] Aug 25 20:33:40.305 INFO O| Aug 25 20:33:40.305 INFO STEP 37 (remove_files) COMPLETE
54272026-08-25T20:33:41.593Z[ recovery-image] Aug 25 20:33:40.305 INFO O| Aug 25 20:33:40.305 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-08-25T20:33:41.621Z[ recovery-image] Aug 25 20:33:40.316 INFO O| Aug 25 20:33:40.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54292026-08-25T20:33:41.621Z[ recovery-image] Aug 25 20:33:40.316 INFO O| Aug 25 20:33:40.316 INFO STEP 38 (remove_files) COMPLETE
54302026-08-25T20:33:41.621Z[ recovery-image] Aug 25 20:33:40.316 INFO O| Aug 25 20:33:40.316 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-08-25T20:33:41.639Z[ recovery-image] Aug 25 20:33:40.327 INFO O| Aug 25 20:33:40.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54322026-08-25T20:33:41.639Z[ recovery-image] Aug 25 20:33:40.327 INFO O| Aug 25 20:33:40.327 INFO STEP 39 (remove_files) COMPLETE
54332026-08-25T20:33:41.639Z[ recovery-image] Aug 25 20:33:40.327 INFO O| Aug 25 20:33:40.327 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-08-25T20:33:41.639Z[ recovery-image] Aug 25 20:33:40.336 INFO O| Aug 25 20:33:40.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54352026-08-25T20:33:41.639Z[ recovery-image] Aug 25 20:33:40.336 INFO O| Aug 25 20:33:40.336 INFO STEP 40 (remove_files) COMPLETE
54362026-08-25T20:33:41.639Z[ recovery-image] Aug 25 20:33:40.336 INFO O| Aug 25 20:33:40.336 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-08-25T20:33:41.639Z[ recovery-image] Aug 25 20:33:40.344 INFO O| Aug 25 20:33:40.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54382026-08-25T20:33:41.639Z[ recovery-image] Aug 25 20:33:40.344 INFO O| Aug 25 20:33:40.344 INFO STEP 41 (remove_files) COMPLETE
54392026-08-25T20:33:41.639Z[ recovery-image] Aug 25 20:33:40.344 INFO O| Aug 25 20:33:40.344 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-08-25T20:33:41.661Z[ recovery-image] Aug 25 20:33:40.355 INFO O| Aug 25 20:33:40.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54412026-08-25T20:33:41.661Z[ recovery-image] Aug 25 20:33:40.355 INFO O| Aug 25 20:33:40.355 INFO STEP 42 (remove_files) COMPLETE
54422026-08-25T20:33:41.661Z[ recovery-image] Aug 25 20:33:40.355 INFO O| Aug 25 20:33:40.355 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-08-25T20:33:41.662Z[ recovery-image] Aug 25 20:33:40.364 INFO O| Aug 25 20:33:40.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54442026-08-25T20:33:41.662Z[ recovery-image] Aug 25 20:33:40.364 INFO O| Aug 25 20:33:40.364 INFO STEP 43 (remove_files) COMPLETE
54452026-08-25T20:33:41.662Z[ recovery-image] Aug 25 20:33:40.364 INFO O| Aug 25 20:33:40.364 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-08-25T20:33:41.685Z[ recovery-image] Aug 25 20:33:40.372 INFO O| Aug 25 20:33:40.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54472026-08-25T20:33:41.685Z[ recovery-image] Aug 25 20:33:40.372 INFO O| Aug 25 20:33:40.372 INFO STEP 44 (remove_files) COMPLETE
54482026-08-25T20:33:41.685Z[ recovery-image] Aug 25 20:33:40.372 INFO O| Aug 25 20:33:40.372 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-08-25T20:33:41.685Z[ recovery-image] Aug 25 20:33:40.381 INFO O| Aug 25 20:33:40.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54502026-08-25T20:33:41.685Z[ recovery-image] Aug 25 20:33:40.381 INFO O| Aug 25 20:33:40.381 INFO STEP 45 (remove_files) COMPLETE
54512026-08-25T20:33:41.685Z[ recovery-image] Aug 25 20:33:40.381 INFO O| Aug 25 20:33:40.381 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-08-25T20:33:41.717Z[ recovery-image] Aug 25 20:33:40.389 INFO O| Aug 25 20:33:40.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54532026-08-25T20:33:41.717Z[ recovery-image] Aug 25 20:33:40.389 INFO O| Aug 25 20:33:40.389 INFO STEP 46 (remove_files) COMPLETE
54542026-08-25T20:33:41.717Z[ recovery-image] Aug 25 20:33:40.389 INFO O| Aug 25 20:33:40.389 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-08-25T20:33:41.717Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
54562026-08-25T20:33:41.717Z[ recovery-image] Aug 25 20:33:40.397 INFO O| Aug 25 20:33:40.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54572026-08-25T20:33:41.717Z[ recovery-image] Aug 25 20:33:40.397 INFO O| Aug 25 20:33:40.397 INFO STEP 47 (remove_files) COMPLETE
54582026-08-25T20:33:41.718Z[ recovery-image] Aug 25 20:33:40.397 INFO O| Aug 25 20:33:40.397 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-08-25T20:33:41.718Z[ recovery-image] Aug 25 20:33:40.405 INFO O| Aug 25 20:33:40.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54602026-08-25T20:33:41.718Z[ recovery-image] Aug 25 20:33:40.405 INFO O| Aug 25 20:33:40.405 INFO STEP 48 (remove_files) COMPLETE
54612026-08-25T20:33:41.718Z[ recovery-image] Aug 25 20:33:40.405 INFO O| Aug 25 20:33:40.405 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-08-25T20:33:41.726Z[ recovery-image] Aug 25 20:33:40.415 INFO O| Aug 25 20:33:40.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54632026-08-25T20:33:41.726Z[ recovery-image] Aug 25 20:33:40.415 INFO O| Aug 25 20:33:40.415 INFO STEP 49 (remove_files) COMPLETE
54642026-08-25T20:33:41.726Z[ recovery-image] Aug 25 20:33:40.415 INFO O| Aug 25 20:33:40.415 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-08-25T20:33:41.751Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
54662026-08-25T20:33:41.751Z[ recovery-image] Aug 25 20:33:40.425 INFO O| Aug 25 20:33:40.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54672026-08-25T20:33:41.751Z[ recovery-image] Aug 25 20:33:40.425 INFO O| Aug 25 20:33:40.425 INFO STEP 50 (remove_files) COMPLETE
54682026-08-25T20:33:41.751Z[ recovery-image] Aug 25 20:33:40.425 INFO O| Aug 25 20:33:40.425 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-08-25T20:33:41.751Z[ recovery-image] Aug 25 20:33:40.434 INFO O| Aug 25 20:33:40.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54702026-08-25T20:33:41.751Z[ recovery-image] Aug 25 20:33:40.434 INFO O| Aug 25 20:33:40.434 INFO STEP 51 (remove_files) COMPLETE
54712026-08-25T20:33:41.751Z[ recovery-image] Aug 25 20:33:40.434 INFO O| Aug 25 20:33:40.434 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-08-25T20:33:41.751Z[ recovery-image] Aug 25 20:33:40.443 INFO O| Aug 25 20:33:40.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54732026-08-25T20:33:41.751Z[ recovery-image] Aug 25 20:33:40.443 INFO O| Aug 25 20:33:40.443 INFO STEP 52 (remove_files) COMPLETE
54742026-08-25T20:33:41.751Z[ recovery-image] Aug 25 20:33:40.443 INFO O| Aug 25 20:33:40.443 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-08-25T20:33:41.751Z[ recovery-image] Aug 25 20:33:40.452 INFO O| Aug 25 20:33:40.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54762026-08-25T20:33:41.760Z[ recovery-image] Aug 25 20:33:40.452 INFO O| Aug 25 20:33:40.452 INFO STEP 53 (remove_files) COMPLETE
54772026-08-25T20:33:41.760Z[ recovery-image] Aug 25 20:33:40.452 INFO O| Aug 25 20:33:40.452 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-08-25T20:33:41.798Z[ recovery-image] Aug 25 20:33:40.461 INFO O| Aug 25 20:33:40.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54792026-08-25T20:33:41.798Z[ recovery-image] Aug 25 20:33:40.461 INFO O| Aug 25 20:33:40.461 INFO STEP 54 (remove_files) COMPLETE
54802026-08-25T20:33:41.798Z[ recovery-image] Aug 25 20:33:40.461 INFO O| Aug 25 20:33:40.461 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-08-25T20:33:41.798Z[ host-image] Aug 25 20:33:40.467 INFO O| Aug 25 20:33:40.467 INFO O| Finalize: Updating image state ... Done
54822026-08-25T20:33:41.798Z[ recovery-image] Aug 25 20:33:40.469 INFO O| Aug 25 20:33:40.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54832026-08-25T20:33:41.798Z[ recovery-image] Aug 25 20:33:40.470 INFO O| Aug 25 20:33:40.470 INFO STEP 55 (remove_files) COMPLETE
54842026-08-25T20:33:41.798Z[ recovery-image] Aug 25 20:33:40.470 INFO O| Aug 25 20:33:40.470 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-08-25T20:33:41.798Z[ recovery-image] Aug 25 20:33:40.479 INFO O| Aug 25 20:33:40.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54862026-08-25T20:33:41.798Z[ recovery-image] Aug 25 20:33:40.479 INFO O| Aug 25 20:33:40.479 INFO STEP 56 (remove_files) COMPLETE
54872026-08-25T20:33:41.798Z[ recovery-image] Aug 25 20:33:40.479 INFO O| Aug 25 20:33:40.479 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-08-25T20:33:41.827Z[ recovery-image] Aug 25 20:33:40.488 INFO O| Aug 25 20:33:40.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54892026-08-25T20:33:41.827Z[ recovery-image] Aug 25 20:33:40.488 INFO O| Aug 25 20:33:40.488 INFO STEP 57 (remove_files) COMPLETE
54902026-08-25T20:33:41.827Z[ recovery-image] Aug 25 20:33:40.489 INFO O| Aug 25 20:33:40.488 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-08-25T20:33:41.827Z[ recovery-image] Aug 25 20:33:40.497 INFO O| Aug 25 20:33:40.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54922026-08-25T20:33:41.827Z[ recovery-image] Aug 25 20:33:40.497 INFO O| Aug 25 20:33:40.497 INFO STEP 58 (remove_files) COMPLETE
54932026-08-25T20:33:41.827Z[ recovery-image] Aug 25 20:33:40.497 INFO O| Aug 25 20:33:40.497 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-08-25T20:33:41.827Z[ recovery-image] Aug 25 20:33:40.506 INFO O| Aug 25 20:33:40.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54952026-08-25T20:33:41.827Z[ recovery-image] Aug 25 20:33:40.506 INFO O| Aug 25 20:33:40.506 INFO STEP 59 (remove_files) COMPLETE
54962026-08-25T20:33:41.827Z[ recovery-image] Aug 25 20:33:40.506 INFO O| Aug 25 20:33:40.506 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-08-25T20:33:41.827Z[ recovery-image] Aug 25 20:33:40.515 INFO O| Aug 25 20:33:40.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54982026-08-25T20:33:41.827Z[ recovery-image] Aug 25 20:33:40.515 INFO O| Aug 25 20:33:40.515 INFO STEP 60 (remove_files) COMPLETE
54992026-08-25T20:33:41.828Z[ recovery-image] Aug 25 20:33:40.515 INFO O| Aug 25 20:33:40.515 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-08-25T20:33:41.858Z[ recovery-image] Aug 25 20:33:40.525 INFO O| Aug 25 20:33:40.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55012026-08-25T20:33:41.858Z[ recovery-image] Aug 25 20:33:40.526 INFO O| Aug 25 20:33:40.525 INFO STEP 61 (remove_files) COMPLETE
55022026-08-25T20:33:41.858Z[ recovery-image] Aug 25 20:33:40.526 INFO O| Aug 25 20:33:40.525 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-08-25T20:33:41.858Z[ recovery-image] Aug 25 20:33:40.535 INFO O| Aug 25 20:33:40.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55042026-08-25T20:33:41.858Z[ recovery-image] Aug 25 20:33:40.535 INFO O| Aug 25 20:33:40.535 INFO STEP 62 (remove_files) COMPLETE
55052026-08-25T20:33:41.858Z[ recovery-image] Aug 25 20:33:40.535 INFO O| Aug 25 20:33:40.535 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-08-25T20:33:41.858Z[ recovery-image] Aug 25 20:33:40.545 INFO O| Aug 25 20:33:40.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55072026-08-25T20:33:41.858Z[ recovery-image] Aug 25 20:33:40.545 INFO O| Aug 25 20:33:40.545 INFO STEP 63 (remove_files) COMPLETE
55082026-08-25T20:33:41.858Z[ recovery-image] Aug 25 20:33:40.545 INFO O| Aug 25 20:33:40.545 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-08-25T20:33:41.874Z[ recovery-image] Aug 25 20:33:40.554 INFO O| Aug 25 20:33:40.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55102026-08-25T20:33:41.874Z[ recovery-image] Aug 25 20:33:40.554 INFO O| Aug 25 20:33:40.554 INFO STEP 64 (remove_files) COMPLETE
55112026-08-25T20:33:41.875Z[ recovery-image] Aug 25 20:33:40.554 INFO O| Aug 25 20:33:40.554 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-08-25T20:33:41.875Z[ recovery-image] Aug 25 20:33:40.563 INFO O| Aug 25 20:33:40.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55132026-08-25T20:33:41.875Z[ recovery-image] Aug 25 20:33:40.563 INFO O| Aug 25 20:33:40.563 INFO STEP 65 (remove_files) COMPLETE
55142026-08-25T20:33:41.882Z[ recovery-image] Aug 25 20:33:40.563 INFO O| Aug 25 20:33:40.563 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-08-25T20:33:41.882Z[ recovery-image] Aug 25 20:33:40.572 INFO O| Aug 25 20:33:40.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55162026-08-25T20:33:41.882Z[ recovery-image] Aug 25 20:33:40.572 INFO O| Aug 25 20:33:40.572 INFO STEP 66 (remove_files) COMPLETE
55172026-08-25T20:33:41.882Z[ recovery-image] Aug 25 20:33:40.572 INFO O| Aug 25 20:33:40.572 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-08-25T20:33:41.882Z[ recovery-image] Aug 25 20:33:40.586 INFO O| Aug 25 20:33:40.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55192026-08-25T20:33:41.883Z[ recovery-image] Aug 25 20:33:40.586 INFO O| Aug 25 20:33:40.586 INFO STEP 67 (remove_files) COMPLETE
55202026-08-25T20:33:41.883Z[ recovery-image] Aug 25 20:33:40.586 INFO O| Aug 25 20:33:40.586 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-08-25T20:33:41.892Z[ recovery-image] Aug 25 20:33:40.599 INFO O| Aug 25 20:33:40.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55222026-08-25T20:33:41.892Z[ recovery-image] Aug 25 20:33:40.599 INFO O| Aug 25 20:33:40.599 INFO STEP 68 (remove_files) COMPLETE
55232026-08-25T20:33:41.892Z[ recovery-image] Aug 25 20:33:40.599 INFO O| Aug 25 20:33:40.599 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-08-25T20:33:41.892Z[ recovery-image] Aug 25 20:33:40.611 INFO O| Aug 25 20:33:40.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55252026-08-25T20:33:41.892Z[ recovery-image] Aug 25 20:33:40.611 INFO O| Aug 25 20:33:40.611 INFO STEP 69 (remove_files) COMPLETE
55262026-08-25T20:33:41.892Z[ recovery-image] Aug 25 20:33:40.611 INFO O| Aug 25 20:33:40.611 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-08-25T20:33:41.920Z[ recovery-image] Aug 25 20:33:40.620 INFO O| Aug 25 20:33:40.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55282026-08-25T20:33:41.928Z[ recovery-image] Aug 25 20:33:40.620 INFO O| Aug 25 20:33:40.620 INFO STEP 70 (remove_files) COMPLETE
55292026-08-25T20:33:41.929Z[ recovery-image] Aug 25 20:33:40.620 INFO O| Aug 25 20:33:40.620 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-08-25T20:33:41.952Z[ recovery-image] Aug 25 20:33:40.629 INFO O| Aug 25 20:33:40.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55312026-08-25T20:33:41.952Z[ recovery-image] Aug 25 20:33:40.629 INFO O| Aug 25 20:33:40.629 INFO STEP 71 (remove_files) COMPLETE
55322026-08-25T20:33:41.952Z[ recovery-image] Aug 25 20:33:40.629 INFO O| Aug 25 20:33:40.629 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-08-25T20:33:41.952Z[ recovery-image] Aug 25 20:33:40.638 INFO O| Aug 25 20:33:40.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55342026-08-25T20:33:41.952Z[ recovery-image] Aug 25 20:33:40.638 INFO O| Aug 25 20:33:40.638 INFO STEP 72 (remove_files) COMPLETE
55352026-08-25T20:33:41.952Z[ recovery-image] Aug 25 20:33:40.638 INFO O| Aug 25 20:33:40.638 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-08-25T20:33:41.952Z[ recovery-image] Aug 25 20:33:40.646 INFO O| Aug 25 20:33:40.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55372026-08-25T20:33:41.952Z[ recovery-image] Aug 25 20:33:40.646 INFO O| Aug 25 20:33:40.646 INFO STEP 73 (remove_files) COMPLETE
55382026-08-25T20:33:41.952Z[ recovery-image] Aug 25 20:33:40.646 INFO O| Aug 25 20:33:40.646 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-08-25T20:33:41.952Z[ recovery-image] Aug 25 20:33:40.654 INFO O| Aug 25 20:33:40.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55402026-08-25T20:33:41.952Z[ recovery-image] Aug 25 20:33:40.654 INFO O| Aug 25 20:33:40.654 INFO STEP 74 (remove_files) COMPLETE
55412026-08-25T20:33:41.952Z[ recovery-image] Aug 25 20:33:40.654 INFO O| Aug 25 20:33:40.654 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-08-25T20:33:41.973Z[ recovery-image] Aug 25 20:33:40.663 INFO O| Aug 25 20:33:40.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55432026-08-25T20:33:41.973Z[ recovery-image] Aug 25 20:33:40.663 INFO O| Aug 25 20:33:40.663 INFO STEP 75 (remove_files) COMPLETE
55442026-08-25T20:33:41.973Z[ recovery-image] Aug 25 20:33:40.663 INFO O| Aug 25 20:33:40.663 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-08-25T20:33:41.973Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
55462026-08-25T20:33:41.973Z[ recovery-image] Aug 25 20:33:40.672 INFO O| Aug 25 20:33:40.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55472026-08-25T20:33:41.973Z[ recovery-image] Aug 25 20:33:40.672 INFO O| Aug 25 20:33:40.672 INFO STEP 76 (remove_files) COMPLETE
55482026-08-25T20:33:41.973Z[ recovery-image] Aug 25 20:33:40.672 INFO O| Aug 25 20:33:40.672 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-08-25T20:33:41.985Z[ recovery-image] Aug 25 20:33:40.683 INFO O| Aug 25 20:33:40.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55502026-08-25T20:33:41.985Z[ recovery-image] Aug 25 20:33:40.683 INFO O| Aug 25 20:33:40.683 INFO STEP 77 (remove_files) COMPLETE
55512026-08-25T20:33:41.986Z[ recovery-image] Aug 25 20:33:40.683 INFO O| Aug 25 20:33:40.683 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-08-25T20:33:42.046Z[ recovery-image] Aug 25 20:33:40.700 INFO O| Aug 25 20:33:40.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55532026-08-25T20:33:42.046Z[ recovery-image] Aug 25 20:33:40.700 INFO O| Aug 25 20:33:40.700 INFO STEP 78 (remove_files) COMPLETE
55542026-08-25T20:33:42.046Z[ recovery-image] Aug 25 20:33:40.700 INFO O| Aug 25 20:33:40.700 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-08-25T20:33:42.046Z[ recovery-image] Aug 25 20:33:40.710 INFO O| Aug 25 20:33:40.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55562026-08-25T20:33:42.046Z[ recovery-image] Aug 25 20:33:40.710 INFO O| Aug 25 20:33:40.710 INFO STEP 79 (remove_files) COMPLETE
55572026-08-25T20:33:42.047Z[ recovery-image] Aug 25 20:33:40.710 INFO O| Aug 25 20:33:40.710 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-08-25T20:33:42.066Z[ recovery-image] Aug 25 20:33:40.720 INFO O| Aug 25 20:33:40.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55592026-08-25T20:33:42.067Z[ recovery-image] Aug 25 20:33:40.720 INFO O| Aug 25 20:33:40.720 INFO STEP 80 (remove_files) COMPLETE
55602026-08-25T20:33:42.067Z[ recovery-image] Aug 25 20:33:40.720 INFO O| Aug 25 20:33:40.720 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-08-25T20:33:42.067Z[ recovery-image] Aug 25 20:33:40.730 INFO O| Aug 25 20:33:40.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55622026-08-25T20:33:42.067Z[ recovery-image] Aug 25 20:33:40.730 INFO O| Aug 25 20:33:40.730 INFO STEP 81 (remove_files) COMPLETE
55632026-08-25T20:33:42.067Z[ recovery-image] Aug 25 20:33:40.730 INFO O| Aug 25 20:33:40.730 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-08-25T20:33:42.067Z[verify-libraries] Compiling yansi v1.0.1
55652026-08-25T20:33:42.067Z[ recovery-image] Aug 25 20:33:40.740 INFO O| Aug 25 20:33:40.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55662026-08-25T20:33:42.067Z[ recovery-image] Aug 25 20:33:40.740 INFO O| Aug 25 20:33:40.740 INFO STEP 82 (remove_files) COMPLETE
55672026-08-25T20:33:42.067Z[ recovery-image] Aug 25 20:33:40.740 INFO O| Aug 25 20:33:40.740 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-08-25T20:33:42.067Z[ recovery-image] Aug 25 20:33:40.749 INFO O| Aug 25 20:33:40.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55692026-08-25T20:33:42.067Z[ recovery-image] Aug 25 20:33:40.749 INFO O| Aug 25 20:33:40.749 INFO STEP 83 (remove_files) COMPLETE
55702026-08-25T20:33:42.067Z[ recovery-image] Aug 25 20:33:40.749 INFO O| Aug 25 20:33:40.749 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-25T20:33:42.067Z[ recovery-image] Aug 25 20:33:40.757 INFO O| Aug 25 20:33:40.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55722026-08-25T20:33:42.067Z[ recovery-image] Aug 25 20:33:40.757 INFO O| Aug 25 20:33:40.757 INFO STEP 84 (remove_files) COMPLETE
55732026-08-25T20:33:42.067Z[ recovery-image] Aug 25 20:33:40.757 INFO O| Aug 25 20:33:40.757 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-25T20:33:42.067Z[ recovery-image] Aug 25 20:33:40.765 INFO O| Aug 25 20:33:40.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55752026-08-25T20:33:42.067Z[ recovery-image] Aug 25 20:33:40.765 INFO O| Aug 25 20:33:40.765 INFO STEP 85 (remove_files) COMPLETE
55762026-08-25T20:33:42.067Z[ recovery-image] Aug 25 20:33:40.765 INFO O| Aug 25 20:33:40.765 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-25T20:33:42.067Z[ recovery-image] Aug 25 20:33:40.774 INFO O| Aug 25 20:33:40.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55782026-08-25T20:33:42.068Z[ recovery-image] Aug 25 20:33:40.774 INFO O| Aug 25 20:33:40.774 INFO STEP 86 (remove_files) COMPLETE
55792026-08-25T20:33:42.068Z[ recovery-image] Aug 25 20:33:40.774 INFO O| Aug 25 20:33:40.774 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-25T20:33:42.076Z[ recovery-image] Aug 25 20:33:40.782 INFO O| Aug 25 20:33:40.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55812026-08-25T20:33:42.076Z[ recovery-image] Aug 25 20:33:40.782 INFO O| Aug 25 20:33:40.782 INFO STEP 87 (remove_files) COMPLETE
55822026-08-25T20:33:42.076Z[ recovery-image] Aug 25 20:33:40.782 INFO O| Aug 25 20:33:40.782 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-25T20:33:42.079Z[ recovery-image] Aug 25 20:33:40.793 INFO O| Aug 25 20:33:40.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55842026-08-25T20:33:42.079Z[ recovery-image] Aug 25 20:33:40.794 INFO O| Aug 25 20:33:40.793 INFO STEP 88 (remove_files) COMPLETE
55852026-08-25T20:33:42.079Z[ recovery-image] Aug 25 20:33:40.794 INFO O| Aug 25 20:33:40.793 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-25T20:33:42.106Z[ recovery-image] Aug 25 20:33:40.804 INFO O| Aug 25 20:33:40.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55872026-08-25T20:33:42.106Z[ recovery-image] Aug 25 20:33:40.804 INFO O| Aug 25 20:33:40.804 INFO STEP 89 (remove_files) COMPLETE
55882026-08-25T20:33:42.106Z[ recovery-image] Aug 25 20:33:40.804 INFO O| Aug 25 20:33:40.804 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-25T20:33:42.122Z[ recovery-image] Aug 25 20:33:40.816 INFO O| Aug 25 20:33:40.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55902026-08-25T20:33:42.122Z[ recovery-image] Aug 25 20:33:40.816 INFO O| Aug 25 20:33:40.816 INFO STEP 90 (remove_files) COMPLETE
55912026-08-25T20:33:42.122Z[ recovery-image] Aug 25 20:33:40.816 INFO O| Aug 25 20:33:40.816 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-25T20:33:42.122Z[ recovery-image] Aug 25 20:33:40.827 INFO O| Aug 25 20:33:40.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55932026-08-25T20:33:42.122Z[ recovery-image] Aug 25 20:33:40.827 INFO O| Aug 25 20:33:40.827 INFO STEP 91 (remove_files) COMPLETE
55942026-08-25T20:33:42.122Z[ recovery-image] Aug 25 20:33:40.827 INFO O| Aug 25 20:33:40.827 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-25T20:33:42.138Z[ recovery-image] Aug 25 20:33:40.837 INFO O| Aug 25 20:33:40.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55962026-08-25T20:33:42.138Z[ recovery-image] Aug 25 20:33:40.838 INFO O| Aug 25 20:33:40.838 INFO STEP 92 (remove_files) COMPLETE
55972026-08-25T20:33:42.138Z[ recovery-image] Aug 25 20:33:40.838 INFO O| Aug 25 20:33:40.838 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-25T20:33:42.138Z[ recovery-image] Aug 25 20:33:40.848 INFO O| Aug 25 20:33:40.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55992026-08-25T20:33:42.138Z[ recovery-image] Aug 25 20:33:40.848 INFO O| Aug 25 20:33:40.848 INFO STEP 93 (remove_files) COMPLETE
56002026-08-25T20:33:42.138Z[ recovery-image] Aug 25 20:33:40.848 INFO O| Aug 25 20:33:40.848 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-25T20:33:42.152Z[ recovery-image] Aug 25 20:33:40.857 INFO O| Aug 25 20:33:40.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56022026-08-25T20:33:42.152Z[ recovery-image] Aug 25 20:33:40.857 INFO O| Aug 25 20:33:40.857 INFO STEP 94 (remove_files) COMPLETE
56032026-08-25T20:33:42.152Z[ recovery-image] Aug 25 20:33:40.857 INFO O| Aug 25 20:33:40.857 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-25T20:33:42.166Z[ recovery-image] Aug 25 20:33:40.868 INFO O| Aug 25 20:33:40.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56052026-08-25T20:33:42.166Z[ recovery-image] Aug 25 20:33:40.869 INFO O| Aug 25 20:33:40.869 INFO STEP 95 (remove_files) COMPLETE
56062026-08-25T20:33:42.166Z[ recovery-image] Aug 25 20:33:40.869 INFO O| Aug 25 20:33:40.869 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-08-25T20:33:42.166Z[ recovery-image] Aug 25 20:33:40.878 INFO O| Aug 25 20:33:40.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56082026-08-25T20:33:42.166Z[ recovery-image] Aug 25 20:33:40.878 INFO O| Aug 25 20:33:40.878 INFO STEP 96 (remove_files) COMPLETE
56092026-08-25T20:33:42.166Z[ recovery-image] Aug 25 20:33:40.878 INFO O| Aug 25 20:33:40.878 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-08-25T20:33:42.174Z[ recovery-image] Aug 25 20:33:40.887 INFO O| Aug 25 20:33:40.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56112026-08-25T20:33:42.174Z[ recovery-image] Aug 25 20:33:40.887 INFO O| Aug 25 20:33:40.887 INFO STEP 97 (remove_files) COMPLETE
56122026-08-25T20:33:42.174Z[ recovery-image] Aug 25 20:33:40.887 INFO O| Aug 25 20:33:40.887 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-25T20:33:42.181Z[ recovery-image] Aug 25 20:33:40.897 INFO O| Aug 25 20:33:40.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56142026-08-25T20:33:42.181Z[ recovery-image] Aug 25 20:33:40.897 INFO O| Aug 25 20:33:40.897 INFO STEP 98 (remove_files) COMPLETE
56152026-08-25T20:33:42.181Z[ recovery-image] Aug 25 20:33:40.897 INFO O| Aug 25 20:33:40.897 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-25T20:33:42.191Z[ recovery-image] Aug 25 20:33:40.909 INFO O| Aug 25 20:33:40.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56172026-08-25T20:33:42.191Z[ recovery-image] Aug 25 20:33:40.909 INFO O| Aug 25 20:33:40.909 INFO STEP 99 (remove_files) COMPLETE
56182026-08-25T20:33:42.191Z[ recovery-image] Aug 25 20:33:40.909 INFO O| Aug 25 20:33:40.909 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-08-25T20:33:42.225Z[ recovery-image] Aug 25 20:33:40.939 INFO O| Aug 25 20:33:40.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56202026-08-25T20:33:42.225Z[ recovery-image] Aug 25 20:33:40.939 INFO O| Aug 25 20:33:40.939 INFO STEP 100 (remove_files) COMPLETE
56212026-08-25T20:33:42.232Z[ recovery-image] Aug 25 20:33:40.939 INFO O| Aug 25 20:33:40.939 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-08-25T20:33:42.243Z[ recovery-image] Aug 25 20:33:40.959 INFO O| Aug 25 20:33:40.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56232026-08-25T20:33:42.243Z[ recovery-image] Aug 25 20:33:40.959 INFO O| Aug 25 20:33:40.959 INFO STEP 101 (remove_files) COMPLETE
56242026-08-25T20:33:42.243Z[ recovery-image] Aug 25 20:33:40.959 INFO O| Aug 25 20:33:40.959 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-08-25T20:33:42.263Z[ recovery-image] Aug 25 20:33:40.969 INFO O| Aug 25 20:33:40.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56262026-08-25T20:33:42.263Z[ recovery-image] Aug 25 20:33:40.969 INFO O| Aug 25 20:33:40.969 INFO STEP 102 (remove_files) COMPLETE
56272026-08-25T20:33:42.263Z[ recovery-image] Aug 25 20:33:40.969 INFO O| Aug 25 20:33:40.969 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-08-25T20:33:42.274Z[ recovery-image] Aug 25 20:33:40.981 INFO O| Aug 25 20:33:40.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56292026-08-25T20:33:42.287Z[ recovery-image] Aug 25 20:33:40.981 INFO O| Aug 25 20:33:40.981 INFO STEP 103 (remove_files) COMPLETE
56302026-08-25T20:33:42.287Z[ recovery-image] Aug 25 20:33:40.981 INFO O| Aug 25 20:33:40.981 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-08-25T20:33:42.309Z[ recovery-image] Aug 25 20:33:40.991 INFO O| Aug 25 20:33:40.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56322026-08-25T20:33:42.309Z[ recovery-image] Aug 25 20:33:40.991 INFO O| Aug 25 20:33:40.991 INFO STEP 104 (remove_files) COMPLETE
56332026-08-25T20:33:42.314Z[ recovery-image] Aug 25 20:33:40.991 INFO O| Aug 25 20:33:40.991 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-08-25T20:33:42.314Z[ recovery-image] Aug 25 20:33:41.005 INFO O| Aug 25 20:33:41.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56352026-08-25T20:33:42.314Z[ recovery-image] Aug 25 20:33:41.005 INFO O| Aug 25 20:33:41.005 INFO STEP 105 (remove_files) COMPLETE
56362026-08-25T20:33:42.314Z[ recovery-image] Aug 25 20:33:41.005 INFO O| Aug 25 20:33:41.005 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-08-25T20:33:42.328Z[ recovery-image] Aug 25 20:33:41.015 INFO O| Aug 25 20:33:41.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56382026-08-25T20:33:42.328Z[ recovery-image] Aug 25 20:33:41.015 INFO O| Aug 25 20:33:41.015 INFO STEP 106 (remove_files) COMPLETE
56392026-08-25T20:33:42.328Z[ recovery-image] Aug 25 20:33:41.015 INFO O| Aug 25 20:33:41.015 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-08-25T20:33:42.328Z[ recovery-image] Aug 25 20:33:41.040 INFO O| Aug 25 20:33:41.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56412026-08-25T20:33:42.329Z[ recovery-image] Aug 25 20:33:41.040 INFO O| Aug 25 20:33:41.040 INFO STEP 107 (remove_files) COMPLETE
56422026-08-25T20:33:42.329Z[ recovery-image] Aug 25 20:33:41.040 INFO O| Aug 25 20:33:41.040 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-25T20:33:42.353Z[ recovery-image] Aug 25 20:33:41.066 INFO O| Aug 25 20:33:41.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56442026-08-25T20:33:42.353Z[ recovery-image] Aug 25 20:33:41.066 INFO O| Aug 25 20:33:41.066 INFO STEP 108 (remove_files) COMPLETE
56452026-08-25T20:33:42.353Z[ recovery-image] Aug 25 20:33:41.066 INFO O| Aug 25 20:33:41.066 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-25T20:33:42.364Z[ recovery-image] Aug 25 20:33:41.076 INFO O| Aug 25 20:33:41.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56472026-08-25T20:33:42.364Z[ recovery-image] Aug 25 20:33:41.077 INFO O| Aug 25 20:33:41.077 INFO STEP 109 (remove_files) COMPLETE
56482026-08-25T20:33:42.364Z[ recovery-image] Aug 25 20:33:41.077 INFO O| Aug 25 20:33:41.077 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-08-25T20:33:42.369Z[ recovery-image] Aug 25 20:33:41.086 INFO O| Aug 25 20:33:41.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56502026-08-25T20:33:42.369Z[ recovery-image] Aug 25 20:33:41.086 INFO O| Aug 25 20:33:41.086 INFO STEP 110 (remove_files) COMPLETE
56512026-08-25T20:33:42.369Z[ recovery-image] Aug 25 20:33:41.086 INFO O| Aug 25 20:33:41.086 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-08-25T20:33:42.377Z[ recovery-image] Aug 25 20:33:41.095 INFO O| Aug 25 20:33:41.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56532026-08-25T20:33:42.377Z[ recovery-image] Aug 25 20:33:41.096 INFO O| Aug 25 20:33:41.095 INFO STEP 111 (remove_files) COMPLETE
56542026-08-25T20:33:42.381Z[ recovery-image] Aug 25 20:33:41.096 INFO O| Aug 25 20:33:41.096 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-08-25T20:33:42.386Z[ recovery-image] Aug 25 20:33:41.105 INFO O| Aug 25 20:33:41.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56562026-08-25T20:33:42.386Z[ recovery-image] Aug 25 20:33:41.105 INFO O| Aug 25 20:33:41.105 INFO STEP 112 (remove_files) COMPLETE
56572026-08-25T20:33:42.386Z[ recovery-image] Aug 25 20:33:41.105 INFO O| Aug 25 20:33:41.105 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-08-25T20:33:42.396Z[ recovery-image] Aug 25 20:33:41.115 INFO O| Aug 25 20:33:41.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56592026-08-25T20:33:42.396Z[ recovery-image] Aug 25 20:33:41.115 INFO O| Aug 25 20:33:41.114 INFO STEP 113 (remove_files) COMPLETE
56602026-08-25T20:33:42.396Z[ recovery-image] Aug 25 20:33:41.115 INFO O| Aug 25 20:33:41.114 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-08-25T20:33:42.410Z[ recovery-image] Aug 25 20:33:41.123 INFO O| Aug 25 20:33:41.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56622026-08-25T20:33:42.410Z[ recovery-image] Aug 25 20:33:41.123 INFO O| Aug 25 20:33:41.123 INFO STEP 114 (remove_files) COMPLETE
56632026-08-25T20:33:42.410Z[ recovery-image] Aug 25 20:33:41.123 INFO O| Aug 25 20:33:41.123 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-08-25T20:33:42.446Z[ recovery-image] Aug 25 20:33:41.132 INFO O| Aug 25 20:33:41.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56652026-08-25T20:33:42.447Z[ recovery-image] Aug 25 20:33:41.133 INFO O| Aug 25 20:33:41.133 INFO STEP 115 (remove_files) COMPLETE
56662026-08-25T20:33:42.447Z[ recovery-image] Aug 25 20:33:41.133 INFO O| Aug 25 20:33:41.133 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-08-25T20:33:42.447Z[ recovery-image] Aug 25 20:33:41.143 INFO O| Aug 25 20:33:41.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56682026-08-25T20:33:42.447Z[ recovery-image] Aug 25 20:33:41.143 INFO O| Aug 25 20:33:41.143 INFO STEP 116 (remove_files) COMPLETE
56692026-08-25T20:33:42.447Z[ recovery-image] Aug 25 20:33:41.143 INFO O| Aug 25 20:33:41.143 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-08-25T20:33:42.447Z[ recovery-image] Aug 25 20:33:41.154 INFO O| Aug 25 20:33:41.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56712026-08-25T20:33:42.447Z[ recovery-image] Aug 25 20:33:41.154 INFO O| Aug 25 20:33:41.154 INFO STEP 117 (remove_files) COMPLETE
56722026-08-25T20:33:42.448Z[ recovery-image] Aug 25 20:33:41.154 INFO O| Aug 25 20:33:41.154 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-25T20:33:42.522Z[ recovery-image] Aug 25 20:33:41.163 INFO O| Aug 25 20:33:41.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56742026-08-25T20:33:42.522Z[ recovery-image] Aug 25 20:33:41.164 INFO O| Aug 25 20:33:41.164 INFO STEP 118 (remove_files) COMPLETE
56752026-08-25T20:33:42.523Z[ recovery-image] Aug 25 20:33:41.164 INFO O| Aug 25 20:33:41.164 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-25T20:33:42.523Z[ recovery-image] Aug 25 20:33:41.173 INFO O| Aug 25 20:33:41.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56772026-08-25T20:33:42.523Z[ recovery-image] Aug 25 20:33:41.173 INFO O| Aug 25 20:33:41.173 INFO STEP 119 (remove_files) COMPLETE
56782026-08-25T20:33:42.523Z[ recovery-image] Aug 25 20:33:41.173 INFO O| Aug 25 20:33:41.173 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-25T20:33:42.536Z[ recovery-image] Aug 25 20:33:41.181 INFO O| Aug 25 20:33:41.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56802026-08-25T20:33:42.536Z[ recovery-image] Aug 25 20:33:41.181 INFO O| Aug 25 20:33:41.181 INFO STEP 120 (remove_files) COMPLETE
56812026-08-25T20:33:42.536Z[ recovery-image] Aug 25 20:33:41.181 INFO O| Aug 25 20:33:41.181 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-25T20:33:42.536Z[ recovery-image] Aug 25 20:33:41.189 INFO O| Aug 25 20:33:41.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56832026-08-25T20:33:42.536Z[ recovery-image] Aug 25 20:33:41.189 INFO O| Aug 25 20:33:41.189 INFO STEP 121 (remove_files) COMPLETE
56842026-08-25T20:33:42.536Z[ recovery-image] Aug 25 20:33:41.189 INFO O| Aug 25 20:33:41.189 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-25T20:33:42.536Z[ recovery-image] Aug 25 20:33:41.198 INFO O| Aug 25 20:33:41.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56862026-08-25T20:33:42.536Z[ recovery-image] Aug 25 20:33:41.198 INFO O| Aug 25 20:33:41.198 INFO STEP 122 (remove_files) COMPLETE
56872026-08-25T20:33:42.536Z[ recovery-image] Aug 25 20:33:41.198 INFO O| Aug 25 20:33:41.198 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-25T20:33:42.536Z[ recovery-image] Aug 25 20:33:41.208 INFO O| Aug 25 20:33:41.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56892026-08-25T20:33:42.536Z[ recovery-image] Aug 25 20:33:41.208 INFO O| Aug 25 20:33:41.208 INFO STEP 123 (remove_files) COMPLETE
56902026-08-25T20:33:42.536Z[ recovery-image] Aug 25 20:33:41.208 INFO O| Aug 25 20:33:41.208 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-08-25T20:33:42.537Z[ recovery-image] Aug 25 20:33:41.217 INFO O| Aug 25 20:33:41.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56922026-08-25T20:33:42.537Z[ recovery-image] Aug 25 20:33:41.217 INFO O| Aug 25 20:33:41.217 INFO STEP 124 (remove_files) COMPLETE
56932026-08-25T20:33:42.537Z[ recovery-image] Aug 25 20:33:41.217 INFO O| Aug 25 20:33:41.217 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-08-25T20:33:42.537Z[ recovery-image] Aug 25 20:33:41.225 INFO O| Aug 25 20:33:41.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56952026-08-25T20:33:42.537Z[ recovery-image] Aug 25 20:33:41.226 INFO O| Aug 25 20:33:41.226 INFO STEP 125 (remove_files) COMPLETE
56962026-08-25T20:33:42.538Z[ recovery-image] Aug 25 20:33:41.226 INFO O| Aug 25 20:33:41.226 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-08-25T20:33:42.538Z[ recovery-image] Aug 25 20:33:41.235 INFO O| Aug 25 20:33:41.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56982026-08-25T20:33:42.538Z[ recovery-image] Aug 25 20:33:41.236 INFO O| Aug 25 20:33:41.235 INFO STEP 126 (remove_files) COMPLETE
56992026-08-25T20:33:42.538Z[ recovery-image] Aug 25 20:33:41.236 INFO O| Aug 25 20:33:41.235 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-08-25T20:33:42.538Z[verify-libraries] Compiling pretty_assertions v1.4.1
57012026-08-25T20:33:42.538Z[ recovery-image] Aug 25 20:33:41.246 INFO O| Aug 25 20:33:41.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57022026-08-25T20:33:42.538Z[ recovery-image] Aug 25 20:33:41.246 INFO O| Aug 25 20:33:41.246 INFO STEP 127 (remove_files) COMPLETE
57032026-08-25T20:33:42.538Z[ recovery-image] Aug 25 20:33:41.246 INFO O| Aug 25 20:33:41.246 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-08-25T20:33:42.551Z[ recovery-image] Aug 25 20:33:41.256 INFO O| Aug 25 20:33:41.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57052026-08-25T20:33:42.551Z[ recovery-image] Aug 25 20:33:41.256 INFO O| Aug 25 20:33:41.256 INFO STEP 128 (remove_files) COMPLETE
57062026-08-25T20:33:42.551Z[ recovery-image] Aug 25 20:33:41.256 INFO O| Aug 25 20:33:41.256 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-08-25T20:33:42.562Z[ recovery-image] Aug 25 20:33:41.265 INFO O| Aug 25 20:33:41.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57082026-08-25T20:33:42.562Z[ recovery-image] Aug 25 20:33:41.265 INFO O| Aug 25 20:33:41.264 INFO STEP 129 (remove_files) COMPLETE
57092026-08-25T20:33:42.562Z[ recovery-image] Aug 25 20:33:41.265 INFO O| Aug 25 20:33:41.264 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-08-25T20:33:42.568Z[ recovery-image] Aug 25 20:33:41.274 INFO O| Aug 25 20:33:41.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57112026-08-25T20:33:42.568Z[ recovery-image] Aug 25 20:33:41.274 INFO O| Aug 25 20:33:41.273 INFO STEP 130 (remove_files) COMPLETE
57122026-08-25T20:33:42.568Z[ recovery-image] Aug 25 20:33:41.274 INFO O| Aug 25 20:33:41.273 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-08-25T20:33:42.568Z[ recovery-image] Aug 25 20:33:41.282 INFO O| Aug 25 20:33:41.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57142026-08-25T20:33:42.568Z[ recovery-image] Aug 25 20:33:41.282 INFO O| Aug 25 20:33:41.282 INFO STEP 131 (remove_files) COMPLETE
57152026-08-25T20:33:42.568Z[ recovery-image] Aug 25 20:33:41.282 INFO O| Aug 25 20:33:41.282 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-08-25T20:33:42.580Z[ recovery-image] Aug 25 20:33:41.290 INFO O| Aug 25 20:33:41.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57172026-08-25T20:33:42.580Z[ recovery-image] Aug 25 20:33:41.290 INFO O| Aug 25 20:33:41.290 INFO STEP 132 (remove_files) COMPLETE
57182026-08-25T20:33:42.580Z[ recovery-image] Aug 25 20:33:41.290 INFO O| Aug 25 20:33:41.290 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-08-25T20:33:42.610Z[ recovery-image] Aug 25 20:33:41.299 INFO O| Aug 25 20:33:41.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57202026-08-25T20:33:42.610Z[ recovery-image] Aug 25 20:33:41.299 INFO O| Aug 25 20:33:41.299 INFO STEP 133 (remove_files) COMPLETE
57212026-08-25T20:33:42.610Z[ recovery-image] Aug 25 20:33:41.299 INFO O| Aug 25 20:33:41.299 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-08-25T20:33:42.623Z[ recovery-image] Aug 25 20:33:41.307 INFO O| Aug 25 20:33:41.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57232026-08-25T20:33:42.623Z[ recovery-image] Aug 25 20:33:41.307 INFO O| Aug 25 20:33:41.307 INFO STEP 134 (remove_files) COMPLETE
57242026-08-25T20:33:42.623Z[ recovery-image] Aug 25 20:33:41.307 INFO O| Aug 25 20:33:41.307 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-08-25T20:33:42.623Z[ recovery-image] Aug 25 20:33:41.315 INFO O| Aug 25 20:33:41.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57262026-08-25T20:33:42.623Z[ recovery-image] Aug 25 20:33:41.315 INFO O| Aug 25 20:33:41.315 INFO STEP 135 (remove_files) COMPLETE
57272026-08-25T20:33:42.623Z[ recovery-image] Aug 25 20:33:41.315 INFO O| Aug 25 20:33:41.315 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-08-25T20:33:42.623Z[ recovery-image] Aug 25 20:33:41.323 INFO O| Aug 25 20:33:41.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57292026-08-25T20:33:42.623Z[ recovery-image] Aug 25 20:33:41.323 INFO O| Aug 25 20:33:41.323 INFO STEP 136 (remove_files) COMPLETE
57302026-08-25T20:33:42.623Z[ recovery-image] Aug 25 20:33:41.323 INFO O| Aug 25 20:33:41.323 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-08-25T20:33:42.623Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
57322026-08-25T20:33:42.623Z[ recovery-image] Aug 25 20:33:41.331 INFO O| Aug 25 20:33:41.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57332026-08-25T20:33:42.623Z[ recovery-image] Aug 25 20:33:41.331 INFO O| Aug 25 20:33:41.331 INFO STEP 137 (remove_files) COMPLETE
57342026-08-25T20:33:42.623Z[ recovery-image] Aug 25 20:33:41.331 INFO O| Aug 25 20:33:41.331 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-08-25T20:33:42.634Z[ recovery-image] Aug 25 20:33:41.342 INFO O| Aug 25 20:33:41.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57362026-08-25T20:33:42.634Z[ recovery-image] Aug 25 20:33:41.342 INFO O| Aug 25 20:33:41.342 INFO STEP 138 (remove_files) COMPLETE
57372026-08-25T20:33:42.634Z[ recovery-image] Aug 25 20:33:41.342 INFO O| Aug 25 20:33:41.342 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-08-25T20:33:42.639Z[ recovery-image] Aug 25 20:33:41.351 INFO O| Aug 25 20:33:41.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57392026-08-25T20:33:42.639Z[ recovery-image] Aug 25 20:33:41.351 INFO O| Aug 25 20:33:41.351 INFO STEP 139 (remove_files) COMPLETE
57402026-08-25T20:33:42.640Z[ recovery-image] Aug 25 20:33:41.351 INFO O| Aug 25 20:33:41.351 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-08-25T20:33:42.647Z[ recovery-image] Aug 25 20:33:41.361 INFO O| Aug 25 20:33:41.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57422026-08-25T20:33:42.647Z[ recovery-image] Aug 25 20:33:41.361 INFO O| Aug 25 20:33:41.361 INFO STEP 140 (remove_files) COMPLETE
57432026-08-25T20:33:42.647Z[ recovery-image] Aug 25 20:33:41.361 INFO O| Aug 25 20:33:41.361 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-08-25T20:33:42.657Z[ recovery-image] Aug 25 20:33:41.370 INFO O| Aug 25 20:33:41.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57452026-08-25T20:33:42.657Z[ recovery-image] Aug 25 20:33:41.370 INFO O| Aug 25 20:33:41.370 INFO STEP 141 (remove_files) COMPLETE
57462026-08-25T20:33:42.657Z[ recovery-image] Aug 25 20:33:41.370 INFO O| Aug 25 20:33:41.370 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-08-25T20:33:42.665Z[ recovery-image] Aug 25 20:33:41.379 INFO O| Aug 25 20:33:41.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57482026-08-25T20:33:42.665Z[ recovery-image] Aug 25 20:33:41.379 INFO O| Aug 25 20:33:41.379 INFO STEP 142 (remove_files) COMPLETE
57492026-08-25T20:33:42.665Z[ recovery-image] Aug 25 20:33:41.379 INFO O| Aug 25 20:33:41.379 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-25T20:33:42.688Z[ recovery-image] Aug 25 20:33:41.387 INFO O| Aug 25 20:33:41.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57512026-08-25T20:33:42.688Z[ recovery-image] Aug 25 20:33:41.387 INFO O| Aug 25 20:33:41.387 INFO STEP 143 (remove_files) COMPLETE
57522026-08-25T20:33:42.688Z[ recovery-image] Aug 25 20:33:41.387 INFO O| Aug 25 20:33:41.387 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-08-25T20:33:42.700Z[ recovery-image] Aug 25 20:33:41.395 INFO O| Aug 25 20:33:41.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57542026-08-25T20:33:42.700Z[ recovery-image] Aug 25 20:33:41.395 INFO O| Aug 25 20:33:41.395 INFO STEP 144 (remove_files) COMPLETE
57552026-08-25T20:33:42.700Z[ recovery-image] Aug 25 20:33:41.395 INFO O| Aug 25 20:33:41.395 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-08-25T20:33:42.700Z[ recovery-image] Aug 25 20:33:41.403 INFO O| Aug 25 20:33:41.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57572026-08-25T20:33:42.700Z[ recovery-image] Aug 25 20:33:41.404 INFO O| Aug 25 20:33:41.403 INFO STEP 145 (remove_files) COMPLETE
57582026-08-25T20:33:42.700Z[ recovery-image] Aug 25 20:33:41.404 INFO O| Aug 25 20:33:41.404 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-08-25T20:33:42.700Z[ recovery-image] Aug 25 20:33:41.412 INFO O| Aug 25 20:33:41.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57602026-08-25T20:33:42.700Z[ recovery-image] Aug 25 20:33:41.412 INFO O| Aug 25 20:33:41.412 INFO STEP 146 (remove_files) COMPLETE
57612026-08-25T20:33:42.700Z[ recovery-image] Aug 25 20:33:41.412 INFO O| Aug 25 20:33:41.412 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-08-25T20:33:42.711Z[ recovery-image] Aug 25 20:33:41.421 INFO O| Aug 25 20:33:41.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57632026-08-25T20:33:42.712Z[ recovery-image] Aug 25 20:33:41.421 INFO O| Aug 25 20:33:41.421 INFO STEP 147 (remove_files) COMPLETE
57642026-08-25T20:33:42.712Z[ recovery-image] Aug 25 20:33:41.421 INFO O| Aug 25 20:33:41.421 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-08-25T20:33:42.734Z[ recovery-image] Aug 25 20:33:41.431 INFO O| Aug 25 20:33:41.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57662026-08-25T20:33:42.734Z[ recovery-image] Aug 25 20:33:41.431 INFO O| Aug 25 20:33:41.431 INFO STEP 148 (remove_files) COMPLETE
57672026-08-25T20:33:42.734Z[ recovery-image] Aug 25 20:33:41.431 INFO O| Aug 25 20:33:41.431 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-08-25T20:33:42.734Z[ recovery-image] Aug 25 20:33:41.441 INFO O| Aug 25 20:33:41.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57692026-08-25T20:33:42.734Z[ recovery-image] Aug 25 20:33:41.441 INFO O| Aug 25 20:33:41.441 INFO STEP 149 (remove_files) COMPLETE
57702026-08-25T20:33:42.734Z[ recovery-image] Aug 25 20:33:41.441 INFO O| Aug 25 20:33:41.441 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-08-25T20:33:42.764Z[ recovery-image] Aug 25 20:33:41.451 INFO O| Aug 25 20:33:41.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57722026-08-25T20:33:42.764Z[ recovery-image] Aug 25 20:33:41.451 INFO O| Aug 25 20:33:41.451 INFO STEP 150 (remove_files) COMPLETE
57732026-08-25T20:33:42.764Z[ recovery-image] Aug 25 20:33:41.451 INFO O| Aug 25 20:33:41.451 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-08-25T20:33:42.792Z[ recovery-image] Aug 25 20:33:41.461 INFO O| Aug 25 20:33:41.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57752026-08-25T20:33:42.792Z[ recovery-image] Aug 25 20:33:41.461 INFO O| Aug 25 20:33:41.461 INFO STEP 151 (remove_files) COMPLETE
57762026-08-25T20:33:42.792Z[ recovery-image] Aug 25 20:33:41.461 INFO O| Aug 25 20:33:41.461 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-08-25T20:33:42.792Z[ recovery-image] Aug 25 20:33:41.470 INFO O| Aug 25 20:33:41.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57782026-08-25T20:33:42.792Z[ recovery-image] Aug 25 20:33:41.470 INFO O| Aug 25 20:33:41.470 INFO STEP 152 (remove_files) COMPLETE
57792026-08-25T20:33:42.792Z[ recovery-image] Aug 25 20:33:41.470 INFO O| Aug 25 20:33:41.470 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-08-25T20:33:42.792Z[ recovery-image] Aug 25 20:33:41.480 INFO O| Aug 25 20:33:41.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57812026-08-25T20:33:42.793Z[ recovery-image] Aug 25 20:33:41.480 INFO O| Aug 25 20:33:41.480 INFO STEP 153 (remove_files) COMPLETE
57822026-08-25T20:33:42.793Z[ recovery-image] Aug 25 20:33:41.480 INFO O| Aug 25 20:33:41.480 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-08-25T20:33:42.793Z[ recovery-image] Aug 25 20:33:41.489 INFO O| Aug 25 20:33:41.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57842026-08-25T20:33:42.793Z[ recovery-image] Aug 25 20:33:41.490 INFO O| Aug 25 20:33:41.489 INFO STEP 154 (remove_files) COMPLETE
57852026-08-25T20:33:42.793Z[ recovery-image] Aug 25 20:33:41.490 INFO O| Aug 25 20:33:41.490 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-08-25T20:33:42.809Z[ recovery-image] Aug 25 20:33:41.499 INFO O| Aug 25 20:33:41.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57872026-08-25T20:33:42.809Z[ recovery-image] Aug 25 20:33:41.499 INFO O| Aug 25 20:33:41.499 INFO STEP 155 (remove_files) COMPLETE
57882026-08-25T20:33:42.809Z[ recovery-image] Aug 25 20:33:41.499 INFO O| Aug 25 20:33:41.499 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-08-25T20:33:42.809Z[ recovery-image] Aug 25 20:33:41.509 INFO O| Aug 25 20:33:41.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57902026-08-25T20:33:42.809Z[ recovery-image] Aug 25 20:33:41.509 INFO O| Aug 25 20:33:41.509 INFO STEP 156 (remove_files) COMPLETE
57912026-08-25T20:33:42.809Z[ recovery-image] Aug 25 20:33:41.509 INFO O| Aug 25 20:33:41.509 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-08-25T20:33:42.809Z[ recovery-image] Aug 25 20:33:41.517 INFO O| Aug 25 20:33:41.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57932026-08-25T20:33:42.809Z[ recovery-image] Aug 25 20:33:41.517 INFO O| Aug 25 20:33:41.517 INFO STEP 157 (remove_files) COMPLETE
57942026-08-25T20:33:42.812Z[ recovery-image] Aug 25 20:33:41.517 INFO O| Aug 25 20:33:41.517 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-08-25T20:33:42.812Z[ host-image] Aug 25 20:33:41.519 INFO O| Aug 25 20:33:41.519 INFO O| Finalize: Creating fast lookup database ... Done
57962026-08-25T20:33:42.826Z[ recovery-image] Aug 25 20:33:41.526 INFO O| Aug 25 20:33:41.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57972026-08-25T20:33:42.826Z[ recovery-image] Aug 25 20:33:41.526 INFO O| Aug 25 20:33:41.526 INFO STEP 158 (remove_files) COMPLETE
57982026-08-25T20:33:42.826Z[ recovery-image] Aug 25 20:33:41.526 INFO O| Aug 25 20:33:41.526 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-08-25T20:33:42.826Z[ recovery-image] Aug 25 20:33:41.535 INFO O| Aug 25 20:33:41.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58002026-08-25T20:33:42.826Z[ recovery-image] Aug 25 20:33:41.535 INFO O| Aug 25 20:33:41.535 INFO STEP 159 (remove_files) COMPLETE
58012026-08-25T20:33:42.826Z[ recovery-image] Aug 25 20:33:41.535 INFO O| Aug 25 20:33:41.535 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-08-25T20:33:42.836Z[ recovery-image] Aug 25 20:33:41.544 INFO O| Aug 25 20:33:41.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58032026-08-25T20:33:42.836Z[ recovery-image] Aug 25 20:33:41.544 INFO O| Aug 25 20:33:41.544 INFO STEP 160 (remove_files) COMPLETE
58042026-08-25T20:33:42.837Z[ recovery-image] Aug 25 20:33:41.544 INFO O| Aug 25 20:33:41.544 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-08-25T20:33:42.837Z[ host-image] Aug 25 20:33:41.548 INFO O| Aug 25 20:33:41.548 INFO O| Finalize: Reading search index ... Done
58062026-08-25T20:33:42.837Z[ host-image] Aug 25 20:33:41.548 INFO O| Aug 25 20:33:41.548 INFO O| Finalize: Updating search index ... Done
58072026-08-25T20:33:42.837Z[ recovery-image] Aug 25 20:33:41.553 INFO O| Aug 25 20:33:41.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58082026-08-25T20:33:42.837Z[ recovery-image] Aug 25 20:33:41.553 INFO O| Aug 25 20:33:41.553 INFO STEP 161 (remove_files) COMPLETE
58092026-08-25T20:33:42.837Z[ recovery-image] Aug 25 20:33:41.553 INFO O| Aug 25 20:33:41.553 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-25T20:33:42.844Z[ host-image] Aug 25 20:33:41.558 INFO O| Aug 25 20:33:41.558 INFO O| Finalize: Updating package cache ... Done
58112026-08-25T20:33:42.844Z[ recovery-image] Aug 25 20:33:41.562 INFO O| Aug 25 20:33:41.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58122026-08-25T20:33:42.844Z[ recovery-image] Aug 25 20:33:41.562 INFO O| Aug 25 20:33:41.562 INFO STEP 162 (remove_files) COMPLETE
58132026-08-25T20:33:42.855Z[ recovery-image] Aug 25 20:33:41.562 INFO O| Aug 25 20:33:41.562 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-08-25T20:33:42.855Z[ recovery-image] Aug 25 20:33:41.572 INFO O| Aug 25 20:33:41.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58152026-08-25T20:33:42.855Z[ recovery-image] Aug 25 20:33:41.572 INFO O| Aug 25 20:33:41.572 INFO STEP 163 (remove_files) COMPLETE
58162026-08-25T20:33:42.855Z[ recovery-image] Aug 25 20:33:41.572 INFO O| Aug 25 20:33:41.572 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-08-25T20:33:42.871Z[ recovery-image] Aug 25 20:33:41.583 INFO O| Aug 25 20:33:41.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58182026-08-25T20:33:42.871Z[ recovery-image] Aug 25 20:33:41.583 INFO O| Aug 25 20:33:41.583 INFO STEP 164 (remove_files) COMPLETE
58192026-08-25T20:33:42.871Z[ recovery-image] Aug 25 20:33:41.583 INFO O| Aug 25 20:33:41.583 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-08-25T20:33:42.883Z[ recovery-image] Aug 25 20:33:41.594 INFO O| Aug 25 20:33:41.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58212026-08-25T20:33:42.883Z[ recovery-image] Aug 25 20:33:41.594 INFO O| Aug 25 20:33:41.594 INFO STEP 165 (remove_files) COMPLETE
58222026-08-25T20:33:42.891Z[ recovery-image] Aug 25 20:33:41.594 INFO O| Aug 25 20:33:41.594 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-08-25T20:33:42.906Z[ recovery-image] Aug 25 20:33:41.604 INFO O| Aug 25 20:33:41.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58242026-08-25T20:33:42.906Z[ recovery-image] Aug 25 20:33:41.604 INFO O| Aug 25 20:33:41.604 INFO STEP 166 (remove_files) COMPLETE
58252026-08-25T20:33:42.906Z[ recovery-image] Aug 25 20:33:41.604 INFO O| Aug 25 20:33:41.604 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-08-25T20:33:42.906Z[ recovery-image] Aug 25 20:33:41.613 INFO O| Aug 25 20:33:41.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58272026-08-25T20:33:42.906Z[ recovery-image] Aug 25 20:33:41.613 INFO O| Aug 25 20:33:41.613 INFO STEP 167 (remove_files) COMPLETE
58282026-08-25T20:33:42.906Z[ recovery-image] Aug 25 20:33:41.613 INFO O| Aug 25 20:33:41.613 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-08-25T20:33:42.906Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
58302026-08-25T20:33:42.920Z[ recovery-image] Aug 25 20:33:41.622 INFO O| Aug 25 20:33:41.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58312026-08-25T20:33:42.920Z[ recovery-image] Aug 25 20:33:41.622 INFO O| Aug 25 20:33:41.622 INFO STEP 168 (remove_files) COMPLETE
58322026-08-25T20:33:42.920Z[ recovery-image] Aug 25 20:33:41.622 INFO O| Aug 25 20:33:41.622 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-08-25T20:33:42.920Z[ recovery-image] Aug 25 20:33:41.631 INFO O| Aug 25 20:33:41.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58342026-08-25T20:33:42.920Z[ recovery-image] Aug 25 20:33:41.631 INFO O| Aug 25 20:33:41.631 INFO STEP 169 (remove_files) COMPLETE
58352026-08-25T20:33:42.920Z[ recovery-image] Aug 25 20:33:41.631 INFO O| Aug 25 20:33:41.631 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-08-25T20:33:42.944Z[ recovery-image] Aug 25 20:33:41.645 INFO O| Aug 25 20:33:41.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58372026-08-25T20:33:42.944Z[ recovery-image] Aug 25 20:33:41.645 INFO O| Aug 25 20:33:41.645 INFO STEP 170 (remove_files) COMPLETE
58382026-08-25T20:33:42.944Z[ recovery-image] Aug 25 20:33:41.645 INFO O| Aug 25 20:33:41.645 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-08-25T20:33:42.944Z[ recovery-image] Aug 25 20:33:41.654 INFO O| Aug 25 20:33:41.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58402026-08-25T20:33:42.944Z[ recovery-image] Aug 25 20:33:41.654 INFO O| Aug 25 20:33:41.654 INFO STEP 171 (remove_files) COMPLETE
58412026-08-25T20:33:42.944Z[ recovery-image] Aug 25 20:33:41.654 INFO O| Aug 25 20:33:41.654 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-08-25T20:33:42.957Z[ recovery-image] Aug 25 20:33:41.663 INFO O| Aug 25 20:33:41.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58432026-08-25T20:33:42.958Z[ recovery-image] Aug 25 20:33:41.663 INFO O| Aug 25 20:33:41.663 INFO STEP 172 (remove_files) COMPLETE
58442026-08-25T20:33:42.958Z[ recovery-image] Aug 25 20:33:41.663 INFO O| Aug 25 20:33:41.663 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-25T20:33:42.973Z[ recovery-image] Aug 25 20:33:41.673 INFO O| Aug 25 20:33:41.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58462026-08-25T20:33:42.973Z[ recovery-image] Aug 25 20:33:41.673 INFO O| Aug 25 20:33:41.673 INFO STEP 173 (remove_files) COMPLETE
58472026-08-25T20:33:42.973Z[ recovery-image] Aug 25 20:33:41.673 INFO O| Aug 25 20:33:41.673 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-25T20:33:42.980Z[ recovery-image] Aug 25 20:33:41.683 INFO O| Aug 25 20:33:41.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58492026-08-25T20:33:42.981Z[ recovery-image] Aug 25 20:33:41.683 INFO O| Aug 25 20:33:41.683 INFO STEP 174 (remove_files) COMPLETE
58502026-08-25T20:33:42.983Z[ recovery-image] Aug 25 20:33:41.683 INFO O| Aug 25 20:33:41.683 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-25T20:33:43.003Z[ recovery-image] Aug 25 20:33:41.694 INFO O| Aug 25 20:33:41.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58522026-08-25T20:33:43.003Z[ recovery-image] Aug 25 20:33:41.694 INFO O| Aug 25 20:33:41.694 INFO STEP 175 (remove_files) COMPLETE
58532026-08-25T20:33:43.003Z[ recovery-image] Aug 25 20:33:41.694 INFO O| Aug 25 20:33:41.694 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-25T20:33:43.003Z[ recovery-image] Aug 25 20:33:41.704 INFO O| Aug 25 20:33:41.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58552026-08-25T20:33:43.003Z[ recovery-image] Aug 25 20:33:41.704 INFO O| Aug 25 20:33:41.704 INFO STEP 176 (remove_files) COMPLETE
58562026-08-25T20:33:43.004Z[ recovery-image] Aug 25 20:33:41.704 INFO O| Aug 25 20:33:41.704 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-08-25T20:33:43.013Z[ recovery-image] Aug 25 20:33:41.715 INFO O| Aug 25 20:33:41.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58582026-08-25T20:33:43.013Z[ recovery-image] Aug 25 20:33:41.715 INFO O| Aug 25 20:33:41.715 INFO STEP 177 (remove_files) COMPLETE
58592026-08-25T20:33:43.014Z[ recovery-image] Aug 25 20:33:41.715 INFO O| Aug 25 20:33:41.715 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-08-25T20:33:43.014Z[ recovery-image] Aug 25 20:33:41.726 INFO O| Aug 25 20:33:41.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58612026-08-25T20:33:43.014Z[ recovery-image] Aug 25 20:33:41.726 INFO O| Aug 25 20:33:41.726 INFO STEP 178 (remove_files) COMPLETE
58622026-08-25T20:33:43.014Z[ recovery-image] Aug 25 20:33:41.726 INFO O| Aug 25 20:33:41.726 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-08-25T20:33:43.023Z[ recovery-image] Aug 25 20:33:41.737 INFO O| Aug 25 20:33:41.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58642026-08-25T20:33:43.023Z[ recovery-image] Aug 25 20:33:41.737 INFO O| Aug 25 20:33:41.737 INFO STEP 179 (remove_files) COMPLETE
58652026-08-25T20:33:43.023Z[ recovery-image] Aug 25 20:33:41.737 INFO O| Aug 25 20:33:41.737 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-08-25T20:33:43.037Z[ recovery-image] Aug 25 20:33:41.747 INFO O| Aug 25 20:33:41.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58672026-08-25T20:33:43.037Z[ recovery-image] Aug 25 20:33:41.747 INFO O| Aug 25 20:33:41.747 INFO STEP 180 (remove_files) COMPLETE
58682026-08-25T20:33:43.037Z[ recovery-image] Aug 25 20:33:41.747 INFO O| Aug 25 20:33:41.747 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-08-25T20:33:43.048Z[ recovery-image] Aug 25 20:33:41.757 INFO O| Aug 25 20:33:41.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58702026-08-25T20:33:43.048Z[ recovery-image] Aug 25 20:33:41.757 INFO O| Aug 25 20:33:41.757 INFO STEP 181 (remove_files) COMPLETE
58712026-08-25T20:33:43.048Z[ recovery-image] Aug 25 20:33:41.757 INFO O| Aug 25 20:33:41.757 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-08-25T20:33:43.079Z[ recovery-image] Aug 25 20:33:41.765 INFO O| Aug 25 20:33:41.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58732026-08-25T20:33:43.079Z[ recovery-image] Aug 25 20:33:41.765 INFO O| Aug 25 20:33:41.765 INFO STEP 182 (remove_files) COMPLETE
58742026-08-25T20:33:43.079Z[ recovery-image] Aug 25 20:33:41.765 INFO O| Aug 25 20:33:41.765 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-08-25T20:33:43.079Z[ recovery-image] Aug 25 20:33:41.776 INFO O| Aug 25 20:33:41.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58762026-08-25T20:33:43.079Z[ recovery-image] Aug 25 20:33:41.776 INFO O| Aug 25 20:33:41.776 INFO STEP 183 (remove_files) COMPLETE
58772026-08-25T20:33:43.079Z[ recovery-image] Aug 25 20:33:41.776 INFO O| Aug 25 20:33:41.776 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-08-25T20:33:43.110Z[ recovery-image] Aug 25 20:33:41.786 INFO O| Aug 25 20:33:41.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58792026-08-25T20:33:43.111Z[ recovery-image] Aug 25 20:33:41.786 INFO O| Aug 25 20:33:41.786 INFO STEP 184 (remove_files) COMPLETE
58802026-08-25T20:33:43.111Z[ recovery-image] Aug 25 20:33:41.786 INFO O| Aug 25 20:33:41.786 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-08-25T20:33:43.111Z[ recovery-image] Aug 25 20:33:41.797 INFO O| Aug 25 20:33:41.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58822026-08-25T20:33:43.111Z[ recovery-image] Aug 25 20:33:41.797 INFO O| Aug 25 20:33:41.797 INFO STEP 185 (remove_files) COMPLETE
58832026-08-25T20:33:43.111Z[ recovery-image] Aug 25 20:33:41.797 INFO O| Aug 25 20:33:41.797 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-08-25T20:33:43.111Z[ recovery-image] Aug 25 20:33:41.807 INFO O| Aug 25 20:33:41.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58852026-08-25T20:33:43.111Z[ recovery-image] Aug 25 20:33:41.807 INFO O| Aug 25 20:33:41.807 INFO STEP 186 (remove_files) COMPLETE
58862026-08-25T20:33:43.111Z[ recovery-image] Aug 25 20:33:41.807 INFO O| Aug 25 20:33:41.807 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-08-25T20:33:43.139Z[ recovery-image] Aug 25 20:33:41.816 INFO O| Aug 25 20:33:41.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58882026-08-25T20:33:43.139Z[ recovery-image] Aug 25 20:33:41.816 INFO O| Aug 25 20:33:41.816 INFO STEP 187 (remove_files) COMPLETE
58892026-08-25T20:33:43.139Z[ recovery-image] Aug 25 20:33:41.816 INFO O| Aug 25 20:33:41.816 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-08-25T20:33:43.139Z[ recovery-image] Aug 25 20:33:41.826 INFO O| Aug 25 20:33:41.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58912026-08-25T20:33:43.139Z[ recovery-image] Aug 25 20:33:41.826 INFO O| Aug 25 20:33:41.826 INFO STEP 188 (remove_files) COMPLETE
58922026-08-25T20:33:43.139Z[ recovery-image] Aug 25 20:33:41.826 INFO O| Aug 25 20:33:41.826 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-08-25T20:33:43.139Z[ recovery-image] Aug 25 20:33:41.835 INFO O| Aug 25 20:33:41.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58942026-08-25T20:33:43.139Z[ recovery-image] Aug 25 20:33:41.835 INFO O| Aug 25 20:33:41.835 INFO STEP 189 (remove_files) COMPLETE
58952026-08-25T20:33:43.139Z[ recovery-image] Aug 25 20:33:41.835 INFO O| Aug 25 20:33:41.835 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-08-25T20:33:43.166Z[ recovery-image] Aug 25 20:33:41.846 INFO O| Aug 25 20:33:41.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58972026-08-25T20:33:43.166Z[ recovery-image] Aug 25 20:33:41.846 INFO O| Aug 25 20:33:41.846 INFO STEP 190 (remove_files) COMPLETE
58982026-08-25T20:33:43.166Z[ recovery-image] Aug 25 20:33:41.846 INFO O| Aug 25 20:33:41.846 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-08-25T20:33:43.166Z[ recovery-image] Aug 25 20:33:41.856 INFO O| Aug 25 20:33:41.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59002026-08-25T20:33:43.166Z[ recovery-image] Aug 25 20:33:41.856 INFO O| Aug 25 20:33:41.856 INFO STEP 191 (remove_files) COMPLETE
59012026-08-25T20:33:43.166Z[ recovery-image] Aug 25 20:33:41.856 INFO O| Aug 25 20:33:41.856 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-08-25T20:33:43.202Z[ recovery-image] Aug 25 20:33:41.866 INFO O| Aug 25 20:33:41.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59032026-08-25T20:33:43.207Z[ recovery-image] Aug 25 20:33:41.866 INFO O| Aug 25 20:33:41.866 INFO STEP 192 (remove_files) COMPLETE
59042026-08-25T20:33:43.207Z[ recovery-image] Aug 25 20:33:41.866 INFO O| Aug 25 20:33:41.866 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-08-25T20:33:43.207Z[ recovery-image] Aug 25 20:33:41.875 INFO O| Aug 25 20:33:41.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59062026-08-25T20:33:43.207Z[ recovery-image] Aug 25 20:33:41.875 INFO O| Aug 25 20:33:41.875 INFO STEP 193 (remove_files) COMPLETE
59072026-08-25T20:33:43.208Z[ recovery-image] Aug 25 20:33:41.875 INFO O| Aug 25 20:33:41.875 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-08-25T20:33:43.208Z[ host-image] Aug 25 20:33:41.882 INFO O| Aug 25 20:33:41.882 INFO STEP 14 (pkg_install) COMPLETE
59092026-08-25T20:33:43.208Z[ host-image] Aug 25 20:33:41.882 INFO O| Aug 25 20:33:41.882 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
59102026-08-25T20:33:43.208Z[ host-image] Aug 25 20:33:41.882 INFO O| Aug 25 20:33:41.882 INFO skip step because feature "mbist" is not enabled
59112026-08-25T20:33:43.208Z[ host-image] Aug 25 20:33:41.882 INFO O| Aug 25 20:33:41.882 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
59122026-08-25T20:33:43.208Z[ host-image] Aug 25 20:33:41.882 INFO O| Aug 25 20:33:41.882 INFO skip step because feature "mfg" is not enabled
59132026-08-25T20:33:43.208Z[ host-image] Aug 25 20:33:41.882 INFO O| Aug 25 20:33:41.882 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
59142026-08-25T20:33:43.208Z[ host-image] Aug 25 20:33:41.882 INFO O| Aug 25 20:33:41.882 INFO skip step because feature "compliance" is not enabled
59152026-08-25T20:33:43.208Z[ host-image] Aug 25 20:33:41.882 INFO O| Aug 25 20:33:41.882 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
59162026-08-25T20:33:43.208Z[ host-image] Aug 25 20:33:41.882 INFO O| Aug 25 20:33:41.882 INFO skip step because feature "stress" is not enabled
59172026-08-25T20:33:43.208Z[ host-image] Aug 25 20:33:41.882 INFO O| Aug 25 20:33:41.882 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
59182026-08-25T20:33:43.208Z[ host-image] Aug 25 20:33:41.882 INFO O| Aug 25 20:33:41.882 INFO skip step because feature "compliance" is not enabled
59192026-08-25T20:33:43.208Z[ host-image] Aug 25 20:33:41.882 INFO O| Aug 25 20:33:41.882 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
59202026-08-25T20:33:43.208Z[ host-image] Aug 25 20:33:41.882 INFO O| Aug 25 20:33:41.882 INFO skip step because feature "nfs" is not enabled
59212026-08-25T20:33:43.208Z[ host-image] Aug 25 20:33:41.882 INFO O| Aug 25 20:33:41.882 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
59222026-08-25T20:33:43.208Z[ host-image] Aug 25 20:33:41.882 INFO O| Aug 25 20:33:41.882 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
59232026-08-25T20:33:43.208Z[ recovery-image] Aug 25 20:33:41.884 INFO O| Aug 25 20:33:41.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59242026-08-25T20:33:43.208Z[ recovery-image] Aug 25 20:33:41.884 INFO O| Aug 25 20:33:41.884 INFO STEP 194 (remove_files) COMPLETE
59252026-08-25T20:33:43.208Z[ recovery-image] Aug 25 20:33:41.884 INFO O| Aug 25 20:33:41.884 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-08-25T20:33:43.217Z[ recovery-image] Aug 25 20:33:41.894 INFO O| Aug 25 20:33:41.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59272026-08-25T20:33:43.217Z[ recovery-image] Aug 25 20:33:41.894 INFO O| Aug 25 20:33:41.894 INFO STEP 195 (remove_files) COMPLETE
59282026-08-25T20:33:43.217Z[ recovery-image] Aug 25 20:33:41.894 INFO O| Aug 25 20:33:41.894 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-08-25T20:33:43.217Z[ recovery-image] Aug 25 20:33:41.924 INFO O| Aug 25 20:33:41.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59302026-08-25T20:33:43.217Z[ recovery-image] Aug 25 20:33:41.924 INFO O| Aug 25 20:33:41.924 INFO STEP 196 (remove_files) COMPLETE
59312026-08-25T20:33:43.217Z[ recovery-image] Aug 25 20:33:41.924 INFO O| Aug 25 20:33:41.924 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-08-25T20:33:43.232Z[ recovery-image] Aug 25 20:33:41.935 INFO O| Aug 25 20:33:41.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59332026-08-25T20:33:43.232Z[ recovery-image] Aug 25 20:33:41.935 INFO O| Aug 25 20:33:41.935 INFO STEP 197 (remove_files) COMPLETE
59342026-08-25T20:33:43.233Z[ recovery-image] Aug 25 20:33:41.935 INFO O| Aug 25 20:33:41.935 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-08-25T20:33:43.233Z[ recovery-image] Aug 25 20:33:41.943 INFO O| Aug 25 20:33:41.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59362026-08-25T20:33:43.233Z[ recovery-image] Aug 25 20:33:41.943 INFO O| Aug 25 20:33:41.943 INFO STEP 198 (remove_files) COMPLETE
59372026-08-25T20:33:43.233Z[ recovery-image] Aug 25 20:33:41.943 INFO O| Aug 25 20:33:41.943 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-08-25T20:33:43.244Z[ recovery-image] Aug 25 20:33:41.952 INFO O| Aug 25 20:33:41.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59392026-08-25T20:33:43.244Z[ recovery-image] Aug 25 20:33:41.952 INFO O| Aug 25 20:33:41.952 INFO STEP 199 (remove_files) COMPLETE
59402026-08-25T20:33:43.244Z[ recovery-image] Aug 25 20:33:41.952 INFO O| Aug 25 20:33:41.952 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-08-25T20:33:43.244Z[ recovery-image] Aug 25 20:33:41.960 INFO O| Aug 25 20:33:41.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59422026-08-25T20:33:43.244Z[ recovery-image] Aug 25 20:33:41.960 INFO O| Aug 25 20:33:41.960 INFO STEP 200 (remove_files) COMPLETE
59432026-08-25T20:33:43.245Z[ recovery-image] Aug 25 20:33:41.960 INFO O| Aug 25 20:33:41.960 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-08-25T20:33:43.254Z[ recovery-image] Aug 25 20:33:41.970 INFO O| Aug 25 20:33:41.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59452026-08-25T20:33:43.256Z[ recovery-image] Aug 25 20:33:41.970 INFO O| Aug 25 20:33:41.970 INFO STEP 201 (remove_files) COMPLETE
59462026-08-25T20:33:43.256Z[ recovery-image] Aug 25 20:33:41.970 INFO O| Aug 25 20:33:41.970 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-08-25T20:33:43.267Z[ recovery-image] Aug 25 20:33:41.982 INFO O| Aug 25 20:33:41.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59482026-08-25T20:33:43.267Z[ recovery-image] Aug 25 20:33:41.982 INFO O| Aug 25 20:33:41.982 INFO STEP 202 (remove_files) COMPLETE
59492026-08-25T20:33:43.267Z[ recovery-image] Aug 25 20:33:41.982 INFO O| Aug 25 20:33:41.982 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-08-25T20:33:43.281Z[ recovery-image] Aug 25 20:33:41.992 INFO O| Aug 25 20:33:41.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59512026-08-25T20:33:43.282Z[ recovery-image] Aug 25 20:33:41.992 INFO O| Aug 25 20:33:41.992 INFO STEP 203 (remove_files) COMPLETE
59522026-08-25T20:33:43.282Z[ recovery-image] Aug 25 20:33:41.992 INFO O| Aug 25 20:33:41.992 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-08-25T20:33:43.296Z[ recovery-image] Aug 25 20:33:42.002 INFO O| Aug 25 20:33:42.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59542026-08-25T20:33:43.296Z[ recovery-image] Aug 25 20:33:42.002 INFO O| Aug 25 20:33:42.002 INFO STEP 204 (remove_files) COMPLETE
59552026-08-25T20:33:43.296Z[ recovery-image] Aug 25 20:33:42.002 INFO O| Aug 25 20:33:42.002 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-08-25T20:33:43.307Z[ recovery-image] Aug 25 20:33:42.014 INFO O| Aug 25 20:33:42.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59572026-08-25T20:33:43.307Z[ recovery-image] Aug 25 20:33:42.014 INFO O| Aug 25 20:33:42.014 INFO STEP 205 (remove_files) COMPLETE
59582026-08-25T20:33:43.307Z[ recovery-image] Aug 25 20:33:42.014 INFO O| Aug 25 20:33:42.014 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-08-25T20:33:43.326Z[ recovery-image] Aug 25 20:33:42.025 INFO O| Aug 25 20:33:42.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59602026-08-25T20:33:43.326Z[ recovery-image] Aug 25 20:33:42.025 INFO O| Aug 25 20:33:42.025 INFO STEP 206 (remove_files) COMPLETE
59612026-08-25T20:33:43.326Z[ recovery-image] Aug 25 20:33:42.025 INFO O| Aug 25 20:33:42.025 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-08-25T20:33:43.326Z[ recovery-image] Aug 25 20:33:42.034 INFO O| Aug 25 20:33:42.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59632026-08-25T20:33:43.326Z[ recovery-image] Aug 25 20:33:42.034 INFO O| Aug 25 20:33:42.034 INFO STEP 207 (remove_files) COMPLETE
59642026-08-25T20:33:43.326Z[ recovery-image] Aug 25 20:33:42.034 INFO O| Aug 25 20:33:42.034 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-08-25T20:33:43.348Z[ recovery-image] Aug 25 20:33:42.042 INFO O| Aug 25 20:33:42.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59662026-08-25T20:33:43.348Z[ recovery-image] Aug 25 20:33:42.042 INFO O| Aug 25 20:33:42.042 INFO STEP 208 (remove_files) COMPLETE
59672026-08-25T20:33:43.348Z[ recovery-image] Aug 25 20:33:42.042 INFO O| Aug 25 20:33:42.042 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-08-25T20:33:43.348Z[ recovery-image] Aug 25 20:33:42.055 INFO O| Aug 25 20:33:42.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59692026-08-25T20:33:43.348Z[ recovery-image] Aug 25 20:33:42.055 INFO O| Aug 25 20:33:42.055 INFO STEP 209 (remove_files) COMPLETE
59702026-08-25T20:33:43.348Z[ recovery-image] Aug 25 20:33:42.055 INFO O| Aug 25 20:33:42.055 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-08-25T20:33:43.361Z[ recovery-image] Aug 25 20:33:42.065 INFO O| Aug 25 20:33:42.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59722026-08-25T20:33:43.361Z[ recovery-image] Aug 25 20:33:42.065 INFO O| Aug 25 20:33:42.065 INFO STEP 210 (remove_files) COMPLETE
59732026-08-25T20:33:43.361Z[ recovery-image] Aug 25 20:33:42.065 INFO O| Aug 25 20:33:42.065 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-08-25T20:33:43.371Z[ recovery-image] Aug 25 20:33:42.078 INFO O| Aug 25 20:33:42.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59752026-08-25T20:33:43.371Z[ recovery-image] Aug 25 20:33:42.078 INFO O| Aug 25 20:33:42.078 INFO STEP 211 (remove_files) COMPLETE
59762026-08-25T20:33:43.371Z[ recovery-image] Aug 25 20:33:42.078 INFO O| Aug 25 20:33:42.078 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-08-25T20:33:43.384Z[ recovery-image] Aug 25 20:33:42.091 INFO O| Aug 25 20:33:42.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59782026-08-25T20:33:43.384Z[ recovery-image] Aug 25 20:33:42.091 INFO O| Aug 25 20:33:42.091 INFO STEP 212 (remove_files) COMPLETE
59792026-08-25T20:33:43.384Z[ recovery-image] Aug 25 20:33:42.091 INFO O| Aug 25 20:33:42.091 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-08-25T20:33:43.398Z[ recovery-image] Aug 25 20:33:42.103 INFO O| Aug 25 20:33:42.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59812026-08-25T20:33:43.398Z[ recovery-image] Aug 25 20:33:42.103 INFO O| Aug 25 20:33:42.103 INFO STEP 213 (remove_files) COMPLETE
59822026-08-25T20:33:43.398Z[ recovery-image] Aug 25 20:33:42.103 INFO O| Aug 25 20:33:42.103 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-08-25T20:33:43.412Z[ recovery-image] Aug 25 20:33:42.114 INFO O| Aug 25 20:33:42.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59842026-08-25T20:33:43.412Z[ recovery-image] Aug 25 20:33:42.115 INFO O| Aug 25 20:33:42.115 INFO STEP 214 (remove_files) COMPLETE
59852026-08-25T20:33:43.412Z[ recovery-image] Aug 25 20:33:42.115 INFO O| Aug 25 20:33:42.115 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-08-25T20:33:43.412Z[ recovery-image] Aug 25 20:33:42.125 INFO O| Aug 25 20:33:42.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59872026-08-25T20:33:43.412Z[ recovery-image] Aug 25 20:33:42.125 INFO O| Aug 25 20:33:42.125 INFO STEP 215 (remove_files) COMPLETE
59882026-08-25T20:33:43.412Z[ recovery-image] Aug 25 20:33:42.125 INFO O| Aug 25 20:33:42.125 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-08-25T20:33:43.424Z[ recovery-image] Aug 25 20:33:42.135 INFO O| Aug 25 20:33:42.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59902026-08-25T20:33:43.424Z[ recovery-image] Aug 25 20:33:42.135 INFO O| Aug 25 20:33:42.135 INFO STEP 216 (remove_files) COMPLETE
59912026-08-25T20:33:43.424Z[ recovery-image] Aug 25 20:33:42.135 INFO O| Aug 25 20:33:42.135 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-08-25T20:33:43.424Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
59932026-08-25T20:33:43.433Z[ recovery-image] Aug 25 20:33:42.146 INFO O| Aug 25 20:33:42.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59942026-08-25T20:33:43.433Z[ recovery-image] Aug 25 20:33:42.146 INFO O| Aug 25 20:33:42.146 INFO STEP 217 (remove_files) COMPLETE
59952026-08-25T20:33:43.433Z[ recovery-image] Aug 25 20:33:42.146 INFO O| Aug 25 20:33:42.146 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-08-25T20:33:43.442Z[ recovery-image] Aug 25 20:33:42.159 INFO O| Aug 25 20:33:42.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59972026-08-25T20:33:43.442Z[ recovery-image] Aug 25 20:33:42.159 INFO O| Aug 25 20:33:42.159 INFO STEP 218 (remove_files) COMPLETE
59982026-08-25T20:33:43.442Z[ recovery-image] Aug 25 20:33:42.159 INFO O| Aug 25 20:33:42.159 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-08-25T20:33:43.450Z[ recovery-image] Aug 25 20:33:42.169 INFO O| Aug 25 20:33:42.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
60002026-08-25T20:33:43.458Z[ recovery-image] Aug 25 20:33:42.170 INFO O| Aug 25 20:33:42.170 INFO STEP 219 (remove_files) COMPLETE
60012026-08-25T20:33:43.458Z[ recovery-image] Aug 25 20:33:42.170 INFO O| Aug 25 20:33:42.170 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-08-25T20:33:43.465Z[ recovery-image] Aug 25 20:33:42.180 INFO O| Aug 25 20:33:42.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
60032026-08-25T20:33:43.465Z[ recovery-image] Aug 25 20:33:42.180 INFO O| Aug 25 20:33:42.180 INFO STEP 220 (remove_files) COMPLETE
60042026-08-25T20:33:43.465Z[ recovery-image] Aug 25 20:33:42.180 INFO O| Aug 25 20:33:42.180 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-08-25T20:33:43.496Z[ recovery-image] Aug 25 20:33:42.192 INFO O| Aug 25 20:33:42.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
60062026-08-25T20:33:43.496Z[ recovery-image] Aug 25 20:33:42.192 INFO O| Aug 25 20:33:42.192 INFO STEP 221 (remove_files) COMPLETE
60072026-08-25T20:33:43.497Z[ recovery-image] Aug 25 20:33:42.192 INFO O| Aug 25 20:33:42.192 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-08-25T20:33:44.041Z[ recovery-image] Aug 25 20:33:42.201 INFO O| Aug 25 20:33:42.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
60092026-08-25T20:33:44.041Z[ recovery-image] Aug 25 20:33:42.201 INFO O| Aug 25 20:33:42.201 INFO STEP 222 (remove_files) COMPLETE
60102026-08-25T20:33:44.041Z[ recovery-image] Aug 25 20:33:42.201 INFO O| Aug 25 20:33:42.201 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-08-25T20:33:44.041Z[ recovery-image] Aug 25 20:33:42.211 INFO O| Aug 25 20:33:42.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
60122026-08-25T20:33:44.041Z[ recovery-image] Aug 25 20:33:42.211 INFO O| Aug 25 20:33:42.211 INFO STEP 223 (remove_files) COMPLETE
60132026-08-25T20:33:44.042Z[ recovery-image] Aug 25 20:33:42.211 INFO O| Aug 25 20:33:42.211 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-08-25T20:33:44.042Z[ recovery-image] Aug 25 20:33:42.222 INFO O| Aug 25 20:33:42.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60152026-08-25T20:33:44.042Z[ recovery-image] Aug 25 20:33:42.222 INFO O| Aug 25 20:33:42.222 INFO STEP 224 (remove_files) COMPLETE
60162026-08-25T20:33:44.042Z[ recovery-image] Aug 25 20:33:42.222 INFO O| Aug 25 20:33:42.222 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-08-25T20:33:44.049Z[ recovery-image] Aug 25 20:33:42.231 INFO O| Aug 25 20:33:42.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60182026-08-25T20:33:44.049Z[ recovery-image] Aug 25 20:33:42.231 INFO O| Aug 25 20:33:42.231 INFO STEP 225 (remove_files) COMPLETE
60192026-08-25T20:33:44.049Z[ recovery-image] Aug 25 20:33:42.231 INFO O| Aug 25 20:33:42.231 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-08-25T20:33:44.223Z[ recovery-image] Aug 25 20:33:42.241 INFO O| Aug 25 20:33:42.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60212026-08-25T20:33:44.223Z[ recovery-image] Aug 25 20:33:42.241 INFO O| Aug 25 20:33:42.241 INFO STEP 226 (remove_files) COMPLETE
60222026-08-25T20:33:44.226Z[ recovery-image] Aug 25 20:33:42.241 INFO O| Aug 25 20:33:42.241 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-08-25T20:33:44.227Z[ recovery-image] Aug 25 20:33:42.254 INFO O| Aug 25 20:33:42.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60242026-08-25T20:33:44.227Z[ recovery-image] Aug 25 20:33:42.254 INFO O| Aug 25 20:33:42.254 INFO STEP 227 (remove_files) COMPLETE
60252026-08-25T20:33:44.227Z[ recovery-image] Aug 25 20:33:42.254 INFO O| Aug 25 20:33:42.254 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-08-25T20:33:44.227Z[ recovery-image] Aug 25 20:33:42.265 INFO O| Aug 25 20:33:42.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60272026-08-25T20:33:44.227Z[ recovery-image] Aug 25 20:33:42.265 INFO O| Aug 25 20:33:42.265 INFO STEP 228 (remove_files) COMPLETE
60282026-08-25T20:33:44.227Z[ recovery-image] Aug 25 20:33:42.265 INFO O| Aug 25 20:33:42.265 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-08-25T20:33:44.227Z[ recovery-image] Aug 25 20:33:42.278 INFO O| Aug 25 20:33:42.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60302026-08-25T20:33:44.227Z[ recovery-image] Aug 25 20:33:42.278 INFO O| Aug 25 20:33:42.277 INFO STEP 229 (remove_files) COMPLETE
60312026-08-25T20:33:44.227Z[ recovery-image] Aug 25 20:33:42.278 INFO O| Aug 25 20:33:42.277 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-08-25T20:33:44.227Z[ recovery-image] Aug 25 20:33:42.288 INFO O| Aug 25 20:33:42.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60332026-08-25T20:33:44.227Z[ recovery-image] Aug 25 20:33:42.288 INFO O| Aug 25 20:33:42.288 INFO STEP 230 (remove_files) COMPLETE
60342026-08-25T20:33:44.227Z[ recovery-image] Aug 25 20:33:42.288 INFO O| Aug 25 20:33:42.288 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-25T20:33:44.227Z[ recovery-image] Aug 25 20:33:42.307 INFO O| Aug 25 20:33:42.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60362026-08-25T20:33:44.227Z[ recovery-image] Aug 25 20:33:42.307 INFO O| Aug 25 20:33:42.307 INFO STEP 231 (remove_files) COMPLETE
60372026-08-25T20:33:44.227Z[ recovery-image] Aug 25 20:33:42.307 INFO O| Aug 25 20:33:42.307 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-25T20:33:44.236Z[ recovery-image] Aug 25 20:33:42.318 INFO O| Aug 25 20:33:42.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60392026-08-25T20:33:44.236Z[ recovery-image] Aug 25 20:33:42.319 INFO O| Aug 25 20:33:42.318 INFO STEP 232 (remove_files) COMPLETE
60402026-08-25T20:33:44.236Z[ recovery-image] Aug 25 20:33:42.319 INFO O| Aug 25 20:33:42.318 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.329 INFO O| Aug 25 20:33:42.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60422026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.329 INFO O| Aug 25 20:33:42.329 INFO STEP 233 (remove_files) COMPLETE
60432026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.329 INFO O| Aug 25 20:33:42.329 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.344 INFO O| Aug 25 20:33:42.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60452026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.344 INFO O| Aug 25 20:33:42.344 INFO STEP 234 (remove_files) COMPLETE
60462026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.344 INFO O| Aug 25 20:33:42.344 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.355 INFO O| Aug 25 20:33:42.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60482026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.355 INFO O| Aug 25 20:33:42.355 INFO STEP 235 (remove_files) COMPLETE
60492026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.355 INFO O| Aug 25 20:33:42.355 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.367 INFO O| Aug 25 20:33:42.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60512026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.367 INFO O| Aug 25 20:33:42.367 INFO STEP 236 (remove_files) COMPLETE
60522026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.367 INFO O| Aug 25 20:33:42.367 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.382 INFO O| Aug 25 20:33:42.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60542026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.382 INFO O| Aug 25 20:33:42.382 INFO STEP 237 (remove_files) COMPLETE
60552026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.382 INFO O| Aug 25 20:33:42.382 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.394 INFO O| Aug 25 20:33:42.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60572026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.394 INFO O| Aug 25 20:33:42.394 INFO STEP 238 (remove_files) COMPLETE
60582026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.394 INFO O| Aug 25 20:33:42.394 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.406 INFO O| Aug 25 20:33:42.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60602026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.406 INFO O| Aug 25 20:33:42.406 INFO STEP 239 (remove_files) COMPLETE
60612026-08-25T20:33:44.237Z[ recovery-image] Aug 25 20:33:42.406 INFO O| Aug 25 20:33:42.406 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-08-25T20:33:44.238Z[ recovery-image] Aug 25 20:33:42.417 INFO O| Aug 25 20:33:42.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60632026-08-25T20:33:44.238Z[ recovery-image] Aug 25 20:33:42.417 INFO O| Aug 25 20:33:42.417 INFO STEP 240 (remove_files) COMPLETE
60642026-08-25T20:33:44.238Z[ recovery-image] Aug 25 20:33:42.417 INFO O| Aug 25 20:33:42.417 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-08-25T20:33:44.238Z[ recovery-image] Aug 25 20:33:42.428 INFO O| Aug 25 20:33:42.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60662026-08-25T20:33:44.238Z[ recovery-image] Aug 25 20:33:42.428 INFO O| Aug 25 20:33:42.428 INFO STEP 241 (remove_files) COMPLETE
60672026-08-25T20:33:44.238Z[ recovery-image] Aug 25 20:33:42.428 INFO O| Aug 25 20:33:42.428 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-08-25T20:33:44.246Z[ recovery-image] Aug 25 20:33:42.439 INFO O| Aug 25 20:33:42.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60692026-08-25T20:33:44.247Z[ recovery-image] Aug 25 20:33:42.439 INFO O| Aug 25 20:33:42.439 INFO STEP 242 (remove_files) COMPLETE
60702026-08-25T20:33:44.247Z[ recovery-image] Aug 25 20:33:42.439 INFO O| Aug 25 20:33:42.439 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-08-25T20:33:44.247Z[ recovery-image] Aug 25 20:33:42.451 INFO O| Aug 25 20:33:42.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60722026-08-25T20:33:44.247Z[ recovery-image] Aug 25 20:33:42.451 INFO O| Aug 25 20:33:42.451 INFO STEP 243 (remove_files) COMPLETE
60732026-08-25T20:33:44.247Z[ recovery-image] Aug 25 20:33:42.451 INFO O| Aug 25 20:33:42.451 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-08-25T20:33:44.247Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
60752026-08-25T20:33:44.247Z[ recovery-image] Aug 25 20:33:42.463 INFO O| Aug 25 20:33:42.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60762026-08-25T20:33:44.247Z[ recovery-image] Aug 25 20:33:42.463 INFO O| Aug 25 20:33:42.463 INFO STEP 244 (remove_files) COMPLETE
60772026-08-25T20:33:44.247Z[ recovery-image] Aug 25 20:33:42.463 INFO O| Aug 25 20:33:42.463 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-25T20:33:44.247Z[ recovery-image] Aug 25 20:33:42.475 INFO O| Aug 25 20:33:42.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60792026-08-25T20:33:44.247Z[ recovery-image] Aug 25 20:33:42.476 INFO O| Aug 25 20:33:42.475 INFO STEP 245 (remove_files) COMPLETE
60802026-08-25T20:33:44.247Z[ recovery-image] Aug 25 20:33:42.476 INFO O| Aug 25 20:33:42.475 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-25T20:33:44.247Z[ recovery-image] Aug 25 20:33:42.486 INFO O| Aug 25 20:33:42.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60822026-08-25T20:33:44.247Z[ recovery-image] Aug 25 20:33:42.486 INFO O| Aug 25 20:33:42.486 INFO STEP 246 (remove_files) COMPLETE
60832026-08-25T20:33:44.247Z[ recovery-image] Aug 25 20:33:42.486 INFO O| Aug 25 20:33:42.486 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-08-25T20:33:44.252Z[ recovery-image] Aug 25 20:33:42.497 INFO O| Aug 25 20:33:42.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60852026-08-25T20:33:44.252Z[ recovery-image] Aug 25 20:33:42.497 INFO O| Aug 25 20:33:42.497 INFO STEP 247 (remove_files) COMPLETE
60862026-08-25T20:33:44.252Z[ recovery-image] Aug 25 20:33:42.497 INFO O| Aug 25 20:33:42.497 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-08-25T20:33:44.252Z[ recovery-image] Aug 25 20:33:42.508 INFO O| Aug 25 20:33:42.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60882026-08-25T20:33:44.252Z[ recovery-image] Aug 25 20:33:42.508 INFO O| Aug 25 20:33:42.508 INFO STEP 248 (remove_files) COMPLETE
60892026-08-25T20:33:44.252Z[ recovery-image] Aug 25 20:33:42.508 INFO O| Aug 25 20:33:42.508 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-08-25T20:33:44.252Z[ recovery-image] Aug 25 20:33:42.518 INFO O| Aug 25 20:33:42.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60912026-08-25T20:33:44.252Z[ recovery-image] Aug 25 20:33:42.518 INFO O| Aug 25 20:33:42.518 INFO STEP 249 (remove_files) COMPLETE
60922026-08-25T20:33:44.252Z[ recovery-image] Aug 25 20:33:42.518 INFO O| Aug 25 20:33:42.518 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-08-25T20:33:44.252Z[ host-image] Aug 25 20:33:42.520 INFO O| Aug 25 20:33:42.520 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
60942026-08-25T20:33:44.252Z[ recovery-image] Aug 25 20:33:42.529 INFO O| Aug 25 20:33:42.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60952026-08-25T20:33:44.252Z[ recovery-image] Aug 25 20:33:42.529 INFO O| Aug 25 20:33:42.529 INFO STEP 250 (remove_files) COMPLETE
60962026-08-25T20:33:44.252Z[ recovery-image] Aug 25 20:33:42.529 INFO O| Aug 25 20:33:42.529 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-08-25T20:33:44.252Z[ recovery-image] Aug 25 20:33:42.539 INFO O| Aug 25 20:33:42.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60982026-08-25T20:33:44.252Z[ recovery-image] Aug 25 20:33:42.539 INFO O| Aug 25 20:33:42.539 INFO STEP 251 (remove_files) COMPLETE
60992026-08-25T20:33:44.252Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
61002026-08-25T20:33:44.253Z[ recovery-image] Aug 25 20:33:42.539 INFO O| Aug 25 20:33:42.539 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-25T20:33:44.253Z[ recovery-image] Aug 25 20:33:42.553 INFO O| Aug 25 20:33:42.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
61022026-08-25T20:33:44.253Z[ recovery-image] Aug 25 20:33:42.553 INFO O| Aug 25 20:33:42.553 INFO STEP 252 (remove_files) COMPLETE
61032026-08-25T20:33:44.253Z[ recovery-image] Aug 25 20:33:42.553 INFO O| Aug 25 20:33:42.553 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-08-25T20:33:44.253Z[ recovery-image] Aug 25 20:33:42.566 INFO O| Aug 25 20:33:42.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
61052026-08-25T20:33:44.253Z[ recovery-image] Aug 25 20:33:42.566 INFO O| Aug 25 20:33:42.566 INFO STEP 253 (remove_files) COMPLETE
61062026-08-25T20:33:44.253Z[ recovery-image] Aug 25 20:33:42.566 INFO O| Aug 25 20:33:42.566 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-08-25T20:33:44.253Z[ recovery-image] Aug 25 20:33:42.578 INFO O| Aug 25 20:33:42.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
61082026-08-25T20:33:44.253Z[ recovery-image] Aug 25 20:33:42.578 INFO O| Aug 25 20:33:42.578 INFO STEP 254 (remove_files) COMPLETE
61092026-08-25T20:33:44.253Z[ recovery-image] Aug 25 20:33:42.578 INFO O| Aug 25 20:33:42.578 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-08-25T20:33:44.253Z[ recovery-image] Aug 25 20:33:42.589 INFO O| Aug 25 20:33:42.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
61112026-08-25T20:33:44.253Z[ recovery-image] Aug 25 20:33:42.589 INFO O| Aug 25 20:33:42.589 INFO STEP 255 (remove_files) COMPLETE
61122026-08-25T20:33:44.253Z[ recovery-image] Aug 25 20:33:42.589 INFO O| Aug 25 20:33:42.589 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-08-25T20:33:44.253Z[ recovery-image] Aug 25 20:33:42.600 INFO O| Aug 25 20:33:42.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61142026-08-25T20:33:44.253Z[ recovery-image] Aug 25 20:33:42.600 INFO O| Aug 25 20:33:42.600 INFO STEP 256 (remove_files) COMPLETE
61152026-08-25T20:33:44.253Z[ recovery-image] Aug 25 20:33:42.600 INFO O| Aug 25 20:33:42.600 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-08-25T20:33:44.253Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
61172026-08-25T20:33:44.253Z[ recovery-image] Aug 25 20:33:42.611 INFO O| Aug 25 20:33:42.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61182026-08-25T20:33:44.253Z[ recovery-image] Aug 25 20:33:42.611 INFO O| Aug 25 20:33:42.611 INFO STEP 257 (remove_files) COMPLETE
61192026-08-25T20:33:44.253Z[ recovery-image] Aug 25 20:33:42.611 INFO O| Aug 25 20:33:42.611 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-08-25T20:33:44.328Z[ recovery-image] Aug 25 20:33:42.621 INFO O| Aug 25 20:33:42.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61212026-08-25T20:33:44.328Z[ recovery-image] Aug 25 20:33:42.621 INFO O| Aug 25 20:33:42.621 INFO STEP 258 (remove_files) COMPLETE
61222026-08-25T20:33:44.328Z[ recovery-image] Aug 25 20:33:42.621 INFO O| Aug 25 20:33:42.621 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-08-25T20:33:44.331Z[ recovery-image] Aug 25 20:33:42.632 INFO O| Aug 25 20:33:42.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61242026-08-25T20:33:44.332Z[ recovery-image] Aug 25 20:33:42.632 INFO O| Aug 25 20:33:42.632 INFO STEP 259 (remove_files) COMPLETE
61252026-08-25T20:33:44.332Z[ recovery-image] Aug 25 20:33:42.632 INFO O| Aug 25 20:33:42.632 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-08-25T20:33:44.332Z[ recovery-image] Aug 25 20:33:42.641 INFO O| Aug 25 20:33:42.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61272026-08-25T20:33:44.333Z[ recovery-image] Aug 25 20:33:42.641 INFO O| Aug 25 20:33:42.641 INFO STEP 260 (remove_files) COMPLETE
61282026-08-25T20:33:44.333Z[ recovery-image] Aug 25 20:33:42.641 INFO O| Aug 25 20:33:42.641 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-25T20:33:44.333Z[ recovery-image] Aug 25 20:33:42.653 INFO O| Aug 25 20:33:42.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61302026-08-25T20:33:44.333Z[ recovery-image] Aug 25 20:33:42.653 INFO O| Aug 25 20:33:42.653 INFO STEP 261 (remove_files) COMPLETE
61312026-08-25T20:33:44.335Z[ recovery-image] Aug 25 20:33:42.653 INFO O| Aug 25 20:33:42.653 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-08-25T20:33:44.335Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
61332026-08-25T20:33:44.335Z[ recovery-image] Aug 25 20:33:42.664 INFO O| Aug 25 20:33:42.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61342026-08-25T20:33:44.335Z[ recovery-image] Aug 25 20:33:42.664 INFO O| Aug 25 20:33:42.664 INFO STEP 262 (remove_files) COMPLETE
61352026-08-25T20:33:44.335Z[ recovery-image] Aug 25 20:33:42.664 INFO O| Aug 25 20:33:42.664 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-08-25T20:33:44.335Z[ recovery-image] Aug 25 20:33:42.674 INFO O| Aug 25 20:33:42.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61372026-08-25T20:33:44.335Z[ recovery-image] Aug 25 20:33:42.680 INFO O| Aug 25 20:33:42.679 INFO STEP 263 (remove_files) COMPLETE
61382026-08-25T20:33:44.335Z[ recovery-image] Aug 25 20:33:42.680 INFO O| Aug 25 20:33:42.679 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-08-25T20:33:44.335Z[ recovery-image] Aug 25 20:33:42.691 INFO O| Aug 25 20:33:42.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61402026-08-25T20:33:44.335Z[ recovery-image] Aug 25 20:33:42.691 INFO O| Aug 25 20:33:42.691 INFO STEP 264 (remove_files) COMPLETE
61412026-08-25T20:33:44.335Z[ recovery-image] Aug 25 20:33:42.691 INFO O| Aug 25 20:33:42.691 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-08-25T20:33:44.335Z[ recovery-image] Aug 25 20:33:42.705 INFO O| Aug 25 20:33:42.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61432026-08-25T20:33:44.335Z[ recovery-image] Aug 25 20:33:42.705 INFO O| Aug 25 20:33:42.705 INFO STEP 265 (remove_files) COMPLETE
61442026-08-25T20:33:44.335Z[ recovery-image] Aug 25 20:33:42.705 INFO O| Aug 25 20:33:42.705 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-08-25T20:33:44.335Z[ recovery-image] Aug 25 20:33:42.715 INFO O| Aug 25 20:33:42.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61462026-08-25T20:33:44.335Z[ recovery-image] Aug 25 20:33:42.715 INFO O| Aug 25 20:33:42.715 INFO STEP 266 (remove_files) COMPLETE
61472026-08-25T20:33:44.335Z[ recovery-image] Aug 25 20:33:42.715 INFO O| Aug 25 20:33:42.715 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-08-25T20:33:44.335Z[ recovery-image] Aug 25 20:33:42.726 INFO O| Aug 25 20:33:42.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61492026-08-25T20:33:44.335Z[ recovery-image] Aug 25 20:33:42.726 INFO O| Aug 25 20:33:42.726 INFO STEP 267 (remove_files) COMPLETE
61502026-08-25T20:33:44.335Z[ recovery-image] Aug 25 20:33:42.726 INFO O| Aug 25 20:33:42.726 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-08-25T20:33:44.335Z[ recovery-image] Aug 25 20:33:42.736 INFO O| Aug 25 20:33:42.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61522026-08-25T20:33:44.336Z[ recovery-image] Aug 25 20:33:42.736 INFO O| Aug 25 20:33:42.736 INFO STEP 268 (remove_files) COMPLETE
61532026-08-25T20:33:44.336Z[ recovery-image] Aug 25 20:33:42.736 INFO O| Aug 25 20:33:42.736 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-08-25T20:33:44.336Z[ recovery-image] Aug 25 20:33:42.747 INFO O| Aug 25 20:33:42.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61552026-08-25T20:33:44.336Z[ recovery-image] Aug 25 20:33:42.747 INFO O| Aug 25 20:33:42.747 INFO STEP 269 (remove_files) COMPLETE
61562026-08-25T20:33:44.336Z[ recovery-image] Aug 25 20:33:42.747 INFO O| Aug 25 20:33:42.747 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-08-25T20:33:44.336Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
61582026-08-25T20:33:44.336Z[ recovery-image] Aug 25 20:33:42.756 INFO O| Aug 25 20:33:42.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61592026-08-25T20:33:44.336Z[ recovery-image] Aug 25 20:33:42.756 INFO O| Aug 25 20:33:42.756 INFO STEP 270 (remove_files) COMPLETE
61602026-08-25T20:33:44.336Z[ recovery-image] Aug 25 20:33:42.756 INFO O| Aug 25 20:33:42.756 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-08-25T20:33:44.336Z[ recovery-image] Aug 25 20:33:42.768 INFO O| Aug 25 20:33:42.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61622026-08-25T20:33:44.336Z[ recovery-image] Aug 25 20:33:42.768 INFO O| Aug 25 20:33:42.768 INFO STEP 271 (remove_files) COMPLETE
61632026-08-25T20:33:44.336Z[ recovery-image] Aug 25 20:33:42.768 INFO O| Aug 25 20:33:42.768 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-08-25T20:33:44.336Z[ recovery-image] Aug 25 20:33:42.779 INFO O| Aug 25 20:33:42.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61652026-08-25T20:33:44.337Z[ recovery-image] Aug 25 20:33:42.779 INFO O| Aug 25 20:33:42.779 INFO STEP 272 (remove_files) COMPLETE
61662026-08-25T20:33:44.337Z[ recovery-image] Aug 25 20:33:42.779 INFO O| Aug 25 20:33:42.779 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-08-25T20:33:44.337Z[ recovery-image] Aug 25 20:33:42.789 INFO O| Aug 25 20:33:42.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61682026-08-25T20:33:44.337Z[ recovery-image] Aug 25 20:33:42.789 INFO O| Aug 25 20:33:42.789 INFO STEP 273 (remove_files) COMPLETE
61692026-08-25T20:33:44.337Z[ recovery-image] Aug 25 20:33:42.789 INFO O| Aug 25 20:33:42.789 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-08-25T20:33:44.337Z[ recovery-image] Aug 25 20:33:42.798 INFO O| Aug 25 20:33:42.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61712026-08-25T20:33:44.337Z[ recovery-image] Aug 25 20:33:42.798 INFO O| Aug 25 20:33:42.798 INFO STEP 274 (remove_files) COMPLETE
61722026-08-25T20:33:44.337Z[ recovery-image] Aug 25 20:33:42.798 INFO O| Aug 25 20:33:42.798 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-08-25T20:33:44.337Z[ host-image] Aug 25 20:33:42.808 INFO O| Aug 25 20:33:42.808 INFO completed processing sled/ramdisk-01-os
61742026-08-25T20:33:44.337Z[ recovery-image] Aug 25 20:33:42.809 INFO O| Aug 25 20:33:42.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61752026-08-25T20:33:44.337Z[ recovery-image] Aug 25 20:33:42.809 INFO O| Aug 25 20:33:42.809 INFO STEP 275 (remove_files) COMPLETE
61762026-08-25T20:33:44.337Z[ recovery-image] Aug 25 20:33:42.809 INFO O| Aug 25 20:33:42.809 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-08-25T20:33:44.359Z[ host-image] Aug 25 20:33:42.810 INFO omicron1 baseline generation...
61782026-08-25T20:33:44.359Z[ host-image] Aug 25 20:33:42.810 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
61792026-08-25T20:33:44.359Z[ recovery-image] Aug 25 20:33:42.819 INFO O| Aug 25 20:33:42.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61802026-08-25T20:33:44.360Z[ recovery-image] Aug 25 20:33:42.819 INFO O| Aug 25 20:33:42.819 INFO STEP 276 (remove_files) COMPLETE
61812026-08-25T20:33:44.360Z[ recovery-image] Aug 25 20:33:42.819 INFO O| Aug 25 20:33:42.819 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-08-25T20:33:44.360Z[ recovery-image] Aug 25 20:33:42.828 INFO O| Aug 25 20:33:42.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61832026-08-25T20:33:44.360Z[ recovery-image] Aug 25 20:33:42.828 INFO O| Aug 25 20:33:42.828 INFO STEP 277 (remove_files) COMPLETE
61842026-08-25T20:33:44.360Z[ recovery-image] Aug 25 20:33:42.828 INFO O| Aug 25 20:33:42.828 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-08-25T20:33:44.360Z[ recovery-image] Aug 25 20:33:42.838 INFO O| Aug 25 20:33:42.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61862026-08-25T20:33:44.360Z[ recovery-image] Aug 25 20:33:42.838 INFO O| Aug 25 20:33:42.838 INFO STEP 278 (remove_files) COMPLETE
61872026-08-25T20:33:44.360Z[ recovery-image] Aug 25 20:33:42.838 INFO O| Aug 25 20:33:42.838 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-08-25T20:33:44.360Z[ recovery-image] Aug 25 20:33:42.849 INFO O| Aug 25 20:33:42.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61892026-08-25T20:33:44.360Z[ recovery-image] Aug 25 20:33:42.849 INFO O| Aug 25 20:33:42.849 INFO STEP 279 (remove_files) COMPLETE
61902026-08-25T20:33:44.360Z[ recovery-image] Aug 25 20:33:42.849 INFO O| Aug 25 20:33:42.849 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-08-25T20:33:44.360Z[ recovery-image] Aug 25 20:33:42.860 INFO O| Aug 25 20:33:42.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61922026-08-25T20:33:44.361Z[ recovery-image] Aug 25 20:33:42.860 INFO O| Aug 25 20:33:42.860 INFO STEP 280 (remove_files) COMPLETE
61932026-08-25T20:33:44.361Z[ recovery-image] Aug 25 20:33:42.860 INFO O| Aug 25 20:33:42.860 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-08-25T20:33:44.361Z[ recovery-image] Aug 25 20:33:42.871 INFO O| Aug 25 20:33:42.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61952026-08-25T20:33:44.361Z[ recovery-image] Aug 25 20:33:42.871 INFO O| Aug 25 20:33:42.871 INFO STEP 281 (remove_files) COMPLETE
61962026-08-25T20:33:44.361Z[ recovery-image] Aug 25 20:33:42.871 INFO O| Aug 25 20:33:42.871 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-08-25T20:33:44.361Z[ recovery-image] Aug 25 20:33:42.880 INFO O| Aug 25 20:33:42.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61982026-08-25T20:33:44.361Z[ recovery-image] Aug 25 20:33:42.881 INFO O| Aug 25 20:33:42.880 INFO STEP 282 (remove_files) COMPLETE
61992026-08-25T20:33:44.361Z[ recovery-image] Aug 25 20:33:42.881 INFO O| Aug 25 20:33:42.881 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-08-25T20:33:44.361Z[ recovery-image] Aug 25 20:33:42.889 INFO O| Aug 25 20:33:42.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
62012026-08-25T20:33:44.361Z[ recovery-image] Aug 25 20:33:42.889 INFO O| Aug 25 20:33:42.889 INFO STEP 283 (remove_files) COMPLETE
62022026-08-25T20:33:44.361Z[ recovery-image] Aug 25 20:33:42.889 INFO O| Aug 25 20:33:42.889 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-08-25T20:33:44.361Z[ recovery-image] Aug 25 20:33:42.897 INFO O| Aug 25 20:33:42.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
62042026-08-25T20:33:44.361Z[ recovery-image] Aug 25 20:33:42.898 INFO O| Aug 25 20:33:42.898 INFO STEP 284 (remove_files) COMPLETE
62052026-08-25T20:33:44.361Z[ recovery-image] Aug 25 20:33:42.898 INFO O| Aug 25 20:33:42.898 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-08-25T20:33:44.361Z[ recovery-image] Aug 25 20:33:42.906 INFO O| Aug 25 20:33:42.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
62072026-08-25T20:33:44.362Z[ recovery-image] Aug 25 20:33:42.907 INFO O| Aug 25 20:33:42.906 INFO STEP 285 (remove_files) COMPLETE
62082026-08-25T20:33:44.362Z[ recovery-image] Aug 25 20:33:42.907 INFO O| Aug 25 20:33:42.907 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-08-25T20:33:44.362Z[ recovery-image] Aug 25 20:33:42.916 INFO O| Aug 25 20:33:42.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
62102026-08-25T20:33:44.362Z[ recovery-image] Aug 25 20:33:42.916 INFO O| Aug 25 20:33:42.916 INFO STEP 286 (remove_files) COMPLETE
62112026-08-25T20:33:44.362Z[ recovery-image] Aug 25 20:33:42.916 INFO O| Aug 25 20:33:42.916 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-08-25T20:33:44.362Z[ recovery-image] Aug 25 20:33:42.924 INFO O| Aug 25 20:33:42.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
62132026-08-25T20:33:44.362Z[ recovery-image] Aug 25 20:33:42.924 INFO O| Aug 25 20:33:42.924 INFO STEP 287 (remove_files) COMPLETE
62142026-08-25T20:33:44.362Z[ recovery-image] Aug 25 20:33:42.924 INFO O| Aug 25 20:33:42.924 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-08-25T20:33:44.362Z[ recovery-image] Aug 25 20:33:42.935 INFO O| Aug 25 20:33:42.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
62162026-08-25T20:33:44.362Z[ recovery-image] Aug 25 20:33:42.935 INFO O| Aug 25 20:33:42.935 INFO STEP 288 (remove_files) COMPLETE
62172026-08-25T20:33:44.362Z[ recovery-image] Aug 25 20:33:42.935 INFO O| Aug 25 20:33:42.935 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-08-25T20:33:44.362Z[ recovery-image] Aug 25 20:33:42.946 INFO O| Aug 25 20:33:42.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
62192026-08-25T20:33:44.362Z[ recovery-image] Aug 25 20:33:42.946 INFO O| Aug 25 20:33:42.946 INFO STEP 289 (remove_files) COMPLETE
62202026-08-25T20:33:44.362Z[ recovery-image] Aug 25 20:33:42.946 INFO O| Aug 25 20:33:42.946 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-08-25T20:33:44.362Z[ recovery-image] Aug 25 20:33:42.955 INFO O| Aug 25 20:33:42.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62222026-08-25T20:33:44.362Z[ recovery-image] Aug 25 20:33:42.955 INFO O| Aug 25 20:33:42.955 INFO STEP 290 (remove_files) COMPLETE
62232026-08-25T20:33:44.362Z[ recovery-image] Aug 25 20:33:42.955 INFO O| Aug 25 20:33:42.955 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-08-25T20:33:44.363Z[ recovery-image] Aug 25 20:33:42.965 INFO O| Aug 25 20:33:42.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62252026-08-25T20:33:44.363Z[ recovery-image] Aug 25 20:33:42.965 INFO O| Aug 25 20:33:42.965 INFO STEP 291 (remove_files) COMPLETE
62262026-08-25T20:33:44.363Z[ recovery-image] Aug 25 20:33:42.965 INFO O| Aug 25 20:33:42.965 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-08-25T20:33:44.363Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
62282026-08-25T20:33:44.363Z[ recovery-image] Aug 25 20:33:42.976 INFO O| Aug 25 20:33:42.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62292026-08-25T20:33:44.363Z[ recovery-image] Aug 25 20:33:42.976 INFO O| Aug 25 20:33:42.976 INFO STEP 292 (remove_files) COMPLETE
62302026-08-25T20:33:44.363Z[ recovery-image] Aug 25 20:33:42.976 INFO O| Aug 25 20:33:42.976 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-08-25T20:33:44.363Z[ recovery-image] Aug 25 20:33:42.985 INFO O| Aug 25 20:33:42.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62322026-08-25T20:33:44.364Z[ recovery-image] Aug 25 20:33:42.985 INFO O| Aug 25 20:33:42.985 INFO STEP 293 (remove_files) COMPLETE
62332026-08-25T20:33:44.364Z[ recovery-image] Aug 25 20:33:42.985 INFO O| Aug 25 20:33:42.985 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-25T20:33:44.364Z[ recovery-image] Aug 25 20:33:42.993 INFO O| Aug 25 20:33:42.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62352026-08-25T20:33:44.364Z[ recovery-image] Aug 25 20:33:42.993 INFO O| Aug 25 20:33:42.993 INFO STEP 294 (remove_files) COMPLETE
62362026-08-25T20:33:44.364Z[ recovery-image] Aug 25 20:33:42.993 INFO O| Aug 25 20:33:42.993 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-08-25T20:33:44.365Z[ recovery-image] Aug 25 20:33:43.002 INFO O| Aug 25 20:33:43.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62382026-08-25T20:33:44.365Z[ recovery-image] Aug 25 20:33:43.002 INFO O| Aug 25 20:33:43.002 INFO STEP 295 (remove_files) COMPLETE
62392026-08-25T20:33:44.365Z[ recovery-image] Aug 25 20:33:43.002 INFO O| Aug 25 20:33:43.002 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-08-25T20:33:44.365Z[ recovery-image] Aug 25 20:33:43.010 INFO O| Aug 25 20:33:43.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62412026-08-25T20:33:44.365Z[ recovery-image] Aug 25 20:33:43.010 INFO O| Aug 25 20:33:43.010 INFO STEP 296 (remove_files) COMPLETE
62422026-08-25T20:33:44.365Z[ recovery-image] Aug 25 20:33:43.010 INFO O| Aug 25 20:33:43.010 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-08-25T20:33:44.365Z[ recovery-image] Aug 25 20:33:43.024 INFO O| Aug 25 20:33:43.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62442026-08-25T20:33:44.365Z[ recovery-image] Aug 25 20:33:43.024 INFO O| Aug 25 20:33:43.024 INFO STEP 297 (remove_files) COMPLETE
62452026-08-25T20:33:44.365Z[ recovery-image] Aug 25 20:33:43.024 INFO O| Aug 25 20:33:43.024 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-08-25T20:33:44.365Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
62472026-08-25T20:33:44.365Z[ recovery-image] Aug 25 20:33:43.037 INFO O| Aug 25 20:33:43.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62482026-08-25T20:33:44.365Z[ recovery-image] Aug 25 20:33:43.037 INFO O| Aug 25 20:33:43.037 INFO STEP 298 (remove_files) COMPLETE
62492026-08-25T20:33:44.365Z[ recovery-image] Aug 25 20:33:43.037 INFO O| Aug 25 20:33:43.037 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-08-25T20:33:44.365Z[ recovery-image] Aug 25 20:33:43.046 INFO O| Aug 25 20:33:43.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62512026-08-25T20:33:44.365Z[ recovery-image] Aug 25 20:33:43.046 INFO O| Aug 25 20:33:43.046 INFO STEP 299 (remove_files) COMPLETE
62522026-08-25T20:33:44.366Z[ recovery-image] Aug 25 20:33:43.046 INFO O| Aug 25 20:33:43.046 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-08-25T20:33:44.366Z[ recovery-image] Aug 25 20:33:43.055 INFO O| Aug 25 20:33:43.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62542026-08-25T20:33:44.366Z[ recovery-image] Aug 25 20:33:43.055 INFO O| Aug 25 20:33:43.055 INFO STEP 300 (remove_files) COMPLETE
62552026-08-25T20:33:44.366Z[ recovery-image] Aug 25 20:33:43.055 INFO O| Aug 25 20:33:43.055 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-08-25T20:33:44.377Z[ recovery-image] Aug 25 20:33:43.065 INFO O| Aug 25 20:33:43.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62572026-08-25T20:33:44.377Z[ recovery-image] Aug 25 20:33:43.065 INFO O| Aug 25 20:33:43.065 INFO STEP 301 (remove_files) COMPLETE
62582026-08-25T20:33:44.378Z[ recovery-image] Aug 25 20:33:43.065 INFO O| Aug 25 20:33:43.065 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-08-25T20:33:44.378Z[ recovery-image] Aug 25 20:33:43.074 INFO O| Aug 25 20:33:43.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62602026-08-25T20:33:44.378Z[ recovery-image] Aug 25 20:33:43.074 INFO O| Aug 25 20:33:43.074 INFO STEP 302 (remove_files) COMPLETE
62612026-08-25T20:33:44.378Z[ recovery-image] Aug 25 20:33:43.074 INFO O| Aug 25 20:33:43.074 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-08-25T20:33:44.378Z[ recovery-image] Aug 25 20:33:43.083 INFO O| Aug 25 20:33:43.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62632026-08-25T20:33:44.378Z[ recovery-image] Aug 25 20:33:43.083 INFO O| Aug 25 20:33:43.083 INFO STEP 303 (remove_files) COMPLETE
62642026-08-25T20:33:44.378Z[ recovery-image] Aug 25 20:33:43.083 INFO O| Aug 25 20:33:43.083 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-08-25T20:33:44.378Z[ recovery-image] Aug 25 20:33:43.092 INFO O| Aug 25 20:33:43.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62662026-08-25T20:33:44.378Z[ recovery-image] Aug 25 20:33:43.092 INFO O| Aug 25 20:33:43.092 INFO STEP 304 (remove_files) COMPLETE
62672026-08-25T20:33:44.379Z[ recovery-image] Aug 25 20:33:43.092 INFO O| Aug 25 20:33:43.092 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-08-25T20:33:44.425Z[ recovery-image] Aug 25 20:33:43.102 INFO O| Aug 25 20:33:43.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62692026-08-25T20:33:44.426Z[ recovery-image] Aug 25 20:33:43.102 INFO O| Aug 25 20:33:43.102 INFO STEP 305 (remove_files) COMPLETE
62702026-08-25T20:33:44.426Z[ recovery-image] Aug 25 20:33:43.102 INFO O| Aug 25 20:33:43.102 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-08-25T20:33:44.450Z[ recovery-image] Aug 25 20:33:43.111 INFO O| Aug 25 20:33:43.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62722026-08-25T20:33:44.450Z[ recovery-image] Aug 25 20:33:43.111 INFO O| Aug 25 20:33:43.111 INFO STEP 306 (remove_files) COMPLETE
62732026-08-25T20:33:44.450Z[ recovery-image] Aug 25 20:33:43.111 INFO O| Aug 25 20:33:43.111 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-08-25T20:33:44.450Z[ recovery-image] Aug 25 20:33:43.120 INFO O| Aug 25 20:33:43.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62752026-08-25T20:33:44.450Z[ recovery-image] Aug 25 20:33:43.120 INFO O| Aug 25 20:33:43.120 INFO STEP 307 (remove_files) COMPLETE
62762026-08-25T20:33:44.451Z[ recovery-image] Aug 25 20:33:43.120 INFO O| Aug 25 20:33:43.120 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-08-25T20:33:44.451Z[ recovery-image] Aug 25 20:33:43.131 INFO O| Aug 25 20:33:43.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62782026-08-25T20:33:44.451Z[ recovery-image] Aug 25 20:33:43.131 INFO O| Aug 25 20:33:43.131 INFO STEP 308 (remove_files) COMPLETE
62792026-08-25T20:33:44.451Z[ recovery-image] Aug 25 20:33:43.131 INFO O| Aug 25 20:33:43.131 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-08-25T20:33:44.451Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
62812026-08-25T20:33:44.451Z[ recovery-image] Aug 25 20:33:43.142 INFO O| Aug 25 20:33:43.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62822026-08-25T20:33:44.451Z[ recovery-image] Aug 25 20:33:43.142 INFO O| Aug 25 20:33:43.142 INFO STEP 309 (remove_files) COMPLETE
62832026-08-25T20:33:44.451Z[ recovery-image] Aug 25 20:33:43.142 INFO O| Aug 25 20:33:43.142 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-08-25T20:33:44.451Z[ recovery-image] Aug 25 20:33:43.151 INFO O| Aug 25 20:33:43.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62852026-08-25T20:33:44.451Z[ recovery-image] Aug 25 20:33:43.151 INFO O| Aug 25 20:33:43.151 INFO STEP 310 (remove_files) COMPLETE
62862026-08-25T20:33:44.451Z[ recovery-image] Aug 25 20:33:43.151 INFO O| Aug 25 20:33:43.151 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-08-25T20:33:44.451Z[ recovery-image] Aug 25 20:33:43.161 INFO O| Aug 25 20:33:43.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62882026-08-25T20:33:44.451Z[ recovery-image] Aug 25 20:33:43.161 INFO O| Aug 25 20:33:43.161 INFO STEP 311 (remove_files) COMPLETE
62892026-08-25T20:33:44.451Z[ recovery-image] Aug 25 20:33:43.161 INFO O| Aug 25 20:33:43.161 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-08-25T20:33:44.495Z[ recovery-image] Aug 25 20:33:43.171 INFO O| Aug 25 20:33:43.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62912026-08-25T20:33:44.495Z[ recovery-image] Aug 25 20:33:43.171 INFO O| Aug 25 20:33:43.171 INFO STEP 312 (remove_files) COMPLETE
62922026-08-25T20:33:44.495Z[ recovery-image] Aug 25 20:33:43.171 INFO O| Aug 25 20:33:43.171 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-08-25T20:33:44.549Z[ host-image] Aug 25 20:33:43.177 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24216:20260824T215515Z
62942026-08-25T20:33:44.556Z[ recovery-image] Aug 25 20:33:43.179 INFO O| Aug 25 20:33:43.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62952026-08-25T20:33:44.557Z[ recovery-image] Aug 25 20:33:43.179 INFO O| Aug 25 20:33:43.179 INFO STEP 313 (remove_files) COMPLETE
62962026-08-25T20:33:44.557Z[ recovery-image] Aug 25 20:33:43.179 INFO O| Aug 25 20:33:43.179 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-08-25T20:33:44.557Z[ recovery-image] Aug 25 20:33:43.190 INFO O| Aug 25 20:33:43.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62982026-08-25T20:33:44.557Z[ recovery-image] Aug 25 20:33:43.190 INFO O| Aug 25 20:33:43.190 INFO STEP 314 (remove_files) COMPLETE
62992026-08-25T20:33:44.557Z[ recovery-image] Aug 25 20:33:43.190 INFO O| Aug 25 20:33:43.190 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-08-25T20:33:44.557Z[ recovery-image] Aug 25 20:33:43.200 INFO O| Aug 25 20:33:43.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
63012026-08-25T20:33:44.557Z[ recovery-image] Aug 25 20:33:43.200 INFO O| Aug 25 20:33:43.200 INFO STEP 315 (remove_files) COMPLETE
63022026-08-25T20:33:44.557Z[ recovery-image] Aug 25 20:33:43.200 INFO O| Aug 25 20:33:43.200 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-25T20:33:44.557Z[ recovery-image] Aug 25 20:33:43.210 INFO O| Aug 25 20:33:43.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
63042026-08-25T20:33:44.557Z[ recovery-image] Aug 25 20:33:43.210 INFO O| Aug 25 20:33:43.210 INFO STEP 316 (remove_files) COMPLETE
63052026-08-25T20:33:44.558Z[ recovery-image] Aug 25 20:33:43.210 INFO O| Aug 25 20:33:43.210 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-25T20:33:44.558Z[ recovery-image] Aug 25 20:33:43.220 INFO O| Aug 25 20:33:43.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
63072026-08-25T20:33:44.558Z[ recovery-image] Aug 25 20:33:43.221 INFO O| Aug 25 20:33:43.221 INFO STEP 317 (remove_files) COMPLETE
63082026-08-25T20:33:44.558Z[ recovery-image] Aug 25 20:33:43.221 INFO O| Aug 25 20:33:43.221 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-25T20:33:44.594Z[ recovery-image] Aug 25 20:33:43.231 INFO O| Aug 25 20:33:43.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
63102026-08-25T20:33:44.595Z[ recovery-image] Aug 25 20:33:43.232 INFO O| Aug 25 20:33:43.232 INFO STEP 318 (remove_files) COMPLETE
63112026-08-25T20:33:44.595Z[ recovery-image] Aug 25 20:33:43.232 INFO O| Aug 25 20:33:43.232 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-08-25T20:33:44.595Z[ recovery-image] Aug 25 20:33:43.242 INFO O| Aug 25 20:33:43.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
63132026-08-25T20:33:44.595Z[ recovery-image] Aug 25 20:33:43.242 INFO O| Aug 25 20:33:43.242 INFO STEP 319 (remove_files) COMPLETE
63142026-08-25T20:33:44.595Z[ recovery-image] Aug 25 20:33:43.242 INFO O| Aug 25 20:33:43.242 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-08-25T20:33:44.595Z[ recovery-image] Aug 25 20:33:43.252 INFO O| Aug 25 20:33:43.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
63162026-08-25T20:33:44.595Z[ recovery-image] Aug 25 20:33:43.253 INFO O| Aug 25 20:33:43.253 INFO STEP 320 (remove_files) COMPLETE
63172026-08-25T20:33:44.602Z[ recovery-image] Aug 25 20:33:43.253 INFO O| Aug 25 20:33:43.253 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-25T20:33:44.602Z[ recovery-image] Aug 25 20:33:43.263 INFO O| Aug 25 20:33:43.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
63192026-08-25T20:33:44.607Z[ recovery-image] Aug 25 20:33:43.263 INFO O| Aug 25 20:33:43.263 INFO STEP 321 (remove_files) COMPLETE
63202026-08-25T20:33:44.607Z[ recovery-image] Aug 25 20:33:43.263 INFO O| Aug 25 20:33:43.263 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-08-25T20:33:44.607Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
63222026-08-25T20:33:44.607Z[ recovery-image] Aug 25 20:33:43.273 INFO O| Aug 25 20:33:43.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
63232026-08-25T20:33:44.607Z[ recovery-image] Aug 25 20:33:43.273 INFO O| Aug 25 20:33:43.273 INFO STEP 322 (remove_files) COMPLETE
63242026-08-25T20:33:44.607Z[ recovery-image] Aug 25 20:33:43.273 INFO O| Aug 25 20:33:43.273 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-08-25T20:33:44.607Z[ recovery-image] Aug 25 20:33:43.282 INFO O| Aug 25 20:33:43.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63262026-08-25T20:33:44.607Z[ recovery-image] Aug 25 20:33:43.282 INFO O| Aug 25 20:33:43.282 INFO STEP 323 (remove_files) COMPLETE
63272026-08-25T20:33:44.607Z[ recovery-image] Aug 25 20:33:43.282 INFO O| Aug 25 20:33:43.282 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-08-25T20:33:44.630Z[ recovery-image] Aug 25 20:33:43.292 INFO O| Aug 25 20:33:43.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63292026-08-25T20:33:44.630Z[ recovery-image] Aug 25 20:33:43.292 INFO O| Aug 25 20:33:43.292 INFO STEP 324 (remove_files) COMPLETE
63302026-08-25T20:33:44.630Z[ recovery-image] Aug 25 20:33:43.292 INFO O| Aug 25 20:33:43.292 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-08-25T20:33:44.630Z[ recovery-image] Aug 25 20:33:43.302 INFO O| Aug 25 20:33:43.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63322026-08-25T20:33:44.630Z[ recovery-image] Aug 25 20:33:43.302 INFO O| Aug 25 20:33:43.302 INFO STEP 325 (remove_files) COMPLETE
63332026-08-25T20:33:44.630Z[ recovery-image] Aug 25 20:33:43.302 INFO O| Aug 25 20:33:43.302 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-25T20:33:44.631Z[ recovery-image] Aug 25 20:33:43.311 INFO O| Aug 25 20:33:43.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63352026-08-25T20:33:44.631Z[ recovery-image] Aug 25 20:33:43.311 INFO O| Aug 25 20:33:43.311 INFO STEP 326 (remove_files) COMPLETE
63362026-08-25T20:33:44.631Z[ recovery-image] Aug 25 20:33:43.311 INFO O| Aug 25 20:33:43.311 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-25T20:33:44.631Z[ recovery-image] Aug 25 20:33:43.321 INFO O| Aug 25 20:33:43.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63382026-08-25T20:33:44.631Z[ recovery-image] Aug 25 20:33:43.321 INFO O| Aug 25 20:33:43.321 INFO STEP 327 (remove_files) COMPLETE
63392026-08-25T20:33:44.631Z[ recovery-image] Aug 25 20:33:43.321 INFO O| Aug 25 20:33:43.321 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-25T20:33:44.631Z[ recovery-image] Aug 25 20:33:43.331 INFO O| Aug 25 20:33:43.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63412026-08-25T20:33:44.631Z[ recovery-image] Aug 25 20:33:43.331 INFO O| Aug 25 20:33:43.331 INFO STEP 328 (remove_files) COMPLETE
63422026-08-25T20:33:44.631Z[ recovery-image] Aug 25 20:33:43.331 INFO O| Aug 25 20:33:43.331 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-08-25T20:33:44.643Z[ recovery-image] Aug 25 20:33:43.340 INFO O| Aug 25 20:33:43.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63442026-08-25T20:33:44.643Z[ recovery-image] Aug 25 20:33:43.340 INFO O| Aug 25 20:33:43.340 INFO STEP 329 (remove_files) COMPLETE
63452026-08-25T20:33:44.643Z[ recovery-image] Aug 25 20:33:43.340 INFO O| Aug 25 20:33:43.340 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-25T20:33:44.643Z[ recovery-image] Aug 25 20:33:43.348 INFO O| Aug 25 20:33:43.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63472026-08-25T20:33:44.643Z[ recovery-image] Aug 25 20:33:43.349 INFO O| Aug 25 20:33:43.348 INFO STEP 330 (remove_files) COMPLETE
63482026-08-25T20:33:44.643Z[ recovery-image] Aug 25 20:33:43.349 INFO O| Aug 25 20:33:43.349 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-25T20:33:44.664Z[ recovery-image] Aug 25 20:33:43.358 INFO O| Aug 25 20:33:43.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63502026-08-25T20:33:44.664Z[ recovery-image] Aug 25 20:33:43.358 INFO O| Aug 25 20:33:43.358 INFO STEP 331 (remove_files) COMPLETE
63512026-08-25T20:33:44.664Z[ recovery-image] Aug 25 20:33:43.358 INFO O| Aug 25 20:33:43.358 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-25T20:33:44.664Z[ recovery-image] Aug 25 20:33:43.367 INFO O| Aug 25 20:33:43.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63532026-08-25T20:33:44.664Z[ recovery-image] Aug 25 20:33:43.367 INFO O| Aug 25 20:33:43.367 INFO STEP 332 (remove_files) COMPLETE
63542026-08-25T20:33:44.664Z[ recovery-image] Aug 25 20:33:43.367 INFO O| Aug 25 20:33:43.367 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-25T20:33:44.683Z[ recovery-image] Aug 25 20:33:43.375 INFO O| Aug 25 20:33:43.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63562026-08-25T20:33:44.684Z[ recovery-image] Aug 25 20:33:43.375 INFO O| Aug 25 20:33:43.375 INFO STEP 333 (remove_files) COMPLETE
63572026-08-25T20:33:44.684Z[ recovery-image] Aug 25 20:33:43.375 INFO O| Aug 25 20:33:43.375 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-25T20:33:44.684Z[ recovery-image] Aug 25 20:33:43.383 INFO O| Aug 25 20:33:43.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63592026-08-25T20:33:44.684Z[ recovery-image] Aug 25 20:33:43.384 INFO O| Aug 25 20:33:43.384 INFO STEP 334 (remove_files) COMPLETE
63602026-08-25T20:33:44.684Z[ recovery-image] Aug 25 20:33:43.384 INFO O| Aug 25 20:33:43.384 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-25T20:33:44.691Z[ recovery-image] Aug 25 20:33:43.393 INFO O| Aug 25 20:33:43.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63622026-08-25T20:33:44.691Z[ recovery-image] Aug 25 20:33:43.393 INFO O| Aug 25 20:33:43.393 INFO STEP 335 (remove_files) COMPLETE
63632026-08-25T20:33:44.691Z[ recovery-image] Aug 25 20:33:43.393 INFO O| Aug 25 20:33:43.393 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-25T20:33:44.691Z[ recovery-image] Aug 25 20:33:43.403 INFO O| Aug 25 20:33:43.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63652026-08-25T20:33:44.691Z[ recovery-image] Aug 25 20:33:43.403 INFO O| Aug 25 20:33:43.403 INFO STEP 336 (remove_files) COMPLETE
63662026-08-25T20:33:44.691Z[ recovery-image] Aug 25 20:33:43.403 INFO O| Aug 25 20:33:43.403 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-25T20:33:47.853Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
63682026-08-25T20:33:47.853Z[ recovery-image] Aug 25 20:33:43.413 INFO O| Aug 25 20:33:43.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63692026-08-25T20:33:47.853Z[ recovery-image] Aug 25 20:33:43.413 INFO O| Aug 25 20:33:43.413 INFO STEP 337 (remove_files) COMPLETE
63702026-08-25T20:33:47.853Z[ recovery-image] Aug 25 20:33:43.413 INFO O| Aug 25 20:33:43.413 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-08-25T20:33:47.853Z[ recovery-image] Aug 25 20:33:43.423 INFO O| Aug 25 20:33:43.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63722026-08-25T20:33:47.854Z[ recovery-image] Aug 25 20:33:43.423 INFO O| Aug 25 20:33:43.423 INFO STEP 338 (remove_files) COMPLETE
63732026-08-25T20:33:47.854Z[ recovery-image] Aug 25 20:33:43.423 INFO O| Aug 25 20:33:43.423 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-08-25T20:33:47.903Z[ recovery-image] Aug 25 20:33:43.433 INFO O| Aug 25 20:33:43.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63752026-08-25T20:33:47.903Z[ recovery-image] Aug 25 20:33:43.433 INFO O| Aug 25 20:33:43.433 INFO STEP 339 (remove_files) COMPLETE
63762026-08-25T20:33:47.903Z[ recovery-image] Aug 25 20:33:43.433 INFO O| Aug 25 20:33:43.433 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-08-25T20:33:47.903Z[ recovery-image] Aug 25 20:33:43.443 INFO O| Aug 25 20:33:43.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63782026-08-25T20:33:47.903Z[ recovery-image] Aug 25 20:33:43.443 INFO O| Aug 25 20:33:43.443 INFO STEP 340 (remove_files) COMPLETE
63792026-08-25T20:33:47.903Z[ recovery-image] Aug 25 20:33:43.443 INFO O| Aug 25 20:33:43.443 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-08-25T20:33:47.903Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
63812026-08-25T20:33:47.903Z[ recovery-image] Aug 25 20:33:43.453 INFO O| Aug 25 20:33:43.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63822026-08-25T20:33:47.903Z[ recovery-image] Aug 25 20:33:43.453 INFO O| Aug 25 20:33:43.453 INFO STEP 341 (remove_files) COMPLETE
63832026-08-25T20:33:47.903Z[ recovery-image] Aug 25 20:33:43.453 INFO O| Aug 25 20:33:43.453 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-08-25T20:33:47.904Z[ recovery-image] Aug 25 20:33:43.463 INFO O| Aug 25 20:33:43.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63852026-08-25T20:33:47.904Z[ recovery-image] Aug 25 20:33:43.463 INFO O| Aug 25 20:33:43.463 INFO STEP 342 (remove_files) COMPLETE
63862026-08-25T20:33:47.904Z[ recovery-image] Aug 25 20:33:43.463 INFO O| Aug 25 20:33:43.463 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-08-25T20:33:47.904Z[ recovery-image] Aug 25 20:33:43.473 INFO O| Aug 25 20:33:43.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63882026-08-25T20:33:47.904Z[ recovery-image] Aug 25 20:33:43.473 INFO O| Aug 25 20:33:43.473 INFO STEP 343 (remove_files) COMPLETE
63892026-08-25T20:33:47.904Z[ recovery-image] Aug 25 20:33:43.473 INFO O| Aug 25 20:33:43.473 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-08-25T20:33:47.904Z[ recovery-image] Aug 25 20:33:43.482 INFO O| Aug 25 20:33:43.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63912026-08-25T20:33:47.904Z[ recovery-image] Aug 25 20:33:43.482 INFO O| Aug 25 20:33:43.482 INFO STEP 344 (remove_files) COMPLETE
63922026-08-25T20:33:47.904Z[ recovery-image] Aug 25 20:33:43.482 INFO O| Aug 25 20:33:43.482 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-08-25T20:33:47.904Z[ recovery-image] Aug 25 20:33:43.491 INFO O| Aug 25 20:33:43.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63942026-08-25T20:33:47.904Z[ recovery-image] Aug 25 20:33:43.491 INFO O| Aug 25 20:33:43.491 INFO STEP 345 (remove_files) COMPLETE
63952026-08-25T20:33:47.904Z[ recovery-image] Aug 25 20:33:43.491 INFO O| Aug 25 20:33:43.491 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63962026-08-25T20:33:47.904Z[ recovery-image] Aug 25 20:33:43.500 INFO O| Aug 25 20:33:43.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63972026-08-25T20:33:47.904Z[ recovery-image] Aug 25 20:33:43.500 INFO O| Aug 25 20:33:43.500 INFO STEP 346 (remove_files) COMPLETE
63982026-08-25T20:33:47.904Z[ recovery-image] Aug 25 20:33:43.500 INFO O| Aug 25 20:33:43.500 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63992026-08-25T20:33:47.905Z[ recovery-image] Aug 25 20:33:43.509 INFO O| Aug 25 20:33:43.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
64002026-08-25T20:33:47.905Z[ recovery-image] Aug 25 20:33:43.509 INFO O| Aug 25 20:33:43.509 INFO STEP 347 (remove_files) COMPLETE
64012026-08-25T20:33:47.905Z[ recovery-image] Aug 25 20:33:43.509 INFO O| Aug 25 20:33:43.509 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64022026-08-25T20:33:47.905Z[ recovery-image] Aug 25 20:33:43.517 INFO O| Aug 25 20:33:43.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
64032026-08-25T20:33:47.905Z[ recovery-image] Aug 25 20:33:43.517 INFO O| Aug 25 20:33:43.517 INFO STEP 348 (remove_files) COMPLETE
64042026-08-25T20:33:47.905Z[ recovery-image] Aug 25 20:33:43.517 INFO O| Aug 25 20:33:43.517 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64052026-08-25T20:33:47.905Z[ recovery-image] Aug 25 20:33:43.527 INFO O| Aug 25 20:33:43.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
64062026-08-25T20:33:47.905Z[ recovery-image] Aug 25 20:33:43.527 INFO O| Aug 25 20:33:43.527 INFO STEP 349 (remove_files) COMPLETE
64072026-08-25T20:33:47.905Z[ recovery-image] Aug 25 20:33:43.527 INFO O| Aug 25 20:33:43.527 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64082026-08-25T20:33:47.905Z[ recovery-image] Aug 25 20:33:43.537 INFO O| Aug 25 20:33:43.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
64092026-08-25T20:33:47.905Z[ recovery-image] Aug 25 20:33:43.537 INFO O| Aug 25 20:33:43.537 INFO STEP 350 (remove_files) COMPLETE
64102026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.537 INFO O| Aug 25 20:33:43.537 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.548 INFO O| Aug 25 20:33:43.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
64122026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.548 INFO O| Aug 25 20:33:43.548 INFO STEP 351 (remove_files) COMPLETE
64132026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.548 INFO O| Aug 25 20:33:43.548 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.559 INFO O| Aug 25 20:33:43.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
64152026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.559 INFO O| Aug 25 20:33:43.559 INFO STEP 352 (remove_files) COMPLETE
64162026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.559 INFO O| Aug 25 20:33:43.559 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.568 INFO O| Aug 25 20:33:43.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
64182026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.568 INFO O| Aug 25 20:33:43.568 INFO STEP 353 (remove_files) COMPLETE
64192026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.568 INFO O| Aug 25 20:33:43.568 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.579 INFO O| Aug 25 20:33:43.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
64212026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.580 INFO O| Aug 25 20:33:43.579 INFO STEP 354 (remove_files) COMPLETE
64222026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.580 INFO O| Aug 25 20:33:43.579 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.595 INFO O| Aug 25 20:33:43.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
64242026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.595 INFO O| Aug 25 20:33:43.595 INFO STEP 355 (remove_files) COMPLETE
64252026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.596 INFO O| Aug 25 20:33:43.595 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.605 INFO O| Aug 25 20:33:43.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64272026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.606 INFO O| Aug 25 20:33:43.605 INFO STEP 356 (remove_files) COMPLETE
64282026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.606 INFO O| Aug 25 20:33:43.605 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-08-25T20:33:47.906Z[verify-libraries] Compiling drift v0.2.0
64302026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.615 INFO O| Aug 25 20:33:43.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64312026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.615 INFO O| Aug 25 20:33:43.615 INFO STEP 357 (remove_files) COMPLETE
64322026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.615 INFO O| Aug 25 20:33:43.615 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.624 INFO O| Aug 25 20:33:43.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64342026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.624 INFO O| Aug 25 20:33:43.624 INFO STEP 358 (remove_files) COMPLETE
64352026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.624 INFO O| Aug 25 20:33:43.624 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.633 INFO O| Aug 25 20:33:43.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64372026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.633 INFO O| Aug 25 20:33:43.633 INFO STEP 359 (remove_files) COMPLETE
64382026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.633 INFO O| Aug 25 20:33:43.633 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.642 INFO O| Aug 25 20:33:43.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64402026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.642 INFO O| Aug 25 20:33:43.642 INFO STEP 360 (remove_files) COMPLETE
64412026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.642 INFO O| Aug 25 20:33:43.642 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-08-25T20:33:47.906Z[ recovery-image] Aug 25 20:33:43.651 INFO O| Aug 25 20:33:43.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64432026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.651 INFO O| Aug 25 20:33:43.651 INFO STEP 361 (remove_files) COMPLETE
64442026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.651 INFO O| Aug 25 20:33:43.651 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.660 INFO O| Aug 25 20:33:43.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64462026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.660 INFO O| Aug 25 20:33:43.660 INFO STEP 362 (remove_files) COMPLETE
64472026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.660 INFO O| Aug 25 20:33:43.660 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.670 INFO O| Aug 25 20:33:43.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64492026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.671 INFO O| Aug 25 20:33:43.670 INFO STEP 363 (remove_files) COMPLETE
64502026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.671 INFO O| Aug 25 20:33:43.671 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.680 INFO O| Aug 25 20:33:43.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64522026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.680 INFO O| Aug 25 20:33:43.680 INFO STEP 364 (remove_files) COMPLETE
64532026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.680 INFO O| Aug 25 20:33:43.680 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.692 INFO O| Aug 25 20:33:43.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64552026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.692 INFO O| Aug 25 20:33:43.692 INFO STEP 365 (remove_files) COMPLETE
64562026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.692 INFO O| Aug 25 20:33:43.692 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.703 INFO O| Aug 25 20:33:43.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64582026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.703 INFO O| Aug 25 20:33:43.703 INFO STEP 366 (remove_files) COMPLETE
64592026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.703 INFO O| Aug 25 20:33:43.703 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.713 INFO O| Aug 25 20:33:43.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64612026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.713 INFO O| Aug 25 20:33:43.713 INFO STEP 367 (remove_files) COMPLETE
64622026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.713 INFO O| Aug 25 20:33:43.713 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.728 INFO O| Aug 25 20:33:43.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64642026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.729 INFO O| Aug 25 20:33:43.729 INFO STEP 368 (remove_files) COMPLETE
64652026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.729 INFO O| Aug 25 20:33:43.729 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.738 INFO O| Aug 25 20:33:43.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64672026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.738 INFO O| Aug 25 20:33:43.738 INFO STEP 369 (remove_files) COMPLETE
64682026-08-25T20:33:47.907Z[ recovery-image] Aug 25 20:33:43.738 INFO O| Aug 25 20:33:43.738 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-08-25T20:33:47.909Z[verify-libraries] Compiling uzers v0.12.2
64702026-08-25T20:33:47.909Z[ recovery-image] Aug 25 20:33:43.746 INFO O| Aug 25 20:33:43.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64712026-08-25T20:33:47.909Z[ recovery-image] Aug 25 20:33:43.746 INFO O| Aug 25 20:33:43.746 INFO STEP 370 (remove_files) COMPLETE
64722026-08-25T20:33:47.909Z[ recovery-image] Aug 25 20:33:43.746 INFO O| Aug 25 20:33:43.746 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-25T20:33:47.909Z[ recovery-image] Aug 25 20:33:43.755 INFO O| Aug 25 20:33:43.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64742026-08-25T20:33:47.947Z[ recovery-image] Aug 25 20:33:43.755 INFO O| Aug 25 20:33:43.755 INFO STEP 371 (remove_files) COMPLETE
64752026-08-25T20:33:47.947Z[ recovery-image] Aug 25 20:33:43.755 INFO O| Aug 25 20:33:43.755 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-25T20:33:47.947Z[ recovery-image] Aug 25 20:33:43.763 INFO O| Aug 25 20:33:43.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64772026-08-25T20:33:47.947Z[ recovery-image] Aug 25 20:33:43.763 INFO O| Aug 25 20:33:43.763 INFO STEP 372 (remove_files) COMPLETE
64782026-08-25T20:33:47.947Z[ recovery-image] Aug 25 20:33:43.763 INFO O| Aug 25 20:33:43.763 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-25T20:33:47.947Z[ recovery-image] Aug 25 20:33:43.774 INFO O| Aug 25 20:33:43.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64802026-08-25T20:33:47.947Z[ recovery-image] Aug 25 20:33:43.774 INFO O| Aug 25 20:33:43.774 INFO STEP 373 (remove_files) COMPLETE
64812026-08-25T20:33:47.947Z[ recovery-image] Aug 25 20:33:43.774 INFO O| Aug 25 20:33:43.774 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-25T20:33:47.947Z[ recovery-image] Aug 25 20:33:43.784 INFO O| Aug 25 20:33:43.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64832026-08-25T20:33:47.947Z[ recovery-image] Aug 25 20:33:43.784 INFO O| Aug 25 20:33:43.784 INFO STEP 374 (remove_files) COMPLETE
64842026-08-25T20:33:47.949Z[ recovery-image] Aug 25 20:33:43.784 INFO O| Aug 25 20:33:43.784 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-25T20:33:47.949Z[ recovery-image] Aug 25 20:33:43.794 INFO O| Aug 25 20:33:43.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64862026-08-25T20:33:47.949Z[ recovery-image] Aug 25 20:33:43.794 INFO O| Aug 25 20:33:43.794 INFO STEP 375 (remove_files) COMPLETE
64872026-08-25T20:33:47.949Z[ recovery-image] Aug 25 20:33:43.794 INFO O| Aug 25 20:33:43.794 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-25T20:33:47.949Z[ recovery-image] Aug 25 20:33:43.803 INFO O| Aug 25 20:33:43.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64892026-08-25T20:33:47.949Z[ recovery-image] Aug 25 20:33:43.803 INFO O| Aug 25 20:33:43.803 INFO STEP 376 (remove_files) COMPLETE
64902026-08-25T20:33:47.949Z[ recovery-image] Aug 25 20:33:43.803 INFO O| Aug 25 20:33:43.803 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-25T20:33:47.949Z[ recovery-image] Aug 25 20:33:43.812 INFO O| Aug 25 20:33:43.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64922026-08-25T20:33:47.949Z[ recovery-image] Aug 25 20:33:43.812 INFO O| Aug 25 20:33:43.812 INFO STEP 377 (remove_files) COMPLETE
64932026-08-25T20:33:47.949Z[ recovery-image] Aug 25 20:33:43.812 INFO O| Aug 25 20:33:43.812 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-08-25T20:33:47.949Z[ recovery-image] Aug 25 20:33:43.820 INFO O| Aug 25 20:33:43.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64952026-08-25T20:33:47.949Z[ recovery-image] Aug 25 20:33:43.820 INFO O| Aug 25 20:33:43.820 INFO STEP 378 (remove_files) COMPLETE
64962026-08-25T20:33:47.949Z[ recovery-image] Aug 25 20:33:43.820 INFO O| Aug 25 20:33:43.820 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-08-25T20:33:47.949Z[ recovery-image] Aug 25 20:33:43.828 INFO O| Aug 25 20:33:43.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64982026-08-25T20:33:47.949Z[ recovery-image] Aug 25 20:33:43.828 INFO O| Aug 25 20:33:43.828 INFO STEP 379 (remove_files) COMPLETE
64992026-08-25T20:33:47.949Z[ recovery-image] Aug 25 20:33:43.828 INFO O| Aug 25 20:33:43.828 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-08-25T20:33:47.949Z[ recovery-image] Aug 25 20:33:43.836 INFO O| Aug 25 20:33:43.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
65012026-08-25T20:33:47.949Z[ recovery-image] Aug 25 20:33:43.836 INFO O| Aug 25 20:33:43.836 INFO STEP 380 (remove_files) COMPLETE
65022026-08-25T20:33:47.949Z[ recovery-image] Aug 25 20:33:43.836 INFO O| Aug 25 20:33:43.836 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-08-25T20:33:47.950Z[ recovery-image] Aug 25 20:33:43.845 INFO O| Aug 25 20:33:43.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
65042026-08-25T20:33:47.950Z[ recovery-image] Aug 25 20:33:43.845 INFO O| Aug 25 20:33:43.845 INFO STEP 381 (remove_files) COMPLETE
65052026-08-25T20:33:47.950Z[ recovery-image] Aug 25 20:33:43.845 INFO O| Aug 25 20:33:43.845 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-25T20:33:47.950Z[ recovery-image] Aug 25 20:33:43.852 INFO O| Aug 25 20:33:43.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
65072026-08-25T20:33:47.950Z[ recovery-image] Aug 25 20:33:43.852 INFO O| Aug 25 20:33:43.852 INFO STEP 382 (remove_files) COMPLETE
65082026-08-25T20:33:47.950Z[ recovery-image] Aug 25 20:33:43.852 INFO O| Aug 25 20:33:43.852 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-25T20:33:47.950Z[ recovery-image] Aug 25 20:33:43.860 INFO O| Aug 25 20:33:43.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
65102026-08-25T20:33:47.950Z[ recovery-image] Aug 25 20:33:43.860 INFO O| Aug 25 20:33:43.860 INFO STEP 383 (remove_files) COMPLETE
65112026-08-25T20:33:47.950Z[ recovery-image] Aug 25 20:33:43.860 INFO O| Aug 25 20:33:43.860 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-25T20:33:47.950Z[ recovery-image] Aug 25 20:33:43.871 INFO O| Aug 25 20:33:43.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
65132026-08-25T20:33:47.950Z[ recovery-image] Aug 25 20:33:43.872 INFO O| Aug 25 20:33:43.872 INFO STEP 384 (remove_files) COMPLETE
65142026-08-25T20:33:47.950Z[ recovery-image] Aug 25 20:33:43.872 INFO O| Aug 25 20:33:43.872 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-25T20:33:47.951Z[ recovery-image] Aug 25 20:33:43.881 INFO O| Aug 25 20:33:43.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
65162026-08-25T20:33:47.951Z[ recovery-image] Aug 25 20:33:43.881 INFO O| Aug 25 20:33:43.881 INFO STEP 385 (remove_files) COMPLETE
65172026-08-25T20:33:47.951Z[ recovery-image] Aug 25 20:33:43.881 INFO O| Aug 25 20:33:43.881 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-25T20:33:47.951Z[ recovery-image] Aug 25 20:33:43.898 INFO O| Aug 25 20:33:43.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
65192026-08-25T20:33:47.951Z[ recovery-image] Aug 25 20:33:43.899 INFO O| Aug 25 20:33:43.899 INFO STEP 386 (remove_files) COMPLETE
65202026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.899 INFO O| Aug 25 20:33:43.899 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.908 INFO O| Aug 25 20:33:43.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
65222026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.908 INFO O| Aug 25 20:33:43.908 INFO STEP 387 (remove_files) COMPLETE
65232026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.908 INFO O| Aug 25 20:33:43.908 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.917 INFO O| Aug 25 20:33:43.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
65252026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.917 INFO O| Aug 25 20:33:43.917 INFO STEP 388 (remove_files) COMPLETE
65262026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.917 INFO O| Aug 25 20:33:43.917 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.927 INFO O| Aug 25 20:33:43.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65282026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.927 INFO O| Aug 25 20:33:43.927 INFO STEP 389 (remove_files) COMPLETE
65292026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.927 INFO O| Aug 25 20:33:43.927 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.936 INFO O| Aug 25 20:33:43.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65312026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.936 INFO O| Aug 25 20:33:43.936 INFO STEP 390 (remove_files) COMPLETE
65322026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.936 INFO O| Aug 25 20:33:43.936 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.945 INFO O| Aug 25 20:33:43.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65342026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.945 INFO O| Aug 25 20:33:43.945 INFO STEP 391 (remove_files) COMPLETE
65352026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.945 INFO O| Aug 25 20:33:43.945 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.956 INFO O| Aug 25 20:33:43.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65372026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.956 INFO O| Aug 25 20:33:43.956 INFO STEP 392 (remove_files) COMPLETE
65382026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.956 INFO O| Aug 25 20:33:43.956 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.966 INFO O| Aug 25 20:33:43.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65402026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.966 INFO O| Aug 25 20:33:43.966 INFO STEP 393 (remove_files) COMPLETE
65412026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.966 INFO O| Aug 25 20:33:43.966 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.975 INFO O| Aug 25 20:33:43.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65432026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.976 INFO O| Aug 25 20:33:43.975 INFO STEP 394 (remove_files) COMPLETE
65442026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.976 INFO O| Aug 25 20:33:43.975 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.984 INFO O| Aug 25 20:33:43.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65462026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.984 INFO O| Aug 25 20:33:43.984 INFO STEP 395 (remove_files) COMPLETE
65472026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.984 INFO O| Aug 25 20:33:43.984 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.993 INFO O| Aug 25 20:33:43.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65492026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.993 INFO O| Aug 25 20:33:43.993 INFO STEP 396 (remove_files) COMPLETE
65502026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:43.993 INFO O| Aug 25 20:33:43.993 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:44.002 INFO O| Aug 25 20:33:44.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65522026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:44.002 INFO O| Aug 25 20:33:44.002 INFO STEP 397 (remove_files) COMPLETE
65532026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:44.002 INFO O| Aug 25 20:33:44.002 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:44.011 INFO O| Aug 25 20:33:44.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65552026-08-25T20:33:47.952Z[ recovery-image] Aug 25 20:33:44.011 INFO O| Aug 25 20:33:44.011 INFO STEP 398 (remove_files) COMPLETE
65562026-08-25T20:33:47.953Z[ recovery-image] Aug 25 20:33:44.011 INFO O| Aug 25 20:33:44.011 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-08-25T20:33:47.953Z[ recovery-image] Aug 25 20:33:44.019 INFO O| Aug 25 20:33:44.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65582026-08-25T20:33:47.953Z[ recovery-image] Aug 25 20:33:44.019 INFO O| Aug 25 20:33:44.019 INFO STEP 399 (remove_files) COMPLETE
65592026-08-25T20:33:47.953Z[ recovery-image] Aug 25 20:33:44.019 INFO O| Aug 25 20:33:44.019 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-08-25T20:33:47.953Z[ recovery-image] Aug 25 20:33:44.028 INFO O| Aug 25 20:33:44.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65612026-08-25T20:33:47.953Z[ recovery-image] Aug 25 20:33:44.028 INFO O| Aug 25 20:33:44.028 INFO STEP 400 (remove_files) COMPLETE
65622026-08-25T20:33:47.953Z[ recovery-image] Aug 25 20:33:44.028 INFO O| Aug 25 20:33:44.028 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-08-25T20:33:47.953Z[ recovery-image] Aug 25 20:33:44.035 INFO O| Aug 25 20:33:44.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65642026-08-25T20:33:47.953Z[ recovery-image] Aug 25 20:33:44.035 INFO O| Aug 25 20:33:44.035 INFO STEP 401 (remove_files) COMPLETE
65652026-08-25T20:33:47.953Z[ recovery-image] Aug 25 20:33:44.035 INFO O| Aug 25 20:33:44.035 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-08-25T20:33:47.953Z[ recovery-image] Aug 25 20:33:44.046 INFO O| Aug 25 20:33:44.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65672026-08-25T20:33:47.953Z[ recovery-image] Aug 25 20:33:44.046 INFO O| Aug 25 20:33:44.046 INFO STEP 402 (remove_files) COMPLETE
65682026-08-25T20:33:47.953Z[ recovery-image] Aug 25 20:33:44.046 INFO O| Aug 25 20:33:44.046 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-08-25T20:33:47.953Z[ recovery-image] Aug 25 20:33:44.055 INFO O| Aug 25 20:33:44.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65702026-08-25T20:33:47.954Z[ recovery-image] Aug 25 20:33:44.055 INFO O| Aug 25 20:33:44.055 INFO STEP 403 (remove_files) COMPLETE
65712026-08-25T20:33:47.954Z[ recovery-image] Aug 25 20:33:44.055 INFO O| Aug 25 20:33:44.055 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-08-25T20:33:47.954Z[ recovery-image] Aug 25 20:33:44.064 INFO O| Aug 25 20:33:44.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65732026-08-25T20:33:47.954Z[ recovery-image] Aug 25 20:33:44.064 INFO O| Aug 25 20:33:44.064 INFO STEP 404 (remove_files) COMPLETE
65742026-08-25T20:33:47.988Z[ recovery-image] Aug 25 20:33:44.064 INFO O| Aug 25 20:33:44.064 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-08-25T20:33:47.988Z[ recovery-image] Aug 25 20:33:44.073 INFO O| Aug 25 20:33:44.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65762026-08-25T20:33:47.988Z[ recovery-image] Aug 25 20:33:44.073 INFO O| Aug 25 20:33:44.073 INFO STEP 405 (remove_files) COMPLETE
65772026-08-25T20:33:47.988Z[ recovery-image] Aug 25 20:33:44.073 INFO O| Aug 25 20:33:44.073 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-08-25T20:33:47.988Z[ recovery-image] Aug 25 20:33:44.083 INFO O| Aug 25 20:33:44.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65792026-08-25T20:33:47.989Z[ recovery-image] Aug 25 20:33:44.083 INFO O| Aug 25 20:33:44.083 INFO STEP 406 (remove_files) COMPLETE
65802026-08-25T20:33:47.989Z[ recovery-image] Aug 25 20:33:44.083 INFO O| Aug 25 20:33:44.083 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-08-25T20:33:47.989Z[ recovery-image] Aug 25 20:33:44.093 INFO O| Aug 25 20:33:44.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65822026-08-25T20:33:47.989Z[ recovery-image] Aug 25 20:33:44.093 INFO O| Aug 25 20:33:44.093 INFO STEP 407 (remove_files) COMPLETE
65832026-08-25T20:33:47.989Z[ recovery-image] Aug 25 20:33:44.093 INFO O| Aug 25 20:33:44.093 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-08-25T20:33:47.989Z[ recovery-image] Aug 25 20:33:44.104 INFO O| Aug 25 20:33:44.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65852026-08-25T20:33:47.989Z[ recovery-image] Aug 25 20:33:44.104 INFO O| Aug 25 20:33:44.104 INFO STEP 408 (remove_files) COMPLETE
65862026-08-25T20:33:47.989Z[ recovery-image] Aug 25 20:33:44.104 INFO O| Aug 25 20:33:44.104 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-08-25T20:33:47.989Z[ recovery-image] Aug 25 20:33:44.115 INFO O| Aug 25 20:33:44.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65882026-08-25T20:33:47.989Z[ recovery-image] Aug 25 20:33:44.115 INFO O| Aug 25 20:33:44.115 INFO STEP 409 (remove_files) COMPLETE
65892026-08-25T20:33:47.989Z[ recovery-image] Aug 25 20:33:44.115 INFO O| Aug 25 20:33:44.115 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-08-25T20:33:47.989Z[ recovery-image] Aug 25 20:33:44.125 INFO O| Aug 25 20:33:44.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65912026-08-25T20:33:47.989Z[ recovery-image] Aug 25 20:33:44.125 INFO O| Aug 25 20:33:44.125 INFO STEP 410 (remove_files) COMPLETE
65922026-08-25T20:33:47.989Z[ recovery-image] Aug 25 20:33:44.125 INFO O| Aug 25 20:33:44.125 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-08-25T20:33:47.989Z[ recovery-image] Aug 25 20:33:44.133 INFO O| Aug 25 20:33:44.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65942026-08-25T20:33:47.989Z[ recovery-image] Aug 25 20:33:44.133 INFO O| Aug 25 20:33:44.133 INFO STEP 411 (remove_files) COMPLETE
65952026-08-25T20:33:47.990Z[ recovery-image] Aug 25 20:33:44.133 INFO O| Aug 25 20:33:44.133 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-08-25T20:33:47.991Z[ recovery-image] Aug 25 20:33:44.144 INFO O| Aug 25 20:33:44.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65972026-08-25T20:33:47.991Z[ recovery-image] Aug 25 20:33:44.144 INFO O| Aug 25 20:33:44.144 INFO STEP 412 (remove_files) COMPLETE
65982026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.144 INFO O| Aug 25 20:33:44.144 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.155 INFO O| Aug 25 20:33:44.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
66002026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.155 INFO O| Aug 25 20:33:44.155 INFO STEP 413 (remove_files) COMPLETE
66012026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.155 INFO O| Aug 25 20:33:44.155 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.164 INFO O| Aug 25 20:33:44.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
66032026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.164 INFO O| Aug 25 20:33:44.164 INFO STEP 414 (remove_files) COMPLETE
66042026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.164 INFO O| Aug 25 20:33:44.164 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.173 INFO O| Aug 25 20:33:44.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
66062026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.173 INFO O| Aug 25 20:33:44.173 INFO STEP 415 (remove_files) COMPLETE
66072026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.173 INFO O| Aug 25 20:33:44.173 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.182 INFO O| Aug 25 20:33:44.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
66092026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.182 INFO O| Aug 25 20:33:44.182 INFO STEP 416 (remove_files) COMPLETE
66102026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.182 INFO O| Aug 25 20:33:44.182 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.194 INFO O| Aug 25 20:33:44.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
66122026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.194 INFO O| Aug 25 20:33:44.194 INFO STEP 417 (remove_files) COMPLETE
66132026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.194 INFO O| Aug 25 20:33:44.194 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.204 INFO O| Aug 25 20:33:44.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
66152026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.204 INFO O| Aug 25 20:33:44.204 INFO STEP 418 (remove_files) COMPLETE
66162026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.204 INFO O| Aug 25 20:33:44.204 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.214 INFO O| Aug 25 20:33:44.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
66182026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.214 INFO O| Aug 25 20:33:44.214 INFO STEP 419 (remove_files) COMPLETE
66192026-08-25T20:33:47.992Z[ recovery-image] Aug 25 20:33:44.214 INFO O| Aug 25 20:33:44.214 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.224 INFO O| Aug 25 20:33:44.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66212026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.224 INFO O| Aug 25 20:33:44.224 INFO STEP 420 (remove_files) COMPLETE
66222026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.224 INFO O| Aug 25 20:33:44.224 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.234 INFO O| Aug 25 20:33:44.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66242026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.234 INFO O| Aug 25 20:33:44.234 INFO STEP 421 (remove_files) COMPLETE
66252026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.234 INFO O| Aug 25 20:33:44.234 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.244 INFO O| Aug 25 20:33:44.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66272026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.244 INFO O| Aug 25 20:33:44.244 INFO STEP 422 (remove_files) COMPLETE
66282026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.244 INFO O| Aug 25 20:33:44.244 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.254 INFO O| Aug 25 20:33:44.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66302026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.254 INFO O| Aug 25 20:33:44.254 INFO STEP 423 (remove_files) COMPLETE
66312026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.254 INFO O| Aug 25 20:33:44.254 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.265 INFO O| Aug 25 20:33:44.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66332026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.265 INFO O| Aug 25 20:33:44.265 INFO STEP 424 (remove_files) COMPLETE
66342026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.265 INFO O| Aug 25 20:33:44.265 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.276 INFO O| Aug 25 20:33:44.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66362026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.276 INFO O| Aug 25 20:33:44.276 INFO STEP 425 (remove_files) COMPLETE
66372026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.276 INFO O| Aug 25 20:33:44.276 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.288 INFO O| Aug 25 20:33:44.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66392026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.288 INFO O| Aug 25 20:33:44.288 INFO STEP 426 (remove_files) COMPLETE
66402026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.288 INFO O| Aug 25 20:33:44.288 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.297 INFO O| Aug 25 20:33:44.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66422026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.298 INFO O| Aug 25 20:33:44.297 INFO STEP 427 (remove_files) COMPLETE
66432026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.298 INFO O| Aug 25 20:33:44.297 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.306 INFO O| Aug 25 20:33:44.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66452026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.306 INFO O| Aug 25 20:33:44.306 INFO STEP 428 (remove_files) COMPLETE
66462026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.306 INFO O| Aug 25 20:33:44.306 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.315 INFO O| Aug 25 20:33:44.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66482026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.315 INFO O| Aug 25 20:33:44.315 INFO STEP 429 (remove_files) COMPLETE
66492026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.315 INFO O| Aug 25 20:33:44.315 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.325 INFO O| Aug 25 20:33:44.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66512026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.325 INFO O| Aug 25 20:33:44.325 INFO STEP 430 (remove_files) COMPLETE
66522026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.325 INFO O| Aug 25 20:33:44.325 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.334 INFO O| Aug 25 20:33:44.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66542026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.334 INFO O| Aug 25 20:33:44.334 INFO STEP 431 (remove_files) COMPLETE
66552026-08-25T20:33:47.993Z[ recovery-image] Aug 25 20:33:44.334 INFO O| Aug 25 20:33:44.334 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-08-25T20:33:47.995Z[ recovery-image] Aug 25 20:33:44.343 INFO O| Aug 25 20:33:44.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66572026-08-25T20:33:47.995Z[ recovery-image] Aug 25 20:33:44.343 INFO O| Aug 25 20:33:44.343 INFO STEP 432 (remove_files) COMPLETE
66582026-08-25T20:33:47.995Z[ recovery-image] Aug 25 20:33:44.343 INFO O| Aug 25 20:33:44.343 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-08-25T20:33:47.995Z[ recovery-image] Aug 25 20:33:44.353 INFO O| Aug 25 20:33:44.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66602026-08-25T20:33:47.995Z[ recovery-image] Aug 25 20:33:44.353 INFO O| Aug 25 20:33:44.353 INFO STEP 433 (remove_files) COMPLETE
66612026-08-25T20:33:47.995Z[ recovery-image] Aug 25 20:33:44.353 INFO O| Aug 25 20:33:44.353 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-08-25T20:33:47.995Z[ recovery-image] Aug 25 20:33:44.362 INFO O| Aug 25 20:33:44.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66632026-08-25T20:33:47.995Z[ recovery-image] Aug 25 20:33:44.362 INFO O| Aug 25 20:33:44.362 INFO STEP 434 (remove_files) COMPLETE
66642026-08-25T20:33:47.995Z[ recovery-image] Aug 25 20:33:44.362 INFO O| Aug 25 20:33:44.362 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-25T20:33:47.995Z[ recovery-image] Aug 25 20:33:44.371 INFO O| Aug 25 20:33:44.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66662026-08-25T20:33:47.995Z[ recovery-image] Aug 25 20:33:44.371 INFO O| Aug 25 20:33:44.371 INFO STEP 435 (remove_files) COMPLETE
66672026-08-25T20:33:47.995Z[ recovery-image] Aug 25 20:33:44.371 INFO O| Aug 25 20:33:44.371 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-25T20:33:47.995Z[ recovery-image] Aug 25 20:33:44.380 INFO O| Aug 25 20:33:44.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66692026-08-25T20:33:47.995Z[ recovery-image] Aug 25 20:33:44.380 INFO O| Aug 25 20:33:44.380 INFO STEP 436 (remove_files) COMPLETE
66702026-08-25T20:33:47.995Z[ recovery-image] Aug 25 20:33:44.380 INFO O| Aug 25 20:33:44.380 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-08-25T20:33:47.996Z[ recovery-image] Aug 25 20:33:44.390 INFO O| Aug 25 20:33:44.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66722026-08-25T20:33:47.996Z[ recovery-image] Aug 25 20:33:44.390 INFO O| Aug 25 20:33:44.390 INFO STEP 437 (remove_files) COMPLETE
66732026-08-25T20:33:47.996Z[ recovery-image] Aug 25 20:33:44.390 INFO O| Aug 25 20:33:44.390 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-08-25T20:33:48.004Z[ recovery-image] Aug 25 20:33:44.399 INFO O| Aug 25 20:33:44.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66752026-08-25T20:33:48.004Z[ recovery-image] Aug 25 20:33:44.399 INFO O| Aug 25 20:33:44.399 INFO STEP 438 (remove_files) COMPLETE
66762026-08-25T20:33:48.004Z[ recovery-image] Aug 25 20:33:44.399 INFO O| Aug 25 20:33:44.399 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-08-25T20:33:48.004Z[ recovery-image] Aug 25 20:33:44.408 INFO O| Aug 25 20:33:44.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66782026-08-25T20:33:48.004Z[ recovery-image] Aug 25 20:33:44.408 INFO O| Aug 25 20:33:44.408 INFO STEP 439 (remove_files) COMPLETE
66792026-08-25T20:33:48.004Z[ recovery-image] Aug 25 20:33:44.408 INFO O| Aug 25 20:33:44.408 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-08-25T20:33:48.004Z[ recovery-image] Aug 25 20:33:44.417 INFO O| Aug 25 20:33:44.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66812026-08-25T20:33:48.004Z[ recovery-image] Aug 25 20:33:44.417 INFO O| Aug 25 20:33:44.417 INFO STEP 440 (remove_files) COMPLETE
66822026-08-25T20:33:48.004Z[ recovery-image] Aug 25 20:33:44.417 INFO O| Aug 25 20:33:44.417 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-08-25T20:33:48.004Z[ recovery-image] Aug 25 20:33:44.427 INFO O| Aug 25 20:33:44.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66842026-08-25T20:33:48.004Z[ recovery-image] Aug 25 20:33:44.427 INFO O| Aug 25 20:33:44.427 INFO STEP 441 (remove_files) COMPLETE
66852026-08-25T20:33:48.004Z[ recovery-image] Aug 25 20:33:44.427 INFO O| Aug 25 20:33:44.427 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-08-25T20:33:48.004Z[ recovery-image] Aug 25 20:33:44.437 INFO O| Aug 25 20:33:44.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66872026-08-25T20:33:48.005Z[ recovery-image] Aug 25 20:33:44.438 INFO O| Aug 25 20:33:44.438 INFO STEP 442 (remove_files) COMPLETE
66882026-08-25T20:33:48.005Z[ recovery-image] Aug 25 20:33:44.438 INFO O| Aug 25 20:33:44.438 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-08-25T20:33:48.006Z[ recovery-image] Aug 25 20:33:44.448 INFO O| Aug 25 20:33:44.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66902026-08-25T20:33:48.006Z[ recovery-image] Aug 25 20:33:44.448 INFO O| Aug 25 20:33:44.448 INFO STEP 443 (remove_files) COMPLETE
66912026-08-25T20:33:48.006Z[ recovery-image] Aug 25 20:33:44.448 INFO O| Aug 25 20:33:44.448 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-08-25T20:33:48.006Z[verify-libraries] Compiling parse-size v1.1.0
66932026-08-25T20:33:48.006Z[ recovery-image] Aug 25 20:33:44.459 INFO O| Aug 25 20:33:44.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66942026-08-25T20:33:48.006Z[ recovery-image] Aug 25 20:33:44.459 INFO O| Aug 25 20:33:44.459 INFO STEP 444 (remove_files) COMPLETE
66952026-08-25T20:33:48.006Z[ recovery-image] Aug 25 20:33:44.459 INFO O| Aug 25 20:33:44.459 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-08-25T20:33:48.006Z[ recovery-image] Aug 25 20:33:44.469 INFO O| Aug 25 20:33:44.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66972026-08-25T20:33:48.007Z[ recovery-image] Aug 25 20:33:44.469 INFO O| Aug 25 20:33:44.469 INFO STEP 445 (remove_files) COMPLETE
66982026-08-25T20:33:48.007Z[ recovery-image] Aug 25 20:33:44.469 INFO O| Aug 25 20:33:44.469 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-08-25T20:33:48.007Z[ recovery-image] Aug 25 20:33:44.479 INFO O| Aug 25 20:33:44.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
67002026-08-25T20:33:48.007Z[ recovery-image] Aug 25 20:33:44.479 INFO O| Aug 25 20:33:44.479 INFO STEP 446 (remove_files) COMPLETE
67012026-08-25T20:33:48.007Z[ recovery-image] Aug 25 20:33:44.479 INFO O| Aug 25 20:33:44.479 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-08-25T20:33:48.007Z[ recovery-image] Aug 25 20:33:44.487 INFO O| Aug 25 20:33:44.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
67032026-08-25T20:33:48.007Z[ recovery-image] Aug 25 20:33:44.488 INFO O| Aug 25 20:33:44.487 INFO STEP 447 (remove_files) COMPLETE
67042026-08-25T20:33:48.007Z[ recovery-image] Aug 25 20:33:44.488 INFO O| Aug 25 20:33:44.488 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-25T20:33:48.008Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
67062026-08-25T20:33:48.008Z[ recovery-image] Aug 25 20:33:44.503 INFO O| Aug 25 20:33:44.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
67072026-08-25T20:33:48.008Z[ recovery-image] Aug 25 20:33:44.503 INFO O| Aug 25 20:33:44.503 INFO STEP 448 (remove_files) COMPLETE
67082026-08-25T20:33:48.008Z[ recovery-image] Aug 25 20:33:44.503 INFO O| Aug 25 20:33:44.503 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-25T20:33:48.008Z[ recovery-image] Aug 25 20:33:44.514 INFO O| Aug 25 20:33:44.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
67102026-08-25T20:33:48.008Z[ recovery-image] Aug 25 20:33:44.514 INFO O| Aug 25 20:33:44.514 INFO STEP 449 (remove_files) COMPLETE
67112026-08-25T20:33:48.008Z[ recovery-image] Aug 25 20:33:44.514 INFO O| Aug 25 20:33:44.514 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-25T20:33:48.008Z[ recovery-image] Aug 25 20:33:44.524 INFO O| Aug 25 20:33:44.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
67132026-08-25T20:33:48.008Z[ recovery-image] Aug 25 20:33:44.524 INFO O| Aug 25 20:33:44.524 INFO STEP 450 (remove_files) COMPLETE
67142026-08-25T20:33:48.008Z[ recovery-image] Aug 25 20:33:44.525 INFO O| Aug 25 20:33:44.524 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-25T20:33:48.008Z[ recovery-image] Aug 25 20:33:44.535 INFO O| Aug 25 20:33:44.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
67162026-08-25T20:33:48.008Z[ recovery-image] Aug 25 20:33:44.535 INFO O| Aug 25 20:33:44.535 INFO STEP 451 (remove_files) COMPLETE
67172026-08-25T20:33:48.008Z[ recovery-image] Aug 25 20:33:44.535 INFO O| Aug 25 20:33:44.535 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-25T20:33:48.008Z[ recovery-image] Aug 25 20:33:44.546 INFO O| Aug 25 20:33:44.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
67192026-08-25T20:33:48.008Z[ recovery-image] Aug 25 20:33:44.546 INFO O| Aug 25 20:33:44.546 INFO STEP 452 (remove_files) COMPLETE
67202026-08-25T20:33:48.008Z[ recovery-image] Aug 25 20:33:44.546 INFO O| Aug 25 20:33:44.546 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.557 INFO O| Aug 25 20:33:44.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67222026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.557 INFO O| Aug 25 20:33:44.557 INFO STEP 453 (remove_files) COMPLETE
67232026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.557 INFO O| Aug 25 20:33:44.557 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.568 INFO O| Aug 25 20:33:44.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67252026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.569 INFO O| Aug 25 20:33:44.569 INFO STEP 454 (remove_files) COMPLETE
67262026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.569 INFO O| Aug 25 20:33:44.569 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.577 INFO O| Aug 25 20:33:44.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67282026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.578 INFO O| Aug 25 20:33:44.578 INFO STEP 455 (remove_files) COMPLETE
67292026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.578 INFO O| Aug 25 20:33:44.578 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.593 INFO O| Aug 25 20:33:44.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67312026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.593 INFO O| Aug 25 20:33:44.593 INFO STEP 456 (remove_files) COMPLETE
67322026-08-25T20:33:48.009Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
67332026-08-25T20:33:48.009Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
67342026-08-25T20:33:48.009Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
67352026-08-25T20:33:48.009Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
67362026-08-25T20:33:48.009Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
67372026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.593 INFO O| Aug 25 20:33:44.593 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.604 INFO O| Aug 25 20:33:44.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67392026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.604 INFO O| Aug 25 20:33:44.604 INFO STEP 457 (remove_files) COMPLETE
67402026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.604 INFO O| Aug 25 20:33:44.604 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.615 INFO O| Aug 25 20:33:44.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67422026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.615 INFO O| Aug 25 20:33:44.615 INFO STEP 458 (remove_files) COMPLETE
67432026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.615 INFO O| Aug 25 20:33:44.615 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.625 INFO O| Aug 25 20:33:44.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67452026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.626 INFO O| Aug 25 20:33:44.626 INFO STEP 459 (remove_files) COMPLETE
67462026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.626 INFO O| Aug 25 20:33:44.626 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-08-25T20:33:48.009Z[ recovery-image] Aug 25 20:33:44.636 INFO O| Aug 25 20:33:44.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67482026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.636 INFO O| Aug 25 20:33:44.636 INFO STEP 460 (remove_files) COMPLETE
67492026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.636 INFO O| Aug 25 20:33:44.636 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.645 INFO O| Aug 25 20:33:44.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67512026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.645 INFO O| Aug 25 20:33:44.645 INFO STEP 461 (remove_files) COMPLETE
67522026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.645 INFO O| Aug 25 20:33:44.645 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.654 INFO O| Aug 25 20:33:44.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67542026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.654 INFO O| Aug 25 20:33:44.654 INFO STEP 462 (remove_files) COMPLETE
67552026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.654 INFO O| Aug 25 20:33:44.654 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.663 INFO O| Aug 25 20:33:44.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67572026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.663 INFO O| Aug 25 20:33:44.663 INFO STEP 463 (remove_files) COMPLETE
67582026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.663 INFO O| Aug 25 20:33:44.663 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.672 INFO O| Aug 25 20:33:44.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67602026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.672 INFO O| Aug 25 20:33:44.672 INFO STEP 464 (remove_files) COMPLETE
67612026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.672 INFO O| Aug 25 20:33:44.672 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.685 INFO O| Aug 25 20:33:44.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67632026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.685 INFO O| Aug 25 20:33:44.685 INFO STEP 465 (remove_files) COMPLETE
67642026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.685 INFO O| Aug 25 20:33:44.685 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.694 INFO O| Aug 25 20:33:44.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67662026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.694 INFO O| Aug 25 20:33:44.694 INFO STEP 466 (remove_files) COMPLETE
67672026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.694 INFO O| Aug 25 20:33:44.694 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.702 INFO O| Aug 25 20:33:44.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67692026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.702 INFO O| Aug 25 20:33:44.702 INFO STEP 467 (remove_files) COMPLETE
67702026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.702 INFO O| Aug 25 20:33:44.702 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.710 INFO O| Aug 25 20:33:44.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67722026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.710 INFO O| Aug 25 20:33:44.710 INFO STEP 468 (remove_files) COMPLETE
67732026-08-25T20:33:48.012Z[ recovery-image] Aug 25 20:33:44.710 INFO O| Aug 25 20:33:44.710 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-08-25T20:33:48.018Z[ recovery-image] Aug 25 20:33:44.719 INFO O| Aug 25 20:33:44.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67752026-08-25T20:33:48.018Z[ recovery-image] Aug 25 20:33:44.719 INFO O| Aug 25 20:33:44.719 INFO STEP 469 (remove_files) COMPLETE
67762026-08-25T20:33:48.018Z[ recovery-image] Aug 25 20:33:44.719 INFO O| Aug 25 20:33:44.719 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-08-25T20:33:48.018Z[ recovery-image] Aug 25 20:33:44.728 INFO O| Aug 25 20:33:44.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67782026-08-25T20:33:48.018Z[ recovery-image] Aug 25 20:33:44.728 INFO O| Aug 25 20:33:44.728 INFO STEP 470 (remove_files) COMPLETE
67792026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.728 INFO O| Aug 25 20:33:44.728 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.738 INFO O| Aug 25 20:33:44.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67812026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.738 INFO O| Aug 25 20:33:44.738 INFO STEP 471 (remove_files) COMPLETE
67822026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.738 INFO O| Aug 25 20:33:44.738 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.747 INFO O| Aug 25 20:33:44.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67842026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.747 INFO O| Aug 25 20:33:44.747 INFO STEP 472 (remove_files) COMPLETE
67852026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.747 INFO O| Aug 25 20:33:44.747 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.757 INFO O| Aug 25 20:33:44.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67872026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.757 INFO O| Aug 25 20:33:44.757 INFO STEP 473 (remove_files) COMPLETE
67882026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.757 INFO O| Aug 25 20:33:44.757 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.766 INFO O| Aug 25 20:33:44.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67902026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.766 INFO O| Aug 25 20:33:44.766 INFO STEP 474 (remove_files) COMPLETE
67912026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.766 INFO O| Aug 25 20:33:44.766 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.776 INFO O| Aug 25 20:33:44.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67932026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.776 INFO O| Aug 25 20:33:44.776 INFO STEP 475 (remove_files) COMPLETE
67942026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.776 INFO O| Aug 25 20:33:44.776 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.785 INFO O| Aug 25 20:33:44.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67962026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.785 INFO O| Aug 25 20:33:44.785 INFO STEP 476 (remove_files) COMPLETE
67972026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.785 INFO O| Aug 25 20:33:44.785 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.794 INFO O| Aug 25 20:33:44.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67992026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.794 INFO O| Aug 25 20:33:44.794 INFO STEP 477 (remove_files) COMPLETE
68002026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.794 INFO O| Aug 25 20:33:44.794 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.803 INFO O| Aug 25 20:33:44.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
68022026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.803 INFO O| Aug 25 20:33:44.803 INFO STEP 478 (remove_files) COMPLETE
68032026-08-25T20:33:48.019Z[ recovery-image] Aug 25 20:33:44.803 INFO O| Aug 25 20:33:44.803 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-25T20:33:48.020Z[ recovery-image] Aug 25 20:33:44.812 INFO O| Aug 25 20:33:44.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
68052026-08-25T20:33:48.020Z[ recovery-image] Aug 25 20:33:44.812 INFO O| Aug 25 20:33:44.812 INFO STEP 479 (remove_files) COMPLETE
68062026-08-25T20:33:48.020Z[ recovery-image] Aug 25 20:33:44.812 INFO O| Aug 25 20:33:44.812 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-25T20:33:48.020Z[ recovery-image] Aug 25 20:33:44.821 INFO O| Aug 25 20:33:44.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
68082026-08-25T20:33:48.020Z[ recovery-image] Aug 25 20:33:44.821 INFO O| Aug 25 20:33:44.821 INFO STEP 480 (remove_files) COMPLETE
68092026-08-25T20:33:48.020Z[ recovery-image] Aug 25 20:33:44.821 INFO O| Aug 25 20:33:44.821 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-25T20:33:48.020Z[ recovery-image] Aug 25 20:33:44.829 INFO O| Aug 25 20:33:44.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
68112026-08-25T20:33:48.020Z[ recovery-image] Aug 25 20:33:44.830 INFO O| Aug 25 20:33:44.830 INFO STEP 481 (remove_files) COMPLETE
68122026-08-25T20:33:48.020Z[ recovery-image] Aug 25 20:33:44.830 INFO O| Aug 25 20:33:44.830 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-25T20:33:48.021Z[ recovery-image] Aug 25 20:33:44.838 INFO O| Aug 25 20:33:44.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
68142026-08-25T20:33:48.021Z[ recovery-image] Aug 25 20:33:44.838 INFO O| Aug 25 20:33:44.838 INFO STEP 482 (remove_files) COMPLETE
68152026-08-25T20:33:48.021Z[ recovery-image] Aug 25 20:33:44.838 INFO O| Aug 25 20:33:44.838 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-25T20:33:48.021Z[ recovery-image] Aug 25 20:33:44.847 INFO O| Aug 25 20:33:44.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
68172026-08-25T20:33:48.021Z[ recovery-image] Aug 25 20:33:44.847 INFO O| Aug 25 20:33:44.847 INFO STEP 483 (remove_files) COMPLETE
68182026-08-25T20:33:48.021Z[ recovery-image] Aug 25 20:33:44.847 INFO O| Aug 25 20:33:44.847 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-25T20:33:48.021Z[ recovery-image] Aug 25 20:33:44.856 INFO O| Aug 25 20:33:44.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68202026-08-25T20:33:48.021Z[ recovery-image] Aug 25 20:33:44.857 INFO O| Aug 25 20:33:44.857 INFO STEP 484 (remove_files) COMPLETE
68212026-08-25T20:33:48.021Z[ recovery-image] Aug 25 20:33:44.857 INFO O| Aug 25 20:33:44.857 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-25T20:33:48.023Z[ recovery-image] Aug 25 20:33:44.865 INFO O| Aug 25 20:33:44.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68232026-08-25T20:33:48.023Z[ recovery-image] Aug 25 20:33:44.866 INFO O| Aug 25 20:33:44.866 INFO STEP 485 (remove_files) COMPLETE
68242026-08-25T20:33:48.023Z[ recovery-image] Aug 25 20:33:44.866 INFO O| Aug 25 20:33:44.866 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-25T20:33:48.023Z[ recovery-image] Aug 25 20:33:44.877 INFO O| Aug 25 20:33:44.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68262026-08-25T20:33:48.023Z[ recovery-image] Aug 25 20:33:44.877 INFO O| Aug 25 20:33:44.877 INFO STEP 486 (remove_files) COMPLETE
68272026-08-25T20:33:48.023Z[ recovery-image] Aug 25 20:33:44.877 INFO O| Aug 25 20:33:44.877 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-25T20:33:48.023Z[ recovery-image] Aug 25 20:33:44.887 INFO O| Aug 25 20:33:44.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68292026-08-25T20:33:48.023Z[ recovery-image] Aug 25 20:33:44.887 INFO O| Aug 25 20:33:44.887 INFO STEP 487 (remove_files) COMPLETE
68302026-08-25T20:33:48.023Z[ recovery-image] Aug 25 20:33:44.887 INFO O| Aug 25 20:33:44.887 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-08-25T20:33:48.023Z[ recovery-image] Aug 25 20:33:44.898 INFO O| Aug 25 20:33:44.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68322026-08-25T20:33:48.023Z[ recovery-image] Aug 25 20:33:44.898 INFO O| Aug 25 20:33:44.898 INFO STEP 488 (remove_files) COMPLETE
68332026-08-25T20:33:48.023Z[ recovery-image] Aug 25 20:33:44.898 INFO O| Aug 25 20:33:44.898 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-25T20:33:48.023Z[ recovery-image] Aug 25 20:33:44.908 INFO O| Aug 25 20:33:44.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68352026-08-25T20:33:48.023Z[ recovery-image] Aug 25 20:33:44.908 INFO O| Aug 25 20:33:44.908 INFO STEP 489 (remove_files) COMPLETE
68362026-08-25T20:33:48.023Z[ recovery-image] Aug 25 20:33:44.908 INFO O| Aug 25 20:33:44.908 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-25T20:33:48.023Z[ recovery-image] Aug 25 20:33:44.917 INFO O| Aug 25 20:33:44.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68382026-08-25T20:33:48.023Z[ recovery-image] Aug 25 20:33:44.917 INFO O| Aug 25 20:33:44.917 INFO STEP 490 (remove_files) COMPLETE
68392026-08-25T20:33:48.023Z[ recovery-image] Aug 25 20:33:44.917 INFO O| Aug 25 20:33:44.917 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-25T20:33:48.024Z[ recovery-image] Aug 25 20:33:44.927 INFO O| Aug 25 20:33:44.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68412026-08-25T20:33:48.024Z[ recovery-image] Aug 25 20:33:44.928 INFO O| Aug 25 20:33:44.928 INFO STEP 491 (remove_files) COMPLETE
68422026-08-25T20:33:48.024Z[ recovery-image] Aug 25 20:33:44.928 INFO O| Aug 25 20:33:44.928 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-25T20:33:48.024Z[ recovery-image] Aug 25 20:33:44.937 INFO O| Aug 25 20:33:44.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68442026-08-25T20:33:48.024Z[ recovery-image] Aug 25 20:33:44.937 INFO O| Aug 25 20:33:44.937 INFO STEP 492 (remove_files) COMPLETE
68452026-08-25T20:33:48.024Z[ recovery-image] Aug 25 20:33:44.937 INFO O| Aug 25 20:33:44.937 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-25T20:33:48.024Z[ recovery-image] Aug 25 20:33:44.946 INFO O| Aug 25 20:33:44.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68472026-08-25T20:33:48.024Z[ recovery-image] Aug 25 20:33:44.946 INFO O| Aug 25 20:33:44.946 INFO STEP 493 (remove_files) COMPLETE
68482026-08-25T20:33:48.024Z[ recovery-image] Aug 25 20:33:44.947 INFO O| Aug 25 20:33:44.946 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-25T20:33:48.024Z[ recovery-image] Aug 25 20:33:44.956 INFO O| Aug 25 20:33:44.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68502026-08-25T20:33:48.024Z[ recovery-image] Aug 25 20:33:44.956 INFO O| Aug 25 20:33:44.956 INFO STEP 494 (remove_files) COMPLETE
68512026-08-25T20:33:48.024Z[ recovery-image] Aug 25 20:33:44.956 INFO O| Aug 25 20:33:44.956 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:44.965 INFO O| Aug 25 20:33:44.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68532026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:44.965 INFO O| Aug 25 20:33:44.965 INFO STEP 495 (remove_files) COMPLETE
68542026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:44.965 INFO O| Aug 25 20:33:44.965 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:44.973 INFO O| Aug 25 20:33:44.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68562026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:44.973 INFO O| Aug 25 20:33:44.973 INFO STEP 496 (remove_files) COMPLETE
68572026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:44.973 INFO O| Aug 25 20:33:44.973 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:44.982 INFO O| Aug 25 20:33:44.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68592026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:44.982 INFO O| Aug 25 20:33:44.981 INFO STEP 497 (remove_files) COMPLETE
68602026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:44.982 INFO O| Aug 25 20:33:44.981 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:44.991 INFO O| Aug 25 20:33:44.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68622026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:44.991 INFO O| Aug 25 20:33:44.991 INFO STEP 498 (remove_files) COMPLETE
68632026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:44.991 INFO O| Aug 25 20:33:44.991 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:45.000 INFO O| Aug 25 20:33:45.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68652026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:45.000 INFO O| Aug 25 20:33:45.000 INFO STEP 499 (remove_files) COMPLETE
68662026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:45.000 INFO O| Aug 25 20:33:45.000 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:45.008 INFO O| Aug 25 20:33:45.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68682026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:45.008 INFO O| Aug 25 20:33:45.008 INFO STEP 500 (remove_files) COMPLETE
68692026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:45.008 INFO O| Aug 25 20:33:45.008 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:45.019 INFO O| Aug 25 20:33:45.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68712026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:45.019 INFO O| Aug 25 20:33:45.019 INFO STEP 501 (remove_files) COMPLETE
68722026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:45.019 INFO O| Aug 25 20:33:45.019 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-25T20:33:48.025Z[ recovery-image] Aug 25 20:33:45.028 INFO O| Aug 25 20:33:45.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68742026-08-25T20:33:48.031Z[ recovery-image] Aug 25 20:33:45.028 INFO O| Aug 25 20:33:45.028 INFO STEP 502 (remove_files) COMPLETE
68752026-08-25T20:33:48.032Z[ recovery-image] Aug 25 20:33:45.028 INFO O| Aug 25 20:33:45.028 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-25T20:33:48.032Z[ recovery-image] Aug 25 20:33:45.036 INFO O| Aug 25 20:33:45.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68772026-08-25T20:33:48.032Z[ recovery-image] Aug 25 20:33:45.036 INFO O| Aug 25 20:33:45.036 INFO STEP 503 (remove_files) COMPLETE
68782026-08-25T20:33:48.032Z[ recovery-image] Aug 25 20:33:45.036 INFO O| Aug 25 20:33:45.036 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-25T20:33:48.032Z[ recovery-image] Aug 25 20:33:45.043 INFO O| Aug 25 20:33:45.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68802026-08-25T20:33:48.032Z[ recovery-image] Aug 25 20:33:45.043 INFO O| Aug 25 20:33:45.043 INFO STEP 504 (remove_files) COMPLETE
68812026-08-25T20:33:48.032Z[ recovery-image] Aug 25 20:33:45.043 INFO O| Aug 25 20:33:45.043 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-25T20:33:48.032Z[ recovery-image] Aug 25 20:33:45.052 INFO O| Aug 25 20:33:45.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68832026-08-25T20:33:48.032Z[ recovery-image] Aug 25 20:33:45.052 INFO O| Aug 25 20:33:45.052 INFO STEP 505 (remove_files) COMPLETE
68842026-08-25T20:33:48.032Z[ recovery-image] Aug 25 20:33:45.052 INFO O| Aug 25 20:33:45.052 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-25T20:33:48.032Z[ recovery-image] Aug 25 20:33:45.060 INFO O| Aug 25 20:33:45.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68862026-08-25T20:33:48.032Z[ recovery-image] Aug 25 20:33:45.060 INFO O| Aug 25 20:33:45.060 INFO STEP 506 (remove_files) COMPLETE
68872026-08-25T20:33:48.032Z[ recovery-image] Aug 25 20:33:45.060 INFO O| Aug 25 20:33:45.060 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-25T20:33:48.032Z[ recovery-image] Aug 25 20:33:45.068 INFO O| Aug 25 20:33:45.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68892026-08-25T20:33:48.032Z[ recovery-image] Aug 25 20:33:45.068 INFO O| Aug 25 20:33:45.068 INFO STEP 507 (remove_files) COMPLETE
68902026-08-25T20:33:48.032Z[ recovery-image] Aug 25 20:33:45.068 INFO O| Aug 25 20:33:45.068 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-25T20:33:48.032Z[ recovery-image] Aug 25 20:33:45.076 INFO O| Aug 25 20:33:45.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68922026-08-25T20:33:48.032Z[ recovery-image] Aug 25 20:33:45.076 INFO O| Aug 25 20:33:45.076 INFO STEP 508 (remove_files) COMPLETE
68932026-08-25T20:33:48.032Z[ recovery-image] Aug 25 20:33:45.076 INFO O| Aug 25 20:33:45.076 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-25T20:33:48.034Z[ recovery-image] Aug 25 20:33:45.084 INFO O| Aug 25 20:33:45.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68952026-08-25T20:33:48.034Z[ recovery-image] Aug 25 20:33:45.084 INFO O| Aug 25 20:33:45.084 INFO STEP 509 (remove_files) COMPLETE
68962026-08-25T20:33:48.034Z[ recovery-image] Aug 25 20:33:45.084 INFO O| Aug 25 20:33:45.084 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-25T20:33:48.034Z[ recovery-image] Aug 25 20:33:45.094 INFO O| Aug 25 20:33:45.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68982026-08-25T20:33:48.034Z[ recovery-image] Aug 25 20:33:45.094 INFO O| Aug 25 20:33:45.094 INFO STEP 510 (remove_files) COMPLETE
68992026-08-25T20:33:48.034Z[ recovery-image] Aug 25 20:33:45.094 INFO O| Aug 25 20:33:45.094 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-25T20:33:48.034Z[ recovery-image] Aug 25 20:33:45.104 INFO O| Aug 25 20:33:45.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
69012026-08-25T20:33:48.034Z[ recovery-image] Aug 25 20:33:45.104 INFO O| Aug 25 20:33:45.104 INFO STEP 511 (remove_files) COMPLETE
69022026-08-25T20:33:48.034Z[ recovery-image] Aug 25 20:33:45.104 INFO O| Aug 25 20:33:45.104 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-25T20:33:48.034Z[ recovery-image] Aug 25 20:33:45.115 INFO O| Aug 25 20:33:45.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
69042026-08-25T20:33:48.034Z[ recovery-image] Aug 25 20:33:45.116 INFO O| Aug 25 20:33:45.115 INFO STEP 512 (remove_files) COMPLETE
69052026-08-25T20:33:48.034Z[ recovery-image] Aug 25 20:33:45.116 INFO O| Aug 25 20:33:45.115 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-08-25T20:33:48.034Z[ recovery-image] Aug 25 20:33:45.130 INFO O| Aug 25 20:33:45.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69072026-08-25T20:33:48.034Z[ recovery-image] Aug 25 20:33:45.131 INFO O| Aug 25 20:33:45.131 INFO STEP 513 (remove_files) COMPLETE
69082026-08-25T20:33:48.034Z[ recovery-image] Aug 25 20:33:45.131 INFO O| Aug 25 20:33:45.131 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-08-25T20:33:48.036Z[ recovery-image] Aug 25 20:33:45.140 INFO O| Aug 25 20:33:45.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69102026-08-25T20:33:48.036Z[ recovery-image] Aug 25 20:33:45.140 INFO O| Aug 25 20:33:45.140 INFO STEP 514 (remove_files) COMPLETE
69112026-08-25T20:33:48.036Z[ recovery-image] Aug 25 20:33:45.140 INFO O| Aug 25 20:33:45.140 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-08-25T20:33:48.036Z[ recovery-image] Aug 25 20:33:45.149 INFO O| Aug 25 20:33:45.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69132026-08-25T20:33:48.036Z[ recovery-image] Aug 25 20:33:45.149 INFO O| Aug 25 20:33:45.149 INFO STEP 515 (remove_files) COMPLETE
69142026-08-25T20:33:48.036Z[ recovery-image] Aug 25 20:33:45.149 INFO O| Aug 25 20:33:45.149 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-25T20:33:48.036Z[ recovery-image] Aug 25 20:33:45.160 INFO O| Aug 25 20:33:45.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69162026-08-25T20:33:48.036Z[ recovery-image] Aug 25 20:33:45.160 INFO O| Aug 25 20:33:45.160 INFO STEP 516 (remove_files) COMPLETE
69172026-08-25T20:33:48.036Z[ recovery-image] Aug 25 20:33:45.160 INFO O| Aug 25 20:33:45.160 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-08-25T20:33:48.036Z[ recovery-image] Aug 25 20:33:45.171 INFO O| Aug 25 20:33:45.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69192026-08-25T20:33:48.036Z[ recovery-image] Aug 25 20:33:45.171 INFO O| Aug 25 20:33:45.171 INFO STEP 517 (remove_files) COMPLETE
69202026-08-25T20:33:48.037Z[ recovery-image] Aug 25 20:33:45.171 INFO O| Aug 25 20:33:45.171 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-08-25T20:33:48.037Z[ recovery-image] Aug 25 20:33:45.181 INFO O| Aug 25 20:33:45.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69222026-08-25T20:33:48.037Z[ recovery-image] Aug 25 20:33:45.181 INFO O| Aug 25 20:33:45.181 INFO STEP 518 (remove_files) COMPLETE
69232026-08-25T20:33:48.037Z[ recovery-image] Aug 25 20:33:45.181 INFO O| Aug 25 20:33:45.181 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-08-25T20:33:48.038Z[ recovery-image] Aug 25 20:33:45.191 INFO O| Aug 25 20:33:45.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69252026-08-25T20:33:48.038Z[ recovery-image] Aug 25 20:33:45.191 INFO O| Aug 25 20:33:45.191 INFO STEP 519 (remove_files) COMPLETE
69262026-08-25T20:33:48.038Z[ recovery-image] Aug 25 20:33:45.191 INFO O| Aug 25 20:33:45.191 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-08-25T20:33:48.038Z[ recovery-image] Aug 25 20:33:45.201 INFO O| Aug 25 20:33:45.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69282026-08-25T20:33:48.038Z[ recovery-image] Aug 25 20:33:45.201 INFO O| Aug 25 20:33:45.201 INFO STEP 520 (remove_files) COMPLETE
69292026-08-25T20:33:48.038Z[ recovery-image] Aug 25 20:33:45.201 INFO O| Aug 25 20:33:45.201 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-08-25T20:33:48.038Z[ recovery-image] Aug 25 20:33:45.210 INFO O| Aug 25 20:33:45.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69312026-08-25T20:33:48.038Z[ recovery-image] Aug 25 20:33:45.210 INFO O| Aug 25 20:33:45.210 INFO STEP 521 (remove_files) COMPLETE
69322026-08-25T20:33:48.038Z[ recovery-image] Aug 25 20:33:45.210 INFO O| Aug 25 20:33:45.210 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-08-25T20:33:48.038Z[ recovery-image] Aug 25 20:33:45.220 INFO O| Aug 25 20:33:45.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69342026-08-25T20:33:48.038Z[ recovery-image] Aug 25 20:33:45.220 INFO O| Aug 25 20:33:45.220 INFO STEP 522 (remove_files) COMPLETE
69352026-08-25T20:33:48.038Z[ recovery-image] Aug 25 20:33:45.220 INFO O| Aug 25 20:33:45.220 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-08-25T20:33:48.038Z[ recovery-image] Aug 25 20:33:45.229 INFO O| Aug 25 20:33:45.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69372026-08-25T20:33:48.038Z[ recovery-image] Aug 25 20:33:45.230 INFO O| Aug 25 20:33:45.230 INFO STEP 523 (remove_files) COMPLETE
69382026-08-25T20:33:48.038Z[ recovery-image] Aug 25 20:33:45.230 INFO O| Aug 25 20:33:45.230 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-08-25T20:33:48.039Z[ recovery-image] Aug 25 20:33:45.239 INFO O| Aug 25 20:33:45.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69402026-08-25T20:33:48.039Z[ recovery-image] Aug 25 20:33:45.239 INFO O| Aug 25 20:33:45.239 INFO STEP 524 (remove_files) COMPLETE
69412026-08-25T20:33:48.039Z[ recovery-image] Aug 25 20:33:45.239 INFO O| Aug 25 20:33:45.239 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-08-25T20:33:48.039Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
69432026-08-25T20:33:48.039Z[ recovery-image] Aug 25 20:33:45.249 INFO O| Aug 25 20:33:45.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69442026-08-25T20:33:48.039Z[ recovery-image] Aug 25 20:33:45.249 INFO O| Aug 25 20:33:45.249 INFO STEP 525 (remove_files) COMPLETE
69452026-08-25T20:33:48.039Z[ recovery-image] Aug 25 20:33:45.249 INFO O| Aug 25 20:33:45.249 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-08-25T20:33:48.039Z[ recovery-image] Aug 25 20:33:45.258 INFO O| Aug 25 20:33:45.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69472026-08-25T20:33:48.039Z[ recovery-image] Aug 25 20:33:45.258 INFO O| Aug 25 20:33:45.258 INFO STEP 526 (remove_files) COMPLETE
69482026-08-25T20:33:48.039Z[ recovery-image] Aug 25 20:33:45.258 INFO O| Aug 25 20:33:45.258 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-08-25T20:33:48.039Z[ recovery-image] Aug 25 20:33:45.268 INFO O| Aug 25 20:33:45.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69502026-08-25T20:33:48.039Z[ recovery-image] Aug 25 20:33:45.268 INFO O| Aug 25 20:33:45.268 INFO STEP 527 (remove_files) COMPLETE
69512026-08-25T20:33:48.039Z[ recovery-image] Aug 25 20:33:45.268 INFO O| Aug 25 20:33:45.268 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-08-25T20:33:48.039Z[ recovery-image] Aug 25 20:33:45.277 INFO O| Aug 25 20:33:45.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69532026-08-25T20:33:48.039Z[ recovery-image] Aug 25 20:33:45.277 INFO O| Aug 25 20:33:45.277 INFO STEP 528 (remove_files) COMPLETE
69542026-08-25T20:33:48.040Z[ recovery-image] Aug 25 20:33:45.277 INFO O| Aug 25 20:33:45.277 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-08-25T20:33:48.040Z[ recovery-image] Aug 25 20:33:45.285 INFO O| Aug 25 20:33:45.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69562026-08-25T20:33:48.040Z[ recovery-image] Aug 25 20:33:45.285 INFO O| Aug 25 20:33:45.285 INFO STEP 529 (remove_files) COMPLETE
69572026-08-25T20:33:48.040Z[ recovery-image] Aug 25 20:33:45.285 INFO O| Aug 25 20:33:45.285 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-08-25T20:33:48.040Z[ recovery-image] Aug 25 20:33:45.294 INFO O| Aug 25 20:33:45.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69592026-08-25T20:33:48.040Z[ recovery-image] Aug 25 20:33:45.294 INFO O| Aug 25 20:33:45.294 INFO STEP 530 (remove_files) COMPLETE
69602026-08-25T20:33:48.040Z[ recovery-image] Aug 25 20:33:45.294 INFO O| Aug 25 20:33:45.294 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-08-25T20:33:48.040Z[ recovery-image] Aug 25 20:33:45.303 INFO O| Aug 25 20:33:45.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69622026-08-25T20:33:48.040Z[ recovery-image] Aug 25 20:33:45.303 INFO O| Aug 25 20:33:45.303 INFO STEP 531 (remove_files) COMPLETE
69632026-08-25T20:33:48.040Z[ recovery-image] Aug 25 20:33:45.303 INFO O| Aug 25 20:33:45.303 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-08-25T20:33:48.040Z[ recovery-image] Aug 25 20:33:45.312 INFO O| Aug 25 20:33:45.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69652026-08-25T20:33:48.040Z[ recovery-image] Aug 25 20:33:45.312 INFO O| Aug 25 20:33:45.312 INFO STEP 532 (remove_files) COMPLETE
69662026-08-25T20:33:48.040Z[ recovery-image] Aug 25 20:33:45.312 INFO O| Aug 25 20:33:45.312 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-08-25T20:33:48.040Z[ recovery-image] Aug 25 20:33:45.324 INFO O| Aug 25 20:33:45.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69682026-08-25T20:33:48.041Z[ recovery-image] Aug 25 20:33:45.324 INFO O| Aug 25 20:33:45.324 INFO STEP 533 (remove_files) COMPLETE
69692026-08-25T20:33:48.041Z[ recovery-image] Aug 25 20:33:45.324 INFO O| Aug 25 20:33:45.324 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-08-25T20:33:48.041Z[ recovery-image] Aug 25 20:33:45.333 INFO O| Aug 25 20:33:45.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69712026-08-25T20:33:48.041Z[ recovery-image] Aug 25 20:33:45.333 INFO O| Aug 25 20:33:45.333 INFO STEP 534 (remove_files) COMPLETE
69722026-08-25T20:33:48.041Z[ recovery-image] Aug 25 20:33:45.333 INFO O| Aug 25 20:33:45.333 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-08-25T20:33:48.041Z[ recovery-image] Aug 25 20:33:45.341 INFO O| Aug 25 20:33:45.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69742026-08-25T20:33:48.045Z[ recovery-image] Aug 25 20:33:45.341 INFO O| Aug 25 20:33:45.341 INFO STEP 535 (remove_files) COMPLETE
69752026-08-25T20:33:48.045Z[ recovery-image] Aug 25 20:33:45.341 INFO O| Aug 25 20:33:45.341 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-08-25T20:33:48.045Z[ recovery-image] Aug 25 20:33:45.351 INFO O| Aug 25 20:33:45.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69772026-08-25T20:33:48.045Z[ recovery-image] Aug 25 20:33:45.351 INFO O| Aug 25 20:33:45.351 INFO STEP 536 (remove_files) COMPLETE
69782026-08-25T20:33:48.046Z[ recovery-image] Aug 25 20:33:45.351 INFO O| Aug 25 20:33:45.351 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-08-25T20:33:48.046Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69802026-08-25T20:33:48.046Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.361 INFO STEP 537 (remove_files) COMPLETE
69812026-08-25T20:33:48.046Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.361 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-08-25T20:33:48.046Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69832026-08-25T20:33:48.046Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.369 INFO STEP 538 (remove_files) COMPLETE
69842026-08-25T20:33:48.048Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.369 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-08-25T20:33:48.048Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69862026-08-25T20:33:48.048Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.377 INFO STEP 539 (remove_files) COMPLETE
69872026-08-25T20:33:48.048Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.377 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-08-25T20:33:48.048Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69892026-08-25T20:33:48.048Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.385 INFO STEP 540 (remove_files) COMPLETE
69902026-08-25T20:33:48.048Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.385 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-08-25T20:33:48.048Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69922026-08-25T20:33:48.048Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.392 INFO STEP 541 (remove_files) COMPLETE
69932026-08-25T20:33:48.048Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.392 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-08-25T20:33:48.048Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69952026-08-25T20:33:48.048Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.407 INFO STEP 542 (remove_files) COMPLETE
69962026-08-25T20:33:48.048Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.407 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-08-25T20:33:48.048Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69982026-08-25T20:33:48.048Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.418 INFO STEP 543 (remove_files) COMPLETE
69992026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.418 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
70012026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.428 INFO STEP 544 (remove_files) COMPLETE
70022026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.428 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
70042026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.444 INFO STEP 545 (remove_files) COMPLETE
70052026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.444 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70072026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.455 INFO STEP 546 (remove_files) COMPLETE
70082026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.455 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70102026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.464 INFO STEP 547 (remove_files) COMPLETE
70112026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.464 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70132026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.473 INFO STEP 548 (remove_files) COMPLETE
70142026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.473 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70162026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.482 INFO STEP 549 (remove_files) COMPLETE
70172026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.482 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70192026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.491 INFO STEP 550 (remove_files) COMPLETE
70202026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.491 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70222026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.501 INFO STEP 551 (remove_files) COMPLETE
70232026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.501 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70252026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.510 INFO STEP 552 (remove_files) COMPLETE
70262026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.510 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70282026-08-25T20:33:48.049Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.519 INFO STEP 553 (remove_files) COMPLETE
70292026-08-25T20:33:48.050Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.519 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-08-25T20:33:48.050Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70312026-08-25T20:33:48.050Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.529 INFO STEP 554 (remove_files) COMPLETE
70322026-08-25T20:33:48.050Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.529 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-08-25T20:33:48.050Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70342026-08-25T20:33:48.050Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.537 INFO STEP 555 (remove_files) COMPLETE
70352026-08-25T20:33:48.050Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.537 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-08-25T20:33:48.050Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70372026-08-25T20:33:48.050Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.545 INFO STEP 556 (remove_files) COMPLETE
70382026-08-25T20:33:48.050Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.545 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-08-25T20:33:48.050Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70402026-08-25T20:33:48.050Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.553 INFO STEP 557 (remove_files) COMPLETE
70412026-08-25T20:33:48.050Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.553 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-08-25T20:33:48.050Z[ recovery-image] Aug 25 20:33:46.577 INFO O| Aug 25 20:33:45.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70432026-08-25T20:33:48.050Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.561 INFO STEP 558 (remove_files) COMPLETE
70442026-08-25T20:33:48.051Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.561 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-08-25T20:33:48.051Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70462026-08-25T20:33:48.051Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.569 INFO STEP 559 (remove_files) COMPLETE
70472026-08-25T20:33:48.051Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.569 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-08-25T20:33:48.051Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70492026-08-25T20:33:48.051Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.577 INFO STEP 560 (remove_files) COMPLETE
70502026-08-25T20:33:48.051Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.577 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-25T20:33:48.051Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70522026-08-25T20:33:48.051Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.585 INFO STEP 561 (remove_files) COMPLETE
70532026-08-25T20:33:48.051Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.585 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-25T20:33:48.051Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70552026-08-25T20:33:48.051Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.593 INFO STEP 562 (remove_files) COMPLETE
70562026-08-25T20:33:48.051Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.593 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-25T20:33:48.051Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70582026-08-25T20:33:48.051Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.601 INFO STEP 563 (remove_files) COMPLETE
70592026-08-25T20:33:48.051Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.601 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-08-25T20:33:48.051Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70612026-08-25T20:33:48.051Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.610 INFO STEP 564 (remove_files) COMPLETE
70622026-08-25T20:33:48.051Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.610 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-08-25T20:33:48.052Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70642026-08-25T20:33:48.052Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.618 INFO STEP 565 (remove_files) COMPLETE
70652026-08-25T20:33:48.052Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.618 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-08-25T20:33:48.052Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70672026-08-25T20:33:48.052Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.627 INFO STEP 566 (remove_files) COMPLETE
70682026-08-25T20:33:48.052Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.627 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-08-25T20:33:48.052Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70702026-08-25T20:33:48.052Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.635 INFO STEP 567 (remove_files) COMPLETE
70712026-08-25T20:33:48.052Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.635 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-08-25T20:33:48.052Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70732026-08-25T20:33:48.052Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.643 INFO STEP 568 (remove_files) COMPLETE
70742026-08-25T20:33:48.057Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.643 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-08-25T20:33:48.057Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70762026-08-25T20:33:48.057Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.654 INFO STEP 569 (remove_files) COMPLETE
70772026-08-25T20:33:48.057Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.654 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-25T20:33:48.057Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70792026-08-25T20:33:48.057Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.663 INFO STEP 570 (remove_files) COMPLETE
70802026-08-25T20:33:48.057Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.663 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-25T20:33:48.057Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70822026-08-25T20:33:48.057Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.673 INFO STEP 571 (remove_files) COMPLETE
70832026-08-25T20:33:48.057Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.673 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-08-25T20:33:48.057Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70852026-08-25T20:33:48.057Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.683 INFO STEP 572 (remove_files) COMPLETE
70862026-08-25T20:33:48.057Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.683 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-08-25T20:33:48.058Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70882026-08-25T20:33:48.058Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.692 INFO STEP 573 (remove_files) COMPLETE
70892026-08-25T20:33:48.058Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.692 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-08-25T20:33:48.058Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70912026-08-25T20:33:48.058Z[ recovery-image] Aug 25 20:33:46.579 INFO O| Aug 25 20:33:45.701 INFO STEP 574 (remove_files) COMPLETE
70922026-08-25T20:33:48.058Z[ recovery-image] Aug 25 20:33:46.580 INFO O| Aug 25 20:33:45.701 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-08-25T20:33:48.058Z[ recovery-image] Aug 25 20:33:46.580 INFO O| Aug 25 20:33:45.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70942026-08-25T20:33:48.058Z[ recovery-image] Aug 25 20:33:46.580 INFO O| Aug 25 20:33:45.709 INFO STEP 575 (remove_files) COMPLETE
70952026-08-25T20:33:48.058Z[ recovery-image] Aug 25 20:33:46.580 INFO O| Aug 25 20:33:45.709 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-08-25T20:33:48.058Z[ recovery-image] Aug 25 20:33:46.580 INFO O| Aug 25 20:33:45.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70972026-08-25T20:33:48.058Z[ recovery-image] Aug 25 20:33:46.580 INFO O| Aug 25 20:33:45.717 INFO STEP 576 (remove_files) COMPLETE
70982026-08-25T20:33:48.058Z[ recovery-image] Aug 25 20:33:46.580 INFO O| Aug 25 20:33:45.717 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-08-25T20:33:48.058Z[ recovery-image] Aug 25 20:33:46.580 INFO O| Aug 25 20:33:45.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
71002026-08-25T20:33:48.058Z[ recovery-image] Aug 25 20:33:46.580 INFO O| Aug 25 20:33:45.727 INFO STEP 577 (remove_files) COMPLETE
71012026-08-25T20:33:48.059Z[ recovery-image] Aug 25 20:33:46.580 INFO O| Aug 25 20:33:45.727 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-08-25T20:33:48.059Z[ recovery-image] Aug 25 20:33:46.580 INFO O| Aug 25 20:33:45.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
71032026-08-25T20:33:48.059Z[ recovery-image] Aug 25 20:33:46.580 INFO O| Aug 25 20:33:45.735 INFO STEP 578 (remove_files) COMPLETE
71042026-08-25T20:33:48.059Z[ recovery-image] Aug 25 20:33:46.580 INFO O| Aug 25 20:33:45.735 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-08-25T20:33:48.059Z[ recovery-image] Aug 25 20:33:46.580 INFO O| Aug 25 20:33:45.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71062026-08-25T20:33:48.059Z[ recovery-image] Aug 25 20:33:46.632 INFO O| Aug 25 20:33:45.743 INFO STEP 579 (remove_files) COMPLETE
71072026-08-25T20:33:48.059Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.743 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-08-25T20:33:48.059Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71092026-08-25T20:33:48.059Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.751 INFO STEP 580 (remove_files) COMPLETE
71102026-08-25T20:33:48.059Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.751 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-08-25T20:33:48.059Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71122026-08-25T20:33:48.059Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.761 INFO STEP 581 (remove_files) COMPLETE
71132026-08-25T20:33:48.059Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.761 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-08-25T20:33:48.059Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71152026-08-25T20:33:48.059Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.771 INFO STEP 582 (remove_files) COMPLETE
71162026-08-25T20:33:48.059Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.771 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-08-25T20:33:48.059Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71182026-08-25T20:33:48.059Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.781 INFO STEP 583 (remove_files) COMPLETE
71192026-08-25T20:33:48.060Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.781 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-08-25T20:33:48.060Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71212026-08-25T20:33:48.060Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.790 INFO STEP 584 (remove_files) COMPLETE
71222026-08-25T20:33:48.060Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.790 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-08-25T20:33:48.060Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71242026-08-25T20:33:48.060Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.798 INFO STEP 585 (remove_files) COMPLETE
71252026-08-25T20:33:48.060Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.798 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-08-25T20:33:48.060Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71272026-08-25T20:33:48.060Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.807 INFO STEP 586 (remove_files) COMPLETE
71282026-08-25T20:33:48.060Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.807 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-08-25T20:33:48.060Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71302026-08-25T20:33:48.060Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.815 INFO STEP 587 (remove_files) COMPLETE
71312026-08-25T20:33:48.060Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.815 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-08-25T20:33:48.060Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71332026-08-25T20:33:48.060Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.826 INFO STEP 588 (remove_files) COMPLETE
71342026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.826 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71362026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.836 INFO STEP 589 (remove_files) COMPLETE
71372026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.836 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71392026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.845 INFO STEP 590 (remove_files) COMPLETE
71402026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:45.845 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:46.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71422026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:46.588 INFO STEP 591 (remove_files) COMPLETE
71432026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:46.588 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:46.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71452026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:46.598 INFO STEP 592 (remove_files) COMPLETE
71462026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:46.598 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:46.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71482026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:46.608 INFO STEP 593 (remove_files) COMPLETE
71492026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:46.608 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:46.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71512026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:46.617 INFO STEP 594 (remove_files) COMPLETE
71522026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:46.617 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:46.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71542026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:46.626 INFO STEP 595 (remove_files) COMPLETE
71552026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.633 INFO O| Aug 25 20:33:46.626 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.635 INFO O| Aug 25 20:33:46.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71572026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.635 INFO O| Aug 25 20:33:46.635 INFO STEP 596 (remove_files) COMPLETE
71582026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.635 INFO O| Aug 25 20:33:46.635 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.644 INFO O| Aug 25 20:33:46.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71602026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.645 INFO O| Aug 25 20:33:46.644 INFO STEP 597 (remove_files) COMPLETE
71612026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.645 INFO O| Aug 25 20:33:46.645 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.654 INFO O| Aug 25 20:33:46.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71632026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.654 INFO O| Aug 25 20:33:46.654 INFO STEP 598 (remove_files) COMPLETE
71642026-08-25T20:33:48.061Z[ recovery-image] Aug 25 20:33:46.654 INFO O| Aug 25 20:33:46.654 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-08-25T20:33:48.062Z[ recovery-image] Aug 25 20:33:46.663 INFO O| Aug 25 20:33:46.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71662026-08-25T20:33:48.062Z[ recovery-image] Aug 25 20:33:46.664 INFO O| Aug 25 20:33:46.664 INFO STEP 599 (remove_files) COMPLETE
71672026-08-25T20:33:48.062Z[ recovery-image] Aug 25 20:33:46.664 INFO O| Aug 25 20:33:46.664 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-08-25T20:33:48.062Z[ recovery-image] Aug 25 20:33:46.672 INFO O| Aug 25 20:33:46.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71692026-08-25T20:33:48.062Z[ recovery-image] Aug 25 20:33:46.672 INFO O| Aug 25 20:33:46.672 INFO STEP 600 (remove_files) COMPLETE
71702026-08-25T20:33:48.062Z[ recovery-image] Aug 25 20:33:46.672 INFO O| Aug 25 20:33:46.672 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-08-25T20:33:48.062Z[ recovery-image] Aug 25 20:33:46.682 INFO O| Aug 25 20:33:46.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71722026-08-25T20:33:48.062Z[ recovery-image] Aug 25 20:33:46.682 INFO O| Aug 25 20:33:46.682 INFO STEP 601 (remove_files) COMPLETE
71732026-08-25T20:33:48.062Z[ recovery-image] Aug 25 20:33:46.682 INFO O| Aug 25 20:33:46.682 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-08-25T20:33:48.068Z[ recovery-image] Aug 25 20:33:46.692 INFO O| Aug 25 20:33:46.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71752026-08-25T20:33:48.069Z[ recovery-image] Aug 25 20:33:46.693 INFO O| Aug 25 20:33:46.692 INFO STEP 602 (remove_files) COMPLETE
71762026-08-25T20:33:48.069Z[ recovery-image] Aug 25 20:33:46.693 INFO O| Aug 25 20:33:46.693 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-08-25T20:33:48.069Z[ recovery-image] Aug 25 20:33:46.703 INFO O| Aug 25 20:33:46.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71782026-08-25T20:33:48.069Z[ recovery-image] Aug 25 20:33:46.703 INFO O| Aug 25 20:33:46.703 INFO STEP 603 (remove_files) COMPLETE
71792026-08-25T20:33:48.069Z[ recovery-image] Aug 25 20:33:46.703 INFO O| Aug 25 20:33:46.703 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-08-25T20:33:48.069Z[ recovery-image] Aug 25 20:33:46.713 INFO O| Aug 25 20:33:46.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71812026-08-25T20:33:48.069Z[ recovery-image] Aug 25 20:33:46.713 INFO O| Aug 25 20:33:46.713 INFO STEP 604 (remove_files) COMPLETE
71822026-08-25T20:33:48.069Z[ recovery-image] Aug 25 20:33:46.713 INFO O| Aug 25 20:33:46.713 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-08-25T20:33:48.069Z[ recovery-image] Aug 25 20:33:46.722 INFO O| Aug 25 20:33:46.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71842026-08-25T20:33:48.069Z[ recovery-image] Aug 25 20:33:46.722 INFO O| Aug 25 20:33:46.722 INFO STEP 605 (remove_files) COMPLETE
71852026-08-25T20:33:48.069Z[ recovery-image] Aug 25 20:33:46.722 INFO O| Aug 25 20:33:46.722 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-08-25T20:33:48.069Z[ recovery-image] Aug 25 20:33:46.732 INFO O| Aug 25 20:33:46.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71872026-08-25T20:33:48.069Z[ recovery-image] Aug 25 20:33:46.732 INFO O| Aug 25 20:33:46.732 INFO STEP 606 (remove_files) COMPLETE
71882026-08-25T20:33:48.069Z[ recovery-image] Aug 25 20:33:46.732 INFO O| Aug 25 20:33:46.732 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-08-25T20:33:48.069Z[ recovery-image] Aug 25 20:33:46.740 INFO O| Aug 25 20:33:46.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71902026-08-25T20:33:48.069Z[ recovery-image] Aug 25 20:33:46.740 INFO O| Aug 25 20:33:46.740 INFO STEP 607 (remove_files) COMPLETE
71912026-08-25T20:33:48.069Z[ recovery-image] Aug 25 20:33:46.740 INFO O| Aug 25 20:33:46.740 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-08-25T20:33:48.069Z[ recovery-image] Aug 25 20:33:46.748 INFO O| Aug 25 20:33:46.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71932026-08-25T20:33:48.069Z[ recovery-image] Aug 25 20:33:46.748 INFO O| Aug 25 20:33:46.748 INFO STEP 608 (remove_files) COMPLETE
71942026-08-25T20:33:48.070Z[ recovery-image] Aug 25 20:33:46.748 INFO O| Aug 25 20:33:46.748 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-08-25T20:33:48.070Z[ recovery-image] Aug 25 20:33:46.756 INFO O| Aug 25 20:33:46.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71962026-08-25T20:33:48.070Z[ recovery-image] Aug 25 20:33:46.756 INFO O| Aug 25 20:33:46.756 INFO STEP 609 (remove_files) COMPLETE
71972026-08-25T20:33:48.070Z[ recovery-image] Aug 25 20:33:46.756 INFO O| Aug 25 20:33:46.756 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-08-25T20:33:48.070Z[ recovery-image] Aug 25 20:33:46.767 INFO O| Aug 25 20:33:46.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71992026-08-25T20:33:48.070Z[ recovery-image] Aug 25 20:33:46.767 INFO O| Aug 25 20:33:46.767 INFO STEP 610 (remove_files) COMPLETE
72002026-08-25T20:33:48.070Z[ recovery-image] Aug 25 20:33:46.767 INFO O| Aug 25 20:33:46.767 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-08-25T20:33:48.070Z[ recovery-image] Aug 25 20:33:46.776 INFO O| Aug 25 20:33:46.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
72022026-08-25T20:33:48.070Z[ recovery-image] Aug 25 20:33:46.776 INFO O| Aug 25 20:33:46.776 INFO STEP 611 (remove_files) COMPLETE
72032026-08-25T20:33:48.070Z[ recovery-image] Aug 25 20:33:46.776 INFO O| Aug 25 20:33:46.776 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-08-25T20:33:48.076Z[ recovery-image] Aug 25 20:33:46.786 INFO O| Aug 25 20:33:46.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72052026-08-25T20:33:48.076Z[ recovery-image] Aug 25 20:33:46.786 INFO O| Aug 25 20:33:46.786 INFO STEP 612 (remove_files) COMPLETE
72062026-08-25T20:33:48.076Z[ recovery-image] Aug 25 20:33:46.786 INFO O| Aug 25 20:33:46.786 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-08-25T20:33:48.079Z[ recovery-image] Aug 25 20:33:46.795 INFO O| Aug 25 20:33:46.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72082026-08-25T20:33:48.079Z[ recovery-image] Aug 25 20:33:46.795 INFO O| Aug 25 20:33:46.795 INFO STEP 613 (remove_files) COMPLETE
72092026-08-25T20:33:48.079Z[ recovery-image] Aug 25 20:33:46.795 INFO O| Aug 25 20:33:46.795 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-08-25T20:33:48.086Z[ recovery-image] Aug 25 20:33:46.805 INFO O| Aug 25 20:33:46.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72112026-08-25T20:33:48.086Z[ recovery-image] Aug 25 20:33:46.805 INFO O| Aug 25 20:33:46.805 INFO STEP 614 (remove_files) COMPLETE
72122026-08-25T20:33:48.090Z[ recovery-image] Aug 25 20:33:46.805 INFO O| Aug 25 20:33:46.805 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-08-25T20:33:48.096Z[ recovery-image] Aug 25 20:33:46.815 INFO O| Aug 25 20:33:46.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72142026-08-25T20:33:48.096Z[ recovery-image] Aug 25 20:33:46.815 INFO O| Aug 25 20:33:46.815 INFO STEP 615 (remove_files) COMPLETE
72152026-08-25T20:33:48.096Z[ recovery-image] Aug 25 20:33:46.815 INFO O| Aug 25 20:33:46.815 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-08-25T20:33:48.105Z[ recovery-image] Aug 25 20:33:46.824 INFO O| Aug 25 20:33:46.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72172026-08-25T20:33:48.106Z[ recovery-image] Aug 25 20:33:46.824 INFO O| Aug 25 20:33:46.824 INFO STEP 616 (remove_files) COMPLETE
72182026-08-25T20:33:48.106Z[ recovery-image] Aug 25 20:33:46.824 INFO O| Aug 25 20:33:46.824 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-08-25T20:33:48.114Z[ recovery-image] Aug 25 20:33:46.833 INFO O| Aug 25 20:33:46.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72202026-08-25T20:33:48.114Z[ recovery-image] Aug 25 20:33:46.833 INFO O| Aug 25 20:33:46.833 INFO STEP 617 (remove_files) COMPLETE
72212026-08-25T20:33:48.114Z[ recovery-image] Aug 25 20:33:46.833 INFO O| Aug 25 20:33:46.833 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-25T20:33:48.123Z[ recovery-image] Aug 25 20:33:46.842 INFO O| Aug 25 20:33:46.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72232026-08-25T20:33:48.123Z[ recovery-image] Aug 25 20:33:46.842 INFO O| Aug 25 20:33:46.842 INFO STEP 618 (remove_files) COMPLETE
72242026-08-25T20:33:48.123Z[ recovery-image] Aug 25 20:33:46.842 INFO O| Aug 25 20:33:46.842 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-25T20:33:48.131Z[ recovery-image] Aug 25 20:33:46.850 INFO O| Aug 25 20:33:46.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72262026-08-25T20:33:48.131Z[ recovery-image] Aug 25 20:33:46.850 INFO O| Aug 25 20:33:46.850 INFO STEP 619 (remove_files) COMPLETE
72272026-08-25T20:33:48.134Z[ recovery-image] Aug 25 20:33:46.850 INFO O| Aug 25 20:33:46.850 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-25T20:33:48.142Z[ recovery-image] Aug 25 20:33:46.860 INFO O| Aug 25 20:33:46.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72292026-08-25T20:33:48.142Z[ recovery-image] Aug 25 20:33:46.860 INFO O| Aug 25 20:33:46.860 INFO STEP 620 (remove_files) COMPLETE
72302026-08-25T20:33:48.142Z[ recovery-image] Aug 25 20:33:46.860 INFO O| Aug 25 20:33:46.860 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-25T20:33:48.150Z[ recovery-image] Aug 25 20:33:46.869 INFO O| Aug 25 20:33:46.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72322026-08-25T20:33:48.150Z[ recovery-image] Aug 25 20:33:46.869 INFO O| Aug 25 20:33:46.869 INFO STEP 621 (remove_files) COMPLETE
72332026-08-25T20:33:48.156Z[ recovery-image] Aug 25 20:33:46.869 INFO O| Aug 25 20:33:46.869 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-25T20:33:48.160Z[ recovery-image] Aug 25 20:33:46.879 INFO O| Aug 25 20:33:46.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72352026-08-25T20:33:48.160Z[ recovery-image] Aug 25 20:33:46.879 INFO O| Aug 25 20:33:46.879 INFO STEP 622 (remove_files) COMPLETE
72362026-08-25T20:33:48.160Z[ recovery-image] Aug 25 20:33:46.879 INFO O| Aug 25 20:33:46.879 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-25T20:33:48.168Z[ recovery-image] Aug 25 20:33:46.887 INFO O| Aug 25 20:33:46.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72382026-08-25T20:33:48.168Z[ recovery-image] Aug 25 20:33:46.887 INFO O| Aug 25 20:33:46.887 INFO STEP 623 (remove_files) COMPLETE
72392026-08-25T20:33:48.168Z[ recovery-image] Aug 25 20:33:46.887 INFO O| Aug 25 20:33:46.887 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-08-25T20:33:48.178Z[ recovery-image] Aug 25 20:33:46.897 INFO O| Aug 25 20:33:46.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72412026-08-25T20:33:48.178Z[ recovery-image] Aug 25 20:33:46.897 INFO O| Aug 25 20:33:46.897 INFO STEP 624 (remove_files) COMPLETE
72422026-08-25T20:33:48.178Z[ recovery-image] Aug 25 20:33:46.897 INFO O| Aug 25 20:33:46.897 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-08-25T20:33:48.188Z[ recovery-image] Aug 25 20:33:46.907 INFO O| Aug 25 20:33:46.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72442026-08-25T20:33:48.188Z[ recovery-image] Aug 25 20:33:46.907 INFO O| Aug 25 20:33:46.907 INFO STEP 625 (remove_files) COMPLETE
72452026-08-25T20:33:48.188Z[ recovery-image] Aug 25 20:33:46.907 INFO O| Aug 25 20:33:46.907 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-08-25T20:33:48.197Z[ recovery-image] Aug 25 20:33:46.916 INFO O| Aug 25 20:33:46.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72472026-08-25T20:33:48.197Z[ recovery-image] Aug 25 20:33:46.916 INFO O| Aug 25 20:33:46.916 INFO STEP 626 (remove_files) COMPLETE
72482026-08-25T20:33:48.197Z[ recovery-image] Aug 25 20:33:46.916 INFO O| Aug 25 20:33:46.916 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-08-25T20:33:48.207Z[ recovery-image] Aug 25 20:33:46.926 INFO O| Aug 25 20:33:46.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72502026-08-25T20:33:48.207Z[ recovery-image] Aug 25 20:33:46.926 INFO O| Aug 25 20:33:46.926 INFO STEP 627 (remove_files) COMPLETE
72512026-08-25T20:33:48.207Z[ recovery-image] Aug 25 20:33:46.926 INFO O| Aug 25 20:33:46.926 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-08-25T20:33:48.215Z[ recovery-image] Aug 25 20:33:46.934 INFO O| Aug 25 20:33:46.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72532026-08-25T20:33:48.215Z[ recovery-image] Aug 25 20:33:46.934 INFO O| Aug 25 20:33:46.934 INFO STEP 628 (remove_files) COMPLETE
72542026-08-25T20:33:48.215Z[ recovery-image] Aug 25 20:33:46.934 INFO O| Aug 25 20:33:46.934 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-08-25T20:33:48.225Z[ recovery-image] Aug 25 20:33:46.944 INFO O| Aug 25 20:33:46.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72562026-08-25T20:33:48.225Z[ recovery-image] Aug 25 20:33:46.944 INFO O| Aug 25 20:33:46.944 INFO STEP 629 (remove_files) COMPLETE
72572026-08-25T20:33:48.225Z[ recovery-image] Aug 25 20:33:46.944 INFO O| Aug 25 20:33:46.944 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-08-25T20:33:48.236Z[ recovery-image] Aug 25 20:33:46.954 INFO O| Aug 25 20:33:46.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72592026-08-25T20:33:48.236Z[ recovery-image] Aug 25 20:33:46.954 INFO O| Aug 25 20:33:46.954 INFO STEP 630 (remove_files) COMPLETE
72602026-08-25T20:33:48.236Z[ recovery-image] Aug 25 20:33:46.954 INFO O| Aug 25 20:33:46.954 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-08-25T20:33:48.245Z[ recovery-image] Aug 25 20:33:46.964 INFO O| Aug 25 20:33:46.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72622026-08-25T20:33:48.245Z[ recovery-image] Aug 25 20:33:46.964 INFO O| Aug 25 20:33:46.964 INFO STEP 631 (remove_files) COMPLETE
72632026-08-25T20:33:48.245Z[ recovery-image] Aug 25 20:33:46.964 INFO O| Aug 25 20:33:46.964 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-08-25T20:33:48.254Z[ recovery-image] Aug 25 20:33:46.973 INFO O| Aug 25 20:33:46.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72652026-08-25T20:33:48.254Z[ recovery-image] Aug 25 20:33:46.973 INFO O| Aug 25 20:33:46.973 INFO STEP 632 (remove_files) COMPLETE
72662026-08-25T20:33:48.254Z[ recovery-image] Aug 25 20:33:46.973 INFO O| Aug 25 20:33:46.973 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-08-25T20:33:48.264Z[ recovery-image] Aug 25 20:33:46.983 INFO O| Aug 25 20:33:46.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72682026-08-25T20:33:48.264Z[ recovery-image] Aug 25 20:33:46.983 INFO O| Aug 25 20:33:46.983 INFO STEP 633 (remove_files) COMPLETE
72692026-08-25T20:33:48.264Z[ recovery-image] Aug 25 20:33:46.983 INFO O| Aug 25 20:33:46.983 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-08-25T20:33:48.273Z[ recovery-image] Aug 25 20:33:46.992 INFO O| Aug 25 20:33:46.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72712026-08-25T20:33:48.273Z[ recovery-image] Aug 25 20:33:46.992 INFO O| Aug 25 20:33:46.992 INFO STEP 634 (remove_files) COMPLETE
72722026-08-25T20:33:48.276Z[ recovery-image] Aug 25 20:33:46.992 INFO O| Aug 25 20:33:46.992 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-08-25T20:33:48.284Z[ recovery-image] Aug 25 20:33:47.002 INFO O| Aug 25 20:33:47.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72742026-08-25T20:33:48.284Z[ recovery-image] Aug 25 20:33:47.002 INFO O| Aug 25 20:33:47.002 INFO STEP 635 (remove_files) COMPLETE
72752026-08-25T20:33:48.284Z[ recovery-image] Aug 25 20:33:47.002 INFO O| Aug 25 20:33:47.002 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-08-25T20:33:48.293Z[ recovery-image] Aug 25 20:33:47.012 INFO O| Aug 25 20:33:47.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72772026-08-25T20:33:48.293Z[ recovery-image] Aug 25 20:33:47.012 INFO O| Aug 25 20:33:47.012 INFO STEP 636 (remove_files) COMPLETE
72782026-08-25T20:33:48.293Z[ recovery-image] Aug 25 20:33:47.012 INFO O| Aug 25 20:33:47.012 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-08-25T20:33:48.303Z[ recovery-image] Aug 25 20:33:47.022 INFO O| Aug 25 20:33:47.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72802026-08-25T20:33:48.303Z[ recovery-image] Aug 25 20:33:47.022 INFO O| Aug 25 20:33:47.022 INFO STEP 637 (remove_files) COMPLETE
72812026-08-25T20:33:48.303Z[ recovery-image] Aug 25 20:33:47.022 INFO O| Aug 25 20:33:47.022 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-08-25T20:33:48.312Z[ recovery-image] Aug 25 20:33:47.031 INFO O| Aug 25 20:33:47.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72832026-08-25T20:33:48.312Z[ recovery-image] Aug 25 20:33:47.031 INFO O| Aug 25 20:33:47.031 INFO STEP 638 (remove_files) COMPLETE
72842026-08-25T20:33:48.312Z[ recovery-image] Aug 25 20:33:47.031 INFO O| Aug 25 20:33:47.031 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-08-25T20:33:48.322Z[ recovery-image] Aug 25 20:33:47.040 INFO O| Aug 25 20:33:47.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72862026-08-25T20:33:48.322Z[ recovery-image] Aug 25 20:33:47.040 INFO O| Aug 25 20:33:47.040 INFO STEP 639 (remove_files) COMPLETE
72872026-08-25T20:33:48.322Z[ recovery-image] Aug 25 20:33:47.040 INFO O| Aug 25 20:33:47.040 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-08-25T20:33:48.331Z[ recovery-image] Aug 25 20:33:47.049 INFO O| Aug 25 20:33:47.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72892026-08-25T20:33:48.331Z[ recovery-image] Aug 25 20:33:47.050 INFO O| Aug 25 20:33:47.050 INFO STEP 640 (remove_files) COMPLETE
72902026-08-25T20:33:48.331Z[ recovery-image] Aug 25 20:33:47.050 INFO O| Aug 25 20:33:47.050 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-08-25T20:33:48.341Z[ recovery-image] Aug 25 20:33:47.059 INFO O| Aug 25 20:33:47.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72922026-08-25T20:33:48.341Z[ recovery-image] Aug 25 20:33:47.059 INFO O| Aug 25 20:33:47.059 INFO STEP 641 (remove_files) COMPLETE
72932026-08-25T20:33:48.341Z[ recovery-image] Aug 25 20:33:47.059 INFO O| Aug 25 20:33:47.059 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-08-25T20:33:48.350Z[ recovery-image] Aug 25 20:33:47.069 INFO O| Aug 25 20:33:47.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72952026-08-25T20:33:48.350Z[ recovery-image] Aug 25 20:33:47.069 INFO O| Aug 25 20:33:47.069 INFO STEP 642 (remove_files) COMPLETE
72962026-08-25T20:33:48.353Z[ recovery-image] Aug 25 20:33:47.069 INFO O| Aug 25 20:33:47.069 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-08-25T20:33:48.360Z[ recovery-image] Aug 25 20:33:47.079 INFO O| Aug 25 20:33:47.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72982026-08-25T20:33:48.360Z[ recovery-image] Aug 25 20:33:47.079 INFO O| Aug 25 20:33:47.079 INFO STEP 643 (remove_files) COMPLETE
72992026-08-25T20:33:48.360Z[ recovery-image] Aug 25 20:33:47.079 INFO O| Aug 25 20:33:47.079 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-08-25T20:33:48.369Z[ recovery-image] Aug 25 20:33:47.088 INFO O| Aug 25 20:33:47.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
73012026-08-25T20:33:48.369Z[ recovery-image] Aug 25 20:33:47.088 INFO O| Aug 25 20:33:47.088 INFO STEP 644 (remove_files) COMPLETE
73022026-08-25T20:33:48.372Z[ recovery-image] Aug 25 20:33:47.088 INFO O| Aug 25 20:33:47.088 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-08-25T20:33:48.380Z[ recovery-image] Aug 25 20:33:47.099 INFO O| Aug 25 20:33:47.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
73042026-08-25T20:33:48.380Z[ recovery-image] Aug 25 20:33:47.099 INFO O| Aug 25 20:33:47.099 INFO STEP 645 (remove_files) COMPLETE
73052026-08-25T20:33:48.380Z[ recovery-image] Aug 25 20:33:47.099 INFO O| Aug 25 20:33:47.099 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-08-25T20:33:48.391Z[ recovery-image] Aug 25 20:33:47.110 INFO O| Aug 25 20:33:47.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73072026-08-25T20:33:48.391Z[ recovery-image] Aug 25 20:33:47.110 INFO O| Aug 25 20:33:47.110 INFO STEP 646 (remove_files) COMPLETE
73082026-08-25T20:33:48.391Z[ recovery-image] Aug 25 20:33:47.110 INFO O| Aug 25 20:33:47.110 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-08-25T20:33:48.400Z[ recovery-image] Aug 25 20:33:47.119 INFO O| Aug 25 20:33:47.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73102026-08-25T20:33:48.400Z[ recovery-image] Aug 25 20:33:47.119 INFO O| Aug 25 20:33:47.119 INFO STEP 647 (remove_files) COMPLETE
73112026-08-25T20:33:48.400Z[ recovery-image] Aug 25 20:33:47.119 INFO O| Aug 25 20:33:47.119 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-08-25T20:33:48.408Z[ recovery-image] Aug 25 20:33:47.127 INFO O| Aug 25 20:33:47.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73132026-08-25T20:33:48.408Z[ recovery-image] Aug 25 20:33:47.127 INFO O| Aug 25 20:33:47.127 INFO STEP 648 (remove_files) COMPLETE
73142026-08-25T20:33:48.408Z[ recovery-image] Aug 25 20:33:47.127 INFO O| Aug 25 20:33:47.127 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-08-25T20:33:48.416Z[ recovery-image] Aug 25 20:33:47.135 INFO O| Aug 25 20:33:47.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73162026-08-25T20:33:48.416Z[ recovery-image] Aug 25 20:33:47.136 INFO O| Aug 25 20:33:47.135 INFO STEP 649 (remove_files) COMPLETE
73172026-08-25T20:33:48.416Z[ recovery-image] Aug 25 20:33:47.136 INFO O| Aug 25 20:33:47.136 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-08-25T20:33:48.428Z[ recovery-image] Aug 25 20:33:47.146 INFO O| Aug 25 20:33:47.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73192026-08-25T20:33:48.428Z[ recovery-image] Aug 25 20:33:47.147 INFO O| Aug 25 20:33:47.147 INFO STEP 650 (remove_files) COMPLETE
73202026-08-25T20:33:48.431Z[ recovery-image] Aug 25 20:33:47.147 INFO O| Aug 25 20:33:47.147 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-08-25T20:33:48.439Z[ recovery-image] Aug 25 20:33:47.158 INFO O| Aug 25 20:33:47.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73222026-08-25T20:33:48.439Z[ recovery-image] Aug 25 20:33:47.158 INFO O| Aug 25 20:33:47.158 INFO STEP 651 (remove_files) COMPLETE
73232026-08-25T20:33:48.442Z[ recovery-image] Aug 25 20:33:47.158 INFO O| Aug 25 20:33:47.158 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-08-25T20:33:48.448Z[ recovery-image] Aug 25 20:33:47.167 INFO O| Aug 25 20:33:47.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73252026-08-25T20:33:48.448Z[ recovery-image] Aug 25 20:33:47.167 INFO O| Aug 25 20:33:47.167 INFO STEP 652 (remove_files) COMPLETE
73262026-08-25T20:33:48.448Z[ recovery-image] Aug 25 20:33:47.167 INFO O| Aug 25 20:33:47.167 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-08-25T20:33:48.457Z[ recovery-image] Aug 25 20:33:47.176 INFO O| Aug 25 20:33:47.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73282026-08-25T20:33:48.457Z[ recovery-image] Aug 25 20:33:47.176 INFO O| Aug 25 20:33:47.176 INFO STEP 653 (remove_files) COMPLETE
73292026-08-25T20:33:48.460Z[ recovery-image] Aug 25 20:33:47.176 INFO O| Aug 25 20:33:47.176 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-08-25T20:33:48.467Z[ recovery-image] Aug 25 20:33:47.185 INFO O| Aug 25 20:33:47.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73312026-08-25T20:33:48.467Z[ recovery-image] Aug 25 20:33:47.185 INFO O| Aug 25 20:33:47.185 INFO STEP 654 (remove_files) COMPLETE
73322026-08-25T20:33:48.467Z[ recovery-image] Aug 25 20:33:47.185 INFO O| Aug 25 20:33:47.185 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-08-25T20:33:48.476Z[ recovery-image] Aug 25 20:33:47.195 INFO O| Aug 25 20:33:47.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73342026-08-25T20:33:48.485Z[ recovery-image] Aug 25 20:33:47.204 INFO O| Aug 25 20:33:47.203 INFO STEP 655 (remove_files) COMPLETE
73352026-08-25T20:33:48.485Z[ recovery-image] Aug 25 20:33:47.204 INFO O| Aug 25 20:33:47.204 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-08-25T20:33:48.495Z[ recovery-image] Aug 25 20:33:47.214 INFO O| Aug 25 20:33:47.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73372026-08-25T20:33:48.495Z[ recovery-image] Aug 25 20:33:47.214 INFO O| Aug 25 20:33:47.214 INFO STEP 656 (remove_files) COMPLETE
73382026-08-25T20:33:48.495Z[ recovery-image] Aug 25 20:33:47.214 INFO O| Aug 25 20:33:47.214 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-08-25T20:33:48.504Z[ recovery-image] Aug 25 20:33:47.223 INFO O| Aug 25 20:33:47.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73402026-08-25T20:33:48.507Z[ recovery-image] Aug 25 20:33:47.223 INFO O| Aug 25 20:33:47.223 INFO STEP 657 (remove_files) COMPLETE
73412026-08-25T20:33:48.507Z[ recovery-image] Aug 25 20:33:47.223 INFO O| Aug 25 20:33:47.223 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-08-25T20:33:48.514Z[ recovery-image] Aug 25 20:33:47.233 INFO O| Aug 25 20:33:47.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73432026-08-25T20:33:48.517Z[ recovery-image] Aug 25 20:33:47.233 INFO O| Aug 25 20:33:47.233 INFO STEP 658 (remove_files) COMPLETE
73442026-08-25T20:33:48.517Z[ recovery-image] Aug 25 20:33:47.233 INFO O| Aug 25 20:33:47.233 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-08-25T20:33:48.524Z[ recovery-image] Aug 25 20:33:47.243 INFO O| Aug 25 20:33:47.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73462026-08-25T20:33:48.524Z[ recovery-image] Aug 25 20:33:47.243 INFO O| Aug 25 20:33:47.243 INFO STEP 659 (remove_files) COMPLETE
73472026-08-25T20:33:48.524Z[ recovery-image] Aug 25 20:33:47.243 INFO O| Aug 25 20:33:47.243 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-08-25T20:33:48.532Z[ recovery-image] Aug 25 20:33:47.251 INFO O| Aug 25 20:33:47.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73492026-08-25T20:33:48.532Z[ recovery-image] Aug 25 20:33:47.251 INFO O| Aug 25 20:33:47.251 INFO STEP 660 (remove_files) COMPLETE
73502026-08-25T20:33:48.532Z[ recovery-image] Aug 25 20:33:47.251 INFO O| Aug 25 20:33:47.251 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-08-25T20:33:48.541Z[ recovery-image] Aug 25 20:33:47.260 INFO O| Aug 25 20:33:47.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73522026-08-25T20:33:48.541Z[ recovery-image] Aug 25 20:33:47.260 INFO O| Aug 25 20:33:47.260 INFO STEP 661 (remove_files) COMPLETE
73532026-08-25T20:33:48.541Z[ recovery-image] Aug 25 20:33:47.260 INFO O| Aug 25 20:33:47.260 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-08-25T20:33:48.550Z[ recovery-image] Aug 25 20:33:47.269 INFO O| Aug 25 20:33:47.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73552026-08-25T20:33:48.550Z[ recovery-image] Aug 25 20:33:47.269 INFO O| Aug 25 20:33:47.269 INFO STEP 662 (remove_files) COMPLETE
73562026-08-25T20:33:48.553Z[ recovery-image] Aug 25 20:33:47.269 INFO O| Aug 25 20:33:47.269 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-08-25T20:33:48.559Z[ recovery-image] Aug 25 20:33:47.278 INFO O| Aug 25 20:33:47.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73582026-08-25T20:33:48.559Z[ recovery-image] Aug 25 20:33:47.278 INFO O| Aug 25 20:33:47.278 INFO STEP 663 (remove_files) COMPLETE
73592026-08-25T20:33:48.559Z[ recovery-image] Aug 25 20:33:47.278 INFO O| Aug 25 20:33:47.278 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-08-25T20:33:48.568Z[ recovery-image] Aug 25 20:33:47.287 INFO O| Aug 25 20:33:47.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73612026-08-25T20:33:48.568Z[ recovery-image] Aug 25 20:33:47.287 INFO O| Aug 25 20:33:47.287 INFO STEP 664 (remove_files) COMPLETE
73622026-08-25T20:33:48.568Z[ recovery-image] Aug 25 20:33:47.287 INFO O| Aug 25 20:33:47.287 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-08-25T20:33:48.576Z[ recovery-image] Aug 25 20:33:47.295 INFO O| Aug 25 20:33:47.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73642026-08-25T20:33:48.576Z[ recovery-image] Aug 25 20:33:47.295 INFO O| Aug 25 20:33:47.295 INFO STEP 665 (remove_files) COMPLETE
73652026-08-25T20:33:48.576Z[ recovery-image] Aug 25 20:33:47.295 INFO O| Aug 25 20:33:47.295 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-08-25T20:33:48.583Z[ recovery-image] Aug 25 20:33:47.302 INFO O| Aug 25 20:33:47.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73672026-08-25T20:33:48.583Z[ recovery-image] Aug 25 20:33:47.302 INFO O| Aug 25 20:33:47.302 INFO STEP 666 (remove_files) COMPLETE
73682026-08-25T20:33:48.583Z[ recovery-image] Aug 25 20:33:47.302 INFO O| Aug 25 20:33:47.302 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-08-25T20:33:48.592Z[ recovery-image] Aug 25 20:33:47.311 INFO O| Aug 25 20:33:47.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73702026-08-25T20:33:48.592Z[ recovery-image] Aug 25 20:33:47.311 INFO O| Aug 25 20:33:47.311 INFO STEP 667 (remove_files) COMPLETE
73712026-08-25T20:33:48.595Z[ recovery-image] Aug 25 20:33:47.311 INFO O| Aug 25 20:33:47.311 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-08-25T20:33:48.743Z[ recovery-image] Aug 25 20:33:47.319 INFO O| Aug 25 20:33:47.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73732026-08-25T20:33:48.751Z[ recovery-image] Aug 25 20:33:47.320 INFO O| Aug 25 20:33:47.320 INFO STEP 668 (remove_files) COMPLETE
73742026-08-25T20:33:48.751Z[ recovery-image] Aug 25 20:33:47.320 INFO O| Aug 25 20:33:47.320 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-08-25T20:33:48.751Z[ recovery-image] Aug 25 20:33:47.331 INFO O| Aug 25 20:33:47.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73762026-08-25T20:33:48.751Z[ recovery-image] Aug 25 20:33:47.331 INFO O| Aug 25 20:33:47.331 INFO STEP 669 (remove_files) COMPLETE
73772026-08-25T20:33:48.751Z[ recovery-image] Aug 25 20:33:47.331 INFO O| Aug 25 20:33:47.331 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-08-25T20:33:48.751Z[ recovery-image] Aug 25 20:33:47.341 INFO O| Aug 25 20:33:47.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73792026-08-25T20:33:48.751Z[ recovery-image] Aug 25 20:33:47.341 INFO O| Aug 25 20:33:47.341 INFO STEP 670 (remove_files) COMPLETE
73802026-08-25T20:33:48.751Z[ recovery-image] Aug 25 20:33:47.341 INFO O| Aug 25 20:33:47.341 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-08-25T20:33:48.751Z[ recovery-image] Aug 25 20:33:47.351 INFO O| Aug 25 20:33:47.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73822026-08-25T20:33:48.752Z[ recovery-image] Aug 25 20:33:47.351 INFO O| Aug 25 20:33:47.351 INFO STEP 671 (remove_files) COMPLETE
73832026-08-25T20:33:48.752Z[ recovery-image] Aug 25 20:33:47.351 INFO O| Aug 25 20:33:47.351 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-08-25T20:33:48.752Z[ recovery-image] Aug 25 20:33:47.360 INFO O| Aug 25 20:33:47.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73852026-08-25T20:33:48.752Z[ recovery-image] Aug 25 20:33:47.360 INFO O| Aug 25 20:33:47.360 INFO STEP 672 (remove_files) COMPLETE
73862026-08-25T20:33:48.752Z[ recovery-image] Aug 25 20:33:47.360 INFO O| Aug 25 20:33:47.360 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-08-25T20:33:48.752Z[ recovery-image] Aug 25 20:33:47.370 INFO O| Aug 25 20:33:47.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73882026-08-25T20:33:48.752Z[ recovery-image] Aug 25 20:33:47.370 INFO O| Aug 25 20:33:47.370 INFO STEP 673 (remove_files) COMPLETE
73892026-08-25T20:33:48.752Z[ recovery-image] Aug 25 20:33:47.370 INFO O| Aug 25 20:33:47.370 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-08-25T20:33:48.752Z[ recovery-image] Aug 25 20:33:47.380 INFO O| Aug 25 20:33:47.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73912026-08-25T20:33:48.752Z[ recovery-image] Aug 25 20:33:47.380 INFO O| Aug 25 20:33:47.380 INFO STEP 674 (remove_files) COMPLETE
73922026-08-25T20:33:48.752Z[ recovery-image] Aug 25 20:33:47.380 INFO O| Aug 25 20:33:47.380 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-08-25T20:33:48.752Z[ recovery-image] Aug 25 20:33:47.389 INFO O| Aug 25 20:33:47.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73942026-08-25T20:33:48.752Z[ recovery-image] Aug 25 20:33:47.389 INFO O| Aug 25 20:33:47.389 INFO STEP 675 (remove_files) COMPLETE
73952026-08-25T20:33:48.752Z[ recovery-image] Aug 25 20:33:47.389 INFO O| Aug 25 20:33:47.389 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-08-25T20:33:48.752Z[ recovery-image] Aug 25 20:33:47.399 INFO O| Aug 25 20:33:47.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73972026-08-25T20:33:48.752Z[ recovery-image] Aug 25 20:33:47.399 INFO O| Aug 25 20:33:47.399 INFO STEP 676 (remove_files) COMPLETE
73982026-08-25T20:33:48.752Z[ recovery-image] Aug 25 20:33:47.399 INFO O| Aug 25 20:33:47.399 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-08-25T20:33:48.752Z[ recovery-image] Aug 25 20:33:47.408 INFO O| Aug 25 20:33:47.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
74002026-08-25T20:33:48.753Z[ recovery-image] Aug 25 20:33:47.409 INFO O| Aug 25 20:33:47.408 INFO STEP 677 (remove_files) COMPLETE
74012026-08-25T20:33:48.753Z[ recovery-image] Aug 25 20:33:47.409 INFO O| Aug 25 20:33:47.408 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-08-25T20:33:48.753Z[ recovery-image] Aug 25 20:33:47.418 INFO O| Aug 25 20:33:47.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
74032026-08-25T20:33:48.753Z[ recovery-image] Aug 25 20:33:47.418 INFO O| Aug 25 20:33:47.418 INFO STEP 678 (remove_files) COMPLETE
74042026-08-25T20:33:48.753Z[ recovery-image] Aug 25 20:33:47.418 INFO O| Aug 25 20:33:47.418 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-08-25T20:33:48.753Z[ recovery-image] Aug 25 20:33:47.427 INFO O| Aug 25 20:33:47.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74062026-08-25T20:33:48.753Z[ recovery-image] Aug 25 20:33:47.427 INFO O| Aug 25 20:33:47.427 INFO STEP 679 (remove_files) COMPLETE
74072026-08-25T20:33:48.753Z[ recovery-image] Aug 25 20:33:47.427 INFO O| Aug 25 20:33:47.427 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-08-25T20:33:48.753Z[ recovery-image] Aug 25 20:33:47.437 INFO O| Aug 25 20:33:47.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74092026-08-25T20:33:48.753Z[ recovery-image] Aug 25 20:33:47.437 INFO O| Aug 25 20:33:47.437 INFO STEP 680 (remove_files) COMPLETE
74102026-08-25T20:33:48.753Z[ recovery-image] Aug 25 20:33:47.437 INFO O| Aug 25 20:33:47.437 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-08-25T20:33:48.753Z[ recovery-image] Aug 25 20:33:47.448 INFO O| Aug 25 20:33:47.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74122026-08-25T20:33:48.753Z[ recovery-image] Aug 25 20:33:47.448 INFO O| Aug 25 20:33:47.448 INFO STEP 681 (remove_files) COMPLETE
74132026-08-25T20:33:48.753Z[ recovery-image] Aug 25 20:33:47.448 INFO O| Aug 25 20:33:47.448 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-08-25T20:33:48.753Z[ recovery-image] Aug 25 20:33:47.458 INFO O| Aug 25 20:33:47.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74152026-08-25T20:33:48.755Z[ recovery-image] Aug 25 20:33:47.458 INFO O| Aug 25 20:33:47.458 INFO STEP 682 (remove_files) COMPLETE
74162026-08-25T20:33:48.755Z[ recovery-image] Aug 25 20:33:47.458 INFO O| Aug 25 20:33:47.458 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-08-25T20:33:48.767Z[ recovery-image] Aug 25 20:33:47.467 INFO O| Aug 25 20:33:47.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74182026-08-25T20:33:48.767Z[ recovery-image] Aug 25 20:33:47.467 INFO O| Aug 25 20:33:47.467 INFO STEP 683 (remove_files) COMPLETE
74192026-08-25T20:33:48.767Z[ recovery-image] Aug 25 20:33:47.467 INFO O| Aug 25 20:33:47.467 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-08-25T20:33:48.767Z[ recovery-image] Aug 25 20:33:47.476 INFO O| Aug 25 20:33:47.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74212026-08-25T20:33:48.767Z[ recovery-image] Aug 25 20:33:47.477 INFO O| Aug 25 20:33:47.477 INFO STEP 684 (remove_files) COMPLETE
74222026-08-25T20:33:48.767Z[ recovery-image] Aug 25 20:33:47.477 INFO O| Aug 25 20:33:47.477 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-08-25T20:33:48.772Z[ recovery-image] Aug 25 20:33:47.486 INFO O| Aug 25 20:33:47.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74242026-08-25T20:33:48.772Z[ recovery-image] Aug 25 20:33:47.486 INFO O| Aug 25 20:33:47.486 INFO STEP 685 (remove_files) COMPLETE
74252026-08-25T20:33:48.772Z[ recovery-image] Aug 25 20:33:47.486 INFO O| Aug 25 20:33:47.486 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-08-25T20:33:48.779Z[ recovery-image] Aug 25 20:33:47.495 INFO O| Aug 25 20:33:47.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74272026-08-25T20:33:48.779Z[ recovery-image] Aug 25 20:33:47.495 INFO O| Aug 25 20:33:47.495 INFO STEP 686 (remove_files) COMPLETE
74282026-08-25T20:33:48.782Z[ recovery-image] Aug 25 20:33:47.495 INFO O| Aug 25 20:33:47.495 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-08-25T20:33:48.787Z[ recovery-image] Aug 25 20:33:47.504 INFO O| Aug 25 20:33:47.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74302026-08-25T20:33:48.787Z[ recovery-image] Aug 25 20:33:47.504 INFO O| Aug 25 20:33:47.504 INFO STEP 687 (remove_files) COMPLETE
74312026-08-25T20:33:48.787Z[ recovery-image] Aug 25 20:33:47.504 INFO O| Aug 25 20:33:47.504 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-08-25T20:33:48.794Z[ recovery-image] Aug 25 20:33:47.513 INFO O| Aug 25 20:33:47.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74332026-08-25T20:33:48.795Z[ recovery-image] Aug 25 20:33:47.513 INFO O| Aug 25 20:33:47.513 INFO STEP 688 (remove_files) COMPLETE
74342026-08-25T20:33:48.795Z[ recovery-image] Aug 25 20:33:47.513 INFO O| Aug 25 20:33:47.513 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-08-25T20:33:48.803Z[ recovery-image] Aug 25 20:33:47.522 INFO O| Aug 25 20:33:47.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74362026-08-25T20:33:48.803Z[ recovery-image] Aug 25 20:33:47.522 INFO O| Aug 25 20:33:47.522 INFO STEP 689 (remove_files) COMPLETE
74372026-08-25T20:33:48.803Z[ recovery-image] Aug 25 20:33:47.522 INFO O| Aug 25 20:33:47.522 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-08-25T20:33:48.812Z[ recovery-image] Aug 25 20:33:47.531 INFO O| Aug 25 20:33:47.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74392026-08-25T20:33:48.812Z[ recovery-image] Aug 25 20:33:47.531 INFO O| Aug 25 20:33:47.531 INFO STEP 690 (remove_files) COMPLETE
74402026-08-25T20:33:48.812Z[ recovery-image] Aug 25 20:33:47.531 INFO O| Aug 25 20:33:47.531 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-08-25T20:33:48.820Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
74422026-08-25T20:33:48.875Z[ recovery-image] Aug 25 20:33:47.541 INFO O| Aug 25 20:33:47.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74432026-08-25T20:33:48.875Z[ recovery-image] Aug 25 20:33:47.541 INFO O| Aug 25 20:33:47.541 INFO STEP 691 (remove_files) COMPLETE
74442026-08-25T20:33:48.879Z[ recovery-image] Aug 25 20:33:47.541 INFO O| Aug 25 20:33:47.541 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-08-25T20:33:48.879Z[ recovery-image] Aug 25 20:33:47.550 INFO O| Aug 25 20:33:47.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74462026-08-25T20:33:48.879Z[ recovery-image] Aug 25 20:33:47.550 INFO O| Aug 25 20:33:47.550 INFO STEP 692 (remove_files) COMPLETE
74472026-08-25T20:33:48.879Z[ recovery-image] Aug 25 20:33:47.550 INFO O| Aug 25 20:33:47.550 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-08-25T20:33:48.879Z[ recovery-image] Aug 25 20:33:47.561 INFO O| Aug 25 20:33:47.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74492026-08-25T20:33:48.879Z[ recovery-image] Aug 25 20:33:47.561 INFO O| Aug 25 20:33:47.561 INFO STEP 693 (remove_files) COMPLETE
74502026-08-25T20:33:48.879Z[ recovery-image] Aug 25 20:33:47.561 INFO O| Aug 25 20:33:47.561 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-08-25T20:33:48.879Z[ recovery-image] Aug 25 20:33:47.592 INFO O| Aug 25 20:33:47.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74522026-08-25T20:33:48.880Z[ recovery-image] Aug 25 20:33:47.592 INFO O| Aug 25 20:33:47.592 INFO STEP 694 (remove_files) COMPLETE
74532026-08-25T20:33:48.880Z[ recovery-image] Aug 25 20:33:47.592 INFO O| Aug 25 20:33:47.592 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-08-25T20:33:48.888Z[ recovery-image] Aug 25 20:33:47.606 INFO O| Aug 25 20:33:47.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74552026-08-25T20:33:48.888Z[ recovery-image] Aug 25 20:33:47.607 INFO O| Aug 25 20:33:47.607 INFO STEP 695 (remove_files) COMPLETE
74562026-08-25T20:33:48.888Z[ recovery-image] Aug 25 20:33:47.607 INFO O| Aug 25 20:33:47.607 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-08-25T20:33:48.896Z[ recovery-image] Aug 25 20:33:47.615 INFO O| Aug 25 20:33:47.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74582026-08-25T20:33:48.896Z[ recovery-image] Aug 25 20:33:47.615 INFO O| Aug 25 20:33:47.615 INFO STEP 696 (remove_files) COMPLETE
74592026-08-25T20:33:48.896Z[ recovery-image] Aug 25 20:33:47.615 INFO O| Aug 25 20:33:47.615 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-08-25T20:33:48.905Z[ recovery-image] Aug 25 20:33:47.624 INFO O| Aug 25 20:33:47.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74612026-08-25T20:33:48.905Z[ recovery-image] Aug 25 20:33:47.624 INFO O| Aug 25 20:33:47.624 INFO STEP 697 (remove_files) COMPLETE
74622026-08-25T20:33:48.905Z[ recovery-image] Aug 25 20:33:47.624 INFO O| Aug 25 20:33:47.624 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-25T20:33:48.915Z[ recovery-image] Aug 25 20:33:47.633 INFO O| Aug 25 20:33:47.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74642026-08-25T20:33:48.918Z[ recovery-image] Aug 25 20:33:47.633 INFO O| Aug 25 20:33:47.633 INFO STEP 698 (remove_files) COMPLETE
74652026-08-25T20:33:48.918Z[ recovery-image] Aug 25 20:33:47.633 INFO O| Aug 25 20:33:47.633 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-08-25T20:33:48.924Z[ recovery-image] Aug 25 20:33:47.643 INFO O| Aug 25 20:33:47.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74672026-08-25T20:33:48.924Z[ recovery-image] Aug 25 20:33:47.643 INFO O| Aug 25 20:33:47.643 INFO STEP 699 (remove_files) COMPLETE
74682026-08-25T20:33:48.924Z[ recovery-image] Aug 25 20:33:47.643 INFO O| Aug 25 20:33:47.643 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-08-25T20:33:48.935Z[ recovery-image] Aug 25 20:33:47.654 INFO O| Aug 25 20:33:47.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74702026-08-25T20:33:48.935Z[ recovery-image] Aug 25 20:33:47.654 INFO O| Aug 25 20:33:47.654 INFO STEP 700 (remove_files) COMPLETE
74712026-08-25T20:33:48.939Z[ recovery-image] Aug 25 20:33:47.654 INFO O| Aug 25 20:33:47.654 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-08-25T20:33:48.946Z[ recovery-image] Aug 25 20:33:47.665 INFO O| Aug 25 20:33:47.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74732026-08-25T20:33:48.946Z[ recovery-image] Aug 25 20:33:47.665 INFO O| Aug 25 20:33:47.665 INFO STEP 701 (remove_files) COMPLETE
74742026-08-25T20:33:48.949Z[ recovery-image] Aug 25 20:33:47.665 INFO O| Aug 25 20:33:47.665 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-08-25T20:33:48.957Z[ recovery-image] Aug 25 20:33:47.676 INFO O| Aug 25 20:33:47.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74762026-08-25T20:33:48.957Z[ recovery-image] Aug 25 20:33:47.676 INFO O| Aug 25 20:33:47.676 INFO STEP 702 (remove_files) COMPLETE
74772026-08-25T20:33:48.959Z[ recovery-image] Aug 25 20:33:47.676 INFO O| Aug 25 20:33:47.676 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-08-25T20:33:48.968Z[ recovery-image] Aug 25 20:33:47.687 INFO O| Aug 25 20:33:47.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74792026-08-25T20:33:48.969Z[ recovery-image] Aug 25 20:33:47.687 INFO O| Aug 25 20:33:47.687 INFO STEP 703 (remove_files) COMPLETE
74802026-08-25T20:33:48.972Z[ recovery-image] Aug 25 20:33:47.687 INFO O| Aug 25 20:33:47.687 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-08-25T20:33:48.980Z[ recovery-image] Aug 25 20:33:47.699 INFO O| Aug 25 20:33:47.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74822026-08-25T20:33:48.980Z[ recovery-image] Aug 25 20:33:47.699 INFO O| Aug 25 20:33:47.699 INFO STEP 704 (remove_files) COMPLETE
74832026-08-25T20:33:48.980Z[ recovery-image] Aug 25 20:33:47.699 INFO O| Aug 25 20:33:47.699 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-08-25T20:33:48.990Z[ recovery-image] Aug 25 20:33:47.709 INFO O| Aug 25 20:33:47.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74852026-08-25T20:33:48.990Z[ recovery-image] Aug 25 20:33:47.709 INFO O| Aug 25 20:33:47.709 INFO STEP 705 (remove_files) COMPLETE
74862026-08-25T20:33:48.993Z[ recovery-image] Aug 25 20:33:47.709 INFO O| Aug 25 20:33:47.709 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-08-25T20:33:49.001Z[ recovery-image] Aug 25 20:33:47.720 INFO O| Aug 25 20:33:47.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74882026-08-25T20:33:49.001Z[ recovery-image] Aug 25 20:33:47.720 INFO O| Aug 25 20:33:47.720 INFO STEP 706 (remove_files) COMPLETE
74892026-08-25T20:33:49.001Z[ recovery-image] Aug 25 20:33:47.720 INFO O| Aug 25 20:33:47.720 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-08-25T20:33:49.012Z[ recovery-image] Aug 25 20:33:47.731 INFO O| Aug 25 20:33:47.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74912026-08-25T20:33:49.012Z[ recovery-image] Aug 25 20:33:47.731 INFO O| Aug 25 20:33:47.731 INFO STEP 707 (remove_files) COMPLETE
74922026-08-25T20:33:49.012Z[ recovery-image] Aug 25 20:33:47.731 INFO O| Aug 25 20:33:47.731 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-08-25T20:33:49.021Z[ recovery-image] Aug 25 20:33:47.740 INFO O| Aug 25 20:33:47.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74942026-08-25T20:33:49.021Z[ recovery-image] Aug 25 20:33:47.740 INFO O| Aug 25 20:33:47.740 INFO STEP 708 (remove_files) COMPLETE
74952026-08-25T20:33:49.021Z[ recovery-image] Aug 25 20:33:47.740 INFO O| Aug 25 20:33:47.740 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-08-25T20:33:49.030Z[ recovery-image] Aug 25 20:33:47.749 INFO O| Aug 25 20:33:47.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74972026-08-25T20:33:49.030Z[ recovery-image] Aug 25 20:33:47.749 INFO O| Aug 25 20:33:47.749 INFO STEP 709 (remove_files) COMPLETE
74982026-08-25T20:33:49.034Z[ recovery-image] Aug 25 20:33:47.749 INFO O| Aug 25 20:33:47.749 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-08-25T20:33:49.041Z[ recovery-image] Aug 25 20:33:47.760 INFO O| Aug 25 20:33:47.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
75002026-08-25T20:33:49.041Z[ recovery-image] Aug 25 20:33:47.760 INFO O| Aug 25 20:33:47.760 INFO STEP 710 (remove_files) COMPLETE
75012026-08-25T20:33:49.044Z[ recovery-image] Aug 25 20:33:47.760 INFO O| Aug 25 20:33:47.760 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-08-25T20:33:49.052Z[ recovery-image] Aug 25 20:33:47.770 INFO O| Aug 25 20:33:47.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
75032026-08-25T20:33:49.052Z[ recovery-image] Aug 25 20:33:47.770 INFO O| Aug 25 20:33:47.770 INFO STEP 711 (remove_files) COMPLETE
75042026-08-25T20:33:49.055Z[ recovery-image] Aug 25 20:33:47.770 INFO O| Aug 25 20:33:47.770 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-08-25T20:33:49.061Z[ recovery-image] Aug 25 20:33:47.780 INFO O| Aug 25 20:33:47.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75062026-08-25T20:33:49.061Z[ recovery-image] Aug 25 20:33:47.780 INFO O| Aug 25 20:33:47.780 INFO STEP 712 (remove_files) COMPLETE
75072026-08-25T20:33:49.061Z[ recovery-image] Aug 25 20:33:47.780 INFO O| Aug 25 20:33:47.780 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-08-25T20:33:49.075Z[ recovery-image] Aug 25 20:33:47.793 INFO O| Aug 25 20:33:47.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75092026-08-25T20:33:49.075Z[ recovery-image] Aug 25 20:33:47.793 INFO O| Aug 25 20:33:47.793 INFO STEP 713 (remove_files) COMPLETE
75102026-08-25T20:33:49.079Z[ recovery-image] Aug 25 20:33:47.793 INFO O| Aug 25 20:33:47.793 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-08-25T20:33:49.084Z[ recovery-image] Aug 25 20:33:47.803 INFO O| Aug 25 20:33:47.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75122026-08-25T20:33:49.084Z[ recovery-image] Aug 25 20:33:47.803 INFO O| Aug 25 20:33:47.803 INFO STEP 714 (remove_files) COMPLETE
75132026-08-25T20:33:49.087Z[ recovery-image] Aug 25 20:33:47.803 INFO O| Aug 25 20:33:47.803 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-08-25T20:33:49.094Z[ recovery-image] Aug 25 20:33:47.813 INFO O| Aug 25 20:33:47.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75152026-08-25T20:33:49.094Z[ recovery-image] Aug 25 20:33:47.813 INFO O| Aug 25 20:33:47.813 INFO STEP 715 (remove_files) COMPLETE
75162026-08-25T20:33:49.094Z[ recovery-image] Aug 25 20:33:47.813 INFO O| Aug 25 20:33:47.813 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-25T20:33:49.105Z[ recovery-image] Aug 25 20:33:47.824 INFO O| Aug 25 20:33:47.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75182026-08-25T20:33:49.105Z[ recovery-image] Aug 25 20:33:47.824 INFO O| Aug 25 20:33:47.824 INFO STEP 716 (remove_files) COMPLETE
75192026-08-25T20:33:49.105Z[ recovery-image] Aug 25 20:33:47.824 INFO O| Aug 25 20:33:47.824 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-25T20:33:49.115Z[ recovery-image] Aug 25 20:33:47.834 INFO O| Aug 25 20:33:47.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75212026-08-25T20:33:49.119Z[ recovery-image] Aug 25 20:33:47.838 INFO O| Aug 25 20:33:47.838 INFO STEP 717 (remove_files) COMPLETE
75222026-08-25T20:33:49.119Z[ recovery-image] Aug 25 20:33:47.838 INFO O| Aug 25 20:33:47.838 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-08-25T20:33:49.129Z[ recovery-image] Aug 25 20:33:47.848 INFO O| Aug 25 20:33:47.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75242026-08-25T20:33:49.129Z[ recovery-image] Aug 25 20:33:47.848 INFO O| Aug 25 20:33:47.848 INFO STEP 718 (remove_files) COMPLETE
75252026-08-25T20:33:49.129Z[ recovery-image] Aug 25 20:33:47.848 INFO O| Aug 25 20:33:47.848 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-08-25T20:33:49.138Z[ recovery-image] Aug 25 20:33:47.857 INFO O| Aug 25 20:33:47.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75272026-08-25T20:33:49.138Z[ recovery-image] Aug 25 20:33:47.857 INFO O| Aug 25 20:33:47.857 INFO STEP 719 (remove_files) COMPLETE
75282026-08-25T20:33:49.138Z[ recovery-image] Aug 25 20:33:47.857 INFO O| Aug 25 20:33:47.857 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-08-25T20:33:49.146Z[ recovery-image] Aug 25 20:33:47.865 INFO O| Aug 25 20:33:47.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75302026-08-25T20:33:49.146Z[ recovery-image] Aug 25 20:33:47.865 INFO O| Aug 25 20:33:47.865 INFO STEP 720 (remove_files) COMPLETE
75312026-08-25T20:33:49.146Z[ recovery-image] Aug 25 20:33:47.865 INFO O| Aug 25 20:33:47.865 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-08-25T20:33:49.155Z[ recovery-image] Aug 25 20:33:47.874 INFO O| Aug 25 20:33:47.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75332026-08-25T20:33:49.155Z[ recovery-image] Aug 25 20:33:47.874 INFO O| Aug 25 20:33:47.874 INFO STEP 721 (remove_files) COMPLETE
75342026-08-25T20:33:49.158Z[ recovery-image] Aug 25 20:33:47.874 INFO O| Aug 25 20:33:47.874 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-08-25T20:33:49.163Z[ recovery-image] Aug 25 20:33:47.882 INFO O| Aug 25 20:33:47.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75362026-08-25T20:33:49.163Z[ recovery-image] Aug 25 20:33:47.882 INFO O| Aug 25 20:33:47.882 INFO STEP 722 (remove_files) COMPLETE
75372026-08-25T20:33:49.163Z[ recovery-image] Aug 25 20:33:47.882 INFO O| Aug 25 20:33:47.882 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-08-25T20:33:49.172Z[ recovery-image] Aug 25 20:33:47.891 INFO O| Aug 25 20:33:47.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75392026-08-25T20:33:49.172Z[ recovery-image] Aug 25 20:33:47.891 INFO O| Aug 25 20:33:47.891 INFO STEP 723 (remove_files) COMPLETE
75402026-08-25T20:33:49.175Z[ recovery-image] Aug 25 20:33:47.891 INFO O| Aug 25 20:33:47.891 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-08-25T20:33:49.188Z[ recovery-image] Aug 25 20:33:47.900 INFO O| Aug 25 20:33:47.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75422026-08-25T20:33:49.189Z[ recovery-image] Aug 25 20:33:47.901 INFO O| Aug 25 20:33:47.901 INFO STEP 724 (remove_files) COMPLETE
75432026-08-25T20:33:49.189Z[ recovery-image] Aug 25 20:33:47.901 INFO O| Aug 25 20:33:47.901 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-08-25T20:33:49.192Z[ recovery-image] Aug 25 20:33:47.910 INFO O| Aug 25 20:33:47.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75452026-08-25T20:33:49.193Z[ recovery-image] Aug 25 20:33:47.910 INFO O| Aug 25 20:33:47.910 INFO STEP 725 (remove_files) COMPLETE
75462026-08-25T20:33:49.193Z[ recovery-image] Aug 25 20:33:47.910 INFO O| Aug 25 20:33:47.910 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-08-25T20:33:49.199Z[ recovery-image] Aug 25 20:33:47.918 INFO O| Aug 25 20:33:47.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75482026-08-25T20:33:49.199Z[ recovery-image] Aug 25 20:33:47.918 INFO O| Aug 25 20:33:47.918 INFO STEP 726 (remove_files) COMPLETE
75492026-08-25T20:33:49.202Z[ recovery-image] Aug 25 20:33:47.918 INFO O| Aug 25 20:33:47.918 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-08-25T20:33:49.207Z[ recovery-image] Aug 25 20:33:47.926 INFO O| Aug 25 20:33:47.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75512026-08-25T20:33:49.207Z[ recovery-image] Aug 25 20:33:47.926 INFO O| Aug 25 20:33:47.926 INFO STEP 727 (remove_files) COMPLETE
75522026-08-25T20:33:49.207Z[ recovery-image] Aug 25 20:33:47.926 INFO O| Aug 25 20:33:47.926 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-08-25T20:33:49.215Z[ recovery-image] Aug 25 20:33:47.934 INFO O| Aug 25 20:33:47.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75542026-08-25T20:33:49.215Z[ recovery-image] Aug 25 20:33:47.934 INFO O| Aug 25 20:33:47.934 INFO STEP 728 (remove_files) COMPLETE
75552026-08-25T20:33:49.215Z[ recovery-image] Aug 25 20:33:47.934 INFO O| Aug 25 20:33:47.934 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-08-25T20:33:49.224Z[ recovery-image] Aug 25 20:33:47.943 INFO O| Aug 25 20:33:47.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75572026-08-25T20:33:49.224Z[ recovery-image] Aug 25 20:33:47.943 INFO O| Aug 25 20:33:47.943 INFO STEP 729 (remove_files) COMPLETE
75582026-08-25T20:33:49.224Z[ recovery-image] Aug 25 20:33:47.943 INFO O| Aug 25 20:33:47.943 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-08-25T20:33:49.234Z[ recovery-image] Aug 25 20:33:47.952 INFO O| Aug 25 20:33:47.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75602026-08-25T20:33:49.234Z[ recovery-image] Aug 25 20:33:47.952 INFO O| Aug 25 20:33:47.952 INFO STEP 730 (remove_files) COMPLETE
75612026-08-25T20:33:49.234Z[ recovery-image] Aug 25 20:33:47.952 INFO O| Aug 25 20:33:47.952 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-08-25T20:33:49.242Z[ recovery-image] Aug 25 20:33:47.960 INFO O| Aug 25 20:33:47.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75632026-08-25T20:33:49.245Z[ recovery-image] Aug 25 20:33:47.961 INFO O| Aug 25 20:33:47.961 INFO STEP 731 (remove_files) COMPLETE
75642026-08-25T20:33:49.245Z[ recovery-image] Aug 25 20:33:47.961 INFO O| Aug 25 20:33:47.961 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-08-25T20:33:49.253Z[ recovery-image] Aug 25 20:33:47.972 INFO O| Aug 25 20:33:47.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75662026-08-25T20:33:49.256Z[ recovery-image] Aug 25 20:33:47.973 INFO O| Aug 25 20:33:47.973 INFO STEP 732 (remove_files) COMPLETE
75672026-08-25T20:33:49.256Z[ recovery-image] Aug 25 20:33:47.973 INFO O| Aug 25 20:33:47.973 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-08-25T20:33:49.263Z[ recovery-image] Aug 25 20:33:47.982 INFO O| Aug 25 20:33:47.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75692026-08-25T20:33:49.266Z[ recovery-image] Aug 25 20:33:47.983 INFO O| Aug 25 20:33:47.983 INFO STEP 733 (remove_files) COMPLETE
75702026-08-25T20:33:49.266Z[ recovery-image] Aug 25 20:33:47.983 INFO O| Aug 25 20:33:47.983 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-08-25T20:33:49.273Z[ recovery-image] Aug 25 20:33:47.992 INFO O| Aug 25 20:33:47.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75722026-08-25T20:33:49.273Z[ recovery-image] Aug 25 20:33:47.992 INFO O| Aug 25 20:33:47.992 INFO STEP 734 (remove_files) COMPLETE
75732026-08-25T20:33:49.273Z[ recovery-image] Aug 25 20:33:47.992 INFO O| Aug 25 20:33:47.992 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-25T20:33:49.283Z[ recovery-image] Aug 25 20:33:48.002 INFO O| Aug 25 20:33:48.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75752026-08-25T20:33:49.283Z[ recovery-image] Aug 25 20:33:48.002 INFO O| Aug 25 20:33:48.002 INFO STEP 735 (remove_files) COMPLETE
75762026-08-25T20:33:49.288Z[ recovery-image] Aug 25 20:33:48.002 INFO O| Aug 25 20:33:48.002 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-25T20:33:49.293Z[ recovery-image] Aug 25 20:33:48.012 INFO O| Aug 25 20:33:48.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75782026-08-25T20:33:49.293Z[ recovery-image] Aug 25 20:33:48.012 INFO O| Aug 25 20:33:48.012 INFO STEP 736 (remove_files) COMPLETE
75792026-08-25T20:33:49.293Z[ recovery-image] Aug 25 20:33:48.012 INFO O| Aug 25 20:33:48.012 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-08-25T20:33:49.302Z[ recovery-image] Aug 25 20:33:48.021 INFO O| Aug 25 20:33:48.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75812026-08-25T20:33:49.302Z[ recovery-image] Aug 25 20:33:48.021 INFO O| Aug 25 20:33:48.021 INFO STEP 737 (remove_files) COMPLETE
75822026-08-25T20:33:49.302Z[ recovery-image] Aug 25 20:33:48.021 INFO O| Aug 25 20:33:48.021 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-08-25T20:33:49.312Z[ recovery-image] Aug 25 20:33:48.031 INFO O| Aug 25 20:33:48.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75842026-08-25T20:33:49.312Z[ recovery-image] Aug 25 20:33:48.031 INFO O| Aug 25 20:33:48.031 INFO STEP 738 (remove_files) COMPLETE
75852026-08-25T20:33:49.312Z[ recovery-image] Aug 25 20:33:48.031 INFO O| Aug 25 20:33:48.031 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-08-25T20:33:49.321Z[ recovery-image] Aug 25 20:33:48.040 INFO O| Aug 25 20:33:48.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75872026-08-25T20:33:49.321Z[ recovery-image] Aug 25 20:33:48.040 INFO O| Aug 25 20:33:48.040 INFO STEP 739 (remove_files) COMPLETE
75882026-08-25T20:33:49.324Z[ recovery-image] Aug 25 20:33:48.040 INFO O| Aug 25 20:33:48.040 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-08-25T20:33:49.336Z[ recovery-image] Aug 25 20:33:48.049 INFO O| Aug 25 20:33:48.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75902026-08-25T20:33:49.336Z[ recovery-image] Aug 25 20:33:48.049 INFO O| Aug 25 20:33:48.049 INFO STEP 740 (remove_files) COMPLETE
75912026-08-25T20:33:49.336Z[ recovery-image] Aug 25 20:33:48.049 INFO O| Aug 25 20:33:48.049 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-08-25T20:33:49.339Z[ recovery-image] Aug 25 20:33:48.058 INFO O| Aug 25 20:33:48.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75932026-08-25T20:33:49.339Z[ recovery-image] Aug 25 20:33:48.058 INFO O| Aug 25 20:33:48.058 INFO STEP 741 (remove_files) COMPLETE
75942026-08-25T20:33:49.339Z[ recovery-image] Aug 25 20:33:48.058 INFO O| Aug 25 20:33:48.058 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-08-25T20:33:49.355Z[ recovery-image] Aug 25 20:33:48.074 INFO O| Aug 25 20:33:48.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75962026-08-25T20:33:49.355Z[ recovery-image] Aug 25 20:33:48.074 INFO O| Aug 25 20:33:48.074 INFO STEP 742 (remove_files) COMPLETE
75972026-08-25T20:33:49.355Z[ recovery-image] Aug 25 20:33:48.074 INFO O| Aug 25 20:33:48.074 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-08-25T20:33:49.365Z[ recovery-image] Aug 25 20:33:48.084 INFO O| Aug 25 20:33:48.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75992026-08-25T20:33:49.365Z[ recovery-image] Aug 25 20:33:48.084 INFO O| Aug 25 20:33:48.084 INFO STEP 743 (remove_files) COMPLETE
76002026-08-25T20:33:49.365Z[ recovery-image] Aug 25 20:33:48.084 INFO O| Aug 25 20:33:48.084 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-08-25T20:33:49.375Z[ recovery-image] Aug 25 20:33:48.094 INFO O| Aug 25 20:33:48.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
76022026-08-25T20:33:49.375Z[ recovery-image] Aug 25 20:33:48.094 INFO O| Aug 25 20:33:48.094 INFO STEP 744 (remove_files) COMPLETE
76032026-08-25T20:33:49.375Z[ recovery-image] Aug 25 20:33:48.094 INFO O| Aug 25 20:33:48.094 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-08-25T20:33:49.386Z[ recovery-image] Aug 25 20:33:48.105 INFO O| Aug 25 20:33:48.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
76052026-08-25T20:33:49.386Z[ recovery-image] Aug 25 20:33:48.105 INFO O| Aug 25 20:33:48.105 INFO STEP 745 (remove_files) COMPLETE
76062026-08-25T20:33:49.386Z[ recovery-image] Aug 25 20:33:48.105 INFO O| Aug 25 20:33:48.105 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-08-25T20:33:49.396Z[ recovery-image] Aug 25 20:33:48.115 INFO O| Aug 25 20:33:48.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76082026-08-25T20:33:49.396Z[ recovery-image] Aug 25 20:33:48.115 INFO O| Aug 25 20:33:48.115 INFO STEP 746 (remove_files) COMPLETE
76092026-08-25T20:33:49.396Z[ recovery-image] Aug 25 20:33:48.115 INFO O| Aug 25 20:33:48.115 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-08-25T20:33:49.405Z[ recovery-image] Aug 25 20:33:48.124 INFO O| Aug 25 20:33:48.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76112026-08-25T20:33:49.405Z[ recovery-image] Aug 25 20:33:48.124 INFO O| Aug 25 20:33:48.124 INFO STEP 747 (remove_files) COMPLETE
76122026-08-25T20:33:49.405Z[ recovery-image] Aug 25 20:33:48.124 INFO O| Aug 25 20:33:48.124 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-08-25T20:33:49.412Z[ recovery-image] Aug 25 20:33:48.131 INFO O| Aug 25 20:33:48.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76142026-08-25T20:33:49.412Z[ recovery-image] Aug 25 20:33:48.131 INFO O| Aug 25 20:33:48.131 INFO STEP 748 (remove_files) COMPLETE
76152026-08-25T20:33:49.412Z[ recovery-image] Aug 25 20:33:48.131 INFO O| Aug 25 20:33:48.131 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-08-25T20:33:49.420Z[ recovery-image] Aug 25 20:33:48.138 INFO O| Aug 25 20:33:48.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76172026-08-25T20:33:49.420Z[ recovery-image] Aug 25 20:33:48.139 INFO O| Aug 25 20:33:48.138 INFO STEP 749 (remove_files) COMPLETE
76182026-08-25T20:33:49.420Z[ recovery-image] Aug 25 20:33:48.139 INFO O| Aug 25 20:33:48.138 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-08-25T20:33:49.427Z[ recovery-image] Aug 25 20:33:48.146 INFO O| Aug 25 20:33:48.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76202026-08-25T20:33:49.427Z[ recovery-image] Aug 25 20:33:48.146 INFO O| Aug 25 20:33:48.146 INFO STEP 750 (remove_files) COMPLETE
76212026-08-25T20:33:49.427Z[ recovery-image] Aug 25 20:33:48.146 INFO O| Aug 25 20:33:48.146 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-08-25T20:33:49.437Z[ recovery-image] Aug 25 20:33:48.157 INFO O| Aug 25 20:33:48.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76232026-08-25T20:33:49.438Z[ recovery-image] Aug 25 20:33:48.157 INFO O| Aug 25 20:33:48.157 INFO STEP 751 (remove_files) COMPLETE
76242026-08-25T20:33:49.438Z[ recovery-image] Aug 25 20:33:48.157 INFO O| Aug 25 20:33:48.157 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-08-25T20:33:49.447Z[ recovery-image] Aug 25 20:33:48.166 INFO O| Aug 25 20:33:48.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76262026-08-25T20:33:49.447Z[ recovery-image] Aug 25 20:33:48.166 INFO O| Aug 25 20:33:48.166 INFO STEP 752 (remove_files) COMPLETE
76272026-08-25T20:33:49.449Z[ recovery-image] Aug 25 20:33:48.166 INFO O| Aug 25 20:33:48.166 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-08-25T20:33:49.455Z[ recovery-image] Aug 25 20:33:48.174 INFO O| Aug 25 20:33:48.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76292026-08-25T20:33:49.455Z[ recovery-image] Aug 25 20:33:48.174 INFO O| Aug 25 20:33:48.174 INFO STEP 753 (remove_files) COMPLETE
76302026-08-25T20:33:49.455Z[ recovery-image] Aug 25 20:33:48.174 INFO O| Aug 25 20:33:48.174 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-08-25T20:33:49.464Z[ recovery-image] Aug 25 20:33:48.184 INFO O| Aug 25 20:33:48.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76322026-08-25T20:33:49.465Z[ recovery-image] Aug 25 20:33:48.184 INFO O| Aug 25 20:33:48.184 INFO STEP 754 (remove_files) COMPLETE
76332026-08-25T20:33:49.465Z[ recovery-image] Aug 25 20:33:48.184 INFO O| Aug 25 20:33:48.184 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-08-25T20:33:49.476Z[ recovery-image] Aug 25 20:33:48.192 INFO O| Aug 25 20:33:48.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76352026-08-25T20:33:49.476Z[ recovery-image] Aug 25 20:33:48.193 INFO O| Aug 25 20:33:48.193 INFO STEP 755 (remove_files) COMPLETE
76362026-08-25T20:33:49.479Z[ recovery-image] Aug 25 20:33:48.193 INFO O| Aug 25 20:33:48.193 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-08-25T20:33:49.483Z[ recovery-image] Aug 25 20:33:48.202 INFO O| Aug 25 20:33:48.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76382026-08-25T20:33:49.483Z[ recovery-image] Aug 25 20:33:48.202 INFO O| Aug 25 20:33:48.202 INFO STEP 756 (remove_files) COMPLETE
76392026-08-25T20:33:49.483Z[ recovery-image] Aug 25 20:33:48.202 INFO O| Aug 25 20:33:48.202 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-08-25T20:33:49.492Z[ recovery-image] Aug 25 20:33:48.211 INFO O| Aug 25 20:33:48.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76412026-08-25T20:33:49.492Z[ recovery-image] Aug 25 20:33:48.211 INFO O| Aug 25 20:33:48.211 INFO STEP 757 (remove_files) COMPLETE
76422026-08-25T20:33:49.492Z[ recovery-image] Aug 25 20:33:48.211 INFO O| Aug 25 20:33:48.211 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-08-25T20:33:49.502Z[ recovery-image] Aug 25 20:33:48.221 INFO O| Aug 25 20:33:48.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76442026-08-25T20:33:49.502Z[ recovery-image] Aug 25 20:33:48.221 INFO O| Aug 25 20:33:48.221 INFO STEP 758 (remove_files) COMPLETE
76452026-08-25T20:33:49.502Z[ recovery-image] Aug 25 20:33:48.221 INFO O| Aug 25 20:33:48.221 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-08-25T20:33:49.513Z[ recovery-image] Aug 25 20:33:48.232 INFO O| Aug 25 20:33:48.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76472026-08-25T20:33:49.513Z[ recovery-image] Aug 25 20:33:48.232 INFO O| Aug 25 20:33:48.232 INFO STEP 759 (remove_files) COMPLETE
76482026-08-25T20:33:49.513Z[ recovery-image] Aug 25 20:33:48.232 INFO O| Aug 25 20:33:48.232 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-08-25T20:33:49.523Z[ recovery-image] Aug 25 20:33:48.242 INFO O| Aug 25 20:33:48.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76502026-08-25T20:33:49.523Z[ recovery-image] Aug 25 20:33:48.242 INFO O| Aug 25 20:33:48.242 INFO STEP 760 (remove_files) COMPLETE
76512026-08-25T20:33:49.523Z[ recovery-image] Aug 25 20:33:48.242 INFO O| Aug 25 20:33:48.242 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-08-25T20:33:49.533Z[ recovery-image] Aug 25 20:33:48.252 INFO O| Aug 25 20:33:48.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76532026-08-25T20:33:49.533Z[ recovery-image] Aug 25 20:33:48.252 INFO O| Aug 25 20:33:48.252 INFO STEP 761 (remove_files) COMPLETE
76542026-08-25T20:33:49.533Z[ recovery-image] Aug 25 20:33:48.252 INFO O| Aug 25 20:33:48.252 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-08-25T20:33:49.543Z[ recovery-image] Aug 25 20:33:48.262 INFO O| Aug 25 20:33:48.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76562026-08-25T20:33:49.546Z[ recovery-image] Aug 25 20:33:48.262 INFO O| Aug 25 20:33:48.262 INFO STEP 762 (remove_files) COMPLETE
76572026-08-25T20:33:49.546Z[ recovery-image] Aug 25 20:33:48.262 INFO O| Aug 25 20:33:48.262 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-08-25T20:33:49.552Z[ recovery-image] Aug 25 20:33:48.271 INFO O| Aug 25 20:33:48.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76592026-08-25T20:33:49.552Z[ recovery-image] Aug 25 20:33:48.271 INFO O| Aug 25 20:33:48.271 INFO STEP 763 (remove_files) COMPLETE
76602026-08-25T20:33:49.552Z[ recovery-image] Aug 25 20:33:48.271 INFO O| Aug 25 20:33:48.271 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-08-25T20:33:49.562Z[ recovery-image] Aug 25 20:33:48.281 INFO O| Aug 25 20:33:48.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76622026-08-25T20:33:49.562Z[ recovery-image] Aug 25 20:33:48.281 INFO O| Aug 25 20:33:48.281 INFO STEP 764 (remove_files) COMPLETE
76632026-08-25T20:33:49.562Z[ recovery-image] Aug 25 20:33:48.281 INFO O| Aug 25 20:33:48.281 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-08-25T20:33:49.572Z[ recovery-image] Aug 25 20:33:48.291 INFO O| Aug 25 20:33:48.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76652026-08-25T20:33:49.572Z[ recovery-image] Aug 25 20:33:48.291 INFO O| Aug 25 20:33:48.291 INFO STEP 765 (remove_files) COMPLETE
76662026-08-25T20:33:49.572Z[ recovery-image] Aug 25 20:33:48.291 INFO O| Aug 25 20:33:48.291 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-08-25T20:33:49.584Z[ recovery-image] Aug 25 20:33:48.300 INFO O| Aug 25 20:33:48.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76682026-08-25T20:33:49.584Z[ recovery-image] Aug 25 20:33:48.300 INFO O| Aug 25 20:33:48.300 INFO STEP 766 (remove_files) COMPLETE
76692026-08-25T20:33:49.584Z[ recovery-image] Aug 25 20:33:48.300 INFO O| Aug 25 20:33:48.300 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-08-25T20:33:49.589Z[ recovery-image] Aug 25 20:33:48.308 INFO O| Aug 25 20:33:48.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76712026-08-25T20:33:49.589Z[ recovery-image] Aug 25 20:33:48.308 INFO O| Aug 25 20:33:48.308 INFO STEP 767 (remove_files) COMPLETE
76722026-08-25T20:33:49.589Z[ recovery-image] Aug 25 20:33:48.308 INFO O| Aug 25 20:33:48.308 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-08-25T20:33:49.597Z[ recovery-image] Aug 25 20:33:48.316 INFO O| Aug 25 20:33:48.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76742026-08-25T20:33:49.597Z[ recovery-image] Aug 25 20:33:48.316 INFO O| Aug 25 20:33:48.316 INFO STEP 768 (remove_files) COMPLETE
76752026-08-25T20:33:49.597Z[ recovery-image] Aug 25 20:33:48.316 INFO O| Aug 25 20:33:48.316 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-08-25T20:33:49.605Z[ recovery-image] Aug 25 20:33:48.325 INFO O| Aug 25 20:33:48.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76772026-08-25T20:33:49.605Z[ recovery-image] Aug 25 20:33:48.325 INFO O| Aug 25 20:33:48.325 INFO STEP 769 (remove_files) COMPLETE
76782026-08-25T20:33:49.605Z[ recovery-image] Aug 25 20:33:48.325 INFO O| Aug 25 20:33:48.325 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-08-25T20:33:49.614Z[ recovery-image] Aug 25 20:33:48.332 INFO O| Aug 25 20:33:48.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76802026-08-25T20:33:49.614Z[ recovery-image] Aug 25 20:33:48.333 INFO O| Aug 25 20:33:48.333 INFO STEP 770 (remove_files) COMPLETE
76812026-08-25T20:33:49.619Z[ recovery-image] Aug 25 20:33:48.333 INFO O| Aug 25 20:33:48.333 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-08-25T20:33:49.623Z[ recovery-image] Aug 25 20:33:48.341 INFO O| Aug 25 20:33:48.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76832026-08-25T20:33:49.623Z[ recovery-image] Aug 25 20:33:48.341 INFO O| Aug 25 20:33:48.341 INFO STEP 771 (remove_files) COMPLETE
76842026-08-25T20:33:49.623Z[ recovery-image] Aug 25 20:33:48.341 INFO O| Aug 25 20:33:48.341 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-08-25T20:33:49.633Z[ recovery-image] Aug 25 20:33:48.352 INFO O| Aug 25 20:33:48.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76862026-08-25T20:33:49.633Z[ recovery-image] Aug 25 20:33:48.352 INFO O| Aug 25 20:33:48.352 INFO STEP 772 (remove_files) COMPLETE
76872026-08-25T20:33:49.633Z[ recovery-image] Aug 25 20:33:48.352 INFO O| Aug 25 20:33:48.352 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-08-25T20:33:49.641Z[ recovery-image] Aug 25 20:33:48.361 INFO O| Aug 25 20:33:48.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76892026-08-25T20:33:49.641Z[ recovery-image] Aug 25 20:33:48.361 INFO O| Aug 25 20:33:48.361 INFO STEP 773 (remove_files) COMPLETE
76902026-08-25T20:33:49.642Z[ recovery-image] Aug 25 20:33:48.361 INFO O| Aug 25 20:33:48.361 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-08-25T20:33:49.651Z[ recovery-image] Aug 25 20:33:48.371 INFO O| Aug 25 20:33:48.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76922026-08-25T20:33:49.651Z[ recovery-image] Aug 25 20:33:48.371 INFO O| Aug 25 20:33:48.371 INFO STEP 774 (remove_files) COMPLETE
76932026-08-25T20:33:49.651Z[ recovery-image] Aug 25 20:33:48.371 INFO O| Aug 25 20:33:48.371 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-08-25T20:33:49.662Z[ recovery-image] Aug 25 20:33:48.381 INFO O| Aug 25 20:33:48.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76952026-08-25T20:33:49.662Z[ recovery-image] Aug 25 20:33:48.381 INFO O| Aug 25 20:33:48.381 INFO STEP 775 (remove_files) COMPLETE
76962026-08-25T20:33:49.662Z[ recovery-image] Aug 25 20:33:48.381 INFO O| Aug 25 20:33:48.381 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-08-25T20:33:49.671Z[ recovery-image] Aug 25 20:33:48.390 INFO O| Aug 25 20:33:48.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76982026-08-25T20:33:49.671Z[ recovery-image] Aug 25 20:33:48.390 INFO O| Aug 25 20:33:48.390 INFO STEP 776 (remove_files) COMPLETE
76992026-08-25T20:33:49.674Z[ recovery-image] Aug 25 20:33:48.390 INFO O| Aug 25 20:33:48.390 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-08-25T20:33:49.679Z[ recovery-image] Aug 25 20:33:48.399 INFO O| Aug 25 20:33:48.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
77012026-08-25T20:33:49.679Z[ recovery-image] Aug 25 20:33:48.399 INFO O| Aug 25 20:33:48.399 INFO STEP 777 (remove_files) COMPLETE
77022026-08-25T20:33:49.679Z[ recovery-image] Aug 25 20:33:48.399 INFO O| Aug 25 20:33:48.399 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-08-25T20:33:49.688Z[ recovery-image] Aug 25 20:33:48.407 INFO O| Aug 25 20:33:48.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
77042026-08-25T20:33:49.688Z[ recovery-image] Aug 25 20:33:48.407 INFO O| Aug 25 20:33:48.407 INFO STEP 778 (remove_files) COMPLETE
77052026-08-25T20:33:49.688Z[ recovery-image] Aug 25 20:33:48.407 INFO O| Aug 25 20:33:48.407 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-08-25T20:33:49.697Z[ recovery-image] Aug 25 20:33:48.416 INFO O| Aug 25 20:33:48.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77072026-08-25T20:33:49.697Z[ recovery-image] Aug 25 20:33:48.416 INFO O| Aug 25 20:33:48.416 INFO STEP 779 (remove_files) COMPLETE
77082026-08-25T20:33:49.697Z[ recovery-image] Aug 25 20:33:48.416 INFO O| Aug 25 20:33:48.416 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-08-25T20:33:49.705Z[ recovery-image] Aug 25 20:33:48.424 INFO O| Aug 25 20:33:48.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77102026-08-25T20:33:49.705Z[ recovery-image] Aug 25 20:33:48.424 INFO O| Aug 25 20:33:48.424 INFO STEP 780 (remove_files) COMPLETE
77112026-08-25T20:33:49.705Z[ recovery-image] Aug 25 20:33:48.424 INFO O| Aug 25 20:33:48.424 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-08-25T20:33:49.712Z[ recovery-image] Aug 25 20:33:48.432 INFO O| Aug 25 20:33:48.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77132026-08-25T20:33:49.712Z[ recovery-image] Aug 25 20:33:48.432 INFO O| Aug 25 20:33:48.432 INFO STEP 781 (remove_files) COMPLETE
77142026-08-25T20:33:49.712Z[ recovery-image] Aug 25 20:33:48.432 INFO O| Aug 25 20:33:48.432 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-08-25T20:33:49.721Z[ recovery-image] Aug 25 20:33:48.440 INFO O| Aug 25 20:33:48.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77162026-08-25T20:33:49.721Z[ recovery-image] Aug 25 20:33:48.440 INFO O| Aug 25 20:33:48.440 INFO STEP 782 (remove_files) COMPLETE
77172026-08-25T20:33:49.721Z[ recovery-image] Aug 25 20:33:48.440 INFO O| Aug 25 20:33:48.440 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-08-25T20:33:49.731Z[ recovery-image] Aug 25 20:33:48.450 INFO O| Aug 25 20:33:48.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77192026-08-25T20:33:49.731Z[ recovery-image] Aug 25 20:33:48.450 INFO O| Aug 25 20:33:48.450 INFO STEP 783 (remove_files) COMPLETE
77202026-08-25T20:33:49.732Z[ recovery-image] Aug 25 20:33:48.450 INFO O| Aug 25 20:33:48.450 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-08-25T20:33:49.740Z[ recovery-image] Aug 25 20:33:48.459 INFO O| Aug 25 20:33:48.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77222026-08-25T20:33:49.740Z[ recovery-image] Aug 25 20:33:48.459 INFO O| Aug 25 20:33:48.459 INFO STEP 784 (remove_files) COMPLETE
77232026-08-25T20:33:49.740Z[ recovery-image] Aug 25 20:33:48.459 INFO O| Aug 25 20:33:48.459 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-08-25T20:33:49.748Z[ recovery-image] Aug 25 20:33:48.467 INFO O| Aug 25 20:33:48.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77252026-08-25T20:33:49.748Z[ recovery-image] Aug 25 20:33:48.467 INFO O| Aug 25 20:33:48.467 INFO STEP 785 (remove_files) COMPLETE
77262026-08-25T20:33:49.751Z[ recovery-image] Aug 25 20:33:48.467 INFO O| Aug 25 20:33:48.467 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-08-25T20:33:49.762Z[ recovery-image] Aug 25 20:33:48.476 INFO O| Aug 25 20:33:48.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77282026-08-25T20:33:49.762Z[ recovery-image] Aug 25 20:33:48.476 INFO O| Aug 25 20:33:48.476 INFO STEP 786 (remove_files) COMPLETE
77292026-08-25T20:33:49.762Z[ recovery-image] Aug 25 20:33:48.476 INFO O| Aug 25 20:33:48.476 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-08-25T20:33:49.771Z[ recovery-image] Aug 25 20:33:48.490 INFO O| Aug 25 20:33:48.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77312026-08-25T20:33:49.771Z[ recovery-image] Aug 25 20:33:48.490 INFO O| Aug 25 20:33:48.490 INFO STEP 787 (remove_files) COMPLETE
77322026-08-25T20:33:49.771Z[ recovery-image] Aug 25 20:33:48.490 INFO O| Aug 25 20:33:48.490 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-08-25T20:33:49.781Z[ recovery-image] Aug 25 20:33:48.500 INFO O| Aug 25 20:33:48.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77342026-08-25T20:33:49.781Z[ recovery-image] Aug 25 20:33:48.500 INFO O| Aug 25 20:33:48.500 INFO STEP 788 (remove_files) COMPLETE
77352026-08-25T20:33:49.784Z[ recovery-image] Aug 25 20:33:48.500 INFO O| Aug 25 20:33:48.500 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-08-25T20:33:49.790Z[ recovery-image] Aug 25 20:33:48.509 INFO O| Aug 25 20:33:48.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77372026-08-25T20:33:49.790Z[ recovery-image] Aug 25 20:33:48.509 INFO O| Aug 25 20:33:48.509 INFO STEP 789 (remove_files) COMPLETE
77382026-08-25T20:33:49.790Z[ recovery-image] Aug 25 20:33:48.509 INFO O| Aug 25 20:33:48.509 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-08-25T20:33:49.799Z[ recovery-image] Aug 25 20:33:48.518 INFO O| Aug 25 20:33:48.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77402026-08-25T20:33:49.799Z[ recovery-image] Aug 25 20:33:48.518 INFO O| Aug 25 20:33:48.518 INFO STEP 790 (remove_files) COMPLETE
77412026-08-25T20:33:49.799Z[ recovery-image] Aug 25 20:33:48.518 INFO O| Aug 25 20:33:48.518 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-08-25T20:33:49.808Z[ recovery-image] Aug 25 20:33:48.527 INFO O| Aug 25 20:33:48.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77432026-08-25T20:33:49.808Z[ recovery-image] Aug 25 20:33:48.527 INFO O| Aug 25 20:33:48.527 INFO STEP 791 (remove_files) COMPLETE
77442026-08-25T20:33:49.808Z[ recovery-image] Aug 25 20:33:48.527 INFO O| Aug 25 20:33:48.527 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-08-25T20:33:49.815Z[ recovery-image] Aug 25 20:33:48.535 INFO O| Aug 25 20:33:48.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77462026-08-25T20:33:49.816Z[ recovery-image] Aug 25 20:33:48.535 INFO O| Aug 25 20:33:48.535 INFO STEP 792 (remove_files) COMPLETE
77472026-08-25T20:33:49.816Z[ recovery-image] Aug 25 20:33:48.535 INFO O| Aug 25 20:33:48.535 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-08-25T20:33:49.824Z[ recovery-image] Aug 25 20:33:48.543 INFO O| Aug 25 20:33:48.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77492026-08-25T20:33:49.824Z[ recovery-image] Aug 25 20:33:48.543 INFO O| Aug 25 20:33:48.543 INFO STEP 793 (remove_files) COMPLETE
77502026-08-25T20:33:49.824Z[ recovery-image] Aug 25 20:33:48.543 INFO O| Aug 25 20:33:48.543 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-08-25T20:33:49.833Z[ recovery-image] Aug 25 20:33:48.552 INFO O| Aug 25 20:33:48.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77522026-08-25T20:33:49.833Z[ recovery-image] Aug 25 20:33:48.552 INFO O| Aug 25 20:33:48.552 INFO STEP 794 (remove_files) COMPLETE
77532026-08-25T20:33:49.833Z[ recovery-image] Aug 25 20:33:48.552 INFO O| Aug 25 20:33:48.552 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-08-25T20:33:49.841Z[ recovery-image] Aug 25 20:33:48.561 INFO O| Aug 25 20:33:48.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77552026-08-25T20:33:49.841Z[ recovery-image] Aug 25 20:33:48.561 INFO O| Aug 25 20:33:48.561 INFO STEP 795 (remove_files) COMPLETE
77562026-08-25T20:33:49.844Z[ recovery-image] Aug 25 20:33:48.561 INFO O| Aug 25 20:33:48.561 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-08-25T20:33:49.850Z[ recovery-image] Aug 25 20:33:48.569 INFO O| Aug 25 20:33:48.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77582026-08-25T20:33:49.850Z[ recovery-image] Aug 25 20:33:48.569 INFO O| Aug 25 20:33:48.569 INFO STEP 796 (remove_files) COMPLETE
77592026-08-25T20:33:49.853Z[ recovery-image] Aug 25 20:33:48.569 INFO O| Aug 25 20:33:48.569 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-08-25T20:33:49.859Z[ recovery-image] Aug 25 20:33:48.577 INFO O| Aug 25 20:33:48.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77612026-08-25T20:33:49.859Z[ recovery-image] Aug 25 20:33:48.577 INFO O| Aug 25 20:33:48.577 INFO STEP 797 (remove_files) COMPLETE
77622026-08-25T20:33:49.859Z[ recovery-image] Aug 25 20:33:48.577 INFO O| Aug 25 20:33:48.577 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-08-25T20:33:49.867Z[ recovery-image] Aug 25 20:33:48.586 INFO O| Aug 25 20:33:48.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77642026-08-25T20:33:49.867Z[ recovery-image] Aug 25 20:33:48.586 INFO O| Aug 25 20:33:48.586 INFO STEP 798 (remove_files) COMPLETE
77652026-08-25T20:33:49.867Z[ recovery-image] Aug 25 20:33:48.586 INFO O| Aug 25 20:33:48.586 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-08-25T20:33:49.879Z[ recovery-image] Aug 25 20:33:48.595 INFO O| Aug 25 20:33:48.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77672026-08-25T20:33:49.879Z[ recovery-image] Aug 25 20:33:48.595 INFO O| Aug 25 20:33:48.595 INFO STEP 799 (remove_files) COMPLETE
77682026-08-25T20:33:49.879Z[ recovery-image] Aug 25 20:33:48.595 INFO O| Aug 25 20:33:48.595 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-08-25T20:33:49.886Z[ recovery-image] Aug 25 20:33:48.604 INFO O| Aug 25 20:33:48.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77702026-08-25T20:33:49.886Z[ recovery-image] Aug 25 20:33:48.604 INFO O| Aug 25 20:33:48.604 INFO STEP 800 (remove_files) COMPLETE
77712026-08-25T20:33:49.889Z[ recovery-image] Aug 25 20:33:48.604 INFO O| Aug 25 20:33:48.604 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-08-25T20:33:49.895Z[ recovery-image] Aug 25 20:33:48.614 INFO O| Aug 25 20:33:48.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77732026-08-25T20:33:49.895Z[ recovery-image] Aug 25 20:33:48.614 INFO O| Aug 25 20:33:48.614 INFO STEP 801 (remove_files) COMPLETE
77742026-08-25T20:33:49.895Z[ recovery-image] Aug 25 20:33:48.614 INFO O| Aug 25 20:33:48.614 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-08-25T20:33:49.905Z[ recovery-image] Aug 25 20:33:48.625 INFO O| Aug 25 20:33:48.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77762026-08-25T20:33:49.906Z[ recovery-image] Aug 25 20:33:48.625 INFO O| Aug 25 20:33:48.624 INFO STEP 802 (remove_files) COMPLETE
77772026-08-25T20:33:49.910Z[ recovery-image] Aug 25 20:33:48.625 INFO O| Aug 25 20:33:48.624 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-08-25T20:33:49.915Z[ recovery-image] Aug 25 20:33:48.634 INFO O| Aug 25 20:33:48.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77792026-08-25T20:33:49.915Z[ recovery-image] Aug 25 20:33:48.634 INFO O| Aug 25 20:33:48.634 INFO STEP 803 (remove_files) COMPLETE
77802026-08-25T20:33:49.915Z[ recovery-image] Aug 25 20:33:48.634 INFO O| Aug 25 20:33:48.634 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-08-25T20:33:49.924Z[ recovery-image] Aug 25 20:33:48.643 INFO O| Aug 25 20:33:48.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77822026-08-25T20:33:49.924Z[ recovery-image] Aug 25 20:33:48.643 INFO O| Aug 25 20:33:48.643 INFO STEP 804 (remove_files) COMPLETE
77832026-08-25T20:33:49.924Z[ recovery-image] Aug 25 20:33:48.643 INFO O| Aug 25 20:33:48.643 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-08-25T20:33:49.934Z[ recovery-image] Aug 25 20:33:48.653 INFO O| Aug 25 20:33:48.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77852026-08-25T20:33:49.937Z[ recovery-image] Aug 25 20:33:48.654 INFO O| Aug 25 20:33:48.654 INFO STEP 805 (remove_files) COMPLETE
77862026-08-25T20:33:49.937Z[ recovery-image] Aug 25 20:33:48.654 INFO O| Aug 25 20:33:48.654 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-08-25T20:33:49.946Z[ recovery-image] Aug 25 20:33:48.665 INFO O| Aug 25 20:33:48.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77882026-08-25T20:33:49.946Z[ recovery-image] Aug 25 20:33:48.665 INFO O| Aug 25 20:33:48.665 INFO STEP 806 (remove_files) COMPLETE
77892026-08-25T20:33:49.946Z[ recovery-image] Aug 25 20:33:48.665 INFO O| Aug 25 20:33:48.665 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-08-25T20:33:49.957Z[ recovery-image] Aug 25 20:33:48.675 INFO O| Aug 25 20:33:48.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77912026-08-25T20:33:49.957Z[ recovery-image] Aug 25 20:33:48.675 INFO O| Aug 25 20:33:48.675 INFO STEP 807 (remove_files) COMPLETE
77922026-08-25T20:33:49.957Z[ recovery-image] Aug 25 20:33:48.675 INFO O| Aug 25 20:33:48.675 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-08-25T20:33:49.967Z[ recovery-image] Aug 25 20:33:48.686 INFO O| Aug 25 20:33:48.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77942026-08-25T20:33:49.967Z[ recovery-image] Aug 25 20:33:48.686 INFO O| Aug 25 20:33:48.686 INFO STEP 808 (remove_files) COMPLETE
77952026-08-25T20:33:49.969Z[ recovery-image] Aug 25 20:33:48.686 INFO O| Aug 25 20:33:48.686 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-08-25T20:33:49.977Z[ recovery-image] Aug 25 20:33:48.696 INFO O| Aug 25 20:33:48.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77972026-08-25T20:33:49.977Z[ recovery-image] Aug 25 20:33:48.696 INFO O| Aug 25 20:33:48.696 INFO STEP 809 (remove_files) COMPLETE
77982026-08-25T20:33:49.977Z[ recovery-image] Aug 25 20:33:48.696 INFO O| Aug 25 20:33:48.696 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-08-25T20:33:49.988Z[ recovery-image] Aug 25 20:33:48.707 INFO O| Aug 25 20:33:48.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
78002026-08-25T20:33:49.988Z[ recovery-image] Aug 25 20:33:48.707 INFO O| Aug 25 20:33:48.707 INFO STEP 810 (remove_files) COMPLETE
78012026-08-25T20:33:49.988Z[ recovery-image] Aug 25 20:33:48.707 INFO O| Aug 25 20:33:48.707 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-08-25T20:33:49.996Z[ recovery-image] Aug 25 20:33:48.715 INFO O| Aug 25 20:33:48.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
78032026-08-25T20:33:49.996Z[ recovery-image] Aug 25 20:33:48.716 INFO O| Aug 25 20:33:48.716 INFO STEP 811 (remove_files) COMPLETE
78042026-08-25T20:33:50.000Z[ recovery-image] Aug 25 20:33:48.716 INFO O| Aug 25 20:33:48.716 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-08-25T20:33:50.008Z[ recovery-image] Aug 25 20:33:48.726 INFO O| Aug 25 20:33:48.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78062026-08-25T20:33:50.008Z[ recovery-image] Aug 25 20:33:48.726 INFO O| Aug 25 20:33:48.726 INFO STEP 812 (remove_files) COMPLETE
78072026-08-25T20:33:50.008Z[ recovery-image] Aug 25 20:33:48.726 INFO O| Aug 25 20:33:48.726 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-08-25T20:33:50.017Z[ recovery-image] Aug 25 20:33:48.736 INFO O| Aug 25 20:33:48.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78092026-08-25T20:33:50.017Z[ recovery-image] Aug 25 20:33:48.736 INFO O| Aug 25 20:33:48.736 INFO STEP 813 (remove_files) COMPLETE
78102026-08-25T20:33:50.017Z[ recovery-image] Aug 25 20:33:48.736 INFO O| Aug 25 20:33:48.736 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-08-25T20:33:50.027Z[ recovery-image] Aug 25 20:33:48.746 INFO O| Aug 25 20:33:48.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78122026-08-25T20:33:50.027Z[ recovery-image] Aug 25 20:33:48.746 INFO O| Aug 25 20:33:48.746 INFO STEP 814 (remove_files) COMPLETE
78132026-08-25T20:33:50.027Z[ recovery-image] Aug 25 20:33:48.746 INFO O| Aug 25 20:33:48.746 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-08-25T20:33:50.038Z[ recovery-image] Aug 25 20:33:48.755 INFO O| Aug 25 20:33:48.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78152026-08-25T20:33:50.038Z[ recovery-image] Aug 25 20:33:48.755 INFO O| Aug 25 20:33:48.755 INFO STEP 815 (remove_files) COMPLETE
78162026-08-25T20:33:50.038Z[ recovery-image] Aug 25 20:33:48.755 INFO O| Aug 25 20:33:48.755 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-08-25T20:33:50.045Z[ recovery-image] Aug 25 20:33:48.765 INFO O| Aug 25 20:33:48.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78182026-08-25T20:33:50.045Z[ recovery-image] Aug 25 20:33:48.765 INFO O| Aug 25 20:33:48.765 INFO STEP 816 (remove_files) COMPLETE
78192026-08-25T20:33:50.045Z[ recovery-image] Aug 25 20:33:48.765 INFO O| Aug 25 20:33:48.765 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-08-25T20:33:50.055Z[ recovery-image] Aug 25 20:33:48.774 INFO O| Aug 25 20:33:48.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78212026-08-25T20:33:50.055Z[ recovery-image] Aug 25 20:33:48.774 INFO O| Aug 25 20:33:48.774 INFO STEP 817 (remove_files) COMPLETE
78222026-08-25T20:33:50.055Z[ recovery-image] Aug 25 20:33:48.774 INFO O| Aug 25 20:33:48.774 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-08-25T20:33:50.065Z[ recovery-image] Aug 25 20:33:48.783 INFO O| Aug 25 20:33:48.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78242026-08-25T20:33:50.065Z[ recovery-image] Aug 25 20:33:48.783 INFO O| Aug 25 20:33:48.783 INFO STEP 818 (remove_files) COMPLETE
78252026-08-25T20:33:50.068Z[ recovery-image] Aug 25 20:33:48.783 INFO O| Aug 25 20:33:48.783 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-08-25T20:33:50.074Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
78272026-08-25T20:33:50.078Z[ recovery-image] Aug 25 20:33:48.794 INFO O| Aug 25 20:33:48.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78282026-08-25T20:33:50.078Z[ recovery-image] Aug 25 20:33:48.794 INFO O| Aug 25 20:33:48.794 INFO STEP 819 (remove_files) COMPLETE
78292026-08-25T20:33:50.078Z[ recovery-image] Aug 25 20:33:48.794 INFO O| Aug 25 20:33:48.794 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-08-25T20:33:50.087Z[ recovery-image] Aug 25 20:33:48.806 INFO O| Aug 25 20:33:48.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78312026-08-25T20:33:50.087Z[ recovery-image] Aug 25 20:33:48.806 INFO O| Aug 25 20:33:48.806 INFO STEP 820 (remove_files) COMPLETE
78322026-08-25T20:33:50.087Z[ recovery-image] Aug 25 20:33:48.806 INFO O| Aug 25 20:33:48.806 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-08-25T20:33:50.096Z[ recovery-image] Aug 25 20:33:48.815 INFO O| Aug 25 20:33:48.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78342026-08-25T20:33:50.096Z[ recovery-image] Aug 25 20:33:48.815 INFO O| Aug 25 20:33:48.815 INFO STEP 821 (remove_files) COMPLETE
78352026-08-25T20:33:50.096Z[ recovery-image] Aug 25 20:33:48.815 INFO O| Aug 25 20:33:48.815 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-08-25T20:33:50.107Z[ recovery-image] Aug 25 20:33:48.826 INFO O| Aug 25 20:33:48.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78372026-08-25T20:33:50.107Z[ recovery-image] Aug 25 20:33:48.826 INFO O| Aug 25 20:33:48.826 INFO STEP 822 (remove_files) COMPLETE
78382026-08-25T20:33:50.115Z[ recovery-image] Aug 25 20:33:48.826 INFO O| Aug 25 20:33:48.826 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-08-25T20:33:50.118Z[ recovery-image] Aug 25 20:33:48.836 INFO O| Aug 25 20:33:48.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78402026-08-25T20:33:50.118Z[ recovery-image] Aug 25 20:33:48.836 INFO O| Aug 25 20:33:48.836 INFO STEP 823 (remove_files) COMPLETE
78412026-08-25T20:33:50.118Z[ recovery-image] Aug 25 20:33:48.836 INFO O| Aug 25 20:33:48.836 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-08-25T20:33:50.126Z[ recovery-image] Aug 25 20:33:48.845 INFO O| Aug 25 20:33:48.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78432026-08-25T20:33:50.126Z[ recovery-image] Aug 25 20:33:48.845 INFO O| Aug 25 20:33:48.845 INFO STEP 824 (remove_files) COMPLETE
78442026-08-25T20:33:50.129Z[ recovery-image] Aug 25 20:33:48.845 INFO O| Aug 25 20:33:48.845 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-08-25T20:33:50.134Z[ recovery-image] Aug 25 20:33:48.853 INFO O| Aug 25 20:33:48.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78462026-08-25T20:33:50.134Z[ recovery-image] Aug 25 20:33:48.853 INFO O| Aug 25 20:33:48.853 INFO STEP 825 (remove_files) COMPLETE
78472026-08-25T20:33:50.134Z[ recovery-image] Aug 25 20:33:48.853 INFO O| Aug 25 20:33:48.853 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-08-25T20:33:50.142Z[ recovery-image] Aug 25 20:33:48.861 INFO O| Aug 25 20:33:48.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78492026-08-25T20:33:50.142Z[ recovery-image] Aug 25 20:33:48.861 INFO O| Aug 25 20:33:48.861 INFO STEP 826 (remove_files) COMPLETE
78502026-08-25T20:33:50.146Z[ recovery-image] Aug 25 20:33:48.861 INFO O| Aug 25 20:33:48.861 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-08-25T20:33:50.150Z[ recovery-image] Aug 25 20:33:48.869 INFO O| Aug 25 20:33:48.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78522026-08-25T20:33:50.150Z[ recovery-image] Aug 25 20:33:48.869 INFO O| Aug 25 20:33:48.869 INFO STEP 827 (remove_files) COMPLETE
78532026-08-25T20:33:50.153Z[ recovery-image] Aug 25 20:33:48.869 INFO O| Aug 25 20:33:48.869 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-08-25T20:33:50.160Z[ recovery-image] Aug 25 20:33:48.880 INFO O| Aug 25 20:33:48.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78552026-08-25T20:33:50.161Z[ recovery-image] Aug 25 20:33:48.880 INFO O| Aug 25 20:33:48.880 INFO STEP 828 (remove_files) COMPLETE
78562026-08-25T20:33:50.164Z[ recovery-image] Aug 25 20:33:48.880 INFO O| Aug 25 20:33:48.880 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-08-25T20:33:50.170Z[ recovery-image] Aug 25 20:33:48.889 INFO O| Aug 25 20:33:48.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78582026-08-25T20:33:50.170Z[ recovery-image] Aug 25 20:33:48.889 INFO O| Aug 25 20:33:48.889 INFO STEP 829 (remove_files) COMPLETE
78592026-08-25T20:33:50.170Z[ recovery-image] Aug 25 20:33:48.889 INFO O| Aug 25 20:33:48.889 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-08-25T20:33:50.179Z[ recovery-image] Aug 25 20:33:48.899 INFO O| Aug 25 20:33:48.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78612026-08-25T20:33:50.179Z[ recovery-image] Aug 25 20:33:48.899 INFO O| Aug 25 20:33:48.899 INFO STEP 830 (remove_files) COMPLETE
78622026-08-25T20:33:50.179Z[ recovery-image] Aug 25 20:33:48.899 INFO O| Aug 25 20:33:48.899 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-08-25T20:33:50.189Z[ recovery-image] Aug 25 20:33:48.909 INFO O| Aug 25 20:33:48.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78642026-08-25T20:33:50.190Z[ recovery-image] Aug 25 20:33:48.909 INFO O| Aug 25 20:33:48.909 INFO STEP 831 (remove_files) COMPLETE
78652026-08-25T20:33:50.190Z[ recovery-image] Aug 25 20:33:48.909 INFO O| Aug 25 20:33:48.909 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-08-25T20:33:50.200Z[ recovery-image] Aug 25 20:33:48.919 INFO O| Aug 25 20:33:48.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78672026-08-25T20:33:50.200Z[ recovery-image] Aug 25 20:33:48.919 INFO O| Aug 25 20:33:48.919 INFO STEP 832 (remove_files) COMPLETE
78682026-08-25T20:33:50.200Z[ recovery-image] Aug 25 20:33:48.919 INFO O| Aug 25 20:33:48.919 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-08-25T20:33:50.210Z[ recovery-image] Aug 25 20:33:48.929 INFO O| Aug 25 20:33:48.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78702026-08-25T20:33:50.210Z[ recovery-image] Aug 25 20:33:48.929 INFO O| Aug 25 20:33:48.929 INFO STEP 833 (remove_files) COMPLETE
78712026-08-25T20:33:50.214Z[ recovery-image] Aug 25 20:33:48.929 INFO O| Aug 25 20:33:48.929 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-08-25T20:33:50.219Z[ recovery-image] Aug 25 20:33:48.938 INFO O| Aug 25 20:33:48.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78732026-08-25T20:33:50.219Z[ recovery-image] Aug 25 20:33:48.938 INFO O| Aug 25 20:33:48.938 INFO STEP 834 (remove_files) COMPLETE
78742026-08-25T20:33:50.222Z[ recovery-image] Aug 25 20:33:48.938 INFO O| Aug 25 20:33:48.938 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-08-25T20:33:50.228Z[ recovery-image] Aug 25 20:33:48.947 INFO O| Aug 25 20:33:48.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78762026-08-25T20:33:50.228Z[ recovery-image] Aug 25 20:33:48.947 INFO O| Aug 25 20:33:48.947 INFO STEP 835 (remove_files) COMPLETE
78772026-08-25T20:33:50.231Z[ recovery-image] Aug 25 20:33:48.947 INFO O| Aug 25 20:33:48.947 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-08-25T20:33:50.248Z[ recovery-image] Aug 25 20:33:48.958 INFO O| Aug 25 20:33:48.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78792026-08-25T20:33:50.249Z[ recovery-image] Aug 25 20:33:48.958 INFO O| Aug 25 20:33:48.958 INFO STEP 836 (remove_files) COMPLETE
78802026-08-25T20:33:50.249Z[ recovery-image] Aug 25 20:33:48.958 INFO O| Aug 25 20:33:48.958 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-08-25T20:33:50.305Z[ recovery-image] Aug 25 20:33:48.969 INFO O| Aug 25 20:33:48.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78822026-08-25T20:33:50.305Z[ recovery-image] Aug 25 20:33:48.969 INFO O| Aug 25 20:33:48.969 INFO STEP 837 (remove_files) COMPLETE
78832026-08-25T20:33:50.305Z[ recovery-image] Aug 25 20:33:48.969 INFO O| Aug 25 20:33:48.969 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-08-25T20:33:50.305Z[ recovery-image] Aug 25 20:33:48.980 INFO O| Aug 25 20:33:48.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78852026-08-25T20:33:50.305Z[ recovery-image] Aug 25 20:33:48.980 INFO O| Aug 25 20:33:48.980 INFO STEP 838 (remove_files) COMPLETE
78862026-08-25T20:33:50.305Z[ recovery-image] Aug 25 20:33:48.980 INFO O| Aug 25 20:33:48.980 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-08-25T20:33:50.305Z[ recovery-image] Aug 25 20:33:48.989 INFO O| Aug 25 20:33:48.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78882026-08-25T20:33:50.305Z[ recovery-image] Aug 25 20:33:48.989 INFO O| Aug 25 20:33:48.989 INFO STEP 839 (remove_files) COMPLETE
78892026-08-25T20:33:50.305Z[ recovery-image] Aug 25 20:33:48.989 INFO O| Aug 25 20:33:48.989 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-08-25T20:33:50.305Z[ recovery-image] Aug 25 20:33:48.999 INFO O| Aug 25 20:33:48.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78912026-08-25T20:33:50.305Z[ recovery-image] Aug 25 20:33:48.999 INFO O| Aug 25 20:33:48.999 INFO STEP 840 (remove_files) COMPLETE
78922026-08-25T20:33:50.305Z[ recovery-image] Aug 25 20:33:48.999 INFO O| Aug 25 20:33:48.999 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-08-25T20:33:50.305Z[ recovery-image] Aug 25 20:33:49.008 INFO O| Aug 25 20:33:49.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78942026-08-25T20:33:50.307Z[ recovery-image] Aug 25 20:33:49.008 INFO O| Aug 25 20:33:49.008 INFO STEP 841 (remove_files) COMPLETE
78952026-08-25T20:33:50.307Z[ recovery-image] Aug 25 20:33:49.008 INFO O| Aug 25 20:33:49.008 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-08-25T20:33:50.307Z[ recovery-image] Aug 25 20:33:49.017 INFO O| Aug 25 20:33:49.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78972026-08-25T20:33:50.307Z[ recovery-image] Aug 25 20:33:49.017 INFO O| Aug 25 20:33:49.017 INFO STEP 842 (remove_files) COMPLETE
78982026-08-25T20:33:50.307Z[ recovery-image] Aug 25 20:33:49.017 INFO O| Aug 25 20:33:49.017 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-08-25T20:33:50.312Z[ recovery-image] Aug 25 20:33:49.026 INFO O| Aug 25 20:33:49.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
79002026-08-25T20:33:50.312Z[ recovery-image] Aug 25 20:33:49.026 INFO O| Aug 25 20:33:49.026 INFO STEP 843 (remove_files) COMPLETE
79012026-08-25T20:33:50.312Z[ recovery-image] Aug 25 20:33:49.026 INFO O| Aug 25 20:33:49.026 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-08-25T20:33:50.317Z[ recovery-image] Aug 25 20:33:49.036 INFO O| Aug 25 20:33:49.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79032026-08-25T20:33:50.317Z[ recovery-image] Aug 25 20:33:49.036 INFO O| Aug 25 20:33:49.036 INFO STEP 844 (remove_files) COMPLETE
79042026-08-25T20:33:50.317Z[ recovery-image] Aug 25 20:33:49.036 INFO O| Aug 25 20:33:49.036 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-08-25T20:33:50.325Z[ recovery-image] Aug 25 20:33:49.045 INFO O| Aug 25 20:33:49.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79062026-08-25T20:33:50.325Z[ recovery-image] Aug 25 20:33:49.045 INFO O| Aug 25 20:33:49.045 INFO STEP 845 (remove_files) COMPLETE
79072026-08-25T20:33:50.325Z[ recovery-image] Aug 25 20:33:49.045 INFO O| Aug 25 20:33:49.045 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-08-25T20:33:50.334Z[ recovery-image] Aug 25 20:33:49.053 INFO O| Aug 25 20:33:49.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79092026-08-25T20:33:50.335Z[ recovery-image] Aug 25 20:33:49.053 INFO O| Aug 25 20:33:49.053 INFO STEP 846 (remove_files) COMPLETE
79102026-08-25T20:33:50.335Z[ recovery-image] Aug 25 20:33:49.053 INFO O| Aug 25 20:33:49.053 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-08-25T20:33:50.343Z[ recovery-image] Aug 25 20:33:49.062 INFO O| Aug 25 20:33:49.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79122026-08-25T20:33:50.343Z[ recovery-image] Aug 25 20:33:49.062 INFO O| Aug 25 20:33:49.062 INFO STEP 847 (remove_files) COMPLETE
79132026-08-25T20:33:50.345Z[ recovery-image] Aug 25 20:33:49.062 INFO O| Aug 25 20:33:49.062 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-08-25T20:33:50.354Z[ recovery-image] Aug 25 20:33:49.074 INFO O| Aug 25 20:33:49.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79152026-08-25T20:33:50.355Z[ recovery-image] Aug 25 20:33:49.074 INFO O| Aug 25 20:33:49.074 INFO STEP 848 (remove_files) COMPLETE
79162026-08-25T20:33:50.355Z[ recovery-image] Aug 25 20:33:49.074 INFO O| Aug 25 20:33:49.074 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-08-25T20:33:50.364Z[ recovery-image] Aug 25 20:33:49.083 INFO O| Aug 25 20:33:49.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79182026-08-25T20:33:50.364Z[ recovery-image] Aug 25 20:33:49.083 INFO O| Aug 25 20:33:49.083 INFO STEP 849 (remove_files) COMPLETE
79192026-08-25T20:33:50.364Z[ recovery-image] Aug 25 20:33:49.083 INFO O| Aug 25 20:33:49.083 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-08-25T20:33:50.375Z[ recovery-image] Aug 25 20:33:49.095 INFO O| Aug 25 20:33:49.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79212026-08-25T20:33:50.375Z[ recovery-image] Aug 25 20:33:49.095 INFO O| Aug 25 20:33:49.095 INFO STEP 850 (remove_files) COMPLETE
79222026-08-25T20:33:50.376Z[ recovery-image] Aug 25 20:33:49.095 INFO O| Aug 25 20:33:49.095 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-08-25T20:33:50.397Z[ recovery-image] Aug 25 20:33:49.105 INFO O| Aug 25 20:33:49.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79242026-08-25T20:33:50.397Z[ recovery-image] Aug 25 20:33:49.105 INFO O| Aug 25 20:33:49.105 INFO STEP 851 (remove_files) COMPLETE
79252026-08-25T20:33:50.397Z[ recovery-image] Aug 25 20:33:49.105 INFO O| Aug 25 20:33:49.105 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-08-25T20:33:50.459Z[ recovery-image] Aug 25 20:33:49.115 INFO O| Aug 25 20:33:49.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79272026-08-25T20:33:50.459Z[ recovery-image] Aug 25 20:33:49.115 INFO O| Aug 25 20:33:49.115 INFO STEP 852 (remove_files) COMPLETE
79282026-08-25T20:33:50.459Z[ recovery-image] Aug 25 20:33:49.115 INFO O| Aug 25 20:33:49.115 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-08-25T20:33:50.459Z[ recovery-image] Aug 25 20:33:49.126 INFO O| Aug 25 20:33:49.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79302026-08-25T20:33:50.459Z[ recovery-image] Aug 25 20:33:49.126 INFO O| Aug 25 20:33:49.126 INFO STEP 853 (remove_files) COMPLETE
79312026-08-25T20:33:50.459Z[ recovery-image] Aug 25 20:33:49.126 INFO O| Aug 25 20:33:49.126 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-08-25T20:33:50.459Z[ recovery-image] Aug 25 20:33:49.136 INFO O| Aug 25 20:33:49.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79332026-08-25T20:33:50.459Z[ recovery-image] Aug 25 20:33:49.137 INFO O| Aug 25 20:33:49.136 INFO STEP 854 (remove_files) COMPLETE
79342026-08-25T20:33:50.459Z[ recovery-image] Aug 25 20:33:49.137 INFO O| Aug 25 20:33:49.136 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-08-25T20:33:50.493Z[ recovery-image] Aug 25 20:33:49.146 INFO O| Aug 25 20:33:49.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79362026-08-25T20:33:50.493Z[ recovery-image] Aug 25 20:33:49.146 INFO O| Aug 25 20:33:49.146 INFO STEP 855 (remove_files) COMPLETE
79372026-08-25T20:33:50.493Z[ recovery-image] Aug 25 20:33:49.146 INFO O| Aug 25 20:33:49.146 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-08-25T20:33:50.493Z[ recovery-image] Aug 25 20:33:49.156 INFO O| Aug 25 20:33:49.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79392026-08-25T20:33:50.493Z[ recovery-image] Aug 25 20:33:49.156 INFO O| Aug 25 20:33:49.156 INFO STEP 856 (remove_files) COMPLETE
79402026-08-25T20:33:50.493Z[ recovery-image] Aug 25 20:33:49.156 INFO O| Aug 25 20:33:49.156 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-08-25T20:33:50.493Z[ recovery-image] Aug 25 20:33:49.165 INFO O| Aug 25 20:33:49.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79422026-08-25T20:33:50.493Z[ recovery-image] Aug 25 20:33:49.166 INFO O| Aug 25 20:33:49.165 INFO STEP 857 (remove_files) COMPLETE
79432026-08-25T20:33:50.493Z[ recovery-image] Aug 25 20:33:49.166 INFO O| Aug 25 20:33:49.165 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-08-25T20:33:50.493Z[ recovery-image] Aug 25 20:33:49.174 INFO O| Aug 25 20:33:49.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79452026-08-25T20:33:50.493Z[ recovery-image] Aug 25 20:33:49.174 INFO O| Aug 25 20:33:49.174 INFO STEP 858 (remove_files) COMPLETE
79462026-08-25T20:33:50.493Z[ recovery-image] Aug 25 20:33:49.174 INFO O| Aug 25 20:33:49.174 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-08-25T20:33:50.493Z[ recovery-image] Aug 25 20:33:49.183 INFO O| Aug 25 20:33:49.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79482026-08-25T20:33:50.493Z[ recovery-image] Aug 25 20:33:49.183 INFO O| Aug 25 20:33:49.183 INFO STEP 859 (remove_files) COMPLETE
79492026-08-25T20:33:50.494Z[ recovery-image] Aug 25 20:33:49.183 INFO O| Aug 25 20:33:49.183 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-08-25T20:33:50.494Z[ recovery-image] Aug 25 20:33:49.192 INFO O| Aug 25 20:33:49.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79512026-08-25T20:33:50.494Z[ recovery-image] Aug 25 20:33:49.192 INFO O| Aug 25 20:33:49.192 INFO STEP 860 (remove_files) COMPLETE
79522026-08-25T20:33:50.494Z[ recovery-image] Aug 25 20:33:49.192 INFO O| Aug 25 20:33:49.192 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-08-25T20:33:50.530Z[ recovery-image] Aug 25 20:33:49.201 INFO O| Aug 25 20:33:49.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79542026-08-25T20:33:50.530Z[ recovery-image] Aug 25 20:33:49.201 INFO O| Aug 25 20:33:49.201 INFO STEP 861 (remove_files) COMPLETE
79552026-08-25T20:33:50.530Z[ recovery-image] Aug 25 20:33:49.201 INFO O| Aug 25 20:33:49.201 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-08-25T20:33:50.530Z[ recovery-image] Aug 25 20:33:49.211 INFO O| Aug 25 20:33:49.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79572026-08-25T20:33:50.530Z[ recovery-image] Aug 25 20:33:49.211 INFO O| Aug 25 20:33:49.211 INFO STEP 862 (remove_files) COMPLETE
79582026-08-25T20:33:50.530Z[ recovery-image] Aug 25 20:33:49.211 INFO O| Aug 25 20:33:49.211 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-08-25T20:33:50.536Z[ recovery-image] Aug 25 20:33:49.221 INFO O| Aug 25 20:33:49.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79602026-08-25T20:33:50.536Z[ recovery-image] Aug 25 20:33:49.221 INFO O| Aug 25 20:33:49.221 INFO STEP 863 (remove_files) COMPLETE
79612026-08-25T20:33:50.536Z[ recovery-image] Aug 25 20:33:49.221 INFO O| Aug 25 20:33:49.221 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-08-25T20:33:50.537Z[ recovery-image] Aug 25 20:33:49.231 INFO O| Aug 25 20:33:49.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79632026-08-25T20:33:50.537Z[ recovery-image] Aug 25 20:33:49.231 INFO O| Aug 25 20:33:49.231 INFO STEP 864 (remove_files) COMPLETE
79642026-08-25T20:33:50.537Z[ recovery-image] Aug 25 20:33:49.231 INFO O| Aug 25 20:33:49.231 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-08-25T20:33:50.537Z[ recovery-image] Aug 25 20:33:49.241 INFO O| Aug 25 20:33:49.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79662026-08-25T20:33:50.537Z[ recovery-image] Aug 25 20:33:49.241 INFO O| Aug 25 20:33:49.241 INFO STEP 865 (remove_files) COMPLETE
79672026-08-25T20:33:50.538Z[ recovery-image] Aug 25 20:33:49.241 INFO O| Aug 25 20:33:49.241 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-08-25T20:33:50.538Z[ recovery-image] Aug 25 20:33:49.252 INFO O| Aug 25 20:33:49.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79692026-08-25T20:33:50.538Z[ recovery-image] Aug 25 20:33:49.252 INFO O| Aug 25 20:33:49.252 INFO STEP 866 (remove_files) COMPLETE
79702026-08-25T20:33:50.538Z[ recovery-image] Aug 25 20:33:49.252 INFO O| Aug 25 20:33:49.252 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-08-25T20:33:50.567Z[ recovery-image] Aug 25 20:33:49.261 INFO O| Aug 25 20:33:49.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79722026-08-25T20:33:50.568Z[ recovery-image] Aug 25 20:33:49.261 INFO O| Aug 25 20:33:49.261 INFO STEP 867 (remove_files) COMPLETE
79732026-08-25T20:33:50.568Z[ recovery-image] Aug 25 20:33:49.261 INFO O| Aug 25 20:33:49.261 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-08-25T20:33:50.568Z[ recovery-image] Aug 25 20:33:49.271 INFO O| Aug 25 20:33:49.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79752026-08-25T20:33:50.568Z[ recovery-image] Aug 25 20:33:49.271 INFO O| Aug 25 20:33:49.271 INFO STEP 868 (remove_files) COMPLETE
79762026-08-25T20:33:50.569Z[ recovery-image] Aug 25 20:33:49.271 INFO O| Aug 25 20:33:49.271 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-08-25T20:33:50.578Z[ recovery-image] Aug 25 20:33:49.281 INFO O| Aug 25 20:33:49.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79782026-08-25T20:33:50.578Z[ recovery-image] Aug 25 20:33:49.281 INFO O| Aug 25 20:33:49.281 INFO STEP 869 (remove_files) COMPLETE
79792026-08-25T20:33:50.579Z[ recovery-image] Aug 25 20:33:49.281 INFO O| Aug 25 20:33:49.281 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-08-25T20:33:50.579Z[ recovery-image] Aug 25 20:33:49.292 INFO O| Aug 25 20:33:49.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79812026-08-25T20:33:50.586Z[ recovery-image] Aug 25 20:33:49.293 INFO O| Aug 25 20:33:49.293 INFO STEP 870 (remove_files) COMPLETE
79822026-08-25T20:33:50.586Z[ recovery-image] Aug 25 20:33:49.293 INFO O| Aug 25 20:33:49.293 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-08-25T20:33:50.592Z[ recovery-image] Aug 25 20:33:49.304 INFO O| Aug 25 20:33:49.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79842026-08-25T20:33:50.592Z[ recovery-image] Aug 25 20:33:49.304 INFO O| Aug 25 20:33:49.304 INFO STEP 871 (remove_files) COMPLETE
79852026-08-25T20:33:50.592Z[ recovery-image] Aug 25 20:33:49.304 INFO O| Aug 25 20:33:49.304 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-25T20:33:50.596Z[ recovery-image] Aug 25 20:33:49.313 INFO O| Aug 25 20:33:49.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79872026-08-25T20:33:50.597Z[ recovery-image] Aug 25 20:33:49.313 INFO O| Aug 25 20:33:49.313 INFO STEP 872 (remove_files) COMPLETE
79882026-08-25T20:33:50.598Z[ recovery-image] Aug 25 20:33:49.313 INFO O| Aug 25 20:33:49.313 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-08-25T20:33:50.603Z[ recovery-image] Aug 25 20:33:49.322 INFO O| Aug 25 20:33:49.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79902026-08-25T20:33:50.606Z[ recovery-image] Aug 25 20:33:49.322 INFO O| Aug 25 20:33:49.322 INFO STEP 873 (remove_files) COMPLETE
79912026-08-25T20:33:50.607Z[ recovery-image] Aug 25 20:33:49.322 INFO O| Aug 25 20:33:49.322 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-25T20:33:50.612Z[ recovery-image] Aug 25 20:33:49.331 INFO O| Aug 25 20:33:49.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79932026-08-25T20:33:50.612Z[ recovery-image] Aug 25 20:33:49.331 INFO O| Aug 25 20:33:49.331 INFO STEP 874 (remove_files) COMPLETE
79942026-08-25T20:33:50.612Z[ recovery-image] Aug 25 20:33:49.331 INFO O| Aug 25 20:33:49.331 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-25T20:33:50.620Z[ recovery-image] Aug 25 20:33:49.339 INFO O| Aug 25 20:33:49.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79962026-08-25T20:33:50.620Z[ recovery-image] Aug 25 20:33:49.339 INFO O| Aug 25 20:33:49.339 INFO STEP 875 (remove_files) COMPLETE
79972026-08-25T20:33:50.620Z[ recovery-image] Aug 25 20:33:49.339 INFO O| Aug 25 20:33:49.339 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-25T20:33:50.628Z[ recovery-image] Aug 25 20:33:49.347 INFO O| Aug 25 20:33:49.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79992026-08-25T20:33:50.628Z[ recovery-image] Aug 25 20:33:49.347 INFO O| Aug 25 20:33:49.347 INFO STEP 876 (remove_files) COMPLETE
80002026-08-25T20:33:50.628Z[ recovery-image] Aug 25 20:33:49.347 INFO O| Aug 25 20:33:49.347 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-08-25T20:33:50.636Z[ recovery-image] Aug 25 20:33:49.355 INFO O| Aug 25 20:33:49.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80022026-08-25T20:33:50.637Z[ recovery-image] Aug 25 20:33:49.356 INFO O| Aug 25 20:33:49.355 INFO STEP 877 (remove_files) COMPLETE
80032026-08-25T20:33:50.638Z[ recovery-image] Aug 25 20:33:49.356 INFO O| Aug 25 20:33:49.355 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-08-25T20:33:50.648Z[ recovery-image] Aug 25 20:33:49.367 INFO O| Aug 25 20:33:49.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80052026-08-25T20:33:50.648Z[ recovery-image] Aug 25 20:33:49.367 INFO O| Aug 25 20:33:49.367 INFO STEP 878 (remove_files) COMPLETE
80062026-08-25T20:33:50.648Z[ recovery-image] Aug 25 20:33:49.367 INFO O| Aug 25 20:33:49.367 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-08-25T20:33:50.658Z[ recovery-image] Aug 25 20:33:49.377 INFO O| Aug 25 20:33:49.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80082026-08-25T20:33:50.658Z[ recovery-image] Aug 25 20:33:49.377 INFO O| Aug 25 20:33:49.377 INFO STEP 879 (remove_files) COMPLETE
80092026-08-25T20:33:50.658Z[ recovery-image] Aug 25 20:33:49.377 INFO O| Aug 25 20:33:49.377 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-08-25T20:33:50.668Z[ recovery-image] Aug 25 20:33:49.387 INFO O| Aug 25 20:33:49.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80112026-08-25T20:33:50.668Z[ recovery-image] Aug 25 20:33:49.387 INFO O| Aug 25 20:33:49.387 INFO STEP 880 (remove_files) COMPLETE
80122026-08-25T20:33:50.668Z[ recovery-image] Aug 25 20:33:49.387 INFO O| Aug 25 20:33:49.387 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-08-25T20:33:50.677Z[ recovery-image] Aug 25 20:33:49.396 INFO O| Aug 25 20:33:49.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80142026-08-25T20:33:50.677Z[ recovery-image] Aug 25 20:33:49.396 INFO O| Aug 25 20:33:49.396 INFO STEP 881 (remove_files) COMPLETE
80152026-08-25T20:33:50.677Z[ recovery-image] Aug 25 20:33:49.396 INFO O| Aug 25 20:33:49.396 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-08-25T20:33:50.686Z[ recovery-image] Aug 25 20:33:49.405 INFO O| Aug 25 20:33:49.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80172026-08-25T20:33:50.687Z[ recovery-image] Aug 25 20:33:49.405 INFO O| Aug 25 20:33:49.405 INFO STEP 882 (remove_files) COMPLETE
80182026-08-25T20:33:50.692Z[ recovery-image] Aug 25 20:33:49.405 INFO O| Aug 25 20:33:49.405 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-08-25T20:33:50.696Z[ recovery-image] Aug 25 20:33:49.415 INFO O| Aug 25 20:33:49.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80202026-08-25T20:33:50.696Z[ recovery-image] Aug 25 20:33:49.415 INFO O| Aug 25 20:33:49.415 INFO STEP 883 (remove_files) COMPLETE
80212026-08-25T20:33:50.696Z[ recovery-image] Aug 25 20:33:49.415 INFO O| Aug 25 20:33:49.415 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-08-25T20:33:50.705Z[ recovery-image] Aug 25 20:33:49.424 INFO O| Aug 25 20:33:49.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80232026-08-25T20:33:50.708Z[ recovery-image] Aug 25 20:33:49.424 INFO O| Aug 25 20:33:49.424 INFO STEP 884 (remove_files) COMPLETE
80242026-08-25T20:33:50.708Z[ recovery-image] Aug 25 20:33:49.424 INFO O| Aug 25 20:33:49.424 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-08-25T20:33:50.713Z[ recovery-image] Aug 25 20:33:49.432 INFO O| Aug 25 20:33:49.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80262026-08-25T20:33:50.713Z[ recovery-image] Aug 25 20:33:49.432 INFO O| Aug 25 20:33:49.432 INFO STEP 885 (remove_files) COMPLETE
80272026-08-25T20:33:50.713Z[ recovery-image] Aug 25 20:33:49.432 INFO O| Aug 25 20:33:49.432 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-08-25T20:33:50.723Z[ recovery-image] Aug 25 20:33:49.442 INFO O| Aug 25 20:33:49.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80292026-08-25T20:33:50.723Z[ recovery-image] Aug 25 20:33:49.442 INFO O| Aug 25 20:33:49.442 INFO STEP 886 (remove_files) COMPLETE
80302026-08-25T20:33:50.723Z[ recovery-image] Aug 25 20:33:49.442 INFO O| Aug 25 20:33:49.442 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-08-25T20:33:50.731Z[ recovery-image] Aug 25 20:33:49.450 INFO O| Aug 25 20:33:49.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80322026-08-25T20:33:50.735Z[ recovery-image] Aug 25 20:33:49.450 INFO O| Aug 25 20:33:49.450 INFO STEP 887 (remove_files) COMPLETE
80332026-08-25T20:33:50.735Z[ recovery-image] Aug 25 20:33:49.450 INFO O| Aug 25 20:33:49.450 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-08-25T20:33:50.740Z[ recovery-image] Aug 25 20:33:49.459 INFO O| Aug 25 20:33:49.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80352026-08-25T20:33:50.740Z[ recovery-image] Aug 25 20:33:49.459 INFO O| Aug 25 20:33:49.459 INFO STEP 888 (remove_files) COMPLETE
80362026-08-25T20:33:50.740Z[ recovery-image] Aug 25 20:33:49.459 INFO O| Aug 25 20:33:49.459 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-08-25T20:33:50.749Z[ recovery-image] Aug 25 20:33:49.468 INFO O| Aug 25 20:33:49.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80382026-08-25T20:33:50.749Z[ recovery-image] Aug 25 20:33:49.468 INFO O| Aug 25 20:33:49.468 INFO STEP 889 (remove_files) COMPLETE
80392026-08-25T20:33:50.752Z[ recovery-image] Aug 25 20:33:49.468 INFO O| Aug 25 20:33:49.468 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-08-25T20:33:50.758Z[ recovery-image] Aug 25 20:33:49.477 INFO O| Aug 25 20:33:49.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80412026-08-25T20:33:50.758Z[ recovery-image] Aug 25 20:33:49.477 INFO O| Aug 25 20:33:49.477 INFO STEP 890 (remove_files) COMPLETE
80422026-08-25T20:33:50.758Z[ recovery-image] Aug 25 20:33:49.477 INFO O| Aug 25 20:33:49.477 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-08-25T20:33:50.767Z[ recovery-image] Aug 25 20:33:49.486 INFO O| Aug 25 20:33:49.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80442026-08-25T20:33:50.767Z[ recovery-image] Aug 25 20:33:49.486 INFO O| Aug 25 20:33:49.486 INFO STEP 891 (remove_files) COMPLETE
80452026-08-25T20:33:50.768Z[ recovery-image] Aug 25 20:33:49.486 INFO O| Aug 25 20:33:49.486 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-08-25T20:33:50.777Z[ recovery-image] Aug 25 20:33:49.496 INFO O| Aug 25 20:33:49.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80472026-08-25T20:33:50.777Z[ recovery-image] Aug 25 20:33:49.496 INFO O| Aug 25 20:33:49.496 INFO STEP 892 (remove_files) COMPLETE
80482026-08-25T20:33:50.777Z[ recovery-image] Aug 25 20:33:49.496 INFO O| Aug 25 20:33:49.496 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-08-25T20:33:50.786Z[ recovery-image] Aug 25 20:33:49.505 INFO O| Aug 25 20:33:49.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80502026-08-25T20:33:50.786Z[ recovery-image] Aug 25 20:33:49.505 INFO O| Aug 25 20:33:49.505 INFO STEP 893 (remove_files) COMPLETE
80512026-08-25T20:33:50.786Z[ recovery-image] Aug 25 20:33:49.505 INFO O| Aug 25 20:33:49.505 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-08-25T20:33:50.794Z[ recovery-image] Aug 25 20:33:49.514 INFO O| Aug 25 20:33:49.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80532026-08-25T20:33:50.794Z[ recovery-image] Aug 25 20:33:49.514 INFO O| Aug 25 20:33:49.514 INFO STEP 894 (remove_files) COMPLETE
80542026-08-25T20:33:50.795Z[ recovery-image] Aug 25 20:33:49.514 INFO O| Aug 25 20:33:49.514 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-08-25T20:33:50.804Z[ recovery-image] Aug 25 20:33:49.522 INFO O| Aug 25 20:33:49.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80562026-08-25T20:33:50.804Z[ recovery-image] Aug 25 20:33:49.522 INFO O| Aug 25 20:33:49.522 INFO STEP 895 (remove_files) COMPLETE
80572026-08-25T20:33:50.807Z[ recovery-image] Aug 25 20:33:49.522 INFO O| Aug 25 20:33:49.522 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-08-25T20:33:50.811Z[ recovery-image] Aug 25 20:33:49.530 INFO O| Aug 25 20:33:49.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80592026-08-25T20:33:50.811Z[ recovery-image] Aug 25 20:33:49.531 INFO O| Aug 25 20:33:49.531 INFO STEP 896 (remove_files) COMPLETE
80602026-08-25T20:33:50.814Z[ recovery-image] Aug 25 20:33:49.531 INFO O| Aug 25 20:33:49.531 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-08-25T20:33:50.819Z[ recovery-image] Aug 25 20:33:49.539 INFO O| Aug 25 20:33:49.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80622026-08-25T20:33:50.819Z[ recovery-image] Aug 25 20:33:49.539 INFO O| Aug 25 20:33:49.539 INFO STEP 897 (remove_files) COMPLETE
80632026-08-25T20:33:50.819Z[ recovery-image] Aug 25 20:33:49.539 INFO O| Aug 25 20:33:49.539 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-08-25T20:33:50.827Z[ recovery-image] Aug 25 20:33:49.547 INFO O| Aug 25 20:33:49.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80652026-08-25T20:33:50.827Z[ recovery-image] Aug 25 20:33:49.547 INFO O| Aug 25 20:33:49.547 INFO STEP 898 (remove_files) COMPLETE
80662026-08-25T20:33:50.827Z[ recovery-image] Aug 25 20:33:49.547 INFO O| Aug 25 20:33:49.547 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-08-25T20:33:50.835Z[ recovery-image] Aug 25 20:33:49.555 INFO O| Aug 25 20:33:49.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80682026-08-25T20:33:50.837Z[ recovery-image] Aug 25 20:33:49.555 INFO O| Aug 25 20:33:49.555 INFO STEP 899 (remove_files) COMPLETE
80692026-08-25T20:33:50.841Z[ recovery-image] Aug 25 20:33:49.555 INFO O| Aug 25 20:33:49.555 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-08-25T20:33:50.846Z[ recovery-image] Aug 25 20:33:49.563 INFO O| Aug 25 20:33:49.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80712026-08-25T20:33:50.846Z[ recovery-image] Aug 25 20:33:49.563 INFO O| Aug 25 20:33:49.563 INFO STEP 900 (remove_files) COMPLETE
80722026-08-25T20:33:50.846Z[ recovery-image] Aug 25 20:33:49.563 INFO O| Aug 25 20:33:49.563 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-25T20:33:50.853Z[ recovery-image] Aug 25 20:33:49.572 INFO O| Aug 25 20:33:49.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80742026-08-25T20:33:50.853Z[ recovery-image] Aug 25 20:33:49.572 INFO O| Aug 25 20:33:49.572 INFO STEP 901 (remove_files) COMPLETE
80752026-08-25T20:33:50.853Z[ recovery-image] Aug 25 20:33:49.572 INFO O| Aug 25 20:33:49.572 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-25T20:33:50.863Z[ recovery-image] Aug 25 20:33:49.582 INFO O| Aug 25 20:33:49.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80772026-08-25T20:33:50.863Z[ recovery-image] Aug 25 20:33:49.582 INFO O| Aug 25 20:33:49.582 INFO STEP 902 (remove_files) COMPLETE
80782026-08-25T20:33:50.863Z[ recovery-image] Aug 25 20:33:49.582 INFO O| Aug 25 20:33:49.582 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-25T20:33:50.872Z[ recovery-image] Aug 25 20:33:49.591 INFO O| Aug 25 20:33:49.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80802026-08-25T20:33:50.872Z[ recovery-image] Aug 25 20:33:49.591 INFO O| Aug 25 20:33:49.591 INFO STEP 903 (remove_files) COMPLETE
80812026-08-25T20:33:50.875Z[ recovery-image] Aug 25 20:33:49.591 INFO O| Aug 25 20:33:49.591 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-25T20:33:50.885Z[ recovery-image] Aug 25 20:33:49.602 INFO O| Aug 25 20:33:49.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80832026-08-25T20:33:50.885Z[ recovery-image] Aug 25 20:33:49.602 INFO O| Aug 25 20:33:49.602 INFO STEP 904 (remove_files) COMPLETE
80842026-08-25T20:33:50.885Z[ recovery-image] Aug 25 20:33:49.602 INFO O| Aug 25 20:33:49.602 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-25T20:33:50.893Z[ recovery-image] Aug 25 20:33:49.612 INFO O| Aug 25 20:33:49.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80862026-08-25T20:33:50.893Z[ recovery-image] Aug 25 20:33:49.612 INFO O| Aug 25 20:33:49.612 INFO STEP 905 (remove_files) COMPLETE
80872026-08-25T20:33:50.893Z[ recovery-image] Aug 25 20:33:49.612 INFO O| Aug 25 20:33:49.612 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-25T20:33:50.901Z[ recovery-image] Aug 25 20:33:49.620 INFO O| Aug 25 20:33:49.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80892026-08-25T20:33:50.901Z[ recovery-image] Aug 25 20:33:49.620 INFO O| Aug 25 20:33:49.620 INFO STEP 906 (remove_files) COMPLETE
80902026-08-25T20:33:50.905Z[ recovery-image] Aug 25 20:33:49.620 INFO O| Aug 25 20:33:49.620 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-25T20:33:50.910Z[ recovery-image] Aug 25 20:33:49.629 INFO O| Aug 25 20:33:49.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80922026-08-25T20:33:50.910Z[ recovery-image] Aug 25 20:33:49.629 INFO O| Aug 25 20:33:49.629 INFO STEP 907 (remove_files) COMPLETE
80932026-08-25T20:33:50.912Z[ recovery-image] Aug 25 20:33:49.629 INFO O| Aug 25 20:33:49.629 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-25T20:33:50.920Z[ recovery-image] Aug 25 20:33:49.637 INFO O| Aug 25 20:33:49.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80952026-08-25T20:33:50.920Z[ recovery-image] Aug 25 20:33:49.637 INFO O| Aug 25 20:33:49.637 INFO STEP 908 (remove_files) COMPLETE
80962026-08-25T20:33:50.923Z[ recovery-image] Aug 25 20:33:49.637 INFO O| Aug 25 20:33:49.637 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-25T20:33:50.928Z[ recovery-image] Aug 25 20:33:49.645 INFO O| Aug 25 20:33:49.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80982026-08-25T20:33:50.928Z[ recovery-image] Aug 25 20:33:49.645 INFO O| Aug 25 20:33:49.645 INFO STEP 909 (remove_files) COMPLETE
80992026-08-25T20:33:50.928Z[ recovery-image] Aug 25 20:33:49.645 INFO O| Aug 25 20:33:49.645 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-25T20:33:50.935Z[ recovery-image] Aug 25 20:33:49.655 INFO O| Aug 25 20:33:49.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
81012026-08-25T20:33:50.936Z[ recovery-image] Aug 25 20:33:49.655 INFO O| Aug 25 20:33:49.655 INFO STEP 910 (remove_files) COMPLETE
81022026-08-25T20:33:50.936Z[ recovery-image] Aug 25 20:33:49.655 INFO O| Aug 25 20:33:49.655 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-25T20:33:50.945Z[ recovery-image] Aug 25 20:33:49.663 INFO O| Aug 25 20:33:49.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
81042026-08-25T20:33:50.945Z[ recovery-image] Aug 25 20:33:49.663 INFO O| Aug 25 20:33:49.663 INFO STEP 911 (remove_files) COMPLETE
81052026-08-25T20:33:50.945Z[ recovery-image] Aug 25 20:33:49.663 INFO O| Aug 25 20:33:49.663 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-25T20:33:50.953Z[ recovery-image] Aug 25 20:33:49.672 INFO O| Aug 25 20:33:49.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81072026-08-25T20:33:50.953Z[ recovery-image] Aug 25 20:33:49.672 INFO O| Aug 25 20:33:49.672 INFO STEP 912 (remove_files) COMPLETE
81082026-08-25T20:33:50.956Z[ recovery-image] Aug 25 20:33:49.672 INFO O| Aug 25 20:33:49.672 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-25T20:33:50.963Z[ recovery-image] Aug 25 20:33:49.683 INFO O| Aug 25 20:33:49.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81102026-08-25T20:33:50.963Z[ recovery-image] Aug 25 20:33:49.683 INFO O| Aug 25 20:33:49.683 INFO STEP 913 (remove_files) COMPLETE
81112026-08-25T20:33:50.963Z[ recovery-image] Aug 25 20:33:49.683 INFO O| Aug 25 20:33:49.683 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-25T20:33:50.974Z[ recovery-image] Aug 25 20:33:49.692 INFO O| Aug 25 20:33:49.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81132026-08-25T20:33:50.975Z[ recovery-image] Aug 25 20:33:49.692 INFO O| Aug 25 20:33:49.692 INFO STEP 914 (remove_files) COMPLETE
81142026-08-25T20:33:50.978Z[ recovery-image] Aug 25 20:33:49.692 INFO O| Aug 25 20:33:49.692 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-25T20:33:50.982Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
81162026-08-25T20:33:50.985Z[ recovery-image] Aug 25 20:33:49.700 INFO O| Aug 25 20:33:49.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81172026-08-25T20:33:50.985Z[ recovery-image] Aug 25 20:33:49.700 INFO O| Aug 25 20:33:49.700 INFO STEP 915 (remove_files) COMPLETE
81182026-08-25T20:33:50.985Z[ recovery-image] Aug 25 20:33:49.700 INFO O| Aug 25 20:33:49.700 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-08-25T20:33:50.996Z[ recovery-image] Aug 25 20:33:49.714 INFO O| Aug 25 20:33:49.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81202026-08-25T20:33:50.996Z[ recovery-image] Aug 25 20:33:49.714 INFO O| Aug 25 20:33:49.712 INFO STEP 916 (remove_files) COMPLETE
81212026-08-25T20:33:50.996Z[ recovery-image] Aug 25 20:33:49.714 INFO O| Aug 25 20:33:49.712 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-08-25T20:33:51.003Z[ recovery-image] Aug 25 20:33:49.722 INFO O| Aug 25 20:33:49.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81232026-08-25T20:33:51.003Z[ recovery-image] Aug 25 20:33:49.722 INFO O| Aug 25 20:33:49.722 INFO STEP 917 (remove_files) COMPLETE
81242026-08-25T20:33:51.006Z[ recovery-image] Aug 25 20:33:49.722 INFO O| Aug 25 20:33:49.722 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-08-25T20:33:51.013Z[ recovery-image] Aug 25 20:33:49.731 INFO O| Aug 25 20:33:49.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81262026-08-25T20:33:51.013Z[ recovery-image] Aug 25 20:33:49.731 INFO O| Aug 25 20:33:49.731 INFO STEP 918 (remove_files) COMPLETE
81272026-08-25T20:33:51.013Z[ recovery-image] Aug 25 20:33:49.731 INFO O| Aug 25 20:33:49.731 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-08-25T20:33:51.024Z[ recovery-image] Aug 25 20:33:49.744 INFO O| Aug 25 20:33:49.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81292026-08-25T20:33:51.024Z[ recovery-image] Aug 25 20:33:49.744 INFO O| Aug 25 20:33:49.744 INFO STEP 919 (remove_files) COMPLETE
81302026-08-25T20:33:51.028Z[ recovery-image] Aug 25 20:33:49.744 INFO O| Aug 25 20:33:49.744 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-08-25T20:33:51.035Z[ recovery-image] Aug 25 20:33:49.754 INFO O| Aug 25 20:33:49.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81322026-08-25T20:33:51.039Z[ recovery-image] Aug 25 20:33:49.754 INFO O| Aug 25 20:33:49.754 INFO STEP 920 (remove_files) COMPLETE
81332026-08-25T20:33:51.039Z[ recovery-image] Aug 25 20:33:49.754 INFO O| Aug 25 20:33:49.754 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-08-25T20:33:51.043Z[ recovery-image] Aug 25 20:33:49.763 INFO O| Aug 25 20:33:49.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81352026-08-25T20:33:51.043Z[ recovery-image] Aug 25 20:33:49.763 INFO O| Aug 25 20:33:49.763 INFO STEP 921 (remove_files) COMPLETE
81362026-08-25T20:33:51.044Z[ recovery-image] Aug 25 20:33:49.763 INFO O| Aug 25 20:33:49.763 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-08-25T20:33:51.051Z[ recovery-image] Aug 25 20:33:49.770 INFO O| Aug 25 20:33:49.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81382026-08-25T20:33:51.051Z[ recovery-image] Aug 25 20:33:49.770 INFO O| Aug 25 20:33:49.770 INFO STEP 922 (remove_files) COMPLETE
81392026-08-25T20:33:51.051Z[ recovery-image] Aug 25 20:33:49.770 INFO O| Aug 25 20:33:49.770 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-08-25T20:33:51.059Z[ recovery-image] Aug 25 20:33:49.778 INFO O| Aug 25 20:33:49.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81412026-08-25T20:33:51.059Z[ recovery-image] Aug 25 20:33:49.778 INFO O| Aug 25 20:33:49.778 INFO STEP 923 (remove_files) COMPLETE
81422026-08-25T20:33:51.063Z[ recovery-image] Aug 25 20:33:49.778 INFO O| Aug 25 20:33:49.778 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-08-25T20:33:51.068Z[ recovery-image] Aug 25 20:33:49.788 INFO O| Aug 25 20:33:49.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81442026-08-25T20:33:51.068Z[ recovery-image] Aug 25 20:33:49.788 INFO O| Aug 25 20:33:49.788 INFO STEP 924 (remove_files) COMPLETE
81452026-08-25T20:33:51.071Z[ recovery-image] Aug 25 20:33:49.788 INFO O| Aug 25 20:33:49.788 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-08-25T20:33:51.079Z[ recovery-image] Aug 25 20:33:49.797 INFO O| Aug 25 20:33:49.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81472026-08-25T20:33:51.079Z[ recovery-image] Aug 25 20:33:49.797 INFO O| Aug 25 20:33:49.797 INFO STEP 925 (remove_files) COMPLETE
81482026-08-25T20:33:51.079Z[ recovery-image] Aug 25 20:33:49.797 INFO O| Aug 25 20:33:49.797 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-08-25T20:33:51.088Z[ recovery-image] Aug 25 20:33:49.806 INFO O| Aug 25 20:33:49.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81502026-08-25T20:33:51.088Z[ recovery-image] Aug 25 20:33:49.806 INFO O| Aug 25 20:33:49.806 INFO STEP 926 (remove_files) COMPLETE
81512026-08-25T20:33:51.088Z[ recovery-image] Aug 25 20:33:49.806 INFO O| Aug 25 20:33:49.806 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-08-25T20:33:51.096Z[ recovery-image] Aug 25 20:33:49.816 INFO O| Aug 25 20:33:49.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81532026-08-25T20:33:51.097Z[ recovery-image] Aug 25 20:33:49.816 INFO O| Aug 25 20:33:49.816 INFO STEP 927 (remove_files) COMPLETE
81542026-08-25T20:33:51.097Z[ recovery-image] Aug 25 20:33:49.816 INFO O| Aug 25 20:33:49.816 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-08-25T20:33:51.109Z[ recovery-image] Aug 25 20:33:49.828 INFO O| Aug 25 20:33:49.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81562026-08-25T20:33:51.109Z[ recovery-image] Aug 25 20:33:49.828 INFO O| Aug 25 20:33:49.828 INFO STEP 928 (remove_files) COMPLETE
81572026-08-25T20:33:51.109Z[ recovery-image] Aug 25 20:33:49.828 INFO O| Aug 25 20:33:49.828 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-08-25T20:33:51.119Z[ recovery-image] Aug 25 20:33:49.838 INFO O| Aug 25 20:33:49.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81592026-08-25T20:33:51.120Z[ recovery-image] Aug 25 20:33:49.838 INFO O| Aug 25 20:33:49.838 INFO STEP 929 (remove_files) COMPLETE
81602026-08-25T20:33:51.120Z[ recovery-image] Aug 25 20:33:49.838 INFO O| Aug 25 20:33:49.838 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-08-25T20:33:51.128Z[ recovery-image] Aug 25 20:33:49.847 INFO O| Aug 25 20:33:49.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81622026-08-25T20:33:51.128Z[ recovery-image] Aug 25 20:33:49.848 INFO O| Aug 25 20:33:49.848 INFO STEP 930 (remove_files) COMPLETE
81632026-08-25T20:33:51.129Z[ recovery-image] Aug 25 20:33:49.848 INFO O| Aug 25 20:33:49.848 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-08-25T20:33:51.138Z[ recovery-image] Aug 25 20:33:49.856 INFO O| Aug 25 20:33:49.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81652026-08-25T20:33:51.143Z[ recovery-image] Aug 25 20:33:49.857 INFO O| Aug 25 20:33:49.857 INFO STEP 931 (remove_files) COMPLETE
81662026-08-25T20:33:51.143Z[ recovery-image] Aug 25 20:33:49.857 INFO O| Aug 25 20:33:49.857 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-08-25T20:33:51.148Z[ recovery-image] Aug 25 20:33:49.866 INFO O| Aug 25 20:33:49.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81682026-08-25T20:33:51.148Z[ recovery-image] Aug 25 20:33:49.866 INFO O| Aug 25 20:33:49.866 INFO STEP 932 (remove_files) COMPLETE
81692026-08-25T20:33:51.148Z[ recovery-image] Aug 25 20:33:49.866 INFO O| Aug 25 20:33:49.866 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-08-25T20:33:51.157Z[ recovery-image] Aug 25 20:33:49.876 INFO O| Aug 25 20:33:49.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81712026-08-25T20:33:51.157Z[ recovery-image] Aug 25 20:33:49.876 INFO O| Aug 25 20:33:49.876 INFO STEP 933 (remove_files) COMPLETE
81722026-08-25T20:33:51.157Z[ recovery-image] Aug 25 20:33:49.876 INFO O| Aug 25 20:33:49.876 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-08-25T20:33:51.167Z[ recovery-image] Aug 25 20:33:49.886 INFO O| Aug 25 20:33:49.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81742026-08-25T20:33:51.167Z[ recovery-image] Aug 25 20:33:49.886 INFO O| Aug 25 20:33:49.886 INFO STEP 934 (remove_files) COMPLETE
81752026-08-25T20:33:51.167Z[ recovery-image] Aug 25 20:33:49.886 INFO O| Aug 25 20:33:49.886 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-08-25T20:33:51.177Z[ recovery-image] Aug 25 20:33:49.896 INFO O| Aug 25 20:33:49.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81772026-08-25T20:33:51.177Z[ recovery-image] Aug 25 20:33:49.896 INFO O| Aug 25 20:33:49.896 INFO STEP 935 (remove_files) COMPLETE
81782026-08-25T20:33:51.181Z[ recovery-image] Aug 25 20:33:49.896 INFO O| Aug 25 20:33:49.896 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-08-25T20:33:51.186Z[ recovery-image] Aug 25 20:33:49.906 INFO O| Aug 25 20:33:49.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81802026-08-25T20:33:51.187Z[ recovery-image] Aug 25 20:33:49.906 INFO O| Aug 25 20:33:49.906 INFO STEP 936 (remove_files) COMPLETE
81812026-08-25T20:33:51.189Z[ recovery-image] Aug 25 20:33:49.906 INFO O| Aug 25 20:33:49.906 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-08-25T20:33:51.195Z[ recovery-image] Aug 25 20:33:49.914 INFO O| Aug 25 20:33:49.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81832026-08-25T20:33:51.195Z[ recovery-image] Aug 25 20:33:49.914 INFO O| Aug 25 20:33:49.914 INFO STEP 937 (remove_files) COMPLETE
81842026-08-25T20:33:51.195Z[ recovery-image] Aug 25 20:33:49.914 INFO O| Aug 25 20:33:49.914 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-08-25T20:33:51.207Z[ recovery-image] Aug 25 20:33:49.923 INFO O| Aug 25 20:33:49.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81862026-08-25T20:33:51.210Z[ recovery-image] Aug 25 20:33:49.923 INFO O| Aug 25 20:33:49.923 INFO STEP 938 (remove_files) COMPLETE
81872026-08-25T20:33:51.210Z[ recovery-image] Aug 25 20:33:49.923 INFO O| Aug 25 20:33:49.923 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-08-25T20:33:51.213Z[ recovery-image] Aug 25 20:33:49.933 INFO O| Aug 25 20:33:49.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81892026-08-25T20:33:51.216Z[ recovery-image] Aug 25 20:33:49.933 INFO O| Aug 25 20:33:49.933 INFO STEP 939 (remove_files) COMPLETE
81902026-08-25T20:33:51.217Z[ recovery-image] Aug 25 20:33:49.933 INFO O| Aug 25 20:33:49.933 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-08-25T20:33:51.223Z[ recovery-image] Aug 25 20:33:49.942 INFO O| Aug 25 20:33:49.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81922026-08-25T20:33:51.223Z[ recovery-image] Aug 25 20:33:49.942 INFO O| Aug 25 20:33:49.942 INFO STEP 940 (remove_files) COMPLETE
81932026-08-25T20:33:51.226Z[ recovery-image] Aug 25 20:33:49.942 INFO O| Aug 25 20:33:49.942 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-08-25T20:33:51.231Z[ recovery-image] Aug 25 20:33:49.950 INFO O| Aug 25 20:33:49.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81952026-08-25T20:33:51.231Z[ recovery-image] Aug 25 20:33:49.950 INFO O| Aug 25 20:33:49.950 INFO STEP 941 (remove_files) COMPLETE
81962026-08-25T20:33:51.231Z[ recovery-image] Aug 25 20:33:49.950 INFO O| Aug 25 20:33:49.950 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-08-25T20:33:51.241Z[ recovery-image] Aug 25 20:33:49.960 INFO O| Aug 25 20:33:49.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81982026-08-25T20:33:51.241Z[ recovery-image] Aug 25 20:33:49.960 INFO O| Aug 25 20:33:49.960 INFO STEP 942 (remove_files) COMPLETE
81992026-08-25T20:33:51.241Z[ recovery-image] Aug 25 20:33:49.960 INFO O| Aug 25 20:33:49.960 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-08-25T20:33:51.250Z[ recovery-image] Aug 25 20:33:49.969 INFO O| Aug 25 20:33:49.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
82012026-08-25T20:33:51.250Z[ recovery-image] Aug 25 20:33:49.969 INFO O| Aug 25 20:33:49.969 INFO STEP 943 (remove_files) COMPLETE
82022026-08-25T20:33:51.250Z[ recovery-image] Aug 25 20:33:49.969 INFO O| Aug 25 20:33:49.969 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-08-25T20:33:51.260Z[ recovery-image] Aug 25 20:33:49.979 INFO O| Aug 25 20:33:49.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
82042026-08-25T20:33:51.260Z[ recovery-image] Aug 25 20:33:49.979 INFO O| Aug 25 20:33:49.979 INFO STEP 944 (remove_files) COMPLETE
82052026-08-25T20:33:51.261Z[ recovery-image] Aug 25 20:33:49.979 INFO O| Aug 25 20:33:49.979 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-08-25T20:33:51.272Z[ recovery-image] Aug 25 20:33:49.989 INFO O| Aug 25 20:33:49.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82072026-08-25T20:33:51.272Z[ recovery-image] Aug 25 20:33:49.989 INFO O| Aug 25 20:33:49.989 INFO STEP 945 (remove_files) COMPLETE
82082026-08-25T20:33:51.272Z[ recovery-image] Aug 25 20:33:49.989 INFO O| Aug 25 20:33:49.989 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-08-25T20:33:51.280Z[ recovery-image] Aug 25 20:33:49.998 INFO O| Aug 25 20:33:49.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82102026-08-25T20:33:51.280Z[ recovery-image] Aug 25 20:33:49.998 INFO O| Aug 25 20:33:49.998 INFO STEP 946 (remove_files) COMPLETE
82112026-08-25T20:33:51.281Z[ recovery-image] Aug 25 20:33:49.998 INFO O| Aug 25 20:33:49.998 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-08-25T20:33:51.284Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
82132026-08-25T20:33:51.289Z[ recovery-image] Aug 25 20:33:50.007 INFO O| Aug 25 20:33:50.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82142026-08-25T20:33:51.289Z[ recovery-image] Aug 25 20:33:50.007 INFO O| Aug 25 20:33:50.007 INFO STEP 947 (remove_files) COMPLETE
82152026-08-25T20:33:51.293Z[ recovery-image] Aug 25 20:33:50.007 INFO O| Aug 25 20:33:50.007 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-08-25T20:33:51.297Z[ recovery-image] Aug 25 20:33:50.017 INFO O| Aug 25 20:33:50.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82172026-08-25T20:33:51.300Z[ recovery-image] Aug 25 20:33:50.018 INFO O| Aug 25 20:33:50.018 INFO STEP 948 (remove_files) COMPLETE
82182026-08-25T20:33:51.300Z[ recovery-image] Aug 25 20:33:50.018 INFO O| Aug 25 20:33:50.018 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-08-25T20:33:51.308Z[ recovery-image] Aug 25 20:33:50.027 INFO O| Aug 25 20:33:50.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82202026-08-25T20:33:51.308Z[ recovery-image] Aug 25 20:33:50.027 INFO O| Aug 25 20:33:50.027 INFO STEP 949 (remove_files) COMPLETE
82212026-08-25T20:33:51.308Z[ recovery-image] Aug 25 20:33:50.027 INFO O| Aug 25 20:33:50.027 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-08-25T20:33:51.325Z[ recovery-image] Aug 25 20:33:50.039 INFO O| Aug 25 20:33:50.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82232026-08-25T20:33:51.325Z[ recovery-image] Aug 25 20:33:50.039 INFO O| Aug 25 20:33:50.039 INFO STEP 950 (remove_files) COMPLETE
82242026-08-25T20:33:51.325Z[ recovery-image] Aug 25 20:33:50.039 INFO O| Aug 25 20:33:50.039 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-08-25T20:33:51.331Z[ recovery-image] Aug 25 20:33:50.049 INFO O| Aug 25 20:33:50.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82262026-08-25T20:33:51.331Z[ recovery-image] Aug 25 20:33:50.049 INFO O| Aug 25 20:33:50.049 INFO STEP 951 (remove_files) COMPLETE
82272026-08-25T20:33:51.331Z[ recovery-image] Aug 25 20:33:50.049 INFO O| Aug 25 20:33:50.049 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-08-25T20:33:51.345Z[ recovery-image] Aug 25 20:33:50.059 INFO O| Aug 25 20:33:50.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82292026-08-25T20:33:51.345Z[ recovery-image] Aug 25 20:33:50.059 INFO O| Aug 25 20:33:50.059 INFO STEP 952 (remove_files) COMPLETE
82302026-08-25T20:33:51.346Z[ recovery-image] Aug 25 20:33:50.059 INFO O| Aug 25 20:33:50.059 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-08-25T20:33:51.352Z[ recovery-image] Aug 25 20:33:50.071 INFO O| Aug 25 20:33:50.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82322026-08-25T20:33:51.352Z[ recovery-image] Aug 25 20:33:50.071 INFO O| Aug 25 20:33:50.071 INFO STEP 953 (remove_files) COMPLETE
82332026-08-25T20:33:51.355Z[ recovery-image] Aug 25 20:33:50.071 INFO O| Aug 25 20:33:50.071 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-08-25T20:33:51.360Z[ recovery-image] Aug 25 20:33:50.079 INFO O| Aug 25 20:33:50.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82352026-08-25T20:33:51.360Z[ recovery-image] Aug 25 20:33:50.079 INFO O| Aug 25 20:33:50.079 INFO STEP 954 (remove_files) COMPLETE
82362026-08-25T20:33:51.363Z[ recovery-image] Aug 25 20:33:50.079 INFO O| Aug 25 20:33:50.079 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-08-25T20:33:51.366Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
82382026-08-25T20:33:51.369Z[ recovery-image] Aug 25 20:33:50.087 INFO O| Aug 25 20:33:50.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82392026-08-25T20:33:51.369Z[ recovery-image] Aug 25 20:33:50.088 INFO O| Aug 25 20:33:50.088 INFO STEP 955 (remove_files) COMPLETE
82402026-08-25T20:33:51.369Z[ recovery-image] Aug 25 20:33:50.088 INFO O| Aug 25 20:33:50.088 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-25T20:33:51.380Z[ recovery-image] Aug 25 20:33:50.099 INFO O| Aug 25 20:33:50.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82422026-08-25T20:33:51.380Z[ recovery-image] Aug 25 20:33:50.099 INFO O| Aug 25 20:33:50.099 INFO STEP 956 (remove_files) COMPLETE
82432026-08-25T20:33:51.383Z[ recovery-image] Aug 25 20:33:50.099 INFO O| Aug 25 20:33:50.099 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-25T20:33:51.390Z[ recovery-image] Aug 25 20:33:50.109 INFO O| Aug 25 20:33:50.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82452026-08-25T20:33:51.390Z[ recovery-image] Aug 25 20:33:50.109 INFO O| Aug 25 20:33:50.109 INFO STEP 957 (remove_files) COMPLETE
82462026-08-25T20:33:51.393Z[ recovery-image] Aug 25 20:33:50.109 INFO O| Aug 25 20:33:50.109 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-25T20:33:51.399Z[ recovery-image] Aug 25 20:33:50.118 INFO O| Aug 25 20:33:50.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82482026-08-25T20:33:51.399Z[ recovery-image] Aug 25 20:33:50.118 INFO O| Aug 25 20:33:50.118 INFO STEP 958 (remove_files) COMPLETE
82492026-08-25T20:33:51.399Z[ recovery-image] Aug 25 20:33:50.119 INFO O| Aug 25 20:33:50.118 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-25T20:33:51.408Z[ recovery-image] Aug 25 20:33:50.127 INFO O| Aug 25 20:33:50.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82512026-08-25T20:33:51.408Z[ recovery-image] Aug 25 20:33:50.127 INFO O| Aug 25 20:33:50.127 INFO STEP 959 (remove_files) COMPLETE
82522026-08-25T20:33:51.408Z[ recovery-image] Aug 25 20:33:50.127 INFO O| Aug 25 20:33:50.127 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-25T20:33:51.418Z[ recovery-image] Aug 25 20:33:50.137 INFO O| Aug 25 20:33:50.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82542026-08-25T20:33:51.418Z[ recovery-image] Aug 25 20:33:50.137 INFO O| Aug 25 20:33:50.137 INFO STEP 960 (remove_files) COMPLETE
82552026-08-25T20:33:51.418Z[ recovery-image] Aug 25 20:33:50.137 INFO O| Aug 25 20:33:50.137 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-25T20:33:51.428Z[ recovery-image] Aug 25 20:33:50.147 INFO O| Aug 25 20:33:50.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82572026-08-25T20:33:51.428Z[ recovery-image] Aug 25 20:33:50.147 INFO O| Aug 25 20:33:50.147 INFO STEP 961 (remove_files) COMPLETE
82582026-08-25T20:33:51.432Z[ recovery-image] Aug 25 20:33:50.147 INFO O| Aug 25 20:33:50.147 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-25T20:33:51.437Z[ recovery-image] Aug 25 20:33:50.156 INFO O| Aug 25 20:33:50.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82602026-08-25T20:33:51.437Z[ recovery-image] Aug 25 20:33:50.157 INFO O| Aug 25 20:33:50.156 INFO STEP 962 (remove_files) COMPLETE
82612026-08-25T20:33:51.440Z[ recovery-image] Aug 25 20:33:50.157 INFO O| Aug 25 20:33:50.156 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-25T20:33:51.446Z[ recovery-image] Aug 25 20:33:50.166 INFO O| Aug 25 20:33:50.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82632026-08-25T20:33:51.446Z[ recovery-image] Aug 25 20:33:50.166 INFO O| Aug 25 20:33:50.166 INFO STEP 963 (remove_files) COMPLETE
82642026-08-25T20:33:51.447Z[ recovery-image] Aug 25 20:33:50.166 INFO O| Aug 25 20:33:50.166 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-25T20:33:51.457Z[ recovery-image] Aug 25 20:33:50.175 INFO O| Aug 25 20:33:50.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82662026-08-25T20:33:51.457Z[ recovery-image] Aug 25 20:33:50.175 INFO O| Aug 25 20:33:50.175 INFO STEP 964 (remove_files) COMPLETE
82672026-08-25T20:33:51.457Z[ recovery-image] Aug 25 20:33:50.175 INFO O| Aug 25 20:33:50.175 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-25T20:33:51.466Z[ recovery-image] Aug 25 20:33:50.185 INFO O| Aug 25 20:33:50.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82692026-08-25T20:33:51.466Z[ recovery-image] Aug 25 20:33:50.186 INFO O| Aug 25 20:33:50.186 INFO STEP 965 (remove_files) COMPLETE
82702026-08-25T20:33:51.467Z[ recovery-image] Aug 25 20:33:50.186 INFO O| Aug 25 20:33:50.186 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-25T20:33:51.478Z[ recovery-image] Aug 25 20:33:50.196 INFO O| Aug 25 20:33:50.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82722026-08-25T20:33:51.478Z[ recovery-image] Aug 25 20:33:50.196 INFO O| Aug 25 20:33:50.196 INFO STEP 966 (remove_files) COMPLETE
82732026-08-25T20:33:51.478Z[ recovery-image] Aug 25 20:33:50.196 INFO O| Aug 25 20:33:50.196 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-25T20:33:51.488Z[ recovery-image] Aug 25 20:33:50.207 INFO O| Aug 25 20:33:50.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82752026-08-25T20:33:51.488Z[ recovery-image] Aug 25 20:33:50.207 INFO O| Aug 25 20:33:50.207 INFO STEP 967 (remove_files) COMPLETE
82762026-08-25T20:33:51.491Z[ recovery-image] Aug 25 20:33:50.207 INFO O| Aug 25 20:33:50.207 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-25T20:33:51.499Z[ recovery-image] Aug 25 20:33:50.218 INFO O| Aug 25 20:33:50.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82782026-08-25T20:33:51.499Z[ recovery-image] Aug 25 20:33:50.218 INFO O| Aug 25 20:33:50.218 INFO STEP 968 (remove_files) COMPLETE
82792026-08-25T20:33:51.499Z[ recovery-image] Aug 25 20:33:50.218 INFO O| Aug 25 20:33:50.218 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-25T20:33:51.509Z[ recovery-image] Aug 25 20:33:50.228 INFO O| Aug 25 20:33:50.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82812026-08-25T20:33:51.509Z[ recovery-image] Aug 25 20:33:50.228 INFO O| Aug 25 20:33:50.228 INFO STEP 969 (remove_files) COMPLETE
82822026-08-25T20:33:51.513Z[ recovery-image] Aug 25 20:33:50.228 INFO O| Aug 25 20:33:50.228 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-25T20:33:51.518Z[ recovery-image] Aug 25 20:33:50.238 INFO O| Aug 25 20:33:50.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82842026-08-25T20:33:51.518Z[ recovery-image] Aug 25 20:33:50.238 INFO O| Aug 25 20:33:50.238 INFO STEP 970 (remove_files) COMPLETE
82852026-08-25T20:33:51.519Z[ recovery-image] Aug 25 20:33:50.238 INFO O| Aug 25 20:33:50.238 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-25T20:33:51.529Z[ recovery-image] Aug 25 20:33:50.248 INFO O| Aug 25 20:33:50.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82872026-08-25T20:33:51.529Z[ recovery-image] Aug 25 20:33:50.248 INFO O| Aug 25 20:33:50.248 INFO STEP 971 (remove_files) COMPLETE
82882026-08-25T20:33:51.532Z[ recovery-image] Aug 25 20:33:50.248 INFO O| Aug 25 20:33:50.248 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-25T20:33:51.539Z[ recovery-image] Aug 25 20:33:50.258 INFO O| Aug 25 20:33:50.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82902026-08-25T20:33:51.539Z[ recovery-image] Aug 25 20:33:50.258 INFO O| Aug 25 20:33:50.258 INFO STEP 972 (remove_files) COMPLETE
82912026-08-25T20:33:51.543Z[ recovery-image] Aug 25 20:33:50.258 INFO O| Aug 25 20:33:50.258 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-25T20:33:51.551Z[ recovery-image] Aug 25 20:33:50.269 INFO O| Aug 25 20:33:50.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82932026-08-25T20:33:51.551Z[ recovery-image] Aug 25 20:33:50.269 INFO O| Aug 25 20:33:50.269 INFO STEP 973 (remove_files) COMPLETE
82942026-08-25T20:33:51.554Z[ recovery-image] Aug 25 20:33:50.269 INFO O| Aug 25 20:33:50.269 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-25T20:33:51.560Z[ recovery-image] Aug 25 20:33:50.280 INFO O| Aug 25 20:33:50.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82962026-08-25T20:33:51.564Z[ recovery-image] Aug 25 20:33:50.280 INFO O| Aug 25 20:33:50.280 INFO STEP 974 (remove_files) COMPLETE
82972026-08-25T20:33:51.564Z[ recovery-image] Aug 25 20:33:50.281 INFO O| Aug 25 20:33:50.280 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-25T20:33:51.572Z[ recovery-image] Aug 25 20:33:50.291 INFO O| Aug 25 20:33:50.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82992026-08-25T20:33:51.572Z[ recovery-image] Aug 25 20:33:50.291 INFO O| Aug 25 20:33:50.291 INFO STEP 975 (remove_files) COMPLETE
83002026-08-25T20:33:51.572Z[ recovery-image] Aug 25 20:33:50.291 INFO O| Aug 25 20:33:50.291 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-25T20:33:51.583Z[ recovery-image] Aug 25 20:33:50.302 INFO O| Aug 25 20:33:50.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
83022026-08-25T20:33:51.586Z[ recovery-image] Aug 25 20:33:50.303 INFO O| Aug 25 20:33:50.303 INFO STEP 976 (remove_files) COMPLETE
83032026-08-25T20:33:51.586Z[ recovery-image] Aug 25 20:33:50.303 INFO O| Aug 25 20:33:50.303 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-25T20:33:51.594Z[ recovery-image] Aug 25 20:33:50.313 INFO O| Aug 25 20:33:50.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
83052026-08-25T20:33:51.595Z[ recovery-image] Aug 25 20:33:50.313 INFO O| Aug 25 20:33:50.313 INFO STEP 977 (remove_files) COMPLETE
83062026-08-25T20:33:51.595Z[ recovery-image] Aug 25 20:33:50.313 INFO O| Aug 25 20:33:50.313 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-25T20:33:51.605Z[ recovery-image] Aug 25 20:33:50.324 INFO O| Aug 25 20:33:50.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83082026-08-25T20:33:51.605Z[ recovery-image] Aug 25 20:33:50.324 INFO O| Aug 25 20:33:50.324 INFO STEP 978 (remove_files) COMPLETE
83092026-08-25T20:33:51.605Z[ recovery-image] Aug 25 20:33:50.324 INFO O| Aug 25 20:33:50.324 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-08-25T20:33:51.616Z[ recovery-image] Aug 25 20:33:50.334 INFO O| Aug 25 20:33:50.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83112026-08-25T20:33:51.616Z[ recovery-image] Aug 25 20:33:50.334 INFO O| Aug 25 20:33:50.334 INFO STEP 979 (remove_files) COMPLETE
83122026-08-25T20:33:51.616Z[ recovery-image] Aug 25 20:33:50.334 INFO O| Aug 25 20:33:50.334 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-25T20:33:51.619Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
83142026-08-25T20:33:51.625Z[ recovery-image] Aug 25 20:33:50.345 INFO O| Aug 25 20:33:50.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83152026-08-25T20:33:51.625Z[ recovery-image] Aug 25 20:33:50.345 INFO O| Aug 25 20:33:50.345 INFO STEP 980 (remove_files) COMPLETE
83162026-08-25T20:33:51.626Z[ recovery-image] Aug 25 20:33:50.345 INFO O| Aug 25 20:33:50.345 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-25T20:33:51.636Z[ recovery-image] Aug 25 20:33:50.355 INFO O| Aug 25 20:33:50.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83182026-08-25T20:33:51.636Z[ recovery-image] Aug 25 20:33:50.355 INFO O| Aug 25 20:33:50.355 INFO STEP 981 (remove_files) COMPLETE
83192026-08-25T20:33:51.636Z[ recovery-image] Aug 25 20:33:50.355 INFO O| Aug 25 20:33:50.355 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-25T20:33:51.646Z[ recovery-image] Aug 25 20:33:50.365 INFO O| Aug 25 20:33:50.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83212026-08-25T20:33:51.646Z[ recovery-image] Aug 25 20:33:50.365 INFO O| Aug 25 20:33:50.365 INFO STEP 982 (remove_files) COMPLETE
83222026-08-25T20:33:51.649Z[ recovery-image] Aug 25 20:33:50.365 INFO O| Aug 25 20:33:50.365 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-25T20:33:51.657Z[ recovery-image] Aug 25 20:33:50.376 INFO O| Aug 25 20:33:50.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83242026-08-25T20:33:51.657Z[ recovery-image] Aug 25 20:33:50.376 INFO O| Aug 25 20:33:50.376 INFO STEP 983 (remove_files) COMPLETE
83252026-08-25T20:33:51.657Z[ recovery-image] Aug 25 20:33:50.376 INFO O| Aug 25 20:33:50.376 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-25T20:33:51.680Z[ recovery-image] Aug 25 20:33:50.399 INFO O| Aug 25 20:33:50.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83272026-08-25T20:33:51.680Z[ recovery-image] Aug 25 20:33:50.399 INFO O| Aug 25 20:33:50.398 INFO STEP 984 (remove_files) COMPLETE
83282026-08-25T20:33:51.683Z[ recovery-image] Aug 25 20:33:50.399 INFO O| Aug 25 20:33:50.398 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-25T20:33:51.687Z[ recovery-image] Aug 25 20:33:50.406 INFO O| Aug 25 20:33:50.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83302026-08-25T20:33:51.687Z[ recovery-image] Aug 25 20:33:50.406 INFO O| Aug 25 20:33:50.406 INFO STEP 985 (remove_files) COMPLETE
83312026-08-25T20:33:51.693Z[ recovery-image] Aug 25 20:33:50.406 INFO O| Aug 25 20:33:50.406 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-25T20:33:51.696Z[ recovery-image] Aug 25 20:33:50.415 INFO O| Aug 25 20:33:50.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83332026-08-25T20:33:51.696Z[ recovery-image] Aug 25 20:33:50.415 INFO O| Aug 25 20:33:50.415 INFO STEP 986 (remove_files) COMPLETE
83342026-08-25T20:33:51.699Z[ recovery-image] Aug 25 20:33:50.415 INFO O| Aug 25 20:33:50.415 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-25T20:33:51.704Z[ recovery-image] Aug 25 20:33:50.424 INFO O| Aug 25 20:33:50.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83362026-08-25T20:33:51.704Z[ recovery-image] Aug 25 20:33:50.424 INFO O| Aug 25 20:33:50.424 INFO STEP 987 (remove_files) COMPLETE
83372026-08-25T20:33:51.704Z[ recovery-image] Aug 25 20:33:50.424 INFO O| Aug 25 20:33:50.424 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-08-25T20:33:51.715Z[ recovery-image] Aug 25 20:33:50.434 INFO O| Aug 25 20:33:50.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83392026-08-25T20:33:51.715Z[ recovery-image] Aug 25 20:33:50.434 INFO O| Aug 25 20:33:50.434 INFO STEP 988 (remove_files) COMPLETE
83402026-08-25T20:33:51.715Z[ recovery-image] Aug 25 20:33:50.434 INFO O| Aug 25 20:33:50.434 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-08-25T20:33:51.725Z[ recovery-image] Aug 25 20:33:50.444 INFO O| Aug 25 20:33:50.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83422026-08-25T20:33:51.725Z[ recovery-image] Aug 25 20:33:50.444 INFO O| Aug 25 20:33:50.444 INFO STEP 989 (remove_files) COMPLETE
83432026-08-25T20:33:51.725Z[ recovery-image] Aug 25 20:33:50.444 INFO O| Aug 25 20:33:50.444 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-25T20:33:51.735Z[ recovery-image] Aug 25 20:33:50.453 INFO O| Aug 25 20:33:50.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83452026-08-25T20:33:51.739Z[ recovery-image] Aug 25 20:33:50.454 INFO O| Aug 25 20:33:50.454 INFO STEP 990 (remove_files) COMPLETE
83462026-08-25T20:33:51.739Z[ recovery-image] Aug 25 20:33:50.454 INFO O| Aug 25 20:33:50.454 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-25T20:33:51.739Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
83482026-08-25T20:33:51.745Z[ recovery-image] Aug 25 20:33:50.465 INFO O| Aug 25 20:33:50.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83492026-08-25T20:33:51.745Z[ recovery-image] Aug 25 20:33:50.465 INFO O| Aug 25 20:33:50.465 INFO STEP 991 (remove_files) COMPLETE
83502026-08-25T20:33:51.745Z[ recovery-image] Aug 25 20:33:50.465 INFO O| Aug 25 20:33:50.465 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-08-25T20:33:51.755Z[ recovery-image] Aug 25 20:33:50.474 INFO O| Aug 25 20:33:50.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83522026-08-25T20:33:51.755Z[ recovery-image] Aug 25 20:33:50.474 INFO O| Aug 25 20:33:50.474 INFO STEP 992 (remove_files) COMPLETE
83532026-08-25T20:33:51.757Z[ recovery-image] Aug 25 20:33:50.474 INFO O| Aug 25 20:33:50.474 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-08-25T20:33:51.763Z[ recovery-image] Aug 25 20:33:50.482 INFO O| Aug 25 20:33:50.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83552026-08-25T20:33:51.763Z[ recovery-image] Aug 25 20:33:50.482 INFO O| Aug 25 20:33:50.482 INFO STEP 993 (remove_files) COMPLETE
83562026-08-25T20:33:51.763Z[ recovery-image] Aug 25 20:33:50.482 INFO O| Aug 25 20:33:50.482 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-08-25T20:33:51.773Z[ recovery-image] Aug 25 20:33:50.492 INFO O| Aug 25 20:33:50.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83582026-08-25T20:33:51.773Z[ recovery-image] Aug 25 20:33:50.492 INFO O| Aug 25 20:33:50.492 INFO STEP 994 (remove_files) COMPLETE
83592026-08-25T20:33:51.778Z[ recovery-image] Aug 25 20:33:50.492 INFO O| Aug 25 20:33:50.492 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-08-25T20:33:51.783Z[ recovery-image] Aug 25 20:33:50.502 INFO O| Aug 25 20:33:50.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83612026-08-25T20:33:51.783Z[ recovery-image] Aug 25 20:33:50.502 INFO O| Aug 25 20:33:50.502 INFO STEP 995 (remove_files) COMPLETE
83622026-08-25T20:33:51.783Z[ recovery-image] Aug 25 20:33:50.502 INFO O| Aug 25 20:33:50.502 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-08-25T20:33:51.793Z[ recovery-image] Aug 25 20:33:50.512 INFO O| Aug 25 20:33:50.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83642026-08-25T20:33:51.793Z[ recovery-image] Aug 25 20:33:50.512 INFO O| Aug 25 20:33:50.512 INFO STEP 996 (remove_files) COMPLETE
83652026-08-25T20:33:51.793Z[ recovery-image] Aug 25 20:33:50.512 INFO O| Aug 25 20:33:50.512 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-25T20:33:51.803Z[ recovery-image] Aug 25 20:33:50.522 INFO O| Aug 25 20:33:50.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83672026-08-25T20:33:51.803Z[ recovery-image] Aug 25 20:33:50.522 INFO O| Aug 25 20:33:50.522 INFO STEP 997 (remove_files) COMPLETE
83682026-08-25T20:33:51.803Z[ recovery-image] Aug 25 20:33:50.522 INFO O| Aug 25 20:33:50.522 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-25T20:33:51.812Z[ recovery-image] Aug 25 20:33:50.531 INFO O| Aug 25 20:33:50.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83702026-08-25T20:33:51.812Z[ recovery-image] Aug 25 20:33:50.532 INFO O| Aug 25 20:33:50.531 INFO STEP 998 (remove_files) COMPLETE
83712026-08-25T20:33:51.812Z[ recovery-image] Aug 25 20:33:50.532 INFO O| Aug 25 20:33:50.531 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-25T20:33:51.823Z[ recovery-image] Aug 25 20:33:50.542 INFO O| Aug 25 20:33:50.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83732026-08-25T20:33:51.823Z[ recovery-image] Aug 25 20:33:50.542 INFO O| Aug 25 20:33:50.542 INFO STEP 999 (remove_files) COMPLETE
83742026-08-25T20:33:51.823Z[ recovery-image] Aug 25 20:33:50.542 INFO O| Aug 25 20:33:50.542 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-25T20:33:51.833Z[ recovery-image] Aug 25 20:33:50.551 INFO O| Aug 25 20:33:50.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83762026-08-25T20:33:51.833Z[ recovery-image] Aug 25 20:33:50.551 INFO O| Aug 25 20:33:50.551 INFO STEP 1000 (remove_files) COMPLETE
83772026-08-25T20:33:51.837Z[ recovery-image] Aug 25 20:33:50.551 INFO O| Aug 25 20:33:50.551 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-25T20:33:51.842Z[ recovery-image] Aug 25 20:33:50.561 INFO O| Aug 25 20:33:50.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83792026-08-25T20:33:51.842Z[ recovery-image] Aug 25 20:33:50.561 INFO O| Aug 25 20:33:50.561 INFO STEP 1001 (remove_files) COMPLETE
83802026-08-25T20:33:51.845Z[ recovery-image] Aug 25 20:33:50.561 INFO O| Aug 25 20:33:50.561 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-08-25T20:33:51.852Z[ recovery-image] Aug 25 20:33:50.570 INFO O| Aug 25 20:33:50.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83822026-08-25T20:33:51.853Z[ recovery-image] Aug 25 20:33:50.570 INFO O| Aug 25 20:33:50.570 INFO STEP 1002 (remove_files) COMPLETE
83832026-08-25T20:33:51.853Z[ recovery-image] Aug 25 20:33:50.570 INFO O| Aug 25 20:33:50.570 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-25T20:33:51.860Z[ recovery-image] Aug 25 20:33:50.578 INFO O| Aug 25 20:33:50.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83852026-08-25T20:33:51.860Z[ recovery-image] Aug 25 20:33:50.578 INFO O| Aug 25 20:33:50.578 INFO STEP 1003 (remove_files) COMPLETE
83862026-08-25T20:33:51.862Z[ recovery-image] Aug 25 20:33:50.578 INFO O| Aug 25 20:33:50.578 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-25T20:33:51.867Z[ recovery-image] Aug 25 20:33:50.586 INFO O| Aug 25 20:33:50.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83882026-08-25T20:33:51.868Z[ recovery-image] Aug 25 20:33:50.587 INFO O| Aug 25 20:33:50.587 INFO STEP 1004 (remove_files) COMPLETE
83892026-08-25T20:33:51.868Z[ recovery-image] Aug 25 20:33:50.587 INFO O| Aug 25 20:33:50.587 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-25T20:33:51.884Z[ recovery-image] Aug 25 20:33:50.603 INFO O| Aug 25 20:33:50.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83912026-08-25T20:33:51.884Z[ recovery-image] Aug 25 20:33:50.603 INFO O| Aug 25 20:33:50.603 INFO STEP 1005 (remove_files) COMPLETE
83922026-08-25T20:33:51.885Z[ recovery-image] Aug 25 20:33:50.603 INFO O| Aug 25 20:33:50.603 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-25T20:33:51.896Z[ recovery-image] Aug 25 20:33:50.615 INFO O| Aug 25 20:33:50.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83942026-08-25T20:33:51.896Z[ recovery-image] Aug 25 20:33:50.615 INFO O| Aug 25 20:33:50.614 INFO STEP 1006 (remove_files) COMPLETE
83952026-08-25T20:33:51.896Z[ recovery-image] Aug 25 20:33:50.615 INFO O| Aug 25 20:33:50.614 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-08-25T20:33:51.904Z[ recovery-image] Aug 25 20:33:50.623 INFO O| Aug 25 20:33:50.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83972026-08-25T20:33:51.904Z[ recovery-image] Aug 25 20:33:50.623 INFO O| Aug 25 20:33:50.623 INFO STEP 1007 (remove_files) COMPLETE
83982026-08-25T20:33:51.904Z[ recovery-image] Aug 25 20:33:50.623 INFO O| Aug 25 20:33:50.623 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-08-25T20:33:51.916Z[ recovery-image] Aug 25 20:33:50.635 INFO O| Aug 25 20:33:50.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
84002026-08-25T20:33:51.916Z[ recovery-image] Aug 25 20:33:50.635 INFO O| Aug 25 20:33:50.635 INFO STEP 1008 (remove_files) COMPLETE
84012026-08-25T20:33:51.916Z[ recovery-image] Aug 25 20:33:50.635 INFO O| Aug 25 20:33:50.635 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-08-25T20:33:51.927Z[ recovery-image] Aug 25 20:33:50.645 INFO O| Aug 25 20:33:50.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
84032026-08-25T20:33:51.927Z[ recovery-image] Aug 25 20:33:50.645 INFO O| Aug 25 20:33:50.645 INFO STEP 1009 (remove_files) COMPLETE
84042026-08-25T20:33:51.935Z[ recovery-image] Aug 25 20:33:50.645 INFO O| Aug 25 20:33:50.645 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-25T20:33:52.007Z[ recovery-image] Aug 25 20:33:50.654 INFO O| Aug 25 20:33:50.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
84062026-08-25T20:33:52.007Z[ recovery-image] Aug 25 20:33:50.654 INFO O| Aug 25 20:33:50.654 INFO STEP 1010 (remove_files) COMPLETE
84072026-08-25T20:33:52.007Z[ recovery-image] Aug 25 20:33:50.654 INFO O| Aug 25 20:33:50.654 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-25T20:33:52.008Z[verify-libraries] Compiling multimap v0.10.1
84092026-08-25T20:33:52.009Z[ recovery-image] Aug 25 20:33:50.664 INFO O| Aug 25 20:33:50.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84102026-08-25T20:33:52.009Z[ recovery-image] Aug 25 20:33:50.664 INFO O| Aug 25 20:33:50.664 INFO STEP 1011 (remove_files) COMPLETE
84112026-08-25T20:33:52.009Z[ recovery-image] Aug 25 20:33:50.664 INFO O| Aug 25 20:33:50.664 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-08-25T20:33:52.009Z[ recovery-image] Aug 25 20:33:50.672 INFO O| Aug 25 20:33:50.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84132026-08-25T20:33:52.009Z[ recovery-image] Aug 25 20:33:50.672 INFO O| Aug 25 20:33:50.672 INFO STEP 1012 (remove_files) COMPLETE
84142026-08-25T20:33:52.009Z[ recovery-image] Aug 25 20:33:50.672 INFO O| Aug 25 20:33:50.672 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-08-25T20:33:52.009Z[ recovery-image] Aug 25 20:33:50.682 INFO O| Aug 25 20:33:50.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84162026-08-25T20:33:52.009Z[ recovery-image] Aug 25 20:33:50.682 INFO O| Aug 25 20:33:50.682 INFO STEP 1013 (remove_files) COMPLETE
84172026-08-25T20:33:52.009Z[ recovery-image] Aug 25 20:33:50.682 INFO O| Aug 25 20:33:50.682 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-08-25T20:33:52.009Z[ recovery-image] Aug 25 20:33:50.692 INFO O| Aug 25 20:33:50.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84192026-08-25T20:33:52.009Z[ recovery-image] Aug 25 20:33:50.692 INFO O| Aug 25 20:33:50.692 INFO STEP 1014 (remove_files) COMPLETE
84202026-08-25T20:33:52.009Z[ recovery-image] Aug 25 20:33:50.692 INFO O| Aug 25 20:33:50.692 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-08-25T20:33:52.009Z[ recovery-image] Aug 25 20:33:50.705 INFO O| Aug 25 20:33:50.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84222026-08-25T20:33:52.009Z[ recovery-image] Aug 25 20:33:50.705 INFO O| Aug 25 20:33:50.705 INFO STEP 1015 (remove_files) COMPLETE
84232026-08-25T20:33:52.010Z[ recovery-image] Aug 25 20:33:50.705 INFO O| Aug 25 20:33:50.705 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-08-25T20:33:52.010Z[ recovery-image] Aug 25 20:33:50.714 INFO O| Aug 25 20:33:50.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84252026-08-25T20:33:52.010Z[ recovery-image] Aug 25 20:33:50.714 INFO O| Aug 25 20:33:50.714 INFO STEP 1016 (remove_files) COMPLETE
84262026-08-25T20:33:52.010Z[ recovery-image] Aug 25 20:33:50.714 INFO O| Aug 25 20:33:50.714 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-08-25T20:33:52.015Z[ recovery-image] Aug 25 20:33:50.724 INFO O| Aug 25 20:33:50.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84282026-08-25T20:33:52.015Z[ recovery-image] Aug 25 20:33:50.724 INFO O| Aug 25 20:33:50.724 INFO STEP 1017 (remove_files) COMPLETE
84292026-08-25T20:33:52.015Z[ recovery-image] Aug 25 20:33:50.724 INFO O| Aug 25 20:33:50.724 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-08-25T20:33:52.019Z[ recovery-image] Aug 25 20:33:50.734 INFO O| Aug 25 20:33:50.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84312026-08-25T20:33:52.019Z[ recovery-image] Aug 25 20:33:50.734 INFO O| Aug 25 20:33:50.734 INFO STEP 1018 (remove_files) COMPLETE
84322026-08-25T20:33:52.019Z[ recovery-image] Aug 25 20:33:50.734 INFO O| Aug 25 20:33:50.734 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-08-25T20:33:52.024Z[ recovery-image] Aug 25 20:33:50.743 INFO O| Aug 25 20:33:50.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84342026-08-25T20:33:52.024Z[ recovery-image] Aug 25 20:33:50.743 INFO O| Aug 25 20:33:50.743 INFO STEP 1019 (remove_files) COMPLETE
84352026-08-25T20:33:52.024Z[ recovery-image] Aug 25 20:33:50.743 INFO O| Aug 25 20:33:50.743 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-08-25T20:33:52.032Z[ recovery-image] Aug 25 20:33:50.751 INFO O| Aug 25 20:33:50.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84372026-08-25T20:33:52.033Z[ recovery-image] Aug 25 20:33:50.751 INFO O| Aug 25 20:33:50.751 INFO STEP 1020 (remove_files) COMPLETE
84382026-08-25T20:33:52.036Z[ recovery-image] Aug 25 20:33:50.751 INFO O| Aug 25 20:33:50.751 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-08-25T20:33:52.040Z[ recovery-image] Aug 25 20:33:50.760 INFO O| Aug 25 20:33:50.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84402026-08-25T20:33:52.040Z[ recovery-image] Aug 25 20:33:50.760 INFO O| Aug 25 20:33:50.760 INFO STEP 1021 (remove_files) COMPLETE
84412026-08-25T20:33:52.040Z[ recovery-image] Aug 25 20:33:50.760 INFO O| Aug 25 20:33:50.760 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-08-25T20:33:52.049Z[ recovery-image] Aug 25 20:33:50.768 INFO O| Aug 25 20:33:50.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84432026-08-25T20:33:52.049Z[ recovery-image] Aug 25 20:33:50.768 INFO O| Aug 25 20:33:50.768 INFO STEP 1022 (remove_files) COMPLETE
84442026-08-25T20:33:52.052Z[ recovery-image] Aug 25 20:33:50.768 INFO O| Aug 25 20:33:50.768 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-08-25T20:33:52.058Z[ recovery-image] Aug 25 20:33:50.777 INFO O| Aug 25 20:33:50.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84462026-08-25T20:33:52.059Z[ recovery-image] Aug 25 20:33:50.777 INFO O| Aug 25 20:33:50.777 INFO STEP 1023 (remove_files) COMPLETE
84472026-08-25T20:33:52.062Z[ recovery-image] Aug 25 20:33:50.778 INFO O| Aug 25 20:33:50.777 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-08-25T20:33:52.067Z[ recovery-image] Aug 25 20:33:50.786 INFO O| Aug 25 20:33:50.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84492026-08-25T20:33:52.067Z[ recovery-image] Aug 25 20:33:50.786 INFO O| Aug 25 20:33:50.786 INFO STEP 1024 (remove_files) COMPLETE
84502026-08-25T20:33:52.070Z[ recovery-image] Aug 25 20:33:50.786 INFO O| Aug 25 20:33:50.786 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-08-25T20:33:52.077Z[ recovery-image] Aug 25 20:33:50.796 INFO O| Aug 25 20:33:50.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84522026-08-25T20:33:52.077Z[ recovery-image] Aug 25 20:33:50.796 INFO O| Aug 25 20:33:50.796 INFO STEP 1025 (remove_files) COMPLETE
84532026-08-25T20:33:52.077Z[ recovery-image] Aug 25 20:33:50.796 INFO O| Aug 25 20:33:50.796 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-08-25T20:33:52.088Z[ recovery-image] Aug 25 20:33:50.807 INFO O| Aug 25 20:33:50.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84552026-08-25T20:33:52.088Z[ recovery-image] Aug 25 20:33:50.807 INFO O| Aug 25 20:33:50.807 INFO STEP 1026 (remove_files) COMPLETE
84562026-08-25T20:33:52.091Z[ recovery-image] Aug 25 20:33:50.807 INFO O| Aug 25 20:33:50.807 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-08-25T20:33:52.098Z[ recovery-image] Aug 25 20:33:50.817 INFO O| Aug 25 20:33:50.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84582026-08-25T20:33:52.099Z[ recovery-image] Aug 25 20:33:50.817 INFO O| Aug 25 20:33:50.817 INFO STEP 1027 (remove_files) COMPLETE
84592026-08-25T20:33:52.102Z[ recovery-image] Aug 25 20:33:50.817 INFO O| Aug 25 20:33:50.817 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-08-25T20:33:52.107Z[ recovery-image] Aug 25 20:33:50.826 INFO O| Aug 25 20:33:50.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84612026-08-25T20:33:52.107Z[ recovery-image] Aug 25 20:33:50.826 INFO O| Aug 25 20:33:50.826 INFO STEP 1028 (remove_files) COMPLETE
84622026-08-25T20:33:52.107Z[ recovery-image] Aug 25 20:33:50.826 INFO O| Aug 25 20:33:50.826 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-08-25T20:33:52.116Z[ recovery-image] Aug 25 20:33:50.835 INFO O| Aug 25 20:33:50.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84642026-08-25T20:33:52.119Z[ recovery-image] Aug 25 20:33:50.835 INFO O| Aug 25 20:33:50.835 INFO STEP 1029 (remove_files) COMPLETE
84652026-08-25T20:33:52.119Z[ recovery-image] Aug 25 20:33:50.835 INFO O| Aug 25 20:33:50.835 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-08-25T20:33:52.126Z[ recovery-image] Aug 25 20:33:50.845 INFO O| Aug 25 20:33:50.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84672026-08-25T20:33:52.129Z[ recovery-image] Aug 25 20:33:50.845 INFO O| Aug 25 20:33:50.845 INFO STEP 1030 (remove_files) COMPLETE
84682026-08-25T20:33:52.129Z[ recovery-image] Aug 25 20:33:50.845 INFO O| Aug 25 20:33:50.845 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-08-25T20:33:52.135Z[ recovery-image] Aug 25 20:33:50.854 INFO O| Aug 25 20:33:50.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84702026-08-25T20:33:52.135Z[ recovery-image] Aug 25 20:33:50.854 INFO O| Aug 25 20:33:50.854 INFO STEP 1031 (remove_files) COMPLETE
84712026-08-25T20:33:52.136Z[ recovery-image] Aug 25 20:33:50.854 INFO O| Aug 25 20:33:50.854 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-08-25T20:33:52.144Z[ recovery-image] Aug 25 20:33:50.863 INFO O| Aug 25 20:33:50.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84732026-08-25T20:33:52.144Z[ recovery-image] Aug 25 20:33:50.863 INFO O| Aug 25 20:33:50.863 INFO STEP 1032 (remove_files) COMPLETE
84742026-08-25T20:33:52.144Z[ recovery-image] Aug 25 20:33:50.863 INFO O| Aug 25 20:33:50.863 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-08-25T20:33:52.155Z[ recovery-image] Aug 25 20:33:50.873 INFO O| Aug 25 20:33:50.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84762026-08-25T20:33:52.155Z[ recovery-image] Aug 25 20:33:50.873 INFO O| Aug 25 20:33:50.873 INFO STEP 1033 (remove_files) COMPLETE
84772026-08-25T20:33:52.155Z[ recovery-image] Aug 25 20:33:50.873 INFO O| Aug 25 20:33:50.873 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-08-25T20:33:52.163Z[ recovery-image] Aug 25 20:33:50.883 INFO O| Aug 25 20:33:50.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84792026-08-25T20:33:52.163Z[ recovery-image] Aug 25 20:33:50.883 INFO O| Aug 25 20:33:50.882 INFO STEP 1034 (remove_files) COMPLETE
84802026-08-25T20:33:52.164Z[ recovery-image] Aug 25 20:33:50.883 INFO O| Aug 25 20:33:50.882 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-25T20:33:52.174Z[ recovery-image] Aug 25 20:33:50.893 INFO O| Aug 25 20:33:50.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84822026-08-25T20:33:52.174Z[ recovery-image] Aug 25 20:33:50.893 INFO O| Aug 25 20:33:50.893 INFO STEP 1035 (remove_files) COMPLETE
84832026-08-25T20:33:52.174Z[ recovery-image] Aug 25 20:33:50.893 INFO O| Aug 25 20:33:50.893 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-08-25T20:33:52.184Z[ recovery-image] Aug 25 20:33:50.902 INFO O| Aug 25 20:33:50.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84852026-08-25T20:33:52.184Z[ recovery-image] Aug 25 20:33:50.902 INFO O| Aug 25 20:33:50.902 INFO STEP 1036 (remove_files) COMPLETE
84862026-08-25T20:33:52.184Z[ recovery-image] Aug 25 20:33:50.902 INFO O| Aug 25 20:33:50.902 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-08-25T20:33:52.195Z[ recovery-image] Aug 25 20:33:50.914 INFO O| Aug 25 20:33:50.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84882026-08-25T20:33:52.195Z[ recovery-image] Aug 25 20:33:50.914 INFO O| Aug 25 20:33:50.913 INFO STEP 1037 (remove_files) COMPLETE
84892026-08-25T20:33:52.198Z[ recovery-image] Aug 25 20:33:50.914 INFO O| Aug 25 20:33:50.913 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-08-25T20:33:52.205Z[ recovery-image] Aug 25 20:33:50.922 INFO O| Aug 25 20:33:50.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84912026-08-25T20:33:52.205Z[ recovery-image] Aug 25 20:33:50.922 INFO O| Aug 25 20:33:50.922 INFO STEP 1038 (remove_files) COMPLETE
84922026-08-25T20:33:52.205Z[ recovery-image] Aug 25 20:33:50.922 INFO O| Aug 25 20:33:50.922 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-25T20:33:52.211Z[verify-libraries] Compiling termios v0.3.3
84942026-08-25T20:33:52.215Z[ recovery-image] Aug 25 20:33:50.930 INFO O| Aug 25 20:33:50.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84952026-08-25T20:33:52.215Z[ recovery-image] Aug 25 20:33:50.930 INFO O| Aug 25 20:33:50.930 INFO STEP 1039 (remove_files) COMPLETE
84962026-08-25T20:33:52.215Z[ recovery-image] Aug 25 20:33:50.930 INFO O| Aug 25 20:33:50.930 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-08-25T20:33:52.220Z[ recovery-image] Aug 25 20:33:50.938 INFO O| Aug 25 20:33:50.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84982026-08-25T20:33:52.220Z[ recovery-image] Aug 25 20:33:50.938 INFO O| Aug 25 20:33:50.938 INFO STEP 1040 (remove_files) COMPLETE
84992026-08-25T20:33:52.220Z[ recovery-image] Aug 25 20:33:50.938 INFO O| Aug 25 20:33:50.938 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-08-25T20:33:52.227Z[ recovery-image] Aug 25 20:33:50.946 INFO O| Aug 25 20:33:50.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
85012026-08-25T20:33:52.227Z[ recovery-image] Aug 25 20:33:50.946 INFO O| Aug 25 20:33:50.946 INFO STEP 1041 (remove_files) COMPLETE
85022026-08-25T20:33:52.230Z[ recovery-image] Aug 25 20:33:50.946 INFO O| Aug 25 20:33:50.946 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-08-25T20:33:52.234Z[ recovery-image] Aug 25 20:33:50.954 INFO O| Aug 25 20:33:50.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
85042026-08-25T20:33:52.234Z[ recovery-image] Aug 25 20:33:50.954 INFO O| Aug 25 20:33:50.954 INFO STEP 1042 (remove_files) COMPLETE
85052026-08-25T20:33:52.237Z[ recovery-image] Aug 25 20:33:50.954 INFO O| Aug 25 20:33:50.954 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-08-25T20:33:52.243Z[ recovery-image] Aug 25 20:33:50.962 INFO O| Aug 25 20:33:50.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
85072026-08-25T20:33:52.243Z[ recovery-image] Aug 25 20:33:50.962 INFO O| Aug 25 20:33:50.962 INFO STEP 1043 (remove_files) COMPLETE
85082026-08-25T20:33:52.246Z[ recovery-image] Aug 25 20:33:50.962 INFO O| Aug 25 20:33:50.962 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-08-25T20:33:52.247Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
85102026-08-25T20:33:52.253Z[ recovery-image] Aug 25 20:33:50.972 INFO O| Aug 25 20:33:50.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85112026-08-25T20:33:52.253Z[ recovery-image] Aug 25 20:33:50.972 INFO O| Aug 25 20:33:50.972 INFO STEP 1044 (remove_files) COMPLETE
85122026-08-25T20:33:52.256Z[ recovery-image] Aug 25 20:33:50.972 INFO O| Aug 25 20:33:50.972 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-08-25T20:33:52.262Z[ recovery-image] Aug 25 20:33:50.981 INFO O| Aug 25 20:33:50.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85142026-08-25T20:33:52.262Z[ recovery-image] Aug 25 20:33:50.981 INFO O| Aug 25 20:33:50.981 INFO STEP 1045 (remove_files) COMPLETE
85152026-08-25T20:33:52.265Z[ recovery-image] Aug 25 20:33:50.982 INFO O| Aug 25 20:33:50.981 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-08-25T20:33:52.271Z[ recovery-image] Aug 25 20:33:50.990 INFO O| Aug 25 20:33:50.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85172026-08-25T20:33:52.271Z[ recovery-image] Aug 25 20:33:50.990 INFO O| Aug 25 20:33:50.990 INFO STEP 1046 (remove_files) COMPLETE
85182026-08-25T20:33:52.274Z[ recovery-image] Aug 25 20:33:50.990 INFO O| Aug 25 20:33:50.990 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-08-25T20:33:52.279Z[ recovery-image] Aug 25 20:33:50.998 INFO O| Aug 25 20:33:50.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85202026-08-25T20:33:52.279Z[ recovery-image] Aug 25 20:33:50.998 INFO O| Aug 25 20:33:50.998 INFO STEP 1047 (remove_files) COMPLETE
85212026-08-25T20:33:52.279Z[ recovery-image] Aug 25 20:33:50.998 INFO O| Aug 25 20:33:50.998 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-08-25T20:33:52.288Z[ recovery-image] Aug 25 20:33:51.007 INFO O| Aug 25 20:33:51.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85232026-08-25T20:33:52.288Z[ recovery-image] Aug 25 20:33:51.007 INFO O| Aug 25 20:33:51.007 INFO STEP 1048 (remove_files) COMPLETE
85242026-08-25T20:33:52.288Z[ recovery-image] Aug 25 20:33:51.007 INFO O| Aug 25 20:33:51.007 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-08-25T20:33:52.296Z[ recovery-image] Aug 25 20:33:51.015 INFO O| Aug 25 20:33:51.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85262026-08-25T20:33:52.296Z[ recovery-image] Aug 25 20:33:51.015 INFO O| Aug 25 20:33:51.015 INFO STEP 1049 (remove_files) COMPLETE
85272026-08-25T20:33:52.296Z[ recovery-image] Aug 25 20:33:51.015 INFO O| Aug 25 20:33:51.015 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-08-25T20:33:52.304Z[ recovery-image] Aug 25 20:33:51.023 INFO O| Aug 25 20:33:51.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85292026-08-25T20:33:52.304Z[ recovery-image] Aug 25 20:33:51.023 INFO O| Aug 25 20:33:51.023 INFO STEP 1050 (remove_files) COMPLETE
85302026-08-25T20:33:52.307Z[ recovery-image] Aug 25 20:33:51.023 INFO O| Aug 25 20:33:51.023 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-08-25T20:33:52.313Z[ recovery-image] Aug 25 20:33:51.032 INFO O| Aug 25 20:33:51.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85322026-08-25T20:33:52.313Z[ recovery-image] Aug 25 20:33:51.032 INFO O| Aug 25 20:33:51.032 INFO STEP 1051 (remove_files) COMPLETE
85332026-08-25T20:33:52.313Z[ recovery-image] Aug 25 20:33:51.032 INFO O| Aug 25 20:33:51.032 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-08-25T20:33:52.324Z[ recovery-image] Aug 25 20:33:51.043 INFO O| Aug 25 20:33:51.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85352026-08-25T20:33:52.327Z[ recovery-image] Aug 25 20:33:51.043 INFO O| Aug 25 20:33:51.043 INFO STEP 1052 (remove_files) COMPLETE
85362026-08-25T20:33:52.328Z[ recovery-image] Aug 25 20:33:51.043 INFO O| Aug 25 20:33:51.043 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-08-25T20:33:52.334Z[ recovery-image] Aug 25 20:33:51.054 INFO O| Aug 25 20:33:51.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85382026-08-25T20:33:52.335Z[ recovery-image] Aug 25 20:33:51.054 INFO O| Aug 25 20:33:51.054 INFO STEP 1053 (remove_files) COMPLETE
85392026-08-25T20:33:52.335Z[ recovery-image] Aug 25 20:33:51.054 INFO O| Aug 25 20:33:51.054 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-08-25T20:33:52.346Z[ recovery-image] Aug 25 20:33:51.064 INFO O| Aug 25 20:33:51.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85412026-08-25T20:33:52.346Z[ recovery-image] Aug 25 20:33:51.064 INFO O| Aug 25 20:33:51.064 INFO STEP 1054 (remove_files) COMPLETE
85422026-08-25T20:33:52.346Z[ recovery-image] Aug 25 20:33:51.064 INFO O| Aug 25 20:33:51.064 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-08-25T20:33:52.362Z[ recovery-image] Aug 25 20:33:51.075 INFO O| Aug 25 20:33:51.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85442026-08-25T20:33:52.362Z[ recovery-image] Aug 25 20:33:51.075 INFO O| Aug 25 20:33:51.075 INFO STEP 1055 (remove_files) COMPLETE
85452026-08-25T20:33:52.362Z[ recovery-image] Aug 25 20:33:51.075 INFO O| Aug 25 20:33:51.075 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-08-25T20:33:52.366Z[ recovery-image] Aug 25 20:33:51.086 INFO O| Aug 25 20:33:51.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85472026-08-25T20:33:52.367Z[ recovery-image] Aug 25 20:33:51.086 INFO O| Aug 25 20:33:51.086 INFO STEP 1056 (remove_files) COMPLETE
85482026-08-25T20:33:52.367Z[ recovery-image] Aug 25 20:33:51.086 INFO O| Aug 25 20:33:51.086 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-08-25T20:33:52.377Z[ recovery-image] Aug 25 20:33:51.096 INFO O| Aug 25 20:33:51.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85502026-08-25T20:33:52.377Z[ recovery-image] Aug 25 20:33:51.096 INFO O| Aug 25 20:33:51.096 INFO STEP 1057 (remove_files) COMPLETE
85512026-08-25T20:33:52.377Z[ recovery-image] Aug 25 20:33:51.096 INFO O| Aug 25 20:33:51.096 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-08-25T20:33:52.388Z[ recovery-image] Aug 25 20:33:51.107 INFO O| Aug 25 20:33:51.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85532026-08-25T20:33:52.388Z[ recovery-image] Aug 25 20:33:51.107 INFO O| Aug 25 20:33:51.107 INFO STEP 1058 (remove_files) COMPLETE
85542026-08-25T20:33:52.388Z[ recovery-image] Aug 25 20:33:51.107 INFO O| Aug 25 20:33:51.107 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-08-25T20:33:52.396Z[ recovery-image] Aug 25 20:33:51.115 INFO O| Aug 25 20:33:51.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85562026-08-25T20:33:52.396Z[ recovery-image] Aug 25 20:33:51.115 INFO O| Aug 25 20:33:51.115 INFO STEP 1059 (remove_files) COMPLETE
85572026-08-25T20:33:52.396Z[ recovery-image] Aug 25 20:33:51.115 INFO O| Aug 25 20:33:51.115 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-08-25T20:33:52.403Z[ recovery-image] Aug 25 20:33:51.122 INFO O| Aug 25 20:33:51.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85592026-08-25T20:33:52.403Z[ recovery-image] Aug 25 20:33:51.122 INFO O| Aug 25 20:33:51.122 INFO STEP 1060 (remove_files) COMPLETE
85602026-08-25T20:33:52.403Z[ recovery-image] Aug 25 20:33:51.122 INFO O| Aug 25 20:33:51.122 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-08-25T20:33:52.410Z[ recovery-image] Aug 25 20:33:51.130 INFO O| Aug 25 20:33:51.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85622026-08-25T20:33:52.411Z[ recovery-image] Aug 25 20:33:51.130 INFO O| Aug 25 20:33:51.130 INFO STEP 1061 (remove_files) COMPLETE
85632026-08-25T20:33:52.411Z[ recovery-image] Aug 25 20:33:51.130 INFO O| Aug 25 20:33:51.130 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-08-25T20:33:52.421Z[ recovery-image] Aug 25 20:33:51.140 INFO O| Aug 25 20:33:51.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85652026-08-25T20:33:52.425Z[ recovery-image] Aug 25 20:33:51.141 INFO O| Aug 25 20:33:51.141 INFO STEP 1062 (remove_files) COMPLETE
85662026-08-25T20:33:52.425Z[ recovery-image] Aug 25 20:33:51.141 INFO O| Aug 25 20:33:51.141 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-08-25T20:33:52.437Z[ recovery-image] Aug 25 20:33:51.151 INFO O| Aug 25 20:33:51.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85682026-08-25T20:33:52.437Z[ recovery-image] Aug 25 20:33:51.151 INFO O| Aug 25 20:33:51.151 INFO STEP 1063 (remove_files) COMPLETE
85692026-08-25T20:33:52.437Z[ recovery-image] Aug 25 20:33:51.151 INFO O| Aug 25 20:33:51.151 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-08-25T20:33:52.441Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
85712026-08-25T20:33:52.444Z[ recovery-image] Aug 25 20:33:51.161 INFO O| Aug 25 20:33:51.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85722026-08-25T20:33:52.444Z[ recovery-image] Aug 25 20:33:51.161 INFO O| Aug 25 20:33:51.161 INFO STEP 1064 (remove_files) COMPLETE
85732026-08-25T20:33:52.444Z[ recovery-image] Aug 25 20:33:51.161 INFO O| Aug 25 20:33:51.161 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-25T20:33:52.451Z[ recovery-image] Aug 25 20:33:51.170 INFO O| Aug 25 20:33:51.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85752026-08-25T20:33:52.454Z[ recovery-image] Aug 25 20:33:51.171 INFO O| Aug 25 20:33:51.171 INFO STEP 1065 (remove_files) COMPLETE
85762026-08-25T20:33:52.455Z[ recovery-image] Aug 25 20:33:51.171 INFO O| Aug 25 20:33:51.171 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-08-25T20:33:52.462Z[ recovery-image] Aug 25 20:33:51.179 INFO O| Aug 25 20:33:51.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85782026-08-25T20:33:52.462Z[ recovery-image] Aug 25 20:33:51.180 INFO O| Aug 25 20:33:51.180 INFO STEP 1066 (remove_files) COMPLETE
85792026-08-25T20:33:52.462Z[ recovery-image] Aug 25 20:33:51.180 INFO O| Aug 25 20:33:51.180 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-08-25T20:33:52.468Z[ recovery-image] Aug 25 20:33:51.187 INFO O| Aug 25 20:33:51.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85812026-08-25T20:33:52.468Z[ recovery-image] Aug 25 20:33:51.188 INFO O| Aug 25 20:33:51.188 INFO STEP 1067 (remove_files) COMPLETE
85822026-08-25T20:33:52.468Z[ recovery-image] Aug 25 20:33:51.188 INFO O| Aug 25 20:33:51.188 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-08-25T20:33:52.479Z[ recovery-image] Aug 25 20:33:51.198 INFO O| Aug 25 20:33:51.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85842026-08-25T20:33:52.479Z[ recovery-image] Aug 25 20:33:51.198 INFO O| Aug 25 20:33:51.198 INFO STEP 1068 (remove_files) COMPLETE
85852026-08-25T20:33:52.479Z[ recovery-image] Aug 25 20:33:51.198 INFO O| Aug 25 20:33:51.198 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-08-25T20:33:52.489Z[ recovery-image] Aug 25 20:33:51.208 INFO O| Aug 25 20:33:51.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85872026-08-25T20:33:52.489Z[ recovery-image] Aug 25 20:33:51.208 INFO O| Aug 25 20:33:51.208 INFO STEP 1069 (remove_files) COMPLETE
85882026-08-25T20:33:52.491Z[ recovery-image] Aug 25 20:33:51.208 INFO O| Aug 25 20:33:51.208 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-08-25T20:33:52.497Z[ recovery-image] Aug 25 20:33:51.216 INFO O| Aug 25 20:33:51.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85902026-08-25T20:33:52.497Z[ recovery-image] Aug 25 20:33:51.216 INFO O| Aug 25 20:33:51.216 INFO STEP 1070 (remove_files) COMPLETE
85912026-08-25T20:33:52.497Z[ recovery-image] Aug 25 20:33:51.216 INFO O| Aug 25 20:33:51.216 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-08-25T20:33:52.507Z[ recovery-image] Aug 25 20:33:51.226 INFO O| Aug 25 20:33:51.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85932026-08-25T20:33:52.507Z[ recovery-image] Aug 25 20:33:51.226 INFO O| Aug 25 20:33:51.226 INFO STEP 1071 (remove_files) COMPLETE
85942026-08-25T20:33:52.507Z[ recovery-image] Aug 25 20:33:51.226 INFO O| Aug 25 20:33:51.226 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-08-25T20:33:52.518Z[ recovery-image] Aug 25 20:33:51.237 INFO O| Aug 25 20:33:51.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85962026-08-25T20:33:52.518Z[ recovery-image] Aug 25 20:33:51.237 INFO O| Aug 25 20:33:51.237 INFO STEP 1072 (remove_files) COMPLETE
85972026-08-25T20:33:52.518Z[ recovery-image] Aug 25 20:33:51.237 INFO O| Aug 25 20:33:51.237 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-08-25T20:33:52.528Z[ recovery-image] Aug 25 20:33:51.247 INFO O| Aug 25 20:33:51.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85992026-08-25T20:33:52.528Z[ recovery-image] Aug 25 20:33:51.247 INFO O| Aug 25 20:33:51.247 INFO STEP 1073 (remove_files) COMPLETE
86002026-08-25T20:33:52.528Z[ recovery-image] Aug 25 20:33:51.247 INFO O| Aug 25 20:33:51.247 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-08-25T20:33:52.537Z[ recovery-image] Aug 25 20:33:51.256 INFO O| Aug 25 20:33:51.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
86022026-08-25T20:33:52.537Z[ recovery-image] Aug 25 20:33:51.256 INFO O| Aug 25 20:33:51.256 INFO STEP 1074 (remove_files) COMPLETE
86032026-08-25T20:33:52.541Z[ recovery-image] Aug 25 20:33:51.256 INFO O| Aug 25 20:33:51.256 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-08-25T20:33:52.546Z[ recovery-image] Aug 25 20:33:51.265 INFO O| Aug 25 20:33:51.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
86052026-08-25T20:33:52.546Z[ recovery-image] Aug 25 20:33:51.265 INFO O| Aug 25 20:33:51.265 INFO STEP 1075 (remove_files) COMPLETE
86062026-08-25T20:33:52.549Z[ recovery-image] Aug 25 20:33:51.265 INFO O| Aug 25 20:33:51.265 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-08-25T20:33:52.558Z[ recovery-image] Aug 25 20:33:51.274 INFO O| Aug 25 20:33:51.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
86082026-08-25T20:33:52.558Z[ recovery-image] Aug 25 20:33:51.274 INFO O| Aug 25 20:33:51.274 INFO STEP 1076 (remove_files) COMPLETE
86092026-08-25T20:33:52.561Z[ recovery-image] Aug 25 20:33:51.274 INFO O| Aug 25 20:33:51.274 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-08-25T20:33:52.565Z[ recovery-image] Aug 25 20:33:51.282 INFO O| Aug 25 20:33:51.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
86112026-08-25T20:33:52.565Z[ recovery-image] Aug 25 20:33:51.283 INFO O| Aug 25 20:33:51.283 INFO STEP 1077 (remove_files) COMPLETE
86122026-08-25T20:33:52.565Z[ recovery-image] Aug 25 20:33:51.283 INFO O| Aug 25 20:33:51.283 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-08-25T20:33:52.572Z[ recovery-image] Aug 25 20:33:51.291 INFO O| Aug 25 20:33:51.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
86142026-08-25T20:33:52.572Z[ recovery-image] Aug 25 20:33:51.291 INFO O| Aug 25 20:33:51.291 INFO STEP 1078 (remove_files) COMPLETE
86152026-08-25T20:33:52.572Z[ recovery-image] Aug 25 20:33:51.291 INFO O| Aug 25 20:33:51.291 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-08-25T20:33:52.589Z[ recovery-image] Aug 25 20:33:51.307 INFO O| Aug 25 20:33:51.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86172026-08-25T20:33:52.589Z[ recovery-image] Aug 25 20:33:51.307 INFO O| Aug 25 20:33:51.306 INFO STEP 1079 (remove_files) COMPLETE
86182026-08-25T20:33:52.589Z[ recovery-image] Aug 25 20:33:51.307 INFO O| Aug 25 20:33:51.306 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-08-25T20:33:52.595Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
86202026-08-25T20:33:52.598Z[ recovery-image] Aug 25 20:33:51.316 INFO O| Aug 25 20:33:51.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86212026-08-25T20:33:52.598Z[ recovery-image] Aug 25 20:33:51.316 INFO O| Aug 25 20:33:51.316 INFO STEP 1080 (remove_files) COMPLETE
86222026-08-25T20:33:52.598Z[ recovery-image] Aug 25 20:33:51.316 INFO O| Aug 25 20:33:51.316 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-08-25T20:33:52.608Z[ recovery-image] Aug 25 20:33:51.327 INFO O| Aug 25 20:33:51.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86242026-08-25T20:33:52.608Z[ recovery-image] Aug 25 20:33:51.327 INFO O| Aug 25 20:33:51.327 INFO STEP 1081 (remove_files) COMPLETE
86252026-08-25T20:33:52.608Z[ recovery-image] Aug 25 20:33:51.327 INFO O| Aug 25 20:33:51.327 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-08-25T20:33:52.617Z[ recovery-image] Aug 25 20:33:51.336 INFO O| Aug 25 20:33:51.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86272026-08-25T20:33:52.617Z[ recovery-image] Aug 25 20:33:51.336 INFO O| Aug 25 20:33:51.336 INFO STEP 1082 (remove_files) COMPLETE
86282026-08-25T20:33:52.617Z[ recovery-image] Aug 25 20:33:51.336 INFO O| Aug 25 20:33:51.336 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-08-25T20:33:52.627Z[ recovery-image] Aug 25 20:33:51.346 INFO O| Aug 25 20:33:51.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86302026-08-25T20:33:52.627Z[ recovery-image] Aug 25 20:33:51.346 INFO O| Aug 25 20:33:51.346 INFO STEP 1083 (remove_files) COMPLETE
86312026-08-25T20:33:52.627Z[ recovery-image] Aug 25 20:33:51.346 INFO O| Aug 25 20:33:51.346 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86322026-08-25T20:33:52.637Z[ recovery-image] Aug 25 20:33:51.356 INFO O| Aug 25 20:33:51.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86332026-08-25T20:33:52.637Z[ recovery-image] Aug 25 20:33:51.356 INFO O| Aug 25 20:33:51.356 INFO STEP 1084 (remove_files) COMPLETE
86342026-08-25T20:33:52.637Z[ recovery-image] Aug 25 20:33:51.356 INFO O| Aug 25 20:33:51.356 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86352026-08-25T20:33:52.648Z[ recovery-image] Aug 25 20:33:51.366 INFO O| Aug 25 20:33:51.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86362026-08-25T20:33:52.648Z[ recovery-image] Aug 25 20:33:51.366 INFO O| Aug 25 20:33:51.366 INFO STEP 1085 (remove_files) COMPLETE
86372026-08-25T20:33:52.648Z[ recovery-image] Aug 25 20:33:51.366 INFO O| Aug 25 20:33:51.366 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86382026-08-25T20:33:52.656Z[ recovery-image] Aug 25 20:33:51.376 INFO O| Aug 25 20:33:51.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86392026-08-25T20:33:52.656Z[ recovery-image] Aug 25 20:33:51.376 INFO O| Aug 25 20:33:51.376 INFO STEP 1086 (remove_files) COMPLETE
86402026-08-25T20:33:52.657Z[ recovery-image] Aug 25 20:33:51.376 INFO O| Aug 25 20:33:51.376 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86412026-08-25T20:33:52.666Z[ recovery-image] Aug 25 20:33:51.385 INFO O| Aug 25 20:33:51.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86422026-08-25T20:33:52.667Z[ recovery-image] Aug 25 20:33:51.385 INFO O| Aug 25 20:33:51.385 INFO STEP 1087 (remove_files) COMPLETE
86432026-08-25T20:33:52.667Z[ recovery-image] Aug 25 20:33:51.385 INFO O| Aug 25 20:33:51.385 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86442026-08-25T20:33:52.675Z[ recovery-image] Aug 25 20:33:51.394 INFO O| Aug 25 20:33:51.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86452026-08-25T20:33:52.675Z[ recovery-image] Aug 25 20:33:51.394 INFO O| Aug 25 20:33:51.394 INFO STEP 1088 (remove_files) COMPLETE
86462026-08-25T20:33:52.675Z[ recovery-image] Aug 25 20:33:51.394 INFO O| Aug 25 20:33:51.394 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86472026-08-25T20:33:52.685Z[ recovery-image] Aug 25 20:33:51.404 INFO O| Aug 25 20:33:51.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86482026-08-25T20:33:52.685Z[ recovery-image] Aug 25 20:33:51.404 INFO O| Aug 25 20:33:51.404 INFO STEP 1089 (remove_files) COMPLETE
86492026-08-25T20:33:52.685Z[ recovery-image] Aug 25 20:33:51.404 INFO O| Aug 25 20:33:51.404 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86502026-08-25T20:33:52.695Z[ recovery-image] Aug 25 20:33:51.414 INFO O| Aug 25 20:33:51.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86512026-08-25T20:33:52.695Z[ recovery-image] Aug 25 20:33:51.414 INFO O| Aug 25 20:33:51.414 INFO STEP 1090 (remove_files) COMPLETE
86522026-08-25T20:33:52.698Z[ recovery-image] Aug 25 20:33:51.414 INFO O| Aug 25 20:33:51.414 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-08-25T20:33:52.704Z[ recovery-image] Aug 25 20:33:51.424 INFO O| Aug 25 20:33:51.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86542026-08-25T20:33:52.705Z[ recovery-image] Aug 25 20:33:51.424 INFO O| Aug 25 20:33:51.424 INFO STEP 1091 (remove_files) COMPLETE
86552026-08-25T20:33:52.705Z[ recovery-image] Aug 25 20:33:51.424 INFO O| Aug 25 20:33:51.424 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-08-25T20:33:52.714Z[ recovery-image] Aug 25 20:33:51.433 INFO O| Aug 25 20:33:51.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86572026-08-25T20:33:52.714Z[ recovery-image] Aug 25 20:33:51.433 INFO O| Aug 25 20:33:51.433 INFO STEP 1092 (remove_files) COMPLETE
86582026-08-25T20:33:52.714Z[ recovery-image] Aug 25 20:33:51.433 INFO O| Aug 25 20:33:51.433 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-08-25T20:33:52.723Z[ recovery-image] Aug 25 20:33:51.442 INFO O| Aug 25 20:33:51.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86602026-08-25T20:33:52.724Z[ recovery-image] Aug 25 20:33:51.442 INFO O| Aug 25 20:33:51.442 INFO STEP 1093 (remove_files) COMPLETE
86612026-08-25T20:33:52.726Z[ recovery-image] Aug 25 20:33:51.442 INFO O| Aug 25 20:33:51.442 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-08-25T20:33:52.732Z[ recovery-image] Aug 25 20:33:51.451 INFO O| Aug 25 20:33:51.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86632026-08-25T20:33:52.732Z[ recovery-image] Aug 25 20:33:51.451 INFO O| Aug 25 20:33:51.451 INFO STEP 1094 (remove_files) COMPLETE
86642026-08-25T20:33:52.732Z[ recovery-image] Aug 25 20:33:51.451 INFO O| Aug 25 20:33:51.451 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-08-25T20:33:52.741Z[ recovery-image] Aug 25 20:33:51.460 INFO O| Aug 25 20:33:51.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86662026-08-25T20:33:52.741Z[ recovery-image] Aug 25 20:33:51.460 INFO O| Aug 25 20:33:51.460 INFO STEP 1095 (remove_files) COMPLETE
86672026-08-25T20:33:52.744Z[ recovery-image] Aug 25 20:33:51.460 INFO O| Aug 25 20:33:51.460 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-08-25T20:33:52.754Z[ recovery-image] Aug 25 20:33:51.469 INFO O| Aug 25 20:33:51.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86692026-08-25T20:33:52.754Z[ recovery-image] Aug 25 20:33:51.469 INFO O| Aug 25 20:33:51.469 INFO STEP 1096 (remove_files) COMPLETE
86702026-08-25T20:33:52.754Z[ recovery-image] Aug 25 20:33:51.469 INFO O| Aug 25 20:33:51.469 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-08-25T20:33:52.760Z[ recovery-image] Aug 25 20:33:51.479 INFO O| Aug 25 20:33:51.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86722026-08-25T20:33:52.760Z[ recovery-image] Aug 25 20:33:51.479 INFO O| Aug 25 20:33:51.479 INFO STEP 1097 (remove_files) COMPLETE
86732026-08-25T20:33:52.760Z[ recovery-image] Aug 25 20:33:51.479 INFO O| Aug 25 20:33:51.479 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-08-25T20:33:52.775Z[ recovery-image] Aug 25 20:33:51.494 INFO O| Aug 25 20:33:51.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86752026-08-25T20:33:52.775Z[ recovery-image] Aug 25 20:33:51.494 INFO O| Aug 25 20:33:51.494 INFO STEP 1098 (remove_files) COMPLETE
86762026-08-25T20:33:52.775Z[ recovery-image] Aug 25 20:33:51.494 INFO O| Aug 25 20:33:51.494 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-08-25T20:33:52.785Z[ recovery-image] Aug 25 20:33:51.504 INFO O| Aug 25 20:33:51.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86782026-08-25T20:33:52.785Z[ recovery-image] Aug 25 20:33:51.504 INFO O| Aug 25 20:33:51.504 INFO STEP 1099 (remove_files) COMPLETE
86792026-08-25T20:33:52.785Z[ recovery-image] Aug 25 20:33:51.504 INFO O| Aug 25 20:33:51.504 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-08-25T20:33:52.807Z[ recovery-image] Aug 25 20:33:51.526 INFO O| Aug 25 20:33:51.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86812026-08-25T20:33:52.807Z[ recovery-image] Aug 25 20:33:51.526 INFO O| Aug 25 20:33:51.526 INFO STEP 1100 (remove_files) COMPLETE
86822026-08-25T20:33:52.807Z[ recovery-image] Aug 25 20:33:51.526 INFO O| Aug 25 20:33:51.526 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-08-25T20:33:52.817Z[ recovery-image] Aug 25 20:33:51.536 INFO O| Aug 25 20:33:51.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86842026-08-25T20:33:52.817Z[ recovery-image] Aug 25 20:33:51.536 INFO O| Aug 25 20:33:51.536 INFO STEP 1101 (remove_files) COMPLETE
86852026-08-25T20:33:52.817Z[ recovery-image] Aug 25 20:33:51.536 INFO O| Aug 25 20:33:51.536 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-08-25T20:33:52.828Z[ recovery-image] Aug 25 20:33:51.547 INFO O| Aug 25 20:33:51.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86872026-08-25T20:33:52.828Z[ recovery-image] Aug 25 20:33:51.547 INFO O| Aug 25 20:33:51.547 INFO STEP 1102 (remove_files) COMPLETE
86882026-08-25T20:33:52.828Z[ recovery-image] Aug 25 20:33:51.547 INFO O| Aug 25 20:33:51.547 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-08-25T20:33:52.837Z[ recovery-image] Aug 25 20:33:51.556 INFO O| Aug 25 20:33:51.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86902026-08-25T20:33:52.837Z[ recovery-image] Aug 25 20:33:51.556 INFO O| Aug 25 20:33:51.556 INFO STEP 1103 (remove_files) COMPLETE
86912026-08-25T20:33:52.837Z[ recovery-image] Aug 25 20:33:51.556 INFO O| Aug 25 20:33:51.556 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86922026-08-25T20:33:52.848Z[ recovery-image] Aug 25 20:33:51.567 INFO O| Aug 25 20:33:51.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86932026-08-25T20:33:52.848Z[ recovery-image] Aug 25 20:33:51.567 INFO O| Aug 25 20:33:51.567 INFO STEP 1104 (remove_files) COMPLETE
86942026-08-25T20:33:52.848Z[ recovery-image] Aug 25 20:33:51.567 INFO O| Aug 25 20:33:51.567 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86952026-08-25T20:33:52.859Z[ recovery-image] Aug 25 20:33:51.577 INFO O| Aug 25 20:33:51.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86962026-08-25T20:33:52.859Z[ recovery-image] Aug 25 20:33:51.577 INFO O| Aug 25 20:33:51.577 INFO STEP 1105 (remove_files) COMPLETE
86972026-08-25T20:33:52.859Z[ recovery-image] Aug 25 20:33:51.577 INFO O| Aug 25 20:33:51.577 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86982026-08-25T20:33:52.867Z[ recovery-image] Aug 25 20:33:51.586 INFO O| Aug 25 20:33:51.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86992026-08-25T20:33:52.867Z[ recovery-image] Aug 25 20:33:51.586 INFO O| Aug 25 20:33:51.586 INFO STEP 1106 (remove_files) COMPLETE
87002026-08-25T20:33:52.867Z[ recovery-image] Aug 25 20:33:51.586 INFO O| Aug 25 20:33:51.586 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87012026-08-25T20:33:52.877Z[ recovery-image] Aug 25 20:33:51.596 INFO O| Aug 25 20:33:51.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
87022026-08-25T20:33:52.877Z[ recovery-image] Aug 25 20:33:51.596 INFO O| Aug 25 20:33:51.596 INFO STEP 1107 (remove_files) COMPLETE
87032026-08-25T20:33:52.877Z[ recovery-image] Aug 25 20:33:51.596 INFO O| Aug 25 20:33:51.596 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87042026-08-25T20:33:52.886Z[ recovery-image] Aug 25 20:33:51.605 INFO O| Aug 25 20:33:51.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
87052026-08-25T20:33:52.886Z[ recovery-image] Aug 25 20:33:51.605 INFO O| Aug 25 20:33:51.605 INFO STEP 1108 (remove_files) COMPLETE
87062026-08-25T20:33:52.886Z[ recovery-image] Aug 25 20:33:51.605 INFO O| Aug 25 20:33:51.605 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87072026-08-25T20:33:52.895Z[ recovery-image] Aug 25 20:33:51.614 INFO O| Aug 25 20:33:51.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
87082026-08-25T20:33:52.895Z[ recovery-image] Aug 25 20:33:51.614 INFO O| Aug 25 20:33:51.614 INFO STEP 1109 (remove_files) COMPLETE
87092026-08-25T20:33:52.895Z[ recovery-image] Aug 25 20:33:51.614 INFO O| Aug 25 20:33:51.614 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87102026-08-25T20:33:52.904Z[ recovery-image] Aug 25 20:33:51.623 INFO O| Aug 25 20:33:51.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
87112026-08-25T20:33:52.904Z[ recovery-image] Aug 25 20:33:51.624 INFO O| Aug 25 20:33:51.623 INFO STEP 1110 (remove_files) COMPLETE
87122026-08-25T20:33:52.904Z[ recovery-image] Aug 25 20:33:51.624 INFO O| Aug 25 20:33:51.624 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87132026-08-25T20:33:52.914Z[ recovery-image] Aug 25 20:33:51.633 INFO O| Aug 25 20:33:51.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
87142026-08-25T20:33:52.914Z[ recovery-image] Aug 25 20:33:51.633 INFO O| Aug 25 20:33:51.633 INFO STEP 1111 (remove_files) COMPLETE
87152026-08-25T20:33:52.914Z[ recovery-image] Aug 25 20:33:51.633 INFO O| Aug 25 20:33:51.633 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87162026-08-25T20:33:52.923Z[ recovery-image] Aug 25 20:33:51.642 INFO O| Aug 25 20:33:51.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87172026-08-25T20:33:52.923Z[ recovery-image] Aug 25 20:33:51.642 INFO O| Aug 25 20:33:51.642 INFO STEP 1112 (remove_files) COMPLETE
87182026-08-25T20:33:52.923Z[ recovery-image] Aug 25 20:33:51.642 INFO O| Aug 25 20:33:51.642 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87192026-08-25T20:33:52.932Z[ recovery-image] Aug 25 20:33:51.651 INFO O| Aug 25 20:33:51.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87202026-08-25T20:33:52.932Z[ recovery-image] Aug 25 20:33:51.651 INFO O| Aug 25 20:33:51.651 INFO STEP 1113 (remove_files) COMPLETE
87212026-08-25T20:33:52.932Z[ recovery-image] Aug 25 20:33:51.651 INFO O| Aug 25 20:33:51.651 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87222026-08-25T20:33:52.940Z[ recovery-image] Aug 25 20:33:51.659 INFO O| Aug 25 20:33:51.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87232026-08-25T20:33:52.940Z[ recovery-image] Aug 25 20:33:51.659 INFO O| Aug 25 20:33:51.659 INFO STEP 1114 (remove_files) COMPLETE
87242026-08-25T20:33:52.941Z[ recovery-image] Aug 25 20:33:51.660 INFO O| Aug 25 20:33:51.659 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87252026-08-25T20:33:52.950Z[ recovery-image] Aug 25 20:33:51.669 INFO O| Aug 25 20:33:51.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87262026-08-25T20:33:52.953Z[ recovery-image] Aug 25 20:33:51.669 INFO O| Aug 25 20:33:51.669 INFO STEP 1115 (remove_files) COMPLETE
87272026-08-25T20:33:52.953Z[ recovery-image] Aug 25 20:33:51.669 INFO O| Aug 25 20:33:51.669 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87282026-08-25T20:33:52.960Z[ recovery-image] Aug 25 20:33:51.679 INFO O| Aug 25 20:33:51.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87292026-08-25T20:33:52.960Z[ recovery-image] Aug 25 20:33:51.679 INFO O| Aug 25 20:33:51.679 INFO STEP 1116 (remove_files) COMPLETE
87302026-08-25T20:33:52.963Z[ recovery-image] Aug 25 20:33:51.679 INFO O| Aug 25 20:33:51.679 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87312026-08-25T20:33:52.968Z[ recovery-image] Aug 25 20:33:51.688 INFO O| Aug 25 20:33:51.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87322026-08-25T20:33:52.968Z[ recovery-image] Aug 25 20:33:51.688 INFO O| Aug 25 20:33:51.688 INFO STEP 1117 (remove_files) COMPLETE
87332026-08-25T20:33:52.971Z[ recovery-image] Aug 25 20:33:51.688 INFO O| Aug 25 20:33:51.688 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87342026-08-25T20:33:52.981Z[ recovery-image] Aug 25 20:33:51.701 INFO O| Aug 25 20:33:51.701 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87352026-08-25T20:33:52.985Z[ recovery-image] Aug 25 20:33:51.701 INFO O| Aug 25 20:33:51.701 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87362026-08-25T20:33:54.057Z[ recovery-image] Aug 25 20:33:52.776 INFO O| Aug 25 20:33:52.775 INFO STEP 1118 (pack_tar) COMPLETE
87372026-08-25T20:33:54.057Z[ recovery-image] Aug 25 20:33:52.776 INFO O| Aug 25 20:33:52.776 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87382026-08-25T20:33:54.060Z[ recovery-image] Aug 25 20:33:52.776 INFO O| Aug 25 20:33:52.776 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87392026-08-25T20:33:54.658Z[ recovery-image] Aug 25 20:33:53.347 INFO O| Aug 25 20:33:53.347 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87402026-08-25T20:33:54.738Z[ recovery-image] Aug 25 20:33:53.457 INFO O| Aug 25 20:33:53.457 INFO completed processing sled/ramdisk-03-recovery-trim
87412026-08-25T20:33:54.743Z[ recovery-image] Aug 25 20:33:53.461 INFO image builder template: zfs-recovery...
87422026-08-25T20:33:54.743Z[ recovery-image] Aug 25 20:33:53.461 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/.tmplb0VGG/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs-recovery"], pwd: None
87432026-08-25T20:33:54.771Z[ recovery-image] Aug 25 20:33:53.490 INFO O| Aug 25 20:33:53.489 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87442026-08-25T20:33:54.774Z[ recovery-image] Aug 25 20:33:53.494 INFO O| Aug 25 20:33:53.493 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87452026-08-25T20:33:54.879Z[ recovery-image] Aug 25 20:33:53.598 INFO O| Aug 25 20:33:53.598 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87462026-08-25T20:33:54.938Z[ recovery-image] Aug 25 20:33:53.657 INFO O| Aug 25 20:33:53.657 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87472026-08-25T20:33:54.938Z[ recovery-image] Aug 25 20:33:53.657 INFO O| Aug 25 20:33:53.657 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87482026-08-25T20:33:54.942Z[ recovery-image] Aug 25 20:33:53.661 INFO O| Aug 25 20:33:53.661 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87492026-08-25T20:33:55.016Z[ recovery-image] Aug 25 20:33:53.733 INFO O| Aug 25 20:33:53.733 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87502026-08-25T20:33:55.072Z[ recovery-image] Aug 25 20:33:53.791 INFO O| Aug 25 20:33:53.791 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87512026-08-25T20:33:55.082Z[ recovery-image] Aug 25 20:33:53.801 INFO O| Aug 25 20:33:53.801 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87522026-08-25T20:33:55.087Z[ recovery-image] Aug 25 20:33:53.806 INFO O| Aug 25 20:33:53.806 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87532026-08-25T20:33:55.090Z[ recovery-image] Aug 25 20:33:53.807 INFO O| Aug 25 20:33:53.807 INFO no lofi found
87542026-08-25T20:33:55.090Z[ recovery-image] Aug 25 20:33:53.807 INFO O| Aug 25 20:33:53.807 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87552026-08-25T20:33:55.090Z[ recovery-image] Aug 25 20:33:53.807 INFO O| Aug 25 20:33:53.807 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87562026-08-25T20:33:55.950Z[verify-libraries] Compiling polar-core v0.27.3
87572026-08-25T20:33:57.284Z[ recovery-image] Aug 25 20:33:56.001 INFO O| Aug 25 20:33:56.001 INFO lofi device = /dev/dsk/c2t1d0p0
87582026-08-25T20:33:57.284Z[ recovery-image] Aug 25 20:33:56.001 INFO O| Aug 25 20:33:56.001 INFO pool device = /dev/dsk/c2t1d0p0
87592026-08-25T20:33:57.284Z[ recovery-image] Aug 25 20:33:56.001 INFO O| Aug 25 20:33: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"]
87602026-08-25T20:34:03.836Z[verify-libraries] Compiling oso v0.27.3
87612026-08-25T20:34:09.481Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
87622026-08-25T20:34:09.869Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
87632026-08-25T20:34:17.981Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
87642026-08-25T20:34:21.355Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
87652026-08-25T20:34:21.846Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
87662026-08-25T20:34:22.473Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
87672026-08-25T20:34:24.013Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
87682026-08-25T20:34:24.765Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
87692026-08-25T20:34:30.053Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
87702026-08-25T20:34:30.339Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
87712026-08-25T20:34:30.891Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
87722026-08-25T20:34:38.845Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
87732026-08-25T20:34:42.608Z[ host-image] Aug 25 20:34:38.044 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24216:20260824T215529Z
87742026-08-25T20:34:42.608Z[ host-image] Aug 25 20:34:38.044 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24216:20260824T215529Z
87752026-08-25T20:34:42.608Z[ host-image] Aug 25 20:34:38.044 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
87762026-08-25T20:34:42.608Z[ host-image] Aug 25 20:34:38.044 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
87772026-08-25T20:34:42.608Z[ host-image] Aug 25 20:34:38.044 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
87782026-08-25T20:34:42.608Z[ host-image] Aug 25 20:34:38.044 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
87792026-08-25T20:34:42.608Z[ host-image] Aug 25 20:34:38.044 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
87802026-08-25T20:34:42.608Z[ host-image] Aug 25 20:34:38.044 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
87812026-08-25T20:34:42.608Z[ host-image] Aug 25 20:34:38.045 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260825T201922Z
87822026-08-25T20:34:42.608Z[ host-image] Aug 25 20:34:38.045 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
87832026-08-25T20:34:42.608Z[ host-image] Aug 25 20:34:38.045 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
87842026-08-25T20:34:42.608Z[ host-image] Aug 25 20:34:38.045 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24216:20260824T215530Z
87852026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.045 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24216:20260824T215530Z
87862026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.046 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24216:20260824T215530Z
87872026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.046 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24216:20260824T215530Z
87882026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.046 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
87892026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.046 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24216:20260824T215530Z
87902026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.046 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24216:20260824T215530Z
87912026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.046 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24216:20260824T215530Z
87922026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.046 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24216:20260824T215530Z
87932026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.046 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24216:20260824T215531Z
87942026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.046 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24216:20260824T215531Z
87952026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.046 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24216:20260824T215531Z
87962026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.046 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24216:20260824T215531Z
87972026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.046 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24216:20260824T215531Z
87982026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.047 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24216:20260824T215531Z
87992026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.047 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24216:20260824T215532Z
88002026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.047 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24216:20260824T215532Z
88012026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.047 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24216:20260824T215532Z
88022026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.047 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24216:20260824T215533Z
88032026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.047 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24216:20260824T215533Z
88042026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.047 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
88052026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.047 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24216:20260824T215534Z
88062026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.047 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24216:20260824T215535Z
88072026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.047 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24216:20260824T215535Z
88082026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.047 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24216:20260824T215535Z
88092026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.047 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24216:20260824T215535Z
88102026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.047 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24216:20260824T215536Z
88112026-08-25T20:34:42.609Z[ host-image] Aug 25 20:34:38.047 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24216:20260824T215536Z
88122026-08-25T20:34:42.610Z[ host-image] Aug 25 20:34:38.050 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
88132026-08-25T20:34:42.610Z[ host-image] Aug 25 20:34:38.050 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24216:20260824T215536Z
88142026-08-25T20:34:42.610Z[ host-image] Aug 25 20:34:38.050 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
88152026-08-25T20:34:42.610Z[ host-image] Aug 25 20:34:38.050 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
88162026-08-25T20:34:42.610Z[ host-image] Aug 25 20:34:38.051 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
88172026-08-25T20:34:42.610Z[ host-image] Aug 25 20:34:38.051 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
88182026-08-25T20:34:42.610Z[ host-image] Aug 25 20:34:38.051 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24216:20260824T215536Z
88192026-08-25T20:34:42.610Z[ host-image] Aug 25 20:34:38.051 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
88202026-08-25T20:34:42.610Z[ host-image] Aug 25 20:34:38.051 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
88212026-08-25T20:34:42.610Z[ host-image] Aug 25 20:34:38.051 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
88222026-08-25T20:34:42.610Z[ host-image] Aug 25 20:34:38.051 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
88232026-08-25T20:34:42.610Z[ host-image] Aug 25 20:34:38.054 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
88242026-08-25T20:34:42.612Z[ host-image] Aug 25 20:34:38.055 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
88252026-08-25T20:34:42.612Z[ host-image] Aug 25 20:34:38.055 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
88262026-08-25T20:34:42.612Z[ host-image] Aug 25 20:34:38.055 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
88272026-08-25T20:34:42.612Z[ host-image] Aug 25 20:34:38.055 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
88282026-08-25T20:34:42.612Z[ host-image] Aug 25 20:34:38.055 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
88292026-08-25T20:34:42.612Z[ host-image] Aug 25 20:34:38.067 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
88302026-08-25T20:34:42.612Z[ host-image] Aug 25 20:34:38.068 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
88312026-08-25T20:34:42.612Z[ host-image] Aug 25 20:34:38.068 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
88322026-08-25T20:34:42.612Z[ host-image] Aug 25 20:34:38.068 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24216:20260824T215537Z
88332026-08-25T20:34:42.612Z[ host-image] Aug 25 20:34:38.068 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24216:20260824T215539Z
88342026-08-25T20:34:42.612Z[ host-image] Aug 25 20:34:38.068 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
88352026-08-25T20:34:42.612Z[ host-image] Aug 25 20:34:38.068 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24216:20260824T215540Z
88362026-08-25T20:34:42.612Z[ host-image] Aug 25 20:34:38.068 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
88372026-08-25T20:34:42.612Z[ host-image] Aug 25 20:34:38.068 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
88382026-08-25T20:34:42.612Z[ host-image] Aug 25 20:34:38.068 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
88392026-08-25T20:34:42.612Z[ host-image] Aug 25 20:34:38.068 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
88402026-08-25T20:34:42.612Z[ host-image] Aug 25 20:34:38.068 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24216:20260824T215540Z
88412026-08-25T20:34:42.613Z[ host-image] Aug 25 20:34:38.068 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
88422026-08-25T20:34:42.613Z[ host-image] Aug 25 20:34:38.069 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
88432026-08-25T20:34:42.613Z[ host-image] Aug 25 20:34:38.069 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
88442026-08-25T20:34:42.613Z[ host-image] Aug 25 20:34:38.069 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
88452026-08-25T20:34:42.613Z[ host-image] Aug 25 20:34:38.069 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24216:20260824T215540Z
88462026-08-25T20:34:42.613Z[ host-image] Aug 25 20:34:38.069 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
88472026-08-25T20:34:42.613Z[ host-image] Aug 25 20:34:38.073 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
88482026-08-25T20:34:42.613Z[ host-image] Aug 25 20:34:38.074 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24216:20260824T215540Z
88492026-08-25T20:34:42.613Z[ host-image] Aug 25 20:34:38.074 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24216:20260824T215540Z
88502026-08-25T20:34:42.613Z[ host-image] Aug 25 20:34:38.074 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24216:20260824T215540Z
88512026-08-25T20:34:42.613Z[ host-image] Aug 25 20:34:38.074 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
88522026-08-25T20:34:42.613Z[ host-image] Aug 25 20:34:38.074 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24216:20260824T215541Z
88532026-08-25T20:34:42.613Z[ host-image] Aug 25 20:34:38.075 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24216:20260824T215541Z
88542026-08-25T20:34:42.613Z[ host-image] Aug 25 20:34:38.075 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24216:20260824T215541Z
88552026-08-25T20:34:42.781Z[ host-image] Aug 25 20:34:38.075 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24216:20260824T215541Z
88562026-08-25T20:34:42.781Z[ host-image] Aug 25 20:34:38.076 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
88572026-08-25T20:34:42.781Z[ host-image] Aug 25 20:34:38.076 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24216:20260824T215541Z
88582026-08-25T20:34:42.781Z[ host-image] Aug 25 20:34:38.076 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24216:20260824T215542Z
88592026-08-25T20:34:42.781Z[ host-image] Aug 25 20:34:38.076 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
88602026-08-25T20:34:42.781Z[ host-image] Aug 25 20:34:38.076 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24216:20260824T215542Z
88612026-08-25T20:34:42.781Z[ host-image] Aug 25 20:34:38.076 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24216:20260824T215542Z
88622026-08-25T20:34:42.781Z[ host-image] Aug 25 20:34:38.076 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24216:20260824T215542Z
88632026-08-25T20:34:42.781Z[ host-image] Aug 25 20:34:38.076 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24216:20260824T215542Z
88642026-08-25T20:34:42.781Z[ host-image] Aug 25 20:34:38.078 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24216:20260824T215542Z
88652026-08-25T20:34:42.781Z[ host-image] Aug 25 20:34:38.078 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
88662026-08-25T20:34:42.781Z[ host-image] Aug 25 20:34:38.079 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24216:20260824T215542Z
88672026-08-25T20:34:42.781Z[ host-image] Aug 25 20:34:38.079 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24216:20260824T215542Z
88682026-08-25T20:34:42.782Z[ host-image] Aug 25 20:34:38.079 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24216:20260824T215542Z
88692026-08-25T20:34:42.782Z[ host-image] Aug 25 20:34:38.079 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24216:20260824T215542Z
88702026-08-25T20:34:42.782Z[ host-image] Aug 25 20:34:38.079 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24216:20260824T215543Z
88712026-08-25T20:34:42.782Z[ host-image] Aug 25 20:34:38.080 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24216:20260824T215543Z
88722026-08-25T20:34:42.782Z[ host-image] Aug 25 20:34:38.080 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24216:20260824T215543Z
88732026-08-25T20:34:42.783Z[ host-image] Aug 25 20:34:38.080 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24216:20260824T215543Z
88742026-08-25T20:34:42.783Z[ host-image] Aug 25 20:34:38.083 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24216:20260824T215544Z
88752026-08-25T20:34:42.783Z[ host-image] Aug 25 20:34:38.083 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24216:20260824T215543Z
88762026-08-25T20:34:42.783Z[ host-image] Aug 25 20:34:38.083 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24216:20260824T215543Z
88772026-08-25T20:34:42.783Z[ host-image] Aug 25 20:34:38.083 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24216:20260824T215543Z
88782026-08-25T20:34:42.783Z[ host-image] Aug 25 20:34:38.083 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24216:20260824T215544Z
88792026-08-25T20:34:42.783Z[ host-image] Aug 25 20:34:38.089 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24216:20260824T215545Z
88802026-08-25T20:34:42.783Z[ host-image] Aug 25 20:34:38.089 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24216:20260824T215544Z
88812026-08-25T20:34:42.783Z[ host-image] Aug 25 20:34:38.089 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24216:20260824T215544Z
88822026-08-25T20:34:42.783Z[ host-image] Aug 25 20:34:38.090 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
88832026-08-25T20:34:42.783Z[ host-image] Aug 25 20:34:38.090 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
88842026-08-25T20:34:42.783Z[ host-image] Aug 25 20:34:38.098 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24216:20260824T215544Z
88852026-08-25T20:34:42.784Z[ host-image] Aug 25 20:34:38.098 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
88862026-08-25T20:34:42.784Z[ host-image] Aug 25 20:34:38.098 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24216:20260824T215544Z
88872026-08-25T20:34:42.785Z[ host-image] Aug 25 20:34:38.098 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24216:20260824T215544Z
88882026-08-25T20:34:42.785Z[ host-image] Aug 25 20:34:38.099 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24216:20260824T215544Z
88892026-08-25T20:34:42.785Z[ host-image] Aug 25 20:34:38.099 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
88902026-08-25T20:34:42.785Z[ host-image] Aug 25 20:34:38.099 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
88912026-08-25T20:34:42.785Z[ host-image] Aug 25 20:34:38.099 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24216:20260824T215545Z
88922026-08-25T20:34:42.785Z[ host-image] Aug 25 20:34:38.099 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24216:20260824T215544Z
88932026-08-25T20:34:42.785Z[ host-image] Aug 25 20:34:38.099 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24216:20260824T215544Z
88942026-08-25T20:34:42.785Z[ host-image] Aug 25 20:34:38.099 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24216:20260824T215545Z
88952026-08-25T20:34:42.785Z[ host-image] Aug 25 20:34:38.099 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24216:20260824T215545Z
88962026-08-25T20:34:42.785Z[ host-image] Aug 25 20:34:38.099 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24216:20260824T215545Z
88972026-08-25T20:34:42.785Z[ host-image] Aug 25 20:34:38.100 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
88982026-08-25T20:34:42.785Z[ host-image] Aug 25 20:34:38.100 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24216:20260824T215545Z
88992026-08-25T20:34:42.785Z[ host-image] Aug 25 20:34:38.100 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24216:20260824T215545Z
89002026-08-25T20:34:42.785Z[ host-image] Aug 25 20:34:38.101 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24216:20260824T215545Z
89012026-08-25T20:34:42.786Z[ host-image] Aug 25 20:34:38.101 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24216:20260824T215546Z
89022026-08-25T20:34:42.786Z[ host-image] Aug 25 20:34:38.101 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24216:20260824T215546Z
89032026-08-25T20:34:42.786Z[ host-image] Aug 25 20:34:38.101 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24216:20260824T215546Z
89042026-08-25T20:34:42.786Z[ host-image] Aug 25 20:34:38.101 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
89052026-08-25T20:34:42.786Z[ host-image] Aug 25 20:34:38.101 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
89062026-08-25T20:34:42.786Z[ host-image] Aug 25 20:34:38.101 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24216:20260824T215547Z
89072026-08-25T20:34:42.786Z[ host-image] Aug 25 20:34:38.101 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24216:20260824T215547Z
89082026-08-25T20:34:42.786Z[ host-image] Aug 25 20:34:38.101 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
89092026-08-25T20:34:42.786Z[ host-image] Aug 25 20:34:38.101 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
89102026-08-25T20:34:42.786Z[ host-image] Aug 25 20:34:38.101 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
89112026-08-25T20:34:42.786Z[ host-image] Aug 25 20:34:38.101 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
89122026-08-25T20:34:42.786Z[ host-image] Aug 25 20:34:38.101 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
89132026-08-25T20:34:42.786Z[ host-image] Aug 25 20:34:38.101 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
89142026-08-25T20:34:42.786Z[ host-image] Aug 25 20:34:38.102 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
89152026-08-25T20:34:42.786Z[ host-image] Aug 25 20:34:38.102 INFO O| tempdir @ "/tmp/.tmpU2olMp/tmp"
89162026-08-25T20:34:42.786Z[ host-image] Aug 25 20:34:38.102 INFO O| image root @ "/tmp/.tmpU2olMp/tmp/root"
89172026-08-25T20:34:42.786Z[ host-image] Aug 25 20:34:38.102 INFO O| creating image...
89182026-08-25T20:34:44.425Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
89192026-08-25T20:34:44.672Z[ host-image] Aug 25 20:34:43.390 INFO O| copying publishers...
89202026-08-25T20:34:47.353Z[ host-image] Aug 25 20:34:46.072 INFO O| adding properties...
89212026-08-25T20:34:48.270Z[ host-image] Aug 25 20:34:46.987 INFO O| installing packages...
89222026-08-25T20:34:56.564Z[ host-image] Aug 25 20:34:55.282 INFO O| seeding SMF database...
89232026-08-25T20:34:57.337Z[ recovery-image] Aug 25 20:34:56.055 INFO O| Aug 25 20:34:56.055 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89242026-08-25T20:34:57.337Z[ recovery-image] Aug 25 20:34:56.055 INFO O| Aug 25 20:34:56.055 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
89252026-08-25T20:34:57.353Z[ recovery-image] Aug 25 20:34:56.072 INFO O| Aug 25 20:34:56.072 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
89262026-08-25T20:34:57.407Z[ recovery-image] Aug 25 20:34:56.125 INFO O| Aug 25 20:34:56.125 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
89272026-08-25T20:34:57.454Z[ recovery-image] Aug 25 20:34:56.150 INFO O| Aug 25 20:34:56.150 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
89282026-08-25T20:34:57.454Z[ recovery-image] Aug 25 20:34:56.162 INFO O| Aug 25 20:34:56.162 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
89292026-08-25T20:34:57.458Z[ recovery-image] Aug 25 20:34:56.170 INFO O| Aug 25 20:34:56.170 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
89302026-08-25T20:34:57.482Z[ recovery-image] Aug 25 20:34:56.200 INFO O| Aug 25 20:34:56.200 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
89312026-08-25T20:34:57.487Z[ recovery-image] Aug 25 20:34:56.200 INFO O| Aug 25 20:34:56.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
89322026-08-25T20:34:57.487Z[ recovery-image] Aug 25 20:34:56.200 INFO O| Aug 25 20:34:56.200 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
89332026-08-25T20:34:57.505Z[ recovery-image] Aug 25 20:34:56.210 INFO O| Aug 25 20:34:56.210 INFO boot environment UUID: 3261f057-b23e-40f1-af6a-cfa33dbd46f9
89342026-08-25T20:34:57.505Z[ recovery-image] Aug 25 20:34:56.210 INFO O| Aug 25 20:34:56.210 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3261f057-b23e-40f1-af6a-cfa33dbd46f9
89352026-08-25T20:34:57.544Z[ recovery-image] Aug 25 20:34:56.256 INFO O| Aug 25 20:34:56.254 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
89362026-08-25T20:34:57.571Z[ recovery-image] Aug 25 20:34:56.289 INFO O| Aug 25 20:34:56.289 INFO STEP 0 (create_be) COMPLETE
89372026-08-25T20:34:57.571Z[ recovery-image] Aug 25 20:34:56.289 INFO O| Aug 25 20:34:56.289 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89382026-08-25T20:34:57.590Z[ recovery-image] Aug 25 20:34:56.302 INFO O| Aug 25 20:34:56.302 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"]
89392026-08-25T20:35:00.901Z[ recovery-image] Aug 25 20:34:59.612 INFO O| Aug 25 20:34:59.610 INFO STEP 1 (unpack_tar) COMPLETE
89402026-08-25T20:35:00.905Z[ recovery-image] Aug 25 20:34:59.612 INFO O| Aug 25 20:34:59.610 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89412026-08-25T20:35:00.905Z[ recovery-image] Aug 25 20:34:59.620 INFO O| Aug 25 20:34:59.620 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
89422026-08-25T20:35:01.411Z[ recovery-image] Aug 25 20:35:00.129 INFO O| Aug 25 20:35:00.129 INFO STEP 2 (devfsadm) COMPLETE
89432026-08-25T20:35:01.411Z[ recovery-image] Aug 25 20:35:00.129 INFO O| Aug 25 20:35:00.129 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89442026-08-25T20:35:01.419Z[ recovery-image] Aug 25 20:35:00.137 INFO O| Aug 25 20:35:00.137 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89452026-08-25T20:35:01.422Z[ recovery-image] Aug 25 20:35:00.137 INFO O| Aug 25 20:35:00.137 INFO STEP 3 (ensure_dir) COMPLETE
89462026-08-25T20:35:01.422Z[ recovery-image] Aug 25 20:35:00.137 INFO O| Aug 25 20:35:00.137 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89472026-08-25T20:35:01.426Z[ recovery-image] Aug 25 20:35:00.144 INFO O| Aug 25 20:35:00.144 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89482026-08-25T20:35:01.426Z[ recovery-image] Aug 25 20:35:00.144 INFO O| Aug 25 20:35:00.144 INFO STEP 4 (ensure_dir) COMPLETE
89492026-08-25T20:35:01.429Z[ recovery-image] Aug 25 20:35:00.144 INFO O| Aug 25 20:35:00.144 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89502026-08-25T20:35:01.434Z[ recovery-image] Aug 25 20:35:00.152 INFO O| Aug 25 20:35:00.152 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89512026-08-25T20:35:01.434Z[ recovery-image] Aug 25 20:35:00.152 INFO O| Aug 25 20:35:00.152 INFO STEP 5 (ensure_dir) COMPLETE
89522026-08-25T20:35:01.437Z[ recovery-image] Aug 25 20:35:00.152 INFO O| Aug 25 20:35:00.152 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89532026-08-25T20:35:01.441Z[ recovery-image] Aug 25 20:35:00.160 INFO O| Aug 25 20:35:00.160 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89542026-08-25T20:35:01.445Z[ recovery-image] Aug 25 20:35:00.160 INFO O| Aug 25 20:35:00.160 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89552026-08-25T20:35:01.445Z[ recovery-image] Aug 25 20:35:00.160 INFO O| Aug 25 20:35:00.160 INFO STEP 6 (ensure_dir) COMPLETE
89562026-08-25T20:35:01.445Z[ recovery-image] Aug 25 20:35:00.160 INFO O| Aug 25 20:35:00.160 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89572026-08-25T20:35:01.448Z[ recovery-image] Aug 25 20:35:00.167 INFO O| Aug 25 20:35:00.167 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89582026-08-25T20:35:01.448Z[ recovery-image] Aug 25 20:35:00.167 INFO O| Aug 25 20:35:00.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89592026-08-25T20:35:01.448Z[ recovery-image] Aug 25 20:35:00.167 INFO O| Aug 25 20:35:00.167 INFO STEP 7 (ensure_dir) COMPLETE
89602026-08-25T20:35:01.449Z[ recovery-image] Aug 25 20:35:00.167 INFO O| Aug 25 20:35:00.167 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89612026-08-25T20:35:01.455Z[ recovery-image] Aug 25 20:35:00.174 INFO O| Aug 25 20:35:00.174 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
89622026-08-25T20:35:01.458Z[ recovery-image] Aug 25 20:35:00.175 INFO O| Aug 25 20:35:00.175 INFO STEP 8 (remove_files) COMPLETE
89632026-08-25T20:35:01.459Z[ recovery-image] Aug 25 20:35:00.175 INFO O| Aug 25 20:35:00.175 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89642026-08-25T20:35:01.464Z[ recovery-image] Aug 25 20:35:00.183 INFO O| Aug 25 20:35:00.183 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
89652026-08-25T20:35:01.467Z[ recovery-image] Aug 25 20:35:00.183 INFO O| Aug 25 20:35:00.183 INFO STEP 9 (remove_files) COMPLETE
89662026-08-25T20:35:01.468Z[ recovery-image] Aug 25 20:35:00.183 INFO O| Aug 25 20:35:00.183 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89672026-08-25T20:35:01.472Z[ recovery-image] Aug 25 20:35:00.191 INFO O| Aug 25 20:35:00.191 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
89682026-08-25T20:35:01.475Z[ recovery-image] Aug 25 20:35:00.192 INFO O| Aug 25 20:35:00.192 INFO STEP 10 (remove_files) COMPLETE
89692026-08-25T20:35:01.475Z[ recovery-image] Aug 25 20:35:00.192 INFO O| Aug 25 20:35:00.192 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89702026-08-25T20:35:01.481Z[ recovery-image] Aug 25 20:35:00.199 INFO O| Aug 25 20:35:00.199 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
89712026-08-25T20:35:01.481Z[ recovery-image] Aug 25 20:35:00.199 INFO O| Aug 25 20:35:00.199 INFO STEP 11 (remove_files) COMPLETE
89722026-08-25T20:35:01.484Z[ recovery-image] Aug 25 20:35:00.199 INFO O| Aug 25 20:35:00.199 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89732026-08-25T20:35:01.488Z[ recovery-image] Aug 25 20:35:00.207 INFO O| Aug 25 20:35:00.206 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
89742026-08-25T20:35:01.488Z[ recovery-image] Aug 25 20:35:00.207 INFO O| Aug 25 20:35:00.207 INFO STEP 12 (remove_files) COMPLETE
89752026-08-25T20:35:01.488Z[ recovery-image] Aug 25 20:35:00.207 INFO O| Aug 25 20:35:00.207 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89762026-08-25T20:35:01.495Z[ recovery-image] Aug 25 20:35:00.213 INFO O| Aug 25 20:35:00.213 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89772026-08-25T20:35:01.498Z[ recovery-image] Aug 25 20:35:00.213 INFO O| Aug 25 20:35:00.213 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
89782026-08-25T20:35:01.498Z[ recovery-image] Aug 25 20:35:00.213 INFO O| Aug 25 20:35:00.213 INFO STEP 13 (ensure_dir) COMPLETE
89792026-08-25T20:35:01.498Z[ recovery-image] Aug 25 20:35:00.213 INFO O| Aug 25 20:35:00.213 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89802026-08-25T20:35:01.501Z[ recovery-image] Aug 25 20:35:00.220 INFO O| Aug 25 20:35:00.220 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89812026-08-25T20:35:01.505Z[ recovery-image] Aug 25 20:35:00.220 INFO O| Aug 25 20:35:00.220 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89822026-08-25T20:35:01.505Z[ recovery-image] Aug 25 20:35:00.220 INFO O| Aug 25 20:35:00.220 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89832026-08-25T20:35:01.505Z[ recovery-image] Aug 25 20:35:00.220 INFO O| Aug 25 20:35:00.220 INFO STEP 14 (ensure_dir) COMPLETE
89842026-08-25T20:35:01.505Z[ recovery-image] Aug 25 20:35:00.220 INFO O| Aug 25 20:35:00.220 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89852026-08-25T20:35:01.509Z[ recovery-image] Aug 25 20:35:00.227 INFO O| Aug 25 20:35:00.227 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89862026-08-25T20:35:01.509Z[ recovery-image] Aug 25 20:35:00.227 INFO O| Aug 25 20:35:00.227 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89872026-08-25T20:35:01.512Z[ recovery-image] Aug 25 20:35:00.227 INFO O| Aug 25 20:35:00.227 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89882026-08-25T20:35:01.512Z[ recovery-image] Aug 25 20:35:00.227 INFO O| Aug 25 20:35:00.227 INFO STEP 15 (ensure_dir) COMPLETE
89892026-08-25T20:35:01.512Z[ recovery-image] Aug 25 20:35:00.227 INFO O| Aug 25 20:35:00.227 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89902026-08-25T20:35:01.515Z[ recovery-image] Aug 25 20:35:00.234 INFO O| Aug 25 20:35:00.234 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89912026-08-25T20:35:01.516Z[ recovery-image] Aug 25 20:35:00.234 INFO O| Aug 25 20:35:00.234 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89922026-08-25T20:35:01.516Z[ recovery-image] Aug 25 20:35:00.234 INFO O| Aug 25 20:35:00.234 INFO STEP 16 (ensure_dir) COMPLETE
89932026-08-25T20:35:01.516Z[ recovery-image] Aug 25 20:35:00.234 INFO O| Aug 25 20:35:00.234 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89942026-08-25T20:35:01.523Z[ recovery-image] Aug 25 20:35:00.241 INFO O| Aug 25 20:35:00.241 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89952026-08-25T20:35:01.523Z[ recovery-image] Aug 25 20:35:00.241 INFO O| Aug 25 20:35:00.241 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89962026-08-25T20:35:01.523Z[ recovery-image] Aug 25 20:35:00.241 INFO O| Aug 25 20:35:00.241 INFO STEP 17 (ensure_dir) COMPLETE
89972026-08-25T20:35:01.526Z[ recovery-image] Aug 25 20:35:00.241 INFO O| Aug 25 20:35:00.241 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89982026-08-25T20:35:01.529Z[ recovery-image] Aug 25 20:35:00.248 INFO O| Aug 25 20:35:00.248 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89992026-08-25T20:35:01.533Z[ recovery-image] Aug 25 20:35:00.248 INFO O| Aug 25 20:35:00.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
90002026-08-25T20:35:01.533Z[ recovery-image] Aug 25 20:35:00.248 INFO O| Aug 25 20:35:00.248 INFO ok!
90012026-08-25T20:35:01.533Z[ recovery-image] Aug 25 20:35:00.248 INFO O| Aug 25 20:35:00.248 INFO STEP 18 (ensure_symlink) COMPLETE
90022026-08-25T20:35:01.533Z[ recovery-image] Aug 25 20:35:00.248 INFO O| Aug 25 20:35:00.248 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90032026-08-25T20:35:01.536Z[ recovery-image] Aug 25 20:35:00.254 INFO O| Aug 25 20:35:00.254 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
90042026-08-25T20:35:01.536Z[ recovery-image] Aug 25 20:35:00.254 INFO O| Aug 25 20:35:00.254 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
90052026-08-25T20:35:01.536Z[ recovery-image] Aug 25 20:35:00.254 INFO O| Aug 25 20:35:00.254 INFO ok!
90062026-08-25T20:35:01.536Z[ recovery-image] Aug 25 20:35:00.254 INFO O| Aug 25 20:35:00.254 INFO STEP 19 (ensure_file) COMPLETE
90072026-08-25T20:35:01.536Z[ recovery-image] Aug 25 20:35:00.254 INFO O| Aug 25 20:35:00.254 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90082026-08-25T20:35:01.541Z[ recovery-image] Aug 25 20:35:00.260 INFO O| Aug 25 20:35:00.260 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
90092026-08-25T20:35:01.541Z[ recovery-image] Aug 25 20:35:00.260 INFO O| Aug 25 20:35:00.260 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
90102026-08-25T20:35:01.545Z[ recovery-image] Aug 25 20:35:00.260 INFO O| Aug 25 20:35:00.260 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
90112026-08-25T20:35:01.545Z[ recovery-image] Aug 25 20:35:00.260 INFO O| Aug 25 20:35:00.260 INFO ok!
90122026-08-25T20:35:01.545Z[ recovery-image] Aug 25 20:35:00.260 INFO O| Aug 25 20:35:00.260 INFO STEP 20 (ensure_symlink) COMPLETE
90132026-08-25T20:35:01.545Z[ recovery-image] Aug 25 20:35:00.260 INFO O| Aug 25 20:35:00.260 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90142026-08-25T20:35:01.548Z[ recovery-image] Aug 25 20:35:00.266 INFO O| Aug 25 20:35:00.265 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
90152026-08-25T20:35:01.549Z[ recovery-image] Aug 25 20:35:00.266 INFO O| Aug 25 20:35:00.265 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
90162026-08-25T20:35:01.551Z[ recovery-image] Aug 25 20:35:00.266 INFO O| Aug 25 20:35:00.266 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
90172026-08-25T20:35:01.551Z[ recovery-image] Aug 25 20:35:00.266 INFO O| Aug 25 20:35:00.266 INFO ok!
90182026-08-25T20:35:01.551Z[ recovery-image] Aug 25 20:35:00.266 INFO O| Aug 25 20:35:00.266 INFO STEP 21 (ensure_symlink) COMPLETE
90192026-08-25T20:35:01.551Z[ recovery-image] Aug 25 20:35:00.266 INFO O| Aug 25 20:35:00.266 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90202026-08-25T20:35:01.555Z[ recovery-image] Aug 25 20:35:00.271 INFO O| Aug 25 20:35:00.271 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
90212026-08-25T20:35:01.555Z[ recovery-image] Aug 25 20:35:00.271 INFO O| Aug 25 20:35:00.271 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90222026-08-25T20:35:01.555Z[ recovery-image] Aug 25 20:35:00.271 INFO O| Aug 25 20:35:00.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
90232026-08-25T20:35:01.555Z[ recovery-image] Aug 25 20:35:00.271 INFO O| Aug 25 20:35:00.271 INFO ok!
90242026-08-25T20:35:01.555Z[ recovery-image] Aug 25 20:35:00.271 INFO O| Aug 25 20:35:00.271 INFO STEP 22 (ensure_symlink) COMPLETE
90252026-08-25T20:35:01.555Z[ recovery-image] Aug 25 20:35:00.271 INFO O| Aug 25 20:35:00.271 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90262026-08-25T20:35:01.563Z[ recovery-image] Aug 25 20:35:00.279 INFO O| Aug 25 20:35:00.279 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
90272026-08-25T20:35:01.563Z[ recovery-image] Aug 25 20:35:00.279 INFO O| Aug 25 20:35:00.279 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90282026-08-25T20:35:01.567Z[ recovery-image] Aug 25 20:35:00.279 INFO O| Aug 25 20:35:00.279 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
90292026-08-25T20:35:01.567Z[ recovery-image] Aug 25 20:35:00.279 INFO O| Aug 25 20:35:00.279 INFO ok!
90302026-08-25T20:35:01.567Z[ recovery-image] Aug 25 20:35:00.279 INFO O| Aug 25 20:35:00.279 INFO STEP 23 (ensure_symlink) COMPLETE
90312026-08-25T20:35:01.568Z[ recovery-image] Aug 25 20:35:00.279 INFO O| Aug 25 20:35:00.279 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90322026-08-25T20:35:01.572Z[ recovery-image] Aug 25 20:35:00.286 INFO O| Aug 25 20:35:00.286 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90332026-08-25T20:35:01.572Z[ recovery-image] Aug 25 20:35:00.286 INFO O| Aug 25 20:35:00.286 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 ...
90342026-08-25T20:35:01.573Z[ recovery-image] Aug 25 20:35:00.286 INFO O| Aug 25 20:35:00.286 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
90352026-08-25T20:35:01.575Z[ recovery-image] Aug 25 20:35:00.286 INFO O| Aug 25 20:35:00.286 INFO ok!
90362026-08-25T20:35:01.575Z[ recovery-image] Aug 25 20:35:00.286 INFO O| Aug 25 20:35:00.286 INFO STEP 24 (ensure_file) COMPLETE
90372026-08-25T20:35:01.575Z[ recovery-image] Aug 25 20:35:00.286 INFO O| Aug 25 20:35:00.286 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90382026-08-25T20:35:01.578Z[ recovery-image] Aug 25 20:35:00.293 INFO O| Aug 25 20:35:00.293 INFO updating shadow file
90392026-08-25T20:35:01.578Z[ recovery-image] Aug 25 20:35:00.293 INFO O| Aug 25 20:35:00.293 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90402026-08-25T20:35:01.578Z[ recovery-image] Aug 25 20:35:00.293 INFO O| Aug 25 20:35:00.293 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90412026-08-25T20:35:01.579Z[ recovery-image] Aug 25 20:35:00.293 INFO O| Aug 25 20:35:00.293 INFO STEP 25 (shadow) COMPLETE
90422026-08-25T20:35:01.579Z[ recovery-image] Aug 25 20:35:00.293 INFO O| Aug 25 20:35:00.293 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90432026-08-25T20:35:01.582Z[ recovery-image] Aug 25 20:35:00.299 INFO O| Aug 25 20:35:00.299 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
90442026-08-25T20:35:01.582Z[ recovery-image] Aug 25 20:35:00.299 INFO O| Aug 25 20:35:00.299 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
90452026-08-25T20:35:01.582Z[ recovery-image] Aug 25 20:35:00.299 INFO O| Aug 25 20:35:00.299 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
90462026-08-25T20:35:01.582Z[ recovery-image] Aug 25 20:35:00.299 INFO O| Aug 25 20:35:00.299 INFO ok!
90472026-08-25T20:35:01.582Z[ recovery-image] Aug 25 20:35:00.299 INFO O| Aug 25 20:35:00.299 INFO STEP 26 (ensure_file) COMPLETE
90482026-08-25T20:35:01.582Z[ recovery-image] Aug 25 20:35:00.299 INFO O| Aug 25 20:35:00.299 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90492026-08-25T20:35:01.587Z[ recovery-image] Aug 25 20:35:00.306 INFO O| Aug 25 20:35:00.306 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
90502026-08-25T20:35:01.587Z[ recovery-image] Aug 25 20:35:00.306 INFO O| Aug 25 20:35:00.306 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
90512026-08-25T20:35:01.589Z[ recovery-image] Aug 25 20:35:00.306 INFO O| Aug 25 20:35:00.306 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
90522026-08-25T20:35:01.592Z[ recovery-image] Aug 25 20:35:00.306 INFO O| Aug 25 20:35:00.306 INFO ok!
90532026-08-25T20:35:01.592Z[ recovery-image] Aug 25 20:35:00.306 INFO O| Aug 25 20:35:00.306 INFO STEP 27 (ensure_file) COMPLETE
90542026-08-25T20:35:01.592Z[ recovery-image] Aug 25 20:35:00.306 INFO O| Aug 25 20:35:00.306 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90552026-08-25T20:35:01.596Z[ recovery-image] Aug 25 20:35:00.312 INFO O| Aug 25 20:35:00.312 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90562026-08-25T20:35:01.596Z[ recovery-image] Aug 25 20:35:00.312 INFO O| Aug 25 20:35:00.312 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
90572026-08-25T20:35:01.596Z[ recovery-image] Aug 25 20:35:00.312 INFO O| Aug 25 20:35:00.312 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
90582026-08-25T20:35:01.596Z[ recovery-image] Aug 25 20:35:00.312 INFO O| Aug 25 20:35:00.312 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
90592026-08-25T20:35:01.596Z[ recovery-image] Aug 25 20:35:00.312 INFO O| Aug 25 20:35:00.312 INFO ok!
90602026-08-25T20:35:01.596Z[ recovery-image] Aug 25 20:35:00.312 INFO O| Aug 25 20:35:00.312 INFO STEP 28 (ensure_file) COMPLETE
90612026-08-25T20:35:01.596Z[ recovery-image] Aug 25 20:35:00.312 INFO O| Aug 25 20:35:00.312 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90622026-08-25T20:35:01.599Z[ recovery-image] Aug 25 20:35:00.318 INFO O| Aug 25 20:35:00.318 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
90632026-08-25T20:35:01.600Z[ recovery-image] Aug 25 20:35:00.318 INFO O| Aug 25 20:35:00.318 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
90642026-08-25T20:35:01.600Z[ recovery-image] Aug 25 20:35:00.318 INFO O| Aug 25 20:35:00.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
90652026-08-25T20:35:01.600Z[ recovery-image] Aug 25 20:35:00.318 INFO O| Aug 25 20:35:00.318 INFO ok!
90662026-08-25T20:35:01.602Z[ recovery-image] Aug 25 20:35:00.318 INFO O| Aug 25 20:35:00.318 INFO STEP 29 (ensure_file) COMPLETE
90672026-08-25T20:35:01.602Z[ recovery-image] Aug 25 20:35:00.318 INFO O| Aug 25 20:35:00.318 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
90682026-08-25T20:35:01.605Z[ recovery-image] Aug 25 20:35:00.323 INFO O| Aug 25 20:35:00.323 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90692026-08-25T20:35:01.605Z[ recovery-image] Aug 25 20:35:00.323 INFO O| Aug 25 20:35:00.323 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90702026-08-25T20:35:01.605Z[ recovery-image] Aug 25 20:35:00.323 INFO O| Aug 25 20:35:00.323 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90712026-08-25T20:35:01.605Z[ recovery-image] Aug 25 20:35:00.323 INFO O| Aug 25 20:35:00.323 INFO STEP 30 (ensure_dir) COMPLETE
90722026-08-25T20:35:01.605Z[ recovery-image] Aug 25 20:35:00.323 INFO O| Aug 25 20:35:00.323 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90732026-08-25T20:35:01.612Z[ recovery-image] Aug 25 20:35:00.330 INFO O| Aug 25 20:35:00.330 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
90742026-08-25T20:35:01.612Z[ recovery-image] Aug 25 20:35:00.330 INFO O| Aug 25 20:35:00.330 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 ...
90752026-08-25T20:35:01.612Z[ recovery-image] Aug 25 20:35:00.330 INFO O| Aug 25 20:35:00.330 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
90762026-08-25T20:35:01.615Z[ recovery-image] Aug 25 20:35:00.330 INFO O| Aug 25 20:35:00.330 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
90772026-08-25T20:35:01.616Z[ recovery-image] Aug 25 20:35:00.330 INFO O| Aug 25 20:35:00.330 INFO ok!
90782026-08-25T20:35:01.616Z[ recovery-image] Aug 25 20:35:00.330 INFO O| Aug 25 20:35:00.330 INFO STEP 31 (ensure_file) COMPLETE
90792026-08-25T20:35:01.616Z[ recovery-image] Aug 25 20:35:00.330 INFO O| Aug 25 20:35:00.330 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
90802026-08-25T20:35:01.619Z[ recovery-image] Aug 25 20:35:00.335 INFO O| Aug 25 20:35:00.335 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90812026-08-25T20:35:01.620Z[ recovery-image] Aug 25 20:35:00.335 INFO O| Aug 25 20:35:00.335 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90822026-08-25T20:35:01.620Z[ recovery-image] Aug 25 20:35:00.335 INFO O| Aug 25 20:35:00.335 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
90832026-08-25T20:35:01.620Z[ recovery-image] Aug 25 20:35:00.335 INFO O| Aug 25 20:35:00.335 INFO STEP 32 (ensure_dir) COMPLETE
90842026-08-25T20:35:01.620Z[ recovery-image] Aug 25 20:35:00.335 INFO O| Aug 25 20:35:00.335 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90852026-08-25T20:35:01.623Z[ recovery-image] Aug 25 20:35:00.340 INFO O| Aug 25 20:35:00.340 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
90862026-08-25T20:35:01.623Z[ recovery-image] Aug 25 20:35:00.340 INFO O| Aug 25 20:35:00.340 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 ...
90872026-08-25T20:35:01.623Z[ recovery-image] Aug 25 20:35:00.340 INFO O| Aug 25 20:35:00.340 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
90882026-08-25T20:35:01.623Z[ recovery-image] Aug 25 20:35:00.340 INFO O| Aug 25 20:35:00.340 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
90892026-08-25T20:35:01.623Z[ recovery-image] Aug 25 20:35:00.340 INFO O| Aug 25 20:35:00.340 INFO ok!
90902026-08-25T20:35:01.623Z[ recovery-image] Aug 25 20:35:00.340 INFO O| Aug 25 20:35:00.340 INFO STEP 33 (ensure_file) COMPLETE
90912026-08-25T20:35:01.623Z[ recovery-image] Aug 25 20:35:00.340 INFO O| Aug 25 20:35:00.340 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90922026-08-25T20:35:01.627Z[ recovery-image] Aug 25 20:35:00.346 INFO O| Aug 25 20:35:00.346 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
90932026-08-25T20:35:01.627Z[ recovery-image] Aug 25 20:35:00.346 INFO O| Aug 25 20:35:00.346 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
90942026-08-25T20:35:01.631Z[ recovery-image] Aug 25 20:35:00.346 INFO O| Aug 25 20:35:00.346 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
90952026-08-25T20:35:01.631Z[ recovery-image] Aug 25 20:35:00.346 INFO O| Aug 25 20:35:00.346 INFO ok!
90962026-08-25T20:35:01.631Z[ recovery-image] Aug 25 20:35:00.346 INFO O| Aug 25 20:35:00.346 INFO STEP 34 (ensure_file) COMPLETE
90972026-08-25T20:35:01.631Z[ recovery-image] Aug 25 20:35:00.346 INFO O| Aug 25 20:35:00.346 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90982026-08-25T20:35:01.635Z[ recovery-image] Aug 25 20:35:00.351 INFO O| Aug 25 20:35:00.351 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
90992026-08-25T20:35:01.635Z[ recovery-image] Aug 25 20:35:00.351 INFO O| Aug 25 20:35:00.351 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
91002026-08-25T20:35:01.636Z[ recovery-image] Aug 25 20:35:00.351 INFO O| Aug 25 20:35:00.351 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
91012026-08-25T20:35:01.636Z[ recovery-image] Aug 25 20:35:00.351 INFO O| Aug 25 20:35:00.351 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
91022026-08-25T20:35:01.636Z[ recovery-image] Aug 25 20:35:00.351 INFO O| Aug 25 20:35:00.351 INFO ok!
91032026-08-25T20:35:01.638Z[ recovery-image] Aug 25 20:35:00.351 INFO O| Aug 25 20:35:00.351 INFO STEP 35 (ensure_file) COMPLETE
91042026-08-25T20:35:01.638Z[ recovery-image] Aug 25 20:35:00.351 INFO O| Aug 25 20:35:00.351 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91052026-08-25T20:35:01.642Z[ recovery-image] Aug 25 20:35:00.356 INFO O| Aug 25 20:35:00.356 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
91062026-08-25T20:35:01.643Z[ recovery-image] Aug 25 20:35:00.357 INFO O| Aug 25 20:35:00.357 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
91072026-08-25T20:35:01.643Z[ recovery-image] Aug 25 20:35:00.357 INFO O| Aug 25 20:35:00.357 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
91082026-08-25T20:35:01.643Z[ recovery-image] Aug 25 20:35:00.357 INFO O| Aug 25 20:35:00.357 INFO ok!
91092026-08-25T20:35:01.644Z[ recovery-image] Aug 25 20:35:00.357 INFO O| Aug 25 20:35:00.357 INFO STEP 36 (ensure_file) COMPLETE
91102026-08-25T20:35:01.644Z[ recovery-image] Aug 25 20:35:00.357 INFO O| Aug 25 20:35:00.357 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91112026-08-25T20:35:01.647Z[ recovery-image] Aug 25 20:35:00.362 INFO O| Aug 25 20:35:00.362 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
91122026-08-25T20:35:01.647Z[ recovery-image] Aug 25 20:35:00.362 INFO O| Aug 25 20:35:00.362 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
91132026-08-25T20:35:01.647Z[ recovery-image] Aug 25 20:35:00.362 INFO O| Aug 25 20:35:00.362 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
91142026-08-25T20:35:01.647Z[ recovery-image] Aug 25 20:35:00.362 INFO O| Aug 25 20:35:00.362 INFO ok!
91152026-08-25T20:35:01.647Z[ recovery-image] Aug 25 20:35:00.362 INFO O| Aug 25 20:35:00.362 INFO STEP 37 (ensure_file) COMPLETE
91162026-08-25T20:35:01.647Z[ recovery-image] Aug 25 20:35:00.362 INFO O| Aug 25 20:35:00.362 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91172026-08-25T20:35:01.650Z[ recovery-image] Aug 25 20:35:00.367 INFO O| Aug 25 20:35:00.367 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
91182026-08-25T20:35:01.650Z[ recovery-image] Aug 25 20:35:00.367 INFO O| Aug 25 20:35:00.367 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
91192026-08-25T20:35:01.650Z[ recovery-image] Aug 25 20:35:00.367 INFO O| Aug 25 20:35:00.367 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91202026-08-25T20:35:01.650Z[ recovery-image] Aug 25 20:35:00.367 INFO O| Aug 25 20:35:00.367 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91212026-08-25T20:35:01.651Z[ recovery-image] Aug 25 20:35:00.367 INFO O| Aug 25 20:35:00.367 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91222026-08-25T20:35:01.651Z[ recovery-image] Aug 25 20:35:00.367 INFO O| Aug 25 20:35:00.367 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91232026-08-25T20:35:01.651Z[ recovery-image] Aug 25 20:35:00.367 INFO O| Aug 25 20:35:00.367 INFO ok!
91242026-08-25T20:35:01.651Z[ recovery-image] Aug 25 20:35:00.367 INFO O| Aug 25 20:35:00.367 INFO STEP 38 (ensure_file) COMPLETE
91252026-08-25T20:35:01.651Z[ recovery-image] Aug 25 20:35:00.367 INFO O| Aug 25 20:35:00.367 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91262026-08-25T20:35:01.656Z[ recovery-image] Aug 25 20:35:00.375 INFO O| Aug 25 20:35:00.375 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91272026-08-25T20:35:01.659Z[ recovery-image] Aug 25 20:35:00.375 INFO O| Aug 25 20:35:00.375 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91282026-08-25T20:35:01.659Z[ recovery-image] Aug 25 20:35:00.375 INFO O| Aug 25 20:35:00.375 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91292026-08-25T20:35:01.659Z[ recovery-image] Aug 25 20:35:00.375 INFO O| Aug 25 20:35:00.375 INFO STEP 39 (ensure_dir) COMPLETE
91302026-08-25T20:35:01.659Z[ recovery-image] Aug 25 20:35:00.375 INFO O| Aug 25 20:35:00.375 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91312026-08-25T20:35:01.666Z[ recovery-image] Aug 25 20:35:00.382 INFO O| Aug 25 20:35:00.382 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
91322026-08-25T20:35:01.666Z[ recovery-image] Aug 25 20:35:00.382 INFO O| Aug 25 20:35:00.382 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 ...
91332026-08-25T20:35:01.669Z[ recovery-image] Aug 25 20:35:00.382 INFO O| Aug 25 20:35:00.382 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
91342026-08-25T20:35:01.669Z[ recovery-image] Aug 25 20:35:00.382 INFO O| Aug 25 20:35:00.382 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
91352026-08-25T20:35:01.669Z[ recovery-image] Aug 25 20:35:00.382 INFO O| Aug 25 20:35:00.382 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
91362026-08-25T20:35:01.669Z[ recovery-image] Aug 25 20:35:00.382 INFO O| Aug 25 20:35:00.382 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
91372026-08-25T20:35:01.669Z[ recovery-image] Aug 25 20:35:00.382 INFO O| Aug 25 20:35:00.382 INFO ok!
91382026-08-25T20:35:01.669Z[ recovery-image] Aug 25 20:35:00.382 INFO O| Aug 25 20:35:00.382 INFO STEP 40 (ensure_file) COMPLETE
91392026-08-25T20:35:01.669Z[ recovery-image] Aug 25 20:35:00.382 INFO O| Aug 25 20:35:00.382 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91402026-08-25T20:35:01.673Z[ recovery-image] Aug 25 20:35:00.388 INFO O| Aug 25 20:35:00.388 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91412026-08-25T20:35:01.673Z[ recovery-image] Aug 25 20:35:00.388 INFO O| Aug 25 20:35:00.388 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 ...
91422026-08-25T20:35:01.673Z[ recovery-image] Aug 25 20:35:00.388 INFO O| Aug 25 20:35:00.388 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91432026-08-25T20:35:01.673Z[ recovery-image] Aug 25 20:35:00.388 INFO O| Aug 25 20:35:00.388 INFO ok!
91442026-08-25T20:35:01.673Z[ recovery-image] Aug 25 20:35:00.388 INFO O| Aug 25 20:35:00.388 INFO STEP 41 (ensure_symlink) COMPLETE
91452026-08-25T20:35:01.673Z[ recovery-image] Aug 25 20:35:00.388 INFO O| Aug 25 20:35:00.388 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91462026-08-25T20:35:01.678Z[ recovery-image] Aug 25 20:35:00.394 INFO O| Aug 25 20:35:00.394 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
91472026-08-25T20:35:01.678Z[ recovery-image] Aug 25 20:35:00.394 INFO O| Aug 25 20:35:00.394 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
91482026-08-25T20:35:01.678Z[ recovery-image] Aug 25 20:35:00.394 INFO O| Aug 25 20:35:00.394 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
91492026-08-25T20:35:01.678Z[ recovery-image] Aug 25 20:35:00.394 INFO O| Aug 25 20:35:00.394 INFO ok!
91502026-08-25T20:35:01.678Z[ recovery-image] Aug 25 20:35:00.394 INFO O| Aug 25 20:35:00.394 INFO STEP 42 (ensure_symlink) COMPLETE
91512026-08-25T20:35:01.678Z[ recovery-image] Aug 25 20:35:00.394 INFO O| Aug 25 20:35:00.394 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91522026-08-25T20:35:01.682Z[ recovery-image] Aug 25 20:35:00.400 INFO O| Aug 25 20:35:00.400 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
91532026-08-25T20:35:01.686Z[ recovery-image] Aug 25 20:35:00.400 INFO O| Aug 25 20:35:00.400 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
91542026-08-25T20:35:01.686Z[ recovery-image] Aug 25 20:35:00.400 INFO O| Aug 25 20:35:00.400 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91552026-08-25T20:35:01.686Z[ recovery-image] Aug 25 20:35:00.400 INFO O| Aug 25 20:35:00.400 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91562026-08-25T20:35:01.686Z[ recovery-image] Aug 25 20:35:00.400 INFO O| Aug 25 20:35:00.400 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91572026-08-25T20:35:01.686Z[ recovery-image] Aug 25 20:35:00.400 INFO O| Aug 25 20:35:00.400 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
91582026-08-25T20:35:01.686Z[ recovery-image] Aug 25 20:35:00.400 INFO O| Aug 25 20:35:00.400 INFO ok!
91592026-08-25T20:35:01.686Z[ recovery-image] Aug 25 20:35:00.400 INFO O| Aug 25 20:35:00.400 INFO STEP 43 (ensure_file) COMPLETE
91602026-08-25T20:35:01.686Z[ recovery-image] Aug 25 20:35:00.400 INFO O| Aug 25 20:35:00.400 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91612026-08-25T20:35:01.690Z[ recovery-image] Aug 25 20:35:00.408 INFO O| Aug 25 20:35:00.408 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
91622026-08-25T20:35:01.690Z[ recovery-image] Aug 25 20:35:00.408 INFO O| Aug 25 20:35:00.408 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 ...
91632026-08-25T20:35:01.690Z[ recovery-image] Aug 25 20:35:00.409 INFO O| Aug 25 20:35:00.409 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
91642026-08-25T20:35:01.694Z[ recovery-image] Aug 25 20:35:00.409 INFO O| Aug 25 20:35:00.409 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
91652026-08-25T20:35:01.694Z[ recovery-image] Aug 25 20:35:00.409 INFO O| Aug 25 20:35:00.409 INFO ok!
91662026-08-25T20:35:01.694Z[ recovery-image] Aug 25 20:35:00.409 INFO O| Aug 25 20:35:00.409 INFO STEP 44 (ensure_file) COMPLETE
91672026-08-25T20:35:01.694Z[ recovery-image] Aug 25 20:35:00.409 INFO O| Aug 25 20:35:00.409 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91682026-08-25T20:35:01.694Z[ host-image] Aug 25 20:35:00.409 INFO O| configuring SMF profile...
91692026-08-25T20:35:01.694Z[ host-image] Aug 25 20:35:00.409 INFO O| modifying shadow(5)...
91702026-08-25T20:35:01.694Z[ host-image] Aug 25 20:35:00.409 INFO O| loading user and group database...
91712026-08-25T20:35:01.694Z[ host-image] Aug 25 20:35:00.409 INFO O| loading facet selections...
91722026-08-25T20:35:01.700Z[ recovery-image] Aug 25 20:35:00.415 INFO O| Aug 25 20:35:00.415 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
91732026-08-25T20:35:01.700Z[ recovery-image] Aug 25 20:35:00.415 INFO O| Aug 25 20:35:00.415 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
91742026-08-25T20:35:01.700Z[ recovery-image] Aug 25 20:35:00.415 INFO O| Aug 25 20:35:00.415 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
91752026-08-25T20:35:01.700Z[ recovery-image] Aug 25 20:35:00.415 INFO O| Aug 25 20:35:00.415 INFO ok!
91762026-08-25T20:35:01.700Z[ recovery-image] Aug 25 20:35:00.415 INFO O| Aug 25 20:35:00.415 INFO STEP 45 (ensure_file) COMPLETE
91772026-08-25T20:35:01.700Z[ recovery-image] Aug 25 20:35:00.415 INFO O| Aug 25 20:35:00.415 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91782026-08-25T20:35:01.707Z[ recovery-image] Aug 25 20:35:00.421 INFO O| Aug 25 20:35:00.421 INFO updating shadow file
91792026-08-25T20:35:01.707Z[ recovery-image] Aug 25 20:35:00.421 INFO O| Aug 25 20:35:00.421 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
91802026-08-25T20:35:01.707Z[ recovery-image] Aug 25 20:35:00.421 INFO O| Aug 25 20:35:00.421 INFO STEP 46 (shadow) COMPLETE
91812026-08-25T20:35:01.707Z[ recovery-image] Aug 25 20:35:00.421 INFO O| Aug 25 20:35:00.421 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91822026-08-25T20:35:01.711Z[ recovery-image] Aug 25 20:35:00.428 INFO O| Aug 25 20:35:00.428 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
91832026-08-25T20:35:01.711Z[ recovery-image] Aug 25 20:35:00.428 INFO O| Aug 25 20:35:00.428 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
91842026-08-25T20:35:01.711Z[ recovery-image] Aug 25 20:35:00.428 INFO O| Aug 25 20:35:00.428 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
91852026-08-25T20:35:01.711Z[ recovery-image] Aug 25 20:35:00.428 INFO O| Aug 25 20:35:00.428 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
91862026-08-25T20:35:01.711Z[ recovery-image] Aug 25 20:35:00.428 INFO O| Aug 25 20:35:00.428 INFO ok!
91872026-08-25T20:35:01.711Z[ recovery-image] Aug 25 20:35:00.428 INFO O| Aug 25 20:35:00.428 INFO STEP 47 (ensure_file) COMPLETE
91882026-08-25T20:35:01.711Z[ recovery-image] Aug 25 20:35:00.428 INFO O| Aug 25 20:35:00.428 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91892026-08-25T20:35:01.717Z[ recovery-image] Aug 25 20:35:00.435 INFO O| Aug 25 20:35:00.435 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
91902026-08-25T20:35:01.717Z[ recovery-image] Aug 25 20:35:00.435 INFO O| Aug 25 20:35:00.435 INFO STEP 48 (ensure_dir) COMPLETE
91912026-08-25T20:35:01.717Z[ recovery-image] Aug 25 20:35:00.435 INFO O| Aug 25 20:35:00.435 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91922026-08-25T20:35:01.724Z[ recovery-image] Aug 25 20:35:00.443 INFO O| Aug 25 20:35:00.442 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
91932026-08-25T20:35:01.725Z[ recovery-image] Aug 25 20:35:00.443 INFO O| Aug 25 20:35:00.443 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
91942026-08-25T20:35:01.725Z[ recovery-image] Aug 25 20:35:00.443 INFO O| Aug 25 20:35:00.443 INFO STEP 49 (ensure_dir) COMPLETE
91952026-08-25T20:35:01.725Z[ recovery-image] Aug 25 20:35:00.443 INFO O| Aug 25 20:35:00.443 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91962026-08-25T20:35:01.731Z[ recovery-image] Aug 25 20:35:00.449 INFO O| Aug 25 20:35:00.449 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
91972026-08-25T20:35:01.731Z[ recovery-image] Aug 25 20:35:00.449 INFO O| Aug 25 20:35:00.449 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
91982026-08-25T20:35:01.731Z[ recovery-image] Aug 25 20:35:00.449 INFO O| Aug 25 20:35:00.449 INFO STEP 50 (ensure_dir) COMPLETE
91992026-08-25T20:35:01.734Z[ recovery-image] Aug 25 20:35:00.449 INFO O| Aug 25 20:35:00.449 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92002026-08-25T20:35:01.737Z[ recovery-image] Aug 25 20:35:00.455 INFO O| Aug 25 20:35:00.455 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
92012026-08-25T20:35:01.737Z[ recovery-image] Aug 25 20:35:00.455 INFO O| Aug 25 20:35:00.455 INFO copying /tmp/.tmplb0VGG/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
92022026-08-25T20:35:01.767Z[ recovery-image] Aug 25 20:35:00.485 INFO O| Aug 25 20:35:00.485 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
92032026-08-25T20:35:01.767Z[ recovery-image] Aug 25 20:35:00.486 INFO O| Aug 25 20:35:00.485 INFO ok!
92042026-08-25T20:35:01.772Z[ recovery-image] Aug 25 20:35:00.486 INFO O| Aug 25 20:35:00.485 INFO STEP 51 (ensure_file) COMPLETE
92052026-08-25T20:35:01.772Z[ recovery-image] Aug 25 20:35:00.486 INFO O| Aug 25 20:35:00.485 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92062026-08-25T20:35:01.778Z[ recovery-image] Aug 25 20:35:00.494 INFO O| Aug 25 20:35:00.494 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
92072026-08-25T20:35:01.778Z[ recovery-image] Aug 25 20:35:00.494 INFO O| Aug 25 20:35:00.494 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
92082026-08-25T20:35:01.778Z[ recovery-image] Aug 25 20:35:00.494 INFO O| Aug 25 20:35:00.494 INFO STEP 52 (ensure_dir) COMPLETE
92092026-08-25T20:35:01.778Z[ recovery-image] Aug 25 20:35:00.494 INFO O| Aug 25 20:35:00.494 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92102026-08-25T20:35:01.783Z[ recovery-image] Aug 25 20:35:00.502 INFO O| Aug 25 20:35:00.502 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
92112026-08-25T20:35:01.783Z[ recovery-image] Aug 25 20:35:00.502 INFO O| Aug 25 20:35:00.502 INFO copying /tmp/.tmplb0VGG/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
92122026-08-25T20:35:01.787Z[ recovery-image] Aug 25 20:35:00.502 INFO O| Aug 25 20:35:00.502 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
92132026-08-25T20:35:01.787Z[ recovery-image] Aug 25 20:35:00.502 INFO O| Aug 25 20:35:00.502 INFO ok!
92142026-08-25T20:35:01.787Z[ recovery-image] Aug 25 20:35:00.502 INFO O| Aug 25 20:35:00.502 INFO STEP 53 (ensure_file) COMPLETE
92152026-08-25T20:35:01.787Z[ recovery-image] Aug 25 20:35:00.502 INFO O| Aug 25 20:35:00.502 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92162026-08-25T20:35:01.790Z[ recovery-image] Aug 25 20:35:00.508 INFO O| Aug 25 20:35:00.508 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
92172026-08-25T20:35:01.790Z[ recovery-image] Aug 25 20:35:00.508 INFO O| Aug 25 20:35:00.508 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
92182026-08-25T20:35:01.790Z[ recovery-image] Aug 25 20:35:00.508 INFO O| Aug 25 20:35:00.508 INFO STEP 54 (ensure_dir) COMPLETE
92192026-08-25T20:35:01.790Z[ recovery-image] Aug 25 20:35:00.508 INFO O| Aug 25 20:35:00.508 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92202026-08-25T20:35:01.797Z[ recovery-image] Aug 25 20:35:00.516 INFO O| Aug 25 20:35:00.515 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
92212026-08-25T20:35:01.798Z[ recovery-image] Aug 25 20:35:00.516 INFO O| Aug 25 20:35:00.516 INFO copying /tmp/.tmplb0VGG/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
92222026-08-25T20:35:02.074Z[ host-image] Aug 25 20:35:00.792 INFO O| devel -> true
92232026-08-25T20:35:02.074Z[ host-image] Aug 25 20:35:00.792 INFO O| doc.man -> true
92242026-08-25T20:35:02.074Z[ host-image] Aug 25 20:35:00.792 INFO O| version-lock.shell/ksh93 -> true
92252026-08-25T20:35:02.078Z[ host-image] Aug 25 20:35:00.792 INFO O| version-lock.system/data/hardware-registry -> true
92262026-08-25T20:35:02.078Z[ host-image] Aug 25 20:35:00.792 INFO O| version-lock.system/data/zoneinfo -> true
92272026-08-25T20:35:02.078Z[ host-image] Aug 25 20:35:00.792 INFO O| version-lock.system/microcode/amd -> true
92282026-08-25T20:35:02.078Z[ host-image] Aug 25 20:35:00.792 INFO O| version-lock.system/microcode/intel -> true
92292026-08-25T20:35:02.078Z[ host-image] Aug 25 20:35:00.792 INFO O| version-lock.system/microcode/oxide -> true
92302026-08-25T20:35:02.078Z[ host-image] Aug 25 20:35:00.792 INFO O| assessing packaged files...
92312026-08-25T20:35:02.400Z[ recovery-image] Aug 25 20:35:01.118 INFO O| Aug 25 20:35:01.117 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
92322026-08-25T20:35:02.400Z[ recovery-image] Aug 25 20:35:01.118 INFO O| Aug 25 20:35:01.118 INFO ok!
92332026-08-25T20:35:02.400Z[ recovery-image] Aug 25 20:35:01.118 INFO O| Aug 25 20:35:01.118 INFO STEP 55 (ensure_file) COMPLETE
92342026-08-25T20:35:02.404Z[ recovery-image] Aug 25 20:35:01.118 INFO O| Aug 25 20:35:01.118 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92352026-08-25T20:35:02.408Z[ recovery-image] Aug 25 20:35:01.126 INFO O| Aug 25 20:35:01.126 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
92362026-08-25T20:35:02.408Z[ recovery-image] Aug 25 20:35:01.126 INFO O| Aug 25 20:35:01.126 INFO copying /tmp/.tmplb0VGG/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
92372026-08-25T20:35:02.984Z[ recovery-image] Aug 25 20:35:01.702 INFO O| Aug 25 20:35:01.702 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
92382026-08-25T20:35:02.984Z[ recovery-image] Aug 25 20:35:01.702 INFO O| Aug 25 20:35:01.702 INFO ok!
92392026-08-25T20:35:02.984Z[ recovery-image] Aug 25 20:35:01.702 INFO O| Aug 25 20:35:01.702 INFO STEP 56 (ensure_file) COMPLETE
92402026-08-25T20:35:02.985Z[ recovery-image] Aug 25 20:35:01.702 INFO O| Aug 25 20:35:01.702 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92412026-08-25T20:35:02.991Z[ recovery-image] Aug 25 20:35:01.710 INFO O| Aug 25 20:35:01.710 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
92422026-08-25T20:35:02.998Z[ recovery-image] Aug 25 20:35:01.710 INFO O| Aug 25 20:35:01.710 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
92432026-08-25T20:35:02.998Z[ recovery-image] Aug 25 20:35:01.710 INFO O| Aug 25 20:35:01.710 INFO STEP 57 (ensure_dir) COMPLETE
92442026-08-25T20:35:02.998Z[ recovery-image] Aug 25 20:35:01.710 INFO O| Aug 25 20:35:01.710 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92452026-08-25T20:35:03.002Z[ recovery-image] Aug 25 20:35:01.718 INFO O| Aug 25 20:35:01.718 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92462026-08-25T20:35:03.002Z[ recovery-image] Aug 25 20:35:01.718 INFO O| Aug 25 20:35:01.718 INFO copying /tmp/.tmplb0VGG/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 ...
92472026-08-25T20:35:03.002Z[ recovery-image] Aug 25 20:35:01.718 INFO O| Aug 25 20:35:01.718 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
92482026-08-25T20:35:03.002Z[ recovery-image] Aug 25 20:35:01.718 INFO O| Aug 25 20:35:01.718 INFO ok!
92492026-08-25T20:35:03.002Z[ recovery-image] Aug 25 20:35:01.718 INFO O| Aug 25 20:35:01.718 INFO STEP 58 (ensure_file) COMPLETE
92502026-08-25T20:35:03.002Z[ recovery-image] Aug 25 20:35:01.718 INFO O| Aug 25 20:35:01.718 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92512026-08-25T20:35:03.005Z[ recovery-image] Aug 25 20:35:01.724 INFO O| Aug 25 20:35:01.724 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92522026-08-25T20:35:03.005Z[ recovery-image] Aug 25 20:35:01.724 INFO O| Aug 25 20:35:01.724 INFO copying /tmp/.tmplb0VGG/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 ...
92532026-08-25T20:35:03.024Z[ recovery-image] Aug 25 20:35:01.724 INFO O| Aug 25 20:35:01.724 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
92542026-08-25T20:35:03.024Z[ recovery-image] Aug 25 20:35:01.724 INFO O| Aug 25 20:35:01.724 INFO ok!
92552026-08-25T20:35:03.025Z[ recovery-image] Aug 25 20:35:01.724 INFO O| Aug 25 20:35:01.724 INFO STEP 59 (ensure_file) COMPLETE
92562026-08-25T20:35:03.025Z[ recovery-image] Aug 25 20:35:01.724 INFO O| Aug 25 20:35:01.724 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92572026-08-25T20:35:03.029Z[ recovery-image] Aug 25 20:35:01.730 INFO O| Aug 25 20:35:01.730 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
92582026-08-25T20:35:03.029Z[ recovery-image] Aug 25 20:35:01.730 INFO O| Aug 25 20:35:01.730 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
92592026-08-25T20:35:03.029Z[ recovery-image] Aug 25 20:35:01.730 INFO O| Aug 25 20:35:01.730 INFO STEP 60 (ensure_dir) COMPLETE
92602026-08-25T20:35:03.029Z[ recovery-image] Aug 25 20:35:01.730 INFO O| Aug 25 20:35:01.730 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92612026-08-25T20:35:03.030Z[ recovery-image] Aug 25 20:35:01.736 INFO O| Aug 25 20:35:01.736 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92622026-08-25T20:35:03.030Z[ recovery-image] Aug 25 20:35:01.736 INFO O| Aug 25 20:35:01.736 INFO copying /tmp/.tmplb0VGG/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 ...
92632026-08-25T20:35:03.030Z[ recovery-image] Aug 25 20:35:01.736 INFO O| Aug 25 20:35:01.736 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92642026-08-25T20:35:03.030Z[ recovery-image] Aug 25 20:35:01.736 INFO O| Aug 25 20:35:01.736 INFO ok!
92652026-08-25T20:35:03.030Z[ recovery-image] Aug 25 20:35:01.736 INFO O| Aug 25 20:35:01.736 INFO STEP 61 (ensure_file) COMPLETE
92662026-08-25T20:35:03.030Z[ recovery-image] Aug 25 20:35:01.736 INFO O| Aug 25 20:35:01.736 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92672026-08-25T20:35:03.031Z[ recovery-image] Aug 25 20:35:01.741 INFO O| Aug 25 20:35:01.741 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92682026-08-25T20:35:03.031Z[ recovery-image] Aug 25 20:35:01.741 INFO O| Aug 25 20:35:01.741 INFO copying /tmp/.tmplb0VGG/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 ...
92692026-08-25T20:35:03.031Z[ recovery-image] Aug 25 20:35:01.741 INFO O| Aug 25 20:35:01.741 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
92702026-08-25T20:35:03.031Z[ recovery-image] Aug 25 20:35:01.741 INFO O| Aug 25 20:35:01.741 INFO ok!
92712026-08-25T20:35:03.031Z[ recovery-image] Aug 25 20:35:01.741 INFO O| Aug 25 20:35:01.741 INFO STEP 62 (ensure_file) COMPLETE
92722026-08-25T20:35:03.031Z[ recovery-image] Aug 25 20:35:01.741 INFO O| Aug 25 20:35:01.741 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92732026-08-25T20:35:03.031Z[ recovery-image] Aug 25 20:35:01.746 INFO O| Aug 25 20:35:01.746 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
92742026-08-25T20:35:03.032Z[ recovery-image] Aug 25 20:35:01.746 INFO O| Aug 25 20:35:01.746 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
92752026-08-25T20:35:03.032Z[ recovery-image] Aug 25 20:35:01.746 INFO O| Aug 25 20:35:01.746 INFO STEP 63 (ensure_dir) COMPLETE
92762026-08-25T20:35:03.032Z[ recovery-image] Aug 25 20:35:01.746 INFO O| Aug 25 20:35:01.746 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92772026-08-25T20:35:03.036Z[ recovery-image] Aug 25 20:35:01.752 INFO O| Aug 25 20:35:01.752 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92782026-08-25T20:35:03.036Z[ recovery-image] Aug 25 20:35:01.752 INFO O| Aug 25 20:35:01.752 INFO copying /tmp/.tmplb0VGG/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 ...
92792026-08-25T20:35:03.036Z[ recovery-image] Aug 25 20:35:01.752 INFO O| Aug 25 20:35:01.752 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92802026-08-25T20:35:03.036Z[ recovery-image] Aug 25 20:35:01.752 INFO O| Aug 25 20:35:01.752 INFO ok!
92812026-08-25T20:35:03.036Z[ recovery-image] Aug 25 20:35:01.752 INFO O| Aug 25 20:35:01.752 INFO STEP 64 (ensure_file) COMPLETE
92822026-08-25T20:35:03.036Z[ recovery-image] Aug 25 20:35:01.752 INFO O| Aug 25 20:35:01.752 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92832026-08-25T20:35:03.042Z[ recovery-image] Aug 25 20:35:01.760 INFO O| Aug 25 20:35:01.760 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
92842026-08-25T20:35:03.042Z[ recovery-image] Aug 25 20:35:01.760 INFO O| Aug 25 20:35:01.760 INFO copying /tmp/.tmplb0VGG/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
92852026-08-25T20:35:03.045Z[ recovery-image] Aug 25 20:35:01.760 INFO O| Aug 25 20:35:01.760 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
92862026-08-25T20:35:03.045Z[ recovery-image] Aug 25 20:35:01.760 INFO O| Aug 25 20:35:01.760 INFO ok!
92872026-08-25T20:35:03.045Z[ recovery-image] Aug 25 20:35:01.760 INFO O| Aug 25 20:35:01.760 INFO STEP 65 (ensure_file) COMPLETE
92882026-08-25T20:35:03.045Z[ recovery-image] Aug 25 20:35:01.760 INFO O| Aug 25 20:35:01.760 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92892026-08-25T20:35:03.055Z[ recovery-image] Aug 25 20:35:01.766 INFO O| Aug 25 20:35:01.766 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
92902026-08-25T20:35:03.055Z[ recovery-image] Aug 25 20:35:01.766 INFO O| Aug 25 20:35:01.766 INFO STEP 66 (ensure_dir) COMPLETE
92912026-08-25T20:35:03.055Z[ recovery-image] Aug 25 20:35:01.766 INFO O| Aug 25 20:35:01.766 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92922026-08-25T20:35:03.058Z[ recovery-image] Aug 25 20:35:01.773 INFO O| Aug 25 20:35:01.773 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
92932026-08-25T20:35:03.058Z[ recovery-image] Aug 25 20:35:01.773 INFO O| Aug 25 20:35:01.773 INFO STEP 67 (ensure_dir) COMPLETE
92942026-08-25T20:35:03.058Z[ recovery-image] Aug 25 20:35:01.773 INFO O| Aug 25 20:35:01.773 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92952026-08-25T20:35:03.136Z[ recovery-image] Aug 25 20:35:01.780 INFO O| Aug 25 20:35:01.780 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
92962026-08-25T20:35:03.136Z[ recovery-image] Aug 25 20:35:01.780 INFO O| Aug 25 20:35:01.780 INFO STEP 68 (ensure_dir) COMPLETE
92972026-08-25T20:35:03.136Z[ recovery-image] Aug 25 20:35:01.780 INFO O| Aug 25 20:35:01.780 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
92982026-08-25T20:35:03.136Z[ recovery-image] Aug 25 20:35:01.788 INFO O| Aug 25 20:35:01.788 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
92992026-08-25T20:35:03.136Z[ recovery-image] Aug 25 20:35:01.788 INFO O| Aug 25 20:35:01.788 INFO STEP 69 (ensure_dir) COMPLETE
93002026-08-25T20:35:03.136Z[ recovery-image] Aug 25 20:35:01.788 INFO O| Aug 25 20:35:01.788 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93012026-08-25T20:35:03.136Z[ recovery-image] Aug 25 20:35:01.794 INFO O| Aug 25 20:35:01.794 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
93022026-08-25T20:35:03.136Z[ recovery-image] Aug 25 20:35:01.794 INFO O| Aug 25 20:35:01.794 INFO copying /tmp/.tmplb0VGG/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
93032026-08-25T20:35:03.137Z[ recovery-image] Aug 25 20:35:01.794 INFO O| Aug 25 20:35:01.794 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
93042026-08-25T20:35:03.137Z[ recovery-image] Aug 25 20:35:01.794 INFO O| Aug 25 20:35:01.794 INFO ok!
93052026-08-25T20:35:03.137Z[ recovery-image] Aug 25 20:35:01.794 INFO O| Aug 25 20:35:01.794 INFO STEP 70 (ensure_file) COMPLETE
93062026-08-25T20:35:03.137Z[ recovery-image] Aug 25 20:35:01.794 INFO O| Aug 25 20:35:01.794 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93072026-08-25T20:35:03.137Z[ recovery-image] Aug 25 20:35:01.799 INFO O| Aug 25 20:35:01.799 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
93082026-08-25T20:35:03.137Z[ recovery-image] Aug 25 20:35:01.799 INFO O| Aug 25 20:35:01.799 INFO STEP 71 (remove_files) COMPLETE
93092026-08-25T20:35:03.137Z[ recovery-image] Aug 25 20:35:01.799 INFO O| Aug 25 20:35:01.799 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93102026-08-25T20:35:03.137Z[ recovery-image] Aug 25 20:35:01.805 INFO O| Aug 25 20:35:01.805 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
93112026-08-25T20:35:03.137Z[ recovery-image] Aug 25 20:35:01.805 INFO O| Aug 25 20:35:01.805 INFO STEP 72 (remove_files) COMPLETE
93122026-08-25T20:35:03.137Z[ recovery-image] Aug 25 20:35:01.805 INFO O| Aug 25 20:35:01.805 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93132026-08-25T20:35:03.137Z[ recovery-image] Aug 25 20:35:01.810 INFO O| Aug 25 20:35:01.810 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
93142026-08-25T20:35:03.137Z[ recovery-image] Aug 25 20:35:01.810 INFO O| Aug 25 20:35:01.810 INFO STEP 73 (remove_files) COMPLETE
93152026-08-25T20:35:03.137Z[ recovery-image] Aug 25 20:35:01.810 INFO O| Aug 25 20:35:01.810 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93162026-08-25T20:35:03.138Z[ recovery-image] Aug 25 20:35:01.816 INFO O| Aug 25 20:35:01.816 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
93172026-08-25T20:35:03.138Z[ recovery-image] Aug 25 20:35:01.816 INFO O| Aug 25 20:35:01.816 INFO STEP 74 (remove_files) COMPLETE
93182026-08-25T20:35:03.138Z[ recovery-image] Aug 25 20:35:01.816 INFO O| Aug 25 20:35:01.816 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93192026-08-25T20:35:03.138Z[ recovery-image] Aug 25 20:35:01.821 INFO O| Aug 25 20:35:01.821 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
93202026-08-25T20:35:03.138Z[ recovery-image] Aug 25 20:35:01.821 INFO O| Aug 25 20:35:01.821 INFO STEP 75 (remove_files) COMPLETE
93212026-08-25T20:35:03.138Z[ recovery-image] Aug 25 20:35:01.821 INFO O| Aug 25 20:35:01.821 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93222026-08-25T20:35:03.138Z[ recovery-image] Aug 25 20:35:01.827 INFO O| Aug 25 20:35:01.827 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
93232026-08-25T20:35:03.138Z[ recovery-image] Aug 25 20:35:01.827 INFO O| Aug 25 20:35:01.827 INFO STEP 76 (remove_files) COMPLETE
93242026-08-25T20:35:03.138Z[ recovery-image] Aug 25 20:35:01.827 INFO O| Aug 25 20:35:01.827 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93252026-08-25T20:35:03.138Z[ recovery-image] Aug 25 20:35:01.835 INFO O| Aug 25 20:35:01.835 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
93262026-08-25T20:35:03.138Z[ recovery-image] Aug 25 20:35:01.835 INFO O| Aug 25 20:35:01.835 INFO STEP 77 (remove_files) COMPLETE
93272026-08-25T20:35:03.138Z[ recovery-image] Aug 25 20:35:01.835 INFO O| Aug 25 20:35:01.835 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93282026-08-25T20:35:03.138Z[ recovery-image] Aug 25 20:35:01.841 INFO O| Aug 25 20:35:01.841 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
93292026-08-25T20:35:03.138Z[ recovery-image] Aug 25 20:35:01.841 INFO O| Aug 25 20:35:01.841 INFO STEP 78 (remove_files) COMPLETE
93302026-08-25T20:35:03.138Z[ recovery-image] Aug 25 20:35:01.841 INFO O| Aug 25 20:35:01.841 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93312026-08-25T20:35:03.138Z[ recovery-image] Aug 25 20:35:01.847 INFO O| Aug 25 20:35:01.847 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
93322026-08-25T20:35:03.138Z[ recovery-image] Aug 25 20:35:01.847 INFO O| Aug 25 20:35:01.847 INFO STEP 79 (remove_files) COMPLETE
93332026-08-25T20:35:03.138Z[ recovery-image] Aug 25 20:35:01.847 INFO O| Aug 25 20:35:01.847 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93342026-08-25T20:35:03.142Z[ recovery-image] Aug 25 20:35:01.855 INFO O| Aug 25 20:35:01.855 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
93352026-08-25T20:35:03.147Z[ recovery-image] Aug 25 20:35:01.855 INFO O| Aug 25 20:35:01.855 INFO STEP 80 (remove_files) COMPLETE
93362026-08-25T20:35:03.147Z[ recovery-image] Aug 25 20:35:01.855 INFO O| Aug 25 20:35:01.855 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93372026-08-25T20:35:03.150Z[ recovery-image] Aug 25 20:35:01.862 INFO O| Aug 25 20:35:01.862 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
93382026-08-25T20:35:03.150Z[ recovery-image] Aug 25 20:35:01.862 INFO O| Aug 25 20:35:01.862 INFO STEP 81 (remove_files) COMPLETE
93392026-08-25T20:35:03.150Z[ recovery-image] Aug 25 20:35:01.862 INFO O| Aug 25 20:35:01.862 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93402026-08-25T20:35:03.151Z[ recovery-image] Aug 25 20:35:01.869 INFO O| Aug 25 20:35:01.869 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
93412026-08-25T20:35:03.151Z[ recovery-image] Aug 25 20:35:01.869 INFO O| Aug 25 20:35:01.869 INFO STEP 82 (remove_files) COMPLETE
93422026-08-25T20:35:03.151Z[ recovery-image] Aug 25 20:35:01.869 INFO O| Aug 25 20:35:01.869 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93432026-08-25T20:35:03.157Z[ recovery-image] Aug 25 20:35:01.876 INFO O| Aug 25 20:35:01.876 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
93442026-08-25T20:35:03.160Z[ recovery-image] Aug 25 20:35:01.876 INFO O| Aug 25 20:35:01.876 INFO STEP 83 (remove_files) COMPLETE
93452026-08-25T20:35:03.160Z[ recovery-image] Aug 25 20:35:01.876 INFO O| Aug 25 20:35:01.876 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93462026-08-25T20:35:03.164Z[ recovery-image] Aug 25 20:35:01.883 INFO O| Aug 25 20:35:01.883 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
93472026-08-25T20:35:03.165Z[ recovery-image] Aug 25 20:35:01.883 INFO O| Aug 25 20:35:01.883 INFO STEP 84 (remove_files) COMPLETE
93482026-08-25T20:35:03.168Z[ recovery-image] Aug 25 20:35:01.883 INFO O| Aug 25 20:35:01.883 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93492026-08-25T20:35:03.174Z[ recovery-image] Aug 25 20:35:01.889 INFO O| Aug 25 20:35:01.889 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
93502026-08-25T20:35:03.174Z[ recovery-image] Aug 25 20:35:01.889 INFO O| Aug 25 20:35:01.889 INFO STEP 85 (remove_files) COMPLETE
93512026-08-25T20:35:03.174Z[ recovery-image] Aug 25 20:35:01.889 INFO O| Aug 25 20:35:01.889 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93522026-08-25T20:35:03.178Z[ recovery-image] Aug 25 20:35:01.895 INFO O| Aug 25 20:35:01.895 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
93532026-08-25T20:35:03.178Z[ recovery-image] Aug 25 20:35:01.895 INFO O| Aug 25 20:35:01.895 INFO STEP 86 (remove_files) COMPLETE
93542026-08-25T20:35:03.178Z[ recovery-image] Aug 25 20:35:01.895 INFO O| Aug 25 20:35:01.895 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93552026-08-25T20:35:03.182Z[ recovery-image] Aug 25 20:35:01.901 INFO O| Aug 25 20:35:01.901 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
93562026-08-25T20:35:03.182Z[ recovery-image] Aug 25 20:35:01.901 INFO O| Aug 25 20:35:01.901 INFO STEP 87 (remove_files) COMPLETE
93572026-08-25T20:35:03.186Z[ recovery-image] Aug 25 20:35:01.901 INFO O| Aug 25 20:35:01.901 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93582026-08-25T20:35:03.194Z[ recovery-image] Aug 25 20:35:01.909 INFO O| Aug 25 20:35:01.909 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
93592026-08-25T20:35:03.194Z[ recovery-image] Aug 25 20:35:01.909 INFO O| Aug 25 20:35:01.909 INFO STEP 88 (remove_files) COMPLETE
93602026-08-25T20:35:03.194Z[ recovery-image] Aug 25 20:35:01.909 INFO O| Aug 25 20:35:01.909 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93612026-08-25T20:35:03.198Z[ recovery-image] Aug 25 20:35:01.916 INFO O| Aug 25 20:35:01.916 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
93622026-08-25T20:35:03.199Z[ recovery-image] Aug 25 20:35:01.916 INFO O| Aug 25 20:35:01.916 INFO STEP 89 (remove_files) COMPLETE
93632026-08-25T20:35:03.199Z[ recovery-image] Aug 25 20:35:01.916 INFO O| Aug 25 20:35:01.916 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93642026-08-25T20:35:03.205Z[ recovery-image] Aug 25 20:35:01.922 INFO O| Aug 25 20:35:01.922 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
93652026-08-25T20:35:03.205Z[ recovery-image] Aug 25 20:35:01.922 INFO O| Aug 25 20:35:01.922 INFO STEP 90 (remove_files) COMPLETE
93662026-08-25T20:35:03.205Z[ recovery-image] Aug 25 20:35:01.922 INFO O| Aug 25 20:35:01.922 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93672026-08-25T20:35:03.209Z[ recovery-image] Aug 25 20:35:01.928 INFO O| Aug 25 20:35:01.928 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
93682026-08-25T20:35:03.209Z[ recovery-image] Aug 25 20:35:01.928 INFO O| Aug 25 20:35:01.928 INFO STEP 91 (remove_files) COMPLETE
93692026-08-25T20:35:03.213Z[ recovery-image] Aug 25 20:35:01.928 INFO O| Aug 25 20:35:01.928 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93702026-08-25T20:35:03.217Z[ recovery-image] Aug 25 20:35:01.934 INFO O| Aug 25 20:35:01.934 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
93712026-08-25T20:35:03.217Z[ recovery-image] Aug 25 20:35:01.934 INFO O| Aug 25 20:35:01.934 INFO STEP 92 (remove_files) COMPLETE
93722026-08-25T20:35:03.217Z[ recovery-image] Aug 25 20:35:01.934 INFO O| Aug 25 20:35:01.934 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93732026-08-25T20:35:03.221Z[ recovery-image] Aug 25 20:35:01.940 INFO O| Aug 25 20:35:01.940 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
93742026-08-25T20:35:03.225Z[ recovery-image] Aug 25 20:35:01.940 INFO O| Aug 25 20:35:01.940 INFO STEP 93 (remove_files) COMPLETE
93752026-08-25T20:35:03.225Z[ recovery-image] Aug 25 20:35:01.940 INFO O| Aug 25 20:35:01.940 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93762026-08-25T20:35:03.269Z[ recovery-image] Aug 25 20:35:01.946 INFO O| Aug 25 20:35:01.946 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
93772026-08-25T20:35:03.269Z[ recovery-image] Aug 25 20:35:01.946 INFO O| Aug 25 20:35:01.946 INFO STEP 94 (remove_files) COMPLETE
93782026-08-25T20:35:03.269Z[ recovery-image] Aug 25 20:35:01.946 INFO O| Aug 25 20:35:01.946 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93792026-08-25T20:35:03.274Z[ recovery-image] Aug 25 20:35:01.952 INFO O| Aug 25 20:35:01.952 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
93802026-08-25T20:35:03.274Z[ recovery-image] Aug 25 20:35:01.952 INFO O| Aug 25 20:35:01.952 INFO STEP 95 (remove_files) COMPLETE
93812026-08-25T20:35:03.274Z[ recovery-image] Aug 25 20:35:01.952 INFO O| Aug 25 20:35:01.952 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93822026-08-25T20:35:03.276Z[ recovery-image] Aug 25 20:35:01.958 INFO O| Aug 25 20:35:01.958 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
93832026-08-25T20:35:03.276Z[ recovery-image] Aug 25 20:35:01.958 INFO O| Aug 25 20:35:01.958 INFO STEP 96 (remove_files) COMPLETE
93842026-08-25T20:35:03.276Z[ recovery-image] Aug 25 20:35:01.958 INFO O| Aug 25 20:35:01.958 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93852026-08-25T20:35:03.276Z[ recovery-image] Aug 25 20:35:01.966 INFO O| Aug 25 20:35:01.966 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
93862026-08-25T20:35:03.276Z[ recovery-image] Aug 25 20:35:01.966 INFO O| Aug 25 20:35:01.966 INFO STEP 97 (remove_files) COMPLETE
93872026-08-25T20:35:03.276Z[ recovery-image] Aug 25 20:35:01.966 INFO O| Aug 25 20:35:01.966 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93882026-08-25T20:35:03.276Z[ recovery-image] Aug 25 20:35:01.973 INFO O| Aug 25 20:35:01.973 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
93892026-08-25T20:35:03.276Z[ recovery-image] Aug 25 20:35:01.973 INFO O| Aug 25 20:35:01.973 INFO STEP 98 (remove_files) COMPLETE
93902026-08-25T20:35:03.276Z[ recovery-image] Aug 25 20:35:01.973 INFO O| Aug 25 20:35:01.973 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93912026-08-25T20:35:03.278Z[ recovery-image] Aug 25 20:35:01.980 INFO O| Aug 25 20:35:01.980 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
93922026-08-25T20:35:03.278Z[ recovery-image] Aug 25 20:35:01.980 INFO O| Aug 25 20:35:01.980 INFO STEP 99 (remove_files) COMPLETE
93932026-08-25T20:35:03.278Z[ recovery-image] Aug 25 20:35:01.980 INFO O| Aug 25 20:35:01.980 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93942026-08-25T20:35:03.278Z[ recovery-image] Aug 25 20:35:01.989 INFO O| Aug 25 20:35:01.989 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
93952026-08-25T20:35:03.278Z[ recovery-image] Aug 25 20:35:01.989 INFO O| Aug 25 20:35:01.989 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_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"}
93962026-08-25T20:35:03.845Z[ host-image] Aug 25 20:35:02.563 INFO O| creating archive...
93972026-08-25T20:35:03.866Z[ host-image] Aug 25 20:35:02.584 INFO O| missing from packaging:
93982026-08-25T20:35:03.866Z[ host-image] Aug 25 20:35:02.584 INFO O| "etc/.pwd.lock"
93992026-08-25T20:35:03.866Z[ host-image] Aug 25 20:35:02.584 INFO O| "etc/bash"
94002026-08-25T20:35:03.870Z[ host-image] Aug 25 20:35:02.588 INFO O| "etc/svc/profile/generic.xml"
94012026-08-25T20:35:03.870Z[ host-image] Aug 25 20:35:02.588 INFO O| "etc/svc/profile/inetd_services.xml"
94022026-08-25T20:35:03.870Z[ host-image] Aug 25 20:35:02.588 INFO O| "etc/svc/profile/name_service.xml"
94032026-08-25T20:35:03.870Z[ host-image] Aug 25 20:35:02.588 INFO O| "etc/svc/profile/platform.xml"
94042026-08-25T20:35:03.870Z[ host-image] Aug 25 20:35:02.588 INFO O| "etc/svc/profile/platform_omicron1.xml"
94052026-08-25T20:35:03.870Z[ host-image] Aug 25 20:35:02.588 INFO O| "etc/svc/repository.db"
94062026-08-25T20:35:03.877Z[ host-image] Aug 25 20:35:02.594 INFO O| "opt/ooce/share"
94072026-08-25T20:35:03.878Z[ host-image] Aug 25 20:35:02.594 INFO O| "opt/ooce/share/man"
94082026-08-25T20:35:03.878Z[ host-image] Aug 25 20:35:02.594 INFO O| "opt/ooce/share/man/man1"
94092026-08-25T20:35:03.882Z[ host-image] Aug 25 20:35:02.601 INFO O| finishing archive...
94102026-08-25T20:35:06.209Z[ host-image] Aug 25 20:35:04.927 INFO O| creating gzonly manifest...
94112026-08-25T20:35:06.214Z[ host-image] Aug 25 20:35:04.933 INFO O| ok
94122026-08-25T20:35:06.312Z[ host-image] Aug 25 20:35:05.030 INFO image builder template: ramdisk-02-trim...
94132026-08-25T20:35:06.312Z[ host-image] Aug 25 20:35:05.030 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/.tmplb0VGG/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
94142026-08-25T20:35:06.329Z[ host-image] Aug 25 20:35:05.047 INFO O| Aug 25 20:35:05.047 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94152026-08-25T20:35:06.333Z[ host-image] Aug 25 20:35:05.050 INFO O| Aug 25 20:35:05.050 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94162026-08-25T20:35:06.584Z[ host-image] Aug 25 20:35:05.302 INFO O| Aug 25 20:35:05.302 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94172026-08-25T20:35:06.655Z[ host-image] Aug 25 20:35:05.373 INFO O| Aug 25 20:35:05.373 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94182026-08-25T20:35:06.655Z[ host-image] Aug 25 20:35:05.373 INFO O| Aug 25 20:35:05.373 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94192026-08-25T20:35:06.659Z[ host-image] Aug 25 20:35:05.378 INFO O| Aug 25 20:35:05.377 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94202026-08-25T20:35:06.663Z[ host-image] Aug 25 20:35:05.380 INFO O| Aug 25 20:35:05.380 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94212026-08-25T20:35:06.667Z[ host-image] Aug 25 20:35:05.384 INFO O| Aug 25 20:35:05.384 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94222026-08-25T20:35:07.017Z[ host-image] Aug 25 20:35:05.735 INFO O| Aug 25 20:35:05.734 INFO rolled back to input snapshot; work may begin
94232026-08-25T20:35:07.017Z[ host-image] Aug 25 20:35:05.735 INFO O| Aug 25 20:35:05.735 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94242026-08-25T20:35:07.021Z[ host-image] Aug 25 20:35:05.739 INFO O| Aug 25 20:35:05.739 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94252026-08-25T20:35:07.028Z[ host-image] Aug 25 20:35:05.746 INFO O| Aug 25 20:35:05.746 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94262026-08-25T20:35:07.070Z[ host-image] Aug 25 20:35:05.788 INFO O| Aug 25 20:35:05.788 INFO STEP 0 (remove_files) COMPLETE
94272026-08-25T20:35:07.070Z[ host-image] Aug 25 20:35:05.788 INFO O| Aug 25 20:35:05.788 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94282026-08-25T20:35:07.077Z[ host-image] Aug 25 20:35:05.795 INFO O| Aug 25 20:35:05.795 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94292026-08-25T20:35:07.080Z[ host-image] Aug 25 20:35:05.796 INFO O| Aug 25 20:35:05.796 INFO STEP 1 (remove_files) COMPLETE
94302026-08-25T20:35:07.080Z[ host-image] Aug 25 20:35:05.796 INFO O| Aug 25 20:35:05.796 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94312026-08-25T20:35:07.085Z[ host-image] Aug 25 20:35:05.803 INFO O| Aug 25 20:35:05.803 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94322026-08-25T20:35:07.098Z[ host-image] Aug 25 20:35:05.816 INFO O| Aug 25 20:35:05.816 INFO STEP 2 (remove_files) COMPLETE
94332026-08-25T20:35:07.098Z[ host-image] Aug 25 20:35:05.816 INFO O| Aug 25 20:35:05.816 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94342026-08-25T20:35:07.104Z[ host-image] Aug 25 20:35:05.823 INFO O| Aug 25 20:35:05.823 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94352026-08-25T20:35:07.108Z[ host-image] Aug 25 20:35:05.824 INFO O| Aug 25 20:35:05.824 INFO STEP 3 (remove_files) COMPLETE
94362026-08-25T20:35:07.108Z[ host-image] Aug 25 20:35:05.824 INFO O| Aug 25 20:35:05.824 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94372026-08-25T20:35:07.112Z[ host-image] Aug 25 20:35:05.830 INFO O| Aug 25 20:35:05.830 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94382026-08-25T20:35:07.116Z[ host-image] Aug 25 20:35:05.832 INFO O| Aug 25 20:35:05.832 INFO STEP 4 (remove_files) COMPLETE
94392026-08-25T20:35:07.116Z[ host-image] Aug 25 20:35:05.832 INFO O| Aug 25 20:35:05.832 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94402026-08-25T20:35:07.120Z[ host-image] Aug 25 20:35:05.839 INFO O| Aug 25 20:35:05.839 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94412026-08-25T20:35:07.124Z[ host-image] Aug 25 20:35:05.841 INFO O| Aug 25 20:35:05.841 INFO STEP 5 (remove_files) COMPLETE
94422026-08-25T20:35:07.124Z[ host-image] Aug 25 20:35:05.841 INFO O| Aug 25 20:35:05.841 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94432026-08-25T20:35:07.128Z[ host-image] Aug 25 20:35:05.847 INFO O| Aug 25 20:35:05.847 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94442026-08-25T20:35:07.137Z[ host-image] Aug 25 20:35:05.856 INFO O| Aug 25 20:35:05.856 INFO STEP 6 (remove_files) COMPLETE
94452026-08-25T20:35:07.137Z[ host-image] Aug 25 20:35:05.856 INFO O| Aug 25 20:35:05.856 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94462026-08-25T20:35:07.141Z[ host-image] Aug 25 20:35:05.856 INFO O| Aug 25 20:35:05.856 INFO skip step because feature "heliosv2" is not enabled
94472026-08-25T20:35:07.141Z[ host-image] Aug 25 20:35:05.856 INFO O| Aug 25 20:35:05.856 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94482026-08-25T20:35:07.145Z[ host-image] Aug 25 20:35:05.862 INFO O| Aug 25 20:35:05.862 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94492026-08-25T20:35:07.154Z[ host-image] Aug 25 20:35:05.872 INFO O| Aug 25 20:35:05.872 INFO STEP 8 (remove_files) COMPLETE
94502026-08-25T20:35:07.154Z[ host-image] Aug 25 20:35:05.872 INFO O| Aug 25 20:35:05.872 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94512026-08-25T20:35:07.160Z[ host-image] Aug 25 20:35:05.879 INFO O| Aug 25 20:35:05.879 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94522026-08-25T20:35:07.221Z[ host-image] Aug 25 20:35:05.939 INFO O| Aug 25 20:35:05.939 INFO STEP 9 (remove_files) COMPLETE
94532026-08-25T20:35:07.222Z[ host-image] Aug 25 20:35:05.939 INFO O| Aug 25 20:35:05.939 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94542026-08-25T20:35:07.228Z[ host-image] Aug 25 20:35:05.946 INFO O| Aug 25 20:35:05.946 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94552026-08-25T20:35:07.304Z[ host-image] Aug 25 20:35:06.022 INFO O| Aug 25 20:35:06.022 INFO STEP 10 (remove_files) COMPLETE
94562026-08-25T20:35:07.304Z[ host-image] Aug 25 20:35:06.022 INFO O| Aug 25 20:35:06.022 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94572026-08-25T20:35:07.311Z[ host-image] Aug 25 20:35:06.030 INFO O| Aug 25 20:35:06.030 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94582026-08-25T20:35:07.315Z[ host-image] Aug 25 20:35:06.032 INFO O| Aug 25 20:35:06.032 INFO STEP 11 (remove_files) COMPLETE
94592026-08-25T20:35:07.315Z[ host-image] Aug 25 20:35:06.032 INFO O| Aug 25 20:35:06.032 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94602026-08-25T20:35:07.320Z[ host-image] Aug 25 20:35:06.038 INFO O| Aug 25 20:35:06.038 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94612026-08-25T20:35:07.324Z[ host-image] Aug 25 20:35:06.039 INFO O| Aug 25 20:35:06.039 INFO STEP 12 (remove_files) COMPLETE
94622026-08-25T20:35:07.324Z[ host-image] Aug 25 20:35:06.039 INFO O| Aug 25 20:35:06.039 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94632026-08-25T20:35:07.327Z[ host-image] Aug 25 20:35:06.045 INFO O| Aug 25 20:35:06.045 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94642026-08-25T20:35:07.331Z[ host-image] Aug 25 20:35:06.046 INFO O| Aug 25 20:35:06.046 INFO STEP 13 (remove_files) COMPLETE
94652026-08-25T20:35:07.331Z[ host-image] Aug 25 20:35:06.046 INFO O| Aug 25 20:35:06.046 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94662026-08-25T20:35:07.339Z[ host-image] Aug 25 20:35:06.057 INFO O| Aug 25 20:35:06.057 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94672026-08-25T20:35:07.342Z[ host-image] Aug 25 20:35:06.057 INFO O| Aug 25 20:35:06.057 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94682026-08-25T20:35:07.343Z[ host-image] Aug 25 20:35:06.057 INFO O| Aug 25 20:35:06.057 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94692026-08-25T20:35:07.343Z[ host-image] Aug 25 20:35:06.057 INFO O| Aug 25 20:35:06.057 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94702026-08-25T20:35:07.343Z[ host-image] Aug 25 20:35:06.057 INFO O| Aug 25 20:35:06.057 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94712026-08-25T20:35:07.343Z[ host-image] Aug 25 20:35:06.057 INFO O| Aug 25 20:35:06.057 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94722026-08-25T20:35:07.343Z[ host-image] Aug 25 20:35:06.057 INFO O| Aug 25 20:35:06.057 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94732026-08-25T20:35:07.343Z[ host-image] Aug 25 20:35:06.058 INFO O| Aug 25 20:35:06.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94742026-08-25T20:35:07.343Z[ host-image] Aug 25 20:35:06.058 INFO O| Aug 25 20:35:06.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94752026-08-25T20:35:07.344Z[ host-image] Aug 25 20:35:06.058 INFO O| Aug 25 20:35:06.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94762026-08-25T20:35:07.344Z[ host-image] Aug 25 20:35:06.058 INFO O| Aug 25 20:35:06.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94772026-08-25T20:35:07.344Z[ host-image] Aug 25 20:35:06.058 INFO O| Aug 25 20:35:06.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94782026-08-25T20:35:07.344Z[ host-image] Aug 25 20:35:06.058 INFO O| Aug 25 20:35:06.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94792026-08-25T20:35:07.345Z[ host-image] Aug 25 20:35:06.058 INFO O| Aug 25 20:35:06.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94802026-08-25T20:35:07.345Z[ host-image] Aug 25 20:35:06.058 INFO O| Aug 25 20:35:06.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94812026-08-25T20:35:07.345Z[ host-image] Aug 25 20:35:06.058 INFO O| Aug 25 20:35:06.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94822026-08-25T20:35:07.345Z[ host-image] Aug 25 20:35:06.058 INFO O| Aug 25 20:35:06.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94832026-08-25T20:35:07.346Z[ host-image] Aug 25 20:35:06.058 INFO O| Aug 25 20:35:06.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94842026-08-25T20:35:07.515Z[ host-image] Aug 25 20:35:06.233 INFO O| Aug 25 20:35:06.233 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94852026-08-25T20:35:07.519Z[ host-image] Aug 25 20:35:06.235 INFO O| Aug 25 20:35:06.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94862026-08-25T20:35:07.602Z[ host-image] Aug 25 20:35:06.320 INFO O| Aug 25 20:35:06.320 INFO STEP 14 (remove_files) COMPLETE
94872026-08-25T20:35:07.602Z[ host-image] Aug 25 20:35:06.320 INFO O| Aug 25 20:35:06.320 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94882026-08-25T20:35:07.612Z[ host-image] Aug 25 20:35:06.330 INFO O| Aug 25 20:35:06.330 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94892026-08-25T20:35:07.616Z[ host-image] Aug 25 20:35:06.331 INFO O| Aug 25 20:35:06.331 INFO STEP 15 (remove_files) COMPLETE
94902026-08-25T20:35:07.617Z[ host-image] Aug 25 20:35:06.331 INFO O| Aug 25 20:35:06.331 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94912026-08-25T20:35:07.624Z[ host-image] Aug 25 20:35:06.342 INFO O| Aug 25 20:35:06.342 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94922026-08-25T20:35:07.631Z[ host-image] Aug 25 20:35:06.349 INFO O| Aug 25 20:35:06.349 INFO STEP 16 (remove_files) COMPLETE
94932026-08-25T20:35:07.631Z[ host-image] Aug 25 20:35:06.349 INFO O| Aug 25 20:35:06.349 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94942026-08-25T20:35:07.639Z[ host-image] Aug 25 20:35:06.357 INFO O| Aug 25 20:35:06.357 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94952026-08-25T20:35:07.642Z[ host-image] Aug 25 20:35:06.357 INFO O| Aug 25 20:35:06.357 INFO STEP 17 (remove_files) COMPLETE
94962026-08-25T20:35:07.642Z[ host-image] Aug 25 20:35:06.357 INFO O| Aug 25 20:35:06.357 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-08-25T20:35:07.647Z[ host-image] Aug 25 20:35:06.365 INFO O| Aug 25 20:35:06.365 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94982026-08-25T20:35:07.651Z[ host-image] Aug 25 20:35:06.367 INFO O| Aug 25 20:35:06.367 INFO STEP 18 (remove_files) COMPLETE
94992026-08-25T20:35:07.651Z[ host-image] Aug 25 20:35:06.367 INFO O| Aug 25 20:35:06.367 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-08-25T20:35:07.656Z[ host-image] Aug 25 20:35:06.375 INFO O| Aug 25 20:35:06.375 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95012026-08-25T20:35:07.657Z[ host-image] Aug 25 20:35:06.375 INFO O| Aug 25 20:35:06.375 INFO STEP 19 (remove_files) COMPLETE
95022026-08-25T20:35:07.660Z[ host-image] Aug 25 20:35:06.375 INFO O| Aug 25 20:35:06.375 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-08-25T20:35:07.665Z[ host-image] Aug 25 20:35:06.383 INFO O| Aug 25 20:35:06.383 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95042026-08-25T20:35:07.665Z[ host-image] Aug 25 20:35:06.383 INFO O| Aug 25 20:35:06.383 INFO STEP 20 (remove_files) COMPLETE
95052026-08-25T20:35:07.670Z[ host-image] Aug 25 20:35:06.383 INFO O| Aug 25 20:35:06.383 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95062026-08-25T20:35:07.673Z[ host-image] Aug 25 20:35:06.392 INFO O| Aug 25 20:35:06.392 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95072026-08-25T20:35:07.677Z[ host-image] Aug 25 20:35:06.392 INFO O| Aug 25 20:35:06.392 INFO STEP 21 (remove_files) COMPLETE
95082026-08-25T20:35:07.677Z[ host-image] Aug 25 20:35:06.392 INFO O| Aug 25 20:35:06.392 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95092026-08-25T20:35:07.683Z[ host-image] Aug 25 20:35:06.401 INFO O| Aug 25 20:35:06.401 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95102026-08-25T20:35:07.688Z[ host-image] Aug 25 20:35:06.402 INFO O| Aug 25 20:35:06.402 INFO STEP 22 (remove_files) COMPLETE
95112026-08-25T20:35:07.688Z[ host-image] Aug 25 20:35:06.402 INFO O| Aug 25 20:35:06.402 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-08-25T20:35:07.693Z[ host-image] Aug 25 20:35:06.410 INFO O| Aug 25 20:35:06.410 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95132026-08-25T20:35:07.693Z[ host-image] Aug 25 20:35:06.410 INFO O| Aug 25 20:35:06.410 INFO STEP 23 (remove_files) COMPLETE
95142026-08-25T20:35:07.693Z[ host-image] Aug 25 20:35:06.410 INFO O| Aug 25 20:35:06.410 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-08-25T20:35:07.699Z[ host-image] Aug 25 20:35:06.418 INFO O| Aug 25 20:35:06.418 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95162026-08-25T20:35:07.699Z[ host-image] Aug 25 20:35:06.418 INFO O| Aug 25 20:35:06.418 INFO STEP 24 (remove_files) COMPLETE
95172026-08-25T20:35:07.703Z[ host-image] Aug 25 20:35:06.418 INFO O| Aug 25 20:35:06.418 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95182026-08-25T20:35:07.708Z[ host-image] Aug 25 20:35:06.426 INFO O| Aug 25 20:35:06.426 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95192026-08-25T20:35:07.708Z[ host-image] Aug 25 20:35:06.426 INFO O| Aug 25 20:35:06.426 INFO STEP 25 (remove_files) COMPLETE
95202026-08-25T20:35:07.712Z[ host-image] Aug 25 20:35:06.426 INFO O| Aug 25 20:35:06.426 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95212026-08-25T20:35:07.717Z[ host-image] Aug 25 20:35:06.434 INFO O| Aug 25 20:35:06.434 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95222026-08-25T20:35:07.717Z[ host-image] Aug 25 20:35:06.434 INFO O| Aug 25 20:35:06.434 INFO STEP 26 (remove_files) COMPLETE
95232026-08-25T20:35:07.717Z[ host-image] Aug 25 20:35:06.434 INFO O| Aug 25 20:35:06.434 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-08-25T20:35:07.723Z[ host-image] Aug 25 20:35:06.441 INFO O| Aug 25 20:35:06.441 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95252026-08-25T20:35:07.728Z[ host-image] Aug 25 20:35:06.441 INFO O| Aug 25 20:35:06.441 INFO STEP 27 (remove_files) COMPLETE
95262026-08-25T20:35:07.729Z[ host-image] Aug 25 20:35:06.441 INFO O| Aug 25 20:35:06.441 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-08-25T20:35:07.732Z[ host-image] Aug 25 20:35:06.448 INFO O| Aug 25 20:35:06.448 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95282026-08-25T20:35:07.732Z[ host-image] Aug 25 20:35:06.448 INFO O| Aug 25 20:35:06.448 INFO STEP 28 (remove_files) COMPLETE
95292026-08-25T20:35:07.732Z[ host-image] Aug 25 20:35:06.448 INFO O| Aug 25 20:35:06.448 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95302026-08-25T20:35:07.738Z[ host-image] Aug 25 20:35:06.457 INFO O| Aug 25 20:35:06.457 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95312026-08-25T20:35:07.742Z[ host-image] Aug 25 20:35:06.457 INFO O| Aug 25 20:35:06.457 INFO STEP 29 (remove_files) COMPLETE
95322026-08-25T20:35:07.742Z[ host-image] Aug 25 20:35:06.457 INFO O| Aug 25 20:35:06.457 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95332026-08-25T20:35:07.747Z[ host-image] Aug 25 20:35:06.465 INFO O| Aug 25 20:35:06.465 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95342026-08-25T20:35:07.747Z[ host-image] Aug 25 20:35:06.465 INFO O| Aug 25 20:35:06.465 INFO STEP 30 (remove_files) COMPLETE
95352026-08-25T20:35:07.751Z[ host-image] Aug 25 20:35:06.465 INFO O| Aug 25 20:35:06.465 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95362026-08-25T20:35:07.754Z[ host-image] Aug 25 20:35:06.471 INFO O| Aug 25 20:35:06.471 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95372026-08-25T20:35:07.754Z[ host-image] Aug 25 20:35:06.472 INFO O| Aug 25 20:35:06.471 INFO STEP 31 (remove_files) COMPLETE
95382026-08-25T20:35:07.754Z[ host-image] Aug 25 20:35:06.472 INFO O| Aug 25 20:35:06.472 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95392026-08-25T20:35:07.760Z[ host-image] Aug 25 20:35:06.478 INFO O| Aug 25 20:35:06.478 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95402026-08-25T20:35:07.764Z[ host-image] Aug 25 20:35:06.478 INFO O| Aug 25 20:35:06.478 INFO STEP 32 (remove_files) COMPLETE
95412026-08-25T20:35:07.764Z[ host-image] Aug 25 20:35:06.478 INFO O| Aug 25 20:35:06.478 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95422026-08-25T20:35:07.770Z[ host-image] Aug 25 20:35:06.488 INFO O| Aug 25 20:35:06.488 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95432026-08-25T20:35:07.774Z[ host-image] Aug 25 20:35:06.488 INFO O| Aug 25 20:35:06.488 INFO STEP 33 (remove_files) COMPLETE
95442026-08-25T20:35:07.774Z[ host-image] Aug 25 20:35:06.488 INFO O| Aug 25 20:35:06.488 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95452026-08-25T20:35:07.778Z[ host-image] Aug 25 20:35:06.496 INFO O| Aug 25 20:35:06.496 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95462026-08-25T20:35:07.778Z[ host-image] Aug 25 20:35:06.496 INFO O| Aug 25 20:35:06.496 INFO STEP 34 (remove_files) COMPLETE
95472026-08-25T20:35:07.778Z[ host-image] Aug 25 20:35:06.496 INFO O| Aug 25 20:35:06.496 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-08-25T20:35:07.784Z[ recovery-image] Aug 25 20:35:06.503 INFO O| Aug 25 20:35:06.503 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
95492026-08-25T20:35:07.784Z[ recovery-image] Aug 25 20:35:06.503 INFO O| Aug 25 20:35:06.503 INFO E| svccfg: Loaded 69 smf(7) service descriptions
95502026-08-25T20:35:07.788Z[ host-image] Aug 25 20:35:06.503 INFO O| Aug 25 20:35:06.503 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95512026-08-25T20:35:07.788Z[ host-image] Aug 25 20:35:06.503 INFO O| Aug 25 20:35:06.503 INFO STEP 35 (remove_files) COMPLETE
95522026-08-25T20:35:07.789Z[ host-image] Aug 25 20:35:06.503 INFO O| Aug 25 20:35:06.503 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-25T20:35:07.793Z[ host-image] Aug 25 20:35:06.509 INFO O| Aug 25 20:35:06.509 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95542026-08-25T20:35:07.793Z[ host-image] Aug 25 20:35:06.509 INFO O| Aug 25 20:35:06.509 INFO STEP 36 (remove_files) COMPLETE
95552026-08-25T20:35:07.793Z[ host-image] Aug 25 20:35:06.509 INFO O| Aug 25 20:35:06.509 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-25T20:35:07.796Z[ recovery-image] Aug 25 20:35:06.514 INFO O| Aug 25 20:35:06.514 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
95572026-08-25T20:35:07.800Z[ host-image] Aug 25 20:35:06.517 INFO O| Aug 25 20:35:06.516 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95582026-08-25T20:35:07.800Z[ host-image] Aug 25 20:35:06.517 INFO O| Aug 25 20:35:06.517 INFO STEP 37 (remove_files) COMPLETE
95592026-08-25T20:35:07.800Z[ host-image] Aug 25 20:35:06.517 INFO O| Aug 25 20:35:06.517 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-08-25T20:35:07.804Z[ host-image] Aug 25 20:35:06.523 INFO O| Aug 25 20:35:06.523 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95612026-08-25T20:35:07.808Z[ host-image] Aug 25 20:35:06.523 INFO O| Aug 25 20:35:06.523 INFO STEP 38 (remove_files) COMPLETE
95622026-08-25T20:35:07.808Z[ host-image] Aug 25 20:35:06.523 INFO O| Aug 25 20:35:06.523 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-08-25T20:35:07.812Z[ host-image] Aug 25 20:35:06.529 INFO O| Aug 25 20:35:06.529 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95642026-08-25T20:35:07.812Z[ host-image] Aug 25 20:35:06.529 INFO O| Aug 25 20:35:06.529 INFO STEP 39 (remove_files) COMPLETE
95652026-08-25T20:35:07.812Z[ host-image] Aug 25 20:35:06.529 INFO O| Aug 25 20:35:06.529 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-08-25T20:35:07.817Z[ host-image] Aug 25 20:35:06.535 INFO O| Aug 25 20:35:06.535 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95672026-08-25T20:35:07.817Z[ host-image] Aug 25 20:35:06.535 INFO O| Aug 25 20:35:06.535 INFO STEP 40 (remove_files) COMPLETE
95682026-08-25T20:35:07.819Z[ host-image] Aug 25 20:35:06.535 INFO O| Aug 25 20:35:06.535 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-08-25T20:35:07.823Z[ host-image] Aug 25 20:35:06.540 INFO O| Aug 25 20:35:06.540 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95702026-08-25T20:35:07.823Z[ host-image] Aug 25 20:35:06.540 INFO O| Aug 25 20:35:06.540 INFO STEP 41 (remove_files) COMPLETE
95712026-08-25T20:35:07.823Z[ host-image] Aug 25 20:35:06.540 INFO O| Aug 25 20:35:06.540 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-08-25T20:35:07.827Z[ host-image] Aug 25 20:35:06.545 INFO O| Aug 25 20:35:06.545 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95732026-08-25T20:35:07.827Z[ host-image] Aug 25 20:35:06.545 INFO O| Aug 25 20:35:06.545 INFO STEP 42 (remove_files) COMPLETE
95742026-08-25T20:35:07.830Z[ host-image] Aug 25 20:35:06.545 INFO O| Aug 25 20:35:06.545 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-08-25T20:35:07.834Z[ host-image] Aug 25 20:35:06.551 INFO O| Aug 25 20:35:06.551 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95762026-08-25T20:35:07.834Z[ host-image] Aug 25 20:35:06.551 INFO O| Aug 25 20:35:06.551 INFO STEP 43 (remove_files) COMPLETE
95772026-08-25T20:35:07.834Z[ host-image] Aug 25 20:35:06.551 INFO O| Aug 25 20:35:06.551 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-08-25T20:35:07.838Z[ host-image] Aug 25 20:35:06.557 INFO O| Aug 25 20:35:06.557 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95792026-08-25T20:35:07.838Z[ host-image] Aug 25 20:35:06.557 INFO O| Aug 25 20:35:06.557 INFO STEP 44 (remove_files) COMPLETE
95802026-08-25T20:35:07.842Z[ host-image] Aug 25 20:35:06.557 INFO O| Aug 25 20:35:06.557 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-08-25T20:35:07.846Z[ host-image] Aug 25 20:35:06.564 INFO O| Aug 25 20:35:06.563 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95822026-08-25T20:35:07.846Z[ host-image] Aug 25 20:35:06.564 INFO O| Aug 25 20:35:06.564 INFO STEP 45 (remove_files) COMPLETE
95832026-08-25T20:35:07.846Z[ host-image] Aug 25 20:35:06.564 INFO O| Aug 25 20:35:06.564 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-08-25T20:35:07.851Z[ host-image] Aug 25 20:35:06.569 INFO O| Aug 25 20:35:06.569 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95852026-08-25T20:35:07.851Z[ host-image] Aug 25 20:35:06.569 INFO O| Aug 25 20:35:06.569 INFO STEP 46 (remove_files) COMPLETE
95862026-08-25T20:35:07.854Z[ host-image] Aug 25 20:35:06.569 INFO O| Aug 25 20:35:06.569 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-08-25T20:35:07.858Z[ host-image] Aug 25 20:35:06.575 INFO O| Aug 25 20:35:06.575 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95882026-08-25T20:35:07.858Z[ host-image] Aug 25 20:35:06.575 INFO O| Aug 25 20:35:06.575 INFO STEP 47 (remove_files) COMPLETE
95892026-08-25T20:35:07.858Z[ host-image] Aug 25 20:35:06.575 INFO O| Aug 25 20:35:06.575 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-08-25T20:35:07.863Z[ host-image] Aug 25 20:35:06.581 INFO O| Aug 25 20:35:06.581 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95912026-08-25T20:35:07.863Z[ host-image] Aug 25 20:35:06.581 INFO O| Aug 25 20:35:06.581 INFO STEP 48 (remove_files) COMPLETE
95922026-08-25T20:35:07.867Z[ host-image] Aug 25 20:35:06.581 INFO O| Aug 25 20:35:06.581 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-08-25T20:35:07.871Z[ host-image] Aug 25 20:35:06.587 INFO O| Aug 25 20:35:06.587 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95942026-08-25T20:35:07.871Z[ host-image] Aug 25 20:35:06.587 INFO O| Aug 25 20:35:06.587 INFO STEP 49 (remove_files) COMPLETE
95952026-08-25T20:35:07.872Z[ host-image] Aug 25 20:35:06.587 INFO O| Aug 25 20:35:06.587 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-08-25T20:35:07.879Z[ host-image] Aug 25 20:35:06.593 INFO O| Aug 25 20:35:06.593 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95972026-08-25T20:35:07.879Z[ host-image] Aug 25 20:35:06.593 INFO O| Aug 25 20:35:06.593 INFO STEP 50 (remove_files) COMPLETE
95982026-08-25T20:35:07.879Z[ host-image] Aug 25 20:35:06.593 INFO O| Aug 25 20:35:06.593 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-08-25T20:35:07.883Z[ host-image] Aug 25 20:35:06.599 INFO O| Aug 25 20:35:06.599 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96002026-08-25T20:35:07.883Z[ host-image] Aug 25 20:35:06.599 INFO O| Aug 25 20:35:06.599 INFO STEP 51 (remove_files) COMPLETE
96012026-08-25T20:35:07.883Z[ host-image] Aug 25 20:35:06.599 INFO O| Aug 25 20:35:06.599 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96022026-08-25T20:35:07.887Z[ recovery-image] Aug 25 20:35:06.602 INFO O| Aug 25 20:35:06.602 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
96032026-08-25T20:35:07.891Z[ host-image] Aug 25 20:35:06.606 INFO O| Aug 25 20:35:06.606 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96042026-08-25T20:35:07.891Z[ host-image] Aug 25 20:35:06.606 INFO O| Aug 25 20:35:06.606 INFO STEP 52 (remove_files) COMPLETE
96052026-08-25T20:35:07.891Z[ host-image] Aug 25 20:35:06.606 INFO O| Aug 25 20:35:06.606 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-08-25T20:35:07.895Z[ host-image] Aug 25 20:35:06.613 INFO O| Aug 25 20:35:06.613 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96072026-08-25T20:35:07.895Z[ host-image] Aug 25 20:35:06.613 INFO O| Aug 25 20:35:06.613 INFO STEP 53 (remove_files) COMPLETE
96082026-08-25T20:35:07.895Z[ host-image] Aug 25 20:35:06.613 INFO O| Aug 25 20:35:06.613 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-08-25T20:35:07.900Z[ host-image] Aug 25 20:35:06.619 INFO O| Aug 25 20:35:06.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96102026-08-25T20:35:07.900Z[ host-image] Aug 25 20:35:06.619 INFO O| Aug 25 20:35:06.619 INFO STEP 54 (remove_files) COMPLETE
96112026-08-25T20:35:07.904Z[ host-image] Aug 25 20:35:06.619 INFO O| Aug 25 20:35:06.619 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-08-25T20:35:07.907Z[ host-image] Aug 25 20:35:06.624 INFO O| Aug 25 20:35:06.624 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96132026-08-25T20:35:07.907Z[ host-image] Aug 25 20:35:06.624 INFO O| Aug 25 20:35:06.624 INFO STEP 55 (remove_files) COMPLETE
96142026-08-25T20:35:07.908Z[ host-image] Aug 25 20:35:06.624 INFO O| Aug 25 20:35:06.624 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-08-25T20:35:07.912Z[ host-image] Aug 25 20:35:06.630 INFO O| Aug 25 20:35:06.630 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96162026-08-25T20:35:07.912Z[ host-image] Aug 25 20:35:06.630 INFO O| Aug 25 20:35:06.630 INFO STEP 56 (remove_files) COMPLETE
96172026-08-25T20:35:07.912Z[ host-image] Aug 25 20:35:06.630 INFO O| Aug 25 20:35:06.630 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-08-25T20:35:07.918Z[ host-image] Aug 25 20:35:06.636 INFO O| Aug 25 20:35:06.636 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96192026-08-25T20:35:07.918Z[ host-image] Aug 25 20:35:06.636 INFO O| Aug 25 20:35:06.636 INFO STEP 57 (remove_files) COMPLETE
96202026-08-25T20:35:07.922Z[ host-image] Aug 25 20:35:06.636 INFO O| Aug 25 20:35:06.636 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-08-25T20:35:07.926Z[ host-image] Aug 25 20:35:06.643 INFO O| Aug 25 20:35:06.643 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96222026-08-25T20:35:07.926Z[ host-image] Aug 25 20:35:06.643 INFO O| Aug 25 20:35:06.643 INFO STEP 58 (remove_files) COMPLETE
96232026-08-25T20:35:07.926Z[ host-image] Aug 25 20:35:06.643 INFO O| Aug 25 20:35:06.643 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-08-25T20:35:07.931Z[ host-image] Aug 25 20:35:06.650 INFO O| Aug 25 20:35:06.650 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96252026-08-25T20:35:07.935Z[ host-image] Aug 25 20:35:06.650 INFO O| Aug 25 20:35:06.650 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96262026-08-25T20:35:07.935Z[ host-image] Aug 25 20:35:06.650 INFO O| Aug 25 20:35:06.650 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96272026-08-25T20:35:07.935Z[ host-image] Aug 25 20:35:06.650 INFO O| Aug 25 20:35:06.650 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96282026-08-25T20:35:07.935Z[ host-image] Aug 25 20:35:06.650 INFO O| Aug 25 20:35:06.650 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96292026-08-25T20:35:07.935Z[ host-image] Aug 25 20:35:06.650 INFO O| Aug 25 20:35:06.650 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96302026-08-25T20:35:07.935Z[ host-image] Aug 25 20:35:06.650 INFO O| Aug 25 20:35:06.650 INFO ok!
96312026-08-25T20:35:07.936Z[ host-image] Aug 25 20:35:06.650 INFO O| Aug 25 20:35:06.650 INFO STEP 59 (ensure_file) COMPLETE
96322026-08-25T20:35:07.937Z[ host-image] Aug 25 20:35:06.650 INFO O| Aug 25 20:35:06.650 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-08-25T20:35:07.937Z[ recovery-image] Aug 25 20:35:06.651 INFO O| Aug 25 20:35:06.651 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
96342026-08-25T20:35:08.012Z[ host-image] Aug 25 20:35:06.656 INFO O| Aug 25 20:35:06.656 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96352026-08-25T20:35:08.012Z[ host-image] Aug 25 20:35:06.656 INFO O| Aug 25 20:35:06.656 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96362026-08-25T20:35:08.012Z[ host-image] Aug 25 20:35:06.656 INFO O| Aug 25 20:35:06.656 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96372026-08-25T20:35:08.012Z[ host-image] Aug 25 20:35:06.656 INFO O| Aug 25 20:35:06.656 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96382026-08-25T20:35:08.012Z[ host-image] Aug 25 20:35:06.657 INFO O| Aug 25 20:35:06.656 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96392026-08-25T20:35:08.012Z[ host-image] Aug 25 20:35:06.657 INFO O| Aug 25 20:35:06.656 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96402026-08-25T20:35:08.012Z[ host-image] Aug 25 20:35:06.657 INFO O| Aug 25 20:35:06.656 INFO ok!
96412026-08-25T20:35:08.012Z[ host-image] Aug 25 20:35:06.657 INFO O| Aug 25 20:35:06.657 INFO STEP 60 (ensure_file) COMPLETE
96422026-08-25T20:35:08.012Z[ host-image] Aug 25 20:35:06.657 INFO O| Aug 25 20:35:06.657 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96432026-08-25T20:35:08.012Z[ host-image] Aug 25 20:35:06.663 INFO O| Aug 25 20:35:06.663 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96442026-08-25T20:35:08.012Z[ host-image] Aug 25 20:35:06.663 INFO O| Aug 25 20:35:06.663 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96452026-08-25T20:35:08.012Z[ host-image] Aug 25 20:35:06.663 INFO O| Aug 25 20:35:06.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96462026-08-25T20:35:08.012Z[ host-image] Aug 25 20:35:06.663 INFO O| Aug 25 20:35:06.663 INFO ok!
96472026-08-25T20:35:08.013Z[ host-image] Aug 25 20:35:06.663 INFO O| Aug 25 20:35:06.663 INFO STEP 61 (ensure_file) COMPLETE
96482026-08-25T20:35:08.013Z[ host-image] Aug 25 20:35:06.663 INFO O| Aug 25 20:35:06.663 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96492026-08-25T20:35:08.013Z[ host-image] Aug 25 20:35:06.670 INFO O| Aug 25 20:35:06.670 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96502026-08-25T20:35:08.013Z[ host-image] Aug 25 20:35:06.670 INFO O| Aug 25 20:35:06.670 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96512026-08-25T20:35:08.013Z[ host-image] Aug 25 20:35:06.670 INFO O| Aug 25 20:35:06.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96522026-08-25T20:35:08.013Z[ host-image] Aug 25 20:35:06.670 INFO O| Aug 25 20:35:06.670 INFO ok!
96532026-08-25T20:35:08.013Z[ host-image] Aug 25 20:35:06.670 INFO O| Aug 25 20:35:06.670 INFO STEP 62 (ensure_file) COMPLETE
96542026-08-25T20:35:08.013Z[ host-image] Aug 25 20:35:06.670 INFO O| Aug 25 20:35:06.670 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96552026-08-25T20:35:08.013Z[ host-image] Aug 25 20:35:06.676 INFO O| Aug 25 20:35:06.676 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96562026-08-25T20:35:08.013Z[ host-image] Aug 25 20:35:06.676 INFO O| Aug 25 20:35:06.676 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96572026-08-25T20:35:08.013Z[ host-image] Aug 25 20:35:06.676 INFO O| Aug 25 20:35:06.676 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96582026-08-25T20:35:08.013Z[ host-image] Aug 25 20:35:06.676 INFO O| Aug 25 20:35:06.676 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96592026-08-25T20:35:08.014Z[ host-image] Aug 25 20:35:06.676 INFO O| Aug 25 20:35:06.676 INFO ok!
96602026-08-25T20:35:08.014Z[ host-image] Aug 25 20:35:06.676 INFO O| Aug 25 20:35:06.676 INFO STEP 63 (ensure_file) COMPLETE
96612026-08-25T20:35:08.014Z[ host-image] Aug 25 20:35:06.676 INFO O| Aug 25 20:35:06.676 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96622026-08-25T20:35:08.014Z[ host-image] Aug 25 20:35:06.681 INFO O| Aug 25 20:35:06.681 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96632026-08-25T20:35:08.015Z[ host-image] Aug 25 20:35:06.681 INFO O| Aug 25 20:35:06.681 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96642026-08-25T20:35:08.015Z[ host-image] Aug 25 20:35:06.681 INFO O| Aug 25 20:35:06.681 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96652026-08-25T20:35:08.015Z[ host-image] Aug 25 20:35:06.681 INFO O| Aug 25 20:35:06.681 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96662026-08-25T20:35:08.015Z[ host-image] Aug 25 20:35:06.681 INFO O| Aug 25 20:35:06.681 INFO ok!
96672026-08-25T20:35:08.015Z[ host-image] Aug 25 20:35:06.681 INFO O| Aug 25 20:35:06.681 INFO STEP 64 (ensure_file) COMPLETE
96682026-08-25T20:35:08.015Z[ host-image] Aug 25 20:35:06.681 INFO O| Aug 25 20:35:06.681 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96692026-08-25T20:35:08.015Z[ host-image] Aug 25 20:35:06.687 INFO O| Aug 25 20:35:06.687 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96702026-08-25T20:35:08.015Z[ host-image] Aug 25 20:35:06.687 INFO O| Aug 25 20:35:06.687 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96712026-08-25T20:35:08.015Z[ host-image] Aug 25 20:35:06.687 INFO O| Aug 25 20:35:06.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96722026-08-25T20:35:08.015Z[ host-image] Aug 25 20:35:06.687 INFO O| Aug 25 20:35:06.687 INFO ok!
96732026-08-25T20:35:08.015Z[ host-image] Aug 25 20:35:06.687 INFO O| Aug 25 20:35:06.687 INFO STEP 65 (assemble_files) COMPLETE
96742026-08-25T20:35:08.015Z[ host-image] Aug 25 20:35:06.687 INFO O| Aug 25 20:35:06.687 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96752026-08-25T20:35:08.017Z[ host-image] Aug 25 20:35:06.692 INFO O| Aug 25 20:35:06.692 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96762026-08-25T20:35:08.017Z[ host-image] Aug 25 20:35:06.692 INFO O| Aug 25 20:35:06.692 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96772026-08-25T20:35:08.017Z[ host-image] Aug 25 20:35:06.692 INFO O| Aug 25 20:35:06.692 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96782026-08-25T20:35:08.017Z[ host-image] Aug 25 20:35:06.692 INFO O| Aug 25 20:35:06.692 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96792026-08-25T20:35:08.017Z[ host-image] Aug 25 20:35:06.692 INFO O| Aug 25 20:35:06.692 INFO ok!
96802026-08-25T20:35:08.017Z[ host-image] Aug 25 20:35:06.692 INFO O| Aug 25 20:35:06.692 INFO STEP 66 (ensure_file) COMPLETE
96812026-08-25T20:35:08.017Z[ host-image] Aug 25 20:35:06.692 INFO O| Aug 25 20:35:06.692 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96822026-08-25T20:35:08.017Z[ host-image] Aug 25 20:35:06.698 INFO O| Aug 25 20:35:06.698 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96832026-08-25T20:35:08.017Z[ host-image] Aug 25 20:35:06.698 INFO O| Aug 25 20:35:06.698 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96842026-08-25T20:35:08.017Z[ host-image] Aug 25 20:35:06.698 INFO O| Aug 25 20:35:06.698 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96852026-08-25T20:35:08.017Z[ host-image] Aug 25 20:35:06.698 INFO O| Aug 25 20:35:06.698 INFO STEP 67 (ensure_dir) COMPLETE
96862026-08-25T20:35:08.017Z[ host-image] Aug 25 20:35:06.698 INFO O| Aug 25 20:35:06.698 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96872026-08-25T20:35:08.017Z[ host-image] Aug 25 20:35:06.704 INFO O| Aug 25 20:35:06.704 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96882026-08-25T20:35:08.018Z[ host-image] Aug 25 20:35:06.704 INFO O| Aug 25 20:35:06.704 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 ...
96892026-08-25T20:35:08.018Z[ recovery-image] Aug 25 20:35:06.707 INFO O| Aug 25 20:35:06.707 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
96902026-08-25T20:35:08.018Z[ recovery-image] Aug 25 20:35:06.707 INFO O| Aug 25 20:35:06.707 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 ...
96912026-08-25T20:35:08.018Z[ recovery-image] Aug 25 20:35:06.708 INFO O| Aug 25 20:35:06.708 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
96922026-08-25T20:35:08.018Z[ recovery-image] Aug 25 20:35:06.708 INFO O| Aug 25 20:35:06.708 INFO ok!
96932026-08-25T20:35:08.018Z[ recovery-image] Aug 25 20:35:06.708 INFO O| Aug 25 20:35:06.708 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
96942026-08-25T20:35:08.018Z[ recovery-image] Aug 25 20:35:06.708 INFO O| Aug 25 20:35:06.708 INFO STEP 100 (seed_smf) COMPLETE
96952026-08-25T20:35:08.018Z[ recovery-image] Aug 25 20:35:06.708 INFO O| Aug 25 20:35:06.708 INFO steps complete; finalising image!
96962026-08-25T20:35:08.018Z[ recovery-image] Aug 25 20:35:06.708 INFO O| Aug 25 20:35:06.708 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
96972026-08-25T20:35:08.018Z[ host-image] Aug 25 20:35:06.710 INFO O| Aug 25 20:35:06.710 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
96982026-08-25T20:35:08.018Z[ host-image] Aug 25 20:35:06.710 INFO O| Aug 25 20:35:06.710 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96992026-08-25T20:35:08.018Z[ host-image] Aug 25 20:35:06.710 INFO O| Aug 25 20:35:06.710 INFO ok!
97002026-08-25T20:35:08.018Z[ host-image] Aug 25 20:35:06.710 INFO O| Aug 25 20:35:06.710 INFO STEP 68 (ensure_file) COMPLETE
97012026-08-25T20:35:08.019Z[ host-image] Aug 25 20:35:06.710 INFO O| Aug 25 20:35:06.710 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97022026-08-25T20:35:08.023Z[ recovery-image] Aug 25 20:35:06.732 INFO O| Aug 25 20:35:06.732 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Tue Aug 25 20:35:06 2026)
97032026-08-25T20:35:08.023Z[ host-image] Aug 25 20:35:06.732 INFO O| Aug 25 20:35:06.732 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97042026-08-25T20:35:08.023Z[ host-image] Aug 25 20:35:06.732 INFO O| Aug 25 20:35:06.732 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 ...
97052026-08-25T20:35:08.023Z[ host-image] Aug 25 20:35:06.732 INFO O| Aug 25 20:35:06.732 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
97062026-08-25T20:35:08.023Z[ host-image] Aug 25 20:35:06.732 INFO O| Aug 25 20:35:06.732 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97072026-08-25T20:35:08.024Z[ host-image] Aug 25 20:35:06.732 INFO O| Aug 25 20:35:06.732 INFO ok!
97082026-08-25T20:35:08.024Z[ host-image] Aug 25 20:35:06.732 INFO O| Aug 25 20:35:06.732 INFO STEP 69 (ensure_file) COMPLETE
97092026-08-25T20:35:08.024Z[ host-image] Aug 25 20:35:06.732 INFO O| Aug 25 20:35:06.732 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97102026-08-25T20:35:08.027Z[ host-image] Aug 25 20:35:06.745 INFO O| Aug 25 20:35:06.745 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97112026-08-25T20:35:08.027Z[ host-image] Aug 25 20:35:06.745 INFO O| Aug 25 20:35:06.745 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97122026-08-25T20:35:08.219Z[ recovery-image] Aug 25 20:35:06.937 INFO O| Aug 25 20:35:06.937 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 20:35:06 2026)
97132026-08-25T20:35:08.433Z[ recovery-image] Aug 25 20:35:07.151 INFO O| Aug 25 20:35:07.151 INFO temporary pool has 498M used, 1.26G avail, 1.00x compressratio
97142026-08-25T20:35:08.433Z[ recovery-image] Aug 25 20:35:07.151 INFO O| Aug 25 20:35:07.151 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
97152026-08-25T20:35:08.678Z[ recovery-image] Aug 25 20:35:07.395 INFO O| Aug 25 20:35:07.395 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
97162026-08-25T20:35:08.678Z[ recovery-image] Aug 25 20:35:07.395 INFO O| Aug 25 20:35:07.395 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
97172026-08-25T20:35:09.544Z[ host-image] Aug 25 20:35:08.262 INFO O| Aug 25 20:35:08.262 INFO STEP 70 (pack_tar) COMPLETE
97182026-08-25T20:35:09.544Z[ host-image] Aug 25 20:35:08.262 INFO O| Aug 25 20:35:08.262 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97192026-08-25T20:35:09.548Z[ host-image] Aug 25 20:35:08.262 INFO O| Aug 25 20:35:08.262 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97202026-08-25T20:35:10.131Z[ host-image] Aug 25 20:35:08.849 INFO O| Aug 25 20:35:08.849 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97212026-08-25T20:35:10.284Z[ host-image] Aug 25 20:35:08.998 INFO O| Aug 25 20:35:08.998 INFO completed processing sled/ramdisk-02-trim
97222026-08-25T20:35:10.288Z[ host-image] Aug 25 20:35:09.000 INFO image builder template: zfs...
97232026-08-25T20:35:10.288Z[ host-image] Aug 25 20:35:09.000 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/.tmplb0VGG/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs"], pwd: None
97242026-08-25T20:35:10.296Z[ host-image] Aug 25 20:35:09.014 INFO O| Aug 25 20:35:09.014 INFO skip include "stress" because feature "stress" is not enabled
97252026-08-25T20:35:10.299Z[ host-image] Aug 25 20:35:09.014 INFO O| Aug 25 20:35:09.014 INFO skip include "stress" because feature "compliance" is not enabled
97262026-08-25T20:35:10.327Z[ host-image] Aug 25 20:35:09.046 INFO O| Aug 25 20:35:09.046 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97272026-08-25T20:35:10.331Z[ host-image] Aug 25 20:35:09.048 INFO O| Aug 25 20:35:09.048 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97282026-08-25T20:35:10.383Z[ host-image] Aug 25 20:35:09.102 INFO O| Aug 25 20:35:09.102 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97292026-08-25T20:35:10.431Z[ host-image] Aug 25 20:35:09.149 INFO O| Aug 25 20:35:09.149 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97302026-08-25T20:35:10.431Z[ host-image] Aug 25 20:35:09.149 INFO O| Aug 25 20:35:09.149 INFO work dataset: rpool/images/build/host/work/sled/zfs
97312026-08-25T20:35:10.434Z[ host-image] Aug 25 20:35:09.152 INFO O| Aug 25 20:35:09.152 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97322026-08-25T20:35:10.547Z[ host-image] Aug 25 20:35:09.265 INFO O| Aug 25 20:35:09.265 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97332026-08-25T20:35:10.594Z[ host-image] Aug 25 20:35:09.312 INFO O| Aug 25 20:35:09.312 INFO DESTROY POOL: TEMPORARY-sled-zfs
97342026-08-25T20:35:10.602Z[ host-image] Aug 25 20:35:09.320 INFO O| Aug 25 20:35:09.319 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97352026-08-25T20:35:10.606Z[ host-image] Aug 25 20:35:09.324 INFO O| Aug 25 20:35:09.324 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97362026-08-25T20:35:10.607Z[ host-image] Aug 25 20:35:09.324 INFO O| Aug 25 20:35:09.324 INFO no lofi found
97372026-08-25T20:35:10.607Z[ host-image] Aug 25 20:35:09.324 INFO O| Aug 25 20:35:09.324 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97382026-08-25T20:35:10.607Z[ host-image] Aug 25 20:35:09.324 INFO O| Aug 25 20:35:09.324 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97392026-08-25T20:35:10.750Z[ recovery-image] Aug 25 20:35:09.468 INFO O| Aug 25 20:35:09.468 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97402026-08-25T20:35:10.750Z[ recovery-image] Aug 25 20:35:09.468 INFO O| Aug 25 20:35:09.468 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97412026-08-25T20:35:10.754Z[ recovery-image] Aug 25 20:35:09.468 INFO O| Aug 25 20:35:09.468 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
97422026-08-25T20:35:10.754Z[ recovery-image] Aug 25 20:35:09.468 INFO O| Aug 25 20:35:09.468 INFO completed processing sled/zfs-recovery
97432026-08-25T20:35:10.754Z[ recovery-image] Aug 25 20:35:09.468 INFO O| Aug 25 20:35:09.468 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
97442026-08-25T20:35:11.054Z[ recovery-image] Aug 25 20:35:09.772 INFO O| Aug 25 20:35:09.772 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
97452026-08-25T20:35:11.113Z[ recovery-image] Aug 25 20:35:09.831 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
97462026-08-25T20:35:11.113Z[ recovery-image] Aug 25 20:35:09.831 INFO expanded image name: "recovery f9406b5/${os_short_commit} 2026-08-25 20:19" -> "recovery f9406b5/bbd33bf 2026-08-25 20:19"
97472026-08-25T20:35:11.117Z[ recovery-image] Aug 25 20:35:09.831 INFO output artefacts stored in: "/work/os-recovery"
97482026-08-25T20:35:11.117Z[ recovery-image] Aug 25 20:35:09.831 INFO collecting git info from project "pinprick"...
97492026-08-25T20:35:11.121Z[ recovery-image] Aug 25 20:35:09.837 INFO collecting git info from project "dmar-report"...
97502026-08-25T20:35:11.128Z[ recovery-image] Aug 25 20:35:09.846 INFO collecting git info from project "amd-firmware"...
97512026-08-25T20:35:11.405Z[ recovery-image] Aug 25 20:35:10.123 INFO collecting git info from project "image-builder"...
97522026-08-25T20:35:11.411Z[ recovery-image] Aug 25 20:35:10.129 INFO collecting git info from project "phbl"...
97532026-08-25T20:35:11.416Z[ recovery-image] Aug 25 20:35:10.135 INFO collecting git info from project "bootserver"...
97542026-08-25T20:35:11.422Z[ recovery-image] Aug 25 20:35:10.139 INFO collecting git info from project "pilot"...
97552026-08-25T20:35:11.427Z[ recovery-image] Aug 25 20:35:10.146 INFO collecting git info from project "chelsio-t6-roms"...
97562026-08-25T20:35:11.441Z[ recovery-image] Aug 25 20:35:10.160 INFO collecting git info from project "amd-host-image-builder"...
97572026-08-25T20:35:11.480Z[ recovery-image] Aug 25 20:35:10.198 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97582026-08-25T20:35:11.755Z[ recovery-image] Aug 25 20:35:10.473 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97592026-08-25T20:35:12.122Z[ recovery-image] Aug 25 20:35:10.740 INFO creating Oxide boot image...
97602026-08-25T20:35:12.122Z[ recovery-image] Aug 25 20:35:10.740 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery f9406b5/bbd33bf 2026-08-25 20:19", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
97612026-08-25T20:35:12.283Z[ host-image] Aug 25 20:35:11.001 INFO O| Aug 25 20:35:11.001 INFO lofi device = /dev/dsk/c2t1d0p0
97622026-08-25T20:35:12.283Z[ host-image] Aug 25 20:35:11.001 INFO O| Aug 25 20:35:11.001 INFO pool device = /dev/dsk/c2t1d0p0
97632026-08-25T20:35:12.283Z[ host-image] Aug 25 20:35:11.001 INFO O| Aug 25 20:35:11.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
97642026-08-25T20:35:12.336Z[ host-image] Aug 25 20:35:11.054 INFO O| Aug 25 20:35:11.054 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97652026-08-25T20:35:12.336Z[ host-image] Aug 25 20:35:11.054 INFO O| Aug 25 20:35:11.054 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97662026-08-25T20:35:12.351Z[ host-image] Aug 25 20:35:11.069 INFO O| Aug 25 20:35:11.069 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97672026-08-25T20:35:12.390Z[ host-image] Aug 25 20:35:11.108 INFO O| Aug 25 20:35:11.108 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97682026-08-25T20:35:12.415Z[ host-image] Aug 25 20:35:11.133 INFO O| Aug 25 20:35:11.133 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97692026-08-25T20:35:12.425Z[ host-image] Aug 25 20:35:11.141 INFO O| Aug 25 20:35:11.141 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97702026-08-25T20:35:12.429Z[ host-image] Aug 25 20:35:11.148 INFO O| Aug 25 20:35:11.148 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97712026-08-25T20:35:12.457Z[ host-image] Aug 25 20:35:11.174 INFO O| Aug 25 20:35:11.174 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97722026-08-25T20:35:12.461Z[ host-image] Aug 25 20:35:11.175 INFO O| Aug 25 20:35:11.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97732026-08-25T20:35:12.461Z[ host-image] Aug 25 20:35:11.175 INFO O| Aug 25 20:35:11.175 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97742026-08-25T20:35:12.468Z[ host-image] Aug 25 20:35:11.182 INFO O| Aug 25 20:35:11.181 INFO boot environment UUID: 8d49d3be-5f7f-449e-93a1-560562a98105
97752026-08-25T20:35:12.468Z[ host-image] Aug 25 20:35:11.182 INFO O| Aug 25 20:35:11.181 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8d49d3be-5f7f-449e-93a1-560562a98105
97762026-08-25T20:35:12.472Z[ host-image] Aug 25 20:35:11.188 INFO O| Aug 25 20:35:11.187 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97772026-08-25T20:35:12.475Z[ host-image] Aug 25 20:35:11.193 INFO O| Aug 25 20:35:11.193 INFO STEP 0 (create_be) COMPLETE
97782026-08-25T20:35:12.475Z[ host-image] Aug 25 20:35:11.193 INFO O| Aug 25 20:35:11.193 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97792026-08-25T20:35:12.483Z[ host-image] Aug 25 20:35:11.201 INFO O| Aug 25 20:35:11.201 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97802026-08-25T20:35:19.977Z[ host-image] Aug 25 20:35:18.695 INFO O| Aug 25 20:35:18.695 INFO STEP 1 (unpack_tar) COMPLETE
97812026-08-25T20:35:19.977Z[ host-image] Aug 25 20:35:18.695 INFO O| Aug 25 20:35:18.695 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97822026-08-25T20:35:19.986Z[ host-image] Aug 25 20:35:18.703 INFO O| Aug 25 20:35:18.703 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97832026-08-25T20:35:20.247Z[ host-image] Aug 25 20:35:18.961 INFO O| Aug 25 20:35:18.961 INFO STEP 2 (devfsadm) COMPLETE
97842026-08-25T20:35:20.247Z[ host-image] Aug 25 20:35:18.961 INFO O| Aug 25 20:35:18.961 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97852026-08-25T20:35:20.252Z[ host-image] Aug 25 20:35:18.969 INFO O| Aug 25 20:35:18.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97862026-08-25T20:35:20.252Z[ host-image] Aug 25 20:35:18.969 INFO O| Aug 25 20:35:18.969 INFO STEP 3 (ensure_dir) COMPLETE
97872026-08-25T20:35:20.252Z[ host-image] Aug 25 20:35:18.969 INFO O| Aug 25 20:35:18.969 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97882026-08-25T20:35:20.261Z[ host-image] Aug 25 20:35:18.976 INFO O| Aug 25 20:35:18.976 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97892026-08-25T20:35:20.261Z[ host-image] Aug 25 20:35:18.976 INFO O| Aug 25 20:35:18.976 INFO STEP 4 (ensure_dir) COMPLETE
97902026-08-25T20:35:20.268Z[ host-image] Aug 25 20:35:18.976 INFO O| Aug 25 20:35:18.976 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97912026-08-25T20:35:20.269Z[ host-image] Aug 25 20:35:18.983 INFO O| Aug 25 20:35:18.983 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97922026-08-25T20:35:20.269Z[ host-image] Aug 25 20:35:18.983 INFO O| Aug 25 20:35:18.983 INFO STEP 5 (ensure_dir) COMPLETE
97932026-08-25T20:35:20.269Z[ host-image] Aug 25 20:35:18.983 INFO O| Aug 25 20:35:18.983 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97942026-08-25T20:35:20.278Z[ host-image] Aug 25 20:35:18.989 INFO O| Aug 25 20:35:18.989 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97952026-08-25T20:35:20.279Z[ host-image] Aug 25 20:35:18.989 INFO O| Aug 25 20:35:18.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97962026-08-25T20:35:20.279Z[ host-image] Aug 25 20:35:18.989 INFO O| Aug 25 20:35:18.989 INFO STEP 6 (ensure_dir) COMPLETE
97972026-08-25T20:35:20.279Z[ host-image] Aug 25 20:35:18.989 INFO O| Aug 25 20:35:18.989 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97982026-08-25T20:35:20.283Z[ host-image] Aug 25 20:35:18.996 INFO O| Aug 25 20:35:18.996 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97992026-08-25T20:35:20.283Z[ host-image] Aug 25 20:35:18.996 INFO O| Aug 25 20:35:18.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98002026-08-25T20:35:20.283Z[ host-image] Aug 25 20:35:18.996 INFO O| Aug 25 20:35:18.996 INFO STEP 7 (ensure_dir) COMPLETE
98012026-08-25T20:35:20.283Z[ host-image] Aug 25 20:35:18.996 INFO O| Aug 25 20:35:18.996 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98022026-08-25T20:35:20.288Z[ host-image] Aug 25 20:35:19.002 INFO O| Aug 25 20:35:19.002 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98032026-08-25T20:35:20.288Z[ host-image] Aug 25 20:35:19.002 INFO O| Aug 25 20:35:19.002 INFO STEP 8 (remove_files) COMPLETE
98042026-08-25T20:35:20.288Z[ host-image] Aug 25 20:35:19.002 INFO O| Aug 25 20:35:19.002 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98052026-08-25T20:35:20.294Z[ host-image] Aug 25 20:35:19.008 INFO O| Aug 25 20:35:19.008 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98062026-08-25T20:35:20.294Z[ host-image] Aug 25 20:35:19.009 INFO O| Aug 25 20:35:19.009 INFO STEP 9 (remove_files) COMPLETE
98072026-08-25T20:35:20.294Z[ host-image] Aug 25 20:35:19.009 INFO O| Aug 25 20:35:19.009 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98082026-08-25T20:35:20.306Z[ host-image] Aug 25 20:35:19.014 INFO O| Aug 25 20:35:19.014 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98092026-08-25T20:35:20.307Z[ host-image] Aug 25 20:35:19.015 INFO O| Aug 25 20:35:19.015 INFO STEP 10 (remove_files) COMPLETE
98102026-08-25T20:35:20.307Z[ host-image] Aug 25 20:35:19.015 INFO O| Aug 25 20:35:19.015 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98112026-08-25T20:35:20.312Z[ host-image] Aug 25 20:35:19.022 INFO O| Aug 25 20:35:19.022 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98122026-08-25T20:35:20.312Z[ host-image] Aug 25 20:35:19.022 INFO O| Aug 25 20:35:19.022 INFO STEP 11 (remove_files) COMPLETE
98132026-08-25T20:35:20.312Z[ host-image] Aug 25 20:35:19.022 INFO O| Aug 25 20:35:19.022 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98142026-08-25T20:35:20.312Z[ host-image] Aug 25 20:35:19.028 INFO O| Aug 25 20:35:19.028 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98152026-08-25T20:35:20.314Z[ host-image] Aug 25 20:35:19.028 INFO O| Aug 25 20:35:19.028 INFO STEP 12 (remove_files) COMPLETE
98162026-08-25T20:35:20.314Z[ host-image] Aug 25 20:35:19.028 INFO O| Aug 25 20:35:19.028 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98172026-08-25T20:35:20.321Z[ host-image] Aug 25 20:35:19.033 INFO O| Aug 25 20:35:19.033 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98182026-08-25T20:35:20.321Z[ host-image] Aug 25 20:35:19.033 INFO O| Aug 25 20:35:19.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98192026-08-25T20:35:20.321Z[ host-image] Aug 25 20:35:19.033 INFO O| Aug 25 20:35:19.033 INFO STEP 13 (ensure_dir) COMPLETE
98202026-08-25T20:35:20.321Z[ host-image] Aug 25 20:35:19.033 INFO O| Aug 25 20:35:19.033 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98212026-08-25T20:35:20.328Z[ host-image] Aug 25 20:35:19.039 INFO O| Aug 25 20:35:19.039 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98222026-08-25T20:35:20.328Z[ host-image] Aug 25 20:35:19.039 INFO O| Aug 25 20:35:19.039 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98232026-08-25T20:35:20.328Z[ host-image] Aug 25 20:35:19.039 INFO O| Aug 25 20:35:19.039 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98242026-08-25T20:35:20.328Z[ host-image] Aug 25 20:35:19.039 INFO O| Aug 25 20:35:19.039 INFO STEP 14 (ensure_dir) COMPLETE
98252026-08-25T20:35:20.328Z[ host-image] Aug 25 20:35:19.039 INFO O| Aug 25 20:35:19.039 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98262026-08-25T20:35:20.336Z[ host-image] Aug 25 20:35:19.044 INFO O| Aug 25 20:35:19.044 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98272026-08-25T20:35:20.337Z[ host-image] Aug 25 20:35:19.044 INFO O| Aug 25 20:35:19.044 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98282026-08-25T20:35:20.337Z[ host-image] Aug 25 20:35:19.044 INFO O| Aug 25 20:35:19.044 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98292026-08-25T20:35:20.337Z[ host-image] Aug 25 20:35:19.044 INFO O| Aug 25 20:35:19.044 INFO STEP 15 (ensure_dir) COMPLETE
98302026-08-25T20:35:20.337Z[ host-image] Aug 25 20:35:19.044 INFO O| Aug 25 20:35:19.044 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98312026-08-25T20:35:20.337Z[ host-image] Aug 25 20:35:19.050 INFO O| Aug 25 20:35:19.050 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98322026-08-25T20:35:20.337Z[ host-image] Aug 25 20:35:19.050 INFO O| Aug 25 20:35:19.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98332026-08-25T20:35:20.337Z[ host-image] Aug 25 20:35:19.050 INFO O| Aug 25 20:35:19.050 INFO STEP 16 (ensure_dir) COMPLETE
98342026-08-25T20:35:20.337Z[ host-image] Aug 25 20:35:19.050 INFO O| Aug 25 20:35:19.050 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98352026-08-25T20:35:20.349Z[ host-image] Aug 25 20:35:19.057 INFO O| Aug 25 20:35:19.057 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98362026-08-25T20:35:20.349Z[ host-image] Aug 25 20:35:19.057 INFO O| Aug 25 20:35:19.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98372026-08-25T20:35:20.349Z[ host-image] Aug 25 20:35:19.057 INFO O| Aug 25 20:35:19.057 INFO STEP 17 (ensure_dir) COMPLETE
98382026-08-25T20:35:20.349Z[ host-image] Aug 25 20:35:19.057 INFO O| Aug 25 20:35:19.057 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98392026-08-25T20:35:20.349Z[ host-image] Aug 25 20:35:19.063 INFO O| Aug 25 20:35:19.062 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98402026-08-25T20:35:20.349Z[ host-image] Aug 25 20:35:19.063 INFO O| Aug 25 20:35:19.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98412026-08-25T20:35:20.349Z[ host-image] Aug 25 20:35:19.063 INFO O| Aug 25 20:35:19.063 INFO ok!
98422026-08-25T20:35:20.349Z[ host-image] Aug 25 20:35:19.063 INFO O| Aug 25 20:35:19.063 INFO STEP 18 (ensure_symlink) COMPLETE
98432026-08-25T20:35:20.349Z[ host-image] Aug 25 20:35:19.063 INFO O| Aug 25 20:35:19.063 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98442026-08-25T20:35:20.355Z[ host-image] Aug 25 20:35:19.069 INFO O| Aug 25 20:35:19.069 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98452026-08-25T20:35:20.355Z[ host-image] Aug 25 20:35:19.069 INFO O| Aug 25 20:35:19.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98462026-08-25T20:35:20.355Z[ host-image] Aug 25 20:35:19.069 INFO O| Aug 25 20:35:19.069 INFO ok!
98472026-08-25T20:35:20.355Z[ host-image] Aug 25 20:35:19.069 INFO O| Aug 25 20:35:19.069 INFO STEP 19 (ensure_file) COMPLETE
98482026-08-25T20:35:20.355Z[ host-image] Aug 25 20:35:19.069 INFO O| Aug 25 20:35:19.069 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98492026-08-25T20:35:20.360Z[ host-image] Aug 25 20:35:19.075 INFO O| Aug 25 20:35:19.075 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98502026-08-25T20:35:20.360Z[ host-image] Aug 25 20:35:19.075 INFO O| Aug 25 20:35:19.075 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98512026-08-25T20:35:20.360Z[ host-image] Aug 25 20:35:19.075 INFO O| Aug 25 20:35:19.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98522026-08-25T20:35:20.360Z[ host-image] Aug 25 20:35:19.075 INFO O| Aug 25 20:35:19.075 INFO ok!
98532026-08-25T20:35:20.360Z[ host-image] Aug 25 20:35:19.075 INFO O| Aug 25 20:35:19.075 INFO STEP 20 (ensure_symlink) COMPLETE
98542026-08-25T20:35:20.360Z[ host-image] Aug 25 20:35:19.075 INFO O| Aug 25 20:35:19.075 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98552026-08-25T20:35:20.365Z[ host-image] Aug 25 20:35:19.080 INFO O| Aug 25 20:35:19.080 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98562026-08-25T20:35:20.365Z[ host-image] Aug 25 20:35:19.081 INFO O| Aug 25 20:35:19.080 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98572026-08-25T20:35:20.365Z[ host-image] Aug 25 20:35:19.081 INFO O| Aug 25 20:35:19.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98582026-08-25T20:35:20.366Z[ host-image] Aug 25 20:35:19.081 INFO O| Aug 25 20:35:19.081 INFO ok!
98592026-08-25T20:35:20.366Z[ host-image] Aug 25 20:35:19.081 INFO O| Aug 25 20:35:19.081 INFO STEP 21 (ensure_symlink) COMPLETE
98602026-08-25T20:35:20.366Z[ host-image] Aug 25 20:35:19.081 INFO O| Aug 25 20:35:19.081 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98612026-08-25T20:35:20.376Z[ host-image] Aug 25 20:35:19.087 INFO O| Aug 25 20:35:19.087 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98622026-08-25T20:35:20.376Z[ host-image] Aug 25 20:35:19.087 INFO O| Aug 25 20:35:19.087 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98632026-08-25T20:35:20.376Z[ host-image] Aug 25 20:35:19.087 INFO O| Aug 25 20:35:19.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98642026-08-25T20:35:20.377Z[ host-image] Aug 25 20:35:19.087 INFO O| Aug 25 20:35:19.087 INFO ok!
98652026-08-25T20:35:20.377Z[ host-image] Aug 25 20:35:19.087 INFO O| Aug 25 20:35:19.087 INFO STEP 22 (ensure_symlink) COMPLETE
98662026-08-25T20:35:20.377Z[ host-image] Aug 25 20:35:19.087 INFO O| Aug 25 20:35:19.087 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98672026-08-25T20:35:20.388Z[ host-image] Aug 25 20:35:19.092 INFO O| Aug 25 20:35:19.092 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98682026-08-25T20:35:20.388Z[ host-image] Aug 25 20:35:19.092 INFO O| Aug 25 20:35:19.092 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98692026-08-25T20:35:20.388Z[ host-image] Aug 25 20:35:19.092 INFO O| Aug 25 20:35:19.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98702026-08-25T20:35:20.388Z[ host-image] Aug 25 20:35:19.092 INFO O| Aug 25 20:35:19.092 INFO ok!
98712026-08-25T20:35:20.388Z[ host-image] Aug 25 20:35:19.092 INFO O| Aug 25 20:35:19.092 INFO STEP 23 (ensure_symlink) COMPLETE
98722026-08-25T20:35:20.388Z[ host-image] Aug 25 20:35:19.092 INFO O| Aug 25 20:35:19.092 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98732026-08-25T20:35:20.389Z[ host-image] Aug 25 20:35:19.098 INFO O| Aug 25 20:35:19.098 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98742026-08-25T20:35:20.389Z[ host-image] Aug 25 20:35:19.098 INFO O| Aug 25 20:35:19.098 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98752026-08-25T20:35:20.391Z[ host-image] Aug 25 20:35:19.099 INFO O| Aug 25 20:35:19.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98762026-08-25T20:35:20.391Z[ host-image] Aug 25 20:35:19.099 INFO O| Aug 25 20:35:19.099 INFO ok!
98772026-08-25T20:35:20.391Z[ host-image] Aug 25 20:35:19.099 INFO O| Aug 25 20:35:19.099 INFO STEP 24 (ensure_file) COMPLETE
98782026-08-25T20:35:20.392Z[ host-image] Aug 25 20:35:19.099 INFO O| Aug 25 20:35:19.099 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98792026-08-25T20:35:20.414Z[ host-image] Aug 25 20:35:19.104 INFO O| Aug 25 20:35:19.104 INFO updating shadow file
98802026-08-25T20:35:20.414Z[ host-image] Aug 25 20:35:19.104 INFO O| Aug 25 20:35:19.104 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98812026-08-25T20:35:20.414Z[ host-image] Aug 25 20:35:19.104 INFO O| Aug 25 20:35:19.104 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98822026-08-25T20:35:20.414Z[ host-image] Aug 25 20:35:19.104 INFO O| Aug 25 20:35:19.104 INFO STEP 25 (shadow) COMPLETE
98832026-08-25T20:35:20.414Z[ host-image] Aug 25 20:35:19.104 INFO O| Aug 25 20:35:19.104 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98842026-08-25T20:35:20.414Z[ host-image] Aug 25 20:35:19.111 INFO O| Aug 25 20:35:19.111 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98852026-08-25T20:35:20.414Z[ host-image] Aug 25 20:35:19.111 INFO O| Aug 25 20:35:19.111 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98862026-08-25T20:35:20.415Z[ host-image] Aug 25 20:35:19.111 INFO O| Aug 25 20:35:19.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98872026-08-25T20:35:20.415Z[ host-image] Aug 25 20:35:19.111 INFO O| Aug 25 20:35:19.111 INFO ok!
98882026-08-25T20:35:20.415Z[ host-image] Aug 25 20:35:19.111 INFO O| Aug 25 20:35:19.111 INFO STEP 26 (ensure_file) COMPLETE
98892026-08-25T20:35:20.415Z[ host-image] Aug 25 20:35:19.111 INFO O| Aug 25 20:35:19.111 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98902026-08-25T20:35:20.420Z[ host-image] Aug 25 20:35:19.116 INFO O| Aug 25 20:35:19.116 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98912026-08-25T20:35:20.420Z[ host-image] Aug 25 20:35:19.116 INFO O| Aug 25 20:35:19.116 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98922026-08-25T20:35:20.420Z[ host-image] Aug 25 20:35:19.116 INFO O| Aug 25 20:35:19.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98932026-08-25T20:35:20.420Z[ host-image] Aug 25 20:35:19.116 INFO O| Aug 25 20:35:19.116 INFO ok!
98942026-08-25T20:35:20.420Z[ host-image] Aug 25 20:35:19.116 INFO O| Aug 25 20:35:19.116 INFO STEP 27 (ensure_file) COMPLETE
98952026-08-25T20:35:20.420Z[ host-image] Aug 25 20:35:19.116 INFO O| Aug 25 20:35:19.116 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98962026-08-25T20:35:20.420Z[ host-image] Aug 25 20:35:19.122 INFO O| Aug 25 20:35:19.122 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98972026-08-25T20:35:20.420Z[ host-image] Aug 25 20:35:19.122 INFO O| Aug 25 20:35:19.122 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98982026-08-25T20:35:20.420Z[ host-image] Aug 25 20:35:19.122 INFO O| Aug 25 20:35:19.122 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98992026-08-25T20:35:20.420Z[ host-image] Aug 25 20:35:19.122 INFO O| Aug 25 20:35:19.122 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99002026-08-25T20:35:20.420Z[ host-image] Aug 25 20:35:19.122 INFO O| Aug 25 20:35:19.122 INFO ok!
99012026-08-25T20:35:20.420Z[ host-image] Aug 25 20:35:19.122 INFO O| Aug 25 20:35:19.122 INFO STEP 28 (ensure_file) COMPLETE
99022026-08-25T20:35:20.420Z[ host-image] Aug 25 20:35:19.122 INFO O| Aug 25 20:35:19.122 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99032026-08-25T20:35:20.430Z[ host-image] Aug 25 20:35:19.128 INFO O| Aug 25 20:35:19.128 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99042026-08-25T20:35:20.431Z[ host-image] Aug 25 20:35:19.128 INFO O| Aug 25 20:35:19.128 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99052026-08-25T20:35:20.431Z[ host-image] Aug 25 20:35:19.128 INFO O| Aug 25 20:35:19.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99062026-08-25T20:35:20.431Z[ host-image] Aug 25 20:35:19.128 INFO O| Aug 25 20:35:19.128 INFO ok!
99072026-08-25T20:35:20.431Z[ host-image] Aug 25 20:35:19.128 INFO O| Aug 25 20:35:19.128 INFO STEP 29 (ensure_file) COMPLETE
99082026-08-25T20:35:20.431Z[ host-image] Aug 25 20:35:19.128 INFO O| Aug 25 20:35:19.128 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99092026-08-25T20:35:20.432Z[ host-image] Aug 25 20:35:19.134 INFO O| Aug 25 20:35:19.134 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99102026-08-25T20:35:20.432Z[ host-image] Aug 25 20:35:19.134 INFO O| Aug 25 20:35:19.134 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99112026-08-25T20:35:20.432Z[ host-image] Aug 25 20:35:19.134 INFO O| Aug 25 20:35:19.134 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99122026-08-25T20:35:20.432Z[ host-image] Aug 25 20:35:19.134 INFO O| Aug 25 20:35:19.134 INFO STEP 30 (ensure_dir) COMPLETE
99132026-08-25T20:35:20.432Z[ host-image] Aug 25 20:35:19.134 INFO O| Aug 25 20:35:19.134 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99142026-08-25T20:35:20.432Z[ host-image] Aug 25 20:35:19.140 INFO O| Aug 25 20:35:19.140 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99152026-08-25T20:35:20.432Z[ host-image] Aug 25 20:35:19.140 INFO O| Aug 25 20:35:19.140 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99162026-08-25T20:35:20.432Z[ host-image] Aug 25 20:35:19.140 INFO O| Aug 25 20:35:19.140 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99172026-08-25T20:35:20.432Z[ host-image] Aug 25 20:35:19.140 INFO O| Aug 25 20:35:19.140 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99182026-08-25T20:35:20.432Z[ host-image] Aug 25 20:35:19.140 INFO O| Aug 25 20:35:19.140 INFO ok!
99192026-08-25T20:35:20.432Z[ host-image] Aug 25 20:35:19.140 INFO O| Aug 25 20:35:19.140 INFO STEP 31 (ensure_file) COMPLETE
99202026-08-25T20:35:20.433Z[ host-image] Aug 25 20:35:19.140 INFO O| Aug 25 20:35:19.140 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99212026-08-25T20:35:20.442Z[ host-image] Aug 25 20:35:19.146 INFO O| Aug 25 20:35:19.146 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99222026-08-25T20:35:20.442Z[ host-image] Aug 25 20:35:19.146 INFO O| Aug 25 20:35:19.146 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99232026-08-25T20:35:20.442Z[ host-image] Aug 25 20:35:19.146 INFO O| Aug 25 20:35:19.146 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99242026-08-25T20:35:20.442Z[ host-image] Aug 25 20:35:19.146 INFO O| Aug 25 20:35:19.146 INFO STEP 32 (ensure_dir) COMPLETE
99252026-08-25T20:35:20.442Z[ host-image] Aug 25 20:35:19.146 INFO O| Aug 25 20:35:19.146 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99262026-08-25T20:35:20.442Z[ host-image] Aug 25 20:35:19.151 INFO O| Aug 25 20:35:19.151 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99272026-08-25T20:35:20.442Z[ host-image] Aug 25 20:35:19.151 INFO O| Aug 25 20:35:19.151 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 ...
99282026-08-25T20:35:20.443Z[ host-image] Aug 25 20:35:19.151 INFO O| Aug 25 20:35:19.151 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
99292026-08-25T20:35:20.443Z[ host-image] Aug 25 20:35:19.151 INFO O| Aug 25 20:35:19.151 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99302026-08-25T20:35:20.443Z[ host-image] Aug 25 20:35:19.151 INFO O| Aug 25 20:35:19.151 INFO ok!
99312026-08-25T20:35:20.443Z[ host-image] Aug 25 20:35:19.151 INFO O| Aug 25 20:35:19.151 INFO STEP 33 (ensure_file) COMPLETE
99322026-08-25T20:35:20.443Z[ host-image] Aug 25 20:35:19.151 INFO O| Aug 25 20:35:19.151 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99332026-08-25T20:35:20.452Z[ host-image] Aug 25 20:35:19.157 INFO O| Aug 25 20:35:19.157 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99342026-08-25T20:35:20.452Z[ host-image] Aug 25 20:35:19.157 INFO O| Aug 25 20:35:19.157 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99352026-08-25T20:35:20.453Z[ host-image] Aug 25 20:35:19.157 INFO O| Aug 25 20:35:19.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99362026-08-25T20:35:20.453Z[ host-image] Aug 25 20:35:19.157 INFO O| Aug 25 20:35:19.157 INFO ok!
99372026-08-25T20:35:20.453Z[ host-image] Aug 25 20:35:19.157 INFO O| Aug 25 20:35:19.157 INFO STEP 34 (ensure_file) COMPLETE
99382026-08-25T20:35:20.453Z[ host-image] Aug 25 20:35:19.157 INFO O| Aug 25 20:35:19.157 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99392026-08-25T20:35:20.453Z[ host-image] Aug 25 20:35:19.163 INFO O| Aug 25 20:35:19.163 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99402026-08-25T20:35:20.454Z[ host-image] Aug 25 20:35:19.163 INFO O| Aug 25 20:35:19.163 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99412026-08-25T20:35:20.454Z[ host-image] Aug 25 20:35:19.163 INFO O| Aug 25 20:35:19.163 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99422026-08-25T20:35:20.454Z[ host-image] Aug 25 20:35:19.163 INFO O| Aug 25 20:35:19.163 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99432026-08-25T20:35:20.455Z[ host-image] Aug 25 20:35:19.163 INFO O| Aug 25 20:35:19.163 INFO ok!
99442026-08-25T20:35:20.455Z[ host-image] Aug 25 20:35:19.163 INFO O| Aug 25 20:35:19.163 INFO STEP 35 (ensure_file) COMPLETE
99452026-08-25T20:35:20.455Z[ host-image] Aug 25 20:35:19.163 INFO O| Aug 25 20:35:19.163 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99462026-08-25T20:35:20.460Z[ host-image] Aug 25 20:35:19.170 INFO O| Aug 25 20:35:19.170 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99472026-08-25T20:35:20.460Z[ host-image] Aug 25 20:35:19.170 INFO O| Aug 25 20:35:19.170 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99482026-08-25T20:35:20.460Z[ host-image] Aug 25 20:35:19.170 INFO O| Aug 25 20:35:19.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99492026-08-25T20:35:20.460Z[ host-image] Aug 25 20:35:19.170 INFO O| Aug 25 20:35:19.170 INFO ok!
99502026-08-25T20:35:20.461Z[ host-image] Aug 25 20:35:19.170 INFO O| Aug 25 20:35:19.170 INFO STEP 36 (ensure_file) COMPLETE
99512026-08-25T20:35:20.461Z[ host-image] Aug 25 20:35:19.170 INFO O| Aug 25 20:35:19.170 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99522026-08-25T20:35:20.462Z[ host-image] Aug 25 20:35:19.176 INFO O| Aug 25 20:35:19.176 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99532026-08-25T20:35:20.462Z[ host-image] Aug 25 20:35:19.176 INFO O| Aug 25 20:35:19.176 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99542026-08-25T20:35:20.462Z[ host-image] Aug 25 20:35:19.176 INFO O| Aug 25 20:35:19.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99552026-08-25T20:35:20.462Z[ host-image] Aug 25 20:35:19.176 INFO O| Aug 25 20:35:19.176 INFO ok!
99562026-08-25T20:35:20.462Z[ host-image] Aug 25 20:35:19.176 INFO O| Aug 25 20:35:19.176 INFO STEP 37 (ensure_file) COMPLETE
99572026-08-25T20:35:20.462Z[ host-image] Aug 25 20:35:19.176 INFO O| Aug 25 20:35:19.176 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99582026-08-25T20:35:20.470Z[ host-image] Aug 25 20:35:19.182 INFO O| Aug 25 20:35:19.182 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99592026-08-25T20:35:20.470Z[ host-image] Aug 25 20:35:19.182 INFO O| Aug 25 20:35:19.182 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99602026-08-25T20:35:20.470Z[ host-image] Aug 25 20:35:19.182 INFO O| Aug 25 20:35:19.182 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99612026-08-25T20:35:20.470Z[ host-image] Aug 25 20:35:19.182 INFO O| Aug 25 20:35:19.182 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99622026-08-25T20:35:20.470Z[ host-image] Aug 25 20:35:19.182 INFO O| Aug 25 20:35:19.182 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99632026-08-25T20:35:20.470Z[ host-image] Aug 25 20:35:19.182 INFO O| Aug 25 20:35:19.182 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99642026-08-25T20:35:20.470Z[ host-image] Aug 25 20:35:19.182 INFO O| Aug 25 20:35:19.182 INFO ok!
99652026-08-25T20:35:20.470Z[ host-image] Aug 25 20:35:19.182 INFO O| Aug 25 20:35:19.182 INFO STEP 38 (ensure_file) COMPLETE
99662026-08-25T20:35:20.476Z[ host-image] Aug 25 20:35:19.182 INFO O| Aug 25 20:35:19.182 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99672026-08-25T20:35:20.493Z[ host-image] Aug 25 20:35:19.188 INFO O| Aug 25 20:35:19.188 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99682026-08-25T20:35:20.493Z[ host-image] Aug 25 20:35:19.188 INFO O| Aug 25 20:35:19.188 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99692026-08-25T20:35:20.493Z[ host-image] Aug 25 20:35:19.188 INFO O| Aug 25 20:35:19.188 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99702026-08-25T20:35:20.493Z[ host-image] Aug 25 20:35:19.188 INFO O| Aug 25 20:35:19.188 INFO STEP 39 (ensure_dir) COMPLETE
99712026-08-25T20:35:20.493Z[ host-image] Aug 25 20:35:19.188 INFO O| Aug 25 20:35:19.188 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99722026-08-25T20:35:20.493Z[ host-image] Aug 25 20:35:19.194 INFO O| Aug 25 20:35:19.194 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
99732026-08-25T20:35:20.493Z[ host-image] Aug 25 20:35:19.194 INFO O| Aug 25 20:35:19.194 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 ...
99742026-08-25T20:35:20.493Z[ host-image] Aug 25 20:35:19.194 INFO O| Aug 25 20:35:19.194 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
99752026-08-25T20:35:20.493Z[ host-image] Aug 25 20:35:19.194 INFO O| Aug 25 20:35:19.194 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
99762026-08-25T20:35:20.493Z[ host-image] Aug 25 20:35:19.194 INFO O| Aug 25 20:35:19.194 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
99772026-08-25T20:35:20.493Z[ host-image] Aug 25 20:35:19.194 INFO O| Aug 25 20:35:19.194 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
99782026-08-25T20:35:20.495Z[ host-image] Aug 25 20:35:19.194 INFO O| Aug 25 20:35:19.194 INFO ok!
99792026-08-25T20:35:20.495Z[ host-image] Aug 25 20:35:19.194 INFO O| Aug 25 20:35:19.194 INFO STEP 40 (ensure_file) COMPLETE
99802026-08-25T20:35:20.495Z[ host-image] Aug 25 20:35:19.194 INFO O| Aug 25 20:35:19.194 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99812026-08-25T20:35:20.495Z[ host-image] Aug 25 20:35:19.200 INFO O| Aug 25 20:35:19.200 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99822026-08-25T20:35:20.495Z[ host-image] Aug 25 20:35:19.200 INFO O| Aug 25 20:35:19.200 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 ...
99832026-08-25T20:35:20.496Z[ host-image] Aug 25 20:35:19.200 INFO O| Aug 25 20:35:19.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99842026-08-25T20:35:20.496Z[ host-image] Aug 25 20:35:19.200 INFO O| Aug 25 20:35:19.200 INFO ok!
99852026-08-25T20:35:20.496Z[ host-image] Aug 25 20:35:19.200 INFO O| Aug 25 20:35:19.200 INFO STEP 41 (ensure_symlink) COMPLETE
99862026-08-25T20:35:20.496Z[ host-image] Aug 25 20:35:19.200 INFO O| Aug 25 20:35:19.200 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99872026-08-25T20:35:20.496Z[ host-image] Aug 25 20:35:19.206 INFO O| Aug 25 20:35:19.206 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99882026-08-25T20:35:20.496Z[ host-image] Aug 25 20:35:19.206 INFO O| Aug 25 20:35:19.206 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99892026-08-25T20:35:20.496Z[ host-image] Aug 25 20:35:19.206 INFO O| Aug 25 20:35:19.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99902026-08-25T20:35:20.496Z[ host-image] Aug 25 20:35:19.206 INFO O| Aug 25 20:35:19.206 INFO ok!
99912026-08-25T20:35:20.496Z[ host-image] Aug 25 20:35:19.206 INFO O| Aug 25 20:35:19.206 INFO STEP 42 (ensure_symlink) COMPLETE
99922026-08-25T20:35:20.496Z[ host-image] Aug 25 20:35:19.206 INFO O| Aug 25 20:35:19.206 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99932026-08-25T20:35:20.514Z[ host-image] Aug 25 20:35:19.212 INFO O| Aug 25 20:35:19.212 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99942026-08-25T20:35:20.514Z[ host-image] Aug 25 20:35:19.212 INFO O| Aug 25 20:35:19.212 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99952026-08-25T20:35:20.514Z[ host-image] Aug 25 20:35:19.212 INFO O| Aug 25 20:35:19.212 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99962026-08-25T20:35:20.514Z[ host-image] Aug 25 20:35:19.212 INFO O| Aug 25 20:35:19.212 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99972026-08-25T20:35:20.514Z[ host-image] Aug 25 20:35:19.212 INFO O| Aug 25 20:35:19.212 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99982026-08-25T20:35:20.514Z[ host-image] Aug 25 20:35:19.212 INFO O| Aug 25 20:35:19.212 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99992026-08-25T20:35:20.514Z[ host-image] Aug 25 20:35:19.212 INFO O| Aug 25 20:35:19.212 INFO ok!
100002026-08-25T20:35:20.514Z[ host-image] Aug 25 20:35:19.212 INFO O| Aug 25 20:35:19.212 INFO STEP 43 (ensure_file) COMPLETE
100012026-08-25T20:35:20.515Z[ host-image] Aug 25 20:35:19.212 INFO O| Aug 25 20:35:19.212 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100022026-08-25T20:35:20.515Z[ host-image] Aug 25 20:35:19.218 INFO O| Aug 25 20:35:19.218 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100032026-08-25T20:35:20.515Z[ host-image] Aug 25 20:35:19.218 INFO O| Aug 25 20:35:19.218 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 ...
100042026-08-25T20:35:20.515Z[ host-image] Aug 25 20:35:19.218 INFO O| Aug 25 20:35:19.218 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
100052026-08-25T20:35:20.515Z[ host-image] Aug 25 20:35:19.218 INFO O| Aug 25 20:35:19.218 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100062026-08-25T20:35:20.515Z[ host-image] Aug 25 20:35:19.218 INFO O| Aug 25 20:35:19.218 INFO ok!
100072026-08-25T20:35:20.515Z[ host-image] Aug 25 20:35:19.218 INFO O| Aug 25 20:35:19.218 INFO STEP 44 (ensure_file) COMPLETE
100082026-08-25T20:35:20.515Z[ host-image] Aug 25 20:35:19.218 INFO O| Aug 25 20:35:19.218 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100092026-08-25T20:35:20.515Z[ host-image] Aug 25 20:35:19.223 INFO O| Aug 25 20:35:19.223 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100102026-08-25T20:35:20.515Z[ host-image] Aug 25 20:35:19.223 INFO O| Aug 25 20:35:19.223 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100112026-08-25T20:35:20.515Z[ host-image] Aug 25 20:35:19.224 INFO O| Aug 25 20:35:19.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100122026-08-25T20:35:20.515Z[ host-image] Aug 25 20:35:19.224 INFO O| Aug 25 20:35:19.223 INFO ok!
100132026-08-25T20:35:20.516Z[ host-image] Aug 25 20:35:19.224 INFO O| Aug 25 20:35:19.223 INFO STEP 45 (ensure_file) COMPLETE
100142026-08-25T20:35:20.516Z[ host-image] Aug 25 20:35:19.224 INFO O| Aug 25 20:35:19.224 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100152026-08-25T20:35:20.516Z[ host-image] Aug 25 20:35:19.229 INFO O| Aug 25 20:35:19.229 INFO updating shadow file
100162026-08-25T20:35:20.516Z[ host-image] Aug 25 20:35:19.229 INFO O| Aug 25 20:35:19.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100172026-08-25T20:35:20.516Z[ host-image] Aug 25 20:35:19.229 INFO O| Aug 25 20:35:19.229 INFO STEP 46 (shadow) COMPLETE
100182026-08-25T20:35:20.516Z[ host-image] Aug 25 20:35:19.229 INFO O| Aug 25 20:35:19.229 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100192026-08-25T20:35:20.524Z[ host-image] Aug 25 20:35:19.235 INFO O| Aug 25 20:35:19.234 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100202026-08-25T20:35:20.524Z[ host-image] Aug 25 20:35:19.235 INFO O| Aug 25 20:35:19.235 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100212026-08-25T20:35:20.524Z[ host-image] Aug 25 20:35:19.235 INFO O| Aug 25 20:35:19.235 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100222026-08-25T20:35:20.524Z[ host-image] Aug 25 20:35:19.235 INFO O| Aug 25 20:35:19.235 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100232026-08-25T20:35:20.526Z[ host-image] Aug 25 20:35:19.235 INFO O| Aug 25 20:35:19.235 INFO ok!
100242026-08-25T20:35:20.526Z[ host-image] Aug 25 20:35:19.235 INFO O| Aug 25 20:35:19.235 INFO STEP 47 (ensure_file) COMPLETE
100252026-08-25T20:35:20.526Z[ host-image] Aug 25 20:35:19.235 INFO O| Aug 25 20:35:19.235 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100262026-08-25T20:35:20.526Z[ host-image] Aug 25 20:35:19.235 INFO O| Aug 25 20:35:19.235 INFO skip step because feature "mfg" is not enabled
100272026-08-25T20:35:20.526Z[ host-image] Aug 25 20:35:19.235 INFO O| Aug 25 20:35:19.235 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100282026-08-25T20:35:20.526Z[ host-image] Aug 25 20:35:19.235 INFO O| Aug 25 20:35:19.235 INFO skip step because feature "mfg" is not enabled
100292026-08-25T20:35:20.527Z[ host-image] Aug 25 20:35:19.235 INFO O| Aug 25 20:35:19.235 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100302026-08-25T20:35:20.527Z[ host-image] Aug 25 20:35:19.240 INFO O| Aug 25 20:35:19.240 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100312026-08-25T20:35:20.527Z[ host-image] Aug 25 20:35:19.240 INFO O| Aug 25 20:35:19.240 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100322026-08-25T20:35:20.548Z[ host-image] Aug 25 20:35:19.262 INFO O| Aug 25 20:35:19.262 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100332026-08-25T20:35:20.549Z[ host-image] Aug 25 20:35:19.262 INFO O| Aug 25 20:35:19.262 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100342026-08-25T20:35:20.549Z[ host-image] Aug 25 20:35:19.262 INFO O| Aug 25 20:35:19.262 INFO ok!
100352026-08-25T20:35:20.554Z[ host-image] Aug 25 20:35:19.262 INFO O| Aug 25 20:35:19.262 INFO STEP 50 (ensure_file) COMPLETE
100362026-08-25T20:35:20.554Z[ host-image] Aug 25 20:35:19.262 INFO O| Aug 25 20:35:19.262 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100372026-08-25T20:35:20.554Z[ host-image] Aug 25 20:35:19.262 INFO O| Aug 25 20:35:19.262 INFO skip step because feature "compliance" is not enabled
100382026-08-25T20:35:20.554Z[ host-image] Aug 25 20:35:19.263 INFO O| Aug 25 20:35:19.262 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100392026-08-25T20:35:20.554Z[ host-image] Aug 25 20:35:19.268 INFO O| Aug 25 20:35:19.268 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100402026-08-25T20:35:20.554Z[ host-image] Aug 25 20:35:19.268 INFO O| Aug 25 20:35:19.268 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100412026-08-25T20:35:20.554Z[ host-image] Aug 25 20:35:19.268 INFO O| Aug 25 20:35:19.268 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100422026-08-25T20:35:20.554Z[ host-image] Aug 25 20:35:19.268 INFO O| Aug 25 20:35:19.268 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100432026-08-25T20:35:20.554Z[ host-image] Aug 25 20:35:19.268 INFO O| Aug 25 20:35:19.268 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100442026-08-25T20:35:20.554Z[ host-image] Aug 25 20:35:19.268 INFO O| Aug 25 20:35:19.268 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100452026-08-25T20:35:20.554Z[ host-image] Aug 25 20:35:19.268 INFO O| Aug 25 20:35:19.268 INFO ok!
100462026-08-25T20:35:20.554Z[ host-image] Aug 25 20:35:19.268 INFO O| Aug 25 20:35:19.268 INFO STEP 52 (ensure_file) COMPLETE
100472026-08-25T20:35:20.554Z[ host-image] Aug 25 20:35:19.268 INFO O| Aug 25 20:35:19.268 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100482026-08-25T20:35:20.559Z[ host-image] Aug 25 20:35:19.276 INFO O| Aug 25 20:35:19.275 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100492026-08-25T20:35:20.559Z[ host-image] Aug 25 20:35:19.276 INFO O| Aug 25 20:35:19.275 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 ...
100502026-08-25T20:35:20.559Z[ host-image] Aug 25 20:35:19.276 INFO O| Aug 25 20:35:19.276 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
100512026-08-25T20:35:20.560Z[ host-image] Aug 25 20:35:19.276 INFO O| Aug 25 20:35:19.276 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100522026-08-25T20:35:20.560Z[ host-image] Aug 25 20:35:19.276 INFO O| Aug 25 20:35:19.276 INFO ok!
100532026-08-25T20:35:20.560Z[ host-image] Aug 25 20:35:19.276 INFO O| Aug 25 20:35:19.276 INFO STEP 53 (ensure_file) COMPLETE
100542026-08-25T20:35:20.560Z[ host-image] Aug 25 20:35:19.276 INFO O| Aug 25 20:35:19.276 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100552026-08-25T20:35:20.565Z[ host-image] Aug 25 20:35:19.282 INFO O| Aug 25 20:35:19.282 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100562026-08-25T20:35:20.565Z[ host-image] Aug 25 20:35:19.282 INFO O| Aug 25 20:35:19.282 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 ...
100572026-08-25T20:35:20.565Z[ host-image] Aug 25 20:35:19.282 INFO O| Aug 25 20:35:19.282 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100582026-08-25T20:35:20.565Z[ host-image] Aug 25 20:35:19.282 INFO O| Aug 25 20:35:19.282 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100592026-08-25T20:35:20.570Z[ host-image] Aug 25 20:35:19.282 INFO O| Aug 25 20:35:19.282 INFO ok!
100602026-08-25T20:35:20.570Z[ host-image] Aug 25 20:35:19.282 INFO O| Aug 25 20:35:19.282 INFO STEP 54 (ensure_file) COMPLETE
100612026-08-25T20:35:20.571Z[ host-image] Aug 25 20:35:19.283 INFO O| Aug 25 20:35:19.282 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100622026-08-25T20:35:20.574Z[ host-image] Aug 25 20:35:19.288 INFO O| Aug 25 20:35:19.288 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100632026-08-25T20:35:20.575Z[ host-image] Aug 25 20:35:19.288 INFO O| Aug 25 20:35:19.288 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 ...
100642026-08-25T20:35:20.575Z[ host-image] Aug 25 20:35:19.288 INFO O| Aug 25 20:35:19.288 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
100652026-08-25T20:35:20.575Z[ host-image] Aug 25 20:35:19.288 INFO O| Aug 25 20:35:19.288 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100662026-08-25T20:35:20.575Z[ host-image] Aug 25 20:35:19.288 INFO O| Aug 25 20:35:19.288 INFO ok!
100672026-08-25T20:35:20.575Z[ host-image] Aug 25 20:35:19.288 INFO O| Aug 25 20:35:19.288 INFO STEP 55 (ensure_file) COMPLETE
100682026-08-25T20:35:20.575Z[ host-image] Aug 25 20:35:19.288 INFO O| Aug 25 20:35:19.288 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100692026-08-25T20:35:20.579Z[ host-image] Aug 25 20:35:19.294 INFO O| Aug 25 20:35:19.294 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100702026-08-25T20:35:20.579Z[ host-image] Aug 25 20:35:19.294 INFO O| Aug 25 20:35:19.294 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 ...
100712026-08-25T20:35:20.579Z[ host-image] Aug 25 20:35:19.294 INFO O| Aug 25 20:35:19.294 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100722026-08-25T20:35:20.579Z[ host-image] Aug 25 20:35:19.294 INFO O| Aug 25 20:35:19.294 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100732026-08-25T20:35:20.579Z[ host-image] Aug 25 20:35:19.294 INFO O| Aug 25 20:35:19.294 INFO ok!
100742026-08-25T20:35:20.579Z[ host-image] Aug 25 20:35:19.294 INFO O| Aug 25 20:35:19.294 INFO STEP 56 (ensure_file) COMPLETE
100752026-08-25T20:35:20.579Z[ host-image] Aug 25 20:35:19.294 INFO O| Aug 25 20:35:19.294 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100762026-08-25T20:35:20.582Z[ host-image] Aug 25 20:35:19.300 INFO O| Aug 25 20:35:19.300 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100772026-08-25T20:35:20.583Z[ host-image] Aug 25 20:35:19.300 INFO O| Aug 25 20:35:19.300 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 ...
100782026-08-25T20:35:20.583Z[ host-image] Aug 25 20:35:19.300 INFO O| Aug 25 20:35:19.300 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
100792026-08-25T20:35:20.583Z[ host-image] Aug 25 20:35:19.300 INFO O| Aug 25 20:35:19.300 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100802026-08-25T20:35:20.583Z[ host-image] Aug 25 20:35:19.300 INFO O| Aug 25 20:35:19.300 INFO ok!
100812026-08-25T20:35:20.583Z[ host-image] Aug 25 20:35:19.300 INFO O| Aug 25 20:35:19.300 INFO STEP 57 (ensure_file) COMPLETE
100822026-08-25T20:35:20.583Z[ host-image] Aug 25 20:35:19.300 INFO O| Aug 25 20:35:19.300 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100832026-08-25T20:35:20.591Z[ host-image] Aug 25 20:35:19.306 INFO O| Aug 25 20:35:19.306 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100842026-08-25T20:35:20.591Z[ host-image] Aug 25 20:35:19.306 INFO O| Aug 25 20:35:19.306 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 ...
100852026-08-25T20:35:20.591Z[ host-image] Aug 25 20:35:19.306 INFO O| Aug 25 20:35:19.306 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100862026-08-25T20:35:20.591Z[ host-image] Aug 25 20:35:19.306 INFO O| Aug 25 20:35:19.306 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100872026-08-25T20:35:20.591Z[ host-image] Aug 25 20:35:19.306 INFO O| Aug 25 20:35:19.306 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100882026-08-25T20:35:20.591Z[ host-image] Aug 25 20:35:19.306 INFO O| Aug 25 20:35:19.306 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100892026-08-25T20:35:20.591Z[ host-image] Aug 25 20:35:19.306 INFO O| Aug 25 20:35:19.306 INFO ok!
100902026-08-25T20:35:20.591Z[ host-image] Aug 25 20:35:19.306 INFO O| Aug 25 20:35:19.306 INFO STEP 58 (ensure_file) COMPLETE
100912026-08-25T20:35:20.591Z[ host-image] Aug 25 20:35:19.306 INFO O| Aug 25 20:35:19.306 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100922026-08-25T20:35:20.598Z[ host-image] Aug 25 20:35:19.311 INFO O| Aug 25 20:35:19.311 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100932026-08-25T20:35:20.598Z[ host-image] Aug 25 20:35:19.311 INFO O| Aug 25 20:35:19.311 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 ...
100942026-08-25T20:35:20.598Z[ host-image] Aug 25 20:35:19.311 INFO O| Aug 25 20:35:19.311 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
100952026-08-25T20:35:20.598Z[ host-image] Aug 25 20:35:19.312 INFO O| Aug 25 20:35:19.311 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100962026-08-25T20:35:20.598Z[ host-image] Aug 25 20:35:19.312 INFO O| Aug 25 20:35:19.311 INFO ok!
100972026-08-25T20:35:20.598Z[ host-image] Aug 25 20:35:19.312 INFO O| Aug 25 20:35:19.312 INFO STEP 59 (ensure_file) COMPLETE
100982026-08-25T20:35:20.598Z[ host-image] Aug 25 20:35:19.312 INFO O| Aug 25 20:35:19.312 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100992026-08-25T20:35:20.601Z[ host-image] Aug 25 20:35:19.318 INFO O| Aug 25 20:35:19.318 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101002026-08-25T20:35:20.601Z[ host-image] Aug 25 20:35:19.318 INFO O| Aug 25 20:35:19.318 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101012026-08-25T20:35:20.601Z[ host-image] Aug 25 20:35:19.318 INFO O| Aug 25 20:35:19.318 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101022026-08-25T20:35:20.602Z[ host-image] Aug 25 20:35:19.318 INFO O| Aug 25 20:35:19.318 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101032026-08-25T20:35:20.602Z[ host-image] Aug 25 20:35:19.318 INFO O| Aug 25 20:35:19.318 INFO ok!
101042026-08-25T20:35:20.602Z[ host-image] Aug 25 20:35:19.318 INFO O| Aug 25 20:35:19.318 INFO STEP 60 (ensure_file) COMPLETE
101052026-08-25T20:35:20.602Z[ host-image] Aug 25 20:35:19.318 INFO O| Aug 25 20:35:19.318 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101062026-08-25T20:35:20.606Z[ host-image] Aug 25 20:35:19.324 INFO O| Aug 25 20:35:19.324 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101072026-08-25T20:35:20.606Z[ host-image] Aug 25 20:35:19.324 INFO O| Aug 25 20:35:19.324 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 ...
101082026-08-25T20:35:20.606Z[ host-image] Aug 25 20:35:19.324 INFO O| Aug 25 20:35:19.324 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
101092026-08-25T20:35:20.607Z[ host-image] Aug 25 20:35:19.324 INFO O| Aug 25 20:35:19.324 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101102026-08-25T20:35:20.607Z[ host-image] Aug 25 20:35:19.324 INFO O| Aug 25 20:35:19.324 INFO ok!
101112026-08-25T20:35:20.607Z[ host-image] Aug 25 20:35:19.324 INFO O| Aug 25 20:35:19.324 INFO STEP 61 (ensure_file) COMPLETE
101122026-08-25T20:35:20.607Z[ host-image] Aug 25 20:35:19.324 INFO O| Aug 25 20:35:19.324 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101132026-08-25T20:35:20.611Z[ host-image] Aug 25 20:35:19.330 INFO O| Aug 25 20:35:19.330 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101142026-08-25T20:35:20.611Z[ host-image] Aug 25 20:35:19.330 INFO O| Aug 25 20:35:19.330 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101152026-08-25T20:35:20.615Z[ host-image] Aug 25 20:35:19.330 INFO O| Aug 25 20:35:19.330 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101162026-08-25T20:35:20.616Z[ host-image] Aug 25 20:35:19.330 INFO O| Aug 25 20:35:19.330 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101172026-08-25T20:35:20.616Z[ host-image] Aug 25 20:35:19.330 INFO O| Aug 25 20:35:19.330 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101182026-08-25T20:35:20.616Z[ host-image] Aug 25 20:35:19.330 INFO O| Aug 25 20:35:19.330 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101192026-08-25T20:35:20.616Z[ host-image] Aug 25 20:35:19.330 INFO O| Aug 25 20:35:19.330 INFO ok!
101202026-08-25T20:35:20.617Z[ host-image] Aug 25 20:35:19.330 INFO O| Aug 25 20:35:19.330 INFO STEP 62 (ensure_file) COMPLETE
101212026-08-25T20:35:20.617Z[ host-image] Aug 25 20:35:19.330 INFO O| Aug 25 20:35:19.330 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101222026-08-25T20:35:20.622Z[ host-image] Aug 25 20:35:19.335 INFO O| Aug 25 20:35:19.335 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101232026-08-25T20:35:20.622Z[ host-image] Aug 25 20:35:19.335 INFO O| Aug 25 20:35:19.335 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 ...
101242026-08-25T20:35:20.622Z[ host-image] Aug 25 20:35:19.335 INFO O| Aug 25 20:35:19.335 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
101252026-08-25T20:35:20.622Z[ host-image] Aug 25 20:35:19.335 INFO O| Aug 25 20:35:19.335 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101262026-08-25T20:35:20.622Z[ host-image] Aug 25 20:35:19.335 INFO O| Aug 25 20:35:19.335 INFO ok!
101272026-08-25T20:35:20.622Z[ host-image] Aug 25 20:35:19.335 INFO O| Aug 25 20:35:19.335 INFO STEP 63 (ensure_file) COMPLETE
101282026-08-25T20:35:20.622Z[ host-image] Aug 25 20:35:19.335 INFO O| Aug 25 20:35:19.335 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101292026-08-25T20:35:20.626Z[ host-image] Aug 25 20:35:19.341 INFO O| Aug 25 20:35:19.341 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101302026-08-25T20:35:20.626Z[ host-image] Aug 25 20:35:19.341 INFO O| Aug 25 20:35:19.341 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 ...
101312026-08-25T20:35:20.626Z[ host-image] Aug 25 20:35:19.341 INFO O| Aug 25 20:35:19.341 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
101322026-08-25T20:35:20.626Z[ host-image] Aug 25 20:35:19.341 INFO O| Aug 25 20:35:19.341 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101332026-08-25T20:35:20.627Z[ host-image] Aug 25 20:35:19.341 INFO O| Aug 25 20:35:19.341 INFO ok!
101342026-08-25T20:35:20.627Z[ host-image] Aug 25 20:35:19.341 INFO O| Aug 25 20:35:19.341 INFO STEP 64 (ensure_file) COMPLETE
101352026-08-25T20:35:20.627Z[ host-image] Aug 25 20:35:19.341 INFO O| Aug 25 20:35:19.341 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101362026-08-25T20:35:20.631Z[ host-image] Aug 25 20:35:19.346 INFO O| Aug 25 20:35:19.346 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101372026-08-25T20:35:20.631Z[ host-image] Aug 25 20:35:19.346 INFO O| Aug 25 20:35:19.346 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 ...
101382026-08-25T20:35:20.631Z[ host-image] Aug 25 20:35:19.346 INFO O| Aug 25 20:35:19.346 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
101392026-08-25T20:35:20.631Z[ host-image] Aug 25 20:35:19.346 INFO O| Aug 25 20:35:19.346 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101402026-08-25T20:35:20.631Z[ host-image] Aug 25 20:35:19.346 INFO O| Aug 25 20:35:19.346 INFO ok!
101412026-08-25T20:35:20.632Z[ host-image] Aug 25 20:35:19.346 INFO O| Aug 25 20:35:19.346 INFO STEP 65 (ensure_file) COMPLETE
101422026-08-25T20:35:20.632Z[ host-image] Aug 25 20:35:19.346 INFO O| Aug 25 20:35:19.346 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101432026-08-25T20:35:20.632Z[ host-image] Aug 25 20:35:19.346 INFO O| Aug 25 20:35:19.346 INFO skip step because feature "mbist" is not enabled
101442026-08-25T20:35:20.632Z[ host-image] Aug 25 20:35:19.346 INFO O| Aug 25 20:35:19.346 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101452026-08-25T20:35:20.637Z[ host-image] Aug 25 20:35:19.352 INFO O| Aug 25 20:35:19.352 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101462026-08-25T20:35:20.637Z[ host-image] Aug 25 20:35:19.352 INFO O| Aug 25 20:35:19.352 INFO STEP 67 (ensure_dir) COMPLETE
101472026-08-25T20:35:20.637Z[ host-image] Aug 25 20:35:19.352 INFO O| Aug 25 20:35:19.352 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101482026-08-25T20:35:20.641Z[ host-image] Aug 25 20:35:19.357 INFO O| Aug 25 20:35:19.357 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101492026-08-25T20:35:20.641Z[ host-image] Aug 25 20:35:19.357 INFO O| Aug 25 20:35:19.357 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101502026-08-25T20:35:20.641Z[ host-image] Aug 25 20:35:19.357 INFO O| Aug 25 20:35:19.357 INFO STEP 68 (ensure_dir) COMPLETE
101512026-08-25T20:35:20.641Z[ host-image] Aug 25 20:35:19.358 INFO O| Aug 25 20:35:19.357 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101522026-08-25T20:35:20.647Z[ host-image] Aug 25 20:35:19.363 INFO O| Aug 25 20:35:19.363 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101532026-08-25T20:35:20.647Z[ host-image] Aug 25 20:35:19.363 INFO O| Aug 25 20:35:19.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101542026-08-25T20:35:20.647Z[ host-image] Aug 25 20:35:19.363 INFO O| Aug 25 20:35:19.363 INFO STEP 69 (ensure_dir) COMPLETE
101552026-08-25T20:35:20.647Z[ host-image] Aug 25 20:35:19.363 INFO O| Aug 25 20:35:19.363 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101562026-08-25T20:35:20.651Z[ host-image] Aug 25 20:35:19.369 INFO O| Aug 25 20:35:19.369 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101572026-08-25T20:35:20.653Z[ host-image] Aug 25 20:35:19.369 INFO O| Aug 25 20:35:19.369 INFO copying /tmp/.tmplb0VGG/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101582026-08-25T20:35:20.954Z[ host-image] Aug 25 20:35:19.672 INFO O| Aug 25 20:35:19.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101592026-08-25T20:35:20.954Z[ host-image] Aug 25 20:35:19.672 INFO O| Aug 25 20:35:19.672 INFO ok!
101602026-08-25T20:35:20.954Z[ host-image] Aug 25 20:35:19.672 INFO O| Aug 25 20:35:19.672 INFO STEP 70 (ensure_file) COMPLETE
101612026-08-25T20:35:20.957Z[ host-image] Aug 25 20:35:19.672 INFO O| Aug 25 20:35:19.672 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101622026-08-25T20:35:20.962Z[ host-image] Aug 25 20:35:19.680 INFO O| Aug 25 20:35:19.680 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101632026-08-25T20:35:20.962Z[ host-image] Aug 25 20:35:19.680 INFO O| Aug 25 20:35:19.680 INFO copying /tmp/.tmplb0VGG/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101642026-08-25T20:35:21.496Z[ host-image] Aug 25 20:35:20.213 INFO O| Aug 25 20:35:20.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101652026-08-25T20:35:21.496Z[ host-image] Aug 25 20:35:20.213 INFO O| Aug 25 20:35:20.213 INFO ok!
101662026-08-25T20:35:21.496Z[ host-image] Aug 25 20:35:20.213 INFO O| Aug 25 20:35:20.213 INFO STEP 71 (ensure_file) COMPLETE
101672026-08-25T20:35:21.500Z[ host-image] Aug 25 20:35:20.213 INFO O| Aug 25 20:35:20.213 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101682026-08-25T20:35:21.504Z[ host-image] Aug 25 20:35:20.220 INFO O| Aug 25 20:35:20.220 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101692026-08-25T20:35:21.504Z[ host-image] Aug 25 20:35:20.220 INFO O| Aug 25 20:35:20.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101702026-08-25T20:35:21.504Z[ host-image] Aug 25 20:35:20.220 INFO O| Aug 25 20:35:20.220 INFO STEP 72 (ensure_dir) COMPLETE
101712026-08-25T20:35:21.504Z[ host-image] Aug 25 20:35:20.220 INFO O| Aug 25 20:35:20.220 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101722026-08-25T20:35:21.508Z[ host-image] Aug 25 20:35:20.225 INFO O| Aug 25 20:35:20.225 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101732026-08-25T20:35:21.508Z[ host-image] Aug 25 20:35:20.225 INFO O| Aug 25 20:35:20.225 INFO copying /tmp/.tmplb0VGG/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 ...
101742026-08-25T20:35:21.508Z[ host-image] Aug 25 20:35:20.225 INFO O| Aug 25 20:35:20.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101752026-08-25T20:35:21.508Z[ host-image] Aug 25 20:35:20.225 INFO O| Aug 25 20:35:20.225 INFO ok!
101762026-08-25T20:35:21.508Z[ host-image] Aug 25 20:35:20.225 INFO O| Aug 25 20:35:20.225 INFO STEP 73 (ensure_file) COMPLETE
101772026-08-25T20:35:21.508Z[ host-image] Aug 25 20:35:20.225 INFO O| Aug 25 20:35:20.225 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101782026-08-25T20:35:21.513Z[ host-image] Aug 25 20:35:20.230 INFO O| Aug 25 20:35:20.230 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101792026-08-25T20:35:21.513Z[ host-image] Aug 25 20:35:20.230 INFO O| Aug 25 20:35:20.230 INFO copying /tmp/.tmplb0VGG/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 ...
101802026-08-25T20:35:21.513Z[ host-image] Aug 25 20:35:20.230 INFO O| Aug 25 20:35:20.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101812026-08-25T20:35:21.513Z[ host-image] Aug 25 20:35:20.230 INFO O| Aug 25 20:35:20.230 INFO ok!
101822026-08-25T20:35:21.513Z[ host-image] Aug 25 20:35:20.230 INFO O| Aug 25 20:35:20.230 INFO STEP 74 (ensure_file) COMPLETE
101832026-08-25T20:35:21.513Z[ host-image] Aug 25 20:35:20.230 INFO O| Aug 25 20:35:20.230 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101842026-08-25T20:35:21.517Z[ host-image] Aug 25 20:35:20.236 INFO O| Aug 25 20:35:20.236 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101852026-08-25T20:35:21.522Z[ host-image] Aug 25 20:35:20.236 INFO O| Aug 25 20:35:20.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101862026-08-25T20:35:21.522Z[ host-image] Aug 25 20:35:20.236 INFO O| Aug 25 20:35:20.236 INFO STEP 75 (ensure_dir) COMPLETE
101872026-08-25T20:35:21.522Z[ host-image] Aug 25 20:35:20.236 INFO O| Aug 25 20:35:20.236 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101882026-08-25T20:35:21.526Z[ host-image] Aug 25 20:35:20.243 INFO O| Aug 25 20:35:20.243 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101892026-08-25T20:35:21.526Z[ host-image] Aug 25 20:35:20.243 INFO O| Aug 25 20:35:20.243 INFO copying /tmp/.tmplb0VGG/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 ...
101902026-08-25T20:35:21.526Z[ host-image] Aug 25 20:35:20.243 INFO O| Aug 25 20:35:20.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101912026-08-25T20:35:21.526Z[ host-image] Aug 25 20:35:20.243 INFO O| Aug 25 20:35:20.243 INFO ok!
101922026-08-25T20:35:21.527Z[ host-image] Aug 25 20:35:20.243 INFO O| Aug 25 20:35:20.243 INFO STEP 76 (ensure_file) COMPLETE
101932026-08-25T20:35:21.527Z[ host-image] Aug 25 20:35:20.243 INFO O| Aug 25 20:35:20.243 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101942026-08-25T20:35:21.531Z[ host-image] Aug 25 20:35:20.248 INFO O| Aug 25 20:35:20.248 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101952026-08-25T20:35:21.531Z[ host-image] Aug 25 20:35:20.248 INFO O| Aug 25 20:35:20.248 INFO copying /tmp/.tmplb0VGG/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 ...
101962026-08-25T20:35:21.531Z[ host-image] Aug 25 20:35:20.248 INFO O| Aug 25 20:35:20.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101972026-08-25T20:35:21.531Z[ host-image] Aug 25 20:35:20.248 INFO O| Aug 25 20:35:20.248 INFO ok!
101982026-08-25T20:35:21.531Z[ host-image] Aug 25 20:35:20.248 INFO O| Aug 25 20:35:20.248 INFO STEP 77 (ensure_file) COMPLETE
101992026-08-25T20:35:21.531Z[ host-image] Aug 25 20:35:20.248 INFO O| Aug 25 20:35:20.248 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102002026-08-25T20:35:21.537Z[ host-image] Aug 25 20:35:20.255 INFO O| Aug 25 20:35:20.255 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102012026-08-25T20:35:21.540Z[ host-image] Aug 25 20:35:20.255 INFO O| Aug 25 20:35:20.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102022026-08-25T20:35:21.540Z[ host-image] Aug 25 20:35:20.255 INFO O| Aug 25 20:35:20.255 INFO STEP 78 (ensure_dir) COMPLETE
102032026-08-25T20:35:21.540Z[ host-image] Aug 25 20:35:20.255 INFO O| Aug 25 20:35:20.255 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102042026-08-25T20:35:21.544Z[ host-image] Aug 25 20:35:20.260 INFO O| Aug 25 20:35:20.260 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102052026-08-25T20:35:21.544Z[ host-image] Aug 25 20:35:20.260 INFO O| Aug 25 20:35:20.260 INFO copying /tmp/.tmplb0VGG/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 ...
102062026-08-25T20:35:21.544Z[ host-image] Aug 25 20:35:20.260 INFO O| Aug 25 20:35:20.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102072026-08-25T20:35:21.544Z[ host-image] Aug 25 20:35:20.260 INFO O| Aug 25 20:35:20.260 INFO ok!
102082026-08-25T20:35:21.544Z[ host-image] Aug 25 20:35:20.260 INFO O| Aug 25 20:35:20.260 INFO STEP 79 (ensure_file) COMPLETE
102092026-08-25T20:35:21.544Z[ host-image] Aug 25 20:35:20.260 INFO O| Aug 25 20:35:20.260 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102102026-08-25T20:35:21.549Z[ host-image] Aug 25 20:35:20.267 INFO O| Aug 25 20:35:20.267 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102112026-08-25T20:35:21.549Z[ host-image] Aug 25 20:35:20.267 INFO O| Aug 25 20:35:20.267 INFO copying /tmp/.tmplb0VGG/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102122026-08-25T20:35:21.552Z[ host-image] Aug 25 20:35:20.267 INFO O| Aug 25 20:35:20.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102132026-08-25T20:35:21.552Z[ host-image] Aug 25 20:35:20.267 INFO O| Aug 25 20:35:20.267 INFO ok!
102142026-08-25T20:35:21.552Z[ host-image] Aug 25 20:35:20.267 INFO O| Aug 25 20:35:20.267 INFO STEP 80 (ensure_file) COMPLETE
102152026-08-25T20:35:21.552Z[ host-image] Aug 25 20:35:20.267 INFO O| Aug 25 20:35:20.267 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102162026-08-25T20:35:21.556Z[ host-image] Aug 25 20:35:20.273 INFO O| Aug 25 20:35:20.273 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102172026-08-25T20:35:21.556Z[ host-image] Aug 25 20:35:20.273 INFO O| Aug 25 20:35:20.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102182026-08-25T20:35:21.556Z[ host-image] Aug 25 20:35:20.273 INFO O| Aug 25 20:35:20.273 INFO STEP 81 (ensure_dir) COMPLETE
102192026-08-25T20:35:21.558Z[ host-image] Aug 25 20:35:20.273 INFO O| Aug 25 20:35:20.273 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102202026-08-25T20:35:21.562Z[ host-image] Aug 25 20:35:20.280 INFO O| Aug 25 20:35:20.280 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102212026-08-25T20:35:21.562Z[ host-image] Aug 25 20:35:20.280 INFO O| Aug 25 20:35:20.280 INFO copying /tmp/.tmplb0VGG/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102222026-08-25T20:35:22.069Z[ host-image] Aug 25 20:35:20.786 INFO O| Aug 25 20:35:20.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102232026-08-25T20:35:22.069Z[ host-image] Aug 25 20:35:20.787 INFO O| Aug 25 20:35:20.786 INFO ok!
102242026-08-25T20:35:22.069Z[ host-image] Aug 25 20:35:20.787 INFO O| Aug 25 20:35:20.786 INFO STEP 82 (ensure_file) COMPLETE
102252026-08-25T20:35:22.072Z[ host-image] Aug 25 20:35:20.787 INFO O| Aug 25 20:35:20.786 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102262026-08-25T20:35:22.077Z[ host-image] Aug 25 20:35:20.795 INFO O| Aug 25 20:35:20.795 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102272026-08-25T20:35:22.077Z[ host-image] Aug 25 20:35:20.795 INFO O| Aug 25 20:35:20.795 INFO copying /tmp/.tmplb0VGG/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102282026-08-25T20:35:22.326Z[ host-image] Aug 25 20:35:21.044 INFO O| Aug 25 20:35:21.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102292026-08-25T20:35:22.326Z[ host-image] Aug 25 20:35:21.044 INFO O| Aug 25 20:35:21.044 INFO ok!
102302026-08-25T20:35:22.330Z[ host-image] Aug 25 20:35:21.044 INFO O| Aug 25 20:35:21.044 INFO STEP 83 (ensure_file) COMPLETE
102312026-08-25T20:35:22.330Z[ host-image] Aug 25 20:35:21.044 INFO O| Aug 25 20:35:21.044 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102322026-08-25T20:35:22.334Z[ host-image] Aug 25 20:35:21.051 INFO O| Aug 25 20:35:21.051 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102332026-08-25T20:35:22.334Z[ host-image] Aug 25 20:35:21.051 INFO O| Aug 25 20:35:21.051 INFO copying /tmp/.tmplb0VGG/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102342026-08-25T20:35:23.513Z[ host-image] Aug 25 20:35:22.231 INFO O| Aug 25 20:35:22.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102352026-08-25T20:35:23.513Z[ host-image] Aug 25 20:35:22.232 INFO O| Aug 25 20:35:22.231 INFO ok!
102362026-08-25T20:35:23.514Z[ host-image] Aug 25 20:35:22.232 INFO O| Aug 25 20:35:22.231 INFO STEP 84 (ensure_file) COMPLETE
102372026-08-25T20:35:23.514Z[ host-image] Aug 25 20:35:22.232 INFO O| Aug 25 20:35:22.231 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102382026-08-25T20:35:23.522Z[ host-image] Aug 25 20:35:22.240 INFO O| Aug 25 20:35:22.240 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102392026-08-25T20:35:23.522Z[ host-image] Aug 25 20:35:22.240 INFO O| Aug 25 20:35:22.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102402026-08-25T20:35:23.525Z[ host-image] Aug 25 20:35:22.240 INFO O| Aug 25 20:35:22.240 INFO STEP 85 (ensure_dir) COMPLETE
102412026-08-25T20:35:23.525Z[ host-image] Aug 25 20:35:22.240 INFO O| Aug 25 20:35:22.240 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102422026-08-25T20:35:23.528Z[ host-image] Aug 25 20:35:22.246 INFO O| Aug 25 20:35:22.246 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102432026-08-25T20:35:23.529Z[ host-image] Aug 25 20:35:22.246 INFO O| Aug 25 20:35:22.246 INFO copying /tmp/.tmplb0VGG/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 ...
102442026-08-25T20:35:23.529Z[ host-image] Aug 25 20:35:22.246 INFO O| Aug 25 20:35:22.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102452026-08-25T20:35:23.529Z[ host-image] Aug 25 20:35:22.246 INFO O| Aug 25 20:35:22.246 INFO ok!
102462026-08-25T20:35:23.529Z[ host-image] Aug 25 20:35:22.246 INFO O| Aug 25 20:35:22.246 INFO STEP 86 (ensure_file) COMPLETE
102472026-08-25T20:35:23.529Z[ host-image] Aug 25 20:35:22.246 INFO O| Aug 25 20:35:22.246 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102482026-08-25T20:35:23.534Z[ host-image] Aug 25 20:35:22.253 INFO O| Aug 25 20:35:22.252 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102492026-08-25T20:35:23.534Z[ host-image] Aug 25 20:35:22.253 INFO O| Aug 25 20:35:22.253 INFO copying /tmp/.tmplb0VGG/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 ...
102502026-08-25T20:35:23.539Z[ host-image] Aug 25 20:35:22.253 INFO O| Aug 25 20:35:22.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102512026-08-25T20:35:23.539Z[ host-image] Aug 25 20:35:22.253 INFO O| Aug 25 20:35:22.253 INFO ok!
102522026-08-25T20:35:23.539Z[ host-image] Aug 25 20:35:22.253 INFO O| Aug 25 20:35:22.253 INFO STEP 87 (ensure_file) COMPLETE
102532026-08-25T20:35:23.539Z[ host-image] Aug 25 20:35:22.253 INFO O| Aug 25 20:35:22.253 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102542026-08-25T20:35:23.543Z[ host-image] Aug 25 20:35:22.260 INFO O| Aug 25 20:35:22.260 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102552026-08-25T20:35:23.543Z[ host-image] Aug 25 20:35:22.260 INFO O| Aug 25 20:35:22.260 INFO copying /tmp/.tmplb0VGG/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102562026-08-25T20:35:23.543Z[ host-image] Aug 25 20:35:22.260 INFO O| Aug 25 20:35:22.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102572026-08-25T20:35:23.543Z[ host-image] Aug 25 20:35:22.260 INFO O| Aug 25 20:35:22.260 INFO ok!
102582026-08-25T20:35:23.543Z[ host-image] Aug 25 20:35:22.260 INFO O| Aug 25 20:35:22.260 INFO STEP 88 (ensure_file) COMPLETE
102592026-08-25T20:35:23.543Z[ host-image] Aug 25 20:35:22.260 INFO O| Aug 25 20:35:22.260 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102602026-08-25T20:35:23.549Z[ host-image] Aug 25 20:35:22.267 INFO O| Aug 25 20:35:22.267 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102612026-08-25T20:35:23.549Z[ host-image] Aug 25 20:35:22.267 INFO O| Aug 25 20:35:22.267 INFO copying /tmp/.tmplb0VGG/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102622026-08-25T20:35:23.552Z[ host-image] Aug 25 20:35:22.267 INFO O| Aug 25 20:35:22.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102632026-08-25T20:35:23.552Z[ host-image] Aug 25 20:35:22.267 INFO O| Aug 25 20:35:22.267 INFO ok!
102642026-08-25T20:35:23.552Z[ host-image] Aug 25 20:35:22.267 INFO O| Aug 25 20:35:22.267 INFO STEP 89 (ensure_file) COMPLETE
102652026-08-25T20:35:23.552Z[ host-image] Aug 25 20:35:22.267 INFO O| Aug 25 20:35:22.267 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102662026-08-25T20:35:23.556Z[ host-image] Aug 25 20:35:22.273 INFO O| Aug 25 20:35:22.273 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102672026-08-25T20:35:23.556Z[ host-image] Aug 25 20:35:22.273 INFO O| Aug 25 20:35:22.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102682026-08-25T20:35:23.556Z[ host-image] Aug 25 20:35:22.273 INFO O| Aug 25 20:35:22.273 INFO STEP 90 (ensure_dir) COMPLETE
102692026-08-25T20:35:23.556Z[ host-image] Aug 25 20:35:22.273 INFO O| Aug 25 20:35:22.273 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102702026-08-25T20:35:23.562Z[ host-image] Aug 25 20:35:22.280 INFO O| Aug 25 20:35:22.280 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102712026-08-25T20:35:23.562Z[ host-image] Aug 25 20:35:22.280 INFO O| Aug 25 20:35:22.280 INFO copying /tmp/.tmplb0VGG/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102722026-08-25T20:35:23.691Z[ host-image] Aug 25 20:35:22.409 INFO O| Aug 25 20:35:22.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102732026-08-25T20:35:23.691Z[ host-image] Aug 25 20:35:22.409 INFO O| Aug 25 20:35:22.409 INFO ok!
102742026-08-25T20:35:23.695Z[ host-image] Aug 25 20:35:22.409 INFO O| Aug 25 20:35:22.409 INFO STEP 91 (ensure_file) COMPLETE
102752026-08-25T20:35:23.695Z[ host-image] Aug 25 20:35:22.409 INFO O| Aug 25 20:35:22.409 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102762026-08-25T20:35:23.699Z[ host-image] Aug 25 20:35:22.416 INFO O| Aug 25 20:35:22.416 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102772026-08-25T20:35:23.699Z[ host-image] Aug 25 20:35:22.416 INFO O| Aug 25 20:35:22.416 INFO copying /tmp/.tmplb0VGG/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102782026-08-25T20:35:23.699Z[ host-image] Aug 25 20:35:22.416 INFO O| Aug 25 20:35:22.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102792026-08-25T20:35:23.699Z[ host-image] Aug 25 20:35:22.416 INFO O| Aug 25 20:35:22.416 INFO ok!
102802026-08-25T20:35:23.700Z[ host-image] Aug 25 20:35:22.416 INFO O| Aug 25 20:35:22.416 INFO STEP 92 (ensure_file) COMPLETE
102812026-08-25T20:35:23.700Z[ host-image] Aug 25 20:35:22.416 INFO O| Aug 25 20:35:22.416 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102822026-08-25T20:35:23.707Z[ host-image] Aug 25 20:35:22.424 INFO O| Aug 25 20:35:22.424 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102832026-08-25T20:35:23.707Z[ host-image] Aug 25 20:35:22.424 INFO O| Aug 25 20:35:22.424 INFO copying /tmp/.tmplb0VGG/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102842026-08-25T20:35:23.975Z[ host-image] Aug 25 20:35:22.672 INFO O| Aug 25 20:35:22.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102852026-08-25T20:35:23.975Z[ host-image] Aug 25 20:35:22.672 INFO O| Aug 25 20:35:22.672 INFO ok!
102862026-08-25T20:35:23.975Z[ host-image] Aug 25 20:35:22.672 INFO O| Aug 25 20:35:22.672 INFO STEP 93 (ensure_file) COMPLETE
102872026-08-25T20:35:23.979Z[ host-image] Aug 25 20:35:22.672 INFO O| Aug 25 20:35:22.672 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102882026-08-25T20:35:23.979Z[ host-image] Aug 25 20:35:22.680 INFO O| Aug 25 20:35:22.679 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102892026-08-25T20:35:23.979Z[ host-image] Aug 25 20:35:22.680 INFO O| Aug 25 20:35:22.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102902026-08-25T20:35:23.980Z[ host-image] Aug 25 20:35:22.680 INFO O| Aug 25 20:35:22.680 INFO STEP 94 (ensure_dir) COMPLETE
102912026-08-25T20:35:23.980Z[ host-image] Aug 25 20:35:22.680 INFO O| Aug 25 20:35:22.680 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102922026-08-25T20:35:23.980Z[ host-image] Aug 25 20:35:22.686 INFO O| Aug 25 20:35:22.686 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102932026-08-25T20:35:23.980Z[ host-image] Aug 25 20:35:22.686 INFO O| Aug 25 20:35:22.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102942026-08-25T20:35:23.980Z[ host-image] Aug 25 20:35:22.686 INFO O| Aug 25 20:35:22.686 INFO STEP 95 (ensure_dir) COMPLETE
102952026-08-25T20:35:23.980Z[ host-image] Aug 25 20:35:22.686 INFO O| Aug 25 20:35:22.686 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102962026-08-25T20:35:23.980Z[ host-image] Aug 25 20:35:22.691 INFO O| Aug 25 20:35:22.691 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102972026-08-25T20:35:23.980Z[ host-image] Aug 25 20:35:22.691 INFO O| Aug 25 20:35:22.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102982026-08-25T20:35:23.980Z[ host-image] Aug 25 20:35:22.691 INFO O| Aug 25 20:35:22.691 INFO STEP 96 (ensure_dir) COMPLETE
102992026-08-25T20:35:23.980Z[ host-image] Aug 25 20:35:22.691 INFO O| Aug 25 20:35:22.691 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103002026-08-25T20:35:23.988Z[ host-image] Aug 25 20:35:22.699 INFO O| Aug 25 20:35:22.699 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103012026-08-25T20:35:23.988Z[ host-image] Aug 25 20:35:22.699 INFO O| Aug 25 20:35:22.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103022026-08-25T20:35:23.988Z[ host-image] Aug 25 20:35:22.699 INFO O| Aug 25 20:35:22.699 INFO STEP 97 (ensure_dir) COMPLETE
103032026-08-25T20:35:23.988Z[ host-image] Aug 25 20:35:22.699 INFO O| Aug 25 20:35:22.699 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103042026-08-25T20:35:23.988Z[ host-image] Aug 25 20:35:22.705 INFO O| Aug 25 20:35:22.705 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103052026-08-25T20:35:23.989Z[ host-image] Aug 25 20:35:22.705 INFO O| Aug 25 20:35:22.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103062026-08-25T20:35:23.989Z[ host-image] Aug 25 20:35:22.705 INFO O| Aug 25 20:35:22.705 INFO STEP 98 (ensure_dir) COMPLETE
103072026-08-25T20:35:23.989Z[ host-image] Aug 25 20:35:22.705 INFO O| Aug 25 20:35:22.705 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103082026-08-25T20:35:23.993Z[ host-image] Aug 25 20:35:22.711 INFO O| Aug 25 20:35:22.711 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103092026-08-25T20:35:23.993Z[ host-image] Aug 25 20:35:22.711 INFO O| Aug 25 20:35:22.711 INFO copying /tmp/.tmplb0VGG/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 ...
103102026-08-25T20:35:23.993Z[ host-image] Aug 25 20:35:22.711 INFO O| Aug 25 20:35:22.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103112026-08-25T20:35:23.993Z[ host-image] Aug 25 20:35:22.711 INFO O| Aug 25 20:35:22.711 INFO ok!
103122026-08-25T20:35:23.995Z[ host-image] Aug 25 20:35:22.711 INFO O| Aug 25 20:35:22.711 INFO STEP 99 (ensure_file) COMPLETE
103132026-08-25T20:35:23.995Z[ host-image] Aug 25 20:35:22.711 INFO O| Aug 25 20:35:22.711 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103142026-08-25T20:35:23.999Z[ host-image] Aug 25 20:35:22.717 INFO O| Aug 25 20:35:22.717 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103152026-08-25T20:35:24.008Z[ host-image] Aug 25 20:35:22.717 INFO O| Aug 25 20:35:22.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103162026-08-25T20:35:24.008Z[ host-image] Aug 25 20:35:22.717 INFO O| Aug 25 20:35:22.717 INFO STEP 100 (ensure_dir) COMPLETE
103172026-08-25T20:35:24.008Z[ host-image] Aug 25 20:35:22.717 INFO O| Aug 25 20:35:22.717 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103182026-08-25T20:35:24.012Z[ host-image] Aug 25 20:35:22.723 INFO O| Aug 25 20:35:22.723 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103192026-08-25T20:35:24.012Z[ host-image] Aug 25 20:35:22.723 INFO O| Aug 25 20:35:22.723 INFO copying /tmp/.tmplb0VGG/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103202026-08-25T20:35:24.016Z[ host-image] Aug 25 20:35:22.732 INFO O| Aug 25 20:35:22.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103212026-08-25T20:35:24.016Z[ host-image] Aug 25 20:35:22.732 INFO O| Aug 25 20:35:22.732 INFO ok!
103222026-08-25T20:35:24.016Z[ host-image] Aug 25 20:35:22.732 INFO O| Aug 25 20:35:22.732 INFO STEP 101 (ensure_file) COMPLETE
103232026-08-25T20:35:24.016Z[ host-image] Aug 25 20:35:22.732 INFO O| Aug 25 20:35:22.732 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242026-08-25T20:35:24.020Z[ host-image] Aug 25 20:35:22.738 INFO O| Aug 25 20:35:22.738 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103252026-08-25T20:35:24.024Z[ host-image] Aug 25 20:35:22.738 INFO O| Aug 25 20:35:22.738 INFO copying /tmp/.tmplb0VGG/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103262026-08-25T20:35:24.024Z[ host-image] Aug 25 20:35:22.738 INFO O| Aug 25 20:35:22.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103272026-08-25T20:35:24.024Z[ host-image] Aug 25 20:35:22.738 INFO O| Aug 25 20:35:22.738 INFO ok!
103282026-08-25T20:35:24.024Z[ host-image] Aug 25 20:35:22.738 INFO O| Aug 25 20:35:22.738 INFO STEP 102 (ensure_file) COMPLETE
103292026-08-25T20:35:24.024Z[ host-image] Aug 25 20:35:22.738 INFO O| Aug 25 20:35:22.738 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103302026-08-25T20:35:24.027Z[ host-image] Aug 25 20:35:22.744 INFO O| Aug 25 20:35:22.744 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103312026-08-25T20:35:24.027Z[ host-image] Aug 25 20:35:22.744 INFO O| Aug 25 20:35:22.744 INFO copying /tmp/.tmplb0VGG/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103322026-08-25T20:35:24.274Z[ host-image] Aug 25 20:35:22.992 INFO O| Aug 25 20:35:22.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103332026-08-25T20:35:24.274Z[ host-image] Aug 25 20:35:22.992 INFO O| Aug 25 20:35:22.992 INFO ok!
103342026-08-25T20:35:24.277Z[ host-image] Aug 25 20:35:22.992 INFO O| Aug 25 20:35:22.992 INFO STEP 103 (ensure_file) COMPLETE
103352026-08-25T20:35:24.277Z[ host-image] Aug 25 20:35:22.992 INFO O| Aug 25 20:35:22.992 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103362026-08-25T20:35:24.280Z[ host-image] Aug 25 20:35:22.999 INFO O| Aug 25 20:35:22.999 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103372026-08-25T20:35:24.281Z[ host-image] Aug 25 20:35:22.999 INFO O| Aug 25 20:35:22.999 INFO copying /tmp/.tmplb0VGG/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103382026-08-25T20:35:24.287Z[ host-image] Aug 25 20:35:22.999 INFO O| Aug 25 20:35:22.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103392026-08-25T20:35:24.287Z[ host-image] Aug 25 20:35:22.999 INFO O| Aug 25 20:35:22.999 INFO ok!
103402026-08-25T20:35:24.287Z[ host-image] Aug 25 20:35:22.999 INFO O| Aug 25 20:35:22.999 INFO STEP 104 (ensure_file) COMPLETE
103412026-08-25T20:35:24.287Z[ host-image] Aug 25 20:35:22.999 INFO O| Aug 25 20:35:22.999 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103422026-08-25T20:35:24.292Z[ host-image] Aug 25 20:35:23.006 INFO O| Aug 25 20:35:23.006 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103432026-08-25T20:35:24.292Z[ host-image] Aug 25 20:35:23.006 INFO O| Aug 25 20:35:23.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103442026-08-25T20:35:24.292Z[ host-image] Aug 25 20:35:23.006 INFO O| Aug 25 20:35:23.006 INFO STEP 105 (ensure_dir) COMPLETE
103452026-08-25T20:35:24.292Z[ host-image] Aug 25 20:35:23.006 INFO O| Aug 25 20:35:23.006 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103462026-08-25T20:35:24.297Z[ host-image] Aug 25 20:35:23.015 INFO O| Aug 25 20:35:23.015 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103472026-08-25T20:35:24.297Z[ host-image] Aug 25 20:35:23.015 INFO O| Aug 25 20:35:23.015 INFO copying /tmp/.tmplb0VGG/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 ...
103482026-08-25T20:35:24.564Z[ host-image] Aug 25 20:35:23.282 INFO O| Aug 25 20:35:23.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103492026-08-25T20:35:24.564Z[ host-image] Aug 25 20:35:23.282 INFO O| Aug 25 20:35:23.282 INFO ok!
103502026-08-25T20:35:24.567Z[ host-image] Aug 25 20:35:23.282 INFO O| Aug 25 20:35:23.282 INFO STEP 106 (ensure_file) COMPLETE
103512026-08-25T20:35:24.567Z[ host-image] Aug 25 20:35:23.282 INFO O| Aug 25 20:35:23.282 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103522026-08-25T20:35:24.572Z[ host-image] Aug 25 20:35:23.290 INFO O| Aug 25 20:35:23.290 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103532026-08-25T20:35:24.572Z[ host-image] Aug 25 20:35:23.290 INFO O| Aug 25 20:35:23.290 INFO copying /tmp/.tmplb0VGG/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 ...
103542026-08-25T20:35:24.572Z[ host-image] Aug 25 20:35:23.290 INFO O| Aug 25 20:35:23.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103552026-08-25T20:35:24.572Z[ host-image] Aug 25 20:35:23.290 INFO O| Aug 25 20:35:23.290 INFO ok!
103562026-08-25T20:35:24.572Z[ host-image] Aug 25 20:35:23.290 INFO O| Aug 25 20:35:23.290 INFO STEP 107 (ensure_file) COMPLETE
103572026-08-25T20:35:24.572Z[ host-image] Aug 25 20:35:23.290 INFO O| Aug 25 20:35:23.290 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-08-25T20:35:24.578Z[ host-image] Aug 25 20:35:23.296 INFO O| Aug 25 20:35:23.296 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103592026-08-25T20:35:24.578Z[ host-image] Aug 25 20:35:23.296 INFO O| Aug 25 20:35:23.296 INFO copying /tmp/.tmplb0VGG/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 ...
103602026-08-25T20:35:24.578Z[ host-image] Aug 25 20:35:23.296 INFO O| Aug 25 20:35:23.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103612026-08-25T20:35:24.578Z[ host-image] Aug 25 20:35:23.296 INFO O| Aug 25 20:35:23.296 INFO ok!
103622026-08-25T20:35:24.578Z[ host-image] Aug 25 20:35:23.296 INFO O| Aug 25 20:35:23.296 INFO STEP 108 (ensure_file) COMPLETE
103632026-08-25T20:35:24.578Z[ host-image] Aug 25 20:35:23.296 INFO O| Aug 25 20:35:23.296 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-08-25T20:35:24.583Z[ host-image] Aug 25 20:35:23.301 INFO O| Aug 25 20:35:23.301 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103652026-08-25T20:35:24.583Z[ host-image] Aug 25 20:35:23.301 INFO O| Aug 25 20:35:23.301 INFO copying /tmp/.tmplb0VGG/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 ...
103662026-08-25T20:35:24.587Z[ host-image] Aug 25 20:35:23.301 INFO O| Aug 25 20:35:23.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103672026-08-25T20:35:24.587Z[ host-image] Aug 25 20:35:23.301 INFO O| Aug 25 20:35:23.301 INFO ok!
103682026-08-25T20:35:24.587Z[ host-image] Aug 25 20:35:23.301 INFO O| Aug 25 20:35:23.301 INFO STEP 109 (ensure_file) COMPLETE
103692026-08-25T20:35:24.587Z[ host-image] Aug 25 20:35:23.301 INFO O| Aug 25 20:35:23.301 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103702026-08-25T20:35:24.590Z[ host-image] Aug 25 20:35:23.307 INFO O| Aug 25 20:35:23.307 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103712026-08-25T20:35:24.590Z[ host-image] Aug 25 20:35:23.307 INFO O| Aug 25 20:35:23.307 INFO copying /tmp/.tmplb0VGG/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 ...
103722026-08-25T20:35:24.591Z[ host-image] Aug 25 20:35:23.307 INFO O| Aug 25 20:35:23.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103732026-08-25T20:35:24.591Z[ host-image] Aug 25 20:35:23.307 INFO O| Aug 25 20:35:23.307 INFO ok!
103742026-08-25T20:35:24.591Z[ host-image] Aug 25 20:35:23.307 INFO O| Aug 25 20:35:23.307 INFO STEP 110 (ensure_file) COMPLETE
103752026-08-25T20:35:24.591Z[ host-image] Aug 25 20:35:23.307 INFO O| Aug 25 20:35:23.307 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-08-25T20:35:24.596Z[ host-image] Aug 25 20:35:23.314 INFO O| Aug 25 20:35:23.314 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103772026-08-25T20:35:24.596Z[ host-image] Aug 25 20:35:23.314 INFO O| Aug 25 20:35:23.314 INFO copying /tmp/.tmplb0VGG/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 ...
103782026-08-25T20:35:24.604Z[ host-image] Aug 25 20:35:23.314 INFO O| Aug 25 20:35:23.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103792026-08-25T20:35:24.605Z[ host-image] Aug 25 20:35:23.314 INFO O| Aug 25 20:35:23.314 INFO ok!
103802026-08-25T20:35:24.605Z[ host-image] Aug 25 20:35:23.314 INFO O| Aug 25 20:35:23.314 INFO STEP 111 (ensure_file) COMPLETE
103812026-08-25T20:35:24.605Z[ host-image] Aug 25 20:35:23.314 INFO O| Aug 25 20:35:23.314 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103822026-08-25T20:35:24.605Z[ host-image] Aug 25 20:35:23.320 INFO O| Aug 25 20:35:23.320 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103832026-08-25T20:35:24.606Z[ host-image] Aug 25 20:35:23.320 INFO O| Aug 25 20:35:23.320 INFO copying /tmp/.tmplb0VGG/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 ...
103842026-08-25T20:35:24.606Z[ host-image] Aug 25 20:35:23.320 INFO O| Aug 25 20:35:23.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103852026-08-25T20:35:24.606Z[ host-image] Aug 25 20:35:23.320 INFO O| Aug 25 20:35:23.320 INFO ok!
103862026-08-25T20:35:24.606Z[ host-image] Aug 25 20:35:23.320 INFO O| Aug 25 20:35:23.320 INFO STEP 112 (ensure_file) COMPLETE
103872026-08-25T20:35:24.606Z[ host-image] Aug 25 20:35:23.320 INFO O| Aug 25 20:35:23.320 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103882026-08-25T20:35:24.609Z[ host-image] Aug 25 20:35:23.326 INFO O| Aug 25 20:35:23.326 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103892026-08-25T20:35:24.609Z[ host-image] Aug 25 20:35:23.326 INFO O| Aug 25 20:35:23.326 INFO copying /tmp/.tmplb0VGG/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103902026-08-25T20:35:24.609Z[ host-image] Aug 25 20:35:23.326 INFO O| Aug 25 20:35:23.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103912026-08-25T20:35:24.610Z[ host-image] Aug 25 20:35:23.326 INFO O| Aug 25 20:35:23.326 INFO ok!
103922026-08-25T20:35:24.610Z[ host-image] Aug 25 20:35:23.326 INFO O| Aug 25 20:35:23.326 INFO STEP 113 (ensure_file) COMPLETE
103932026-08-25T20:35:24.610Z[ host-image] Aug 25 20:35:23.326 INFO O| Aug 25 20:35:23.326 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103942026-08-25T20:35:24.614Z[ host-image] Aug 25 20:35:23.332 INFO O| Aug 25 20:35:23.332 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103952026-08-25T20:35:24.614Z[ host-image] Aug 25 20:35:23.332 INFO O| Aug 25 20:35:23.332 INFO copying /tmp/.tmplb0VGG/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 ...
103962026-08-25T20:35:24.621Z[ host-image] Aug 25 20:35:23.332 INFO O| Aug 25 20:35:23.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103972026-08-25T20:35:24.621Z[ host-image] Aug 25 20:35:23.332 INFO O| Aug 25 20:35:23.332 INFO ok!
103982026-08-25T20:35:24.621Z[ host-image] Aug 25 20:35:23.332 INFO O| Aug 25 20:35:23.332 INFO STEP 114 (ensure_file) COMPLETE
103992026-08-25T20:35:24.621Z[ host-image] Aug 25 20:35:23.332 INFO O| Aug 25 20:35:23.332 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104002026-08-25T20:35:24.625Z[ host-image] Aug 25 20:35:23.338 INFO O| Aug 25 20:35:23.338 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104012026-08-25T20:35:24.625Z[ host-image] Aug 25 20:35:23.338 INFO O| Aug 25 20:35:23.338 INFO copying /tmp/.tmplb0VGG/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 ...
104022026-08-25T20:35:24.625Z[ host-image] Aug 25 20:35:23.338 INFO O| Aug 25 20:35:23.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104032026-08-25T20:35:24.625Z[ host-image] Aug 25 20:35:23.338 INFO O| Aug 25 20:35:23.338 INFO ok!
104042026-08-25T20:35:24.625Z[ host-image] Aug 25 20:35:23.338 INFO O| Aug 25 20:35:23.338 INFO STEP 115 (ensure_file) COMPLETE
104052026-08-25T20:35:24.625Z[ host-image] Aug 25 20:35:23.338 INFO O| Aug 25 20:35:23.338 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104062026-08-25T20:35:24.629Z[ host-image] Aug 25 20:35:23.344 INFO O| Aug 25 20:35:23.344 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104072026-08-25T20:35:24.629Z[ host-image] Aug 25 20:35:23.344 INFO O| Aug 25 20:35:23.344 INFO copying /tmp/.tmplb0VGG/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 ...
104082026-08-25T20:35:24.629Z[ host-image] Aug 25 20:35:23.344 INFO O| Aug 25 20:35:23.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104092026-08-25T20:35:24.629Z[ host-image] Aug 25 20:35:23.344 INFO O| Aug 25 20:35:23.344 INFO ok!
104102026-08-25T20:35:24.630Z[ host-image] Aug 25 20:35:23.344 INFO O| Aug 25 20:35:23.344 INFO STEP 116 (ensure_file) COMPLETE
104112026-08-25T20:35:24.630Z[ host-image] Aug 25 20:35:23.344 INFO O| Aug 25 20:35:23.344 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104122026-08-25T20:35:24.633Z[ host-image] Aug 25 20:35:23.350 INFO O| Aug 25 20:35:23.350 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104132026-08-25T20:35:24.633Z[ host-image] Aug 25 20:35:23.350 INFO O| Aug 25 20:35:23.350 INFO copying /tmp/.tmplb0VGG/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104142026-08-25T20:35:24.633Z[ host-image] Aug 25 20:35:23.350 INFO O| Aug 25 20:35:23.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104152026-08-25T20:35:24.633Z[ host-image] Aug 25 20:35:23.350 INFO O| Aug 25 20:35:23.350 INFO ok!
104162026-08-25T20:35:24.633Z[ host-image] Aug 25 20:35:23.350 INFO O| Aug 25 20:35:23.350 INFO STEP 117 (ensure_file) COMPLETE
104172026-08-25T20:35:24.633Z[ host-image] Aug 25 20:35:23.350 INFO O| Aug 25 20:35:23.350 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104182026-08-25T20:35:24.638Z[ host-image] Aug 25 20:35:23.356 INFO O| Aug 25 20:35:23.356 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104192026-08-25T20:35:24.638Z[ host-image] Aug 25 20:35:23.356 INFO O| Aug 25 20:35:23.356 INFO copying /tmp/.tmplb0VGG/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 ...
104202026-08-25T20:35:24.641Z[ host-image] Aug 25 20:35:23.356 INFO O| Aug 25 20:35:23.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104212026-08-25T20:35:24.642Z[ host-image] Aug 25 20:35:23.356 INFO O| Aug 25 20:35:23.356 INFO ok!
104222026-08-25T20:35:24.642Z[ host-image] Aug 25 20:35:23.356 INFO O| Aug 25 20:35:23.356 INFO STEP 118 (ensure_file) COMPLETE
104232026-08-25T20:35:24.642Z[ host-image] Aug 25 20:35:23.356 INFO O| Aug 25 20:35:23.356 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104242026-08-25T20:35:24.645Z[ host-image] Aug 25 20:35:23.362 INFO O| Aug 25 20:35:23.362 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104252026-08-25T20:35:24.645Z[ host-image] Aug 25 20:35:23.362 INFO O| Aug 25 20:35:23.362 INFO copying /tmp/.tmplb0VGG/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 ...
104262026-08-25T20:35:24.646Z[ host-image] Aug 25 20:35:23.362 INFO O| Aug 25 20:35:23.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104272026-08-25T20:35:24.646Z[ host-image] Aug 25 20:35:23.362 INFO O| Aug 25 20:35:23.362 INFO ok!
104282026-08-25T20:35:24.646Z[ host-image] Aug 25 20:35:23.362 INFO O| Aug 25 20:35:23.362 INFO STEP 119 (ensure_file) COMPLETE
104292026-08-25T20:35:24.646Z[ host-image] Aug 25 20:35:23.362 INFO O| Aug 25 20:35:23.362 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104302026-08-25T20:35:24.649Z[ host-image] Aug 25 20:35:23.368 INFO O| Aug 25 20:35:23.367 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104312026-08-25T20:35:24.649Z[ host-image] Aug 25 20:35:23.368 INFO O| Aug 25 20:35:23.368 INFO copying /tmp/.tmplb0VGG/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 ...
104322026-08-25T20:35:24.649Z[ host-image] Aug 25 20:35:23.368 INFO O| Aug 25 20:35:23.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104332026-08-25T20:35:24.652Z[ host-image] Aug 25 20:35:23.368 INFO O| Aug 25 20:35:23.368 INFO ok!
104342026-08-25T20:35:24.652Z[ host-image] Aug 25 20:35:23.368 INFO O| Aug 25 20:35:23.368 INFO STEP 120 (ensure_file) COMPLETE
104352026-08-25T20:35:24.653Z[ host-image] Aug 25 20:35:23.368 INFO O| Aug 25 20:35:23.368 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104362026-08-25T20:35:24.655Z[ host-image] Aug 25 20:35:23.373 INFO O| Aug 25 20:35:23.373 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104372026-08-25T20:35:24.655Z[ host-image] Aug 25 20:35:23.373 INFO O| Aug 25 20:35:23.373 INFO copying /tmp/.tmplb0VGG/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 ...
104382026-08-25T20:35:24.656Z[ host-image] Aug 25 20:35:23.373 INFO O| Aug 25 20:35:23.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104392026-08-25T20:35:24.657Z[ host-image] Aug 25 20:35:23.373 INFO O| Aug 25 20:35:23.373 INFO ok!
104402026-08-25T20:35:24.657Z[ host-image] Aug 25 20:35:23.373 INFO O| Aug 25 20:35:23.373 INFO STEP 121 (ensure_file) COMPLETE
104412026-08-25T20:35:24.657Z[ host-image] Aug 25 20:35:23.373 INFO O| Aug 25 20:35:23.373 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104422026-08-25T20:35:24.661Z[ host-image] Aug 25 20:35:23.379 INFO O| Aug 25 20:35:23.379 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104432026-08-25T20:35:24.664Z[ host-image] Aug 25 20:35:23.379 INFO O| Aug 25 20:35:23.379 INFO copying /tmp/.tmplb0VGG/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 ...
104442026-08-25T20:35:24.664Z[ host-image] Aug 25 20:35:23.379 INFO O| Aug 25 20:35:23.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104452026-08-25T20:35:24.664Z[ host-image] Aug 25 20:35:23.379 INFO O| Aug 25 20:35:23.379 INFO ok!
104462026-08-25T20:35:24.664Z[ host-image] Aug 25 20:35:23.379 INFO O| Aug 25 20:35:23.379 INFO STEP 122 (ensure_file) COMPLETE
104472026-08-25T20:35:24.665Z[ host-image] Aug 25 20:35:23.379 INFO O| Aug 25 20:35:23.379 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104482026-08-25T20:35:24.668Z[ host-image] Aug 25 20:35:23.386 INFO O| Aug 25 20:35:23.386 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104492026-08-25T20:35:24.668Z[ host-image] Aug 25 20:35:23.386 INFO O| Aug 25 20:35:23.386 INFO copying /tmp/.tmplb0VGG/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 ...
104502026-08-25T20:35:24.668Z[ host-image] Aug 25 20:35:23.386 INFO O| Aug 25 20:35:23.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104512026-08-25T20:35:24.668Z[ host-image] Aug 25 20:35:23.386 INFO O| Aug 25 20:35:23.386 INFO ok!
104522026-08-25T20:35:24.668Z[ host-image] Aug 25 20:35:23.386 INFO O| Aug 25 20:35:23.386 INFO STEP 123 (ensure_file) COMPLETE
104532026-08-25T20:35:24.668Z[ host-image] Aug 25 20:35:23.386 INFO O| Aug 25 20:35:23.386 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104542026-08-25T20:35:24.673Z[ host-image] Aug 25 20:35:23.392 INFO O| Aug 25 20:35:23.392 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104552026-08-25T20:35:24.674Z[ host-image] Aug 25 20:35:23.392 INFO O| Aug 25 20:35:23.392 INFO copying /tmp/.tmplb0VGG/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 ...
104562026-08-25T20:35:24.676Z[ host-image] Aug 25 20:35:23.392 INFO O| Aug 25 20:35:23.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104572026-08-25T20:35:24.676Z[ host-image] Aug 25 20:35:23.392 INFO O| Aug 25 20:35:23.392 INFO ok!
104582026-08-25T20:35:24.676Z[ host-image] Aug 25 20:35:23.392 INFO O| Aug 25 20:35:23.392 INFO STEP 124 (ensure_file) COMPLETE
104592026-08-25T20:35:24.676Z[ host-image] Aug 25 20:35:23.392 INFO O| Aug 25 20:35:23.392 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104602026-08-25T20:35:24.679Z[ host-image] Aug 25 20:35:23.397 INFO O| Aug 25 20:35:23.397 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104612026-08-25T20:35:24.679Z[ host-image] Aug 25 20:35:23.397 INFO O| Aug 25 20:35:23.397 INFO copying /tmp/.tmplb0VGG/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 ...
104622026-08-25T20:35:24.679Z[ host-image] Aug 25 20:35:23.397 INFO O| Aug 25 20:35:23.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104632026-08-25T20:35:24.679Z[ host-image] Aug 25 20:35:23.397 INFO O| Aug 25 20:35:23.397 INFO ok!
104642026-08-25T20:35:24.680Z[ host-image] Aug 25 20:35:23.397 INFO O| Aug 25 20:35:23.397 INFO STEP 125 (ensure_file) COMPLETE
104652026-08-25T20:35:24.680Z[ host-image] Aug 25 20:35:23.397 INFO O| Aug 25 20:35:23.397 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104662026-08-25T20:35:24.685Z[ host-image] Aug 25 20:35:23.403 INFO O| Aug 25 20:35:23.403 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104672026-08-25T20:35:24.685Z[ host-image] Aug 25 20:35:23.403 INFO O| Aug 25 20:35:23.403 INFO copying /tmp/.tmplb0VGG/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 ...
104682026-08-25T20:35:24.686Z[ host-image] Aug 25 20:35:23.403 INFO O| Aug 25 20:35:23.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104692026-08-25T20:35:24.689Z[ host-image] Aug 25 20:35:23.403 INFO O| Aug 25 20:35:23.403 INFO ok!
104702026-08-25T20:35:24.689Z[ host-image] Aug 25 20:35:23.403 INFO O| Aug 25 20:35:23.403 INFO STEP 126 (ensure_file) COMPLETE
104712026-08-25T20:35:24.689Z[ host-image] Aug 25 20:35:23.403 INFO O| Aug 25 20:35:23.403 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104722026-08-25T20:35:24.692Z[ host-image] Aug 25 20:35:23.409 INFO O| Aug 25 20:35:23.409 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104732026-08-25T20:35:24.692Z[ host-image] Aug 25 20:35:23.409 INFO O| Aug 25 20:35:23.409 INFO copying /tmp/.tmplb0VGG/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 ...
104742026-08-25T20:35:24.692Z[ host-image] Aug 25 20:35:23.409 INFO O| Aug 25 20:35:23.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104752026-08-25T20:35:24.692Z[ host-image] Aug 25 20:35:23.409 INFO O| Aug 25 20:35:23.409 INFO ok!
104762026-08-25T20:35:24.692Z[ host-image] Aug 25 20:35:23.409 INFO O| Aug 25 20:35:23.409 INFO STEP 127 (ensure_file) COMPLETE
104772026-08-25T20:35:24.692Z[ host-image] Aug 25 20:35:23.409 INFO O| Aug 25 20:35:23.409 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104782026-08-25T20:35:24.697Z[ host-image] Aug 25 20:35:23.416 INFO O| Aug 25 20:35:23.416 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104792026-08-25T20:35:24.697Z[ host-image] Aug 25 20:35:23.416 INFO O| Aug 25 20:35:23.416 INFO copying /tmp/.tmplb0VGG/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 ...
104802026-08-25T20:35:24.697Z[ host-image] Aug 25 20:35:23.416 INFO O| Aug 25 20:35:23.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104812026-08-25T20:35:24.700Z[ host-image] Aug 25 20:35:23.416 INFO O| Aug 25 20:35:23.416 INFO ok!
104822026-08-25T20:35:24.701Z[ host-image] Aug 25 20:35:23.416 INFO O| Aug 25 20:35:23.416 INFO STEP 128 (ensure_file) COMPLETE
104832026-08-25T20:35:24.701Z[ host-image] Aug 25 20:35:23.416 INFO O| Aug 25 20:35:23.416 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104842026-08-25T20:35:24.705Z[ host-image] Aug 25 20:35:23.421 INFO O| Aug 25 20:35:23.421 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104852026-08-25T20:35:24.705Z[ host-image] Aug 25 20:35:23.421 INFO O| Aug 25 20:35:23.421 INFO copying /tmp/.tmplb0VGG/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 ...
104862026-08-25T20:35:24.705Z[ host-image] Aug 25 20:35:23.421 INFO O| Aug 25 20:35:23.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104872026-08-25T20:35:24.705Z[ host-image] Aug 25 20:35:23.421 INFO O| Aug 25 20:35:23.421 INFO ok!
104882026-08-25T20:35:24.705Z[ host-image] Aug 25 20:35:23.421 INFO O| Aug 25 20:35:23.421 INFO STEP 129 (ensure_file) COMPLETE
104892026-08-25T20:35:24.705Z[ host-image] Aug 25 20:35:23.421 INFO O| Aug 25 20:35:23.421 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104902026-08-25T20:35:24.709Z[ host-image] Aug 25 20:35:23.427 INFO O| Aug 25 20:35:23.427 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104912026-08-25T20:35:24.709Z[ host-image] Aug 25 20:35:23.427 INFO O| Aug 25 20:35:23.427 INFO copying /tmp/.tmplb0VGG/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 ...
104922026-08-25T20:35:24.709Z[ host-image] Aug 25 20:35:23.427 INFO O| Aug 25 20:35:23.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104932026-08-25T20:35:24.712Z[ host-image] Aug 25 20:35:23.427 INFO O| Aug 25 20:35:23.427 INFO ok!
104942026-08-25T20:35:24.712Z[ host-image] Aug 25 20:35:23.427 INFO O| Aug 25 20:35:23.427 INFO STEP 130 (ensure_file) COMPLETE
104952026-08-25T20:35:24.712Z[ host-image] Aug 25 20:35:23.427 INFO O| Aug 25 20:35:23.427 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104962026-08-25T20:35:24.716Z[ host-image] Aug 25 20:35:23.433 INFO O| Aug 25 20:35:23.433 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104972026-08-25T20:35:24.716Z[ host-image] Aug 25 20:35:23.433 INFO O| Aug 25 20:35:23.433 INFO copying /tmp/.tmplb0VGG/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 ...
104982026-08-25T20:35:24.716Z[ host-image] Aug 25 20:35:23.433 INFO O| Aug 25 20:35:23.433 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104992026-08-25T20:35:24.716Z[ host-image] Aug 25 20:35:23.433 INFO O| Aug 25 20:35:23.433 INFO ok!
105002026-08-25T20:35:24.716Z[ host-image] Aug 25 20:35:23.433 INFO O| Aug 25 20:35:23.433 INFO STEP 131 (ensure_file) COMPLETE
105012026-08-25T20:35:24.716Z[ host-image] Aug 25 20:35:23.433 INFO O| Aug 25 20:35:23.433 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105022026-08-25T20:35:24.721Z[ host-image] Aug 25 20:35:23.439 INFO O| Aug 25 20:35:23.439 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105032026-08-25T20:35:24.724Z[ host-image] Aug 25 20:35:23.439 INFO O| Aug 25 20:35:23.439 INFO copying /tmp/.tmplb0VGG/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 ...
105042026-08-25T20:35:24.724Z[ host-image] Aug 25 20:35:23.439 INFO O| Aug 25 20:35:23.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105052026-08-25T20:35:24.724Z[ host-image] Aug 25 20:35:23.439 INFO O| Aug 25 20:35:23.439 INFO ok!
105062026-08-25T20:35:24.724Z[ host-image] Aug 25 20:35:23.439 INFO O| Aug 25 20:35:23.439 INFO STEP 132 (ensure_file) COMPLETE
105072026-08-25T20:35:24.724Z[ host-image] Aug 25 20:35:23.439 INFO O| Aug 25 20:35:23.439 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105082026-08-25T20:35:24.728Z[ host-image] Aug 25 20:35:23.445 INFO O| Aug 25 20:35:23.445 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105092026-08-25T20:35:24.728Z[ host-image] Aug 25 20:35:23.445 INFO O| Aug 25 20:35:23.445 INFO copying /tmp/.tmplb0VGG/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 ...
105102026-08-25T20:35:24.728Z[ host-image] Aug 25 20:35:23.445 INFO O| Aug 25 20:35:23.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105112026-08-25T20:35:24.729Z[ host-image] Aug 25 20:35:23.445 INFO O| Aug 25 20:35:23.445 INFO ok!
105122026-08-25T20:35:24.729Z[ host-image] Aug 25 20:35:23.445 INFO O| Aug 25 20:35:23.445 INFO STEP 133 (ensure_file) COMPLETE
105132026-08-25T20:35:24.729Z[ host-image] Aug 25 20:35:23.445 INFO O| Aug 25 20:35:23.445 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105142026-08-25T20:35:24.733Z[ host-image] Aug 25 20:35:23.451 INFO O| Aug 25 20:35:23.451 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105152026-08-25T20:35:24.733Z[ host-image] Aug 25 20:35:23.451 INFO O| Aug 25 20:35:23.451 INFO copying /tmp/.tmplb0VGG/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 ...
105162026-08-25T20:35:24.733Z[ host-image] Aug 25 20:35:23.451 INFO O| Aug 25 20:35:23.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105172026-08-25T20:35:24.737Z[ host-image] Aug 25 20:35:23.451 INFO O| Aug 25 20:35:23.451 INFO ok!
105182026-08-25T20:35:24.737Z[ host-image] Aug 25 20:35:23.451 INFO O| Aug 25 20:35:23.451 INFO STEP 134 (ensure_file) COMPLETE
105192026-08-25T20:35:24.737Z[ host-image] Aug 25 20:35:23.451 INFO O| Aug 25 20:35:23.451 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105202026-08-25T20:35:24.740Z[ host-image] Aug 25 20:35:23.457 INFO O| Aug 25 20:35:23.457 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105212026-08-25T20:35:24.740Z[ host-image] Aug 25 20:35:23.457 INFO O| Aug 25 20:35:23.457 INFO copying /tmp/.tmplb0VGG/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 ...
105222026-08-25T20:35:24.740Z[ host-image] Aug 25 20:35:23.457 INFO O| Aug 25 20:35:23.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105232026-08-25T20:35:24.740Z[ host-image] Aug 25 20:35:23.457 INFO O| Aug 25 20:35:23.457 INFO ok!
105242026-08-25T20:35:24.740Z[ host-image] Aug 25 20:35:23.457 INFO O| Aug 25 20:35:23.457 INFO STEP 135 (ensure_file) COMPLETE
105252026-08-25T20:35:24.740Z[ host-image] Aug 25 20:35:23.457 INFO O| Aug 25 20:35:23.457 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105262026-08-25T20:35:24.745Z[ host-image] Aug 25 20:35:23.463 INFO O| Aug 25 20:35:23.463 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105272026-08-25T20:35:24.745Z[ host-image] Aug 25 20:35:23.463 INFO O| Aug 25 20:35:23.463 INFO copying /tmp/.tmplb0VGG/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105282026-08-25T20:35:24.748Z[ host-image] Aug 25 20:35:23.463 INFO O| Aug 25 20:35:23.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105292026-08-25T20:35:24.748Z[ host-image] Aug 25 20:35:23.463 INFO O| Aug 25 20:35:23.463 INFO ok!
105302026-08-25T20:35:24.748Z[ host-image] Aug 25 20:35:23.463 INFO O| Aug 25 20:35:23.463 INFO STEP 136 (ensure_file) COMPLETE
105312026-08-25T20:35:24.748Z[ host-image] Aug 25 20:35:23.463 INFO O| Aug 25 20:35:23.463 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105322026-08-25T20:35:24.752Z[ host-image] Aug 25 20:35:23.469 INFO O| Aug 25 20:35:23.469 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105332026-08-25T20:35:24.752Z[ host-image] Aug 25 20:35:23.469 INFO O| Aug 25 20:35:23.469 INFO copying /tmp/.tmplb0VGG/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 ...
105342026-08-25T20:35:24.752Z[ host-image] Aug 25 20:35:23.469 INFO O| Aug 25 20:35:23.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105352026-08-25T20:35:24.752Z[ host-image] Aug 25 20:35:23.469 INFO O| Aug 25 20:35:23.469 INFO ok!
105362026-08-25T20:35:24.752Z[ host-image] Aug 25 20:35:23.469 INFO O| Aug 25 20:35:23.469 INFO STEP 137 (ensure_file) COMPLETE
105372026-08-25T20:35:24.752Z[ host-image] Aug 25 20:35:23.469 INFO O| Aug 25 20:35:23.469 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105382026-08-25T20:35:24.757Z[ host-image] Aug 25 20:35:23.475 INFO O| Aug 25 20:35:23.475 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105392026-08-25T20:35:24.757Z[ host-image] Aug 25 20:35:23.475 INFO O| Aug 25 20:35:23.475 INFO copying /tmp/.tmplb0VGG/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105402026-08-25T20:35:24.762Z[ host-image] Aug 25 20:35:23.475 INFO O| Aug 25 20:35:23.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105412026-08-25T20:35:24.762Z[ host-image] Aug 25 20:35:23.475 INFO O| Aug 25 20:35:23.475 INFO ok!
105422026-08-25T20:35:24.762Z[ host-image] Aug 25 20:35:23.475 INFO O| Aug 25 20:35:23.475 INFO STEP 138 (ensure_file) COMPLETE
105432026-08-25T20:35:24.762Z[ host-image] Aug 25 20:35:23.475 INFO O| Aug 25 20:35:23.475 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105442026-08-25T20:35:24.765Z[ host-image] Aug 25 20:35:23.481 INFO O| Aug 25 20:35:23.481 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105452026-08-25T20:35:24.765Z[ host-image] Aug 25 20:35:23.481 INFO O| Aug 25 20:35:23.481 INFO copying /tmp/.tmplb0VGG/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105462026-08-25T20:35:32.035Z[ host-image] Aug 25 20:35:30.753 INFO O| Aug 25 20:35:30.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105472026-08-25T20:35:32.035Z[ host-image] Aug 25 20:35:30.753 INFO O| Aug 25 20:35:30.753 INFO ok!
105482026-08-25T20:35:32.040Z[ host-image] Aug 25 20:35:30.753 INFO O| Aug 25 20:35:30.753 INFO STEP 139 (ensure_file) COMPLETE
105492026-08-25T20:35:32.040Z[ host-image] Aug 25 20:35:30.753 INFO O| Aug 25 20:35:30.753 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105502026-08-25T20:35:32.046Z[ host-image] Aug 25 20:35:30.764 INFO O| Aug 25 20:35:30.763 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105512026-08-25T20:35:32.046Z[ host-image] Aug 25 20:35:30.764 INFO O| Aug 25 20:35:30.763 INFO STEP 140 (ensure_dir) COMPLETE
105522026-08-25T20:35:32.049Z[ host-image] Aug 25 20:35:30.764 INFO O| Aug 25 20:35:30.763 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105532026-08-25T20:35:32.056Z[ host-image] Aug 25 20:35:30.774 INFO O| Aug 25 20:35:30.774 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105542026-08-25T20:35:32.056Z[ host-image] Aug 25 20:35:30.774 INFO O| Aug 25 20:35:30.774 INFO STEP 141 (ensure_dir) COMPLETE
105552026-08-25T20:35:32.060Z[ host-image] Aug 25 20:35:30.774 INFO O| Aug 25 20:35:30.774 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105562026-08-25T20:35:32.066Z[ host-image] Aug 25 20:35:30.784 INFO O| Aug 25 20:35:30.784 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105572026-08-25T20:35:32.066Z[ host-image] Aug 25 20:35:30.784 INFO O| Aug 25 20:35:30.784 INFO STEP 142 (ensure_dir) COMPLETE
105582026-08-25T20:35:32.070Z[ host-image] Aug 25 20:35:30.784 INFO O| Aug 25 20:35:30.784 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105592026-08-25T20:35:32.075Z[ host-image] Aug 25 20:35:30.793 INFO O| Aug 25 20:35:30.793 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105602026-08-25T20:35:32.076Z[ host-image] Aug 25 20:35:30.793 INFO O| Aug 25 20:35:30.793 INFO STEP 143 (ensure_dir) COMPLETE
105612026-08-25T20:35:32.080Z[ host-image] Aug 25 20:35:30.793 INFO O| Aug 25 20:35:30.793 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105622026-08-25T20:35:32.084Z[ host-image] Aug 25 20:35:30.802 INFO O| Aug 25 20:35:30.802 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105632026-08-25T20:35:32.084Z[ host-image] Aug 25 20:35:30.802 INFO O| Aug 25 20:35:30.802 INFO copying /tmp/.tmplb0VGG/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 ...
105642026-08-25T20:35:32.084Z[ host-image] Aug 25 20:35:30.802 INFO O| Aug 25 20:35:30.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105652026-08-25T20:35:32.084Z[ host-image] Aug 25 20:35:30.802 INFO O| Aug 25 20:35:30.802 INFO ok!
105662026-08-25T20:35:32.084Z[ host-image] Aug 25 20:35:30.802 INFO O| Aug 25 20:35:30.802 INFO STEP 144 (ensure_file) COMPLETE
105672026-08-25T20:35:32.084Z[ host-image] Aug 25 20:35:30.802 INFO O| Aug 25 20:35:30.802 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105682026-08-25T20:35:32.093Z[ host-image] Aug 25 20:35:30.811 INFO O| Aug 25 20:35:30.811 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105692026-08-25T20:35:32.093Z[ host-image] Aug 25 20:35:30.811 INFO O| Aug 25 20:35:30.811 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105702026-08-25T20:35:32.094Z[ host-image] Aug 25 20:35:30.811 INFO O| Aug 25 20:35:30.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105712026-08-25T20:35:32.097Z[ host-image] Aug 25 20:35:30.811 INFO O| Aug 25 20:35:30.811 INFO STEP 145 (ensure_dir) COMPLETE
105722026-08-25T20:35:32.097Z[ host-image] Aug 25 20:35:30.811 INFO O| Aug 25 20:35:30.811 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105732026-08-25T20:35:32.104Z[ host-image] Aug 25 20:35:30.821 INFO O| Aug 25 20:35:30.821 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105742026-08-25T20:35:32.104Z[ host-image] Aug 25 20:35:30.822 INFO O| Aug 25 20:35:30.821 INFO copying /tmp/.tmplb0VGG/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105752026-08-25T20:35:32.104Z[ host-image] Aug 25 20:35:30.822 INFO O| Aug 25 20:35:30.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105762026-08-25T20:35:32.108Z[ host-image] Aug 25 20:35:30.822 INFO O| Aug 25 20:35:30.822 INFO ok!
105772026-08-25T20:35:32.108Z[ host-image] Aug 25 20:35:30.822 INFO O| Aug 25 20:35:30.822 INFO STEP 146 (ensure_file) COMPLETE
105782026-08-25T20:35:32.108Z[ host-image] Aug 25 20:35:30.822 INFO O| Aug 25 20:35:30.822 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105792026-08-25T20:35:32.112Z[ host-image] Aug 25 20:35:30.830 INFO O| Aug 25 20:35:30.830 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105802026-08-25T20:35:32.116Z[ host-image] Aug 25 20:35:30.831 INFO O| Aug 25 20:35:30.831 INFO STEP 147 (remove_files) COMPLETE
105812026-08-25T20:35:32.116Z[ host-image] Aug 25 20:35:30.831 INFO O| Aug 25 20:35:30.831 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105822026-08-25T20:35:32.121Z[ host-image] Aug 25 20:35:30.839 INFO O| Aug 25 20:35:30.839 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105832026-08-25T20:35:32.121Z[ host-image] Aug 25 20:35:30.839 INFO O| Aug 25 20:35:30.839 INFO STEP 148 (remove_files) COMPLETE
105842026-08-25T20:35:32.125Z[ host-image] Aug 25 20:35:30.839 INFO O| Aug 25 20:35:30.839 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105852026-08-25T20:35:32.131Z[ host-image] Aug 25 20:35:30.849 INFO O| Aug 25 20:35:30.849 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105862026-08-25T20:35:32.135Z[ host-image] Aug 25 20:35:30.849 INFO O| Aug 25 20:35:30.849 INFO STEP 149 (remove_files) COMPLETE
105872026-08-25T20:35:32.135Z[ host-image] Aug 25 20:35:30.849 INFO O| Aug 25 20:35:30.849 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105882026-08-25T20:35:32.142Z[ host-image] Aug 25 20:35:30.860 INFO O| Aug 25 20:35:30.859 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105892026-08-25T20:35:32.142Z[ host-image] Aug 25 20:35:30.860 INFO O| Aug 25 20:35:30.860 INFO STEP 150 (remove_files) COMPLETE
105902026-08-25T20:35:32.142Z[ host-image] Aug 25 20:35:30.860 INFO O| Aug 25 20:35:30.860 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105912026-08-25T20:35:32.150Z[ host-image] Aug 25 20:35:30.868 INFO O| Aug 25 20:35:30.868 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105922026-08-25T20:35:32.150Z[ host-image] Aug 25 20:35:30.868 INFO O| Aug 25 20:35:30.868 INFO STEP 151 (remove_files) COMPLETE
105932026-08-25T20:35:32.150Z[ host-image] Aug 25 20:35:30.868 INFO O| Aug 25 20:35:30.868 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105942026-08-25T20:35:32.160Z[ host-image] Aug 25 20:35:30.878 INFO O| Aug 25 20:35:30.878 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105952026-08-25T20:35:32.163Z[ host-image] Aug 25 20:35:30.878 INFO O| Aug 25 20:35:30.878 INFO STEP 152 (remove_files) COMPLETE
105962026-08-25T20:35:32.164Z[ host-image] Aug 25 20:35:30.878 INFO O| Aug 25 20:35:30.878 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105972026-08-25T20:35:32.171Z[ host-image] Aug 25 20:35:30.889 INFO O| Aug 25 20:35:30.889 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105982026-08-25T20:35:32.171Z[ host-image] Aug 25 20:35:30.889 INFO O| Aug 25 20:35:30.889 INFO STEP 153 (remove_files) COMPLETE
105992026-08-25T20:35:32.174Z[ host-image] Aug 25 20:35:30.889 INFO O| Aug 25 20:35:30.889 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106002026-08-25T20:35:32.180Z[ host-image] Aug 25 20:35:30.898 INFO O| Aug 25 20:35:30.898 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106012026-08-25T20:35:32.180Z[ host-image] Aug 25 20:35:30.898 INFO O| Aug 25 20:35:30.898 INFO STEP 154 (remove_files) COMPLETE
106022026-08-25T20:35:32.184Z[ host-image] Aug 25 20:35:30.898 INFO O| Aug 25 20:35:30.898 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106032026-08-25T20:35:32.190Z[ host-image] Aug 25 20:35:30.908 INFO O| Aug 25 20:35:30.908 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106042026-08-25T20:35:32.194Z[ host-image] Aug 25 20:35:30.908 INFO O| Aug 25 20:35:30.908 INFO STEP 155 (remove_files) COMPLETE
106052026-08-25T20:35:32.194Z[ host-image] Aug 25 20:35:30.908 INFO O| Aug 25 20:35:30.908 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106062026-08-25T20:35:32.200Z[ host-image] Aug 25 20:35:30.918 INFO O| Aug 25 20:35:30.918 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106072026-08-25T20:35:32.200Z[ host-image] Aug 25 20:35:30.918 INFO O| Aug 25 20:35:30.918 INFO STEP 156 (remove_files) COMPLETE
106082026-08-25T20:35:32.205Z[ host-image] Aug 25 20:35:30.918 INFO O| Aug 25 20:35:30.918 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106092026-08-25T20:35:32.210Z[ host-image] Aug 25 20:35:30.928 INFO O| Aug 25 20:35:30.928 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106102026-08-25T20:35:32.214Z[ host-image] Aug 25 20:35:30.928 INFO O| Aug 25 20:35:30.928 INFO STEP 157 (remove_files) COMPLETE
106112026-08-25T20:35:32.214Z[ host-image] Aug 25 20:35:30.928 INFO O| Aug 25 20:35:30.928 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106122026-08-25T20:35:32.218Z[ host-image] Aug 25 20:35:30.936 INFO O| Aug 25 20:35:30.936 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106132026-08-25T20:35:32.218Z[ host-image] Aug 25 20:35:30.937 INFO O| Aug 25 20:35:30.937 INFO STEP 158 (remove_files) COMPLETE
106142026-08-25T20:35:32.225Z[ host-image] Aug 25 20:35:30.937 INFO O| Aug 25 20:35:30.937 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106152026-08-25T20:35:32.229Z[ host-image] Aug 25 20:35:30.945 INFO O| Aug 25 20:35:30.945 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106162026-08-25T20:35:32.229Z[ host-image] Aug 25 20:35:30.945 INFO O| Aug 25 20:35:30.945 INFO STEP 159 (remove_files) COMPLETE
106172026-08-25T20:35:32.229Z[ host-image] Aug 25 20:35:30.945 INFO O| Aug 25 20:35:30.945 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106182026-08-25T20:35:32.236Z[ host-image] Aug 25 20:35:30.954 INFO O| Aug 25 20:35:30.954 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106192026-08-25T20:35:32.236Z[ host-image] Aug 25 20:35:30.954 INFO O| Aug 25 20:35:30.954 INFO STEP 160 (remove_files) COMPLETE
106202026-08-25T20:35:32.240Z[ host-image] Aug 25 20:35:30.954 INFO O| Aug 25 20:35:30.954 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106212026-08-25T20:35:32.245Z[ host-image] Aug 25 20:35:30.963 INFO O| Aug 25 20:35:30.963 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106222026-08-25T20:35:32.245Z[ host-image] Aug 25 20:35:30.963 INFO O| Aug 25 20:35:30.963 INFO STEP 161 (remove_files) COMPLETE
106232026-08-25T20:35:32.249Z[ host-image] Aug 25 20:35:30.963 INFO O| Aug 25 20:35:30.963 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106242026-08-25T20:35:32.253Z[ host-image] Aug 25 20:35:30.971 INFO O| Aug 25 20:35:30.971 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106252026-08-25T20:35:32.253Z[ host-image] Aug 25 20:35:30.971 INFO O| Aug 25 20:35:30.971 INFO STEP 162 (remove_files) COMPLETE
106262026-08-25T20:35:32.257Z[ host-image] Aug 25 20:35:30.971 INFO O| Aug 25 20:35:30.971 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106272026-08-25T20:35:32.262Z[ host-image] Aug 25 20:35:30.980 INFO O| Aug 25 20:35:30.979 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106282026-08-25T20:35:32.262Z[ host-image] Aug 25 20:35:30.980 INFO O| Aug 25 20:35:30.980 INFO STEP 163 (remove_files) COMPLETE
106292026-08-25T20:35:32.263Z[ host-image] Aug 25 20:35:30.980 INFO O| Aug 25 20:35:30.980 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106302026-08-25T20:35:32.269Z[ host-image] Aug 25 20:35:30.987 INFO O| Aug 25 20:35:30.987 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106312026-08-25T20:35:32.269Z[ host-image] Aug 25 20:35:30.987 INFO O| Aug 25 20:35:30.987 INFO STEP 164 (remove_files) COMPLETE
106322026-08-25T20:35:32.273Z[ host-image] Aug 25 20:35:30.987 INFO O| Aug 25 20:35:30.987 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106332026-08-25T20:35:32.280Z[ host-image] Aug 25 20:35:30.998 INFO O| Aug 25 20:35:30.998 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106342026-08-25T20:35:32.280Z[ host-image] Aug 25 20:35:30.998 INFO O| Aug 25 20:35:30.998 INFO STEP 165 (remove_files) COMPLETE
106352026-08-25T20:35:32.280Z[ host-image] Aug 25 20:35:30.998 INFO O| Aug 25 20:35:30.998 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106362026-08-25T20:35:32.290Z[ host-image] Aug 25 20:35:31.008 INFO O| Aug 25 20:35:31.008 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106372026-08-25T20:35:32.290Z[ host-image] Aug 25 20:35:31.008 INFO O| Aug 25 20:35:31.008 INFO STEP 166 (remove_files) COMPLETE
106382026-08-25T20:35:32.290Z[ host-image] Aug 25 20:35:31.008 INFO O| Aug 25 20:35:31.008 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106392026-08-25T20:35:32.300Z[ host-image] Aug 25 20:35:31.017 INFO O| Aug 25 20:35:31.017 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106402026-08-25T20:35:32.300Z[ host-image] Aug 25 20:35:31.018 INFO O| Aug 25 20:35:31.018 INFO STEP 167 (remove_files) COMPLETE
106412026-08-25T20:35:32.304Z[ host-image] Aug 25 20:35:31.018 INFO O| Aug 25 20:35:31.018 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106422026-08-25T20:35:32.310Z[ host-image] Aug 25 20:35:31.028 INFO O| Aug 25 20:35:31.028 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106432026-08-25T20:35:32.311Z[ host-image] Aug 25 20:35:31.028 INFO O| Aug 25 20:35:31.028 INFO STEP 168 (remove_files) COMPLETE
106442026-08-25T20:35:32.311Z[ host-image] Aug 25 20:35:31.028 INFO O| Aug 25 20:35:31.028 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106452026-08-25T20:35:32.320Z[ host-image] Aug 25 20:35:31.037 INFO O| Aug 25 20:35:31.037 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106462026-08-25T20:35:32.320Z[ host-image] Aug 25 20:35:31.038 INFO O| Aug 25 20:35:31.038 INFO STEP 169 (remove_files) COMPLETE
106472026-08-25T20:35:32.320Z[ host-image] Aug 25 20:35:31.038 INFO O| Aug 25 20:35:31.038 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106482026-08-25T20:35:32.329Z[ host-image] Aug 25 20:35:31.047 INFO O| Aug 25 20:35:31.047 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106492026-08-25T20:35:32.330Z[ host-image] Aug 25 20:35:31.047 INFO O| Aug 25 20:35:31.047 INFO STEP 170 (remove_files) COMPLETE
106502026-08-25T20:35:32.333Z[ host-image] Aug 25 20:35:31.047 INFO O| Aug 25 20:35:31.047 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106512026-08-25T20:35:32.337Z[ host-image] Aug 25 20:35:31.055 INFO O| Aug 25 20:35:31.055 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106522026-08-25T20:35:32.341Z[ host-image] Aug 25 20:35:31.055 INFO O| Aug 25 20:35:31.055 INFO STEP 171 (remove_files) COMPLETE
106532026-08-25T20:35:32.341Z[ host-image] Aug 25 20:35:31.055 INFO O| Aug 25 20:35:31.055 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106542026-08-25T20:35:32.345Z[ host-image] Aug 25 20:35:31.063 INFO O| Aug 25 20:35:31.063 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106552026-08-25T20:35:32.346Z[ host-image] Aug 25 20:35:31.063 INFO O| Aug 25 20:35:31.063 INFO STEP 172 (remove_files) COMPLETE
106562026-08-25T20:35:32.346Z[ host-image] Aug 25 20:35:31.063 INFO O| Aug 25 20:35:31.063 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106572026-08-25T20:35:32.353Z[ host-image] Aug 25 20:35:31.071 INFO O| Aug 25 20:35:31.071 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106582026-08-25T20:35:32.353Z[ host-image] Aug 25 20:35:31.071 INFO O| Aug 25 20:35:31.071 INFO STEP 173 (remove_files) COMPLETE
106592026-08-25T20:35:32.357Z[ host-image] Aug 25 20:35:31.071 INFO O| Aug 25 20:35:31.071 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106602026-08-25T20:35:32.362Z[ host-image] Aug 25 20:35:31.080 INFO O| Aug 25 20:35:31.080 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106612026-08-25T20:35:32.362Z[ host-image] Aug 25 20:35:31.080 INFO O| Aug 25 20:35:31.080 INFO STEP 174 (remove_files) COMPLETE
106622026-08-25T20:35:32.366Z[ host-image] Aug 25 20:35:31.080 INFO O| Aug 25 20:35:31.080 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106632026-08-25T20:35:32.371Z[ host-image] Aug 25 20:35:31.089 INFO O| Aug 25 20:35:31.089 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106642026-08-25T20:35:32.375Z[ host-image] Aug 25 20:35:31.089 INFO O| Aug 25 20:35:31.089 INFO STEP 175 (remove_files) COMPLETE
106652026-08-25T20:35:32.375Z[ host-image] Aug 25 20:35:31.089 INFO O| Aug 25 20:35:31.089 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106662026-08-25T20:35:32.382Z[ host-image] Aug 25 20:35:31.100 INFO O| Aug 25 20:35:31.100 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106672026-08-25T20:35:32.382Z[ host-image] Aug 25 20:35:31.101 INFO O| Aug 25 20:35:31.100 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106682026-08-25T20:35:36.960Z[ host-image] Aug 25 20:35:35.679 INFO O| Aug 25 20:35:35.678 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
106692026-08-25T20:35:36.961Z[ host-image] Aug 25 20:35:35.679 INFO O| Aug 25 20:35:35.679 INFO E| svccfg: Loaded 80 smf(7) service descriptions
106702026-08-25T20:35:36.973Z[ host-image] Aug 25 20:35:35.692 INFO O| Aug 25 20:35:35.692 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
106712026-08-25T20:35:37.080Z[ host-image] Aug 25 20:35:35.798 INFO O| Aug 25 20:35:35.797 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
106722026-08-25T20:35:37.138Z[ host-image] Aug 25 20:35:35.856 INFO O| Aug 25 20:35:35.856 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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_CHECKHASH": "1"}
106732026-08-25T20:35:37.204Z[ host-image] Aug 25 20:35:35.922 INFO O| Aug 25 20:35:35.922 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
106742026-08-25T20:35:37.204Z[ host-image] Aug 25 20:35:35.922 INFO O| Aug 25 20:35:35.922 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
106752026-08-25T20:35:37.208Z[ host-image] Aug 25 20:35:35.924 INFO O| Aug 25 20:35:35.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
106762026-08-25T20:35:37.208Z[ host-image] Aug 25 20:35:35.924 INFO O| Aug 25 20:35:35.924 INFO ok!
106772026-08-25T20:35:37.208Z[ host-image] Aug 25 20:35:35.924 INFO O| Aug 25 20:35:35.924 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
106782026-08-25T20:35:37.208Z[ host-image] Aug 25 20:35:35.924 INFO O| Aug 25 20:35:35.924 INFO STEP 176 (seed_smf) COMPLETE
106792026-08-25T20:35:37.208Z[ host-image] Aug 25 20:35:35.924 INFO O| Aug 25 20:35:35.924 INFO steps complete; finalising image!
106802026-08-25T20:35:37.208Z[ host-image] Aug 25 20:35:35.924 INFO O| Aug 25 20:35:35.924 INFO TRIM POOL: TEMPORARY-sled-zfs
106812026-08-25T20:35:37.343Z[ host-image] Aug 25 20:35:36.061 INFO O| Aug 25 20:35:36.061 INFO trim TEMPORARY-sled-zfs: (6% trimmed, started at Tue Aug 25 20:35:35 2026)
106822026-08-25T20:35:37.559Z[ host-image] Aug 25 20:35:36.277 INFO O| Aug 25 20:35:36.277 INFO temporary pool has 912M used, 112M avail, 1.80x compressratio
106832026-08-25T20:35:37.559Z[ host-image] Aug 25 20:35:36.277 INFO O| Aug 25 20:35:36.277 INFO EXPORT POOL: TEMPORARY-sled-zfs
106842026-08-25T20:35:37.948Z[ host-image] Aug 25 20:35:36.666 INFO O| Aug 25 20:35:36.666 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
106852026-08-25T20:35:37.948Z[ host-image] Aug 25 20:35:36.666 INFO O| Aug 25 20:35:36.666 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
106862026-08-25T20:35:38.798Z[ host-image] Aug 25 20:35:37.515 INFO O| Aug 25 20:35:37.515 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
106872026-08-25T20:35:38.798Z[ host-image] Aug 25 20:35:37.516 INFO O| Aug 25 20:35:37.515 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
106882026-08-25T20:35:38.798Z[ host-image] Aug 25 20:35:37.516 INFO O| Aug 25 20:35:37.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
106892026-08-25T20:35:38.801Z[ host-image] Aug 25 20:35:37.516 INFO O| Aug 25 20:35:37.515 INFO completed processing sled/zfs
106902026-08-25T20:35:38.801Z[ host-image] Aug 25 20:35:37.516 INFO O| Aug 25 20:35:37.515 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
106912026-08-25T20:35:52.133Z[ recovery-image] Aug 25 20:35:50.850 INFO O| ok, image written!
106922026-08-25T20:35:52.133Z[ recovery-image] Aug 25 20:35:50.850 INFO O| ok, boot_image_csum file written!
106932026-08-25T20:35:52.136Z[ recovery-image] Aug 25 20:35:50.853 INFO creating boot archive (CPIO)...
106942026-08-25T20:35:52.137Z[ recovery-image] Aug 25 20:35:50.853 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
106952026-08-25T20:35:52.140Z[ recovery-image] Aug 25 20:35:50.857 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
106962026-08-25T20:35:52.140Z[ recovery-image] Aug 25 20:35:50.857 INFO E| + outfile=/work/os-recovery/cpio
106972026-08-25T20:35:52.140Z[ recovery-image] Aug 25 20:35:50.857 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
106982026-08-25T20:35:52.143Z[ recovery-image] Aug 25 20:35:50.859 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
106992026-08-25T20:35:52.143Z[ recovery-image] Aug 25 20:35:50.859 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
107002026-08-25T20:35:52.166Z[ recovery-image] Aug 25 20:35:50.885 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
107012026-08-25T20:35:52.170Z[ recovery-image] Aug 25 20:35:50.885 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
107022026-08-25T20:35:52.173Z[ recovery-image] Aug 25 20:35:50.890 INFO creating compressed cpio/unix for dev loaders...
107032026-08-25T20:35:52.173Z[ recovery-image] Aug 25 20:35:50.890 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
107042026-08-25T20:35:52.397Z[ recovery-image] Aug 25 20:35:51.114 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
107052026-08-25T20:35:55.642Z[ recovery-image] Aug 25 20:35:54.360 INFO creating reset image...
107062026-08-25T20:35:55.643Z[ recovery-image] Aug 25 20:35:54.360 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")
107072026-08-25T20:35:55.852Z[ recovery-image] Aug 25 20:35:54.570 INFO E| Updating crates.io index
107082026-08-25T20:35:56.049Z[ recovery-image] Aug 25 20:35:54.767 INFO E| Downloading crates ...
107092026-08-25T20:35:56.092Z[ recovery-image] Aug 25 20:35:54.810 INFO E| Downloaded os_pipe v1.2.3
107102026-08-25T20:35:56.095Z[ recovery-image] Aug 25 20:35:54.811 INFO E| Downloaded colorchoice v1.0.5
107112026-08-25T20:35:56.095Z[ recovery-image] Aug 25 20:35:54.812 INFO E| Downloaded sigchld v0.2.4
107122026-08-25T20:35:56.100Z[ recovery-image] Aug 25 20:35:54.817 INFO E| Downloaded clap_lex v1.1.0
107132026-08-25T20:35:56.104Z[ recovery-image] Aug 25 20:35:54.818 INFO E| Downloaded duct v1.1.1
107142026-08-25T20:35:56.104Z[ recovery-image] Aug 25 20:35:54.819 INFO E| Downloaded shared_child v1.1.1
107152026-08-25T20:35:56.104Z[ recovery-image] Aug 25 20:35:54.820 INFO E| Downloaded shared_thread v0.2.0
107162026-08-25T20:35:56.129Z[ recovery-image] Aug 25 20:35:54.847 INFO E| Compiling libc v0.2.186
107172026-08-25T20:35:56.130Z[ recovery-image] Aug 25 20:35:54.848 INFO E| Compiling proc-macro2 v1.0.106
107182026-08-25T20:35:56.133Z[ recovery-image] Aug 25 20:35:54.848 INFO E| Compiling quote v1.0.45
107192026-08-25T20:35:56.133Z[ recovery-image] Aug 25 20:35:54.848 INFO E| Compiling signal-hook v0.3.18
107202026-08-25T20:35:56.133Z[ recovery-image] Aug 25 20:35:54.848 INFO E| Compiling unicode-ident v1.0.24
107212026-08-25T20:35:56.133Z[ recovery-image] Aug 25 20:35:54.848 INFO E| Compiling utf8parse v0.2.2
107222026-08-25T20:35:56.133Z[ recovery-image] Aug 25 20:35:54.848 INFO E| Compiling is_terminal_polyfill v1.70.2
107232026-08-25T20:35:56.133Z[ recovery-image] Aug 25 20:35:54.848 INFO E| Compiling anstyle v1.0.14
107242026-08-25T20:35:56.140Z[ recovery-image] Aug 25 20:35:54.858 INFO E| Compiling anstyle-query v1.1.5
107252026-08-25T20:35:56.143Z[ recovery-image] Aug 25 20:35:54.858 INFO E| Compiling colorchoice v1.0.5
107262026-08-25T20:35:56.143Z[ recovery-image] Aug 25 20:35:54.858 INFO E| Compiling heck v0.5.0
107272026-08-25T20:35:56.143Z[ recovery-image] Aug 25 20:35:54.858 INFO E| Compiling clap_lex v1.1.0
107282026-08-25T20:35:56.143Z[ recovery-image] Aug 25 20:35:54.858 INFO E| Compiling strsim v0.11.1
107292026-08-25T20:35:56.143Z[ recovery-image] Aug 25 20:35:54.858 INFO E| Compiling shared_thread v0.2.0
107302026-08-25T20:35:56.250Z[ recovery-image] Aug 25 20:35:54.968 INFO E| Compiling anstyle-parse v1.0.0
107312026-08-25T20:35:56.394Z[ recovery-image] Aug 25 20:35:55.112 INFO E| Compiling anstream v1.0.0
107322026-08-25T20:35:56.591Z[ recovery-image] Aug 25 20:35:55.308 INFO E| Compiling clap_builder v4.6.0
107332026-08-25T20:35:56.845Z[ recovery-image] Aug 25 20:35:55.563 INFO E| Compiling errno v0.3.14
107342026-08-25T20:35:56.845Z[ recovery-image] Aug 25 20:35:55.563 INFO E| Compiling os_pipe v1.2.3
107352026-08-25T20:35:56.938Z[ recovery-image] Aug 25 20:35:55.655 INFO E| Compiling signal-hook-registry v1.4.8
107362026-08-25T20:35:57.124Z[ recovery-image] Aug 25 20:35:55.842 INFO E| Compiling syn v2.0.117
107372026-08-25T20:35:57.187Z[ recovery-image] Aug 25 20:35:55.905 INFO E| Compiling sigchld v0.2.4
107382026-08-25T20:35:57.276Z[ recovery-image] Aug 25 20:35:55.994 INFO E| Compiling shared_child v1.1.1
107392026-08-25T20:35:57.390Z[ recovery-image] Aug 25 20:35:56.108 INFO E| Compiling duct v1.1.1
107402026-08-25T20:35:57.559Z[ host-image] Aug 25 20:35:56.277 INFO O| Aug 25 20:35:56.277 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107412026-08-25T20:35:57.624Z[ host-image] Aug 25 20:35:56.342 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
107422026-08-25T20:35:57.624Z[ host-image] Aug 25 20:35:56.342 INFO expanded image name: "ci f9406b5/${os_short_commit} 2026-08-25 20:19" -> "ci f9406b5/bbd33bf 2026-08-25 20:19"
107432026-08-25T20:35:57.628Z[ host-image] Aug 25 20:35:56.342 INFO output artefacts stored in: "/work/os-host"
107442026-08-25T20:35:57.628Z[ host-image] Aug 25 20:35:56.342 INFO collecting git info from project "pinprick"...
107452026-08-25T20:35:57.631Z[ host-image] Aug 25 20:35:56.348 INFO collecting git info from project "dmar-report"...
107462026-08-25T20:35:57.634Z[ host-image] Aug 25 20:35:56.352 INFO collecting git info from project "amd-firmware"...
107472026-08-25T20:35:57.644Z[ host-image] Aug 25 20:35:56.362 INFO collecting git info from project "image-builder"...
107482026-08-25T20:35:57.647Z[ host-image] Aug 25 20:35:56.365 INFO collecting git info from project "phbl"...
107492026-08-25T20:35:57.651Z[ host-image] Aug 25 20:35:56.369 INFO collecting git info from project "bootserver"...
107502026-08-25T20:35:57.655Z[ host-image] Aug 25 20:35:56.373 INFO collecting git info from project "pilot"...
107512026-08-25T20:35:57.659Z[ host-image] Aug 25 20:35:56.377 INFO collecting git info from project "chelsio-t6-roms"...
107522026-08-25T20:35:57.663Z[ host-image] Aug 25 20:35:56.381 INFO collecting git info from project "amd-host-image-builder"...
107532026-08-25T20:35:57.667Z[ host-image] Aug 25 20:35:56.385 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
107542026-08-25T20:35:57.976Z[ host-image] Aug 25 20:35:56.693 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
107552026-08-25T20:35:58.273Z[ host-image] Aug 25 20:35:56.991 INFO creating Oxide boot image...
107562026-08-25T20:35:58.273Z[ host-image] Aug 25 20:35:56.991 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci f9406b5/bbd33bf 2026-08-25 20:19", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
107572026-08-25T20:35:59.049Z[ host-image] Aug 25 20:35:57.767 INFO O| ok, image written!
107582026-08-25T20:35:59.050Z[ host-image] Aug 25 20:35:57.767 INFO O| ok, boot_image_csum file written!
107592026-08-25T20:35:59.053Z[ host-image] Aug 25 20:35:57.770 INFO creating boot archive (CPIO)...
107602026-08-25T20:35:59.053Z[ host-image] Aug 25 20:35:57.770 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
107612026-08-25T20:35:59.058Z[ host-image] Aug 25 20:35:57.773 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
107622026-08-25T20:35:59.058Z[ host-image] Aug 25 20:35:57.774 INFO E| + outfile=/work/os-host/cpio
107632026-08-25T20:35:59.058Z[ host-image] Aug 25 20:35:57.774 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
107642026-08-25T20:35:59.061Z[ host-image] Aug 25 20:35:57.775 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
107652026-08-25T20:35:59.061Z[ host-image] Aug 25 20:35:57.776 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
107662026-08-25T20:35:59.083Z[ host-image] Aug 25 20:35:57.801 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
107672026-08-25T20:35:59.083Z[ host-image] Aug 25 20:35:57.801 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
107682026-08-25T20:35:59.088Z[ host-image] Aug 25 20:35:57.806 INFO creating compressed cpio/unix for dev loaders...
107692026-08-25T20:35:59.098Z[ host-image] Aug 25 20:35:57.806 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
107702026-08-25T20:35:59.101Z[ recovery-image] Aug 25 20:35:57.815 INFO E| Compiling clap_derive v4.6.1
107712026-08-25T20:35:59.311Z[ host-image] Aug 25 20:35:58.029 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
107722026-08-25T20:36:00.289Z[ recovery-image] Aug 25 20:35:59.006 INFO E| Compiling clap v4.6.1
107732026-08-25T20:36:00.342Z[ recovery-image] Aug 25 20:35:59.060 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
107742026-08-25T20:36:01.104Z[ recovery-image] Aug 25 20:35:59.821 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
107752026-08-25T20:36:01.109Z[ recovery-image] Aug 25 20:35:59.827 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
107762026-08-25T20:36:01.319Z[ recovery-image] Aug 25 20:36:00.037 INFO E| Downloading crates ...
107772026-08-25T20:36:01.364Z[ recovery-image] Aug 25 20:36:00.082 INFO E| Downloaded cpio_reader v0.1.2
107782026-08-25T20:36:01.381Z[ recovery-image] Aug 25 20:36:00.097 INFO E| Downloaded log v0.4.32
107792026-08-25T20:36:01.384Z[ recovery-image] Aug 25 20:36:00.099 INFO E| Downloaded bitstruct_derive v0.1.0
107802026-08-25T20:36:01.389Z[ recovery-image] Aug 25 20:36:00.107 INFO E| Downloaded raw-cpuid v10.7.0
107812026-08-25T20:36:01.392Z[ recovery-image] Aug 25 20:36:00.109 INFO E| Downloaded bit_field v0.10.3
107822026-08-25T20:36:01.392Z[ recovery-image] Aug 25 20:36:00.110 INFO E| Downloaded bitstruct v0.1.1
107832026-08-25T20:36:01.395Z[ recovery-image] Aug 25 20:36:00.113 INFO E| Downloaded miniz_oxide v0.9.1
107842026-08-25T20:36:01.403Z[ recovery-image] Aug 25 20:36:00.121 INFO E| Downloaded bitflags v2.13.0
107852026-08-25T20:36:01.441Z[ recovery-image] Aug 25 20:36:00.155 INFO E| Downloaded goblin v0.10.7
107862026-08-25T20:36:01.561Z[ recovery-image] Aug 25 20:36:00.279 INFO E| Downloaded x86 v0.52.0
107872026-08-25T20:36:01.597Z[ recovery-image] Aug 25 20:36:00.314 INFO E| Updating crates.io index
107882026-08-25T20:36:01.639Z[ recovery-image] Aug 25 20:36:00.357 INFO E| Downloading crates ...
107892026-08-25T20:36:01.662Z[ recovery-image] Aug 25 20:36:00.380 INFO E| Downloaded hashbrown v0.17.1
107902026-08-25T20:36:01.667Z[ recovery-image] Aug 25 20:36:00.383 INFO E| Downloaded rustc-literal-escaper v0.0.7
107912026-08-25T20:36:01.707Z[ recovery-image] Aug 25 20:36:00.423 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)
107922026-08-25T20:36:01.707Z[ recovery-image] Aug 25 20:36:00.423 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)
107932026-08-25T20:36:01.707Z[ recovery-image] Aug 25 20:36:00.423 INFO E| Compiling proc-macro2 v1.0.106
107942026-08-25T20:36:01.710Z[ recovery-image] Aug 25 20:36:00.423 INFO E| Compiling unicode-ident v1.0.24
107952026-08-25T20:36:01.710Z[ recovery-image] Aug 25 20:36:00.423 INFO E| Compiling quote v1.0.45
107962026-08-25T20:36:01.710Z[ recovery-image] Aug 25 20:36:00.423 INFO E| Compiling syn v1.0.109
107972026-08-25T20:36:01.710Z[ recovery-image] Aug 25 20:36:00.423 INFO E| Compiling x86 v0.52.0
107982026-08-25T20:36:01.710Z[ recovery-image] Aug 25 20:36:00.423 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107992026-08-25T20:36:01.710Z[ recovery-image] Aug 25 20:36:00.423 INFO E| Compiling seq-macro v0.3.6
108002026-08-25T20:36:02.568Z[ host-image] Aug 25 20:36:01.286 INFO creating reset image...
108012026-08-25T20:36:02.568Z[ host-image] Aug 25 20:36:01.286 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")
108022026-08-25T20:36:02.619Z[ recovery-image] Aug 25 20:36:01.337 INFO E| Compiling syn v2.0.117
108032026-08-25T20:36:02.640Z[ host-image] Aug 25 20:36:01.358 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
108042026-08-25T20:36:02.644Z[ host-image] Aug 25 20:36:01.359 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108052026-08-25T20:36:02.962Z[ host-image] Aug 25 20:36:01.680 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)
108062026-08-25T20:36:02.962Z[ host-image] Aug 25 20:36:01.680 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)
108072026-08-25T20:36:02.962Z[ host-image] Aug 25 20:36:01.680 INFO E| Compiling proc-macro2 v1.0.106
108082026-08-25T20:36:02.965Z[ host-image] Aug 25 20:36:01.680 INFO E| Compiling unicode-ident v1.0.24
108092026-08-25T20:36:02.965Z[ host-image] Aug 25 20:36:01.680 INFO E| Compiling quote v1.0.45
108102026-08-25T20:36:02.965Z[ host-image] Aug 25 20:36:01.680 INFO E| Compiling syn v1.0.109
108112026-08-25T20:36:02.965Z[ host-image] Aug 25 20:36:01.680 INFO E| Compiling x86 v0.52.0
108122026-08-25T20:36:02.965Z[ host-image] Aug 25 20:36:01.680 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108132026-08-25T20:36:02.965Z[ host-image] Aug 25 20:36:01.680 INFO E| Compiling seq-macro v0.3.6
108142026-08-25T20:36:03.910Z[ host-image] Aug 25 20:36:02.627 INFO E| Compiling syn v2.0.117
108152026-08-25T20:36:03.971Z[ recovery-image] Aug 25 20:36:02.689 INFO E| Compiling scroll_derive v0.13.1
108162026-08-25T20:36:05.017Z[ recovery-image] Aug 25 20:36:03.735 INFO E| Compiling bitstruct_derive v0.1.0
108172026-08-25T20:36:05.269Z[ host-image] Aug 25 20:36:03.987 INFO E| Compiling scroll_derive v0.13.1
108182026-08-25T20:36:06.294Z[ host-image] Aug 25 20:36:05.012 INFO E| Compiling bitstruct_derive v0.1.0
108192026-08-25T20:36:14.197Z[ recovery-image] Aug 25 20:36:12.914 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)
108202026-08-25T20:36:15.515Z[ host-image] Aug 25 20:36:14.232 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)
108212026-08-25T20:36:16.385Z[ recovery-image] Aug 25 20:36:15.103 INFO E| Compiling bitflags v1.3.2
108222026-08-25T20:36:16.385Z[ recovery-image] Aug 25 20:36:15.103 INFO E| Compiling adler2 v2.0.1
108232026-08-25T20:36:16.389Z[ recovery-image] Aug 25 20:36:15.103 INFO E| Compiling log v0.4.32
108242026-08-25T20:36:16.389Z[ recovery-image] Aug 25 20:36:15.103 INFO E| Compiling plain v0.2.3
108252026-08-25T20:36:16.389Z[ recovery-image] Aug 25 20:36:15.103 INFO E| Compiling bitflags v2.13.0
108262026-08-25T20:36:16.389Z[ recovery-image] Aug 25 20:36:15.103 INFO E| Compiling bit_field v0.10.3
108272026-08-25T20:36:16.389Z[ recovery-image] Aug 25 20:36:15.103 INFO E| Compiling scroll v0.13.0
108282026-08-25T20:36:16.389Z[ recovery-image] Aug 25 20:36:15.103 INFO E| Compiling bitstruct v0.1.1
108292026-08-25T20:36:16.389Z[ recovery-image] Aug 25 20:36:15.103 INFO E| Compiling static_assertions v1.1.0
108302026-08-25T20:36:16.438Z[ recovery-image] Aug 25 20:36:15.156 INFO E| Compiling raw-cpuid v10.7.0
108312026-08-25T20:36:16.477Z[ recovery-image] Aug 25 20:36:15.194 INFO E| Compiling miniz_oxide v0.9.1
108322026-08-25T20:36:16.555Z[ recovery-image] Aug 25 20:36:15.273 INFO E| Compiling cpio_reader v0.1.2
108332026-08-25T20:36:16.603Z[ recovery-image] Aug 25 20:36:15.321 INFO E| Compiling goblin v0.10.7
108342026-08-25T20:36:17.743Z[ host-image] Aug 25 20:36:16.460 INFO E| Compiling bitflags v1.3.2
108352026-08-25T20:36:17.743Z[ host-image] Aug 25 20:36:16.460 INFO E| Compiling adler2 v2.0.1
108362026-08-25T20:36:17.743Z[ host-image] Aug 25 20:36:16.460 INFO E| Compiling log v0.4.32
108372026-08-25T20:36:17.747Z[ host-image] Aug 25 20:36:16.460 INFO E| Compiling bitflags v2.13.0
108382026-08-25T20:36:17.747Z[ host-image] Aug 25 20:36:16.461 INFO E| Compiling bit_field v0.10.3
108392026-08-25T20:36:17.747Z[ host-image] Aug 25 20:36:16.461 INFO E| Compiling scroll v0.13.0
108402026-08-25T20:36:17.747Z[ host-image] Aug 25 20:36:16.461 INFO E| Compiling plain v0.2.3
108412026-08-25T20:36:17.747Z[ host-image] Aug 25 20:36:16.461 INFO E| Compiling bitstruct v0.1.1
108422026-08-25T20:36:17.747Z[ host-image] Aug 25 20:36:16.461 INFO E| Compiling static_assertions v1.1.0
108432026-08-25T20:36:17.794Z[ host-image] Aug 25 20:36:16.512 INFO E| Compiling raw-cpuid v10.7.0
108442026-08-25T20:36:17.844Z[ host-image] Aug 25 20:36:16.562 INFO E| Compiling miniz_oxide v0.9.1
108452026-08-25T20:36:17.908Z[ host-image] Aug 25 20:36:16.626 INFO E| Compiling cpio_reader v0.1.2
108462026-08-25T20:36:18.007Z[ host-image] Aug 25 20:36:16.674 INFO E| Compiling goblin v0.10.7
108472026-08-25T20:36:19.577Z[ recovery-image] Aug 25 20:36:18.294 INFO E| Finished `release` profile [optimized] target(s) in 18.45s
108482026-08-25T20:36:19.597Z[ recovery-image] Aug 25 20:36:18.315 INFO building ROM for gimlet
108492026-08-25T20:36:19.601Z[ recovery-image] Aug 25 20:36:18.315 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")
108502026-08-25T20:36:19.673Z[ recovery-image] Aug 25 20:36:18.391 INFO E| Downloading crates ...
108512026-08-25T20:36:19.714Z[ recovery-image] Aug 25 20:36:18.432 INFO E| Downloaded anstyle v1.0.10
108522026-08-25T20:36:19.717Z[ recovery-image] Aug 25 20:36:18.434 INFO E| Downloaded serde_spanned v0.6.8
108532026-08-25T20:36:19.721Z[ recovery-image] Aug 25 20:36:18.439 INFO E| Downloaded clap_derive v4.5.32
108542026-08-25T20:36:19.724Z[ recovery-image] Aug 25 20:36:18.441 INFO E| Downloaded duct v0.13.7
108552026-08-25T20:36:19.727Z[ recovery-image] Aug 25 20:36:18.445 INFO E| Downloaded is_terminal_polyfill v1.70.1
108562026-08-25T20:36:19.730Z[ recovery-image] Aug 25 20:36:18.447 INFO E| Downloaded os_pipe v1.2.1
108572026-08-25T20:36:19.730Z[ recovery-image] Aug 25 20:36:18.448 INFO E| Downloaded anstyle-query v1.1.2
108582026-08-25T20:36:19.733Z[ recovery-image] Aug 25 20:36:18.448 INFO E| Downloaded colorchoice v1.0.3
108592026-08-25T20:36:19.734Z[ recovery-image] Aug 25 20:36:18.449 INFO E| Downloaded clap_lex v0.7.4
108602026-08-25T20:36:19.734Z[ recovery-image] Aug 25 20:36:18.449 INFO E| Downloaded shared_child v1.0.1
108612026-08-25T20:36:19.734Z[ recovery-image] Aug 25 20:36:18.450 INFO E| Downloaded toml_write v0.1.1
108622026-08-25T20:36:19.734Z[ recovery-image] Aug 25 20:36:18.451 INFO E| Downloaded toml v0.8.22
108632026-08-25T20:36:19.752Z[ recovery-image] Aug 25 20:36:18.470 INFO E| Downloaded toml_datetime v0.6.9
108642026-08-25T20:36:19.755Z[ recovery-image] Aug 25 20:36:18.471 INFO E| Downloaded anstyle-parse v0.2.6
108652026-08-25T20:36:19.755Z[ recovery-image] Aug 25 20:36:18.472 INFO E| Downloaded anstream v0.6.18
108662026-08-25T20:36:19.758Z[ recovery-image] Aug 25 20:36:18.475 INFO E| Downloaded clap v4.5.37
108672026-08-25T20:36:19.769Z[ recovery-image] Aug 25 20:36:18.487 INFO E| Downloaded toml_edit v0.22.26
108682026-08-25T20:36:19.789Z[ recovery-image] Aug 25 20:36:18.507 INFO E| Downloaded winnow v0.7.7
108692026-08-25T20:36:19.794Z[ recovery-image] Aug 25 20:36:18.513 INFO E| Downloaded cc v1.2.20
108702026-08-25T20:36:19.798Z[ recovery-image] Aug 25 20:36:18.515 INFO E| Downloaded clap_builder v4.5.37
108712026-08-25T20:36:19.811Z[ recovery-image] Aug 25 20:36:18.529 INFO E| Compiling libc v0.2.172
108722026-08-25T20:36:19.814Z[ recovery-image] Aug 25 20:36:18.529 INFO E| Compiling utf8parse v0.2.2
108732026-08-25T20:36:19.814Z[ recovery-image] Aug 25 20:36:18.529 INFO E| Compiling equivalent v1.0.2
108742026-08-25T20:36:19.814Z[ recovery-image] Aug 25 20:36:18.529 INFO E| Compiling colorchoice v1.0.3
108752026-08-25T20:36:19.814Z[ recovery-image] Aug 25 20:36:18.529 INFO E| Compiling hashbrown v0.15.2
108762026-08-25T20:36:19.814Z[ recovery-image] Aug 25 20:36:18.529 INFO E| Compiling anstyle v1.0.10
108772026-08-25T20:36:19.814Z[ recovery-image] Aug 25 20:36:18.529 INFO E| Compiling shlex v1.3.0
108782026-08-25T20:36:19.814Z[ recovery-image] Aug 25 20:36:18.529 INFO E| Compiling anstyle-query v1.1.2
108792026-08-25T20:36:19.828Z[ recovery-image] Aug 25 20:36:18.546 INFO E| Compiling once_cell v1.21.3
108802026-08-25T20:36:19.831Z[ recovery-image] Aug 25 20:36:18.547 INFO E| Compiling is_terminal_polyfill v1.70.1
108812026-08-25T20:36:19.831Z[ recovery-image] Aug 25 20:36:18.547 INFO E| Compiling strsim v0.11.1
108822026-08-25T20:36:19.831Z[ recovery-image] Aug 25 20:36:18.547 INFO E| Compiling clap_lex v0.7.4
108832026-08-25T20:36:19.831Z[ recovery-image] Aug 25 20:36:18.547 INFO E| Compiling toml_write v0.1.1
108842026-08-25T20:36:19.841Z[ recovery-image] Aug 25 20:36:18.559 INFO E| Compiling winnow v0.7.7
108852026-08-25T20:36:19.846Z[ recovery-image] Aug 25 20:36:18.565 INFO E| Compiling anyhow v1.0.98
108862026-08-25T20:36:19.849Z[ recovery-image] Aug 25 20:36:18.567 INFO E| Compiling syn v2.0.101
108872026-08-25T20:36:19.954Z[ recovery-image] Aug 25 20:36:18.670 INFO E| Compiling anstyle-parse v0.2.6
108882026-08-25T20:36:19.985Z[ recovery-image] Aug 25 20:36:18.703 INFO E| Compiling cc v1.2.20
108892026-08-25T20:36:20.111Z[ recovery-image] Aug 25 20:36:18.829 INFO E| Compiling anstream v0.6.18
108902026-08-25T20:36:20.300Z[ recovery-image] Aug 25 20:36:19.018 INFO E| Compiling indexmap v2.9.0
108912026-08-25T20:36:20.314Z[ recovery-image] Aug 25 20:36:19.032 INFO E| Compiling clap_builder v4.5.37
108922026-08-25T20:36:20.490Z[ recovery-image] Aug 25 20:36:19.207 INFO E| Compiling shared_child v1.0.1
108932026-08-25T20:36:20.490Z[ recovery-image] Aug 25 20:36:19.207 INFO E| Compiling os_pipe v1.2.1
108942026-08-25T20:36:20.607Z[ recovery-image] Aug 25 20:36:19.325 INFO E| Compiling duct v0.13.7
108952026-08-25T20:36:20.936Z[ host-image] Aug 25 20:36:19.654 INFO E| Finished `release` profile [optimized] target(s) in 18.28s
108962026-08-25T20:36:20.952Z[ host-image] Aug 25 20:36:19.670 INFO building ROM for gimlet
108972026-08-25T20:36:20.953Z[ host-image] Aug 25 20:36:19.670 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")
108982026-08-25T20:36:21.044Z[ host-image] Aug 25 20:36:19.762 INFO E| Blocking waiting for file lock on build directory
108992026-08-25T20:36:21.092Z[ recovery-image] Aug 25 20:36:19.807 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
109002026-08-25T20:36:21.906Z[ recovery-image] Aug 25 20:36:20.623 INFO E| Compiling serde_derive v1.0.219
109012026-08-25T20:36:21.906Z[ recovery-image] Aug 25 20:36:20.624 INFO E| Compiling clap_derive v4.5.32
109022026-08-25T20:36:23.166Z[ recovery-image] Aug 25 20:36:21.884 INFO E| Compiling clap v4.5.37
109032026-08-25T20:36:23.763Z[ recovery-image] Aug 25 20:36:22.481 INFO E| Compiling serde v1.0.219
109042026-08-25T20:36:25.449Z[ recovery-image] Aug 25 20:36:24.166 INFO E| Compiling serde_spanned v0.6.8
109052026-08-25T20:36:25.450Z[ recovery-image] Aug 25 20:36:24.166 INFO E| Compiling toml_datetime v0.6.9
109062026-08-25T20:36:25.591Z[ recovery-image] Aug 25 20:36:24.309 INFO E| Compiling toml_edit v0.22.26
109072026-08-25T20:36:26.777Z[ recovery-image] Aug 25 20:36:25.495 INFO E| Compiling toml v0.8.22
109082026-08-25T20:36:28.807Z[ recovery-image] Aug 25 20:36:27.524 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s
109092026-08-25T20:36:28.816Z[ host-image] Aug 25 20:36:27.532 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.82s
109102026-08-25T20:36:28.819Z[ recovery-image] Aug 25 20:36:27.534 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`
109112026-08-25T20:36:28.819Z[ host-image] Aug 25 20:36:27.535 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`
109122026-08-25T20:36:28.828Z[ host-image] Aug 25 20:36:27.546 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109132026-08-25T20:36:28.831Z[ recovery-image] Aug 25 20:36:27.547 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109142026-08-25T20:36:28.849Z[ host-image] Aug 25 20:36:27.567 INFO E| Blocking waiting for file lock on package cache
109152026-08-25T20:36:28.874Z[ recovery-image] Aug 25 20:36:27.592 INFO E| Blocking waiting for file lock on package cache
109162026-08-25T20:36:28.897Z[ host-image] Aug 25 20:36:27.614 INFO E| Blocking waiting for file lock on package cache
109172026-08-25T20:36:28.900Z[ recovery-image] Aug 25 20:36:27.615 INFO E| Blocking waiting for file lock on package cache
109182026-08-25T20:36:28.900Z[ host-image] Aug 25 20:36:27.616 INFO E| Blocking waiting for file lock on package cache
109192026-08-25T20:36:28.915Z[ recovery-image] Aug 25 20:36:27.633 INFO E| Blocking waiting for file lock on package cache
109202026-08-25T20:36:28.930Z[ host-image] Aug 25 20:36:27.646 INFO E| Blocking waiting for file lock on build directory
109212026-08-25T20:36:28.945Z[ recovery-image] Aug 25 20:36:27.658 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
109222026-08-25T20:36:28.950Z[ recovery-image] Aug 25 20:36:27.662 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`
109232026-08-25T20:36:28.953Z[ host-image] Aug 25 20:36:27.667 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
109242026-08-25T20:36:28.956Z[ host-image] Aug 25 20:36:27.671 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`
109252026-08-25T20:36:29.071Z[ recovery-image] Aug 25 20:36:27.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109262026-08-25T20:36:29.071Z[ recovery-image] Aug 25 20:36:27.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109272026-08-25T20:36:29.071Z[ recovery-image] Aug 25 20:36:27.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109282026-08-25T20:36:29.071Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109292026-08-25T20:36:29.075Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109302026-08-25T20:36:29.075Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109312026-08-25T20:36:29.075Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109322026-08-25T20:36:29.075Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109332026-08-25T20:36:29.075Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109342026-08-25T20:36:29.075Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109352026-08-25T20:36:29.075Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109362026-08-25T20:36:29.075Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109372026-08-25T20:36:29.076Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109382026-08-25T20:36:29.076Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109392026-08-25T20:36:29.076Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109402026-08-25T20:36:29.076Z[ recovery-image] Aug 25 20:36:27.789 INFO O| Info: ABL version: 0x100f5010
109412026-08-25T20:36:29.077Z[ recovery-image] Aug 25 20:36:27.789 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109422026-08-25T20:36:29.077Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109432026-08-25T20:36:29.077Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109442026-08-25T20:36:29.077Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109452026-08-25T20:36:29.077Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109462026-08-25T20:36:29.077Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109472026-08-25T20:36:29.077Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109482026-08-25T20:36:29.077Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109492026-08-25T20:36:29.077Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109502026-08-25T20:36:29.077Z[ recovery-image] Aug 25 20:36:27.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109512026-08-25T20:36:29.077Z[ recovery-image] Aug 25 20:36:27.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109522026-08-25T20:36:29.078Z[ recovery-image] Aug 25 20:36:27.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109532026-08-25T20:36:29.078Z[ recovery-image] Aug 25 20:36:27.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109542026-08-25T20:36:29.078Z[ recovery-image] Aug 25 20:36:27.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109552026-08-25T20:36:29.078Z[ recovery-image] Aug 25 20:36:27.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109562026-08-25T20:36:29.078Z[ recovery-image] Aug 25 20:36:27.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109572026-08-25T20:36:29.078Z[ recovery-image] Aug 25 20:36:27.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109582026-08-25T20:36:29.079Z[ recovery-image] Aug 25 20:36:27.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109592026-08-25T20:36:29.079Z[ recovery-image] Aug 25 20:36:27.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109602026-08-25T20:36:29.082Z[ host-image] Aug 25 20:36:27.796 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109612026-08-25T20:36:29.083Z[ host-image] Aug 25 20:36:27.796 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109622026-08-25T20:36:29.083Z[ host-image] Aug 25 20:36:27.796 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109632026-08-25T20:36:29.083Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109642026-08-25T20:36:29.083Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109652026-08-25T20:36:29.083Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109662026-08-25T20:36:29.083Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109672026-08-25T20:36:29.083Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109682026-08-25T20:36:29.083Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109692026-08-25T20:36:29.083Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109702026-08-25T20:36:29.083Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109712026-08-25T20:36:29.083Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109722026-08-25T20:36:29.083Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109732026-08-25T20:36:29.083Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109742026-08-25T20:36:29.083Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109752026-08-25T20:36:29.083Z[ host-image] Aug 25 20:36:27.797 INFO O| Info: ABL version: 0x100f5010
109762026-08-25T20:36:29.083Z[ host-image] Aug 25 20:36:27.797 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109772026-08-25T20:36:29.083Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109782026-08-25T20:36:29.083Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109792026-08-25T20:36:29.083Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109802026-08-25T20:36:29.084Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109812026-08-25T20:36:29.084Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109822026-08-25T20:36:29.084Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109832026-08-25T20:36:29.084Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109842026-08-25T20:36:29.084Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109852026-08-25T20:36:29.084Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109862026-08-25T20:36:29.084Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109872026-08-25T20:36:29.084Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109882026-08-25T20:36:29.084Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109892026-08-25T20:36:29.084Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109902026-08-25T20:36:29.084Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109912026-08-25T20:36:29.084Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109922026-08-25T20:36:29.084Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109932026-08-25T20:36:29.084Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109942026-08-25T20:36:29.085Z[ host-image] Aug 25 20:36:27.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109952026-08-25T20:36:29.107Z[ recovery-image] Aug 25 20:36:27.825 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109962026-08-25T20:36:29.107Z[ recovery-image] Aug 25 20:36:27.825 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109972026-08-25T20:36:29.110Z[ recovery-image] Aug 25 20:36:27.825 INFO building ROM for cosmo
109982026-08-25T20:36:29.110Z[ recovery-image] Aug 25 20:36:27.825 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")
109992026-08-25T20:36:29.116Z[ host-image] Aug 25 20:36:27.834 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110002026-08-25T20:36:29.116Z[ host-image] Aug 25 20:36:27.834 INFO building ROM for cosmo
110012026-08-25T20:36:29.118Z[ host-image] Aug 25 20:36:27.834 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")
110022026-08-25T20:36:29.169Z[ host-image] Aug 25 20:36:27.886 INFO E| Blocking waiting for file lock on package cache
110032026-08-25T20:36:29.187Z[ recovery-image] Aug 25 20:36:27.905 INFO E| Blocking waiting for file lock on package cache
110042026-08-25T20:36:29.211Z[ host-image] Aug 25 20:36:27.928 INFO E| Blocking waiting for file lock on package cache
110052026-08-25T20:36:29.220Z[ recovery-image] Aug 25 20:36:27.938 INFO E| Blocking waiting for file lock on package cache
110062026-08-25T20:36:29.228Z[ recovery-image] Aug 25 20:36:27.946 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
110072026-08-25T20:36:29.232Z[ recovery-image] Aug 25 20:36:27.949 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`
110082026-08-25T20:36:29.237Z[ host-image] Aug 25 20:36:27.955 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
110092026-08-25T20:36:29.241Z[ host-image] Aug 25 20:36:27.958 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`
110102026-08-25T20:36:29.244Z[ recovery-image] Aug 25 20:36:27.962 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110112026-08-25T20:36:29.254Z[ host-image] Aug 25 20:36:27.971 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110122026-08-25T20:36:29.273Z[ host-image] Aug 25 20:36:27.991 INFO E| Blocking waiting for file lock on package cache
110132026-08-25T20:36:29.288Z[ recovery-image] Aug 25 20:36:28.006 INFO E| Blocking waiting for file lock on package cache
110142026-08-25T20:36:29.311Z[ recovery-image] Aug 25 20:36:28.028 INFO E| Blocking waiting for file lock on package cache
110152026-08-25T20:36:29.314Z[ host-image] Aug 25 20:36:28.030 INFO E| Blocking waiting for file lock on package cache
110162026-08-25T20:36:29.325Z[ recovery-image] Aug 25 20:36:28.043 INFO E| Blocking waiting for file lock on package cache
110172026-08-25T20:36:29.339Z[ host-image] Aug 25 20:36:28.056 INFO E| Blocking waiting for file lock on build directory
110182026-08-25T20:36:29.349Z[ recovery-image] Aug 25 20:36:28.065 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
110192026-08-25T20:36:29.356Z[ recovery-image] Aug 25 20:36:28.072 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`
110202026-08-25T20:36:29.360Z[ host-image] Aug 25 20:36:28.075 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
110212026-08-25T20:36:29.360Z[ host-image] Aug 25 20:36:28.078 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`
110222026-08-25T20:36:29.599Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110232026-08-25T20:36:29.599Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110242026-08-25T20:36:29.603Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110252026-08-25T20:36:29.603Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110262026-08-25T20:36:29.603Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110272026-08-25T20:36:29.603Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110282026-08-25T20:36:29.603Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110292026-08-25T20:36:29.605Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110302026-08-25T20:36:29.605Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110312026-08-25T20:36:29.605Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110322026-08-25T20:36:29.605Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110332026-08-25T20:36:29.605Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110342026-08-25T20:36:29.605Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110352026-08-25T20:36:29.605Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110362026-08-25T20:36:29.605Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110372026-08-25T20:36:29.605Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110382026-08-25T20:36:29.605Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110392026-08-25T20:36:29.605Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110402026-08-25T20:36:29.605Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110412026-08-25T20:36:29.605Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110422026-08-25T20:36:29.605Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110432026-08-25T20:36:29.606Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110442026-08-25T20:36:29.606Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110452026-08-25T20:36:29.606Z[ recovery-image] Aug 25 20:36:28.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110462026-08-25T20:36:29.606Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110472026-08-25T20:36:29.606Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110482026-08-25T20:36:29.606Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110492026-08-25T20:36:29.606Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110502026-08-25T20:36:29.606Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110512026-08-25T20:36:29.606Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110522026-08-25T20:36:29.606Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110532026-08-25T20:36:29.606Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110542026-08-25T20:36:29.606Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110552026-08-25T20:36:29.606Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110562026-08-25T20:36:29.607Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110572026-08-25T20:36:29.607Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110582026-08-25T20:36:29.607Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110592026-08-25T20:36:29.607Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110602026-08-25T20:36:29.607Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110612026-08-25T20:36:29.607Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110622026-08-25T20:36:29.607Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110632026-08-25T20:36:29.608Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110642026-08-25T20:36:29.608Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110652026-08-25T20:36:29.608Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110662026-08-25T20:36:29.608Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110672026-08-25T20:36:29.608Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110682026-08-25T20:36:29.608Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110692026-08-25T20:36:29.608Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110702026-08-25T20:36:29.608Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110712026-08-25T20:36:29.608Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110722026-08-25T20:36:29.609Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110732026-08-25T20:36:29.609Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110742026-08-25T20:36:29.609Z[ recovery-image] Aug 25 20:36:28.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110752026-08-25T20:36:29.609Z[ recovery-image] Aug 25 20:36:28.317 INFO O| Info: ABL version: 0x100af010
110762026-08-25T20:36:29.609Z[ recovery-image] Aug 25 20:36:28.317 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110772026-08-25T20:36:29.609Z[ recovery-image] Aug 25 20:36:28.318 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110782026-08-25T20:36:29.609Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110792026-08-25T20:36:29.609Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110802026-08-25T20:36:29.609Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110812026-08-25T20:36:29.609Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110822026-08-25T20:36:29.609Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110832026-08-25T20:36:29.609Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110842026-08-25T20:36:29.609Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110852026-08-25T20:36:29.609Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110862026-08-25T20:36:29.609Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110872026-08-25T20:36:29.610Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110882026-08-25T20:36:29.610Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110892026-08-25T20:36:29.610Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110902026-08-25T20:36:29.610Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110912026-08-25T20:36:29.610Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110922026-08-25T20:36:29.610Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110932026-08-25T20:36:29.610Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110942026-08-25T20:36:29.610Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110952026-08-25T20:36:29.610Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110962026-08-25T20:36:29.610Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110972026-08-25T20:36:29.610Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110982026-08-25T20:36:29.610Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110992026-08-25T20:36:29.610Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111002026-08-25T20:36:29.610Z[ recovery-image] Aug 25 20:36:28.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111012026-08-25T20:36:29.611Z[ recovery-image] Aug 25 20:36:28.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111022026-08-25T20:36:29.611Z[ recovery-image] Aug 25 20:36:28.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111032026-08-25T20:36:29.612Z[ recovery-image] Aug 25 20:36:28.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111042026-08-25T20:36:29.612Z[ recovery-image] Aug 25 20:36:28.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111052026-08-25T20:36:29.612Z[ recovery-image] Aug 25 20:36:28.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111062026-08-25T20:36:29.612Z[ recovery-image] Aug 25 20:36:28.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111072026-08-25T20:36:29.612Z[ recovery-image] Aug 25 20:36:28.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111082026-08-25T20:36:29.612Z[ recovery-image] Aug 25 20:36:28.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111092026-08-25T20:36:29.616Z[ host-image] Aug 25 20:36:28.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111102026-08-25T20:36:29.616Z[ host-image] Aug 25 20:36:28.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111112026-08-25T20:36:29.616Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111122026-08-25T20:36:29.616Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111132026-08-25T20:36:29.616Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111142026-08-25T20:36:29.618Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111152026-08-25T20:36:29.618Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111162026-08-25T20:36:29.618Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111172026-08-25T20:36:29.618Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111182026-08-25T20:36:29.618Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111192026-08-25T20:36:29.618Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111202026-08-25T20:36:29.618Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111212026-08-25T20:36:29.618Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111222026-08-25T20:36:29.618Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111232026-08-25T20:36:29.618Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111242026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111252026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111262026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111272026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111282026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111292026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111302026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111312026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111322026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111332026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111342026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111352026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111362026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111372026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111382026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111392026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111402026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111412026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111422026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111432026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111442026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111452026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111462026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111472026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111482026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111492026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111502026-08-25T20:36:29.619Z[ host-image] Aug 25 20:36:28.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111512026-08-25T20:36:29.620Z[ host-image] Aug 25 20:36:28.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111522026-08-25T20:36:29.620Z[ host-image] Aug 25 20:36:28.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111532026-08-25T20:36:29.620Z[ host-image] Aug 25 20:36:28.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111542026-08-25T20:36:29.620Z[ host-image] Aug 25 20:36:28.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111552026-08-25T20:36:29.620Z[ host-image] Aug 25 20:36:28.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111562026-08-25T20:36:29.620Z[ host-image] Aug 25 20:36:28.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111572026-08-25T20:36:29.620Z[ host-image] Aug 25 20:36:28.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111582026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111592026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111602026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111612026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111622026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.325 INFO O| Info: ABL version: 0x100af010
111632026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.325 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111642026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.325 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111652026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111662026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111672026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.325 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111682026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111692026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111702026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111712026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111722026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111732026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111742026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111752026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111762026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111772026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111782026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111792026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111802026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111812026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111822026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111832026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111842026-08-25T20:36:29.621Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111852026-08-25T20:36:29.622Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111862026-08-25T20:36:29.623Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111872026-08-25T20:36:29.623Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111882026-08-25T20:36:29.623Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111892026-08-25T20:36:29.623Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111902026-08-25T20:36:29.623Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111912026-08-25T20:36:29.623Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111922026-08-25T20:36:29.623Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111932026-08-25T20:36:29.623Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111942026-08-25T20:36:29.623Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111952026-08-25T20:36:29.623Z[ host-image] Aug 25 20:36:28.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111962026-08-25T20:36:29.641Z[ recovery-image] Aug 25 20:36:28.358 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
111972026-08-25T20:36:29.648Z[ host-image] Aug 25 20:36:28.365 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111982026-08-25T20:36:29.648Z[ host-image] Aug 25 20:36:28.365 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111992026-08-25T20:36:30.749Z[ recovery-image] Aug 25 20:36:29.466 INFO image complete! materials are in "/work/os-recovery"
112002026-08-25T20:36:30.753Z[ recovery-image]
112012026-08-25T20:36:30.753Z[ recovery-image] real 4:06.484174847
112022026-08-25T20:36:30.753Z[ recovery-image] user 2:37.059612015
112032026-08-25T20:36:30.753Z[ recovery-image] sys 37.800658269
112042026-08-25T20:36:30.753Z[ recovery-image] trap 0.085850985
112052026-08-25T20:36:30.754Z[ recovery-image] tflt 0.556378986
112062026-08-25T20:36:30.754Z[ recovery-image] dflt 0.709964987
112072026-08-25T20:36:30.754Z[ recovery-image] kflt 0.000070219
112082026-08-25T20:36:30.754Z[ recovery-image] lock 8:37.019692889
112092026-08-25T20:36:30.754Z[ recovery-image] slp 26:01.049870694
112102026-08-25T20:36:30.754Z[ recovery-image] lat 18.973730445
112112026-08-25T20:36:30.755Z[ recovery-image] stop 6.877884173
112122026-08-25T20:36:30.755ZAug 25 20:36:29.470 INFO [recovery-image] process exited with exit status: 0 (246.489324207s)
112132026-08-25T20:36:30.755ZAug 25 20:36:29.471 INFO [tuf-v2-recovery] running task
112142026-08-25T20:36:30.758ZAug 25 20:36:29.471 INFO [tuf-v2-recovery] task succeeded (844.39µs)
112152026-08-25T20:36:33.106Z[ host-image] Aug 25 20:36:31.824 INFO image complete! materials are in "/work/os-host"
112162026-08-25T20:36:33.112Z[ host-image]
112172026-08-25T20:36:33.112Z[ host-image] real 4:20.732906968
112182026-08-25T20:36:33.116Z[ host-image] user 2:51.587926989
112192026-08-25T20:36:33.116Z[ host-image] sys 37.504705112
112202026-08-25T20:36:33.116Z[ host-image] trap 0.120711028
112212026-08-25T20:36:33.116Z[ host-image] tflt 0.289518237
112222026-08-25T20:36:33.116Z[ host-image] dflt 0.265802340
112232026-08-25T20:36:33.116Z[ host-image] kflt 0.008679275
112242026-08-25T20:36:33.116Z[ host-image] lock 5:11.560026227
112252026-08-25T20:36:33.116Z[ host-image] slp 23:04.857594328
112262026-08-25T20:36:33.116Z[ host-image] lat 34.959087246
112272026-08-25T20:36:33.116Z[ host-image] stop 1.591153293
112282026-08-25T20:36:33.116ZAug 25 20:36:31.828 INFO [host-image] process exited with exit status: 0 (260.738580458s)
112292026-08-25T20:36:33.116ZAug 25 20:36:31.828 INFO [tuf-v2-host] running task
112302026-08-25T20:36:33.116ZAug 25 20:36:31.828 INFO [tuf-repo] running task
112312026-08-25T20:36:33.116ZAug 25 20:36:31.829 INFO [tuf-v2-host] task succeeded (419.35µs)
112322026-08-25T20:36:33.116ZAug 25 20:36:31.829 INFO [tuf-v2-repo] running task
112332026-08-25T20:36:54.731ZAug 25 20:36:53.449 INFO [tuf-v2-repo] task succeeded (21.620385588s)
112342026-08-25T20:36:55.146ZAug 25 20:36:53.863 INFO assembling repository in `/tmp/tufaceousaxUPVK`, component: OmicronRepoAssembler
112352026-08-25T20:37:03.744ZAug 25 20:37:02.459 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112362026-08-25T20:37:03.975ZAug 25 20:37:02.693 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112372026-08-25T20:37:06.305ZAug 25 20:37:05.022 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112382026-08-25T20:37:06.365ZAug 25 20:37:05.082 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112392026-08-25T20:37:06.415ZAug 25 20:37:05.132 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112402026-08-25T20:37:06.463ZAug 25 20:37:05.180 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112412026-08-25T20:37:06.515ZAug 25 20:37:05.232 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112422026-08-25T20:37:06.563ZAug 25 20:37:05.281 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112432026-08-25T20:37:06.621ZAug 25 20:37:05.332 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112442026-08-25T20:37:17.144ZAug 25 20:37:15.861 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
112452026-08-25T20:37:17.153ZAug 25 20:37:15.867 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
112462026-08-25T20:37:17.174ZAug 25 20:37:15.891 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
112472026-08-25T20:37:17.235ZAug 25 20:37:15.952 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112482026-08-25T20:37:17.322ZAug 25 20:37:16.009 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112492026-08-25T20:37:17.365ZAug 25 20:37:16.080 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112502026-08-25T20:37:17.427ZAug 25 20:37:16.143 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
112512026-08-25T20:37:17.437ZAug 25 20:37:16.149 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
112522026-08-25T20:37:17.463ZAug 25 20:37:16.172 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
112532026-08-25T20:37:22.913ZAug 25 20:37:17.902 INFO [tuf-repo] task succeeded (46.073876418s)
112542026-08-25T20:39:27.980Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 00s
112552026-08-25T20:39:27.984Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112562026-08-25T20:39:27.985Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112572026-08-25T20:39:30.686ZAug 25 20:39:29.401 INFO [verify-libraries] process exited with exit status: 0 (426.637320047s)
112582026-08-25T20:39:30.686ZAug 25 20:39:29.402 INFO all jobs completed in 1212.645651215s
112592026-08-25T20:39:31.846Zprocess exited: duration 1438057 ms, exit code 0
 
112602026-08-25T20:39:31.859Zfound 41 output files
112612026-08-25T20:39:31.859Zuploading: /work/manifest.toml (17334 bytes)
112622026-08-25T20:39:32.873Zuploaded: /work/manifest.toml
112632026-08-25T20:39:32.877Zuploading: /work/repo.zip (3284787337 bytes)
112642026-08-25T20:40:12.273Zuploaded: /work/repo.zip
112652026-08-25T20:40:12.273Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112662026-08-25T20:40:13.342Zuploaded: /work/repo.zip.sha256.txt
112672026-08-25T20:40:13.342Zuploading: /work/helios.json (647 bytes)
112682026-08-25T20:40:14.356Zuploaded: /work/helios.json
112692026-08-25T20:40:14.356Zuploading: /work/incorporation.p5m (113590 bytes)
112702026-08-25T20:40:15.375Zuploaded: /work/incorporation.p5m
112712026-08-25T20:40:15.376Zuploading: /work/incorporation.p5p (133120 bytes)
112722026-08-25T20:40:16.441Zuploaded: /work/incorporation.p5p
112732026-08-25T20:40:16.442Zuploading: /work/helios-incorp.log (522 bytes)
112742026-08-25T20:40:17.455Zuploaded: /work/helios-incorp.log
112752026-08-25T20:40:17.455Zuploading: /work/helios-setup.log (57093 bytes)
112762026-08-25T20:40:18.473Zuploaded: /work/helios-setup.log
112772026-08-25T20:40:18.473Zuploading: /work/host-image.log (234891 bytes)
112782026-08-25T20:40:19.498Zuploaded: /work/host-image.log
112792026-08-25T20:40:19.499Zuploading: /work/host-package.log (33790 bytes)
112802026-08-25T20:40:20.514Zuploaded: /work/host-package.log
112812026-08-25T20:40:20.514Zuploading: /work/host-target.log (101 bytes)
112822026-08-25T20:40:21.528Zuploaded: /work/host-target.log
112832026-08-25T20:40:21.528Zuploading: /work/incorp-create.log (0 bytes)
112842026-08-25T20:40:22.540Zuploaded: /work/incorp-create.log
112852026-08-25T20:40:22.540Zuploading: /work/incorp-fmt.log (0 bytes)
112862026-08-25T20:40:23.548Zuploaded: /work/incorp-fmt.log
112872026-08-25T20:40:23.548Zuploading: /work/incorp-pkgsend.log (108 bytes)
112882026-08-25T20:40:24.560Zuploaded: /work/incorp-pkgsend.log
112892026-08-25T20:40:24.560Zuploading: /work/incorp-publisher.log (0 bytes)
112902026-08-25T20:40:25.574Zuploaded: /work/incorp-publisher.log
112912026-08-25T20:40:25.574Zuploading: /work/omicron-package.log (10430 bytes)
112922026-08-25T20:40:26.587Zuploaded: /work/omicron-package.log
112932026-08-25T20:40:26.588Zuploading: /work/recovery-image.log (589738 bytes)
112942026-08-25T20:40:27.612Zuploaded: /work/recovery-image.log
112952026-08-25T20:40:27.613Zuploading: /work/recovery-package.log (321 bytes)
112962026-08-25T20:40:28.625Zuploaded: /work/recovery-package.log
112972026-08-25T20:40:28.629Zuploading: /work/recovery-target.log (98 bytes)
112982026-08-25T20:40:29.640Zuploaded: /work/recovery-target.log
112992026-08-25T20:40:29.643Zuploading: /work/stamp-clickhouse.log (117 bytes)
113002026-08-25T20:40:30.656Zuploaded: /work/stamp-clickhouse.log
113012026-08-25T20:40:30.656Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113022026-08-25T20:40:31.669Zuploaded: /work/stamp-clickhouse_keeper.log
113032026-08-25T20:40:31.669Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113042026-08-25T20:40:32.682Zuploaded: /work/stamp-clickhouse_server.log
113052026-08-25T20:40:32.682Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113062026-08-25T20:40:33.694Zuploaded: /work/stamp-cockroachdb.log
113072026-08-25T20:40:33.694Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113082026-08-25T20:40:34.707Zuploaded: /work/stamp-crucible-pantry-zone.log
113092026-08-25T20:40:34.707Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113102026-08-25T20:40:35.718Zuploaded: /work/stamp-crucible-utils.log
113112026-08-25T20:40:35.719Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113122026-08-25T20:40:36.731Zuploaded: /work/stamp-crucible-zone.log
113132026-08-25T20:40:36.731Zuploading: /work/stamp-external-dns.log (119 bytes)
113142026-08-25T20:40:37.745Zuploaded: /work/stamp-external-dns.log
113152026-08-25T20:40:37.745Zuploading: /work/stamp-installinator.log (103 bytes)
113162026-08-25T20:40:38.757Zuploaded: /work/stamp-installinator.log
113172026-08-25T20:40:38.758Zuploading: /work/stamp-internal-dns.log (119 bytes)
113182026-08-25T20:40:39.773Zuploaded: /work/stamp-internal-dns.log
113192026-08-25T20:40:39.773Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113202026-08-25T20:40:40.788Zuploaded: /work/stamp-mg-ddm-gz.log
113212026-08-25T20:40:40.789Zuploading: /work/stamp-nexus.log (112 bytes)
113222026-08-25T20:40:41.803Zuploaded: /work/stamp-nexus.log
113232026-08-25T20:40:41.803Zuploading: /work/stamp-ntp.log (110 bytes)
113242026-08-25T20:40:42.815Zuploaded: /work/stamp-ntp.log
113252026-08-25T20:40:42.816Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113262026-08-25T20:40:43.830Zuploaded: /work/stamp-omicron-sled-agent.log
113272026-08-25T20:40:43.830Zuploading: /work/stamp-overlay.log (114 bytes)
113282026-08-25T20:40:44.843Zuploaded: /work/stamp-overlay.log
113292026-08-25T20:40:44.843Zuploading: /work/stamp-oximeter.log (115 bytes)
113302026-08-25T20:40:45.854Zuploaded: /work/stamp-oximeter.log
113312026-08-25T20:40:45.854Zuploading: /work/stamp-oxlog.log (109 bytes)
113322026-08-25T20:40:46.868Zuploaded: /work/stamp-oxlog.log
113332026-08-25T20:40:46.868Zuploading: /work/stamp-probe.log (112 bytes)
113342026-08-25T20:40:47.881Zuploaded: /work/stamp-probe.log
113352026-08-25T20:40:47.882Zuploading: /work/stamp-propolis-server.log (122 bytes)
113362026-08-25T20:40:48.897Zuploaded: /work/stamp-propolis-server.log
113372026-08-25T20:40:48.897Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113382026-08-25T20:40:49.910Zuploaded: /work/stamp-pumpkind-gz.log
113392026-08-25T20:40:49.910Zuploading: /work/stamp-switch-asic.log (118 bytes)
113402026-08-25T20:40:50.961Zuploaded: /work/stamp-switch-asic.log
113412026-08-25T20:40:50.961Zuploading: /work/verify-libraries.log (50737 bytes)
113422026-08-25T20:40:51.978Zuploaded: /work/verify-libraries.log