01M08ED5GDG74DB8JNMA7VZFPQ: 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: 01M08EF01FGAKT2NHX1QV4ZN5D

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-17T18:07:32.695Zjob assigned to worker 01M08EF5VS1E73WK22S4H9J8AX [factory aws, i-0f8462df09bf13494] (queued for 50 s)
 
22026-08-17T18:07:39.921Zstarting task 0: "setup"
32026-08-17T18:07:39.925Z++ uname -s
42026-08-17T18:07:39.929Z+ kern=SunOS
52026-08-17T18:07:39.929Z+ build_user=build
62026-08-17T18:07:39.929Z+ build_uid=12345
72026-08-17T18:07:39.929Z+ work_dir=/work
82026-08-17T18:07:39.929Z+ input_dir=/input
92026-08-17T18:07:39.930Z+ [[ 0 == 12345 ]]
102026-08-17T18:07:39.930Z+ case "$kern" in
112026-08-17T18:07:39.930Z+ groupadd -g 12345 build
122026-08-17T18:07:39.941Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-17T18:07:41.950Z+ zfs create -o mountpoint=/work rpool/work
142026-08-17T18:07:42.043Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-17T18:07:42.047Z+ home_fs=zfs
162026-08-17T18:07:42.047Z+ [[ zfs == autofs ]]
172026-08-17T18:07:42.047Z+ mkdir -p /home/build
182026-08-17T18:07:42.050Z+ chown build:build /home/build /work
192026-08-17T18:07:44.049Z+ chmod 0700 /home/build /work
202026-08-17T18:07:44.053Zprocess exited: duration 4133 ms, exit code 0
 
212026-08-17T18:07:44.059Zstarting task 1: "rust-toolchain"
222026-08-17T18:07:44.064Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-17T18:07:44.064Z * rust toolchain channel = "1.97.1"
242026-08-17T18:07:44.064Z * rust toolchain profile = "default"
252026-08-17T18:07:44.064Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-17T18:07:44.065Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-17T18:07:44.065Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-17T18:07:44.068Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-17T18:07:44.068Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-17T18:07:44.180Zinfo: downloading installer
312026-08-17T18:07:45.547Zwarn: It looks like you have an existing rustup settings file at:
322026-08-17T18:07:45.547Zwarn: /home/build/.rustup/settings.toml
332026-08-17T18:07:45.547Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-17T18:07:45.547Zwarn: instead of the one inferred from the default host triple.
352026-08-17T18:07:45.559Zinfo: profile set to default
362026-08-17T18:07:45.559Zinfo: default host triple is x86_64-unknown-illumos
372026-08-17T18:07:45.562Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-17T18:07:45.689Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-17T18:07:45.693Zinfo: downloading 6 components
402026-08-17T18:08:01.702Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-17T18:08:01.702Z
422026-08-17T18:08:01.731Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-17T18:08:01.731Z
442026-08-17T18:08:01.731Z
452026-08-17T18:08:01.731ZRust is installed now. Great!
462026-08-17T18:08:01.731Z
472026-08-17T18:08:01.735ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-17T18:08:01.735Zenvironment variable. This has not been done automatically.
492026-08-17T18:08:01.735Z
502026-08-17T18:08:01.735ZTo configure your current shell, you need to source
512026-08-17T18:08:01.735Zthe corresponding env file under $HOME/.cargo.
522026-08-17T18:08:01.735Z
532026-08-17T18:08:01.735ZThis is usually done by running one of the following (note the leading DOT):
542026-08-17T18:08:01.735Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-17T18:08:01.735Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-17T18:08:01.735Zsource "~/.cargo/env.nu" # For nushell
572026-08-17T18:08:01.735Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-17T18:08:01.735Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-17T18:08:01.735Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-17T18:08:01.735Zwarn: no default linker (`cc`) was found in your PATH
612026-08-17T18:08:01.735Zwarn: many Rust crates require a system C toolchain to build
622026-08-17T18:08:01.845Z+ rustup --version
632026-08-17T18:08:01.850Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-17T18:08:01.854Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-17T18:08:01.871Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-17T18:08:01.875Z+ cargo --version
672026-08-17T18:08:01.883Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-17T18:08:01.887Z+ rustc --version
692026-08-17T18:08:01.925Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-17T18:08:01.928Zprocess exited: duration 17848 ms, exit code 0
 
712026-08-17T18:08:01.935Zstarting task 2: "authentication"
722026-08-17T18:08:01.953Zprocess exited: duration 18 ms, exit code 0
 
732026-08-17T18:08:01.960Zstarting task 3: "clone repository"
742026-08-17T18:08:01.964Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-17T18:08:01.967Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-17T18:08:01.997ZCloning into '/work/oxidecomputer/omicron'...
772026-08-17T18:08:21.061Z+ cd /work/oxidecomputer/omicron
782026-08-17T18:08:21.061Z+ git fetch origin 30722673bcde6304f78fb9995ac90a3fd0bea657
792026-08-17T18:08:21.414ZFrom https://github.com/oxidecomputer/omicron
802026-08-17T18:08:21.414Z * branch 30722673bcde6304f78fb9995ac90a3fd0bea657 -> FETCH_HEAD
812026-08-17T18:08:21.428Z+ [[ -n avoid-asset-race ]]
822026-08-17T18:08:21.432Z++ git branch --show-current
832026-08-17T18:08:21.432Z+ current=main
842026-08-17T18:08:21.432Z+ [[ main != avoid-asset-race ]]
852026-08-17T18:08:21.432Z+ git branch -f avoid-asset-race 30722673bcde6304f78fb9995ac90a3fd0bea657
862026-08-17T18:08:21.435Z+ git checkout -f avoid-asset-race
872026-08-17T18:08:21.633ZSwitched to branch 'avoid-asset-race'
882026-08-17T18:08:21.637Z+ git reset --hard 30722673bcde6304f78fb9995ac90a3fd0bea657
892026-08-17T18:08:21.833ZHEAD is now at 30722673b hakari!!!!
902026-08-17T18:08:21.836Zprocess exited: duration 19875 ms, exit code 0
 
912026-08-17T18:08:21.843Zstarting task 4: "build"
922026-08-17T18:08:21.849Z+ source .github/buildomat/ci-env.sh
932026-08-17T18:08:21.852Z++ export CARGO_TERM_COLOR=always
942026-08-17T18:08:21.852Z++ CARGO_TERM_COLOR=always
952026-08-17T18:08:21.852Z+++ uname -s
962026-08-17T18:08:21.852Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-17T18:08:21.852Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-17T18:08:21.856Z+ cargo --version
992026-08-17T18:08:21.862Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-17T18:08:21.865Z+ rustc --version
1012026-08-17T18:08:21.886Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-17T18:08:21.889Z+ cargo tree --locked
1032026-08-17T18:08:22.055Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-17T18:08:22.376Z Updating crates.io index
1052026-08-17T18:08:22.380Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-17T18:08:22.685Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-17T18:08:23.157Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-17T18:08:24.464Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-17T18:08:25.114Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-17T18:08:27.123Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-17T18:08:28.245Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-17T18:08:28.574Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-17T18:08:28.957Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-17T18:08:30.447Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-17T18:08:30.786Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-17T18:08:31.336Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-17T18:08:31.669Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-17T18:08:31.947Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-17T18:08:32.217Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-17T18:08:32.528Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-17T18:08:32.801Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-17T18:08:33.097Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1232026-08-17T18:08:33.412Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1242026-08-17T18:08:34.307Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-08-17T18:08:34.743Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-08-17T18:08:35.336Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-08-17T18:08:35.648Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-08-17T18:08:36.265Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-08-17T18:08:36.644Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-17T18:08:36.991Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-17T18:08:37.472Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-17T18:08:37.757Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-17T18:08:38.351Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-17T18:08:38.744Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-17T18:08:39.082Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-17T18:08:39.424Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-17T18:08:39.827Z Updating git repository `https://github.com/oxidecomputer/tough`
1382026-08-17T18:08:40.651Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-17T18:08:41.349Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-17T18:08:41.715Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-17T18:08:42.051Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-08-17T18:08:42.765Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1432026-08-17T18:08:43.073Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-08-17T18:08:43.372Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-17T18:08:43.677Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-17T18:08:44.007Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-08-17T18:08:45.589Z Downloading crates ...
1482026-08-17T18:08:45.653Z Downloaded cobs v0.3.0
1492026-08-17T18:08:45.657Z Downloaded defmt-parser v1.0.0
1502026-08-17T18:08:45.660Z Downloaded crucible-workspace-hack v0.1.0
1512026-08-17T18:08:45.660Z Downloaded ciborium-io v0.2.2
1522026-08-17T18:08:45.660Z Downloaded convert_case v0.4.0
1532026-08-17T18:08:45.663Z Downloaded cpubits v0.1.1
1542026-08-17T18:08:45.667Z Downloaded heck v0.5.0
1552026-08-17T18:08:45.670Z Downloaded cipher v0.4.4
1562026-08-17T18:08:45.670Z Downloaded colorchoice v1.0.4
1572026-08-17T18:08:45.670Z Downloaded ciborium-ll v0.2.2
1582026-08-17T18:08:45.673Z Downloaded half v2.7.1
1592026-08-17T18:08:45.677Z Downloaded hash32 v0.2.1
1602026-08-17T18:08:45.677Z Downloaded hash32 v0.3.1
1612026-08-17T18:08:45.680Z Downloaded ident_case v1.0.1
1622026-08-17T18:08:45.683Z Downloaded git-stub v1.0.0
1632026-08-17T18:08:45.683Z Downloaded compression-core v0.4.31
1642026-08-17T18:08:45.684Z Downloaded data-encoding v2.10.0
1652026-08-17T18:08:45.684Z Downloaded cmov v0.5.4
1662026-08-17T18:08:45.688Z Downloaded concurrent-queue v2.5.0
1672026-08-17T18:08:45.688Z Downloaded headers-core v0.3.0
1682026-08-17T18:08:45.688Z Downloaded hex-literal v0.4.1
1692026-08-17T18:08:45.691Z Downloaded globwalk v0.9.1
1702026-08-17T18:08:45.691Z Downloaded guppy-workspace-hack v0.1.0
1712026-08-17T18:08:45.694Z Downloaded home v0.5.12
1722026-08-17T18:08:45.694Z Downloaded heck v0.4.1
1732026-08-17T18:08:45.695Z Downloaded hex-literal v1.1.0
1742026-08-17T18:08:45.695Z Downloaded http-body v1.0.1
1752026-08-17T18:08:45.698Z Downloaded constant_time_eq v0.3.1
1762026-08-17T18:08:45.698Z Downloaded cipher v0.5.2
1772026-08-17T18:08:45.701Z Downloaded inout v0.2.2
1782026-08-17T18:08:45.701Z Downloaded group v0.14.0
1792026-08-17T18:08:45.705Z Downloaded ipnetwork v0.21.1
1802026-08-17T18:08:45.705Z Downloaded cstr-argument v0.1.2
1812026-08-17T18:08:45.710Z Downloaded crc v3.4.0
1822026-08-17T18:08:45.710Z Downloaded crc-catalog v2.4.0
1832026-08-17T18:08:45.713Z Downloaded cmake v0.1.57
1842026-08-17T18:08:45.713Z Downloaded corncobs v0.1.4
1852026-08-17T18:08:45.717Z Downloaded git-stub-vcs v0.1.0
1862026-08-17T18:08:45.717Z Downloaded glob v0.3.3
1872026-08-17T18:08:45.721Z Downloaded clap_lex v1.0.0
1882026-08-17T18:08:45.721Z Downloaded crypto-common v0.1.7
1892026-08-17T18:08:45.721Z Downloaded hostname v0.3.1
1902026-08-17T18:08:45.721Z Downloaded group v0.13.0
1912026-08-17T18:08:45.724Z Downloaded cpufeatures v0.3.0
1922026-08-17T18:08:45.725Z Downloaded cpufeatures v0.2.17
1932026-08-17T18:08:45.725Z Downloaded darling_macro v0.20.11
1942026-08-17T18:08:45.728Z Downloaded hex v0.4.3
1952026-08-17T18:08:45.728Z Downloaded httpdate v1.0.3
1962026-08-17T18:08:45.728Z Downloaded darling_macro v0.21.3
1972026-08-17T18:08:45.728Z Downloaded clap_derive v4.6.1
1982026-08-17T18:08:45.731Z Downloaded darling v0.23.0
1992026-08-17T18:08:45.731Z Downloaded colored v2.2.0
2002026-08-17T18:08:45.735Z Downloaded compression-codecs v0.4.37
2012026-08-17T18:08:45.735Z Downloaded console v0.15.11
2022026-08-17T18:08:45.738Z Downloaded hostname v0.4.2
2032026-08-17T18:08:45.738Z Downloaded crc8 v0.1.1
2042026-08-17T18:08:45.741Z Downloaded instability v0.3.11
2052026-08-17T18:08:45.741Z Downloaded indoc v1.0.9
2062026-08-17T18:08:45.741Z Downloaded inout v0.1.4
2072026-08-17T18:08:45.745Z Downloaded hubpack v0.1.2
2082026-08-17T18:08:45.745Z Downloaded crunchy v0.2.4
2092026-08-17T18:08:45.748Z Downloaded curve25519-dalek-derive v0.1.1
2102026-08-17T18:08:45.748Z Downloaded instant v0.1.13
2112026-08-17T18:08:45.751Z Downloaded idna_adapter v1.2.1
2122026-08-17T18:08:45.755Z Downloaded darling_macro v0.13.4
2132026-08-17T18:08:45.755Z Downloaded defmt v0.3.100
2142026-08-17T18:08:45.755Z Downloaded derive_builder_macro v0.20.2
2152026-08-17T18:08:45.755Z Downloaded debug-ignore v1.0.5
2162026-08-17T18:08:45.759Z Downloaded illumos-nvpair-sys v0.2.0
2172026-08-17T18:08:45.762Z Downloaded crypto-common v0.2.2
2182026-08-17T18:08:45.762Z Downloaded half v1.8.3
2192026-08-17T18:08:45.768Z Downloaded criterion-plot v0.6.0
2202026-08-17T18:08:45.771Z Downloaded darling_macro v0.23.0
2212026-08-17T18:08:45.771Z Downloaded approx v0.5.1
2222026-08-17T18:08:45.775Z Downloaded internet-checksum v0.2.1
2232026-08-17T18:08:45.778Z Downloaded http-range v0.1.5
2242026-08-17T18:08:45.778Z Downloaded ascii-canvas v3.0.0
2252026-08-17T18:08:45.778Z Downloaded hubpack_derive v0.1.1
2262026-08-17T18:08:45.778Z Downloaded convert_case v0.10.0
2272026-08-17T18:08:45.782Z Downloaded critical-section v1.2.0
2282026-08-17T18:08:45.782Z Downloaded indent_write v2.2.0
2292026-08-17T18:08:45.785Z Downloaded cookie v0.18.1
2302026-08-17T18:08:45.785Z Downloaded addr2line v0.25.1
2312026-08-17T18:08:45.785Z Downloaded console v0.16.2
2322026-08-17T18:08:45.785Z Downloaded crossbeam-epoch v0.9.18
2332026-08-17T18:08:45.789Z Downloaded is-terminal v0.4.17
2342026-08-17T18:08:45.789Z Downloaded hyper-tls v0.6.0
2352026-08-17T18:08:45.789Z Downloaded illumos-nvpair v0.3.0
2362026-08-17T18:08:45.792Z Downloaded ctutils v0.4.2
2372026-08-17T18:08:45.792Z Downloaded assert-json-diff v2.0.2
2382026-08-17T18:08:45.792Z Downloaded async-recursion v1.1.1
2392026-08-17T18:08:45.795Z Downloaded bit-set v0.8.0
2402026-08-17T18:08:45.796Z Downloaded globset v0.4.18
2412026-08-17T18:08:45.800Z Downloaded opaque-debug v0.3.1
2422026-08-17T18:08:45.800Z Downloaded openssl-probe v0.1.6
2432026-08-17T18:08:45.800Z Downloaded parking v2.2.1
2442026-08-17T18:08:45.800Z Downloaded atomic-waker v1.1.2
2452026-08-17T18:08:45.803Z Downloaded bcrypt-pbkdf v0.11.0
2462026-08-17T18:08:45.806Z Downloaded defmt v1.0.1
2472026-08-17T18:08:45.810Z Downloaded cargo-platform v0.3.2
2482026-08-17T18:08:45.810Z Downloaded castaway v0.2.4
2492026-08-17T18:08:45.810Z Downloaded oso-derive v0.27.3
2502026-08-17T18:08:45.810Z Downloaded daft v0.1.7
2512026-08-17T18:08:45.813Z Downloaded daft-derive v0.1.7
2522026-08-17T18:08:45.813Z Downloaded crossbeam-deque v0.8.6
2532026-08-17T18:08:45.817Z Downloaded ctr v0.10.1
2542026-08-17T18:08:45.820Z Downloaded defmt-macros v1.0.1
2552026-08-17T18:08:45.820Z Downloaded csv-core v0.1.13
2562026-08-17T18:08:45.823Z Downloaded derive-ex v0.1.8
2572026-08-17T18:08:45.826Z Downloaded delegate v0.13.5
2582026-08-17T18:08:45.827Z Downloaded ingot-types v0.2.0
2592026-08-17T18:08:45.830Z Downloaded darling v0.13.4
2602026-08-17T18:08:45.830Z Downloaded impl-trait-for-tuples v0.2.3
2612026-08-17T18:08:45.834Z Downloaded plain v0.2.3
2622026-08-17T18:08:45.834Z Downloaded predicates-core v1.0.10
2632026-08-17T18:08:45.834Z Downloaded proc-macro-crate v1.3.1
2642026-08-17T18:08:45.834Z Downloaded ingot v0.2.1
2652026-08-17T18:08:45.838Z Downloaded const-oid v0.9.6
2662026-08-17T18:08:45.841Z Downloaded crc32fast v1.5.0
2672026-08-17T18:08:45.841Z Downloaded adler2 v2.0.1
2682026-08-17T18:08:45.845Z Downloaded predicates-tree v1.0.13
2692026-08-17T18:08:45.848Z Downloaded proc-macro-crate v3.4.0
2702026-08-17T18:08:45.852Z Downloaded anes v0.1.6
2712026-08-17T18:08:45.855Z Downloaded anstyle v1.0.14
2722026-08-17T18:08:45.855Z Downloaded const_format_proc_macros v0.2.34
2732026-08-17T18:08:45.859Z Downloaded http-body-util v0.1.3
2742026-08-17T18:08:45.862Z Downloaded chumsky v0.9.3
2752026-08-17T18:08:45.862Z Downloaded const_format v0.2.35
2762026-08-17T18:08:45.865Z Downloaded bit-vec v0.6.3
2772026-08-17T18:08:45.866Z Downloaded bitflags v1.3.2
2782026-08-17T18:08:45.866Z Downloaded partial-io v0.5.4
2792026-08-17T18:08:45.869Z Downloaded password-hash v0.5.0
2802026-08-17T18:08:45.869Z Downloaded humantime v2.3.0
2812026-08-17T18:08:45.869Z Downloaded sapling-renderdag v0.1.0
2822026-08-17T18:08:45.874Z Downloaded packed_struct v0.10.1
2832026-08-17T18:08:45.874Z Downloaded recursive-proc-macro-impl v0.1.1
2842026-08-17T18:08:45.874Z Downloaded clap v4.6.1
2852026-08-17T18:08:45.877Z Downloaded constant_time_eq v0.4.2
2862026-08-17T18:08:45.881Z Downloaded crossbeam-utils v0.8.21
2872026-08-17T18:08:45.881Z Downloaded der_derive v0.7.3
2882026-08-17T18:08:45.881Z Downloaded hmac v0.12.1
2892026-08-17T18:08:45.884Z Downloaded highway v1.3.0
2902026-08-17T18:08:45.884Z Downloaded ipnet v2.11.0
2912026-08-17T18:08:45.884Z Downloaded darling v0.21.3
2922026-08-17T18:08:45.888Z Downloaded derive_builder_core v0.20.2
2932026-08-17T18:08:45.888Z Downloaded hickory-client v0.25.2
2942026-08-17T18:08:45.888Z Downloaded datatest-stable v0.3.3
2952026-08-17T18:08:45.891Z Downloaded derive_builder v0.20.2
2962026-08-17T18:08:45.895Z Downloaded darling v0.20.11
2972026-08-17T18:08:45.895Z Downloaded bs58 v0.5.1
2982026-08-17T18:08:45.898Z Downloaded deranged v0.5.8
2992026-08-17T18:08:45.898Z Downloaded blowfish v0.10.0
3002026-08-17T18:08:45.898Z Downloaded serde_regex v1.1.0
3012026-08-17T18:08:45.898Z Downloaded serde_urlencoded v0.7.1
3022026-08-17T18:08:45.898Z Downloaded oxide-update-engine v0.1.2
3032026-08-17T18:08:45.902Z Downloaded scopeguard v1.2.0
3042026-08-17T18:08:45.902Z Downloaded signature v2.2.0
3052026-08-17T18:08:45.902Z Downloaded signature v3.0.0
3062026-08-17T18:08:45.902Z Downloaded clang-sys v1.8.1
3072026-08-17T18:08:45.905Z Downloaded pkg-config v0.3.32
3082026-08-17T18:08:45.905Z Downloaded scheduled-thread-pool v0.2.7
3092026-08-17T18:08:45.905Z Downloaded sha1 v0.11.0
3102026-08-17T18:08:45.905Z Downloaded proc-macro-error v1.0.4
3112026-08-17T18:08:45.908Z Downloaded sigpipe v0.1.3
3122026-08-17T18:08:45.909Z Downloaded colored v3.1.1
3132026-08-17T18:08:45.909Z Downloaded ppv-lite86 v0.2.21
3142026-08-17T18:08:45.909Z Downloaded rand_seeder v0.4.0
3152026-08-17T18:08:45.912Z Downloaded compact_str v0.8.1
3162026-08-17T18:08:45.912Z Downloaded const-oid v0.10.2
3172026-08-17T18:08:45.916Z Downloaded crc-any v2.5.0
3182026-08-17T18:08:45.916Z Downloaded ciborium v0.2.2
3192026-08-17T18:08:45.916Z Downloaded cookie_store v0.22.1
3202026-08-17T18:08:45.916Z Downloaded rand_core v0.9.5
3212026-08-17T18:08:45.919Z Downloaded subtle v2.6.1
3222026-08-17T18:08:45.919Z Downloaded supports-hyperlinks v2.1.0
3232026-08-17T18:08:45.919Z Downloaded httparse v1.10.1
3242026-08-17T18:08:45.919Z Downloaded hyper-staticfile v0.10.1
3252026-08-17T18:08:45.923Z Downloaded indoc v2.0.7
3262026-08-17T18:08:45.923Z Downloaded iana-time-zone v0.1.65
3272026-08-17T18:08:45.923Z Downloaded take_mut v0.2.2
3282026-08-17T18:08:45.926Z Downloaded testing_table v0.3.0
3292026-08-17T18:08:45.926Z Downloaded httptest v0.16.4
3302026-08-17T18:08:45.926Z Downloaded derive_more v0.99.20
3312026-08-17T18:08:45.930Z Downloaded peg v0.8.5
3322026-08-17T18:08:45.930Z Downloaded rustversion v1.0.22
3332026-08-17T18:08:45.933Z Downloaded hybrid-array v0.4.13
3342026-08-17T18:08:45.933Z Downloaded thread-id v5.1.0
3352026-08-17T18:08:45.933Z Downloaded tokio-macros v2.7.0
3362026-08-17T18:08:45.933Z Downloaded peg-macros v0.8.5
3372026-08-17T18:08:45.937Z Downloaded polyval v0.7.1
3382026-08-17T18:08:45.937Z Downloaded thread-id v4.2.2
3392026-08-17T18:08:45.937Z Downloaded parking_lot_core v0.9.12
3402026-08-17T18:08:45.937Z Downloaded pest_generator v2.8.6
3412026-08-17T18:08:45.940Z Downloaded toml_datetime v0.6.11
3422026-08-17T18:08:45.941Z Downloaded darling_core v0.13.4
3432026-08-17T18:08:45.941Z Downloaded postgres-protocol v0.6.10
3442026-08-17T18:08:45.944Z Downloaded derive-where v1.6.0
3452026-08-17T18:08:45.944Z Downloaded ingot-macros v0.2.0
3462026-08-17T18:08:45.944Z Downloaded argon2 v0.6.0-rc.8
3472026-08-17T18:08:45.947Z Downloaded progenitor-client v0.13.0
3482026-08-17T18:08:45.951Z Downloaded pest_derive v2.8.6
3492026-08-17T18:08:45.951Z Downloaded terminal_size v0.4.3
3502026-08-17T18:08:45.951Z Downloaded topological-sort v0.2.2
3512026-08-17T18:08:45.954Z Downloaded heapless v0.8.0
3522026-08-17T18:08:45.954Z Downloaded headers v0.4.1
3532026-08-17T18:08:45.957Z Downloaded hmac v0.13.0
3542026-08-17T18:08:45.957Z Downloaded slog-stdlog v4.1.1
3552026-08-17T18:08:45.961Z Downloaded slog-term v2.9.2
3562026-08-17T18:08:45.961Z Downloaded bzip2 v0.4.4
3572026-08-17T18:08:45.964Z Downloaded rustc-demangle v0.1.27
3582026-08-17T18:08:45.964Z Downloaded unarray v0.1.4
3592026-08-17T18:08:45.968Z Downloaded usdt v0.6.0
3602026-08-17T18:08:45.968Z Downloaded untrusted v0.7.1
3612026-08-17T18:08:45.968Z Downloaded xattr v1.6.1
3622026-08-17T18:08:45.971Z Downloaded ssh-encoding v0.3.0
3632026-08-17T18:08:45.975Z Downloaded strum_macros v0.24.3
3642026-08-17T18:08:45.978Z Downloaded synstructure v0.13.2
3652026-08-17T18:08:45.978Z Downloaded slog-dtrace v0.3.0
3662026-08-17T18:08:45.978Z Downloaded waitgroup v0.1.2
3672026-08-17T18:08:45.982Z Downloaded indexmap v1.9.3
3682026-08-17T18:08:45.985Z Downloaded bitflags v2.11.0
3692026-08-17T18:08:45.988Z Downloaded hyper-rustls v0.27.7
3702026-08-17T18:08:45.989Z Downloaded ignore v0.4.25
3712026-08-17T18:08:45.989Z Downloaded sha2 v0.10.9
3722026-08-17T18:08:45.992Z Downloaded usdt-macro v0.5.0
3732026-08-17T18:08:45.992Z Downloaded diesel_table_macro_syntax v0.3.0
3742026-08-17T18:08:45.992Z Downloaded sec1 v0.7.3
3752026-08-17T18:08:45.992Z Downloaded zone_cfg_derive v0.3.1
3762026-08-17T18:08:45.992Z Downloaded thiserror-no-std v2.0.2
3772026-08-17T18:08:45.996Z Downloaded tokio-native-tls v0.3.1
3782026-08-17T18:08:45.996Z Downloaded dof v0.4.0
3792026-08-17T18:08:45.996Z Downloaded dropshot-api-manager-types v0.7.2
3802026-08-17T18:08:45.996Z Downloaded zeroize_derive v1.5.0
3812026-08-17T18:08:46.000Z Downloaded digest-io v0.1.0
3822026-08-17T18:08:46.003Z Downloaded heapless v0.7.17
3832026-08-17T18:08:46.003Z Downloaded zone v0.3.1
3842026-08-17T18:08:46.004Z Downloaded escape8259 v0.5.3
3852026-08-17T18:08:46.004Z Downloaded sqlformat v0.3.5
3862026-08-17T18:08:46.007Z Downloaded fixedbitset v0.4.2
3872026-08-17T18:08:46.007Z Downloaded serde_cbor v0.11.2
3882026-08-17T18:08:46.007Z Downloaded darling_core v0.21.3
3892026-08-17T18:08:46.010Z Downloaded static_assertions v1.1.0
3902026-08-17T18:08:46.010Z Downloaded is_terminal_polyfill v1.70.2
3912026-08-17T18:08:46.010Z Downloaded is_ci v1.2.0
3922026-08-17T18:08:46.010Z Downloaded kstat-rs v0.2.5
3932026-08-17T18:08:46.016Z Downloaded darling_core v0.20.11
3942026-08-17T18:08:46.019Z Downloaded pkcs1 v0.8.0-rc.4
3952026-08-17T18:08:46.023Z Downloaded errno v0.3.14
3962026-08-17T18:08:46.023Z Downloaded quinn-udp v0.5.14
3972026-08-17T18:08:46.023Z Downloaded tls_codec v0.4.2
3982026-08-17T18:08:46.026Z Downloaded keccak v0.1.6
3992026-08-17T18:08:46.026Z Downloaded linked-hash-map v0.5.6
4002026-08-17T18:08:46.029Z Downloaded funty v2.0.0
4012026-08-17T18:08:46.029Z Downloaded fxhash v0.2.1
4022026-08-17T18:08:46.029Z Downloaded generic-array v0.14.7
4032026-08-17T18:08:46.033Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4042026-08-17T18:08:46.033Z Downloaded darling_core v0.23.0
4052026-08-17T18:08:46.036Z Downloaded cbc v0.2.1
4062026-08-17T18:08:46.036Z Downloaded toml_writer v1.1.1+spec-1.1.0
4072026-08-17T18:08:46.039Z Downloaded unicase v2.9.0
4082026-08-17T18:08:46.040Z Downloaded salsa20 v0.11.0
4092026-08-17T18:08:46.044Z Downloaded tagptr v0.2.0
4102026-08-17T18:08:46.047Z Downloaded num-conv v0.2.0
4112026-08-17T18:08:46.047Z Downloaded vsss-rs v3.3.4
4122026-08-17T18:08:46.051Z Downloaded hashbrown v0.12.3
4132026-08-17T18:08:46.051Z Downloaded icu_locale_core v2.1.1
4142026-08-17T18:08:46.055Z Downloaded lzss v0.8.2
4152026-08-17T18:08:46.055Z Downloaded macaddr v1.0.1
4162026-08-17T18:08:46.055Z Downloaded multimap v0.10.1
4172026-08-17T18:08:46.055Z Downloaded hickory-resolver v0.25.2
4182026-08-17T18:08:46.059Z Downloaded normalize-line-endings v0.3.0
4192026-08-17T18:08:46.059Z Downloaded spin v0.9.8
4202026-08-17T18:08:46.062Z Downloaded vergen-lib v0.1.6
4212026-08-17T18:08:46.065Z Downloaded string_cache v0.8.9
4222026-08-17T18:08:46.068Z Downloaded indexmap v2.14.0
4232026-08-17T18:08:46.068Z Downloaded atty v0.2.14
4242026-08-17T18:08:46.068Z Downloaded term v0.7.0
4252026-08-17T18:08:46.072Z Downloaded icu_normalizer_data v2.1.1
4262026-08-17T18:08:46.075Z Downloaded indicatif v0.18.4
4272026-08-17T18:08:46.075Z Downloaded digest v0.11.3
4282026-08-17T18:08:46.075Z Downloaded num_threads v0.1.7
4292026-08-17T18:08:46.079Z Downloaded assert_matches v1.5.0
4302026-08-17T18:08:46.079Z Downloaded base16ct v1.0.0
4312026-08-17T18:08:46.079Z Downloaded pin-project v1.1.11
4322026-08-17T18:08:46.082Z Downloaded env_filter v1.0.0
4332026-08-17T18:08:46.086Z Downloaded block-buffer v0.10.4
4342026-08-17T18:08:46.086Z Downloaded atomicwrites v0.4.4
4352026-08-17T18:08:46.086Z Downloaded bitfield-macros v0.19.4
4362026-08-17T18:08:46.086Z Downloaded ff v0.14.0
4372026-08-17T18:08:46.086Z Downloaded filetime v0.2.27
4382026-08-17T18:08:46.089Z Downloaded fixedbitset v0.5.7
4392026-08-17T18:08:46.089Z Downloaded icu_normalizer v2.1.1
4402026-08-17T18:08:46.089Z Downloaded icu_provider v2.1.1
4412026-08-17T18:08:46.093Z Downloaded crypto-bigint v0.5.5
4422026-08-17T18:08:46.096Z Downloaded thiserror v2.0.18
4432026-08-17T18:08:46.099Z Downloaded cfg-if v1.0.4
4442026-08-17T18:08:46.099Z Downloaded ecdsa v0.16.9
4452026-08-17T18:08:46.099Z Downloaded fs_extra v1.3.0
4462026-08-17T18:08:46.099Z Downloaded futures-sink v0.3.32
4472026-08-17T18:08:46.105Z Downloaded tracing-attributes v0.1.31
4482026-08-17T18:08:46.109Z Downloaded twox-hash v2.1.2
4492026-08-17T18:08:46.109Z Downloaded ucd-trie v0.1.7
4502026-08-17T18:08:46.109Z Downloaded serde_with_macros v3.21.0
4512026-08-17T18:08:46.112Z Downloaded trybuild v1.0.116
4522026-08-17T18:08:46.112Z Downloaded libsw v3.5.0
4532026-08-17T18:08:46.115Z Downloaded peg-runtime v0.8.5
4542026-08-17T18:08:46.116Z Downloaded num_enum v0.5.11
4552026-08-17T18:08:46.116Z Downloaded plotters-svg v0.3.7
4562026-08-17T18:08:46.119Z Downloaded progenitor-macro v0.13.0
4572026-08-17T18:08:46.119Z Downloaded yasna v0.5.2
4582026-08-17T18:08:46.119Z Downloaded knuffel-derive v3.2.0
4592026-08-17T18:08:46.122Z Downloaded module-lattice v0.2.3
4602026-08-17T18:08:46.122Z Downloaded multer v3.1.0
4612026-08-17T18:08:46.123Z Downloaded nu-ansi-term v0.50.3
4622026-08-17T18:08:46.126Z Downloaded hickory-resolver v0.24.4
4632026-08-17T18:08:46.129Z Downloaded proc-macro-error-attr2 v2.0.0
4642026-08-17T18:08:46.130Z Downloaded rand_pcg v0.10.2
4652026-08-17T18:08:46.130Z Downloaded icu_properties v2.1.2
4662026-08-17T18:08:46.130Z Downloaded russh-cryptovec v0.62.0
4672026-08-17T18:08:46.133Z Downloaded usdt-impl v0.6.0
4682026-08-17T18:08:46.140Z Downloaded pest_meta v2.8.6
4692026-08-17T18:08:46.143Z Downloaded goblin v0.8.2
4702026-08-17T18:08:46.147Z Downloaded bitfield v0.19.4
4712026-08-17T18:08:46.147Z Downloaded des v0.9.0
4722026-08-17T18:08:46.150Z Downloaded scroll_derive v0.13.1
4732026-08-17T18:08:46.150Z Downloaded rtoolbox v0.0.3
4742026-08-17T18:08:46.154Z Downloaded sha1 v0.10.6
4752026-08-17T18:08:46.154Z Downloaded scroll_derive v0.12.1
4762026-08-17T18:08:46.154Z Downloaded serde_bytes v0.11.19
4772026-08-17T18:08:46.154Z Downloaded serde_spanned v1.1.1
4782026-08-17T18:08:46.158Z Downloaded shell-words v1.1.1
4792026-08-17T18:08:46.158Z Downloaded signal-hook-tokio v0.3.1
4802026-08-17T18:08:46.161Z Downloaded icu_collections v2.1.1
4812026-08-17T18:08:46.165Z Downloaded crossbeam-channel v0.5.15
4822026-08-17T18:08:46.165Z Downloaded der v0.7.10
4832026-08-17T18:08:46.168Z Downloaded scuffle v0.1.0
4842026-08-17T18:08:46.168Z Downloaded camino-tempfile v1.4.1
4852026-08-17T18:08:46.172Z Downloaded owo-colors v4.3.0
4862026-08-17T18:08:46.172Z Downloaded ecdsa v0.17.0
4872026-08-17T18:08:46.172Z Downloaded find-msvc-tools v0.1.9
4882026-08-17T18:08:46.172Z Downloaded siphasher v1.0.2
4892026-08-17T18:08:46.176Z Downloaded buf-list v1.1.2
4902026-08-17T18:08:46.176Z Downloaded stable_deref_trait v1.2.1
4912026-08-17T18:08:46.176Z Downloaded backtrace v0.3.76
4922026-08-17T18:08:46.179Z Downloaded base64 v0.21.7
4932026-08-17T18:08:46.179Z Downloaded pbkdf2 v0.13.0
4942026-08-17T18:08:46.183Z Downloaded bytes v1.11.1
4952026-08-17T18:08:46.183Z Downloaded parking_lot_core v0.8.6
4962026-08-17T18:08:46.186Z Downloaded phf v0.12.1
4972026-08-17T18:08:46.186Z Downloaded cc v1.2.56
4982026-08-17T18:08:46.186Z Downloaded pin-project-internal v1.1.11
4992026-08-17T18:08:46.186Z Downloaded structmeta v0.3.0
5002026-08-17T18:08:46.190Z Downloaded linear-map v1.2.0
5012026-08-17T18:08:46.190Z Downloaded paste v1.0.15
5022026-08-17T18:08:46.190Z Downloaded tap v1.0.1
5032026-08-17T18:08:46.190Z Downloaded snafu v0.8.9
5042026-08-17T18:08:46.193Z Downloaded quote v1.0.45
5052026-08-17T18:08:46.198Z Downloaded sponge-cursor v0.1.0
5062026-08-17T18:08:46.198Z Downloaded supports-color v2.1.0
5072026-08-17T18:08:46.198Z Downloaded primefield v0.14.0
5082026-08-17T18:08:46.198Z Downloaded proc-macro-error2 v2.0.1
5092026-08-17T18:08:46.202Z Downloaded port-file v0.1.0
5102026-08-17T18:08:46.202Z Downloaded rand_chacha v0.9.0
5112026-08-17T18:08:46.202Z Downloaded sync-ptr v0.1.4
5122026-08-17T18:08:46.202Z Downloaded tabwriter v1.4.1
5132026-08-17T18:08:46.202Z Downloaded tower-service v0.3.3
5142026-08-17T18:08:46.202Z Downloaded thiserror-impl-no-std v2.0.2
5152026-08-17T18:08:46.202Z Downloaded typify-macro v0.6.2
5162026-08-17T18:08:46.202Z Downloaded p256 v0.14.0
5172026-08-17T18:08:46.205Z Downloaded ahash v0.8.12
5182026-08-17T18:08:46.209Z Downloaded unicode-truncate v1.1.0
5192026-08-17T18:08:46.209Z Downloaded uuid v1.23.4
5202026-08-17T18:08:46.209Z Downloaded hashbrown v0.13.2
5212026-08-17T18:08:46.212Z Downloaded rustls-native-certs v0.8.3
5222026-08-17T18:08:46.212Z Downloaded once_cell v1.21.3
5232026-08-17T18:08:46.216Z Downloaded anyhow v1.0.102
5242026-08-17T18:08:46.216Z Downloaded try-lock v0.2.5
5252026-08-17T18:08:46.216Z Downloaded http v1.4.2
5262026-08-17T18:08:46.219Z Downloaded bcs v0.1.6
5272026-08-17T18:08:46.219Z Downloaded relative-path v1.9.3
5282026-08-17T18:08:46.219Z Downloaded universal-hash v0.6.1
5292026-08-17T18:08:46.223Z Downloaded untrusted v0.9.0
5302026-08-17T18:08:46.226Z Downloaded void v1.0.2
5312026-08-17T18:08:46.226Z Downloaded scroll v0.13.0
5322026-08-17T18:08:46.231Z Downloaded wnaf v0.14.0
5332026-08-17T18:08:46.234Z Downloaded der v0.8.0
5342026-08-17T18:08:46.238Z Downloaded qorb v0.4.1
5352026-08-17T18:08:46.238Z Downloaded serde_path_to_error v0.1.20
5362026-08-17T18:08:46.241Z Downloaded fatfs v0.3.6
5372026-08-17T18:08:46.241Z Downloaded downcast-rs v2.0.2
5382026-08-17T18:08:46.241Z Downloaded signal-hook v0.3.18
5392026-08-17T18:08:46.245Z Downloaded slog-scope v4.4.1
5402026-08-17T18:08:46.245Z Downloaded display-error-chain v0.2.2
5412026-08-17T18:08:46.245Z Downloaded chacha20 v0.10.0
5422026-08-17T18:08:46.245Z Downloaded serde_with_macros v1.5.2
5432026-08-17T18:08:46.245Z Downloaded smf v0.2.3
5442026-08-17T18:08:46.248Z Downloaded yoke-derive v0.8.1
5452026-08-17T18:08:46.248Z Downloaded difflib v0.4.0
5462026-08-17T18:08:46.248Z Downloaded dsl_auto_type v0.2.0
5472026-08-17T18:08:46.248Z Downloaded pkcs8 v0.10.2
5482026-08-17T18:08:46.248Z Downloaded dyn-clone v1.0.20
5492026-08-17T18:08:46.252Z Downloaded event-listener-strategy v0.5.4
5502026-08-17T18:08:46.252Z Downloaded flagset v0.4.7
5512026-08-17T18:08:46.252Z Downloaded foreign-types v0.3.2
5522026-08-17T18:08:46.255Z Downloaded criterion v0.7.0
5532026-08-17T18:08:46.259Z Downloaded poly1305 v0.9.0
5542026-08-17T18:08:46.259Z Downloaded rusty-fork v0.3.1
5552026-08-17T18:08:46.262Z Downloaded serde v1.0.228
5562026-08-17T18:08:46.262Z Downloaded foreign-types-shared v0.3.1
5572026-08-17T18:08:46.262Z Downloaded form_urlencoded v1.2.2
5582026-08-17T18:08:46.262Z Downloaded lazy_static v1.5.0
5592026-08-17T18:08:46.266Z Downloaded managed v0.8.0
5602026-08-17T18:08:46.270Z Downloaded termios v0.3.3
5612026-08-17T18:08:46.270Z Downloaded tiny-keccak v2.0.2
5622026-08-17T18:08:46.270Z Downloaded tokio-dtrace v0.1.1
5632026-08-17T18:08:46.273Z Downloaded time-macros v0.2.27
5642026-08-17T18:08:46.273Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5652026-08-17T18:08:46.273Z Downloaded memoffset v0.9.1
5662026-08-17T18:08:46.314Z Downloaded zerotrie v0.2.3
5672026-08-17T18:08:46.314Z Downloaded elliptic-curve v0.14.1
5682026-08-17T18:08:46.314Z Downloaded async-bb8-diesel v0.2.1
5692026-08-17T18:08:46.315Z Downloaded guppy v0.17.25
5702026-08-17T18:08:46.315Z Downloaded hickory-server v0.25.2
5712026-08-17T18:08:46.315Z Downloaded md-5 v0.10.6
5722026-08-17T18:08:46.315Z Downloaded hyper-util v0.1.20
5732026-08-17T18:08:46.315Z Downloaded cassowary v0.3.0
5742026-08-17T18:08:46.316Z Downloaded whoami v1.6.1
5752026-08-17T18:08:46.316Z Downloaded crossterm v0.28.1
5762026-08-17T18:08:46.316Z Downloaded rpassword v7.5.4
5772026-08-17T18:08:46.316Z Downloaded hashbrown v0.14.5
5782026-08-17T18:08:46.316Z Downloaded vergen-gitcl v1.0.8
5792026-08-17T18:08:46.316Z Downloaded num-iter v0.1.45
5802026-08-17T18:08:46.316Z Downloaded zstd-safe v7.2.4
5812026-08-17T18:08:46.316Z Downloaded nodrop v0.1.14
5822026-08-17T18:08:46.316Z Downloaded async-stream-impl v0.3.6
5832026-08-17T18:08:46.316Z Downloaded block-padding v0.4.2
5842026-08-17T18:08:46.316Z Downloaded uzers v0.12.2
5852026-08-17T18:08:46.316Z Downloaded writeable v0.6.2
5862026-08-17T18:08:46.316Z Downloaded unicode-bidi v0.3.18
5872026-08-17T18:08:46.316Z Downloaded rand v0.10.1
5882026-08-17T18:08:46.316Z Downloaded knuffel v3.2.0
5892026-08-17T18:08:46.316Z Downloaded bit-set v0.5.3
5902026-08-17T18:08:46.316Z Downloaded papergrid v0.18.0
5912026-08-17T18:08:46.316Z Downloaded block-buffer v0.12.1
5922026-08-17T18:08:46.323Z Downloaded openssl-macros v0.1.1
5932026-08-17T18:08:46.323Z Downloaded embedded-io v0.6.1
5942026-08-17T18:08:46.323Z Downloaded enum_dispatch v0.3.13
5952026-08-17T18:08:46.323Z Downloaded parse-display v0.10.0
5962026-08-17T18:08:46.323Z Downloaded plotters-backend v0.3.7
5972026-08-17T18:08:46.323Z Downloaded phf_shared v0.12.1
5982026-08-17T18:08:46.327Z Downloaded rand_chacha v0.3.1
5992026-08-17T18:08:46.327Z Downloaded tokio-rustls v0.26.4
6002026-08-17T18:08:46.332Z Downloaded fs-err v2.11.0
6012026-08-17T18:08:46.336Z Downloaded fs-err v3.3.0
6022026-08-17T18:08:46.336Z Downloaded prefix-trie v0.7.0
6032026-08-17T18:08:46.339Z Downloaded progenitor-impl v0.14.0
6042026-08-17T18:08:46.339Z Downloaded linkme-impl v0.3.35
6052026-08-17T18:08:46.339Z Downloaded radium v0.7.0
6062026-08-17T18:08:46.339Z Downloaded rand_xorshift v0.4.0
6072026-08-17T18:08:46.339Z Downloaded strum_macros v0.26.4
6082026-08-17T18:08:46.343Z Downloaded ref-cast-impl v1.0.25
6092026-08-17T18:08:46.343Z Downloaded libsw-core v0.3.2
6102026-08-17T18:08:46.346Z Downloaded hashbrown v0.15.5
6112026-08-17T18:08:46.350Z Downloaded lock_api v0.4.14
6122026-08-17T18:08:46.353Z Downloaded newtype-uuid v1.3.2
6132026-08-17T18:08:46.353Z Downloaded num_enum_derive v0.5.11
6142026-08-17T18:08:46.353Z Downloaded num_enum_derive v0.7.6
6152026-08-17T18:08:46.356Z Downloaded rustc-hash v2.1.1
6162026-08-17T18:08:46.356Z Downloaded rustc_version v0.1.7
6172026-08-17T18:08:46.356Z Downloaded rustc_version v0.4.1
6182026-08-17T18:08:46.356Z Downloaded rcgen v0.12.1
6192026-08-17T18:08:46.360Z Downloaded zerocopy-derive v0.7.35
6202026-08-17T18:08:46.363Z Downloaded serde_repr v0.1.20
6212026-08-17T18:08:46.363Z Downloaded steno v0.4.1
6222026-08-17T18:08:46.367Z Downloaded crossterm v0.29.0
6232026-08-17T18:08:46.371Z Downloaded array-init v0.0.4
6242026-08-17T18:08:46.371Z Downloaded zerovec-derive v0.11.2
6252026-08-17T18:08:46.371Z Downloaded secrecy v0.8.0
6262026-08-17T18:08:46.374Z Downloaded strum v0.27.2
6272026-08-17T18:08:46.374Z Downloaded supports-color v3.0.2
6282026-08-17T18:08:46.374Z Downloaded supports-unicode v2.1.0
6292026-08-17T18:08:46.374Z Downloaded similar-asserts v1.7.0
6302026-08-17T18:08:46.377Z Downloaded strsim v0.10.0
6312026-08-17T18:08:46.377Z Downloaded anstyle-parse v0.2.7
6322026-08-17T18:08:46.381Z Downloaded internal-russh-num-bigint v0.5.0
6332026-08-17T18:08:46.381Z Downloaded byte-wrapper v0.1.0
6342026-08-17T18:08:46.384Z Downloaded bytecount v0.6.9
6352026-08-17T18:08:46.384Z Downloaded socket2 v0.5.10
6362026-08-17T18:08:46.385Z Downloaded bit-vec v0.8.0
6372026-08-17T18:08:46.388Z Downloaded parse-display-derive v0.10.0
6382026-08-17T18:08:46.391Z Downloaded slog v2.8.2
6392026-08-17T18:08:46.394Z Downloaded usdt-macro v0.6.0
6402026-08-17T18:08:46.394Z Downloaded progenitor v0.13.0
6412026-08-17T18:08:46.394Z Downloaded tinyvec_macros v0.1.1
6422026-08-17T18:08:46.394Z Downloaded clap_builder v4.6.0
6432026-08-17T18:08:46.399Z Downloaded event-listener v5.4.1
6442026-08-17T18:08:46.403Z Downloaded hashbrown v0.17.0
6452026-08-17T18:08:46.406Z Downloaded oxnet v0.1.6
6462026-08-17T18:08:46.406Z Downloaded pem-rfc7468 v1.0.0
6472026-08-17T18:08:46.406Z Downloaded primeorder v0.13.6
6482026-08-17T18:08:46.409Z Downloaded predicates v3.1.4
6492026-08-17T18:08:46.409Z Downloaded usdt v0.5.0
6502026-08-17T18:08:46.409Z Downloaded miette v5.10.0
6512026-08-17T18:08:46.413Z Downloaded textwrap v0.15.2
6522026-08-17T18:08:46.413Z Downloaded toml v1.1.2+spec-1.1.0
6532026-08-17T18:08:46.416Z Downloaded version_check v0.9.5
6542026-08-17T18:08:46.420Z Downloaded rayon-core v1.13.0
6552026-08-17T18:08:46.420Z Downloaded xshell-macros v0.2.7
6562026-08-17T18:08:46.426Z Downloaded enum-as-inner v0.6.1
6572026-08-17T18:08:46.429Z Downloaded h2 v0.4.15
6582026-08-17T18:08:46.433Z Downloaded zerocopy-derive v0.8.40
6592026-08-17T18:08:46.436Z Downloaded hashbrown v0.16.1
6602026-08-17T18:08:46.440Z Downloaded unsafe-libyaml v0.2.11
6612026-08-17T18:08:46.440Z Downloaded bumpalo v3.20.2
6622026-08-17T18:08:46.443Z Downloaded dirs-next v2.0.0
6632026-08-17T18:08:46.443Z Downloaded foreign-types v0.5.0
6642026-08-17T18:08:46.443Z Downloaded foreign-types-macros v0.2.3
6652026-08-17T18:08:46.443Z Downloaded shlex v1.3.0
6662026-08-17T18:08:46.445Z Downloaded fd-lock v4.0.4
6672026-08-17T18:08:46.448Z Downloaded kem v0.3.0
6682026-08-17T18:08:46.448Z Downloaded mime v0.3.17
6692026-08-17T18:08:46.448Z Downloaded aes-gcm v0.11.0
6702026-08-17T18:08:46.448Z Downloaded spki v0.7.3
6712026-08-17T18:08:46.448Z Downloaded spki v0.8.0
6722026-08-17T18:08:46.452Z Downloaded target-lexicon v0.13.3
6732026-08-17T18:08:46.452Z Downloaded idna v1.1.0
6742026-08-17T18:08:46.455Z Downloaded schemars v0.9.0
6752026-08-17T18:08:46.461Z Downloaded scrypt v0.12.0
6762026-08-17T18:08:46.461Z Downloaded typed-path v0.9.3
6772026-08-17T18:08:46.464Z Downloaded owo-colors v3.5.0
6782026-08-17T18:08:46.464Z Downloaded thiserror-impl v2.0.18
6792026-08-17T18:08:46.468Z Downloaded serde_plain v1.0.2
6802026-08-17T18:08:46.468Z Downloaded smallvec v0.6.14
6812026-08-17T18:08:46.468Z Downloaded ghash v0.6.0
6822026-08-17T18:08:46.468Z Downloaded itoa v1.0.17
6832026-08-17T18:08:46.468Z Downloaded newline-converter v0.3.0
6842026-08-17T18:08:46.468Z Downloaded maybe-uninit v2.0.0
6852026-08-17T18:08:46.471Z Downloaded miette-derive v5.10.0
6862026-08-17T18:08:46.471Z Downloaded olpc-cjson v0.1.4
6872026-08-17T18:08:46.471Z Downloaded async-object-pool v0.2.0
6882026-08-17T18:08:46.471Z Downloaded async-stream v0.3.6
6892026-08-17T18:08:46.471Z Downloaded p384 v0.14.0
6902026-08-17T18:08:46.475Z Downloaded rsa v0.10.0-rc.18
6912026-08-17T18:08:46.478Z Downloaded tinystr v0.8.2
6922026-08-17T18:08:46.478Z Downloaded backon v1.6.0
6932026-08-17T18:08:46.481Z Downloaded backoff v0.4.0
6942026-08-17T18:08:46.481Z Downloaded tokio-tungstenite v0.21.0
6952026-08-17T18:08:46.481Z Downloaded tui-tree-widget v0.23.1
6962026-08-17T18:08:46.485Z Downloaded memchr v2.8.0
6972026-08-17T18:08:46.485Z Downloaded quinn v0.11.11
6982026-08-17T18:08:46.488Z Downloaded cfg_aliases v0.2.1
6992026-08-17T18:08:46.488Z Downloaded openssl-probe v0.2.1
7002026-08-17T18:08:46.488Z Downloaded password-hash v0.6.1
7012026-08-17T18:08:46.488Z Downloaded postgres-types v0.2.12
7022026-08-17T18:08:46.492Z Downloaded proc-macro-error-attr v1.0.4
7032026-08-17T18:08:46.492Z Downloaded psl-types v2.0.11
7042026-08-17T18:08:46.495Z Downloaded packed_struct_codegen v0.10.1
7052026-08-17T18:08:46.495Z Downloaded precomputed-hash v0.1.1
7062026-08-17T18:08:46.498Z Downloaded phf_shared v0.13.1
7072026-08-17T18:08:46.498Z Downloaded walkdir v2.5.0
7082026-08-17T18:08:46.502Z Downloaded wyz v0.5.1
7092026-08-17T18:08:46.502Z Downloaded ed25519 v2.2.3
7102026-08-17T18:08:46.502Z Downloaded hyper v1.10.1
7112026-08-17T18:08:46.505Z Downloaded ar_archive_writer v0.5.1
7122026-08-17T18:08:46.509Z Downloaded digest v0.10.7
7132026-08-17T18:08:46.509Z Downloaded futures-task v0.3.32
7142026-08-17T18:08:46.509Z Downloaded gethostname v0.5.0
7152026-08-17T18:08:46.512Z Downloaded ff v0.13.1
7162026-08-17T18:08:46.515Z Downloaded sha2 v0.11.0
7172026-08-17T18:08:46.515Z Downloaded serde-big-array v0.5.1
7182026-08-17T18:08:46.519Z Downloaded smawk v0.3.2
7192026-08-17T18:08:46.522Z Downloaded sec1 v0.8.1
7202026-08-17T18:08:46.525Z Downloaded slog-bunyan v2.5.0
7212026-08-17T18:08:46.531Z Downloaded tempfile v3.25.0
7222026-08-17T18:08:46.534Z Downloaded term v1.2.1
7232026-08-17T18:08:46.534Z Downloaded iri-string v0.7.10
7242026-08-17T18:08:46.538Z Downloaded libefi-sys v0.1.0
7252026-08-17T18:08:46.541Z Downloaded tabled_derive v0.7.0
7262026-08-17T18:08:46.541Z Downloaded structmeta-derive v0.3.0
7272026-08-17T18:08:46.545Z Downloaded flume v0.11.1
7282026-08-17T18:08:46.545Z Downloaded tokio-test v0.4.5
7292026-08-17T18:08:46.549Z Downloaded unicode-properties v0.1.4
7302026-08-17T18:08:46.549Z Downloaded hkdf v0.13.0
7312026-08-17T18:08:46.552Z Downloaded minimal-lexical v0.2.1
7322026-08-17T18:08:46.552Z Downloaded futures v0.3.32
7332026-08-17T18:08:46.555Z Downloaded pkcs5 v0.8.1
7342026-08-17T18:08:46.559Z Downloaded progenitor-impl v0.13.0
7352026-08-17T18:08:46.559Z Downloaded camino-tempfile-ext v0.3.3
7362026-08-17T18:08:46.559Z Downloaded async-trait v0.1.89
7372026-08-17T18:08:46.563Z Downloaded oxide-update-engine-display v0.1.2
7382026-08-17T18:08:46.563Z Downloaded pem v3.0.6
7392026-08-17T18:08:46.563Z Downloaded tower-layer v0.3.3
7402026-08-17T18:08:46.566Z Downloaded endian-type v0.1.2
7412026-08-17T18:08:46.567Z Downloaded pem-rfc7468 v0.7.0
7422026-08-17T18:08:46.567Z Downloaded float-cmp v0.10.0
7432026-08-17T18:08:46.567Z Downloaded wait-timeout v0.2.1
7442026-08-17T18:08:46.567Z Downloaded document-features v0.2.12
7452026-08-17T18:08:46.567Z Downloaded utf-8 v0.7.6
7462026-08-17T18:08:46.570Z Downloaded regex v1.12.3
7472026-08-17T18:08:46.573Z Downloaded psm v0.1.30
7482026-08-17T18:08:46.576Z Downloaded ref-cast v1.0.25
7492026-08-17T18:08:46.576Z Downloaded rustls-pemfile v2.2.0
7502026-08-17T18:08:46.580Z Downloaded serde-hex v0.1.0
7512026-08-17T18:08:46.580Z Downloaded lru v0.12.5
7522026-08-17T18:08:46.580Z Downloaded nibble_vec v0.1.0
7532026-08-17T18:08:46.583Z Downloaded aead v0.5.2
7542026-08-17T18:08:46.584Z Downloaded dtrace-parser v0.2.0
7552026-08-17T18:08:46.584Z Downloaded jiff-static v0.2.34
7562026-08-17T18:08:46.587Z Downloaded rustls-webpki v0.103.13
7572026-08-17T18:08:46.590Z Downloaded resolv-conf v0.7.6
7582026-08-17T18:08:46.590Z Downloaded tokio-util v0.7.18
7592026-08-17T18:08:46.594Z Downloaded similar v2.7.0
7602026-08-17T18:08:46.597Z Downloaded litemap v0.8.1
7612026-08-17T18:08:46.597Z Downloaded num-integer v0.1.46
7622026-08-17T18:08:46.601Z Downloaded stringmetrics v2.2.2
7632026-08-17T18:08:46.601Z Downloaded newtype_derive v0.1.6
7642026-08-17T18:08:46.602Z Downloaded rust-argon2 v2.1.0
7652026-08-17T18:08:46.605Z Downloaded simd-adler32 v0.3.8
7662026-08-17T18:08:46.605Z Downloaded pathdiff v0.2.3
7672026-08-17T18:08:46.605Z Downloaded hkdf v0.12.4
7682026-08-17T18:08:46.605Z Downloaded support-bundle-viewer v0.1.2
7692026-08-17T18:08:46.609Z Downloaded tungstenite v0.21.0
7702026-08-17T18:08:46.609Z Downloaded papergrid v0.11.0
7712026-08-17T18:08:46.613Z Downloaded path-slash v0.1.5
7722026-08-17T18:08:46.613Z Downloaded powerfmt v0.2.0
7732026-08-17T18:08:46.616Z Downloaded rfc6979 v0.6.0
7742026-08-17T18:08:46.620Z Downloaded anstream v0.6.21
7752026-08-17T18:08:46.623Z Downloaded tokio-postgres v0.7.16
7762026-08-17T18:08:46.626Z Downloaded camino v1.2.2
7772026-08-17T18:08:46.631Z Downloaded vergen-git2 v9.1.0
7782026-08-17T18:08:46.635Z Downloaded env_logger v0.11.9
7792026-08-17T18:08:46.635Z Downloaded foldhash v0.2.0
7802026-08-17T18:08:46.635Z Downloaded strsim v0.11.1
7812026-08-17T18:08:46.638Z Downloaded unicode-segmentation v1.12.0
7822026-08-17T18:08:46.638Z Downloaded seq-macro v0.3.6
7832026-08-17T18:08:46.639Z Downloaded miniz_oxide v0.8.9
7842026-08-17T18:08:46.645Z Downloaded rstest v0.25.0
7852026-08-17T18:08:46.650Z Downloaded native-tls v0.2.18
7862026-08-17T18:08:46.653Z Downloaded anstyle-query v1.1.5
7872026-08-17T18:08:46.653Z Downloaded dropshot_endpoint v0.17.1
7882026-08-17T18:08:46.653Z Downloaded elliptic-curve v0.13.8
7892026-08-17T18:08:46.657Z Downloaded lalrpop-util v0.19.12
7902026-08-17T18:08:46.657Z Downloaded slog-envlogger v2.2.0
7912026-08-17T18:08:46.660Z Downloaded sync_wrapper v1.0.2
7922026-08-17T18:08:46.660Z Downloaded time-core v0.1.8
7932026-08-17T18:08:46.661Z Downloaded toml_write v0.1.2
7942026-08-17T18:08:46.661Z Downloaded unicode-xid v0.2.6
7952026-08-17T18:08:46.664Z Downloaded unit-prefix v0.5.2
7962026-08-17T18:08:46.664Z Downloaded litrs v1.0.0
7972026-08-17T18:08:46.667Z Downloaded dropshot-api-manager v0.7.2
7982026-08-17T18:08:46.670Z Downloaded serde_json v1.0.151
7992026-08-17T18:08:46.674Z Downloaded assert_cmd v2.1.2
8002026-08-17T18:08:46.674Z Downloaded arrayvec v0.7.6
8012026-08-17T18:08:46.677Z Downloaded base64ct v1.8.3
8022026-08-17T18:08:46.677Z Downloaded dirs-sys-next v0.1.2
8032026-08-17T18:08:46.677Z Downloaded chacha20 v0.9.1
8042026-08-17T18:08:46.681Z Downloaded ed25519-dalek v3.0.0
8052026-08-17T18:08:46.681Z Downloaded path-tree v0.8.3
8062026-08-17T18:08:46.682Z Downloaded rayon v1.11.0
8072026-08-17T18:08:46.686Z Downloaded itertools v0.10.5
8082026-08-17T18:08:46.689Z Downloaded toml_edit v0.23.10+spec-1.0.0
8092026-08-17T18:08:46.692Z Downloaded icu_properties_data v2.1.2
8102026-08-17T18:08:46.696Z Downloaded primeorder v0.14.0
8112026-08-17T18:08:46.699Z Downloaded rand_core v0.10.0
8122026-08-17T18:08:46.699Z Downloaded progenitor v0.14.0
8132026-08-17T18:08:46.700Z Downloaded foreign-types-shared v0.1.1
8142026-08-17T18:08:46.700Z Downloaded match_cfg v0.1.0
8152026-08-17T18:08:46.700Z Downloaded iddqd v0.4.2
8162026-08-17T18:08:46.706Z Downloaded typenum v1.20.1
8172026-08-17T18:08:46.709Z Downloaded vergen-lib v9.1.0
8182026-08-17T18:08:46.712Z Downloaded newtype-uuid-macros v0.1.0
8192026-08-17T18:08:46.716Z Downloaded postcard v1.1.3
8202026-08-17T18:08:46.716Z Downloaded scroll v0.12.0
8212026-08-17T18:08:46.716Z Downloaded futures-executor v0.3.32
8222026-08-17T18:08:46.716Z Downloaded backtrace-ext v0.2.1
8232026-08-17T18:08:46.719Z Downloaded bitfield-struct v0.6.2
8242026-08-17T18:08:46.723Z Downloaded phf_shared v0.11.3
8252026-08-17T18:08:46.726Z Downloaded zerocopy v0.7.35
8262026-08-17T18:08:46.731Z Downloaded publicsuffix v2.3.0
8272026-08-17T18:08:46.735Z Downloaded signal-hook-registry v1.4.8
8282026-08-17T18:08:46.735Z Downloaded zip v0.6.6
8292026-08-17T18:08:46.738Z Downloaded recursive v0.1.1
8302026-08-17T18:08:46.738Z Downloaded rfc6979 v0.4.0
8312026-08-17T18:08:46.739Z Downloaded same-file v1.0.6
8322026-08-17T18:08:46.739Z Downloaded serdect v0.4.3
8332026-08-17T18:08:46.739Z Downloaded memmap2 v0.9.10
8342026-08-17T18:08:46.743Z Downloaded crypto-primes v0.7.2
8352026-08-17T18:08:46.743Z Downloaded serde_core v1.0.228
8362026-08-17T18:08:46.746Z Downloaded bzip2 v0.6.1
8372026-08-17T18:08:46.746Z Downloaded yoke v0.8.1
8382026-08-17T18:08:46.750Z Downloaded sqlparser_derive v0.5.0
8392026-08-17T18:08:46.754Z Downloaded toml_edit v0.22.27
8402026-08-17T18:08:46.754Z Downloaded strip-ansi-escapes v0.2.1
8412026-08-17T18:08:46.758Z Downloaded blake2 v0.10.6
8422026-08-17T18:08:46.761Z Downloaded either v1.15.0
8432026-08-17T18:08:46.761Z Downloaded erased-serde v0.3.31
8442026-08-17T18:08:46.765Z Downloaded swrite v0.1.0
8452026-08-17T18:08:46.765Z Downloaded test-strategy v0.4.5
8462026-08-17T18:08:46.765Z Downloaded unicode_categories v0.1.1
8472026-08-17T18:08:46.769Z Downloaded utf8_iter v1.0.4
8482026-08-17T18:08:46.769Z Downloaded utf8parse v0.2.2
8492026-08-17T18:08:46.769Z Downloaded tinyvec v1.10.0
8502026-08-17T18:08:46.769Z Downloaded unicode-ident v1.0.24
8512026-08-17T18:08:46.769Z Downloaded dtrace-parser v0.3.0
8522026-08-17T18:08:46.772Z Downloaded toml_parser v1.1.2+spec-1.1.0
8532026-08-17T18:08:46.772Z Downloaded allocator-api2 v0.2.21
8542026-08-17T18:08:46.776Z Downloaded universal-hash v0.5.1
8552026-08-17T18:08:46.780Z Downloaded linkme v0.3.35
8562026-08-17T18:08:46.780Z Downloaded proc-macro2 v1.0.106
8572026-08-17T18:08:46.780Z Downloaded terminal_size v0.1.17
8582026-08-17T18:08:46.784Z Downloaded vte v0.14.1
8592026-08-17T18:08:46.784Z Downloaded cargo_metadata v0.23.1
8602026-08-17T18:08:46.784Z Downloaded zerocopy v0.6.6
8612026-08-17T18:08:46.788Z Downloaded arrayref v0.3.9
8622026-08-17T18:08:46.795Z Downloaded lru-cache v0.1.2
8632026-08-17T18:08:46.798Z Downloaded new_debug_unreachable v1.0.6
8642026-08-17T18:08:46.798Z Downloaded nonempty v0.12.0
8652026-08-17T18:08:46.798Z Downloaded num v0.4.3
8662026-08-17T18:08:46.798Z Downloaded num_enum v0.7.6
8672026-08-17T18:08:46.801Z Downloaded getrandom v0.4.1
8682026-08-17T18:08:46.805Z Downloaded libbz2-rs-sys v0.2.2
8692026-08-17T18:08:46.805Z Downloaded winnow v0.5.40
8702026-08-17T18:08:46.809Z Downloaded parse-size v1.1.0
8712026-08-17T18:08:46.812Z Downloaded zerovec v0.11.5
8722026-08-17T18:08:46.816Z Downloaded async-compression v0.4.41
8732026-08-17T18:08:46.819Z Downloaded rand_distr v0.5.1
8742026-08-17T18:08:46.819Z Downloaded thiserror v1.0.69
8752026-08-17T18:08:46.823Z Downloaded log v0.4.29
8762026-08-17T18:08:46.823Z Downloaded oxide-tokio-rt v0.1.4
8772026-08-17T18:08:46.826Z Downloaded schemars v0.8.22
8782026-08-17T18:08:46.829Z Downloaded slog-async v2.8.0
8792026-08-17T18:08:46.832Z Downloaded percent-encoding v2.3.2
8802026-08-17T18:08:46.832Z Downloaded toml_edit v0.19.15
8812026-08-17T18:08:46.839Z Downloaded mio v1.2.0
8822026-08-17T18:08:46.842Z Downloaded tokio-stream v0.1.18
8832026-08-17T18:08:46.846Z Downloaded chrono v0.4.45
8842026-08-17T18:08:46.849Z Downloaded vergen v9.1.0
8852026-08-17T18:08:46.853Z Downloaded serde_derive_internals v0.29.1
8862026-08-17T18:08:46.853Z Downloaded trait-variant v0.1.2
8872026-08-17T18:08:46.853Z Downloaded want v0.3.1
8882026-08-17T18:08:46.853Z Downloaded diesel-dtrace v0.5.0
8892026-08-17T18:08:46.853Z Downloaded russh-util v0.52.0
8902026-08-17T18:08:46.853Z Downloaded usdt-attr-macro v0.5.0
8912026-08-17T18:08:46.853Z Downloaded futures-io v0.3.32
8922026-08-17T18:08:46.857Z Downloaded usdt-impl v0.5.0
8932026-08-17T18:08:46.857Z Downloaded jiff-core v0.1.0
8942026-08-17T18:08:46.860Z Downloaded textwrap v0.16.2
8952026-08-17T18:08:46.860Z Downloaded ml-kem v0.3.2
8962026-08-17T18:08:46.860Z Downloaded num-complex v0.4.6
8972026-08-17T18:08:46.863Z Downloaded poly1305 v0.8.0
8982026-08-17T18:08:46.863Z Downloaded cancel-safe-futures v0.1.5
8992026-08-17T18:08:46.863Z Downloaded tokio-tungstenite v0.23.1
9002026-08-17T18:08:46.867Z Downloaded foldhash v0.1.5
9012026-08-17T18:08:46.867Z Downloaded futures-timer v3.0.3
9022026-08-17T18:08:46.867Z Downloaded libloading v0.8.9
9032026-08-17T18:08:46.870Z Downloaded memmap v0.7.0
9042026-08-17T18:08:46.870Z Downloaded fastrand v2.3.0
9052026-08-17T18:08:46.870Z Downloaded termcolor v1.4.1
9062026-08-17T18:08:46.870Z Downloaded derive_more-impl v2.1.1
9072026-08-17T18:08:46.874Z Downloaded nested v0.1.1
9082026-08-17T18:08:46.877Z Downloaded async-lock v3.4.2
9092026-08-17T18:08:46.877Z Downloaded cast v0.3.0
9102026-08-17T18:08:46.877Z Downloaded rsa v0.9.10
9112026-08-17T18:08:46.881Z Downloaded embedded-io v0.4.0
9122026-08-17T18:08:46.884Z Downloaded num-derive v0.4.2
9132026-08-17T18:08:46.884Z Downloaded autocfg v1.5.0
9142026-08-17T18:08:46.884Z Downloaded pretty-hex v0.4.1
9152026-08-17T18:08:46.889Z Downloaded progenitor-client v0.14.0
9162026-08-17T18:08:46.889Z Downloaded progenitor-macro v0.14.0
9172026-08-17T18:08:46.889Z Downloaded serde_spanned v0.6.9
9182026-08-17T18:08:46.889Z Downloaded winnow v1.0.3
9192026-08-17T18:08:46.892Z Downloaded expectorate v1.2.0
9202026-08-17T18:08:46.895Z Downloaded maplit v1.0.2
9212026-08-17T18:08:46.895Z Downloaded cfg_aliases v0.1.1
9222026-08-17T18:08:46.899Z Downloaded usdt-attr-macro v0.6.0
9232026-08-17T18:08:46.902Z Downloaded displaydoc v0.2.5
9242026-08-17T18:08:46.902Z Downloaded schemars v1.2.1
9252026-08-17T18:08:46.909Z Downloaded num-bigint v0.4.6
9262026-08-17T18:08:46.913Z Downloaded lru-slab v0.1.2
9272026-08-17T18:08:46.913Z Downloaded progenitor-extras v0.2.0
9282026-08-17T18:08:46.916Z Downloaded semver v1.0.28
9292026-08-17T18:08:46.916Z Downloaded target-triple v1.0.0
9302026-08-17T18:08:46.920Z Downloaded futures-core v0.3.32
9312026-08-17T18:08:46.923Z Downloaded git2 v0.20.4
9322026-08-17T18:08:46.927Z Downloaded chacha20poly1305 v0.10.1
9332026-08-17T18:08:46.927Z Downloaded signal-hook-mio v0.2.5
9342026-08-17T18:08:46.930Z Downloaded blake2b_simd v1.0.4
9352026-08-17T18:08:46.930Z Downloaded socket2 v0.6.3
9362026-08-17T18:08:46.934Z Downloaded russh v0.62.4
9372026-08-17T18:08:46.937Z Downloaded ssh-cipher v0.3.0
9382026-08-17T18:08:46.940Z Downloaded futures-channel v0.3.32
9392026-08-17T18:08:46.940Z Downloaded getrandom v0.3.4
9402026-08-17T18:08:46.943Z Downloaded goblin v0.10.5
9412026-08-17T18:08:46.947Z Downloaded xshell v0.2.7
9422026-08-17T18:08:46.947Z Downloaded zmij v1.0.21
9432026-08-17T18:08:46.947Z Downloaded unicode-linebreak v0.1.5
9442026-08-17T18:08:46.951Z Downloaded equivalent v1.0.2
9452026-08-17T18:08:46.951Z Downloaded base16ct v0.2.0
9462026-08-17T18:08:46.951Z Downloaded quick-error v1.2.3
9472026-08-17T18:08:46.951Z Downloaded ron v0.8.1
9482026-08-17T18:08:46.954Z Downloaded ssh-key v0.7.0-rc.11
9492026-08-17T18:08:46.957Z Downloaded byteorder v1.5.0
9502026-08-17T18:08:46.958Z Downloaded omicron-zone-package v0.12.3
9512026-08-17T18:08:46.961Z Downloaded bb8 v0.8.6
9522026-08-17T18:08:46.961Z Downloaded termtree v0.5.1
9532026-08-17T18:08:46.961Z Downloaded float-ord v0.3.2
9542026-08-17T18:08:46.965Z Downloaded oso v0.27.3
9552026-08-17T18:08:46.965Z Downloaded serde_derive v1.0.228
9562026-08-17T18:08:46.968Z Downloaded zerofrom-derive v0.1.6
9572026-08-17T18:08:46.972Z Downloaded snafu-derive v0.8.9
9582026-08-17T18:08:46.972Z Downloaded nom v7.1.3
9592026-08-17T18:08:46.975Z Downloaded cexpr v0.6.0
9602026-08-17T18:08:46.975Z Downloaded tungstenite v0.23.0
9612026-08-17T18:08:46.984Z Downloaded proptest v1.11.0
9622026-08-17T18:08:46.989Z Downloaded potential_utf v0.1.4
9632026-08-17T18:08:46.992Z Downloaded strum_macros v0.27.2
9642026-08-17T18:08:46.992Z Downloaded rustls-platform-verifier v0.6.2
9652026-08-17T18:08:46.995Z Downloaded oorandom v11.1.5
9662026-08-17T18:08:46.995Z Downloaded phc v0.6.1
9672026-08-17T18:08:46.995Z Downloaded phf v0.13.1
9682026-08-17T18:08:46.995Z Downloaded schemars_derive v0.8.22
9692026-08-17T18:08:47.005Z Downloaded zstd v0.13.3
9702026-08-17T18:08:47.008Z Downloaded keccak v0.2.0
9712026-08-17T18:08:47.008Z Downloaded md5 v0.8.0
9722026-08-17T18:08:47.013Z Downloaded libscf-sys v1.2.0
9732026-08-17T18:08:47.016Z Downloaded thiserror-impl v1.0.69
9742026-08-17T18:08:47.016Z Downloaded toml v0.8.23
9752026-08-17T18:08:47.020Z Downloaded ed25519-dalek v2.2.0
9762026-08-17T18:08:47.020Z Downloaded anstream v1.0.0
9772026-08-17T18:08:47.020Z Downloaded rand_core v0.6.4
9782026-08-17T18:08:47.023Z Downloaded stringprep v0.1.5
9792026-08-17T18:08:47.023Z Downloaded aws-lc-rs v1.16.3
9802026-08-17T18:08:47.027Z Downloaded cfg-expr v0.20.6
9812026-08-17T18:08:47.030Z Downloaded dunce v1.0.5
9822026-08-17T18:08:47.030Z Downloaded strum v0.26.3
9832026-08-17T18:08:47.030Z Downloaded itertools v0.13.0
9842026-08-17T18:08:47.034Z Downloaded aead v0.6.1
9852026-08-17T18:08:47.034Z Downloaded fallible-iterator v0.2.0
9862026-08-17T18:08:47.037Z Downloaded drift v0.2.0
9872026-08-17T18:08:47.041Z Downloaded jobserver v0.1.34
9882026-08-17T18:08:47.044Z Downloaded pin-project-lite v0.2.17
9892026-08-17T18:08:47.044Z Downloaded semver v0.1.20
9902026-08-17T18:08:47.048Z Downloaded serde_tokenstream v0.2.3
9912026-08-17T18:08:47.048Z Downloaded zip v4.6.1
9922026-08-17T18:08:47.051Z Downloaded fnv v1.0.7
9932026-08-17T18:08:47.051Z Downloaded dof v0.3.0
9942026-08-17T18:08:47.051Z Downloaded target-spec v3.5.7
9952026-08-17T18:08:47.061Z Downloaded oxide-update-engine-types v0.1.2
9962026-08-17T18:08:47.065Z Downloaded prettyplease v0.2.37
9972026-08-17T18:08:47.065Z Downloaded zerofrom v0.1.6
9982026-08-17T18:08:47.068Z Downloaded smallvec v1.15.1
9992026-08-17T18:08:47.068Z Downloaded zeroize v1.9.0
10002026-08-17T18:08:47.068Z Downloaded tracing-core v0.1.36
10012026-08-17T18:08:47.072Z Downloaded ryu v1.0.23
10022026-08-17T18:08:47.075Z Downloaded serde_yaml v0.9.34+deprecated
10032026-08-17T18:08:47.075Z Downloaded slog-json v2.6.1
10042026-08-17T18:08:47.078Z Downloaded ed25519 v3.0.0
10052026-08-17T18:08:47.078Z Downloaded aes v0.9.1
10062026-08-17T18:08:47.082Z Downloaded slab v0.4.12
10072026-08-17T18:08:47.085Z Downloaded thread_local v1.1.9
10082026-08-17T18:08:47.085Z Downloaded libtest-mimic v0.8.1
10092026-08-17T18:08:47.089Z Downloaded flate2 v1.1.9
10102026-08-17T18:08:47.092Z Downloaded mime_guess v2.0.5
10112026-08-17T18:08:47.095Z Downloaded nanorand v0.7.0
10122026-08-17T18:08:47.095Z Downloaded crypto-bigint v0.7.5
10132026-08-17T18:08:47.103Z Downloaded argon2 v0.5.3
10142026-08-17T18:08:47.106Z Downloaded ena v0.14.4
10152026-08-17T18:08:47.111Z Downloaded aho-corasick v1.1.4
10162026-08-17T18:08:47.114Z Downloaded gimli v0.32.3
10172026-08-17T18:08:47.119Z Downloaded pretty_assertions v1.4.1
10182026-08-17T18:08:47.122Z Downloaded r2d2 v0.8.10
10192026-08-17T18:08:47.122Z Downloaded secrecy v0.10.3
10202026-08-17T18:08:47.122Z Downloaded tls_codec_derive v0.4.2
10212026-08-17T18:08:47.122Z Downloaded anstyle-parse v1.0.0
10222026-08-17T18:08:47.125Z Downloaded futures-macro v0.3.32
10232026-08-17T18:08:47.125Z Downloaded stacker v0.1.23
10242026-08-17T18:08:47.126Z Downloaded tinytemplate v1.2.1
10252026-08-17T18:08:47.126Z Downloaded num-rational v0.4.2
10262026-08-17T18:08:47.131Z Downloaded rand v0.8.6
10272026-08-17T18:08:47.134Z Downloaded getrandom v0.2.17
10282026-08-17T18:08:47.134Z Downloaded whoami v2.1.0
10292026-08-17T18:08:47.141Z Downloaded quinn-proto v0.11.16
10302026-08-17T18:08:47.146Z Downloaded blake2 v0.11.0-rc.6
10312026-08-17T18:08:47.154Z Downloaded toml v0.7.8
10322026-08-17T18:08:47.159Z Downloaded base64 v0.22.1
10332026-08-17T18:08:47.163Z Downloaded rustls-pki-types v1.14.0
10342026-08-17T18:08:47.169Z Downloaded diff v0.1.13
10352026-08-17T18:08:47.169Z Downloaded plotters v0.3.7
10362026-08-17T18:08:47.173Z Downloaded diesel_derives v2.3.7
10372026-08-17T18:08:47.178Z Downloaded curve25519-dalek v4.1.3
10382026-08-17T18:08:47.182Z Downloaded tar v0.4.46
10392026-08-17T18:08:47.182Z Downloaded parking_lot v0.11.2
10402026-08-17T18:08:47.185Z Downloaded pkcs1 v0.7.5
10412026-08-17T18:08:47.185Z Downloaded samael v0.0.19
10422026-08-17T18:08:47.190Z Downloaded zopfli v0.8.3
10432026-08-17T18:08:47.190Z Downloaded yansi v1.0.1
10442026-08-17T18:08:47.193Z Downloaded num-traits v0.2.19
10452026-08-17T18:08:47.193Z Downloaded parking_lot v0.12.5
10462026-08-17T18:08:47.193Z Downloaded moka v0.12.13
10472026-08-17T18:08:47.197Z Downloaded pkcs8 v0.11.0
10482026-08-17T18:08:47.201Z Downloaded p521 v0.14.0
10492026-08-17T18:08:47.201Z Downloaded fancy-regex v0.14.0
10502026-08-17T18:08:47.206Z Downloaded typify v0.6.2
10512026-08-17T18:08:47.216Z Downloaded nom v8.0.0
10522026-08-17T18:08:47.221Z Downloaded generic-array v1.4.3
10532026-08-17T18:08:47.228Z Downloaded rstest_macros v0.25.0
10542026-08-17T18:08:47.231Z Downloaded derive_more v2.1.1
10552026-08-17T18:08:47.236Z Downloaded url v2.5.8
10562026-08-17T18:08:47.241Z Downloaded tower-http v0.6.8
10572026-08-17T18:08:47.248Z Downloaded subprocess v0.2.15
10582026-08-17T18:08:47.251Z Downloaded regex-syntax v0.6.29
10592026-08-17T18:08:47.261Z Downloaded openssl-sys v0.9.117
10602026-08-17T18:08:47.265Z Downloaded pest v2.8.6
10612026-08-17T18:08:47.270Z Downloaded arc-swap v1.8.2
10622026-08-17T18:08:47.280Z Downloaded itertools v0.12.1
10632026-08-17T18:08:47.284Z Downloaded curve25519-dalek v5.0.0
10642026-08-17T18:08:47.297Z Downloaded rustyline v14.0.0
10652026-08-17T18:08:47.301Z Downloaded futures-util v0.3.32
10662026-08-17T18:08:47.306Z Downloaded x509-cert v0.2.5
10672026-08-17T18:08:47.311Z Downloaded rand v0.9.2
10682026-08-17T18:08:47.314Z Downloaded syn v1.0.109
10692026-08-17T18:08:47.317Z Downloaded winnow v0.6.26
10702026-08-17T18:08:47.327Z Downloaded libm v0.2.16
10712026-08-17T18:08:47.332Z Downloaded salty v0.3.0
10722026-08-17T18:08:47.336Z Downloaded syn v2.0.117
10732026-08-17T18:08:47.344Z Downloaded num-bigint-dig v0.8.6
10742026-08-17T18:08:47.350Z Downloaded petname v2.0.2
10752026-08-17T18:08:47.355Z Downloaded reedline v0.40.0
10762026-08-17T18:08:47.359Z Downloaded serde_with v1.14.0
10772026-08-17T18:08:47.368Z Downloaded vcpkg v0.2.15
10782026-08-17T18:08:47.389Z Downloaded libxml v0.3.3
10792026-08-17T18:08:47.393Z Downloaded itertools v0.15.0
10802026-08-17T18:08:47.399Z Downloaded tower v0.5.3
10812026-08-17T18:08:47.403Z Downloaded quick-xml v0.37.5
10822026-08-17T18:08:47.406Z Downloaded object v0.37.3
10832026-08-17T18:08:47.410Z Downloaded bitvec v1.0.1
10842026-08-17T18:08:47.418Z Downloaded unicode-normalization v0.1.25
10852026-08-17T18:08:47.427Z Downloaded object v0.30.4
10862026-08-17T18:08:47.430Z Downloaded itertools v0.14.0
10872026-08-17T18:08:47.430Z Downloaded nix v0.27.1
10882026-08-17T18:08:47.435Z Downloaded openssl v0.10.80
10892026-08-17T18:08:47.441Z Downloaded tabled v0.21.0
10902026-08-17T18:08:47.451Z Downloaded reqwest v0.13.2
10912026-08-17T18:08:47.455Z Downloaded blake3 v1.8.5
10922026-08-17T18:08:47.459Z Downloaded tough v0.22.0
10932026-08-17T18:08:47.462Z Downloaded rustix v0.38.44
10942026-08-17T18:08:47.487Z Downloaded rawzip v0.4.4
10952026-08-17T18:08:47.491Z Downloaded hickory-proto v0.24.4
10962026-08-17T18:08:47.498Z Downloaded sha3 v0.12.0
10972026-08-17T18:08:47.502Z Downloaded hickory-proto v0.25.2
10982026-08-17T18:08:47.508Z Downloaded portable-atomic v1.13.1
10992026-08-17T18:08:47.514Z Downloaded reqwest v0.12.28
11002026-08-17T18:08:47.518Z Downloaded tabled v0.15.0
11012026-08-17T18:08:47.524Z Downloaded zlib-rs v0.6.2
11022026-08-17T18:08:47.528Z Downloaded nix v0.31.2
11032026-08-17T18:08:47.534Z Downloaded nix v0.28.0
11042026-08-17T18:08:47.540Z Downloaded zerocopy v0.8.40
11052026-08-17T18:08:47.545Z Downloaded regress v0.11.1
11062026-08-17T18:08:47.550Z Downloaded smoltcp v0.9.1
11072026-08-17T18:08:47.558Z Downloaded p384 v0.13.1
11082026-08-17T18:08:47.562Z Downloaded polar-core v0.27.3
11092026-08-17T18:08:47.565Z Downloaded openapiv3 v2.2.0
11102026-08-17T18:08:47.570Z Downloaded winnow v0.7.14
11112026-08-17T18:08:47.575Z Downloaded unicode-width v0.1.14
11122026-08-17T18:08:47.579Z Downloaded bindgen v0.71.1
11132026-08-17T18:08:47.582Z Downloaded regex-syntax v0.8.10
11142026-08-17T18:08:47.587Z Downloaded rustix v1.1.3
11152026-08-17T18:08:47.600Z Downloaded smoltcp v0.11.0
11162026-08-17T18:08:47.606Z Downloaded diesel v2.3.7
11172026-08-17T18:08:47.619Z Downloaded time v0.3.47
11182026-08-17T18:08:47.625Z Downloaded serde_with v3.21.0
11192026-08-17T18:08:47.632Z Downloaded unicode-width v0.2.0
11202026-08-17T18:08:47.636Z Downloaded radix_trie v0.2.1
11212026-08-17T18:08:47.639Z Downloaded lalrpop v0.19.12
11222026-08-17T18:08:47.645Z Downloaded bstr v1.12.1
11232026-08-17T18:08:47.650Z Downloaded rustls v0.23.41
11242026-08-17T18:08:47.656Z Downloaded ratatui v0.29.0
11252026-08-17T18:08:47.667Z Downloaded sled v0.34.7
11262026-08-17T18:08:47.673Z Downloaded regress v0.10.5
11272026-08-17T18:08:47.678Z Downloaded chrono-tz v0.10.4
11282026-08-17T18:08:47.691Z Downloaded dropshot v0.17.1
11292026-08-17T18:08:47.702Z Downloaded petgraph v0.8.3
11302026-08-17T18:08:47.717Z Downloaded petgraph v0.6.5
11312026-08-17T18:08:47.749Z Downloaded sqlparser v0.61.0
11322026-08-17T18:08:47.757Z Downloaded sha3 v0.10.8
11332026-08-17T18:08:47.761Z Downloaded typify-impl v0.6.2
11342026-08-17T18:08:47.770Z Downloaded zerocopy-derive v0.6.6
11352026-08-17T18:08:47.776Z Downloaded regex-automata v0.4.14
11362026-08-17T18:08:47.785Z Downloaded sha3 v0.11.0
11372026-08-17T18:08:47.791Z Downloaded tracing v0.1.44
11382026-08-17T18:08:47.828Z Downloaded encoding_rs v0.8.35
11392026-08-17T18:08:47.847Z Downloaded jiff v0.2.34
11402026-08-17T18:08:47.857Z Downloaded bzip2-sys v0.1.13+1.0.8
11412026-08-17T18:08:47.864Z Downloaded httpmock v0.8.3
11422026-08-17T18:08:47.876Z Downloaded libgit2-sys v0.18.3+1.9.2
11432026-08-17T18:08:47.909Z Downloaded csv v1.4.0
11442026-08-17T18:08:47.922Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11452026-08-17T18:08:47.933Z Downloaded libz-sys v1.1.24
11462026-08-17T18:08:47.945Z Downloaded libc v0.2.185
11472026-08-17T18:08:47.979Z Downloaded tokio v1.52.1
11482026-08-17T18:08:48.008Z Downloaded ring v0.17.14
11492026-08-17T18:08:48.540Z Downloaded aws-lc-sys v0.40.0
11502026-08-17T18:08:48.961Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11512026-08-17T18:08:54.634Z Startup: Refreshing catalog 'helios' ... Done
11522026-08-17T18:08:54.957Z Startup: Caching catalogs ... Done
11532026-08-17T18:08:56.836ZPlanning: Solver setup ... Done (1.671s)
11542026-08-17T18:08:56.968ZPlanning: Running solver ... Done (0.055s)
11552026-08-17T18:08:56.969ZPlanning: Finding local manifests ... Done (0.003s)
11562026-08-17T18:08:56.969ZPlanning: Fetching manifests: 0/2 0% complete
11572026-08-17T18:08:56.969ZPlanning: Fetching manifests: 2/2 100% complete
11582026-08-17T18:08:56.971ZPlanning: Package planning ... Done (0.014s)
11592026-08-17T18:08:56.971ZPlanning: Merging actions ... Done (0.001s)
11602026-08-17T18:08:57.105ZPlanning: Checking for conflicting actions ... Done (0.159s)
11612026-08-17T18:08:57.236ZPlanning: Consolidating action changes ... Done (0.001s)
11622026-08-17T18:08:57.890ZPlanning: Evaluating mediators ... Done (0.863s)
11632026-08-17T18:08:57.893ZPlanning: Planning completed in 2.90 seconds
11642026-08-17T18:08:57.900Z Packages to install: 2
11652026-08-17T18:08:57.901Z Estimated space available: 155.73 GB
11662026-08-17T18:08:57.901ZEstimated space to be consumed: 69.36 MB
11672026-08-17T18:08:57.909Z Create boot environment: No
11682026-08-17T18:08:57.909ZCreate backup boot environment: No
11692026-08-17T18:08:57.910Z Rebuild boot archive: No
11702026-08-17T18:08:57.910Z
11712026-08-17T18:08:57.910ZChanged packages:
11722026-08-17T18:08:57.910Zhelios
11732026-08-17T18:08:57.910Z developer/build-essential
11742026-08-17T18:08:57.910Z None -> 11-3.0
11752026-08-17T18:08:57.910Z library/libxmlsec1
11762026-08-17T18:08:57.910Z None -> 1.2.35-3.0
11772026-08-17T18:08:57.940Z
11782026-08-17T18:08:57.940ZDownload: 0/214 items 0.0/1.3MB 0% complete
11792026-08-17T18:08:58.009ZDownload: Completed 1.28 MB in 0.07 seconds (18.4M/s)
11802026-08-17T18:08:58.084Z Actions: 1/268 actions (Installing new actions)
11812026-08-17T18:08:58.122Z Actions: Completed 268 actions in 0.04 seconds.
11822026-08-17T18:08:58.153ZFinalize: Updating package state database ... Done (0.030s)
11832026-08-17T18:08:58.157ZFinalize: Updating package cache ... Done (0.000s)
11842026-08-17T18:08:58.232ZFinalize: Updating image state ... Done (0.078s)
11852026-08-17T18:09:00.886ZFinalize: Creating fast lookup database ... Done (2.599s)
11862026-08-17T18:09:00.959ZFinalize: Reading search index ... Done (0.013s)
11872026-08-17T18:09:00.962ZFinalize: Updating search index ... Done (0.000s)
11882026-08-17T18:09:01.065ZFinalize: Updating package cache ... Done (0.000s)
11892026-08-17T18:09:01.425ZPlanning: Evaluating mediator changes ... Done
11902026-08-17T18:09:01.530ZPlanning: Checking for conflicting actions ... Done
11912026-08-17T18:09:01.533ZPlanning: Consolidating action changes ... Done
11922026-08-17T18:09:01.689ZPlanning: Evaluating mediators ... Done
11932026-08-17T18:09:01.692ZPlanning: Planning completed in 0.27 seconds
11942026-08-17T18:09:01.712Z Mediators to change: 2
11952026-08-17T18:09:01.712Z Create boot environment: No
11962026-08-17T18:09:01.712ZCreate backup boot environment: No
11972026-08-17T18:09:01.759ZFinalize: Updating package state database ... Done
11982026-08-17T18:09:01.759ZFinalize: Updating package cache ... Done
11992026-08-17T18:09:01.803ZFinalize: Updating image state ... Done
12002026-08-17T18:09:03.726ZFinalize: Creating fast lookup database ... Done
12012026-08-17T18:09:03.784ZFinalize: Reading search index ... Done
12022026-08-17T18:09:03.788ZFinalize: Updating search index ... Done
12032026-08-17T18:09:03.851ZFinalize: Updating package cache ... Done
12042026-08-17T18:09:04.134ZPlanning: Evaluating mediator changes ... Done
12052026-08-17T18:09:04.240ZPlanning: Checking for conflicting actions ... Done
12062026-08-17T18:09:04.244ZPlanning: Consolidating action changes ... Done
12072026-08-17T18:09:04.396ZPlanning: Evaluating mediators ... Done
12082026-08-17T18:09:04.399ZPlanning: Planning completed in 0.26 seconds
12092026-08-17T18:09:04.421Z Mediators to change: 1
12102026-08-17T18:09:04.421Z Create boot environment: No
12112026-08-17T18:09:04.421ZCreate backup boot environment: No
12122026-08-17T18:09:04.488ZFinalize: Updating package state database ... Done
12132026-08-17T18:09:04.488ZFinalize: Updating package cache ... Done
12142026-08-17T18:09:04.536ZFinalize: Updating image state ... Done
12152026-08-17T18:09:06.470ZFinalize: Creating fast lookup database ... Done
12162026-08-17T18:09:06.532ZFinalize: Reading search index ... Done
12172026-08-17T18:09:06.535ZFinalize: Updating search index ... Done
12182026-08-17T18:09:06.623ZFinalize: Updating package cache ... Done
12192026-08-17T18:09:06.935ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12202026-08-17T18:09:06.935Zapache system 2.4 system
12212026-08-17T18:09:06.935Zclang system 15 system
12222026-08-17T18:09:06.935Zcsh system system illumos
12232026-08-17T18:09:06.935Zctags system system illumos
12242026-08-17T18:09:06.936Zfile vendor vendor darwinsys
12252026-08-17T18:09:06.936Zfile system system illumos
12262026-08-17T18:09:06.936Zgcc vendor 14 vendor
12272026-08-17T18:09:06.936Zgcc system 13 system
12282026-08-17T18:09:06.936Zgcc system 10 system
12292026-08-17T18:09:06.936Zgo system 1.25 system
12302026-08-17T18:09:06.936Zllvm system 15 system
12312026-08-17T18:09:06.936Zmariadb system 11.4 system
12322026-08-17T18:09:06.936Zmta vendor vendor dma
12332026-08-17T18:09:06.936Zopenjdk system 17 system
12342026-08-17T18:09:06.937Zopenjdk system 11 system
12352026-08-17T18:09:06.937Zopenssl vendor 3 vendor
12362026-08-17T18:09:06.938Zperl system 5.40 system
12372026-08-17T18:09:06.938Zpostgresql system 18 system
12382026-08-17T18:09:06.938Zpostgresql system 17 system
12392026-08-17T18:09:06.938Zpython vendor 3 vendor
12402026-08-17T18:09:06.938Zpython system 2 system
12412026-08-17T18:09:06.938Zpython3 vendor 3.13 vendor
12422026-08-17T18:09:06.938Zruby system 3.4 system
12432026-08-17T18:09:06.938Zruby system 3.0 system
12442026-08-17T18:09:06.938Zwords vendor vendor american-english
12452026-08-17T18:09:06.938Zwords system system australian-english
12462026-08-17T18:09:06.938Zwords system system british-english
12472026-08-17T18:09:06.938Zwords system system canadian-english
12482026-08-17T18:09:06.938Zwords system system french
12492026-08-17T18:09:06.938Zwords system system italian
12502026-08-17T18:09:06.939Zwords system system ngerman
12512026-08-17T18:09:06.939Zwords system system ogerman
12522026-08-17T18:09:06.939Zwords system system spanish
12532026-08-17T18:09:07.184ZPUBLISHER TYPE STATUS P LOCATION
12542026-08-17T18:09:07.184Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12552026-08-17T18:09:07.631ZFMRI IFO
12562026-08-17T18:09:07.631Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12572026-08-17T18:09:07.631Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12582026-08-17T18:09:07.631Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12592026-08-17T18:09:07.631Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12602026-08-17T18:09:07.631Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12612026-08-17T18:09:07.631Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12622026-08-17T18:09:07.631Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12632026-08-17T18:09:07.631Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12642026-08-17T18:09:07.631Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12652026-08-17T18:09:08.234Z Downloading crates ...
12662026-08-17T18:09:08.281Z Downloaded cargo_toml v0.21.0
12672026-08-17T18:09:08.321Z Compiling proc-macro2 v1.0.106
12682026-08-17T18:09:08.321Z Compiling quote v1.0.45
12692026-08-17T18:09:08.325Z Compiling unicode-ident v1.0.24
12702026-08-17T18:09:08.325Z Compiling serde_core v1.0.228
12712026-08-17T18:09:08.325Z Compiling libc v0.2.185
12722026-08-17T18:09:08.325Z Compiling version_check v0.9.5
12732026-08-17T18:09:08.325Z Compiling memchr v2.8.0
12742026-08-17T18:09:08.325Z Compiling serde v1.0.228
12752026-08-17T18:09:08.325Z Compiling zmij v1.0.21
12762026-08-17T18:09:08.325Z Compiling thiserror v1.0.69
12772026-08-17T18:09:08.325Z Compiling itoa v1.0.17
12782026-08-17T18:09:08.416Z Compiling ucd-trie v0.1.7
12792026-08-17T18:09:08.420Z Compiling byteorder v1.5.0
12802026-08-17T18:09:08.420Z Compiling rustix v1.1.3
12812026-08-17T18:09:08.571Z Compiling serde_json v1.0.151
12822026-08-17T18:09:08.685Z Compiling bitflags v2.11.0
12832026-08-17T18:09:08.806Z Compiling proc-macro-error-attr v1.0.4
12842026-08-17T18:09:08.830Z Compiling pest v2.8.6
12852026-08-17T18:09:08.883Z Compiling usdt-impl v0.5.0
12862026-08-17T18:09:08.886Z Compiling syn v1.0.109
12872026-08-17T18:09:08.923Z Compiling camino v1.2.2
12882026-08-17T18:09:08.944Z Compiling proc-macro-error v1.0.4
12892026-08-17T18:09:08.947Z Compiling equivalent v1.0.2
12902026-08-17T18:09:09.070Z Compiling getrandom v0.4.1
12912026-08-17T18:09:09.080Z Compiling utf8parse v0.2.2
12922026-08-17T18:09:09.104Z Compiling plain v0.2.3
12932026-08-17T18:09:09.107Z Compiling hashbrown v0.17.0
12942026-08-17T18:09:09.181Z Compiling log v0.4.29
12952026-08-17T18:09:09.225Z Compiling anstyle-parse v1.0.0
12962026-08-17T18:09:09.245Z Compiling anstyle-query v1.1.5
12972026-08-17T18:09:09.275Z Compiling colorchoice v1.0.4
12982026-08-17T18:09:09.289Z Compiling errno v0.3.14
12992026-08-17T18:09:09.313Z Compiling thread-id v4.2.2
13002026-08-17T18:09:09.335Z Compiling winnow v0.7.14
13012026-08-17T18:09:09.357Z Compiling is_terminal_polyfill v1.70.2
13022026-08-17T18:09:09.421Z Compiling cfg-if v1.0.4
13032026-08-17T18:09:09.434Z Compiling toml_write v0.1.2
13042026-08-17T18:09:09.446Z Compiling pretty-hex v0.4.1
13052026-08-17T18:09:09.475Z Compiling anstyle v1.0.14
13062026-08-17T18:09:09.475Z Compiling autocfg v1.5.0
13072026-08-17T18:09:09.498Z Compiling thiserror v2.0.18
13082026-08-17T18:09:09.510Z Compiling bytecount v0.6.9
13092026-08-17T18:09:09.525Z Compiling once_cell v1.21.3
13102026-08-17T18:09:09.595Z Compiling strsim v0.11.1
13112026-08-17T18:09:09.657Z Compiling indexmap v2.14.0
13122026-08-17T18:09:09.660Z Compiling fnv v1.0.7
13132026-08-17T18:09:09.717Z Compiling anstream v1.0.0
13142026-08-17T18:09:09.728Z Compiling heck v0.5.0
13152026-08-17T18:09:09.740Z Compiling anyhow v1.0.102
13162026-08-17T18:09:09.756Z Compiling clap_lex v1.0.0
13172026-08-17T18:09:09.777Z Compiling fastrand v2.3.0
13182026-08-17T18:09:09.870Z Compiling syn v2.0.117
13192026-08-17T18:09:09.933Z Compiling pest_meta v2.8.6
13202026-08-17T18:09:09.976Z Compiling fs-err v3.3.0
13212026-08-17T18:09:10.021Z Compiling heck v0.4.1
13222026-08-17T18:09:10.076Z Compiling unicode-width v0.1.14
13232026-08-17T18:09:10.090Z Compiling memmap v0.7.0
13242026-08-17T18:09:10.158Z Compiling unicode-linebreak v0.1.5
13252026-08-17T18:09:10.208Z Compiling unicode-width v0.2.0
13262026-08-17T18:09:10.263Z Compiling smawk v0.3.2
13272026-08-17T18:09:10.278Z Compiling swrite v0.1.0
13282026-08-17T18:09:10.319Z Compiling papergrid v0.11.0
13292026-08-17T18:09:10.333Z Compiling terminal_size v0.4.3
13302026-08-17T18:09:10.373Z Compiling tempfile v3.25.0
13312026-08-17T18:09:10.431Z Compiling clap_builder v4.6.0
13322026-08-17T18:09:10.443Z Compiling textwrap v0.16.2
13332026-08-17T18:09:10.811Z Compiling semver v1.0.28
13342026-08-17T18:09:10.815Z Compiling cargo-platform v0.3.2
13352026-08-17T18:09:11.052Z Compiling camino-tempfile v1.4.1
13362026-08-17T18:09:11.349Z Compiling tabled_derive v0.7.0
13372026-08-17T18:09:12.018Z Compiling pest_generator v2.8.6
13382026-08-17T18:09:12.029Z Compiling tabled v0.15.0
13392026-08-17T18:09:12.533Z Compiling serde_derive v1.0.228
13402026-08-17T18:09:12.536Z Compiling thiserror-impl v1.0.69
13412026-08-17T18:09:12.536Z Compiling zerocopy-derive v0.7.35
13422026-08-17T18:09:12.536Z Compiling scroll_derive v0.12.1
13432026-08-17T18:09:12.536Z Compiling thiserror-impl v2.0.18
13442026-08-17T18:09:12.536Z Compiling clap_derive v4.6.1
13452026-08-17T18:09:12.537Z Compiling pest_derive v2.8.6
13462026-08-17T18:09:13.121Z Compiling scroll v0.12.0
13472026-08-17T18:09:13.202Z Compiling zerocopy v0.7.35
13482026-08-17T18:09:13.320Z Compiling goblin v0.8.2
13492026-08-17T18:09:13.568Z Compiling dtrace-parser v0.2.0
13502026-08-17T18:09:13.826Z Compiling clap v4.6.1
13512026-08-17T18:09:14.865Z Compiling dof v0.3.0
13522026-08-17T18:09:14.865Z Compiling serde_tokenstream v0.2.3
13532026-08-17T18:09:14.883Z Compiling serde_spanned v0.6.9
13542026-08-17T18:09:14.887Z Compiling toml_datetime v0.6.11
13552026-08-17T18:09:14.887Z Compiling macaddr v1.0.1
13562026-08-17T18:09:14.887Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13572026-08-17T18:09:14.887Z Compiling cargo_metadata v0.23.1
13582026-08-17T18:09:15.072Z Compiling toml_edit v0.22.27
13592026-08-17T18:09:15.541Z Compiling usdt-attr-macro v0.5.0
13602026-08-17T18:09:15.544Z Compiling usdt-macro v0.5.0
13612026-08-17T18:09:16.144Z Compiling usdt v0.5.0
13622026-08-17T18:09:16.309Z Compiling toml v0.8.23
13632026-08-17T18:09:16.619Z Compiling cargo_toml v0.21.0
13642026-08-17T18:09:17.901Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13652026-08-17T18:09:19.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.17s
13662026-08-17T18:09:19.994Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13672026-08-17T18:09:20.747Z Compiling libc v0.2.185
13682026-08-17T18:09:20.747Z Compiling serde_core v1.0.228
13692026-08-17T18:09:20.747Z Compiling serde v1.0.228
13702026-08-17T18:09:20.751Z Compiling log v0.4.29
13712026-08-17T18:09:20.751Z Compiling smallvec v1.15.1
13722026-08-17T18:09:20.751Z Compiling find-msvc-tools v0.1.9
13732026-08-17T18:09:20.751Z Compiling shlex v1.3.0
13742026-08-17T18:09:20.751Z Compiling subtle v2.6.1
13752026-08-17T18:09:20.885Z Compiling scopeguard v1.2.0
13762026-08-17T18:09:20.888Z Compiling stable_deref_trait v1.2.1
13772026-08-17T18:09:20.888Z Compiling typenum v1.20.1
13782026-08-17T18:09:20.897Z Compiling zerocopy v0.8.40
13792026-08-17T18:09:20.900Z Compiling portable-atomic v1.13.1
13802026-08-17T18:09:20.957Z Compiling serde_json v1.0.151
13812026-08-17T18:09:20.969Z Compiling syn v2.0.117
13822026-08-17T18:09:20.983Z Compiling critical-section v1.2.0
13832026-08-17T18:09:21.069Z Compiling libm v0.2.16
13842026-08-17T18:09:21.095Z Compiling num-traits v0.2.19
13852026-08-17T18:09:21.122Z Compiling lock_api v0.4.14
13862026-08-17T18:09:21.137Z Compiling pkg-config v0.3.32
13872026-08-17T18:09:21.137Z Compiling generic-array v0.14.7
13882026-08-17T18:09:21.166Z Compiling getrandom v0.4.1
13892026-08-17T18:09:21.170Z Compiling parking_lot_core v0.9.12
13902026-08-17T18:09:21.170Z Compiling pin-project-lite v0.2.17
13912026-08-17T18:09:21.264Z Compiling const-oid v0.9.6
13922026-08-17T18:09:21.276Z Compiling rand_core v0.10.0
13932026-08-17T18:09:21.322Z Compiling futures-core v0.3.32
13942026-08-17T18:09:21.370Z Compiling writeable v0.6.2
13952026-08-17T18:09:21.409Z Compiling litemap v0.8.1
13962026-08-17T18:09:21.469Z Compiling percent-encoding v2.3.2
13972026-08-17T18:09:21.489Z Compiling icu_normalizer_data v2.1.1
13982026-08-17T18:09:21.504Z Compiling icu_properties_data v2.1.2
13992026-08-17T18:09:21.507Z Compiling getrandom v0.3.4
14002026-08-17T18:09:21.518Z Compiling futures-sink v0.3.32
14012026-08-17T18:09:21.598Z Compiling slab v0.4.12
14022026-08-17T18:09:21.628Z Compiling futures-channel v0.3.32
14032026-08-17T18:09:21.631Z Compiling futures-task v0.3.32
14042026-08-17T18:09:21.657Z Compiling futures-io v0.3.32
14052026-08-17T18:09:21.692Z Compiling rustix v1.1.3
14062026-08-17T18:09:21.751Z Compiling utf8_iter v1.0.4
14072026-08-17T18:09:21.797Z Compiling jobserver v0.1.34
14082026-08-17T18:09:21.819Z Compiling errno v0.3.14
14092026-08-17T18:09:21.833Z Compiling getrandom v0.2.17
14102026-08-17T18:09:21.880Z Compiling mio v1.2.0
14112026-08-17T18:09:21.884Z Compiling socket2 v0.6.3
14122026-08-17T18:09:21.911Z Compiling form_urlencoded v1.2.2
14132026-08-17T18:09:21.927Z Compiling signal-hook-registry v1.4.8
14142026-08-17T18:09:21.983Z Compiling rand_core v0.6.4
14152026-08-17T18:09:22.091Z Compiling cc v1.2.56
14162026-08-17T18:09:22.109Z Compiling once_cell v1.21.3
14172026-08-17T18:09:22.124Z Compiling parking_lot v0.12.5
14182026-08-17T18:09:22.166Z Compiling rustversion v1.0.22
14192026-08-17T18:09:22.211Z Compiling iana-time-zone v0.1.65
14202026-08-17T18:09:22.216Z Compiling base64ct v1.8.3
14212026-08-17T18:09:22.231Z Compiling dunce v1.0.5
14222026-08-17T18:09:22.322Z Compiling flagset v0.4.7
14232026-08-17T18:09:22.341Z Compiling ident_case v1.0.1
14242026-08-17T18:09:22.355Z Compiling regex-syntax v0.8.10
14252026-08-17T18:09:22.368Z Compiling fs_extra v1.3.0
14262026-08-17T18:09:22.383Z Compiling base64 v0.22.1
14272026-08-17T18:09:22.414Z Compiling syn v1.0.109
14282026-08-17T18:09:22.429Z Compiling vcpkg v0.2.15
14292026-08-17T18:09:22.464Z Compiling pem-rfc7468 v0.7.0
14302026-08-17T18:09:22.479Z Compiling rand_core v0.9.5
14312026-08-17T18:09:22.510Z Compiling tracing-core v0.1.36
14322026-08-17T18:09:22.525Z Compiling cpufeatures v0.2.17
14332026-08-17T18:09:22.537Z Compiling dyn-clone v1.0.20
14342026-08-17T18:09:22.622Z Compiling schemars v0.8.22
14352026-08-17T18:09:22.636Z Compiling aws-lc-rs v1.16.3
14362026-08-17T18:09:22.667Z Compiling spin v0.9.8
14372026-08-17T18:09:22.691Z Compiling crc32fast v1.5.0
14382026-08-17T18:09:22.737Z Compiling tinyvec_macros v0.1.1
14392026-08-17T18:09:22.786Z Compiling httparse v1.10.1
14402026-08-17T18:09:22.800Z Compiling openssl-probe v0.2.1
14412026-08-17T18:09:22.830Z Compiling cmov v0.5.4
14422026-08-17T18:09:22.844Z Compiling cmake v0.1.57
14432026-08-17T18:09:22.915Z Compiling tinyvec v1.10.0
14442026-08-17T18:09:22.928Z Compiling aho-corasick v1.1.4
14452026-08-17T18:09:22.949Z Compiling tower-layer v0.3.3
14462026-08-17T18:09:23.005Z Compiling untrusted v0.7.1
14472026-08-17T18:09:23.043Z Compiling ctutils v0.4.2
14482026-08-17T18:09:23.057Z Compiling atomic-waker v1.1.2
14492026-08-17T18:09:23.088Z Compiling bitflags v2.11.0
14502026-08-17T18:09:23.146Z Compiling semver v1.0.28
14512026-08-17T18:09:23.149Z Compiling indexmap v2.14.0
14522026-08-17T18:09:23.176Z Compiling uuid v1.23.4
14532026-08-17T18:09:23.215Z Compiling try-lock v0.2.5
14542026-08-17T18:09:23.248Z Compiling tower-service v0.3.3
14552026-08-17T18:09:23.280Z Compiling radium v0.7.0
14562026-08-17T18:09:23.333Z Compiling want v0.3.1
14572026-08-17T18:09:23.348Z Compiling simd-adler32 v0.3.8
14582026-08-17T18:09:23.363Z Compiling tap v1.0.1
14592026-08-17T18:09:23.491Z Compiling rustc_version v0.4.1
14602026-08-17T18:09:23.507Z Compiling openssl v0.10.80
14612026-08-17T18:09:23.520Z Compiling untrusted v0.9.0
14622026-08-17T18:09:23.523Z Compiling maybe-uninit v2.0.0
14632026-08-17T18:09:23.573Z Compiling httpdate v1.0.3
14642026-08-17T18:09:23.605Z Compiling foreign-types-shared v0.1.1
14652026-08-17T18:09:23.621Z Compiling rustls v0.23.41
14662026-08-17T18:09:23.678Z Compiling aws-lc-sys v0.40.0
14672026-08-17T18:09:23.706Z Compiling openssl-sys v0.9.117
14682026-08-17T18:09:23.757Z Compiling foreign-types v0.3.2
14692026-08-17T18:09:23.816Z Compiling bzip2-sys v0.1.13+1.0.8
14702026-08-17T18:09:23.831Z Compiling regex-automata v0.4.14
14712026-08-17T18:09:23.834Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-08-17T18:09:23.835Z Compiling wyz v0.5.1
14732026-08-17T18:09:23.888Z Compiling synstructure v0.13.2
14742026-08-17T18:09:23.892Z Compiling serde_derive_internals v0.29.1
14752026-08-17T18:09:23.892Z Compiling pest_generator v2.8.6
14762026-08-17T18:09:23.892Z Compiling darling_core v0.20.11
14772026-08-17T18:09:24.078Z Compiling unicode-normalization v0.1.25
14782026-08-17T18:09:24.115Z Compiling num-integer v0.1.46
14792026-08-17T18:09:24.284Z Compiling tempfile v3.25.0
14802026-08-17T18:09:24.314Z Compiling terminal_size v0.4.3
14812026-08-17T18:09:24.449Z Compiling wait-timeout v0.2.1
14822026-08-17T18:09:24.472Z Compiling ahash v0.8.12
14832026-08-17T18:09:24.487Z Compiling num-conv v0.2.0
14842026-08-17T18:09:24.569Z Compiling powerfmt v0.2.0
14852026-08-17T18:09:24.596Z Compiling native-tls v0.2.18
14862026-08-17T18:09:24.630Z Compiling quick-error v1.2.3
14872026-08-17T18:09:24.682Z Compiling packed_struct v0.10.1
14882026-08-17T18:09:24.697Z Compiling adler2 v2.0.1
14892026-08-17T18:09:24.701Z Compiling num-bigint-dig v0.8.6
14902026-08-17T18:09:24.728Z Compiling bit-vec v0.8.0
14912026-08-17T18:09:24.744Z Compiling time-core v0.1.8
14922026-08-17T18:09:24.759Z Compiling funty v2.0.0
14932026-08-17T18:09:24.792Z Compiling rusty-fork v0.3.1
14942026-08-17T18:09:24.834Z Compiling miniz_oxide v0.8.9
14952026-08-17T18:09:24.851Z Compiling deranged v0.5.8
14962026-08-17T18:09:24.866Z Compiling clap_builder v4.6.0
14972026-08-17T18:09:24.869Z Compiling num-iter v0.1.45
14982026-08-17T18:09:24.907Z Compiling time-macros v0.2.27
14992026-08-17T18:09:24.943Z Compiling bit-set v0.8.0
15002026-08-17T18:09:25.029Z Compiling lazy_static v1.5.0
15012026-08-17T18:09:25.094Z Compiling bitvec v1.0.1
15022026-08-17T18:09:25.123Z Compiling rand_xorshift v0.4.0
15032026-08-17T18:09:25.137Z Compiling anstyle-parse v0.2.7
15042026-08-17T18:09:25.140Z Compiling sync_wrapper v1.0.2
15052026-08-17T18:09:25.267Z Compiling indexmap v1.9.3
15062026-08-17T18:09:25.305Z Compiling nodrop v0.1.14
15072026-08-17T18:09:25.338Z Compiling unarray v0.1.4
15082026-08-17T18:09:25.350Z Compiling crossbeam-utils v0.8.21
15092026-08-17T18:09:25.418Z Compiling crc-catalog v2.4.0
15102026-08-17T18:09:25.458Z Compiling usdt-impl v0.6.0
15112026-08-17T18:09:25.473Z Compiling num_threads v0.1.7
15122026-08-17T18:09:25.476Z Compiling siphasher v1.0.2
15132026-08-17T18:09:25.523Z Compiling zlib-rs v0.6.2
15142026-08-17T18:09:25.580Z Compiling paste v1.0.15
15152026-08-17T18:09:25.614Z Compiling serde_derive v1.0.228
15162026-08-17T18:09:25.656Z Compiling zeroize_derive v1.5.0
15172026-08-17T18:09:25.676Z Compiling zerofrom-derive v0.1.6
15182026-08-17T18:09:25.690Z Compiling zerocopy-derive v0.8.40
15192026-08-17T18:09:25.856Z Compiling yoke-derive v0.8.1
15202026-08-17T18:09:25.870Z Compiling zerovec-derive v0.11.2
15212026-08-17T18:09:25.965Z Compiling displaydoc v0.2.5
15222026-08-17T18:09:25.993Z Compiling tokio-macros v2.7.0
15232026-08-17T18:09:26.305Z Compiling futures-macro v0.3.32
15242026-08-17T18:09:26.332Z Compiling zeroize v1.9.0
15252026-08-17T18:09:26.617Z Compiling der_derive v0.7.3
15262026-08-17T18:09:26.748Z Compiling thiserror-impl v2.0.18
15272026-08-17T18:09:26.772Z Compiling tracing-attributes v0.1.31
15282026-08-17T18:09:26.810Z Compiling rustls-pki-types v1.14.0
15292026-08-17T18:09:27.023Z Compiling schemars_derive v0.8.22
15302026-08-17T18:09:27.110Z Compiling hybrid-array v0.4.13
15312026-08-17T18:09:27.161Z Compiling zerofrom v0.1.6
15322026-08-17T18:09:27.193Z Compiling crypto-common v0.1.7
15332026-08-17T18:09:27.207Z Compiling block-buffer v0.10.4
15342026-08-17T18:09:27.279Z Compiling yoke v0.8.1
15352026-08-17T18:09:27.301Z Compiling futures-util v0.3.32
15362026-08-17T18:09:27.355Z Compiling digest v0.10.7
15372026-08-17T18:09:27.393Z Compiling scroll_derive v0.13.1
15382026-08-17T18:09:27.483Z Compiling zerovec v0.11.5
15392026-08-17T18:09:27.632Z Compiling zerotrie v0.2.3
15402026-08-17T18:09:27.641Z Compiling der v0.7.10
15412026-08-17T18:09:27.923Z Compiling sha2 v0.10.9
15422026-08-17T18:09:27.953Z Compiling pest_derive v2.8.6
15432026-08-17T18:09:27.956Z Compiling tinystr v0.8.2
15442026-08-17T18:09:28.030Z Compiling potential_utf v0.1.4
15452026-08-17T18:09:28.055Z Compiling signature v2.2.0
15462026-08-17T18:09:28.164Z Compiling icu_locale_core v2.1.1
15472026-08-17T18:09:28.178Z Compiling icu_collections v2.1.1
15482026-08-17T18:09:28.203Z Compiling thiserror v2.0.18
15492026-08-17T18:09:28.218Z Compiling tracing v0.1.44
15502026-08-17T18:09:28.263Z Compiling darling_macro v0.20.11
15512026-08-17T18:09:28.280Z Compiling scroll v0.13.0
15522026-08-17T18:09:28.327Z Compiling thiserror-impl v1.0.69
15532026-08-17T18:09:28.344Z Compiling openssl-macros v0.1.1
15542026-08-17T18:09:28.447Z Compiling hmac v0.12.1
15552026-08-17T18:09:28.508Z Compiling goblin v0.10.5
15562026-08-17T18:09:28.564Z Compiling spki v0.7.3
15572026-08-17T18:09:28.633Z Compiling packed_struct_codegen v0.10.1
15582026-08-17T18:09:28.691Z Compiling clap_derive v4.6.1
15592026-08-17T18:09:28.787Z Compiling pkcs8 v0.10.2
15602026-08-17T18:09:28.802Z Compiling icu_provider v2.1.1
15612026-08-17T18:09:28.816Z Compiling darling v0.20.11
15622026-08-17T18:09:28.915Z Compiling zerocopy-derive v0.6.6
15632026-08-17T18:09:28.930Z Compiling bitfield-macros v0.19.4
15642026-08-17T18:09:29.078Z Compiling icu_normalizer v2.1.1
15652026-08-17T18:09:29.100Z Compiling icu_properties v2.1.2
15662026-08-17T18:09:29.123Z Compiling pkcs1 v0.7.5
15672026-08-17T18:09:29.251Z Compiling bytes v1.11.1
15682026-08-17T18:09:29.279Z Compiling chrono v0.4.45
15692026-08-17T18:09:29.527Z Compiling ipnet v2.11.0
15702026-08-17T18:09:29.642Z Compiling hex v0.4.3
15712026-08-17T18:09:29.656Z Compiling thiserror v1.0.69
15722026-08-17T18:09:29.692Z Compiling serde_spanned v0.6.9
15732026-08-17T18:09:29.711Z Compiling toml_datetime v0.6.11
15742026-08-17T18:09:29.774Z Compiling tokio v1.52.1
15752026-08-17T18:09:29.787Z Compiling http v1.4.2
15762026-08-17T18:09:29.803Z Compiling zerocopy v0.6.6
15772026-08-17T18:09:29.878Z Compiling bitfield v0.19.4
15782026-08-17T18:09:29.928Z Compiling derive_builder_core v0.20.2
15792026-08-17T18:09:29.983Z Compiling idna_adapter v1.2.1
15802026-08-17T18:09:30.041Z Compiling dtrace-parser v0.3.0
15812026-08-17T18:09:30.138Z Compiling ppv-lite86 v0.2.21
15822026-08-17T18:09:30.152Z Compiling idna v1.1.0
15832026-08-17T18:09:30.229Z Compiling flate2 v1.1.9
15842026-08-17T18:09:30.349Z Compiling time v0.3.47
15852026-08-17T18:09:30.444Z Compiling rand_chacha v0.9.0
15862026-08-17T18:09:30.482Z Compiling url v2.5.8
15872026-08-17T18:09:30.507Z Compiling http-body v1.0.1
15882026-08-17T18:09:30.647Z Compiling rand v0.9.2
15892026-08-17T18:09:30.675Z Compiling rand_chacha v0.3.1
15902026-08-17T18:09:30.690Z Compiling http-body-util v0.1.3
15912026-08-17T18:09:30.706Z Compiling clap v4.6.1
15922026-08-17T18:09:30.861Z Compiling scroll_derive v0.12.1
15932026-08-17T18:09:30.875Z Compiling structmeta-derive v0.3.0
15942026-08-17T18:09:30.878Z Compiling crc v3.4.0
15952026-08-17T18:09:30.904Z Compiling rand v0.8.6
15962026-08-17T18:09:30.973Z Compiling array-init v0.0.4
15972026-08-17T18:09:31.155Z Compiling anstream v0.6.21
15982026-08-17T18:09:31.292Z Compiling dof v0.4.0
15992026-08-17T18:09:31.339Z Compiling proptest v1.11.0
16002026-08-17T18:09:31.423Z Compiling smallvec v0.6.14
16012026-08-17T18:09:31.471Z Compiling darling_core v0.23.0
16022026-08-17T18:09:31.485Z Compiling heapless v0.7.17
16032026-08-17T18:09:31.504Z Compiling slog v2.8.2
16042026-08-17T18:09:31.699Z Compiling thread-id v5.1.0
16052026-08-17T18:09:31.732Z Compiling env_filter v1.0.0
16062026-08-17T18:09:31.747Z Compiling cookie v0.18.1
16072026-08-17T18:09:31.799Z Compiling ryu v1.0.23
16082026-08-17T18:09:31.813Z Compiling allocator-api2 v0.2.21
16092026-08-17T18:09:31.908Z Compiling signal-hook v0.3.18
16102026-08-17T18:09:31.960Z Compiling ipnetwork v0.21.1
16112026-08-17T18:09:32.051Z Compiling base64 v0.21.7
16122026-08-17T18:09:32.056Z Compiling hashbrown v0.12.3
16132026-08-17T18:09:32.056Z Compiling winnow v0.5.40
16142026-08-17T18:09:32.056Z Compiling iri-string v0.7.10
16152026-08-17T18:09:32.061Z Compiling zstd-safe v7.2.4
16162026-08-17T18:09:32.103Z Compiling anyhow v1.0.102
16172026-08-17T18:09:32.168Z Compiling unicode-bidi v0.3.18
16182026-08-17T18:09:32.279Z Compiling unicode-properties v0.1.4
16192026-08-17T18:09:32.349Z Compiling ron v0.8.1
16202026-08-17T18:09:32.375Z Compiling oxnet v0.1.6
16212026-08-17T18:09:32.502Z Compiling stringprep v0.1.5
16222026-08-17T18:09:32.668Z Compiling rsa v0.9.10
16232026-08-17T18:09:32.691Z Compiling structmeta v0.3.0
16242026-08-17T18:09:32.771Z Compiling serde_urlencoded v0.7.1
16252026-08-17T18:09:32.845Z Compiling env_logger v0.11.9
16262026-08-17T18:09:32.925Z Compiling serde-hex v0.1.0
16272026-08-17T18:09:32.940Z Compiling scroll v0.12.0
16282026-08-17T18:09:32.943Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16292026-08-17T18:09:32.968Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16302026-08-17T18:09:33.047Z Compiling camino v1.2.2
16312026-08-17T18:09:33.213Z Compiling bzip2 v0.4.4
16322026-08-17T18:09:33.228Z Compiling derive_builder_macro v0.20.2
16332026-08-17T18:09:33.336Z Compiling toml_edit v0.19.15
16342026-08-17T18:09:33.444Z Compiling hashbrown v0.13.2
16352026-08-17T18:09:33.493Z Compiling serde_tokenstream v0.2.3
16362026-08-17T18:09:33.503Z Compiling erased-serde v0.3.31
16372026-08-17T18:09:33.620Z Compiling x509-cert v0.2.5
16382026-08-17T18:09:33.694Z Compiling tokio-util v0.7.18
16392026-08-17T18:09:33.710Z Compiling tower v0.5.3
16402026-08-17T18:09:33.737Z Compiling tokio-native-tls v0.3.1
16412026-08-17T18:09:33.797Z Compiling block-padding v0.4.2
16422026-08-17T18:09:33.936Z Compiling newtype-uuid v1.3.2
16432026-08-17T18:09:33.959Z Compiling block-buffer v0.12.1
16442026-08-17T18:09:33.981Z Compiling crypto-common v0.2.2
16452026-08-17T18:09:34.014Z Compiling md-5 v0.10.6
16462026-08-17T18:09:34.035Z Compiling darling_macro v0.23.0
16472026-08-17T18:09:34.180Z Compiling tower-http v0.6.8
16482026-08-17T18:09:34.195Z Compiling rustls-native-certs v0.8.3
16492026-08-17T18:09:34.212Z Compiling bstr v1.12.1
16502026-08-17T18:09:34.302Z Compiling pin-project-internal v1.1.11
16512026-08-17T18:09:34.506Z Compiling h2 v0.4.15
16522026-08-17T18:09:34.561Z Compiling daft-derive v0.1.7
16532026-08-17T18:09:34.603Z Compiling zerocopy-derive v0.7.35
16542026-08-17T18:09:34.712Z Compiling async-trait v0.1.89
16552026-08-17T18:09:34.776Z Compiling curve25519-dalek v4.1.3
16562026-08-17T18:09:34.873Z Compiling vergen-lib v9.1.0
16572026-08-17T18:09:35.066Z Compiling hash32 v0.2.1
16582026-08-17T18:09:35.130Z Compiling memoffset v0.9.1
16592026-08-17T18:09:35.272Z Compiling encoding_rs v0.8.35
16602026-08-17T18:09:35.286Z Compiling fallible-iterator v0.2.0
16612026-08-17T18:09:35.313Z Compiling crc-any v2.5.0
16622026-08-17T18:09:35.343Z Compiling smoltcp v0.9.1
16632026-08-17T18:09:35.441Z Compiling ref-cast v1.0.25
16642026-08-17T18:09:35.498Z Compiling cfg_aliases v0.2.1
16652026-08-17T18:09:35.561Z Compiling rustix v0.38.44
16662026-08-17T18:09:35.586Z Compiling mime v0.3.17
16672026-08-17T18:09:35.615Z Compiling litrs v1.0.0
16682026-08-17T18:09:35.653Z Compiling psl-types v2.0.11
16692026-08-17T18:09:35.724Z Compiling nix v0.31.2
16702026-08-17T18:09:35.745Z Compiling postgres-protocol v0.6.10
16712026-08-17T18:09:35.781Z Compiling publicsuffix v2.3.0
16722026-08-17T18:09:35.785Z Compiling zerocopy v0.7.35
16732026-08-17T18:09:35.826Z Compiling pin-project v1.1.11
16742026-08-17T18:09:35.876Z Compiling daft v0.1.7
16752026-08-17T18:09:36.002Z Compiling toml v0.7.8
16762026-08-17T18:09:36.022Z Compiling darling v0.23.0
16772026-08-17T18:09:36.037Z Compiling inout v0.2.2
16782026-08-17T18:09:36.108Z Compiling object v0.30.4
16792026-08-17T18:09:36.123Z Compiling derive_builder v0.20.2
16802026-08-17T18:09:36.147Z Compiling document-features v0.2.12
16812026-08-17T18:09:36.180Z Compiling zip v0.6.6
16822026-08-17T18:09:36.233Z Compiling goblin v0.8.2
16832026-08-17T18:09:36.265Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16842026-08-17T18:09:36.312Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16852026-08-17T18:09:36.377Z Compiling derive-ex v0.1.8
16862026-08-17T18:09:36.796Z Compiling futures-executor v0.3.32
16872026-08-17T18:09:36.811Z Compiling hubpack_derive v0.1.1
16882026-08-17T18:09:36.823Z Compiling regex v1.12.3
16892026-08-17T18:09:36.887Z Compiling phf_shared v0.13.1
16902026-08-17T18:09:36.903Z Compiling ref-cast-impl v1.0.25
16912026-08-17T18:09:36.998Z Compiling snafu-derive v0.8.9
16922026-08-17T18:09:37.044Z Compiling curve25519-dalek-derive v0.1.1
16932026-08-17T18:09:37.079Z Compiling strum_macros v0.27.2
16942026-08-17T18:09:37.155Z Compiling vergen v9.1.0
16952026-08-17T18:09:37.220Z Compiling cargo-platform v0.3.2
16962026-08-17T18:09:37.279Z Compiling ff v0.13.1
16972026-08-17T18:09:37.302Z Compiling fs-err v3.3.0
16982026-08-17T18:09:37.358Z Compiling bumpalo v3.20.2
16992026-08-17T18:09:37.437Z Compiling base16ct v0.2.0
17002026-08-17T18:09:37.497Z Compiling either v1.15.0
17012026-08-17T18:09:37.517Z Compiling object v0.37.3
17022026-08-17T18:09:37.531Z Compiling libbz2-rs-sys v0.2.2
17032026-08-17T18:09:37.630Z Compiling same-file v1.0.6
17042026-08-17T18:09:37.645Z Compiling jiff-core v0.1.0
17052026-08-17T18:09:37.706Z Compiling path-slash v0.1.5
17062026-08-17T18:09:37.732Z Compiling hyper v1.10.1
17072026-08-17T18:09:37.748Z Compiling foldhash v0.2.0
17082026-08-17T18:09:37.814Z Compiling foldhash v0.1.5
17092026-08-17T18:09:37.829Z Compiling unicode-segmentation v1.12.0
17102026-08-17T18:09:37.858Z Compiling managed v0.8.0
17112026-08-17T18:09:37.994Z Compiling bitflags v1.3.2
17122026-08-17T18:09:38.011Z Compiling bzip2 v0.6.1
17132026-08-17T18:09:38.097Z Compiling hashbrown v0.15.5
17142026-08-17T18:09:38.191Z Compiling test-strategy v0.4.5
17152026-08-17T18:09:38.238Z Compiling hashbrown v0.16.1
17162026-08-17T18:09:38.308Z Compiling walkdir v2.5.0
17172026-08-17T18:09:38.640Z Compiling dof v0.3.0
17182026-08-17T18:09:38.684Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17192026-08-17T18:09:38.765Z Compiling jiff v0.2.34
17202026-08-17T18:09:38.795Z Compiling sec1 v0.7.3
17212026-08-17T18:09:38.872Z Compiling hyper-util v0.1.20
17222026-08-17T18:09:38.903Z Compiling zopfli v0.8.3
17232026-08-17T18:09:38.989Z Compiling snafu v0.8.9
17242026-08-17T18:09:39.148Z Compiling strum v0.27.2
17252026-08-17T18:09:39.223Z Compiling cargo_metadata v0.23.1
17262026-08-17T18:09:39.255Z Compiling group v0.13.0
17272026-08-17T18:09:39.313Z Compiling hubpack v0.1.2
17282026-08-17T18:09:39.383Z Compiling phf v0.13.1
17292026-08-17T18:09:39.406Z Compiling futures v0.3.32
17302026-08-17T18:09:39.421Z Compiling signal-hook-mio v0.2.5
17312026-08-17T18:09:39.456Z Compiling cookie_store v0.22.1
17322026-08-17T18:09:39.499Z Compiling zstd v0.13.3
17332026-08-17T18:09:39.574Z Compiling cipher v0.5.2
17342026-08-17T18:09:39.577Z Compiling serde_with_macros v3.21.0
17352026-08-17T18:09:39.600Z Compiling postgres-types v0.2.12
17362026-08-17T18:09:39.831Z Compiling globset v0.4.18
17372026-08-17T18:09:39.874Z Compiling usdt-macro v0.6.0
17382026-08-17T18:09:39.912Z Compiling usdt-attr-macro v0.6.0
17392026-08-17T18:09:39.941Z Compiling byte-wrapper v0.1.0
17402026-08-17T18:09:40.137Z Compiling dtrace-parser v0.2.0
17412026-08-17T18:09:40.163Z Compiling serde-big-array v0.5.1
17422026-08-17T18:09:40.177Z Compiling olpc-cjson v0.1.4
17432026-08-17T18:09:40.296Z Compiling hyper-tls v0.6.0
17442026-08-17T18:09:40.324Z Compiling serde_plain v1.0.2
17452026-08-17T18:09:40.362Z Compiling ed25519 v2.2.3
17462026-08-17T18:09:40.525Z Compiling reqwest v0.12.28
17472026-08-17T18:09:40.540Z Compiling hkdf v0.12.4
17482026-08-17T18:09:40.540Z Compiling crypto-bigint v0.5.5
17492026-08-17T18:09:40.610Z Compiling phf_shared v0.11.3
17502026-08-17T18:09:40.677Z Compiling strum_macros v0.26.4
17512026-08-17T18:09:40.697Z Compiling enum-as-inner v0.6.1
17522026-08-17T18:09:40.735Z Compiling async-recursion v1.1.1
17532026-08-17T18:09:40.770Z Compiling serde_repr v0.1.20
17542026-08-17T18:09:40.785Z Compiling float-cmp v0.10.0
17552026-08-17T18:09:40.810Z Compiling pem v3.0.6
17562026-08-17T18:09:40.883Z Compiling thread-id v4.2.2
17572026-08-17T18:09:40.902Z Compiling memmap2 v0.9.10
17582026-08-17T18:09:40.946Z Compiling normalize-line-endings v0.3.0
17592026-08-17T18:09:40.983Z Compiling predicates-core v1.0.10
17602026-08-17T18:09:41.073Z Compiling const-oid v0.10.2
17612026-08-17T18:09:41.140Z Compiling keccak v0.1.6
17622026-08-17T18:09:41.155Z Compiling new_debug_unreachable v1.0.6
17632026-08-17T18:09:41.181Z Compiling difflib v0.4.0
17642026-08-17T18:09:41.233Z Compiling cpufeatures v0.3.0
17652026-08-17T18:09:41.248Z Compiling data-encoding v2.10.0
17662026-08-17T18:09:41.267Z Compiling typed-path v0.9.3
17672026-08-17T18:09:41.283Z Compiling winnow v1.0.3
17682026-08-17T18:09:41.300Z Compiling fixedbitset v0.4.2
17692026-08-17T18:09:41.323Z Compiling whoami v2.1.0
17702026-08-17T18:09:41.342Z Compiling fixedbitset v0.5.7
17712026-08-17T18:09:41.435Z Compiling static_assertions v1.1.0
17722026-08-17T18:09:41.520Z Compiling precomputed-hash v0.1.1
17732026-08-17T18:09:41.534Z Compiling elliptic-curve v0.13.8
17742026-08-17T18:09:41.662Z Compiling string_cache v0.8.9
17752026-08-17T18:09:41.677Z Compiling toml_parser v1.1.2+spec-1.1.0
17762026-08-17T18:09:41.715Z Compiling tokio-postgres v0.7.16
17772026-08-17T18:09:41.730Z Compiling petgraph v0.8.3
17782026-08-17T18:09:41.804Z Compiling hickory-proto v0.25.2
17792026-08-17T18:09:41.916Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17802026-08-17T18:09:41.932Z Compiling petgraph v0.6.5
17812026-08-17T18:09:42.001Z Compiling toml_edit v0.22.27
17822026-08-17T18:09:42.016Z Compiling predicates v3.1.4
17832026-08-17T18:09:42.377Z Compiling chacha20 v0.10.0
17842026-08-17T18:09:42.421Z Compiling sha3 v0.10.8
17852026-08-17T18:09:42.516Z Compiling digest v0.11.3
17862026-08-17T18:09:42.576Z Compiling strum v0.26.3
17872026-08-17T18:09:42.613Z Compiling usdt v0.6.0
17882026-08-17T18:09:42.723Z Compiling usdt-impl v0.5.0
17892026-08-17T18:09:42.738Z Compiling zip v4.6.1
17902026-08-17T18:09:42.756Z Compiling serde_with v3.21.0
17912026-08-17T18:09:42.776Z Compiling crossterm v0.28.1
17922026-08-17T18:09:42.790Z Compiling ed25519-dalek v2.2.0
17932026-08-17T18:09:42.901Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17942026-08-17T18:09:43.354Z Compiling iddqd v0.4.2
17952026-08-17T18:09:43.726Z Compiling similar v2.7.0
17962026-08-17T18:09:43.792Z Compiling heck v0.4.1
17972026-08-17T18:09:43.811Z Compiling itertools v0.15.0
17982026-08-17T18:09:44.031Z Compiling itertools v0.13.0
17992026-08-17T18:09:44.068Z Compiling tokio-stream v0.1.18
18002026-08-17T18:09:44.081Z Compiling buf-list v1.1.2
18012026-08-17T18:09:44.373Z Compiling crossbeam-epoch v0.9.18
18022026-08-17T18:09:44.441Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18032026-08-17T18:09:44.441Z Compiling openapiv3 v2.2.0
18042026-08-17T18:09:44.538Z Compiling lalrpop-util v0.19.12
18052026-08-17T18:09:44.594Z Compiling peg-runtime v0.8.5
18062026-08-17T18:09:44.609Z Compiling thread_local v1.1.9
18072026-08-17T18:09:44.678Z Compiling slog-async v2.8.0
18082026-08-17T18:09:44.718Z Compiling crossbeam-channel v0.5.15
18092026-08-17T18:09:44.756Z Compiling filetime v0.2.27
18102026-08-17T18:09:44.770Z Compiling is-terminal v0.4.17
18112026-08-17T18:09:44.826Z Compiling term v1.2.1
18122026-08-17T18:09:44.841Z Compiling take_mut v0.2.2
18132026-08-17T18:09:44.884Z Compiling xattr v1.6.1
18142026-08-17T18:09:44.898Z Compiling camino-tempfile v1.4.1
18152026-08-17T18:09:45.018Z Compiling tar v0.4.46
18162026-08-17T18:09:45.110Z Compiling slog-term v2.9.2
18172026-08-17T18:10:02.501Z Compiling rustls-webpki v0.103.13
18182026-08-17T18:10:05.208Z Compiling tokio-rustls v0.26.4
18192026-08-17T18:10:05.208Z Compiling rustls-platform-verifier v0.6.2
18202026-08-17T18:10:05.211Z Compiling tough v0.22.0
18212026-08-17T18:10:05.409Z Compiling hyper-rustls v0.27.7
18222026-08-17T18:10:05.597Z Compiling reqwest v0.13.2
18232026-08-17T18:10:07.786Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18242026-08-17T18:10:08.018Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18252026-08-17T18:10:10.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.88s
18262026-08-17T18:10:11.051Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18272026-08-17T18:10:11.105ZAug 17 18:10:10.261 INFO Starting download, target: Cockroach
18282026-08-17T18:10:11.105ZAug 17 18:10:10.261 INFO Starting download, target: Clickhouse
18292026-08-17T18:10:11.105ZAug 17 18:10:10.261 INFO Starting download, target: Console
18302026-08-17T18:10:11.109ZAug 17 18:10:10.261 INFO Starting download, target: DendriteStub
18312026-08-17T18:10:11.109ZAug 17 18:10:10.262 INFO Starting download, target: MaghemiteMgd
18322026-08-17T18:10:11.109ZAug 17 18:10:10.262 INFO Starting download, target: MaghemiteDdmd
18332026-08-17T18:10:11.109ZAug 17 18:10:10.262 INFO Starting download, target: TransceiverControl
18342026-08-17T18:10:11.109ZAug 17 18:10:10.262 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18352026-08-17T18:10:11.109ZAug 17 18:10:10.262 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18362026-08-17T18:10:11.109ZAug 17 18:10:10.262 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18372026-08-17T18:10:11.109ZAug 17 18:10:10.262 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18382026-08-17T18:10:11.109ZAug 17 18:10:10.262 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18392026-08-17T18:10:11.109ZAug 17 18:10:10.262 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18402026-08-17T18:10:11.109ZAug 17 18:10:10.262 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18412026-08-17T18:10:12.986ZAug 17 18:10:12.106 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18422026-08-17T18:10:13.084ZAug 17 18:10:12.238 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18432026-08-17T18:10:13.258ZAug 17 18:10:12.367 INFO Download complete, target: Console
18442026-08-17T18:10:13.330ZAug 17 18:10:12.461 INFO Download complete, target: TransceiverControl
18452026-08-17T18:10:13.834ZAug 17 18:10:12.942 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18462026-08-17T18:10:16.574ZAug 17 18:10:15.707 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18472026-08-17T18:10:16.761ZAug 17 18:10:15.910 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18482026-08-17T18:10:16.995ZAug 17 18:10:16.147 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18492026-08-17T18:10:17.593ZAug 17 18:10:16.750 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18502026-08-17T18:10:17.593ZAug 17 18:10:16.750 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18512026-08-17T18:10:18.872ZAug 17 18:10:18.028 INFO Download complete, target: MaghemiteDdmd
18522026-08-17T18:10:19.163ZAug 17 18:10:18.320 INFO Download complete, target: DendriteStub
18532026-08-17T18:10:19.627ZAug 17 18:10:18.784 INFO Download complete, target: MaghemiteMgd
18542026-08-17T18:10:20.684ZAug 17 18:10:19.840 INFO Checking that binary works, target: Clickhouse
18552026-08-17T18:10:20.773ZAug 17 18:10:19.930 INFO Download complete, target: Clickhouse
18562026-08-17T18:10:22.353ZAug 17 18:10:21.509 INFO Checking that binary works, target: Cockroach
18572026-08-17T18:10:22.523ZAug 17 18:10:21.660 INFO Download complete, target: Cockroach
18582026-08-17T18:10:22.532ZAll prerequisites installed successfully
18592026-08-17T18:10:22.532Z
18602026-08-17T18:10:22.532Zreal 1:33.544523109
18612026-08-17T18:10:22.532Zuser 7:07.380307520
18622026-08-17T18:10:22.532Zsys 1:42.336089480
18632026-08-17T18:10:22.532Ztrap 0.258726249
18642026-08-17T18:10:22.532Ztflt 0.910014031
18652026-08-17T18:10:22.533Zdflt 1.621072103
18662026-08-17T18:10:22.533Zkflt 0.021880832
18672026-08-17T18:10:22.533Zlock 27:32.249014521
18682026-08-17T18:10:22.533Zslp 19:19.862087983
18692026-08-17T18:10:22.533Zlat 25.020049783
18702026-08-17T18:10:22.533Zstop 2:57.196479657
18712026-08-17T18:10:22.533Z+ source ./tools/include/force-git-over-https.sh
18722026-08-17T18:10:22.533Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18732026-08-17T18:10:22.534Z++ (( i = 0 ))
18742026-08-17T18:10:22.534Z++ (( i < 5 ))
18752026-08-17T18:10:22.534Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18762026-08-17T18:10:22.534Z++ (( i++ ))
18772026-08-17T18:10:22.534Z++ (( i < 5 ))
18782026-08-17T18:10:22.534Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18792026-08-17T18:10:22.534Z++ (( i++ ))
18802026-08-17T18:10:22.534Z++ (( i < 5 ))
18812026-08-17T18:10:22.534Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18822026-08-17T18:10:22.534Z++ (( i++ ))
18832026-08-17T18:10:22.535Z++ (( i < 5 ))
18842026-08-17T18:10:22.535Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18852026-08-17T18:10:22.535Z++ (( i++ ))
18862026-08-17T18:10:22.535Z++ (( i < 5 ))
18872026-08-17T18:10:22.535Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18882026-08-17T18:10:22.535Z++ (( i++ ))
18892026-08-17T18:10:22.535Z++ (( i < 5 ))
18902026-08-17T18:10:22.535Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18912026-08-17T18:10:22.535Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18922026-08-17T18:10:22.535Z+ rc=0
18932026-08-17T18:10:22.535Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18942026-08-17T18:10:31.256Z+ case $rc in
18952026-08-17T18:10:31.256Z+ pfexec zfs create -p rpool/images/build/host
18962026-08-17T18:10:31.385Z+ pfexec zfs create -p rpool/images/build/recovery
18972026-08-17T18:10:31.457Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18982026-08-17T18:10:31.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18992026-08-17T18:10:31.926Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19002026-08-17T18:10:32.767Z Compiling proc-macro2 v1.0.106
19012026-08-17T18:10:32.767Z Compiling quote v1.0.45
19022026-08-17T18:10:32.768Z Compiling unicode-ident v1.0.24
19032026-08-17T18:10:32.771Z Compiling libc v0.2.185
19042026-08-17T18:10:32.771Z Compiling serde_core v1.0.228
19052026-08-17T18:10:32.771Z Compiling serde v1.0.228
19062026-08-17T18:10:32.771Z Compiling cfg-if v1.0.4
19072026-08-17T18:10:32.771Z Compiling shlex v1.3.0
19082026-08-17T18:10:32.902Z Compiling find-msvc-tools v0.1.9
19092026-08-17T18:10:32.905Z Compiling autocfg v1.5.0
19102026-08-17T18:10:32.905Z Compiling version_check v0.9.5
19112026-08-17T18:10:32.916Z Compiling zerocopy v0.8.40
19122026-08-17T18:10:32.919Z Compiling portable-atomic v1.13.1
19132026-08-17T18:10:32.919Z Compiling zmij v1.0.21
19142026-08-17T18:10:32.920Z Compiling memchr v2.8.0
19152026-08-17T18:10:33.084Z Compiling serde_json v1.0.151
19162026-08-17T18:10:33.145Z Compiling libm v0.2.16
19172026-08-17T18:10:33.149Z Compiling getrandom v0.4.1
19182026-08-17T18:10:33.233Z Compiling parking_lot_core v0.9.12
19192026-08-17T18:10:33.334Z Compiling generic-array v0.14.7
19202026-08-17T18:10:33.404Z Compiling pkg-config v0.3.32
19212026-08-17T18:10:33.474Z Compiling icu_normalizer_data v2.1.1
19222026-08-17T18:10:33.477Z Compiling icu_properties_data v2.1.2
19232026-08-17T18:10:33.477Z Compiling smallvec v1.15.1
19242026-08-17T18:10:33.477Z Compiling num-traits v0.2.19
19252026-08-17T18:10:33.477Z Compiling log v0.4.29
19262026-08-17T18:10:33.579Z Compiling itoa v1.0.17
19272026-08-17T18:10:33.582Z Compiling getrandom v0.3.4
19282026-08-17T18:10:33.596Z Compiling subtle v2.6.1
19292026-08-17T18:10:33.688Z Compiling rustix v1.1.3
19302026-08-17T18:10:33.767Z Compiling scopeguard v1.2.0
19312026-08-17T18:10:33.802Z Compiling jobserver v0.1.34
19322026-08-17T18:10:33.817Z Compiling errno v0.3.14
19332026-08-17T18:10:33.847Z Compiling stable_deref_trait v1.2.1
19342026-08-17T18:10:33.872Z Compiling lock_api v0.4.14
19352026-08-17T18:10:33.912Z Compiling typenum v1.20.1
19362026-08-17T18:10:33.931Z Compiling heck v0.5.0
19372026-08-17T18:10:33.976Z Compiling critical-section v1.2.0
19382026-08-17T18:10:34.010Z Compiling cc v1.2.56
19392026-08-17T18:10:34.100Z Compiling rand_core v0.10.0
19402026-08-17T18:10:34.116Z Compiling thiserror v2.0.18
19412026-08-17T18:10:34.196Z Compiling syn v2.0.117
19422026-08-17T18:10:34.293Z Compiling getrandom v0.2.17
19432026-08-17T18:10:34.336Z Compiling dunce v1.0.5
19442026-08-17T18:10:34.349Z Compiling fs_extra v1.3.0
19452026-08-17T18:10:34.446Z Compiling percent-encoding v2.3.2
19462026-08-17T18:10:34.462Z Compiling rand_core v0.6.4
19472026-08-17T18:10:34.465Z Compiling litemap v0.8.1
19482026-08-17T18:10:34.505Z Compiling writeable v0.6.2
19492026-08-17T18:10:34.538Z Compiling once_cell v1.21.3
19502026-08-17T18:10:34.639Z Compiling const-oid v0.9.6
19512026-08-17T18:10:34.770Z Compiling cmake v0.1.57
19522026-08-17T18:10:34.785Z Compiling schemars v0.8.22
19532026-08-17T18:10:34.816Z Compiling pin-project-lite v0.2.17
19542026-08-17T18:10:34.925Z Compiling equivalent v1.0.2
19552026-08-17T18:10:34.942Z Compiling signal-hook-registry v1.4.8
19562026-08-17T18:10:35.047Z Compiling rustversion v1.0.22
19572026-08-17T18:10:35.128Z Compiling futures-core v0.3.32
19582026-08-17T18:10:35.180Z Compiling aws-lc-rs v1.16.3
19592026-08-17T18:10:35.197Z Compiling semver v1.0.28
19602026-08-17T18:10:35.229Z Compiling bitflags v2.11.0
19612026-08-17T18:10:35.332Z Compiling aws-lc-sys v0.40.0
19622026-08-17T18:10:35.349Z Compiling parking_lot v0.12.5
19632026-08-17T18:10:35.470Z Compiling mio v1.2.0
19642026-08-17T18:10:35.534Z Compiling crc32fast v1.5.0
19652026-08-17T18:10:35.556Z Compiling utf8_iter v1.0.4
19662026-08-17T18:10:35.754Z Compiling form_urlencoded v1.2.2
19672026-08-17T18:10:35.844Z Compiling syn v1.0.109
19682026-08-17T18:10:35.862Z Compiling byteorder v1.5.0
19692026-08-17T18:10:36.038Z Compiling strsim v0.11.1
19702026-08-17T18:10:36.108Z Compiling vcpkg v0.2.15
19712026-08-17T18:10:36.197Z Compiling fnv v1.0.7
19722026-08-17T18:10:36.205Z Compiling hashbrown v0.17.0
19732026-08-17T18:10:36.257Z Compiling socket2 v0.6.3
19742026-08-17T18:10:36.452Z Compiling httparse v1.10.1
19752026-08-17T18:10:36.486Z Compiling futures-sink v0.3.32
19762026-08-17T18:10:36.489Z Compiling radium v0.7.0
19772026-08-17T18:10:36.616Z Compiling futures-channel v0.3.32
19782026-08-17T18:10:36.649Z Compiling iana-time-zone v0.1.65
19792026-08-17T18:10:36.672Z Compiling slab v0.4.12
19802026-08-17T18:10:36.708Z Compiling thiserror v1.0.69
19812026-08-17T18:10:36.742Z Compiling openssl-sys v0.9.117
19822026-08-17T18:10:36.760Z Compiling futures-io v0.3.32
19832026-08-17T18:10:36.798Z Compiling futures-task v0.3.32
19842026-08-17T18:10:36.864Z Compiling indexmap v2.14.0
19852026-08-17T18:10:36.917Z Compiling base64 v0.22.1
19862026-08-17T18:10:36.934Z Compiling maybe-uninit v2.0.0
19872026-08-17T18:10:37.002Z Compiling rustls v0.23.41
19882026-08-17T18:10:37.033Z Compiling rustc_version v0.4.1
19892026-08-17T18:10:37.048Z Compiling synstructure v0.13.2
19902026-08-17T18:10:37.065Z Compiling serde_derive_internals v0.29.1
19912026-08-17T18:10:37.329Z Compiling uuid v1.23.4
19922026-08-17T18:10:37.358Z Compiling bzip2-sys v0.1.13+1.0.8
19932026-08-17T18:10:37.361Z Compiling ahash v0.8.12
19942026-08-17T18:10:37.440Z Compiling num-bigint-dig v0.8.6
19952026-08-17T18:10:37.471Z Compiling base64ct v1.8.3
19962026-08-17T18:10:37.487Z Compiling ident_case v1.0.1
19972026-08-17T18:10:37.490Z Compiling ucd-trie v0.1.7
19982026-08-17T18:10:37.505Z Compiling regex-syntax v0.8.10
19992026-08-17T18:10:37.585Z Compiling packed_struct v0.10.1
20002026-08-17T18:10:37.610Z Compiling rand_core v0.9.5
20012026-08-17T18:10:37.686Z Compiling fastrand v2.3.0
20022026-08-17T18:10:37.742Z Compiling pem-rfc7468 v0.7.0
20032026-08-17T18:10:37.793Z Compiling pest v2.8.6
20042026-08-17T18:10:37.834Z Compiling flagset v0.4.7
20052026-08-17T18:10:37.868Z Compiling openssl v0.10.80
20062026-08-17T18:10:37.868Z Compiling dyn-clone v1.0.20
20072026-08-17T18:10:37.910Z Compiling tempfile v3.25.0
20082026-08-17T18:10:38.019Z Compiling indexmap v1.9.3
20092026-08-17T18:10:38.023Z Compiling utf8parse v0.2.2
20102026-08-17T18:10:38.145Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20112026-08-17T18:10:38.219Z Compiling native-tls v0.2.18
20122026-08-17T18:10:38.245Z Compiling cpufeatures v0.2.17
20132026-08-17T18:10:38.260Z Compiling paste v1.0.15
20142026-08-17T18:10:38.292Z Compiling serde_derive v1.0.228
20152026-08-17T18:10:38.317Z Compiling zeroize_derive v1.5.0
20162026-08-17T18:10:38.334Z Compiling zerocopy-derive v0.8.40
20172026-08-17T18:10:38.368Z Compiling zerofrom-derive v0.1.6
20182026-08-17T18:10:38.437Z Compiling yoke-derive v0.8.1
20192026-08-17T18:10:38.453Z Compiling zerovec-derive v0.11.2
20202026-08-17T18:10:38.479Z Compiling displaydoc v0.2.5
20212026-08-17T18:10:38.546Z Compiling tokio-macros v2.7.0
20222026-08-17T18:10:38.564Z Compiling futures-macro v0.3.32
20232026-08-17T18:10:38.699Z Compiling der_derive v0.7.3
20242026-08-17T18:10:38.938Z Compiling zeroize v1.9.0
20252026-08-17T18:10:39.113Z Compiling thiserror-impl v2.0.18
20262026-08-17T18:10:39.229Z Compiling schemars_derive v0.8.22
20272026-08-17T18:10:39.315Z Compiling tracing-attributes v0.1.31
20282026-08-17T18:10:39.396Z Compiling futures-util v0.3.32
20292026-08-17T18:10:39.436Z Compiling thiserror-impl v1.0.69
20302026-08-17T18:10:39.527Z Compiling zerofrom v0.1.6
20312026-08-17T18:10:39.695Z Compiling yoke v0.8.1
20322026-08-17T18:10:39.807Z Compiling crypto-common v0.1.7
20332026-08-17T18:10:39.879Z Compiling zerovec v0.11.5
20342026-08-17T18:10:39.917Z Compiling zerotrie v0.2.3
20352026-08-17T18:10:40.287Z Compiling block-buffer v0.10.4
20362026-08-17T18:10:40.396Z Compiling tinystr v0.8.2
20372026-08-17T18:10:40.413Z Compiling potential_utf v0.1.4
20382026-08-17T18:10:40.495Z Compiling digest v0.10.7
20392026-08-17T18:10:40.528Z Compiling clap_derive v4.6.1
20402026-08-17T18:10:40.565Z Compiling icu_locale_core v2.1.1
20412026-08-17T18:10:40.582Z Compiling icu_collections v2.1.1
20422026-08-17T18:10:40.616Z Compiling packed_struct_codegen v0.10.1
20432026-08-17T18:10:40.721Z Compiling der v0.7.10
20442026-08-17T18:10:40.820Z Compiling pest_meta v2.8.6
20452026-08-17T18:10:40.836Z Compiling bitfield-macros v0.19.4
20462026-08-17T18:10:41.394Z Compiling icu_provider v2.1.1
20472026-08-17T18:10:41.550Z Compiling bytes v1.11.1
20482026-08-17T18:10:41.659Z Compiling chrono v0.4.45
20492026-08-17T18:10:41.675Z Compiling hex v0.4.3
20502026-08-17T18:10:41.754Z Compiling icu_normalizer v2.1.1
20512026-08-17T18:10:41.924Z Compiling icu_properties v2.1.2
20522026-08-17T18:10:42.120Z Compiling tokio v1.52.1
20532026-08-17T18:10:42.234Z Compiling zerocopy-derive v0.6.6
20542026-08-17T18:10:42.253Z Compiling spki v0.7.3
20552026-08-17T18:10:42.433Z Compiling pest_generator v2.8.6
20562026-08-17T18:10:42.616Z Compiling openssl-macros v0.1.1
20572026-08-17T18:10:42.912Z Compiling idna_adapter v1.2.1
20582026-08-17T18:10:42.942Z Compiling ppv-lite86 v0.2.21
20592026-08-17T18:10:43.056Z Compiling anstyle v1.0.14
20602026-08-17T18:10:43.083Z Compiling idna v1.1.0
20612026-08-17T18:10:43.086Z Compiling pest_derive v2.8.6
20622026-08-17T18:10:43.246Z Compiling scroll_derive v0.13.1
20632026-08-17T18:10:43.312Z Compiling rand_chacha v0.9.0
20642026-08-17T18:10:43.446Z Compiling url v2.5.8
20652026-08-17T18:10:43.601Z Compiling rand v0.9.2
20662026-08-17T18:10:43.626Z Compiling crossbeam-utils v0.8.21
20672026-08-17T18:10:43.679Z Compiling colorchoice v1.0.4
20682026-08-17T18:10:43.830Z Compiling is_terminal_polyfill v1.70.2
20692026-08-17T18:10:43.854Z Compiling anstyle-query v1.1.5
20702026-08-17T18:10:43.916Z Compiling camino v1.2.2
20712026-08-17T18:10:44.222Z Compiling pkcs8 v0.10.2
20722026-08-17T18:10:44.244Z Compiling http v1.4.2
20732026-08-17T18:10:44.279Z Compiling sha2 v0.10.9
20742026-08-17T18:10:44.321Z Compiling rustls-pki-types v1.14.0
20752026-08-17T18:10:44.391Z Compiling daft-derive v0.1.7
20762026-08-17T18:10:44.588Z Compiling spin v0.9.8
20772026-08-17T18:10:44.627Z Compiling tinyvec_macros v0.1.1
20782026-08-17T18:10:44.837Z Compiling num-conv v0.2.0
20792026-08-17T18:10:44.859Z Compiling time-core v0.1.8
20802026-08-17T18:10:44.978Z Compiling tinyvec v1.10.0
20812026-08-17T18:10:45.037Z Compiling time-macros v0.2.27
20822026-08-17T18:10:45.128Z Compiling structmeta-derive v0.3.0
20832026-08-17T18:10:45.146Z Compiling async-trait v0.1.89
20842026-08-17T18:10:45.179Z Compiling anstyle-parse v1.0.0
20852026-08-17T18:10:45.203Z Compiling tracing-core v0.1.36
20862026-08-17T18:10:45.498Z Compiling cmov v0.5.4
20872026-08-17T18:10:45.589Z Compiling untrusted v0.7.1
20882026-08-17T18:10:45.663Z Compiling simd-adler32 v0.3.8
20892026-08-17T18:10:45.678Z Compiling plain v0.2.3
20902026-08-17T18:10:45.718Z Compiling ctutils v0.4.2
20912026-08-17T18:10:45.732Z Compiling tracing v0.1.44
20922026-08-17T18:10:45.802Z Compiling anstream v1.0.0
20932026-08-17T18:10:46.008Z Compiling tokio-util v0.7.18
20942026-08-17T18:10:46.025Z Compiling http-body v1.0.1
20952026-08-17T18:10:46.119Z Compiling serde_spanned v0.6.9
20962026-08-17T18:10:46.135Z Compiling structmeta v0.3.0
20972026-08-17T18:10:46.152Z Compiling toml_datetime v0.6.11
20982026-08-17T18:10:46.259Z Compiling pin-project-internal v1.1.11
20992026-08-17T18:10:46.318Z Compiling terminal_size v0.4.3
21002026-08-17T18:10:46.333Z Compiling slog v2.8.2
21012026-08-17T18:10:46.366Z Compiling wait-timeout v0.2.1
21022026-08-17T18:10:46.396Z Compiling cookie v0.18.1
21032026-08-17T18:10:46.518Z Compiling tap v1.0.1
21042026-08-17T18:10:46.608Z Compiling clap_lex v1.0.0
21052026-08-17T18:10:46.668Z Compiling zstd-safe v7.2.4
21062026-08-17T18:10:46.701Z Compiling openssl-probe v0.2.1
21072026-08-17T18:10:46.776Z Compiling untrusted v0.9.0
21082026-08-17T18:10:46.800Z Compiling quick-error v1.2.3
21092026-08-17T18:10:46.823Z Compiling bit-vec v0.8.0
21102026-08-17T18:10:46.913Z Compiling adler2 v2.0.1
21112026-08-17T18:10:46.928Z Compiling rusty-fork v0.3.1
21122026-08-17T18:10:46.985Z Compiling clap_builder v4.6.0
21132026-08-17T18:10:47.055Z Compiling bit-set v0.8.0
21142026-08-17T18:10:47.120Z Compiling miniz_oxide v0.8.9
21152026-08-17T18:10:47.120Z Compiling wyz v0.5.1
21162026-08-17T18:10:47.307Z Compiling derive-ex v0.1.8
21172026-08-17T18:10:47.345Z Compiling hybrid-array v0.4.13
21182026-08-17T18:10:47.362Z Compiling unicode-normalization v0.1.25
21192026-08-17T18:10:47.391Z Compiling rand_chacha v0.3.1
21202026-08-17T18:10:47.418Z Compiling signature v2.2.0
21212026-08-17T18:10:47.539Z Compiling scroll_derive v0.12.1
21222026-08-17T18:10:47.622Z Compiling rand_xorshift v0.4.0
21232026-08-17T18:10:47.731Z Compiling heapless v0.7.17
21242026-08-17T18:10:47.914Z Compiling num-integer v0.1.46
21252026-08-17T18:10:47.953Z Compiling aho-corasick v1.1.4
21262026-08-17T18:10:47.994Z Compiling funty v2.0.0
21272026-08-17T18:10:48.061Z Compiling tower-service v0.3.3
21282026-08-17T18:10:48.182Z Compiling signal-hook v0.3.18
21292026-08-17T18:10:48.201Z Compiling atomic-waker v1.1.2
21302026-08-17T18:10:48.236Z Compiling usdt-impl v0.6.0
21312026-08-17T18:10:48.359Z Compiling tower-layer v0.3.3
21322026-08-17T18:10:48.418Z Compiling rustix v0.38.44
21332026-08-17T18:10:48.436Z Compiling pretty-hex v0.4.1
21342026-08-17T18:10:48.530Z Compiling zlib-rs v0.6.2
21352026-08-17T18:10:48.547Z Compiling try-lock v0.2.5
21362026-08-17T18:10:48.590Z Compiling anyhow v1.0.102
21372026-08-17T18:10:48.623Z Compiling unarray v0.1.4
21382026-08-17T18:10:48.667Z Compiling want v0.3.1
21392026-08-17T18:10:48.720Z Compiling h2 v0.4.15
21402026-08-17T18:10:48.769Z Compiling proptest v1.11.0
21412026-08-17T18:10:48.843Z Compiling regex-automata v0.4.14
21422026-08-17T18:10:48.874Z Compiling bitvec v1.0.1
21432026-08-17T18:10:48.877Z Compiling test-strategy v0.4.5
21442026-08-17T18:10:48.922Z Compiling clap v4.6.1
21452026-08-17T18:10:49.019Z Compiling num-iter v0.1.45
21462026-08-17T18:10:49.442Z Compiling rand v0.8.6
21472026-08-17T18:10:49.662Z Compiling ipnetwork v0.21.1
21482026-08-17T18:10:50.200Z Compiling lazy_static v1.5.0
21492026-08-17T18:10:50.310Z Compiling scroll v0.13.0
21502026-08-17T18:10:50.365Z Compiling ipnet v2.11.0
21512026-08-17T18:10:50.615Z Compiling snafu-derive v0.8.9
21522026-08-17T18:10:50.684Z Compiling flate2 v1.1.9
21532026-08-17T18:10:50.819Z Compiling strum_macros v0.26.4
21542026-08-17T18:10:51.149Z Compiling anstyle-parse v0.2.7
21552026-08-17T18:10:51.553Z Compiling darling_core v0.23.0
21562026-08-17T18:10:51.633Z Compiling darling_core v0.20.11
21572026-08-17T18:10:52.438Z Compiling httpdate v1.0.3
21582026-08-17T18:10:52.645Z Compiling nodrop v0.1.14
21592026-08-17T18:10:52.676Z Compiling crc-catalog v2.4.0
21602026-08-17T18:10:52.700Z Compiling foreign-types-shared v0.1.1
21612026-08-17T18:10:52.782Z Compiling winnow v0.5.40
21622026-08-17T18:10:52.813Z Compiling foreign-types v0.3.2
21632026-08-17T18:10:52.816Z Compiling crc v3.4.0
21642026-08-17T18:10:52.843Z Compiling array-init v0.0.4
21652026-08-17T18:10:52.903Z Compiling hyper v1.10.1
21662026-08-17T18:10:53.431Z Compiling anstream v0.6.21
21672026-08-17T18:10:53.624Z Compiling darling_macro v0.20.11
21682026-08-17T18:10:53.713Z Compiling darling_macro v0.23.0
21692026-08-17T18:10:53.960Z Compiling newtype-uuid v1.3.2
21702026-08-17T18:10:54.128Z Compiling goblin v0.10.5
21712026-08-17T18:10:54.363Z Compiling oxnet v0.1.6
21722026-08-17T18:10:54.405Z Compiling toml_edit v0.19.15
21732026-08-17T18:10:54.533Z Compiling smallvec v0.6.14
21742026-08-17T18:10:54.856Z Compiling pkcs1 v0.7.5
21752026-08-17T18:10:55.175Z Compiling zerocopy v0.6.6
21762026-08-17T18:10:55.214Z Compiling bitfield v0.19.4
21772026-08-17T18:10:55.499Z Compiling zerocopy-derive v0.7.35
21782026-08-17T18:10:55.542Z Compiling curve25519-dalek v4.1.3
21792026-08-17T18:10:55.817Z Compiling env_filter v1.0.0
21802026-08-17T18:10:55.940Z Compiling memoffset v0.9.1
21812026-08-17T18:10:56.097Z Compiling base64 v0.21.7
21822026-08-17T18:10:56.158Z Compiling litrs v1.0.0
21832026-08-17T18:10:56.286Z Compiling ref-cast v1.0.25
21842026-08-17T18:10:56.465Z Compiling smoltcp v0.9.1
21852026-08-17T18:10:56.652Z Compiling hashbrown v0.12.3
21862026-08-17T18:10:56.735Z Compiling document-features v0.2.12
21872026-08-17T18:10:56.858Z Compiling ron v0.8.1
21882026-08-17T18:10:56.888Z Compiling dof v0.4.0
21892026-08-17T18:10:56.975Z Compiling env_logger v0.11.9
21902026-08-17T18:10:57.153Z Compiling toml v0.7.8
21912026-08-17T18:10:57.463Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21922026-08-17T18:10:57.468Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21932026-08-17T18:10:57.556Z Compiling rsa v0.9.10
21942026-08-17T18:10:57.783Z Compiling serde-hex v0.1.0
21952026-08-17T18:10:57.913Z Compiling daft v0.1.7
21962026-08-17T18:10:57.929Z Compiling hyper-util v0.1.20
21972026-08-17T18:10:58.113Z Compiling bzip2 v0.4.4
21982026-08-17T18:10:58.247Z Compiling darling v0.23.0
21992026-08-17T18:10:58.280Z Compiling darling v0.20.11
22002026-08-17T18:10:58.377Z Compiling hashbrown v0.13.2
22012026-08-17T18:10:58.839Z Compiling dtrace-parser v0.3.0
22022026-08-17T18:10:58.987Z Compiling x509-cert v0.2.5
22032026-08-17T18:10:59.141Z Compiling hmac v0.12.1
22042026-08-17T18:10:59.287Z Compiling async-recursion v1.1.1
22052026-08-17T18:10:59.403Z Compiling sync_wrapper v1.0.2
22062026-08-17T18:10:59.524Z Compiling thread-id v5.1.0
22072026-08-17T18:10:59.620Z Compiling crc-any v2.5.0
22082026-08-17T18:10:59.767Z Compiling powerfmt v0.2.0
22092026-08-17T18:11:00.004Z Compiling siphasher v1.0.2
22102026-08-17T18:11:00.018Z Compiling cfg_aliases v0.2.1
22112026-08-17T18:11:00.109Z Compiling nix v0.31.2
22122026-08-17T18:11:00.190Z Compiling deranged v0.5.8
22132026-08-17T18:11:00.471Z Compiling tower v0.5.3
22142026-08-17T18:11:01.041Z Compiling object v0.30.4
22152026-08-17T18:11:01.377Z Compiling derive_builder_core v0.20.2
22162026-08-17T18:11:01.521Z Compiling serde_with_macros v3.21.0
22172026-08-17T18:11:01.815Z Compiling zip v0.6.6
22182026-08-17T18:11:01.928Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22192026-08-17T18:11:02.180Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22202026-08-17T18:11:02.283Z Compiling bstr v1.12.1
22212026-08-17T18:11:02.299Z Compiling block-buffer v0.12.1
22222026-08-17T18:11:02.524Z Compiling crypto-common v0.2.2
22232026-08-17T18:11:02.946Z Compiling http-body-util v0.1.3
22242026-08-17T18:11:03.117Z Compiling futures-executor v0.3.32
22252026-08-17T18:11:03.211Z Compiling serde_tokenstream v0.2.3
22262026-08-17T18:11:03.359Z Compiling erased-serde v0.3.31
22272026-08-17T18:11:03.375Z Compiling hubpack_derive v0.1.1
22282026-08-17T18:11:03.521Z Compiling strum_macros v0.27.2
22292026-08-17T18:11:03.584Z Compiling curve25519-dalek-derive v0.1.1
22302026-08-17T18:11:03.604Z Compiling ref-cast-impl v1.0.25
22312026-08-17T18:11:03.821Z Compiling fs-err v3.3.0
22322026-08-17T18:11:03.841Z Compiling usdt-impl v0.5.0
22332026-08-17T18:11:04.046Z Compiling unicode-properties v0.1.4
22342026-08-17T18:11:04.083Z Compiling path-slash v0.1.5
22352026-08-17T18:11:04.107Z Compiling num_threads v0.1.7
22362026-08-17T18:11:04.164Z Compiling allocator-api2 v0.2.21
22372026-08-17T18:11:04.211Z Compiling iri-string v0.7.10
22382026-08-17T18:11:04.275Z Compiling ryu v1.0.23
22392026-08-17T18:11:04.490Z Compiling unicode-bidi v0.3.18
22402026-08-17T18:11:04.515Z Compiling same-file v1.0.6
22412026-08-17T18:11:04.760Z Compiling object v0.37.3
22422026-08-17T18:11:04.839Z Compiling stringprep v0.1.5
22432026-08-17T18:11:04.917Z Compiling time v0.3.47
22442026-08-17T18:11:05.028Z Compiling serde_urlencoded v0.7.1
22452026-08-17T18:11:05.262Z Compiling walkdir v2.5.0
22462026-08-17T18:11:05.670Z Compiling tower-http v0.6.8
22472026-08-17T18:11:06.690Z Compiling futures v0.3.32
22482026-08-17T18:11:06.931Z Compiling derive_builder_macro v0.20.2
22492026-08-17T18:11:07.206Z Compiling tokio-native-tls v0.3.1
22502026-08-17T18:11:07.403Z Compiling strum v0.26.3
22512026-08-17T18:11:07.454Z Compiling block-padding v0.4.2
22522026-08-17T18:11:07.637Z Compiling scroll v0.12.0
22532026-08-17T18:11:07.707Z Compiling pin-project v1.1.11
22542026-08-17T18:11:07.754Z Compiling rustls-native-certs v0.8.3
22552026-08-17T18:11:07.868Z Compiling md-5 v0.10.6
22562026-08-17T18:11:07.923Z Compiling vergen-lib v9.1.0
22572026-08-17T18:11:07.943Z Compiling hash32 v0.2.1
22582026-08-17T18:11:08.021Z Compiling encoding_rs v0.8.35
22592026-08-17T18:11:08.048Z Compiling mime v0.3.17
22602026-08-17T18:11:08.049Z Compiling fallible-iterator v0.2.0
22612026-08-17T18:11:08.081Z Compiling psl-types v2.0.11
22622026-08-17T18:11:08.100Z Compiling cpufeatures v0.3.0
22632026-08-17T18:11:08.152Z Compiling jiff-core v0.1.0
22642026-08-17T18:11:08.346Z Compiling postgres-protocol v0.6.10
22652026-08-17T18:11:08.374Z Compiling publicsuffix v2.3.0
22662026-08-17T18:11:08.556Z Compiling goblin v0.8.2
22672026-08-17T18:11:08.560Z Compiling snafu v0.8.9
22682026-08-17T18:11:08.841Z Compiling inout v0.2.2
22692026-08-17T18:11:08.915Z Compiling derive_builder v0.20.2
22702026-08-17T18:11:09.004Z Compiling jiff v0.2.34
22712026-08-17T18:11:09.107Z Compiling hyper-tls v0.6.0
22722026-08-17T18:11:09.364Z Compiling usdt-macro v0.6.0
22732026-08-17T18:11:09.417Z Compiling usdt-attr-macro v0.6.0
22742026-08-17T18:11:09.453Z Compiling globset v0.4.18
22752026-08-17T18:11:09.539Z Compiling phf_shared v0.13.1
22762026-08-17T18:11:09.564Z Compiling crossbeam-epoch v0.9.18
22772026-08-17T18:11:09.636Z Compiling zerocopy v0.7.35
22782026-08-17T18:11:09.892Z Compiling regex v1.12.3
22792026-08-17T18:11:10.255Z Compiling serde_plain v1.0.2
22802026-08-17T18:11:10.277Z Compiling serde_repr v0.1.20
22812026-08-17T18:11:10.320Z Compiling enum-as-inner v0.6.1
22822026-08-17T18:11:10.468Z Compiling pem v3.0.6
22832026-08-17T18:11:10.519Z Compiling vergen v9.1.0
22842026-08-17T18:11:10.560Z Compiling cargo-platform v0.3.2
22852026-08-17T18:11:10.672Z Compiling ff v0.13.1
22862026-08-17T18:11:10.727Z Compiling filetime v0.2.27
22872026-08-17T18:11:10.815Z Compiling either v1.15.0
22882026-08-17T18:11:10.832Z Compiling typed-path v0.9.3
22892026-08-17T18:11:10.861Z Compiling foldhash v0.2.0
22902026-08-17T18:11:10.944Z Compiling xattr v1.6.1
22912026-08-17T18:11:11.089Z Compiling managed v0.8.0
22922026-08-17T18:11:11.112Z Compiling foldhash v0.1.5
22932026-08-17T18:11:11.151Z Compiling base16ct v0.2.0
22942026-08-17T18:11:11.189Z Compiling bitflags v1.3.2
22952026-08-17T18:11:11.280Z Compiling const-oid v0.10.2
22962026-08-17T18:11:11.295Z Compiling unicode-segmentation v1.12.0
22972026-08-17T18:11:11.326Z Compiling libbz2-rs-sys v0.2.2
22982026-08-17T18:11:11.355Z Compiling bumpalo v3.20.2
22992026-08-17T18:11:11.615Z Compiling zopfli v0.8.3
23002026-08-17T18:11:11.645Z Compiling digest v0.11.3
23012026-08-17T18:11:11.701Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23022026-08-17T18:11:11.753Z Compiling bzip2 v0.6.1
23032026-08-17T18:11:11.909Z Compiling sec1 v0.7.3
23042026-08-17T18:11:11.975Z Compiling hashbrown v0.15.5
23052026-08-17T18:11:12.119Z Compiling tar v0.4.46
23062026-08-17T18:11:12.190Z Compiling hashbrown v0.16.1
23072026-08-17T18:11:12.206Z Compiling group v0.13.0
23082026-08-17T18:11:12.403Z Compiling cargo_metadata v0.23.1
23092026-08-17T18:11:12.418Z Compiling dof v0.3.0
23102026-08-17T18:11:13.087Z Compiling phf v0.13.1
23112026-08-17T18:11:13.266Z Compiling zstd v0.13.3
23122026-08-17T18:11:13.538Z Compiling reqwest v0.12.28
23132026-08-17T18:11:13.640Z Compiling signal-hook-mio v0.2.5
23142026-08-17T18:11:13.684Z Compiling cipher v0.5.2
23152026-08-17T18:11:13.770Z Compiling cookie_store v0.22.1
23162026-08-17T18:11:13.790Z Compiling postgres-types v0.2.12
23172026-08-17T18:11:13.971Z Compiling strum v0.27.2
23182026-08-17T18:11:14.186Z Compiling hubpack v0.1.2
23192026-08-17T18:11:14.255Z Compiling phf_shared v0.11.3
23202026-08-17T18:11:14.299Z Compiling hkdf v0.12.4
23212026-08-17T18:11:14.379Z Compiling dtrace-parser v0.2.0
23222026-08-17T18:11:14.423Z Compiling ed25519 v2.2.3
23232026-08-17T18:11:14.455Z Compiling byte-wrapper v0.1.0
23242026-08-17T18:11:14.471Z Compiling olpc-cjson v0.1.4
23252026-08-17T18:11:14.781Z Compiling serde-big-array v0.5.1
23262026-08-17T18:11:14.898Z Compiling crypto-bigint v0.5.5
23272026-08-17T18:11:14.944Z Compiling float-cmp v0.10.0
23282026-08-17T18:11:14.984Z Compiling memmap2 v0.9.10
23292026-08-17T18:11:15.031Z Compiling thread-id v4.2.2
23302026-08-17T18:11:15.111Z Compiling static_assertions v1.1.0
23312026-08-17T18:11:15.127Z Compiling data-encoding v2.10.0
23322026-08-17T18:11:15.188Z Compiling precomputed-hash v0.1.1
23332026-08-17T18:11:15.296Z Compiling toml_write v0.1.2
23342026-08-17T18:11:15.299Z Compiling whoami v2.1.0
23352026-08-17T18:11:15.544Z Compiling predicates-core v1.0.10
23362026-08-17T18:11:15.565Z Compiling fixedbitset v0.5.7
23372026-08-17T18:11:15.581Z Compiling difflib v0.4.0
23382026-08-17T18:11:15.626Z Compiling new_debug_unreachable v1.0.6
23392026-08-17T18:11:15.649Z Compiling winnow v1.0.3
23402026-08-17T18:11:15.703Z Compiling fixedbitset v0.4.2
23412026-08-17T18:11:15.718Z Compiling normalize-line-endings v0.3.0
23422026-08-17T18:11:15.828Z Compiling winnow v0.7.14
23432026-08-17T18:11:15.847Z Compiling keccak v0.1.6
23442026-08-17T18:11:15.996Z Compiling rayon-core v1.13.0
23452026-08-17T18:11:16.042Z Compiling sha3 v0.10.8
23462026-08-17T18:11:16.062Z Compiling chacha20 v0.10.0
23472026-08-17T18:11:16.320Z Compiling toml_parser v1.1.2+spec-1.1.0
23482026-08-17T18:11:16.368Z Compiling petgraph v0.6.5
23492026-08-17T18:11:16.449Z Compiling elliptic-curve v0.13.8
23502026-08-17T18:11:16.525Z Compiling predicates v3.1.4
23512026-08-17T18:11:16.555Z Compiling petgraph v0.8.3
23522026-08-17T18:11:16.812Z Compiling string_cache v0.8.9
23532026-08-17T18:11:17.050Z Compiling tokio-postgres v0.7.16
23542026-08-17T18:11:17.309Z Compiling toml_edit v0.22.27
23552026-08-17T18:11:17.900Z Compiling hickory-proto v0.25.2
23562026-08-17T18:11:18.135Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23572026-08-17T18:11:18.331Z Compiling usdt v0.6.0
23582026-08-17T18:11:18.526Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23592026-08-17T18:11:19.576Z Compiling ed25519-dalek v2.2.0
23602026-08-17T18:11:19.889Z Compiling zip v4.6.1
23612026-08-17T18:11:20.064Z Compiling crossterm v0.28.1
23622026-08-17T18:11:20.607Z Compiling iddqd v0.4.2
23632026-08-17T18:11:21.210Z Compiling heck v0.4.1
23642026-08-17T18:11:21.226Z Compiling similar v2.7.0
23652026-08-17T18:11:21.257Z Compiling itertools v0.15.0
23662026-08-17T18:11:21.442Z Compiling itertools v0.13.0
23672026-08-17T18:11:22.169Z Compiling serde_with v3.21.0
23682026-08-17T18:11:22.779Z Compiling tokio-stream v0.1.18
23692026-08-17T18:11:22.865Z Compiling buf-list v1.1.2
23702026-08-17T18:11:22.991Z Compiling half v2.7.1
23712026-08-17T18:11:23.138Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23722026-08-17T18:11:23.228Z Compiling openapiv3 v2.2.0
23732026-08-17T18:11:23.420Z Compiling lalrpop-util v0.19.12
23742026-08-17T18:11:23.451Z Compiling peg-runtime v0.8.5
23752026-08-17T18:11:23.623Z Compiling ciborium-io v0.2.2
23762026-08-17T18:11:23.845Z Compiling ciborium-ll v0.2.2
23772026-08-17T18:11:24.836Z Compiling crossbeam-deque v0.8.6
23782026-08-17T18:11:25.238Z Compiling camino-tempfile v1.4.1
23792026-08-17T18:11:26.065Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23802026-08-17T18:11:26.309Z Compiling blake3 v1.8.5
23812026-08-17T18:11:26.456Z Compiling fs-err v2.11.0
23822026-08-17T18:11:28.994Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23832026-08-17T18:11:29.961Z Compiling rustls-webpki v0.103.13
23842026-08-17T18:11:30.397Z Compiling ciborium v0.2.2
23852026-08-17T18:11:30.957Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
23862026-08-17T18:11:31.623Z Compiling thread_local v1.1.9
23872026-08-17T18:11:31.790Z Compiling arrayref v0.3.9
23882026-08-17T18:11:31.838Z Compiling constant_time_eq v0.4.2
23892026-08-17T18:11:31.884Z Compiling arrayvec v0.7.6
23902026-08-17T18:11:31.967Z Compiling slog-async v2.8.0
23912026-08-17T18:11:32.314Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23922026-08-17T18:11:32.336Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23932026-08-17T18:11:32.495Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23942026-08-17T18:11:32.653Z Compiling toml v0.8.23
23952026-08-17T18:11:32.673Z Compiling atomicwrites v0.4.4
23962026-08-17T18:11:32.798Z Compiling sha2 v0.11.0
23972026-08-17T18:11:32.844Z Compiling digest-io v0.1.0
23982026-08-17T18:11:32.976Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23992026-08-17T18:11:32.992Z Compiling crossbeam-channel v0.5.15
24002026-08-17T18:11:33.006Z Compiling serde_path_to_error v0.1.20
24012026-08-17T18:11:33.246Z Compiling is-terminal v0.4.17
24022026-08-17T18:11:33.316Z Compiling rawzip v0.4.4
24032026-08-17T18:11:33.372Z Compiling parse-size v1.1.0
24042026-08-17T18:11:33.471Z Compiling topological-sort v0.2.2
24052026-08-17T18:11:33.490Z Compiling debug-ignore v1.0.5
24062026-08-17T18:11:33.559Z Compiling tokio-rustls v0.26.4
24072026-08-17T18:11:33.578Z Compiling rustls-platform-verifier v0.6.2
24082026-08-17T18:11:33.615Z Compiling tough v0.22.0
24092026-08-17T18:11:33.655Z Compiling take_mut v0.2.2
24102026-08-17T18:11:33.682Z Compiling indent_write v2.2.0
24112026-08-17T18:11:33.790Z Compiling term v1.2.1
24122026-08-17T18:11:33.808Z Compiling hyper-rustls v0.27.7
24132026-08-17T18:11:33.852Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24142026-08-17T18:11:34.190Z Compiling reqwest v0.13.2
24152026-08-17T18:11:34.345Z Compiling slog-term v2.9.2
24162026-08-17T18:11:34.363Z Compiling shell-words v1.1.1
24172026-08-17T18:11:37.041Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24182026-08-17T18:11:42.187Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24192026-08-17T18:11:44.245Z Compiling omicron-zone-package v0.12.3
24202026-08-17T18:11:44.795Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24212026-08-17T18:11:44.886Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24222026-08-17T18:11:44.919Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24232026-08-17T18:11:49.460Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24242026-08-17T18:12:05.760Z Finished `release` profile [optimized] target(s) in 1m 29s
24252026-08-17T18:12:05.781Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24262026-08-17T18:12:05.781ZAug 17 18:12:01.203 DEBG changing working directory to /work/oxidecomputer/omicron
24272026-08-17T18:12:05.781ZAug 17 18:12:01.298 DEBG running: git rev-parse HEAD
24282026-08-17T18:12:05.781ZAug 17 18:12:01.300 DEBG process exited with exit status: 0 (2.450811ms)
24292026-08-17T18:12:05.781ZAug 17 18:12:01.300 INFO version: 23.0.0-0.ci+git30722673bcd
24302026-08-17T18:12:05.781ZAug 17 18:12:01.309 INFO cloning helios to /work/oxidecomputer/helios
24312026-08-17T18:12:05.781ZAug 17 18:12:01.309 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24322026-08-17T18:12:05.781ZCloning into '/work/oxidecomputer/helios'...
24332026-08-17T18:12:05.782ZAug 17 18:12:02.040 DEBG process exited with exit status: 0 (731.4925ms)
24342026-08-17T18:12:05.782ZAug 17 18:12:02.040 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24352026-08-17T18:12:05.782ZAug 17 18:12:02.043 DEBG process exited with exit status: 0 (2.617942ms)
24362026-08-17T18:12:05.782ZAug 17 18:12:02.043 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24372026-08-17T18:12:05.782ZAug 17 18:12:02.399 DEBG process exited with exit status: 0 (356.664309ms)
24382026-08-17T18:12:05.782ZAug 17 18:12:02.399 DEBG running: zfs list rpool/images/build/host
24392026-08-17T18:12:05.782ZNAME USED AVAIL REFER MOUNTPOINT
24402026-08-17T18:12:05.782Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24412026-08-17T18:12:05.782ZAug 17 18:12:02.404 DEBG process exited with exit status: 0 (4.553124ms)
24422026-08-17T18:12:05.782ZAug 17 18:12:02.404 DEBG running: zfs list rpool/images/build/recovery
24432026-08-17T18:12:05.782ZNAME USED AVAIL REFER MOUNTPOINT
24442026-08-17T18:12:05.782Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24452026-08-17T18:12:05.782ZAug 17 18:12:02.407 DEBG process exited with exit status: 0 (3.549352ms)
24462026-08-17T18:12:05.782ZAug 17 18:12:02.407 INFO console assets match pinned console commit (abbe25e8afab12062f61cb25c2556061ed5a2130)
24472026-08-17T18:12:05.782ZAug 17 18:12:02.419 INFO console client API version matches nexus API version (2026073100.0.0)
24482026-08-17T18:12:05.782ZAug 17 18:12:02.420 INFO [incorp-manifest] running task
24492026-08-17T18:12:05.782ZAug 17 18:12:02.420 INFO [hubris-production] running task
24502026-08-17T18:12:05.782ZAug 17 18:12:02.421 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24512026-08-17T18:12:05.786ZAug 17 18:12:02.421 INFO [hubris-staging] running task
24522026-08-17T18:12:05.786ZAug 17 18:12:02.421 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24532026-08-17T18:12:05.786ZAug 17 18:12:02.422 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
24542026-08-17T18:12:05.786ZAug 17 18:12:02.422 INFO [incorp-create] running: pkgrepo create /work/incorporation
24552026-08-17T18:12:05.786Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24562026-08-17T18:12:05.786ZAug 17 18:12:02.657 INFO [incorp-create] process exited with exit status: 0 (234.643667ms)
24572026-08-17T18:12:05.787ZAug 17 18:12:02.657 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24582026-08-17T18:12:05.787Z[ omicron-package] Blocking waiting for file lock on package cache
24592026-08-17T18:12:05.787ZAug 17 18:12:02.942 INFO [incorp-publisher] process exited with exit status: 0 (285.138464ms)
24602026-08-17T18:12:05.787Z[ omicron-package] Blocking waiting for file lock on package cache
24612026-08-17T18:12:05.787ZAug 17 18:12:03.677 INFO [hubris-production] task succeeded (1.256417037s)
24622026-08-17T18:12:05.787ZAug 17 18:12:04.072 DEBG process exited with exit status: 0 (1.651660704s)
24632026-08-17T18:12:05.787ZAug 17 18:12:04.072 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24642026-08-17T18:12:05.815Z[ omicron-package] Compiling macaddr v1.0.1
24652026-08-17T18:12:05.816Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24662026-08-17T18:12:05.816Z[ omicron-package] Compiling secrecy v0.10.3
24672026-08-17T18:12:05.816Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24682026-08-17T18:12:05.816Z[ omicron-package] Compiling heapless v0.8.0
24692026-08-17T18:12:05.816Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24702026-08-17T18:12:05.816Z[ omicron-package] Compiling ingot-macros v0.2.0
24712026-08-17T18:12:05.816Z[ omicron-package] Compiling hash32 v0.3.1
24722026-08-17T18:12:05.816Z[ omicron-package] Compiling inout v0.1.4
24732026-08-17T18:12:05.816Z[ omicron-package] Compiling multer v3.1.0
24742026-08-17T18:12:05.816Z[ omicron-package] Compiling unicode-width v0.2.0
24752026-08-17T18:12:05.816Z[ omicron-package] Compiling smoltcp v0.11.0
24762026-08-17T18:12:05.816Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24772026-08-17T18:12:05.816Z[ omicron-package] Compiling match_cfg v0.1.0
24782026-08-17T18:12:05.816Z[ omicron-package] Compiling compression-core v0.4.31
24792026-08-17T18:12:05.816Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24802026-08-17T18:12:08.952Z[ omicron-package] Compiling slog-json v2.6.1
24812026-08-17T18:12:08.952Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
24822026-08-17T18:12:08.952Z[ omicron-package] Compiling cobs v0.3.0
24832026-08-17T18:12:08.952Z[ omicron-package] Compiling universal-hash v0.5.1
24842026-08-17T18:12:08.976Z[ omicron-package] Compiling hostname v0.3.1
24852026-08-17T18:12:08.976Z[ omicron-package] Compiling cipher v0.4.4
24862026-08-17T18:12:08.976Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24872026-08-17T18:12:08.976Z[ omicron-package] Compiling compression-codecs v0.4.37
24882026-08-17T18:12:08.976Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24892026-08-17T18:12:08.976Z[ omicron-package] Compiling async-stream-impl v0.3.6
24902026-08-17T18:12:08.976Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
24912026-08-17T18:12:08.976Z[ omicron-package] Compiling serde_spanned v1.1.1
24922026-08-17T18:12:08.976Z[ omicron-package] Compiling dropshot v0.17.1
24932026-08-17T18:12:08.976Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24942026-08-17T18:12:08.976Z[ omicron-package] Compiling convert_case v0.4.0
24952026-08-17T18:12:08.976Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
24962026-08-17T18:12:08.976Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24972026-08-17T18:12:08.976Z[ omicron-package] Compiling opaque-debug v0.3.1
24982026-08-17T18:12:08.976Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24992026-08-17T18:12:08.976Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25002026-08-17T18:12:08.976Z[ omicron-package] Compiling poly1305 v0.8.0
25012026-08-17T18:12:08.976ZAug 17 18:12:06.589 DEBG process exited with exit status: 0 (2.516613656s)
25022026-08-17T18:12:08.977ZAug 17 18:12:06.590 INFO [incorp-manifest] task succeeded (4.170010331s)
25032026-08-17T18:12:08.977Z[ omicron-package] Compiling async-compression v0.4.41
25042026-08-17T18:12:08.977ZAug 17 18:12:06.593 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25052026-08-17T18:12:08.977Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25062026-08-17T18:12:08.977Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25072026-08-17T18:12:08.977Z[ omicron-package] Compiling chacha20 v0.9.1
25082026-08-17T18:12:08.977Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25092026-08-17T18:12:08.977ZAug 17 18:12:06.807 INFO [incorp-fmt] process exited with exit status: 0 (215.987003ms)
25102026-08-17T18:12:08.977ZAug 17 18:12:06.807 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25112026-08-17T18:12:08.977Z[ omicron-package] Compiling derive_more v0.99.20
25122026-08-17T18:12:08.977Z[ omicron-package] Compiling async-stream v0.3.6
25132026-08-17T18:12:08.977Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25142026-08-17T18:12:08.977Z[ omicron-package] Compiling slog-bunyan v2.5.0
25152026-08-17T18:12:08.977Z[ omicron-package] Compiling postcard v1.1.3
25162026-08-17T18:12:08.977Z[ omicron-package] Compiling num_enum_derive v0.7.6
25172026-08-17T18:12:08.978Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25182026-08-17T18:12:08.978Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260817T181207Z
25192026-08-17T18:12:08.978Z[ incorp-pkgsend] PUBLISHED
25202026-08-17T18:12:08.978Z[ omicron-package] Compiling sha1 v0.11.0
25212026-08-17T18:12:08.978Z[ omicron-package] Compiling progenitor-client v0.14.0
25222026-08-17T18:12:08.978Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25232026-08-17T18:12:08.978Z[ omicron-package] Compiling parse-display-derive v0.10.0
25242026-08-17T18:12:08.978ZAug 17 18:12:07.315 INFO [incorp-pkgsend] process exited with exit status: 0 (508.543164ms)
25252026-08-17T18:12:08.978ZAug 17 18:12:07.315 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25262026-08-17T18:12:08.978Z[ omicron-package] Compiling waitgroup v0.1.2
25272026-08-17T18:12:08.978Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25282026-08-17T18:12:08.978Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25292026-08-17T18:12:08.978Z[ helios-incorp] Retrieving packages for publisher helios ...
25302026-08-17T18:12:08.978Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25312026-08-17T18:12:08.978Z[ omicron-package] Compiling backon v1.6.0
25322026-08-17T18:12:08.978Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25332026-08-17T18:12:08.978Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25342026-08-17T18:12:08.978Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25352026-08-17T18:12:08.979Z[ helios-incorp]
25362026-08-17T18:12:08.979Z[ helios-incorp] Archiving packages ...
25372026-08-17T18:12:08.979Z[ helios-incorp] Packages to add: 1
25382026-08-17T18:12:08.979Z[ helios-incorp] Files to retrieve: 0
25392026-08-17T18:12:08.979Z[ helios-incorp] Estimated transfer size: 0.00 B
25402026-08-17T18:12:08.979Z[ helios-incorp]
25412026-08-17T18:12:08.979Z[ helios-incorp] Packages to archive:
25422026-08-17T18:12:08.979Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260817T181207Z
25432026-08-17T18:12:08.979Z[ helios-incorp]
25442026-08-17T18:12:08.979Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25452026-08-17T18:12:08.979Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25462026-08-17T18:12:08.979ZAug 17 18:12:07.690 INFO [helios-incorp] process exited with exit status: 0 (374.855043ms)
25472026-08-17T18:12:08.979Z[ omicron-package] Compiling password-hash v0.5.0
25482026-08-17T18:12:08.979Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25492026-08-17T18:12:08.979Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25502026-08-17T18:12:08.979Z[ omicron-package] Compiling blake2 v0.10.6
25512026-08-17T18:12:08.979Z[ omicron-package] Compiling aead v0.5.2
25522026-08-17T18:12:08.979Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25532026-08-17T18:12:09.355Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25542026-08-17T18:12:09.359Z[ omicron-package] Compiling hostname v0.4.2
25552026-08-17T18:12:09.359Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25562026-08-17T18:12:09.359Z[ omicron-package] Compiling instant v0.1.13
25572026-08-17T18:12:09.359Z[ omicron-package] Compiling ingot-types v0.2.0
25582026-08-17T18:12:09.382Z[ omicron-package] Compiling proc-macro-error v1.0.4
25592026-08-17T18:12:09.769Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25602026-08-17T18:12:09.782Z[ omicron-package] Compiling backoff v0.4.0
25612026-08-17T18:12:09.782Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25622026-08-17T18:12:09.782Z[ omicron-package] Compiling argon2 v0.5.3
25632026-08-17T18:12:09.782Z[ omicron-package] Compiling num_enum v0.7.6
25642026-08-17T18:12:09.782Z[ omicron-package] Compiling ingot v0.2.1
25652026-08-17T18:12:10.920Z[ omicron-package] Compiling parse-display v0.10.0
25662026-08-17T18:12:10.945Z[ omicron-package] Compiling foreign-types v0.5.0
25672026-08-17T18:12:10.945Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25682026-08-17T18:12:10.945Z[ omicron-package] Compiling num_enum_derive v0.5.11
25692026-08-17T18:12:10.945Z[ omicron-package] Compiling progenitor-extras v0.2.0
25702026-08-17T18:12:10.954Z[ omicron-package] Compiling vsss-rs v3.3.4
25712026-08-17T18:12:10.954Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25722026-08-17T18:12:10.954Z[ omicron-package] Compiling tabwriter v1.4.1
25732026-08-17T18:12:10.954Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25742026-08-17T18:12:10.954Z[ omicron-package] Compiling regress v0.10.5
25752026-08-17T18:12:10.954Z[ omicron-package] Compiling itertools v0.14.0
25762026-08-17T18:12:10.954Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25772026-08-17T18:12:10.954Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25782026-08-17T18:12:10.954Z[ omicron-package] Compiling cstr-argument v0.1.2
25792026-08-17T18:12:10.954Z[ omicron-package] Compiling humantime v2.3.0
25802026-08-17T18:12:10.954Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25812026-08-17T18:12:10.980Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25822026-08-17T18:12:10.999Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25832026-08-17T18:12:11.162Z[ omicron-package] Compiling num_enum v0.5.11
25842026-08-17T18:12:11.285Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25852026-08-17T18:12:11.318Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25862026-08-17T18:12:11.488Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25872026-08-17T18:12:11.506Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25882026-08-17T18:12:11.510Z[ omicron-package] Compiling rayon v1.11.0
25892026-08-17T18:12:11.598Z[ omicron-package] Compiling rand v0.10.1
25902026-08-17T18:12:11.651Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25912026-08-17T18:12:11.687Z[ omicron-package] Compiling libefi-sys v0.1.0
25922026-08-17T18:12:11.764Z[ omicron-package] Compiling colored v3.1.1
25932026-08-17T18:12:11.796Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25942026-08-17T18:12:11.928Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25952026-08-17T18:12:11.972Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25962026-08-17T18:12:12.142Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25972026-08-17T18:12:12.169Z[ omicron-package] Compiling itertools v0.12.1
25982026-08-17T18:12:12.191Z[ omicron-package] Compiling usdt-macro v0.5.0
25992026-08-17T18:12:12.235Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26002026-08-17T18:12:12.365Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26012026-08-17T18:12:12.527Z[ omicron-package] Compiling num-derive v0.4.2
26022026-08-17T18:12:12.569Z[ omicron-package] Compiling bitfield-struct v0.6.2
26032026-08-17T18:12:12.573Z[ omicron-package] Compiling memmap v0.7.0
26042026-08-17T18:12:12.672Z[ omicron-package] Compiling sigpipe v0.1.3
26052026-08-17T18:12:12.934Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26062026-08-17T18:12:12.935Z[ omicron-package] Compiling glob v0.3.3
26072026-08-17T18:12:13.041Z[ omicron-package] Compiling swrite v0.1.0
26082026-08-17T18:12:13.045Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26092026-08-17T18:12:13.312Z[ omicron-package] Compiling usdt v0.5.0
26102026-08-17T18:12:13.341Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26112026-08-17T18:12:13.795Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26122026-08-17T18:12:13.857Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26132026-08-17T18:12:13.961Z[ omicron-package] Compiling zone v0.3.1
26142026-08-17T18:12:14.019Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26152026-08-17T18:12:14.093Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26162026-08-17T18:12:14.154Z[ omicron-package] Compiling smf v0.2.3
26172026-08-17T18:12:14.266Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26182026-08-17T18:12:14.295Z[ omicron-package] Compiling whoami v1.6.1
26192026-08-17T18:12:14.320Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26202026-08-17T18:12:14.338Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26212026-08-17T18:12:14.357Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26222026-08-17T18:12:14.404Z[ omicron-package] Compiling console v0.16.2
26232026-08-17T18:12:14.745Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26242026-08-17T18:12:14.807Z[ omicron-package] Compiling gethostname v0.5.0
26252026-08-17T18:12:14.873Z[ omicron-package] Compiling unit-prefix v0.5.2
26262026-08-17T18:12:14.918Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26272026-08-17T18:12:15.196Z[ omicron-package] Compiling indicatif v0.18.4
26282026-08-17T18:12:15.502Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26292026-08-17T18:12:19.033Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26302026-08-17T18:12:19.238Z[ helios-setup] Aug 17 18:12:18.394 INFO helios repository root is: /work/oxidecomputer/helios
26312026-08-17T18:12:19.242Z[ helios-setup] Aug 17 18:12:18.395 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
26322026-08-17T18:12:19.242Z[ helios-setup] Aug 17 18:12:18.395 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26332026-08-17T18:12:19.242Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26342026-08-17T18:12:19.474ZAug 17 18:12:18.630 INFO [hubris-staging] task succeeded (16.209147711s)
26352026-08-17T18:12:20.171Z[ helios-setup] Aug 17 18:12:19.327 INFO clone ok!, project: pilot
26362026-08-17T18:12:20.174Z[ helios-setup] Aug 17 18:12:19.327 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
26372026-08-17T18:12:20.174Z[ helios-setup] Aug 17 18:12:19.327 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26382026-08-17T18:12:20.174Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26392026-08-17T18:12:21.122Z[ helios-setup] Aug 17 18:12:20.278 INFO clone ok!, project: chelsio-t6-roms
26402026-08-17T18:12:21.122Z[ helios-setup] Aug 17 18:12:20.278 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
26412026-08-17T18:12:21.122Z[ helios-setup] Aug 17 18:12:20.278 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26422026-08-17T18:12:21.127Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26432026-08-17T18:12:27.336Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26442026-08-17T18:12:27.471Z[ helios-setup] Aug 17 18:12:26.628 INFO clone ok!, project: amd-firmware
26452026-08-17T18:12:27.475Z[ helios-setup] Aug 17 18:12:26.628 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26462026-08-17T18:12:27.475Z[ helios-setup] Aug 17 18:12:26.628 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26472026-08-17T18:12:27.475Z[ helios-setup] Aug 17 18:12:26.628 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
26482026-08-17T18:12:27.475Z[ helios-setup] Aug 17 18:12:26.628 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26492026-08-17T18:12:27.475Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26502026-08-17T18:12:28.644Z[ helios-setup] Aug 17 18:12:27.800 INFO clone ok!, project: phbl
26512026-08-17T18:12:28.648Z[ helios-setup] Aug 17 18:12:27.800 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
26522026-08-17T18:12:28.648Z[ helios-setup] Aug 17 18:12:27.800 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26532026-08-17T18:12:28.648Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26542026-08-17T18:12:29.257Z[ helios-setup] Aug 17 18:12:28.413 INFO clone ok!, project: bootserver
26552026-08-17T18:12:29.260Z[ helios-setup] Aug 17 18:12:28.413 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
26562026-08-17T18:12:29.260Z[ helios-setup] Aug 17 18:12:28.413 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
26572026-08-17T18:12:29.260Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26582026-08-17T18:12:30.451Z[ helios-setup] Aug 17 18:12:29.607 INFO clone ok!, project: amd-host-image-builder
26592026-08-17T18:12:30.451Z[ helios-setup] Aug 17 18:12:29.607 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
26602026-08-17T18:12:30.454Z[ helios-setup] Aug 17 18:12:29.607 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26612026-08-17T18:12:30.454Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26622026-08-17T18:12:30.626Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26632026-08-17T18:12:31.471Z[ helios-setup] Aug 17 18:12:30.626 INFO clone ok!, project: dmar-report
26642026-08-17T18:12:31.475Z[ helios-setup] Aug 17 18:12:30.626 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
26652026-08-17T18:12:31.475Z[ helios-setup] Aug 17 18:12:30.626 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26662026-08-17T18:12:31.475Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26672026-08-17T18:12:31.750Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26682026-08-17T18:12:32.142Z[ helios-setup] Aug 17 18:12:31.299 INFO clone ok!, project: image-builder
26692026-08-17T18:12:32.146Z[ helios-setup] Aug 17 18:12:31.299 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
26702026-08-17T18:12:32.146Z[ helios-setup] Aug 17 18:12:31.299 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26712026-08-17T18:12:32.146Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26722026-08-17T18:12:32.757Z[ helios-setup] Aug 17 18:12:31.914 INFO clone ok!, project: pinprick
26732026-08-17T18:12:32.757Z[ helios-setup] Aug 17 18:12:31.914 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26742026-08-17T18:12:32.761Z[ helios-setup] Aug 17 18:12:31.914 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26752026-08-17T18:12:33.000Z[ helios-setup] Aug 17 18:12:32.156 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26762026-08-17T18:12:33.241Z[ helios-setup] Aug 17 18:12:32.397 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26772026-08-17T18:12:33.241Z[ helios-setup] Aug 17 18:12:32.397 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26782026-08-17T18:12:33.511Z[ helios-setup] Aug 17 18:12:32.667 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26792026-08-17T18:12:33.741Z[ helios-setup] Aug 17 18:12:32.898 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26802026-08-17T18:12:33.741Z[ helios-setup] Aug 17 18:12:32.898 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26812026-08-17T18:12:33.948Z[ helios-setup] Aug 17 18:12:33.105 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26822026-08-17T18:12:34.156Z[ helios-setup] Aug 17 18:12:33.313 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26832026-08-17T18:12:34.157Z[ helios-setup] Aug 17 18:12:33.313 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26842026-08-17T18:12:34.160Z[ helios-setup] Aug 17 18:12:33.313 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26852026-08-17T18:12:34.160Z[ helios-setup] Aug 17 18:12:33.313 INFO ok!
26862026-08-17T18:12:34.160Z[ helios-setup] Aug 17 18:12:33.313 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26872026-08-17T18:12:34.160Z[ helios-setup] Aug 17 18:12:33.313 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26882026-08-17T18:12:34.160Z[ helios-setup] Aug 17 18:12:33.313 INFO ok!
26892026-08-17T18:12:34.160Z[ helios-setup] Aug 17 18:12:33.313 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26902026-08-17T18:12:34.160Z[ helios-setup] Aug 17 18:12:33.313 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26912026-08-17T18:12:34.160Z[ helios-setup] Aug 17 18:12:33.313 INFO ok!
26922026-08-17T18:12:34.160Z[ helios-setup] Aug 17 18:12:33.313 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
26932026-08-17T18:12:34.164Z[ helios-setup] Aug 17 18:12:33.320 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
26942026-08-17T18:12:34.164Z[ helios-setup] Aug 17 18:12:33.320 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26952026-08-17T18:12:34.164Z[ helios-setup] Aug 17 18:12:33.320 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26962026-08-17T18:12:34.231Z[ helios-setup] Aug 17 18:12:33.387 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26972026-08-17T18:12:34.614Z[ helios-setup] Aug 17 18:12:33.770 INFO E| From https://github.com/jclulow/hiercmd
26982026-08-17T18:12:34.614Z[ helios-setup] Aug 17 18:12:33.770 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
26992026-08-17T18:12:34.623Z[ helios-setup] Aug 17 18:12:33.780 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
27002026-08-17T18:12:34.946Z[ helios-setup] Aug 17 18:12:34.103 INFO E| From https://github.com/oxidecomputer/network-interface
27012026-08-17T18:12:34.947Z[ helios-setup] Aug 17 18:12:34.103 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
27022026-08-17T18:12:34.956Z[ helios-setup] Aug 17 18:12:34.112 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27032026-08-17T18:12:35.632Z[ helios-setup] Aug 17 18:12:34.789 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27042026-08-17T18:12:35.632Z[ helios-setup] Aug 17 18:12:34.789 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27052026-08-17T18:12:35.646Z[ helios-setup] Aug 17 18:12:34.802 INFO E| Updating crates.io index
27062026-08-17T18:12:35.938Z[ helios-setup] Aug 17 18:12:35.094 INFO E| Downloading crates ...
27072026-08-17T18:12:35.983Z[ helios-setup] Aug 17 18:12:35.137 INFO E| Downloaded anstyle v1.0.13
27082026-08-17T18:12:35.987Z[ helios-setup] Aug 17 18:12:35.141 INFO E| Downloaded clap_lex v0.7.6
27092026-08-17T18:12:35.990Z[ helios-setup] Aug 17 18:12:35.144 INFO E| Downloaded futures-task v0.3.31
27102026-08-17T18:12:35.995Z[ helios-setup] Aug 17 18:12:35.151 INFO E| Downloaded cc v1.2.44
27112026-08-17T18:12:36.006Z[ helios-setup] Aug 17 18:12:35.158 INFO E| Downloaded indexmap v2.12.0
27122026-08-17T18:12:36.011Z[ helios-setup] Aug 17 18:12:35.165 INFO E| Downloaded time-core v0.1.6
27132026-08-17T18:12:36.015Z[ helios-setup] Aug 17 18:12:35.168 INFO E| Downloaded anstyle-query v1.1.4
27142026-08-17T18:12:36.015Z[ helios-setup] Aug 17 18:12:35.170 INFO E| Downloaded find-msvc-tools v0.1.4
27152026-08-17T18:12:36.019Z[ helios-setup] Aug 17 18:12:35.172 INFO E| Downloaded thiserror v2.0.17
27162026-08-17T18:12:36.022Z[ helios-setup] Aug 17 18:12:35.176 INFO E| Downloaded futures-io v0.3.31
27172026-08-17T18:12:36.022Z[ helios-setup] Aug 17 18:12:35.177 INFO E| Downloaded generic-array v0.14.9
27182026-08-17T18:12:36.022Z[ helios-setup] Aug 17 18:12:35.178 INFO E| Downloaded itoa v1.0.15
27192026-08-17T18:12:36.030Z[ helios-setup] Aug 17 18:12:35.187 INFO E| Downloaded env_filter v0.1.4
27202026-08-17T18:12:36.033Z[ helios-setup] Aug 17 18:12:35.188 INFO E| Downloaded futures-macro v0.3.31
27212026-08-17T18:12:36.042Z[ helios-setup] Aug 17 18:12:35.199 INFO E| Downloaded base64ct v1.8.0
27222026-08-17T18:12:36.047Z[ helios-setup] Aug 17 18:12:35.204 INFO E| Downloaded crc v3.3.0
27232026-08-17T18:12:36.050Z[ helios-setup] Aug 17 18:12:35.205 INFO E| Downloaded pin-utils v0.1.0
27242026-08-17T18:12:36.054Z[ helios-setup] Aug 17 18:12:35.211 INFO E| Downloaded simd-adler32 v0.3.7
27252026-08-17T18:12:36.057Z[ helios-setup] Aug 17 18:12:35.213 INFO E| Downloaded zeroize_derive v1.4.2
27262026-08-17T18:12:36.065Z[ helios-setup] Aug 17 18:12:35.222 INFO E| Downloaded bitfield-macros v0.19.3
27272026-08-17T18:12:36.079Z[ helios-setup] Aug 17 18:12:35.236 INFO E| Downloaded libdevinfo-sys v1.1.0
27282026-08-17T18:12:36.085Z[ helios-setup] Aug 17 18:12:35.241 INFO E| Downloaded futures-core v0.3.31
27292026-08-17T18:12:36.088Z[ helios-setup] Aug 17 18:12:35.242 INFO E| Downloaded serde_spanned v1.0.3
27302026-08-17T18:12:36.088Z[ helios-setup] Aug 17 18:12:35.243 INFO E| Downloaded futures-sink v0.3.31
27312026-08-17T18:12:36.092Z[ helios-setup] Aug 17 18:12:35.248 INFO E| Downloaded devinfo v0.1.0
27322026-08-17T18:12:36.096Z[ helios-setup] Aug 17 18:12:35.250 INFO E| Downloaded thiserror-impl v2.0.17
27332026-08-17T18:12:36.096Z[ helios-setup] Aug 17 18:12:35.251 INFO E| Downloaded toml_datetime v0.7.3
27342026-08-17T18:12:36.096Z[ helios-setup] Aug 17 18:12:35.252 INFO E| Downloaded zeroize v1.8.2
27352026-08-17T18:12:36.099Z[ helios-setup] Aug 17 18:12:35.253 INFO E| Downloaded deranged v0.5.5
27362026-08-17T18:12:36.099Z[ helios-setup] Aug 17 18:12:35.254 INFO E| Downloaded futures-channel v0.3.31
27372026-08-17T18:12:36.099Z[ helios-setup] Aug 17 18:12:35.255 INFO E| Downloaded futures-executor v0.3.31
27382026-08-17T18:12:36.099Z[ helios-setup] Aug 17 18:12:35.255 INFO E| Downloaded getopts v0.2.24
27392026-08-17T18:12:36.104Z[ helios-setup] Aug 17 18:12:35.261 INFO E| Downloaded bitfield v0.19.3
27402026-08-17T18:12:36.108Z[ helios-setup] Aug 17 18:12:35.261 INFO E| Downloaded tokio-macros v2.6.0
27412026-08-17T18:12:36.111Z[ helios-setup] Aug 17 18:12:35.268 INFO E| Downloaded num_enum_derive v0.7.5
27422026-08-17T18:12:36.115Z[ helios-setup] Aug 17 18:12:35.272 INFO E| Downloaded env_logger v0.11.8
27432026-08-17T18:12:36.120Z[ helios-setup] Aug 17 18:12:35.277 INFO E| Downloaded pin-project-lite v0.2.16
27442026-08-17T18:12:36.124Z[ helios-setup] Aug 17 18:12:35.280 INFO E| Downloaded slab v0.4.11
27452026-08-17T18:12:36.133Z[ helios-setup] Aug 17 18:12:35.289 INFO E| Downloaded signal-hook-registry v1.4.6
27462026-08-17T18:12:36.138Z[ helios-setup] Aug 17 18:12:35.293 INFO E| Downloaded time-macros v0.2.24
27472026-08-17T18:12:36.141Z[ helios-setup] Aug 17 18:12:35.296 INFO E| Downloaded bitflags v2.10.0
27482026-08-17T18:12:36.145Z[ helios-setup] Aug 17 18:12:35.299 INFO E| Downloaded clap_derive v4.5.49
27492026-08-17T18:12:36.145Z[ helios-setup] Aug 17 18:12:35.300 INFO E| Downloaded quote v1.0.41
27502026-08-17T18:12:36.148Z[ helios-setup] Aug 17 18:12:35.302 INFO E| Downloaded toml_writer v1.0.4
27512026-08-17T18:12:36.155Z[ helios-setup] Aug 17 18:12:35.311 INFO E| Downloaded iana-time-zone v0.1.64
27522026-08-17T18:12:36.162Z[ helios-setup] Aug 17 18:12:35.318 INFO E| Downloaded getrandom v0.2.16
27532026-08-17T18:12:36.165Z[ helios-setup] Aug 17 18:12:35.320 INFO E| Downloaded unicode-ident v1.0.22
27542026-08-17T18:12:36.168Z[ helios-setup] Aug 17 18:12:35.325 INFO E| Downloaded num_enum v0.7.5
27552026-08-17T18:12:36.172Z[ helios-setup] Aug 17 18:12:35.329 INFO E| Downloaded term v1.2.0
27562026-08-17T18:12:36.184Z[ helios-setup] Aug 17 18:12:35.341 INFO E| Downloaded toml_parser v1.0.4
27572026-08-17T18:12:36.197Z[ helios-setup] Aug 17 18:12:35.353 INFO E| Downloaded log v0.4.28
27582026-08-17T18:12:36.202Z[ helios-setup] Aug 17 18:12:35.355 INFO E| Downloaded anyhow v1.0.100
27592026-08-17T18:12:36.202Z[ helios-setup] Aug 17 18:12:35.357 INFO E| Downloaded toml v0.9.8
27602026-08-17T18:12:36.214Z[ helios-setup] Aug 17 18:12:35.362 INFO E| Downloaded futures v0.3.31
27612026-08-17T18:12:36.214Z[ helios-setup] Aug 17 18:12:35.368 INFO E| Downloaded ryu v1.0.20
27622026-08-17T18:12:36.218Z[ helios-setup] Aug 17 18:12:35.371 INFO E| Downloaded clap v4.5.51
27632026-08-17T18:12:36.231Z[ helios-setup] Aug 17 18:12:35.382 INFO E| Downloaded proc-macro2 v1.0.103
27642026-08-17T18:12:36.244Z[ helios-setup] Aug 17 18:12:35.389 INFO E| Downloaded flate2 v1.1.5
27652026-08-17T18:12:36.244Z[ helios-setup] Aug 17 18:12:35.393 INFO E| Downloaded typenum v1.19.0
27662026-08-17T18:12:36.253Z[ helios-setup] Aug 17 18:12:35.396 INFO E| Downloaded uuid v1.18.1
27672026-08-17T18:12:36.253Z[ helios-setup] Aug 17 18:12:35.398 INFO E| Downloaded socket2 v0.6.1
27682026-08-17T18:12:36.253Z[ helios-setup] Aug 17 18:12:35.399 INFO E| Downloaded toml_edit v0.23.7
27692026-08-17T18:12:36.261Z[ helios-setup] Aug 17 18:12:35.414 INFO E| Downloaded bytes v1.10.1
27702026-08-17T18:12:36.268Z[ helios-setup] Aug 17 18:12:35.424 INFO E| Downloaded zerocopy-derive v0.8.27
27712026-08-17T18:12:36.277Z[ helios-setup] Aug 17 18:12:35.433 INFO E| Downloaded rand v0.8.5
27722026-08-17T18:12:36.283Z[ helios-setup] Aug 17 18:12:35.440 INFO E| Downloaded rsa v0.9.8
27732026-08-17T18:12:36.296Z[ helios-setup] Aug 17 18:12:35.453 INFO E| Downloaded memchr v2.7.6
27742026-08-17T18:12:36.300Z[ helios-setup] Aug 17 18:12:35.457 INFO E| Downloaded mio v1.1.0
27752026-08-17T18:12:36.304Z[ helios-setup] Aug 17 18:12:35.460 INFO E| Downloaded hashbrown v0.16.0
27762026-08-17T18:12:36.307Z[ helios-setup] Aug 17 18:12:35.463 INFO E| Downloaded num-bigint-dig v0.8.4
27772026-08-17T18:12:36.310Z[ helios-setup] Aug 17 18:12:35.466 INFO E| Downloaded iddqd v0.3.14
27782026-08-17T18:12:36.319Z[ helios-setup] Aug 17 18:12:35.476 INFO E| Downloaded winnow v0.7.13
27792026-08-17T18:12:36.325Z[ helios-setup] Aug 17 18:12:35.481 INFO E| Downloaded time v0.3.44
27802026-08-17T18:12:36.329Z[ helios-setup] Aug 17 18:12:35.486 INFO E| Downloaded libm v0.2.15
27812026-08-17T18:12:36.337Z[ helios-setup] Aug 17 18:12:35.492 INFO E| Downloaded serde_json v1.0.145
27822026-08-17T18:12:36.340Z[ helios-setup] Aug 17 18:12:35.495 INFO E| Downloaded futures-util v0.3.31
27832026-08-17T18:12:36.346Z[ helios-setup] Aug 17 18:12:35.502 INFO E| Downloaded clap_builder v4.5.51
27842026-08-17T18:12:36.363Z[ helios-setup] Aug 17 18:12:35.519 INFO E| Downloaded chrono v0.4.42
27852026-08-17T18:12:36.386Z[ helios-setup] Aug 17 18:12:35.542 INFO E| Downloaded unicode-width v0.2.2
27862026-08-17T18:12:36.391Z[ helios-setup] Aug 17 18:12:35.548 INFO E| Downloaded zerocopy v0.8.27
27872026-08-17T18:12:36.405Z[ helios-setup] Aug 17 18:12:35.561 INFO E| Downloaded syn v2.0.108
27882026-08-17T18:12:36.428Z[ helios-setup] Aug 17 18:12:35.584 INFO E| Downloaded rustix v1.1.2
27892026-08-17T18:12:36.464Z[ helios-setup] Aug 17 18:12:35.620 INFO E| Downloaded libc v0.2.177
27902026-08-17T18:12:36.478Z[ helios-setup] Aug 17 18:12:35.634 INFO E| Downloaded tokio v1.48.0
27912026-08-17T18:12:36.555Z[ helios-setup] Aug 17 18:12:35.711 INFO E| Compiling proc-macro2 v1.0.103
27922026-08-17T18:12:36.555Z[ helios-setup] Aug 17 18:12:35.711 INFO E| Compiling quote v1.0.41
27932026-08-17T18:12:36.559Z[ helios-setup] Aug 17 18:12:35.711 INFO E| Compiling unicode-ident v1.0.22
27942026-08-17T18:12:36.559Z[ helios-setup] Aug 17 18:12:35.711 INFO E| Compiling libc v0.2.177
27952026-08-17T18:12:36.559Z[ helios-setup] Aug 17 18:12:35.711 INFO E| Compiling serde_core v1.0.228
27962026-08-17T18:12:36.559Z[ helios-setup] Aug 17 18:12:35.711 INFO E| Compiling cfg-if v1.0.4
27972026-08-17T18:12:36.559Z[ helios-setup] Aug 17 18:12:35.711 INFO E| Compiling serde v1.0.228
27982026-08-17T18:12:36.559Z[ helios-setup] Aug 17 18:12:35.712 INFO E| Compiling version_check v0.9.5
27992026-08-17T18:12:36.560Z[ helios-setup] Aug 17 18:12:35.712 INFO E| Compiling autocfg v1.5.0
28002026-08-17T18:12:36.560Z[ helios-setup] Aug 17 18:12:35.712 INFO E| Compiling const-oid v0.9.6
28012026-08-17T18:12:36.560Z[ helios-setup] Aug 17 18:12:35.712 INFO E| Compiling typenum v1.19.0
28022026-08-17T18:12:36.560Z[ helios-setup] Aug 17 18:12:35.712 INFO E| Compiling libm v0.2.15
28032026-08-17T18:12:36.560Z[ helios-setup] Aug 17 18:12:35.712 INFO E| Compiling zerocopy v0.8.27
28042026-08-17T18:12:36.589Z[ helios-setup] Aug 17 18:12:35.745 INFO E| Compiling rustversion v1.0.22
28052026-08-17T18:12:36.593Z[ helios-setup] Aug 17 18:12:35.746 INFO E| Compiling zeroize v1.8.2
28062026-08-17T18:12:36.593Z[ helios-setup] Aug 17 18:12:35.746 INFO E| Compiling smallvec v1.15.1
28072026-08-17T18:12:36.687Z[ helios-setup] Aug 17 18:12:35.843 INFO E| Compiling base64ct v1.8.0
28082026-08-17T18:12:36.794Z[ helios-setup] Aug 17 18:12:35.950 INFO E| Compiling memchr v2.7.6
28092026-08-17T18:12:36.870Z[ helios-setup] Aug 17 18:12:36.026 INFO E| Compiling byteorder v1.5.0
28102026-08-17T18:12:36.874Z[ helios-setup] Aug 17 18:12:36.027 INFO E| Compiling generic-array v0.14.9
28112026-08-17T18:12:36.953Z[ helios-setup] Aug 17 18:12:36.108 INFO E| Compiling equivalent v1.0.2
28122026-08-17T18:12:36.970Z[ helios-setup] Aug 17 18:12:36.125 INFO E| Compiling rustix v1.1.2
28132026-08-17T18:12:36.978Z[ helios-setup] Aug 17 18:12:36.134 INFO E| Compiling num-traits v0.2.19
28142026-08-17T18:12:37.000Z[ helios-setup] Aug 17 18:12:36.156 INFO E| Compiling crc32fast v1.5.0
28152026-08-17T18:12:37.051Z[ helios-setup] Aug 17 18:12:36.207 INFO E| Compiling pem-rfc7468 v0.7.0
28162026-08-17T18:12:37.105Z[ helios-setup] Aug 17 18:12:36.261 INFO E| Compiling hashbrown v0.16.0
28172026-08-17T18:12:37.143Z[ helios-setup] Aug 17 18:12:36.299 INFO E| Compiling anyhow v1.0.100
28182026-08-17T18:12:37.192Z[ helios-setup] Aug 17 18:12:36.349 INFO E| Compiling flagset v0.4.7
28192026-08-17T18:12:37.300Z[ helios-setup] Aug 17 18:12:36.456 INFO E| Compiling utf8parse v0.2.2
28202026-08-17T18:12:37.350Z[ helios-setup] Aug 17 18:12:36.507 INFO E| Compiling getrandom v0.2.16
28212026-08-17T18:12:37.363Z[ helios-setup] Aug 17 18:12:36.519 INFO E| Compiling winnow v0.7.13
28222026-08-17T18:12:37.415Z[ helios-setup] Aug 17 18:12:36.571 INFO E| Compiling anstyle-parse v0.2.7
28232026-08-17T18:12:37.488Z[ helios-setup] Aug 17 18:12:36.643 INFO E| Compiling rand_core v0.6.4
28242026-08-17T18:12:37.502Z[ helios-setup] Aug 17 18:12:36.658 INFO E| Compiling errno v0.3.14
28252026-08-17T18:12:37.531Z[ helios-setup] Aug 17 18:12:36.687 INFO E| Compiling shlex v1.3.0
28262026-08-17T18:12:37.594Z[ helios-setup] Aug 17 18:12:36.751 INFO E| Compiling radium v0.7.0
28272026-08-17T18:12:37.615Z[ helios-setup] Aug 17 18:12:36.771 INFO E| Compiling cpufeatures v0.2.17
28282026-08-17T18:12:37.691Z[ helios-setup] Aug 17 18:12:36.847 INFO E| Compiling indexmap v2.12.0
28292026-08-17T18:12:37.697Z[ helios-setup] Aug 17 18:12:36.853 INFO E| Compiling syn v1.0.109
28302026-08-17T18:12:37.722Z[ helios-setup] Aug 17 18:12:36.878 INFO E| Compiling toml_datetime v0.7.3
28312026-08-17T18:12:37.736Z[ helios-setup] Aug 17 18:12:36.893 INFO E| Compiling anstyle v1.0.13
28322026-08-17T18:12:37.744Z[ helios-setup] Aug 17 18:12:36.900 INFO E| Compiling allocator-api2 v0.2.21
28332026-08-17T18:12:37.752Z[ helios-setup] Aug 17 18:12:36.908 INFO E| Compiling colorchoice v1.0.4
28342026-08-17T18:12:37.760Z[ helios-setup] Aug 17 18:12:36.915 INFO E| Compiling is_terminal_polyfill v1.70.2
28352026-08-17T18:12:37.863Z[ helios-setup] Aug 17 18:12:37.019 INFO E| Compiling anstyle-query v1.1.4
28362026-08-17T18:12:37.880Z[ helios-setup] Aug 17 18:12:37.036 INFO E| Compiling find-msvc-tools v0.1.4
28372026-08-17T18:12:37.930Z[ helios-setup] Aug 17 18:12:37.086 INFO E| Compiling syn v2.0.108
28382026-08-17T18:12:37.957Z[ helios-setup] Aug 17 18:12:37.113 INFO E| Compiling anstream v0.6.21
28392026-08-17T18:12:37.990Z[ helios-setup] Aug 17 18:12:37.146 INFO E| Compiling slog v2.8.2
28402026-08-17T18:12:38.010Z[ helios-setup] Aug 17 18:12:37.166 INFO E| Compiling pin-project-lite v0.2.16
28412026-08-17T18:12:38.094Z[ helios-setup] Aug 17 18:12:37.249 INFO E| Compiling cc v1.2.44
28422026-08-17T18:12:38.114Z[ helios-setup] Aug 17 18:12:37.270 INFO E| Compiling unicode-width v0.2.2
28432026-08-17T18:12:38.186Z[ helios-setup] Aug 17 18:12:37.342 INFO E| Compiling block-buffer v0.10.4
28442026-08-17T18:12:38.202Z[ helios-setup] Aug 17 18:12:37.358 INFO E| Compiling crypto-common v0.1.6
28452026-08-17T18:12:38.256Z[ helios-setup] Aug 17 18:12:37.412 INFO E| Compiling pkg-config v0.3.32
28462026-08-17T18:12:38.277Z[ helios-setup] Aug 17 18:12:37.433 INFO E| Compiling tap v1.0.1
28472026-08-17T18:12:38.350Z[ helios-setup] Aug 17 18:12:37.506 INFO E| Compiling digest v0.10.7
28482026-08-17T18:12:38.350Z[ helios-setup] Aug 17 18:12:37.506 INFO E| Compiling futures-core v0.3.31
28492026-08-17T18:12:38.363Z[ helios-setup] Aug 17 18:12:37.518 INFO E| Compiling parking_lot_core v0.9.12
28502026-08-17T18:12:38.371Z[ helios-setup] Aug 17 18:12:37.525 INFO E| Compiling futures-sink v0.3.31
28512026-08-17T18:12:38.404Z[ helios-setup] Aug 17 18:12:37.560 INFO E| Compiling maybe-uninit v2.0.0
28522026-08-17T18:12:38.471Z[ helios-setup] Aug 17 18:12:37.628 INFO E| Compiling futures-channel v0.3.31
28532026-08-17T18:12:38.504Z[ helios-setup] Aug 17 18:12:37.661 INFO E| Compiling num-integer v0.1.46
28542026-08-17T18:12:38.515Z[ helios-setup] Aug 17 18:12:37.667 INFO E| Compiling getopts v0.2.24
28552026-08-17T18:12:38.530Z[ helios-setup] Aug 17 18:12:37.687 INFO E| Compiling wyz v0.5.1
28562026-08-17T18:12:38.636Z[ helios-setup] Aug 17 18:12:37.792 INFO E| Compiling sha2 v0.10.9
28572026-08-17T18:12:38.697Z[ helios-setup] Aug 17 18:12:37.854 INFO E| Compiling ahash v0.8.12
28582026-08-17T18:12:38.697Z[ helios-setup] Aug 17 18:12:37.854 INFO E| Compiling num-conv v0.1.0
28592026-08-17T18:12:38.729Z[ helios-setup] Aug 17 18:12:37.885 INFO E| Compiling toml_parser v1.0.4
28602026-08-17T18:12:38.750Z[ helios-setup] Aug 17 18:12:37.906 INFO E| Compiling futures-io v0.3.31
28612026-08-17T18:12:38.755Z[ helios-setup] Aug 17 18:12:37.911 INFO E| Compiling num-bigint-dig v0.8.4
28622026-08-17T18:12:38.790Z[ helios-setup] Aug 17 18:12:37.946 INFO E| Compiling itoa v1.0.15
28632026-08-17T18:12:38.833Z[ helios-setup] Aug 17 18:12:37.990 INFO E| Compiling slab v0.4.11
28642026-08-17T18:12:38.842Z[ helios-setup] Aug 17 18:12:37.998 INFO E| Compiling bytes v1.10.1
28652026-08-17T18:12:38.923Z[ helios-setup] Aug 17 18:12:38.080 INFO E| Compiling thiserror v1.0.69
28662026-08-17T18:12:38.952Z[ helios-setup] Aug 17 18:12:38.108 INFO E| Compiling futures-task v0.3.31
28672026-08-17T18:12:38.966Z[ helios-setup] Aug 17 18:12:38.122 INFO E| Compiling packed_struct v0.10.1
28682026-08-17T18:12:38.973Z[ helios-setup] Aug 17 18:12:38.129 INFO E| Compiling pin-utils v0.1.0
28692026-08-17T18:12:39.033Z[ helios-setup] Aug 17 18:12:38.189 INFO E| Compiling scopeguard v1.2.0
28702026-08-17T18:12:39.043Z[ helios-setup] Aug 17 18:12:38.199 INFO E| Compiling time-core v0.1.6
28712026-08-17T18:12:39.049Z[ helios-setup] Aug 17 18:12:38.206 INFO E| Compiling heck v0.5.0
28722026-08-17T18:12:39.076Z[ helios-setup] Aug 17 18:12:38.232 INFO E| Compiling bitflags v2.10.0
28732026-08-17T18:12:39.118Z[ helios-setup] Aug 17 18:12:38.274 INFO E| Compiling funty v2.0.0
28742026-08-17T18:12:39.140Z[ helios-setup] Aug 17 18:12:38.295 INFO E| Compiling powerfmt v0.2.0
28752026-08-17T18:12:39.145Z[ helios-setup] Aug 17 18:12:38.302 INFO E| Compiling clap_lex v0.7.6
28762026-08-17T18:12:39.268Z[ helios-setup] Aug 17 18:12:38.425 INFO E| Compiling toml_edit v0.23.7
28772026-08-17T18:12:39.320Z[ helios-setup] Aug 17 18:12:38.476 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
28782026-08-17T18:12:39.332Z[ helios-setup] Aug 17 18:12:38.488 INFO E| Compiling spin v0.9.8
28792026-08-17T18:12:39.366Z[ helios-setup] Aug 17 18:12:38.522 INFO E| Compiling strsim v0.11.1
28802026-08-17T18:12:39.390Z[ helios-setup] Aug 17 18:12:38.545 INFO E| Compiling getrandom v0.3.4
28812026-08-17T18:12:39.479Z[ helios-setup] Aug 17 18:12:38.635 INFO E| Compiling lazy_static v1.5.0
28822026-08-17T18:12:39.582Z[ helios-setup] Aug 17 18:12:38.736 INFO E| Compiling bitvec v1.0.1
28832026-08-17T18:12:39.587Z[ helios-setup] Aug 17 18:12:38.743 INFO E| Compiling deranged v0.5.5
28842026-08-17T18:12:39.665Z[ helios-setup] Aug 17 18:12:38.822 INFO E| Compiling time-macros v0.2.24
28852026-08-17T18:12:39.698Z[ helios-setup] Aug 17 18:12:38.854 INFO E| Compiling lock_api v0.4.14
28862026-08-17T18:12:39.796Z[ helios-setup] Aug 17 18:12:38.953 INFO E| Compiling num-iter v0.1.45
28872026-08-17T18:12:39.867Z[ helios-setup] Aug 17 18:12:39.023 INFO E| Compiling terminal_size v0.4.3
28882026-08-17T18:12:39.910Z[ helios-setup] Aug 17 18:12:39.066 INFO E| Compiling proc-macro-crate v3.4.0
28892026-08-17T18:12:40.075Z[ helios-setup] Aug 17 18:12:39.232 INFO E| Compiling clap_builder v4.5.51
28902026-08-17T18:12:40.083Z[ helios-setup] Aug 17 18:12:39.239 INFO E| Compiling indexmap v1.9.3
28912026-08-17T18:12:40.156Z[ helios-setup] Aug 17 18:12:39.312 INFO E| Compiling iana-time-zone v0.1.64
28922026-08-17T18:12:40.253Z[ helios-setup] Aug 17 18:12:39.408 INFO E| Compiling thiserror v2.0.17
28932026-08-17T18:12:40.278Z[ helios-setup] Aug 17 18:12:39.434 INFO E| Compiling serde_json v1.0.145
28942026-08-17T18:12:40.285Z[ helios-setup] Aug 17 18:12:39.442 INFO E| Compiling adler2 v2.0.1
28952026-08-17T18:12:40.421Z[ helios-setup] Aug 17 18:12:39.577 INFO E| Compiling simd-adler32 v0.3.7
28962026-08-17T18:12:40.469Z[ helios-setup] Aug 17 18:12:39.626 INFO E| Compiling log v0.4.28
28972026-08-17T18:12:40.493Z[ helios-setup] Aug 17 18:12:39.649 INFO E| Compiling crc-catalog v2.4.0
28982026-08-17T18:12:40.531Z[ helios-setup] Aug 17 18:12:39.688 INFO E| Compiling once_cell v1.21.3
28992026-08-17T18:12:40.599Z[ helios-setup] Aug 17 18:12:39.755 INFO E| Compiling nodrop v0.1.14
29002026-08-17T18:12:40.625Z[ helios-setup] Aug 17 18:12:39.781 INFO E| Compiling miniz_oxide v0.8.9
29012026-08-17T18:12:40.659Z[ helios-setup] Aug 17 18:12:39.816 INFO E| Compiling crc v3.3.0
29022026-08-17T18:12:40.707Z[ helios-setup] Aug 17 18:12:39.863 INFO E| Compiling array-init v0.0.4
29032026-08-17T18:12:40.749Z[ helios-setup] Aug 17 18:12:39.902 INFO E| Compiling chrono v0.4.42
29042026-08-17T18:12:40.918Z[ helios-setup] Aug 17 18:12:40.075 INFO E| Compiling env_filter v0.1.4
29052026-08-17T18:12:40.966Z[ helios-setup] Aug 17 18:12:40.121 INFO E| Compiling parking_lot v0.12.5
29062026-08-17T18:12:41.058Z[ helios-setup] Aug 17 18:12:40.215 INFO E| Compiling time v0.3.44
29072026-08-17T18:12:41.101Z[ helios-setup] Aug 17 18:12:40.258 INFO E| Compiling smallvec v0.6.14
29082026-08-17T18:12:41.277Z[ helios-setup] Aug 17 18:12:40.433 INFO E| Compiling serde_spanned v1.0.3
29092026-08-17T18:12:41.390Z[ helios-setup] Aug 17 18:12:40.546 INFO E| Compiling signature v2.2.0
29102026-08-17T18:12:41.479Z[ helios-setup] Aug 17 18:12:40.635 INFO E| Compiling socket2 v0.6.1
29112026-08-17T18:12:41.530Z[ helios-setup] Aug 17 18:12:40.686 INFO E| Compiling signal-hook-registry v1.4.6
29122026-08-17T18:12:41.589Z[ helios-setup] Aug 17 18:12:40.745 INFO E| Compiling is-terminal v0.4.17
29132026-08-17T18:12:41.876Z[ helios-setup] Aug 17 18:12:41.032 INFO E| Compiling mio v1.1.0
29142026-08-17T18:12:41.998Z[ helios-setup] Aug 17 18:12:41.153 INFO E| Compiling thread_local v1.1.9
29152026-08-17T18:12:42.090Z[ helios-setup] Aug 17 18:12:41.246 INFO E| Compiling winnow v0.5.40
29162026-08-17T18:12:42.306Z[ helios-setup] Aug 17 18:12:41.462 INFO E| Compiling packed_struct_codegen v0.10.1
29172026-08-17T18:12:42.439Z[ helios-setup] Aug 17 18:12:41.596 INFO E| Compiling base64 v0.21.7
29182026-08-17T18:12:42.608Z[ helios-setup] Aug 17 18:12:41.764 INFO E| Compiling subtle v2.6.1
29192026-08-17T18:12:42.638Z[ helios-setup] Aug 17 18:12:41.794 INFO E| Compiling libdevinfo-sys v1.1.0
29202026-08-17T18:12:42.741Z[ helios-setup] Aug 17 18:12:41.898 INFO E| Compiling serde_derive v1.0.228
29212026-08-17T18:12:42.757Z[ helios-setup] Aug 17 18:12:41.914 INFO E| Compiling zerocopy-derive v0.8.27
29222026-08-17T18:12:42.767Z[ helios-setup] Aug 17 18:12:41.923 INFO E| Compiling der_derive v0.7.3
29232026-08-17T18:12:42.826Z[ helios-setup] Aug 17 18:12:41.982 INFO E| Compiling futures-macro v0.3.31
29242026-08-17T18:12:42.921Z[ helios-setup] Aug 17 18:12:42.078 INFO E| Compiling zerocopy-derive v0.6.6
29252026-08-17T18:12:42.935Z[ helios-setup] Aug 17 18:12:42.091 INFO E| Compiling thiserror-impl v1.0.69
29262026-08-17T18:12:42.990Z[ helios-setup] Aug 17 18:12:42.147 INFO E| Compiling bitfield-macros v0.19.3
29272026-08-17T18:12:43.088Z[ helios-setup] Aug 17 18:12:42.244 INFO E| Compiling num_enum_derive v0.7.5
29282026-08-17T18:12:43.104Z[ helios-setup] Aug 17 18:12:42.261 INFO E| Compiling clap_derive v4.5.49
29292026-08-17T18:12:43.328Z[ helios-setup] Aug 17 18:12:42.483 INFO E| Compiling thiserror-impl v2.0.17
29302026-08-17T18:12:43.648Z[ helios-setup] Aug 17 18:12:42.805 INFO E| Compiling tokio-macros v2.6.0
29312026-08-17T18:12:43.812Z[ helios-setup] Aug 17 18:12:42.968 INFO E| Compiling term v1.2.0
29322026-08-17T18:12:43.853Z[ helios-setup] Aug 17 18:12:43.009 INFO E| Compiling bitfield v0.19.3
29332026-08-17T18:12:43.860Z[ helios-setup] Aug 17 18:12:43.016 INFO E| Compiling futures-util v0.3.31
29342026-08-17T18:12:43.931Z[ helios-setup] Aug 17 18:12:43.088 INFO E| Compiling zerocopy v0.6.6
29352026-08-17T18:12:43.985Z[ helios-setup] Aug 17 18:12:43.142 INFO E| Compiling der v0.7.10
29362026-08-17T18:12:44.172Z[ helios-setup] Aug 17 18:12:43.328 INFO E| Compiling toml_writer v1.0.4
29372026-08-17T18:12:44.193Z[ helios-setup] Aug 17 18:12:43.349 INFO E| Compiling hashbrown v0.12.3
29382026-08-17T18:12:44.245Z[ helios-setup] Aug 17 18:12:43.401 INFO E| Compiling ryu v1.0.20
29392026-08-17T18:12:44.310Z[ helios-setup] Aug 17 18:12:43.466 INFO E| Compiling num_enum v0.7.5
29402026-08-17T18:12:44.338Z[ helios-setup] Aug 17 18:12:43.494 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29412026-08-17T18:12:44.360Z[ helios-setup] Aug 17 18:12:43.517 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29422026-08-17T18:12:44.442Z[ helios-setup] Aug 17 18:12:43.598 INFO E| Compiling devinfo v0.1.0
29432026-08-17T18:12:44.564Z[ helios-setup] Aug 17 18:12:43.713 INFO E| Compiling tokio v1.48.0
29442026-08-17T18:12:44.568Z[ helios-setup] Aug 17 18:12:43.723 INFO E| Compiling toml v0.9.8
29452026-08-17T18:12:44.581Z[ helios-setup] Aug 17 18:12:43.737 INFO E| Compiling bzip2 v0.4.4
29462026-08-17T18:12:44.620Z[ helios-setup] Aug 17 18:12:43.776 INFO E| Compiling flate2 v1.1.5
29472026-08-17T18:12:44.873Z[ helios-setup] Aug 17 18:12:44.029 INFO E| Compiling env_logger v0.11.8
29482026-08-17T18:12:44.891Z[ helios-setup] Aug 17 18:12:44.048 INFO E| Compiling uuid v1.18.1
29492026-08-17T18:12:44.947Z[ omicron-package] Finished `release` profile [optimized] target(s) in 41.67s
29502026-08-17T18:12:45.010Z[ helios-setup] Aug 17 18:12:44.165 INFO E| Compiling clap v4.5.51
29512026-08-17T18:12:45.098Z[ helios-setup] Aug 17 18:12:44.254 INFO E| Compiling spki v0.7.3
29522026-08-17T18:12:45.187Z[ helios-setup] Aug 17 18:12:44.340 INFO E| Compiling foldhash v0.2.0
29532026-08-17T18:12:45.206Z[ helios-setup] Aug 17 18:12:44.363 INFO E| Compiling hex v0.4.3
29542026-08-17T18:12:45.210Z[ omicron-package]
29552026-08-17T18:12:45.210Z[ omicron-package] real 41.861103184
29562026-08-17T18:12:45.210Z[ omicron-package] user 3:49.131588288
29572026-08-17T18:12:45.210Z[ omicron-package] sys 27.473216720
29582026-08-17T18:12:45.210Z[ omicron-package] trap 0.497196845
29592026-08-17T18:12:45.210Z[ omicron-package] tflt 0.596559019
29602026-08-17T18:12:45.210Z[ omicron-package] dflt 2.455031760
29612026-08-17T18:12:45.210Z[ omicron-package] kflt 0.006324274
29622026-08-17T18:12:45.210Z[ omicron-package] lock 12:15.219446936
29632026-08-17T18:12:45.210Z[ omicron-package] slp 6:08.534824541
29642026-08-17T18:12:45.210Z[ omicron-package] lat 1:07.206129494
29652026-08-17T18:12:45.210Z[ omicron-package] stop 1:59.232047892
29662026-08-17T18:12:45.210ZAug 17 18:12:44.366 INFO [omicron-package] process exited with exit status: 0 (41.944499717s)
29672026-08-17T18:12:45.210ZAug 17 18:12:44.366 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
29682026-08-17T18:12:45.213ZAug 17 18:12:44.368 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
29692026-08-17T18:12:45.222Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29702026-08-17T18:12:45.222Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
29712026-08-17T18:12:45.225Z[ recovery-target] Created new build target 'recovery' and set it as active
29722026-08-17T18:12:45.225Z[ host-target] Created new build target 'host' and set it as active
29732026-08-17T18:12:45.228ZAug 17 18:12:44.384 INFO [host-target] process exited with exit status: 0 (17.938594ms)
29742026-08-17T18:12:45.228ZAug 17 18:12:44.384 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29752026-08-17T18:12:45.228ZAug 17 18:12:44.385 INFO [recovery-target] process exited with exit status: 0 (17.115373ms)
29762026-08-17T18:12:45.235Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29772026-08-17T18:12:45.253Z[ helios-setup] Aug 17 18:12:44.409 INFO E| Compiling bitflags v1.3.2
29782026-08-17T18:12:45.330Z[ helios-setup] Aug 17 18:12:44.486 INFO E| Compiling pkcs8 v0.10.2
29792026-08-17T18:12:45.338Z[ helios-setup] Aug 17 18:12:44.494 INFO E| Compiling x509-cert v0.2.5
29802026-08-17T18:12:45.413Z[ helios-setup] Aug 17 18:12:44.569 INFO E| Compiling rustc-hash v2.1.1
29812026-08-17T18:12:45.478Z[ helios-setup] Aug 17 18:12:44.635 INFO E| Compiling crc-any v2.5.0
29822026-08-17T18:12:45.534Z[ helios-setup] Aug 17 18:12:44.690 INFO E| Compiling pkcs1 v0.7.5
29832026-08-17T18:12:45.543Z[ helios-setup] Aug 17 18:12:44.700 INFO E| Compiling iddqd v0.3.14
29842026-08-17T18:12:45.550Z[ helios-setup] Aug 17 18:12:44.706 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29852026-08-17T18:12:45.781Z[ helios-setup] Aug 17 18:12:44.937 INFO E| Compiling zip v0.6.6
29862026-08-17T18:12:45.898Z[ helios-setup] Aug 17 18:12:45.054 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29872026-08-17T18:12:46.098Z[ helios-setup] Aug 17 18:12:45.255 INFO E| Compiling ppv-lite86 v0.2.21
29882026-08-17T18:12:46.179Z[ helios-setup] Aug 17 18:12:45.335 INFO E| Compiling path-slash v0.1.5
29892026-08-17T18:12:46.339Z[ helios-setup] Aug 17 18:12:45.496 INFO E| Compiling futures-executor v0.3.31
29902026-08-17T18:12:46.474Z[ helios-setup] Aug 17 18:12:45.629 INFO E| Compiling rand_chacha v0.3.1
29912026-08-17T18:12:46.474Z[ helios-setup] Aug 17 18:12:45.629 INFO E| Compiling erased-serde v0.3.31
29922026-08-17T18:12:46.544Z[ helios-setup] Aug 17 18:12:45.700 INFO E| Compiling serde_spanned v0.6.9
29932026-08-17T18:12:46.552Z[ helios-setup] Aug 17 18:12:45.707 INFO E| Compiling toml_datetime v0.6.11
29942026-08-17T18:12:46.739Z[ helios-setup] Aug 17 18:12:45.895 INFO E| Compiling rand v0.8.5
29952026-08-17T18:12:46.768Z[ helios-setup] Aug 17 18:12:45.924 INFO E| Compiling toml_edit v0.19.15
29962026-08-17T18:12:46.926Z[ helios-setup] Aug 17 18:12:46.082 INFO E| Compiling futures v0.3.31
29972026-08-17T18:12:46.960Z[ helios-setup] Aug 17 18:12:46.117 INFO E| Compiling ron v0.8.1
29982026-08-17T18:12:47.012Z[ helios-setup] Aug 17 18:12:46.166 INFO E| Compiling serde-hex v0.1.0
29992026-08-17T18:12:47.017Z[ helios-setup] Aug 17 18:12:46.173 INFO E| Compiling hashbrown v0.13.2
30002026-08-17T18:12:47.237Z[ host-package] Compiling heck v0.5.0
30012026-08-17T18:12:47.237Z[ host-package] Compiling regress v0.11.1
30022026-08-17T18:12:47.241Z[ host-package] Compiling unsafe-libyaml v0.2.11
30032026-08-17T18:12:47.242Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30042026-08-17T18:12:47.315Z[ helios-setup] Aug 17 18:12:46.470 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
30052026-08-17T18:12:47.324Z[ helios-setup] Aug 17 18:12:46.480 INFO E| Compiling slog-term v2.9.2
30062026-08-17T18:12:47.750Z[ helios-setup] Aug 17 18:12:46.906 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30072026-08-17T18:12:47.908Z[ helios-setup] Aug 17 18:12:47.064 INFO E| Compiling object v0.30.4
30082026-08-17T18:12:47.983Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30092026-08-17T18:12:48.051Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30102026-08-17T18:12:48.054Z[ host-package] Compiling derive-where v1.6.0
30112026-08-17T18:12:48.054Z[ host-package] Compiling bytecount v0.6.9
30122026-08-17T18:12:48.272Z[ helios-setup] Aug 17 18:12:47.428 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30132026-08-17T18:12:48.535Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30142026-08-17T18:12:48.538Z[ host-package] Compiling atomicwrites v0.4.4
30152026-08-17T18:12:48.538Z[ host-package] Compiling is-terminal v0.4.17
30162026-08-17T18:12:48.620Z[ helios-setup] Aug 17 18:12:47.776 INFO E| Compiling rsa v0.9.8
30172026-08-17T18:12:48.651Z[ host-package] Compiling prettyplease v0.2.37
30182026-08-17T18:12:48.912Z[ helios-setup] Aug 17 18:12:48.068 INFO E| Compiling toml v0.7.8
30192026-08-17T18:12:48.957Z[ host-package] Compiling console v0.15.11
30202026-08-17T18:12:48.957Z[ host-package] Compiling newline-converter v0.3.0
30212026-08-17T18:12:48.960Z[ host-package] Compiling slog-dtrace v0.3.0
30222026-08-17T18:12:48.960Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
30232026-08-17T18:12:48.972Z[ host-package] Compiling resolv-conf v0.7.6
30242026-08-17T18:12:48.985Z[ host-package] Compiling num-rational v0.4.2
30252026-08-17T18:12:49.094Z[ host-package] Compiling num-complex v0.4.6
30262026-08-17T18:12:49.201Z[ host-package] Compiling thread_local v1.1.9
30272026-08-17T18:12:49.675Z[ host-package] Compiling compression-core v0.4.31
30282026-08-17T18:12:49.688Z[ helios-setup] Aug 17 18:12:48.845 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30292026-08-17T18:12:49.771Z[ helios-setup] Aug 17 18:12:48.927 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
30302026-08-17T18:12:49.894Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30312026-08-17T18:12:49.955Z[ host-package] Compiling unicode-width v0.1.14
30322026-08-17T18:12:49.996Z[ host-package] Compiling cancel-safe-futures v0.1.5
30332026-08-17T18:12:50.000Z[ host-package] Compiling match_cfg v0.1.0
30342026-08-17T18:12:50.412Z[ host-package] Compiling typify-impl v0.6.2
30352026-08-17T18:12:50.412Z[ host-package] Compiling expectorate v1.2.0
30362026-08-17T18:12:50.412Z[ host-package] Compiling oxide-update-engine-types v0.1.2
30372026-08-17T18:12:50.959Z[ host-package] Compiling hostname v0.3.1
30382026-08-17T18:12:50.959Z[ host-package] Compiling compression-codecs v0.4.37
30392026-08-17T18:12:51.045Z[ host-package] Compiling num v0.4.3
30402026-08-17T18:12:51.079Z[ host-package] Compiling multer v3.1.0
30412026-08-17T18:12:51.153Z[ host-package] Compiling slog-async v2.8.0
30422026-08-17T18:12:51.717Z[ host-package] Compiling crossbeam-channel v0.5.15
30432026-08-17T18:12:51.721Z[ host-package] Compiling slog-json v2.6.1
30442026-08-17T18:12:51.730Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
30452026-08-17T18:12:51.740Z[ host-package] Compiling serde_spanned v1.1.1
30462026-08-17T18:12:51.949Z[ host-package] Compiling float-ord v0.3.2
30472026-08-17T18:12:52.411Z[ host-package] Compiling term v1.2.1
30482026-08-17T18:12:52.411Z[ host-package] Compiling take_mut v0.2.2
30492026-08-17T18:12:52.411Z[ host-package] Compiling linked-hash-map v0.5.6
30502026-08-17T18:12:52.414Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
30512026-08-17T18:12:52.880Z[ host-package] Compiling async-compression v0.4.41
30522026-08-17T18:12:52.914Z[ host-package] Compiling slog-term v2.9.2
30532026-08-17T18:12:52.917Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30542026-08-17T18:12:52.917Z[ host-package] Compiling slog-bunyan v2.5.0
30552026-08-17T18:12:53.138Z[ host-package] Compiling lru-cache v0.1.2
30562026-08-17T18:12:53.620Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
30572026-08-17T18:12:53.625Z[ host-package] Compiling dropshot v0.17.1
30582026-08-17T18:12:53.824Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30592026-08-17T18:12:53.827Z[ host-package] Compiling async-stream v0.3.6
30602026-08-17T18:12:54.032Z[ host-package] Compiling sha1 v0.11.0
30612026-08-17T18:12:54.119Z[ host-package] Compiling progenitor-client v0.14.0
30622026-08-17T18:12:54.190Z[ host-package] Compiling waitgroup v0.1.2
30632026-08-17T18:12:54.270Z[ host-package] Compiling rustls-pemfile v2.2.0
30642026-08-17T18:12:54.323Z[ host-package] Compiling backon v1.6.0
30652026-08-17T18:12:54.344Z[ host-package] Compiling serde_path_to_error v0.1.20
30662026-08-17T18:12:54.392Z[ host-package] Compiling hostname v0.4.2
30672026-08-17T18:12:54.414Z[ host-package] Compiling instant v0.1.13
30682026-08-17T18:12:54.441Z[ host-package] Compiling linear-map v1.2.0
30692026-08-17T18:12:54.444Z[ host-package] Compiling minimal-lexical v0.2.1
30702026-08-17T18:12:54.531Z[ host-package] Compiling debug-ignore v1.0.5
30712026-08-17T18:12:54.557Z[ host-package] Compiling backoff v0.4.0
30722026-08-17T18:12:54.580Z[ host-package] Compiling progenitor-extras v0.2.0
30732026-08-17T18:12:54.580Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30742026-08-17T18:12:54.603Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30752026-08-17T18:12:54.668Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30762026-08-17T18:12:54.671Z[ host-package] Compiling parse-display v0.10.0
30772026-08-17T18:12:54.768Z[ host-package] Compiling oxide-update-engine v0.1.2
30782026-08-17T18:12:54.772Z[ host-package] Compiling nom v7.1.3
30792026-08-17T18:12:54.832Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30802026-08-17T18:12:54.881Z[ host-package] Compiling hickory-proto v0.24.4
30812026-08-17T18:12:55.018Z[ host-package] Compiling regress v0.10.5
30822026-08-17T18:12:55.023Z[ host-package] Compiling itertools v0.14.0
30832026-08-17T18:12:55.416Z[ host-package] Compiling macaddr v1.0.1
30842026-08-17T18:12:55.516Z[ host-package] Compiling humantime v2.3.0
30852026-08-17T18:12:55.547Z[ host-package] Compiling unicode-xid v0.2.6
30862026-08-17T18:12:55.569Z[ helios-setup] Aug 17 18:12:54.724 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30872026-08-17T18:12:55.725Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30882026-08-17T18:12:55.835Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30892026-08-17T18:12:55.955Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30902026-08-17T18:12:55.959Z[ host-package] Compiling convert_case v0.10.0
30912026-08-17T18:12:56.127Z[ host-package] Compiling typify-macro v0.6.2
30922026-08-17T18:12:56.333Z[ host-package] Compiling owo-colors v4.3.0
30932026-08-17T18:12:56.413Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30942026-08-17T18:12:56.500Z[ host-package] Compiling derive_more-impl v2.1.1
30952026-08-17T18:12:56.548Z[ host-package] Compiling toml v0.8.23
30962026-08-17T18:12:56.649Z[ host-package] Compiling papergrid v0.11.0
30972026-08-17T18:12:56.813Z[ helios-setup] Aug 17 18:12:55.968 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
30982026-08-17T18:12:56.875Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30992026-08-17T18:12:57.490Z[ host-package] Compiling derive_more v2.1.1
31002026-08-17T18:12:57.551Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31012026-08-17T18:12:57.691Z[ host-package] Compiling tabled_derive v0.7.0
31022026-08-17T18:12:57.698Z[ host-package] Compiling termtree v0.5.1
31032026-08-17T18:12:57.993Z[ host-package] Compiling typify v0.6.2
31042026-08-17T18:12:58.060Z[ host-package] Compiling crossterm v0.29.0
31052026-08-17T18:12:58.326Z[ host-package] Compiling progenitor-impl v0.14.0
31062026-08-17T18:12:58.506Z[ host-package] Compiling hickory-resolver v0.24.4
31072026-08-17T18:12:58.769Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31082026-08-17T18:12:58.865Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31092026-08-17T18:12:59.087Z[ host-package] Compiling tabled v0.15.0
31102026-08-17T18:13:00.404Z[ host-package] Compiling qorb v0.4.1
31112026-08-17T18:13:00.543Z[ host-package] Compiling phf_shared v0.12.1
31122026-08-17T18:13:00.812Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31132026-08-17T18:13:00.912Z[ helios-setup] Aug 17 18:13:00.068 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31142026-08-17T18:13:01.062Z[ host-package] Compiling progenitor-macro v0.14.0
31152026-08-17T18:13:01.424Z[ host-package] Compiling csv-core v0.1.13
31162026-08-17T18:13:01.645Z[ host-package] Compiling vte v0.14.1
31172026-08-17T18:13:01.930Z[ host-package] Compiling highway v1.3.0
31182026-08-17T18:13:01.930Z[ host-package] Compiling chrono-tz v0.10.4
31192026-08-17T18:13:02.249Z[ host-package] Compiling strip-ansi-escapes v0.2.1
31202026-08-17T18:13:02.896Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31212026-08-17T18:13:03.272Z[ host-package] Compiling csv v1.4.0
31222026-08-17T18:13:03.743Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31232026-08-17T18:13:03.856Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31242026-08-17T18:13:04.061Z[ host-package] Compiling phf v0.12.1
31252026-08-17T18:13:04.255Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31262026-08-17T18:13:04.312Z[ host-package] Compiling const_format_proc_macros v0.2.34
31272026-08-17T18:13:04.558Z[ host-package] Compiling fd-lock v4.0.4
31282026-08-17T18:13:04.886Z[ host-package] Compiling peg-macros v0.8.5
31292026-08-17T18:13:04.962Z[ host-package] Compiling nu-ansi-term v0.50.3
31302026-08-17T18:13:05.292Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31312026-08-17T18:13:05.704Z[ host-package] Compiling progenitor v0.14.0
31322026-08-17T18:13:06.028Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31332026-08-17T18:13:06.032Z[ host-package] Compiling const_format v0.2.35
31342026-08-17T18:13:06.934Z[ host-package] Compiling peg v0.8.5
31352026-08-17T18:13:06.993Z[ host-package] Compiling reedline v0.40.0
31362026-08-17T18:13:07.146Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31372026-08-17T18:13:07.201Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31382026-08-17T18:13:08.643Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31392026-08-17T18:13:08.754Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31402026-08-17T18:13:09.002Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31412026-08-17T18:13:09.658Z[ host-package] Compiling bcs v0.1.6
31422026-08-17T18:13:10.263Z[ host-package] Compiling nom v8.0.0
31432026-08-17T18:13:10.585Z[ host-package] Compiling semver v0.1.20
31442026-08-17T18:13:10.760Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31452026-08-17T18:13:10.960Z[ host-package] Compiling rustc_version v0.1.7
31462026-08-17T18:13:11.066Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31472026-08-17T18:13:11.330Z[ host-package] Compiling newtype_derive v0.1.6
31482026-08-17T18:13:11.579Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31492026-08-17T18:13:11.642Z[ host-package] Compiling unicode-linebreak v0.1.5
31502026-08-17T18:13:11.718Z[ host-package] Compiling smawk v0.3.2
31512026-08-17T18:13:11.932Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31522026-08-17T18:13:11.985Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31532026-08-17T18:13:12.056Z[ host-package] Compiling textwrap v0.16.2
31542026-08-17T18:13:12.610Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31552026-08-17T18:13:12.664Z[ host-package] Compiling steno v0.4.1
31562026-08-17T18:13:12.817Z[ helios-setup] Aug 17 18:13:11.971 INFO E| Finished `release` profile [optimized] target(s) in 38.64s
31572026-08-17T18:13:12.820Z[ helios-setup] Aug 17 18:13:11.974 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
31582026-08-17T18:13:12.820Z[ helios-setup] Aug 17 18:13:11.974 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31592026-08-17T18:13:12.875Z[ helios-setup] Aug 17 18:13:12.031 INFO building project "pilot" ok (38 seconds)
31602026-08-17T18:13:12.875Z[ helios-setup] Aug 17 18:13:12.032 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
31612026-08-17T18:13:13.349Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31622026-08-17T18:13:13.401Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
31632026-08-17T18:13:13.575Z[ host-package] Compiling sha1 v0.10.6
31642026-08-17T18:13:13.834Z[ host-package] Compiling utf-8 v0.7.6
31652026-08-17T18:13:14.056Z[ host-package] Compiling tagptr v0.2.0
31662026-08-17T18:13:14.096Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31672026-08-17T18:13:14.096Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31682026-08-17T18:13:14.165Z[ host-package] Compiling tungstenite v0.21.0
31692026-08-17T18:13:14.308Z[ host-package] Compiling moka v0.12.13
31702026-08-17T18:13:14.461Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31712026-08-17T18:13:14.604Z[ host-package] Compiling darling_core v0.21.3
31722026-08-17T18:13:15.773Z[ host-package] Compiling hickory-resolver v0.25.2
31732026-08-17T18:13:16.083Z[ host-package] Compiling tokio-tungstenite v0.21.0
31742026-08-17T18:13:16.213Z[ host-package] Compiling display-error-chain v0.2.2
31752026-08-17T18:13:16.389Z[ host-package] Compiling libscf-sys v1.2.0
31762026-08-17T18:13:16.434Z[ host-package] Compiling vergen-lib v0.1.6
31772026-08-17T18:13:16.556Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31782026-08-17T18:13:16.604Z[ host-package] Compiling diesel_derives v2.3.7
31792026-08-17T18:13:16.864Z[ host-package] Compiling scheduled-thread-pool v0.2.7
31802026-08-17T18:13:16.908Z[ host-package] Compiling vergen-gitcl v1.0.8
31812026-08-17T18:13:17.073Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31822026-08-17T18:13:17.125Z[ host-package] Compiling darling_macro v0.21.3
31832026-08-17T18:13:17.153Z[ host-package] Compiling dirs-sys-next v0.1.2
31842026-08-17T18:13:17.352Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
31852026-08-17T18:13:17.415Z[ host-package] Compiling crunchy v0.2.4
31862026-08-17T18:13:17.445Z[ host-package] Compiling glob v0.3.3
31872026-08-17T18:13:17.491Z[ host-package] Compiling maplit v1.0.2
31882026-08-17T18:13:17.590Z[ host-package] Compiling dirs-next v2.0.0
31892026-08-17T18:13:17.701Z[ host-package] Compiling r2d2 v0.8.10
31902026-08-17T18:13:17.727Z[ host-package] Compiling darling v0.21.3
31912026-08-17T18:13:17.808Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31922026-08-17T18:13:17.868Z[ host-package] Compiling clang-sys v1.8.1
31932026-08-17T18:13:17.922Z[ host-package] Compiling dsl_auto_type v0.2.0
31942026-08-17T18:13:18.032Z[ host-package] Compiling papergrid v0.18.0
31952026-08-17T18:13:18.143Z[ host-package] Compiling downcast-rs v2.0.2
31962026-08-17T18:13:18.302Z[ host-package] Compiling tiny-keccak v2.0.2
31972026-08-17T18:13:18.655Z[ host-package] Compiling term v0.7.0
31982026-08-17T18:13:18.728Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31992026-08-17T18:13:18.950Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32002026-08-17T18:13:19.060Z[ host-package] Compiling bit-vec v0.6.3
32012026-08-17T18:13:19.218Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32022026-08-17T18:13:19.263Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32032026-08-17T18:13:19.358Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32042026-08-17T18:13:19.412Z[ host-package] Compiling bit-set v0.5.3
32052026-08-17T18:13:19.544Z[ host-package] Compiling tabled v0.21.0
32062026-08-17T18:13:19.704Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
32072026-08-17T18:13:20.333Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32082026-08-17T18:13:20.405Z[ host-package] Compiling ascii-canvas v3.0.0
32092026-08-17T18:13:21.075Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32102026-08-17T18:13:21.711Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32112026-08-17T18:13:21.806Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32122026-08-17T18:13:21.894Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32132026-08-17T18:13:22.039Z[ host-package] Compiling itertools v0.10.5
32142026-08-17T18:13:22.070Z[ host-package] Compiling ena v0.14.4
32152026-08-17T18:13:22.160Z[ host-package] Compiling libloading v0.8.9
32162026-08-17T18:13:22.189Z[ host-package] Compiling bindgen v0.71.1
32172026-08-17T18:13:22.408Z[ host-package] Compiling regex-syntax v0.6.29
32182026-08-17T18:13:22.441Z[ host-package] Compiling diff v0.1.13
32192026-08-17T18:13:22.626Z[ host-package] Compiling xshell-macros v0.2.7
32202026-08-17T18:13:22.769Z[ host-package] Compiling unicase v2.9.0
32212026-08-17T18:13:23.158Z[ host-package] Compiling xshell v0.2.7
32222026-08-17T18:13:23.311Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32232026-08-17T18:13:23.728Z[ host-package] Compiling cexpr v0.6.0
32242026-08-17T18:13:24.077Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32252026-08-17T18:13:24.335Z[ host-package] Compiling diesel v2.3.7
32262026-08-17T18:13:24.480Z[ host-package] Compiling lalrpop v0.19.12
32272026-08-17T18:13:24.534Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32282026-08-17T18:13:24.582Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32292026-08-17T18:13:24.914Z[ host-package] Compiling rustc-hash v2.1.1
32302026-08-17T18:13:25.059Z[ host-package] Compiling crc8 v0.1.1
32312026-08-17T18:13:25.207Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32322026-08-17T18:13:25.368Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32332026-08-17T18:13:25.687Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32342026-08-17T18:13:25.963Z[ host-package] Compiling headers-core v0.3.0
32352026-08-17T18:13:26.172Z[ host-package] Compiling libxml v0.3.3
32362026-08-17T18:13:26.381Z[ host-package] Compiling headers v0.4.1
32372026-08-17T18:13:26.662Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32382026-08-17T18:13:26.731Z[ host-package] Compiling strum_macros v0.24.3
32392026-08-17T18:13:26.788Z[ host-package] Compiling indoc v1.0.9
32402026-08-17T18:13:26.985Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32412026-08-17T18:13:27.421Z[ host-package] Compiling derive_builder v0.20.2
32422026-08-17T18:13:27.524Z[ host-package] Compiling oso-derive v0.27.3
32432026-08-17T18:13:27.612Z[ host-package] Compiling quick-xml v0.37.5
32442026-08-17T18:13:28.096Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
32452026-08-17T18:13:28.156Z[ host-package] Compiling openssl-probe v0.1.6
32462026-08-17T18:13:28.271Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32472026-08-17T18:13:28.297Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32482026-08-17T18:13:28.494Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32492026-08-17T18:13:28.780Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32502026-08-17T18:13:28.859Z[ host-package] Compiling bb8 v0.8.6
32512026-08-17T18:13:28.958Z[ host-package] Compiling trait-variant v0.1.2
32522026-08-17T18:13:29.065Z[ host-package] Compiling half v1.8.3
32532026-08-17T18:13:29.389Z[ host-package] Compiling serde_cbor v0.11.2
32542026-08-17T18:13:29.494Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32552026-08-17T18:13:29.548Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
32562026-08-17T18:13:29.577Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32572026-08-17T18:13:29.839Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32582026-08-17T18:13:30.218Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32592026-08-17T18:13:30.408Z[ host-package] Compiling progenitor-impl v0.13.0
32602026-08-17T18:13:30.444Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32612026-08-17T18:13:30.498Z[ host-package] Compiling samael v0.0.19
32622026-08-17T18:13:30.725Z[ host-package] Compiling nonempty v0.12.0
32632026-08-17T18:13:30.831Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32642026-08-17T18:13:30.997Z[ host-package] Compiling progenitor-client v0.13.0
32652026-08-17T18:13:31.577Z[ host-package] Compiling fxhash v0.2.1
32662026-08-17T18:13:31.754Z[ host-package] Compiling libz-sys v1.1.24
32672026-08-17T18:13:32.195Z[ host-package] Compiling salty v0.3.0
32682026-08-17T18:13:32.566Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32692026-08-17T18:13:32.629Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32702026-08-17T18:13:32.724Z[ host-package] Compiling progenitor-macro v0.13.0
32712026-08-17T18:13:32.746Z[ host-package] Compiling polar-core v0.27.3
32722026-08-17T18:13:32.844Z[ host-package] Compiling kstat-rs v0.2.5
32732026-08-17T18:13:33.560Z[ host-package] Compiling mime_guess v2.0.5
32742026-08-17T18:13:34.152Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32752026-08-17T18:13:34.806Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32762026-08-17T18:13:35.516Z[ helios-setup] Aug 17 18:13:34.672 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')"
32772026-08-17T18:13:35.516Z[ helios-setup] Aug 17 18:13:34.672 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
32782026-08-17T18:13:35.525Z[ helios-setup] Aug 17 18:13:34.681 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
32792026-08-17T18:13:35.525Z[ helios-setup] Aug 17 18:13:34.681 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
32802026-08-17T18:13:35.528Z[ helios-setup] Aug 17 18:13:34.681 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
32812026-08-17T18:13:35.637Z[ helios-setup] Aug 17 18:13:34.793 INFO E| Downloading crates ...
32822026-08-17T18:13:35.691Z[ helios-setup] Aug 17 18:13:34.847 INFO E| Downloaded digest v0.10.3
32832026-08-17T18:13:35.694Z[ helios-setup] Aug 17 18:13:34.848 INFO E| Downloaded sha2 v0.10.5
32842026-08-17T18:13:35.694Z[ helios-setup] Aug 17 18:13:34.850 INFO E| Downloaded cpufeatures v0.2.5
32852026-08-17T18:13:35.700Z[ helios-setup] Aug 17 18:13:34.856 INFO E| Downloaded generic-array v0.14.6
32862026-08-17T18:13:35.703Z[ helios-setup] Aug 17 18:13:34.858 INFO E| Downloaded block-buffer v0.10.3
32872026-08-17T18:13:35.703Z[ helios-setup] Aug 17 18:13:34.858 INFO E| Downloaded flate2 v1.0.25
32882026-08-17T18:13:35.706Z[ helios-setup] Aug 17 18:13:34.861 INFO E| Downloaded miniz_oxide v0.6.2
32892026-08-17T18:13:35.710Z[ helios-setup] Aug 17 18:13:34.863 INFO E| Downloaded unicode-width v0.1.10
32902026-08-17T18:13:35.713Z[ helios-setup] Aug 17 18:13:34.868 INFO E| Downloaded typenum v1.15.0
32912026-08-17T18:13:35.716Z[ helios-setup] Aug 17 18:13:34.870 INFO E| Downloaded anyhow v1.0.62
32922026-08-17T18:13:35.716Z[ helios-setup] Aug 17 18:13:34.872 INFO E| Downloaded bytes v1.2.1
32932026-08-17T18:13:35.760Z[ helios-setup] Aug 17 18:13:34.916 INFO E| Compiling typenum v1.15.0
32942026-08-17T18:13:35.760Z[ helios-setup] Aug 17 18:13:34.916 INFO E| Compiling version_check v0.9.4
32952026-08-17T18:13:35.760Z[ helios-setup] Aug 17 18:13:34.916 INFO E| Compiling crc32fast v1.3.2
32962026-08-17T18:13:35.764Z[ helios-setup] Aug 17 18:13:34.916 INFO E| Compiling cfg-if v1.0.0
32972026-08-17T18:13:35.764Z[ helios-setup] Aug 17 18:13:34.916 INFO E| Compiling anyhow v1.0.62
32982026-08-17T18:13:35.764Z[ helios-setup] Aug 17 18:13:34.916 INFO E| Compiling adler v1.0.2
32992026-08-17T18:13:35.764Z[ helios-setup] Aug 17 18:13:34.916 INFO E| Compiling cpufeatures v0.2.5
33002026-08-17T18:13:35.764Z[ helios-setup] Aug 17 18:13:34.917 INFO E| Compiling unicode-width v0.1.10
33012026-08-17T18:13:35.764Z[ helios-setup] Aug 17 18:13:34.917 INFO E| Compiling bytes v1.2.1
33022026-08-17T18:13:35.846Z[ helios-setup] Aug 17 18:13:35.001 INFO E| Compiling bitflags v1.3.2
33032026-08-17T18:13:36.027Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33042026-08-17T18:13:36.057Z[ helios-setup] Aug 17 18:13:35.213 INFO E| Compiling miniz_oxide v0.6.2
33052026-08-17T18:13:36.069Z[ host-package] Compiling rfc6979 v0.4.0
33062026-08-17T18:13:36.122Z[ host-package] Compiling nanorand v0.7.0
33072026-08-17T18:13:36.213Z[ helios-setup] Aug 17 18:13:35.369 INFO E| Compiling getopts v0.2.21
33082026-08-17T18:13:36.303Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
33092026-08-17T18:13:36.334Z[ helios-setup] Aug 17 18:13:35.490 INFO E| Compiling generic-array v0.14.6
33102026-08-17T18:13:36.630Z[ helios-setup] Aug 17 18:13:35.785 INFO E| Compiling flate2 v1.0.25
33112026-08-17T18:13:36.655Z[ host-package] Compiling parking_lot_core v0.8.6
33122026-08-17T18:13:36.807Z[ host-package] Compiling flume v0.11.1
33132026-08-17T18:13:37.268Z[ host-package] Compiling ecdsa v0.16.9
33142026-08-17T18:13:37.345Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33152026-08-17T18:13:37.481Z[ host-package] Compiling progenitor v0.13.0
33162026-08-17T18:13:37.738Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33172026-08-17T18:13:37.843Z[ host-package] Compiling primeorder v0.13.6
33182026-08-17T18:13:38.024Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33192026-08-17T18:13:38.067Z[ helios-setup] Aug 17 18:13:37.223 INFO E| Compiling block-buffer v0.10.3
33202026-08-17T18:13:38.067Z[ helios-setup] Aug 17 18:13:37.223 INFO E| Compiling crypto-common v0.1.6
33212026-08-17T18:13:38.176Z[ helios-setup] Aug 17 18:13:37.332 INFO E| Compiling digest v0.10.3
33222026-08-17T18:13:38.264Z[ host-package] Compiling git-stub v1.0.0
33232026-08-17T18:13:38.326Z[ host-package] Compiling instability v0.3.11
33242026-08-17T18:13:38.349Z[ helios-setup] Aug 17 18:13:37.504 INFO E| Compiling sha2 v0.10.5
33252026-08-17T18:13:38.553Z[ host-package] Compiling http-range v0.1.5
33262026-08-17T18:13:38.575Z[ host-package] Compiling strsim v0.10.0
33272026-08-17T18:13:38.583Z[ helios-setup] Aug 17 18:13:37.739 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
33282026-08-17T18:13:38.885Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33292026-08-17T18:13:38.931Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33302026-08-17T18:13:39.019Z[ host-package] Compiling darling_core v0.13.4
33312026-08-17T18:13:39.211Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33322026-08-17T18:13:40.890Z[ helios-setup] Aug 17 18:13:40.045 INFO E| Finished `release` profile [optimized] target(s) in 5.35s
33332026-08-17T18:13:40.903Z[ helios-setup] Aug 17 18:13:40.059 INFO building project "bootserver" ok (5 seconds)
33342026-08-17T18:13:40.903Z[ helios-setup] Aug 17 18:13:40.059 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
33352026-08-17T18:13:40.922Z[ host-package] Compiling git-stub-vcs v0.1.0
33362026-08-17T18:13:40.941Z[ helios-setup] Aug 17 18:13:40.096 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')"
33372026-08-17T18:13:40.941Z[ helios-setup] Aug 17 18:13:40.096 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
33382026-08-17T18:13:40.941Z[ helios-setup] Aug 17 18:13:40.096 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
33392026-08-17T18:13:41.113Z[ helios-setup] Aug 17 18:13:40.269 INFO E| Updating crates.io index
33402026-08-17T18:13:41.117Z[ helios-setup] Aug 17 18:13:40.269 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
33412026-08-17T18:13:41.172Z[ host-package] Compiling p384 v0.13.1
33422026-08-17T18:13:41.624Z[ helios-setup] Aug 17 18:13:40.779 INFO E| From https://github.com/oxidecomputer/amd-apcb
33432026-08-17T18:13:41.624Z[ helios-setup] Aug 17 18:13:40.779 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
33442026-08-17T18:13:41.640Z[ helios-setup] Aug 17 18:13:40.795 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
33452026-08-17T18:13:41.752Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33462026-08-17T18:13:42.098Z[ helios-setup] Aug 17 18:13:41.254 INFO E| From https://github.com/oxidecomputer/amd-efs
33472026-08-17T18:13:42.098Z[ helios-setup] Aug 17 18:13:41.254 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
33482026-08-17T18:13:42.161Z[ host-package] Compiling ignore v0.4.25
33492026-08-17T18:13:42.426Z[ helios-setup] Aug 17 18:13:41.582 INFO E| Downloading crates ...
33502026-08-17T18:13:42.467Z[ helios-setup] Aug 17 18:13:41.623 INFO E| Downloaded modular-bitfield-impl v0.13.1
33512026-08-17T18:13:42.472Z[ helios-setup] Aug 17 18:13:41.628 INFO E| Downloaded ansi_term v0.12.1
33522026-08-17T18:13:42.476Z[ helios-setup] Aug 17 18:13:41.629 INFO E| Downloaded parse_int v0.9.0
33532026-08-17T18:13:42.476Z[ helios-setup] Aug 17 18:13:41.630 INFO E| Downloaded autocfg v1.4.0
33542026-08-17T18:13:42.476Z[ helios-setup] Aug 17 18:13:41.631 INFO E| Downloaded rustversion v1.0.20
33552026-08-17T18:13:42.480Z[ helios-setup] Aug 17 18:13:41.636 INFO E| Downloaded serde_derive v1.0.219
33562026-08-17T18:13:42.483Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33572026-08-17T18:13:42.487Z[ helios-setup] Aug 17 18:13:41.639 INFO E| Downloaded heck v0.3.3
33582026-08-17T18:13:42.487Z[ helios-setup] Aug 17 18:13:41.640 INFO E| Downloaded unic-char-property v0.9.0
33592026-08-17T18:13:42.487Z[ helios-setup] Aug 17 18:13:41.641 INFO E| Downloaded unic-ucd-ident v0.9.0
33602026-08-17T18:13:42.487Z[ helios-setup] Aug 17 18:13:41.642 INFO E| Downloaded pest_generator v2.8.0
33612026-08-17T18:13:42.490Z[ helios-setup] Aug 17 18:13:41.644 INFO E| Downloaded unic-common v0.9.0
33622026-08-17T18:13:42.493Z[ helios-setup] Aug 17 18:13:41.648 INFO E| Downloaded vec_map v0.8.2
33632026-08-17T18:13:42.493Z[ helios-setup] Aug 17 18:13:41.648 INFO E| Downloaded dyn-clone v1.0.19
33642026-08-17T18:13:42.496Z[ helios-setup] Aug 17 18:13:41.652 INFO E| Downloaded strum v0.27.1
33652026-08-17T18:13:42.496Z[ helios-setup] Aug 17 18:13:41.652 INFO E| Downloaded unic-ucd-version v0.9.0
33662026-08-17T18:13:42.500Z[ helios-setup] Aug 17 18:13:41.654 INFO E| Downloaded fletcher v1.0.0
33672026-08-17T18:13:42.503Z[ helios-setup] Aug 17 18:13:41.657 INFO E| Downloaded strsim v0.8.0
33682026-08-17T18:13:42.503Z[ helios-setup] Aug 17 18:13:41.658 INFO E| Downloaded unic-char-range v0.9.0
33692026-08-17T18:13:42.519Z[ helios-setup] Aug 17 18:13:41.675 INFO E| Downloaded four-cc v0.4.0
33702026-08-17T18:13:42.522Z[ helios-setup] Aug 17 18:13:41.676 INFO E| Downloaded quote v1.0.40
33712026-08-17T18:13:42.526Z[ helios-setup] Aug 17 18:13:41.680 INFO E| Downloaded bytesize v2.0.1
33722026-08-17T18:13:42.526Z[ helios-setup] Aug 17 18:13:41.682 INFO E| Downloaded modular-bitfield-impl v0.11.2
33732026-08-17T18:13:42.529Z[ helios-setup] Aug 17 18:13:41.683 INFO E| Downloaded structopt-derive v0.4.18
33742026-08-17T18:13:42.529Z[ helios-setup] Aug 17 18:13:41.683 INFO E| Downloaded textwrap v0.11.0
33752026-08-17T18:13:42.529Z[ helios-setup] Aug 17 18:13:41.684 INFO E| Downloaded log v0.4.27
33762026-08-17T18:13:42.533Z[ helios-setup] Aug 17 18:13:41.686 INFO E| Downloaded strum_macros v0.27.1
33772026-08-17T18:13:42.533Z[ helios-setup] Aug 17 18:13:41.687 INFO E| Downloaded zerocopy-derive v0.8.25
33782026-08-17T18:13:42.560Z[ helios-setup] Aug 17 18:13:41.716 INFO E| Downloaded thiserror-impl v2.0.12
33792026-08-17T18:13:42.563Z[ helios-setup] Aug 17 18:13:41.717 INFO E| Downloaded thiserror v2.0.12
33802026-08-17T18:13:42.588Z[ helios-setup] Aug 17 18:13:41.744 INFO E| Downloaded modular-bitfield v0.13.1
33812026-08-17T18:13:42.594Z[ helios-setup] Aug 17 18:13:41.750 INFO E| Downloaded pest_meta v2.8.0
33822026-08-17T18:13:42.597Z[ helios-setup] Aug 17 18:13:41.751 INFO E| Downloaded proc-macro2 v1.0.95
33832026-08-17T18:13:42.597Z[ helios-setup] Aug 17 18:13:41.752 INFO E| Downloaded unicode-ident v1.0.18
33842026-08-17T18:13:42.600Z[ helios-setup] Aug 17 18:13:41.754 INFO E| Downloaded modular-bitfield v0.11.2
33852026-08-17T18:13:42.604Z[ helios-setup] Aug 17 18:13:41.760 INFO E| Downloaded pest_derive v2.8.0
33862026-08-17T18:13:42.607Z[ helios-setup] Aug 17 18:13:41.761 INFO E| Downloaded structopt v0.3.26
33872026-08-17T18:13:42.611Z[ helios-setup] Aug 17 18:13:41.766 INFO E| Downloaded serde v1.0.219
33882026-08-17T18:13:42.614Z[ helios-setup] Aug 17 18:13:41.767 INFO E| Downloaded typenum v1.18.0
33892026-08-17T18:13:42.614Z[ helios-setup] Aug 17 18:13:41.769 INFO E| Downloaded memchr v2.7.4
33902026-08-17T18:13:42.617Z[ helios-setup] Aug 17 18:13:41.772 INFO E| Downloaded pest v2.8.0
33912026-08-17T18:13:42.621Z[ helios-setup] Aug 17 18:13:41.775 INFO E| Downloaded serde_json v1.0.140
33922026-08-17T18:13:42.628Z[ helios-setup] Aug 17 18:13:41.784 INFO E| Downloaded goblin v0.9.3
33932026-08-17T18:13:42.633Z[ helios-setup] Aug 17 18:13:41.789 INFO E| Downloaded clap v2.34.0
33942026-08-17T18:13:42.637Z[ helios-setup] Aug 17 18:13:41.793 INFO E| Downloaded zerocopy v0.8.25
33952026-08-17T18:13:42.657Z[ helios-setup] Aug 17 18:13:41.813 INFO E| Downloaded syn v2.0.101
33962026-08-17T18:13:42.674Z[ helios-setup] Aug 17 18:13:41.830 INFO E| Downloaded libc v0.2.172
33972026-08-17T18:13:42.741Z[ helios-setup] Aug 17 18:13:41.897 INFO E| Compiling proc-macro2 v1.0.95
33982026-08-17T18:13:42.741Z[ helios-setup] Aug 17 18:13:41.897 INFO E| Compiling unicode-ident v1.0.18
33992026-08-17T18:13:42.744Z[ helios-setup] Aug 17 18:13:41.897 INFO E| Compiling memchr v2.7.4
34002026-08-17T18:13:42.744Z[ helios-setup] Aug 17 18:13:41.897 INFO E| Compiling autocfg v1.4.0
34012026-08-17T18:13:42.744Z[ helios-setup] Aug 17 18:13:41.897 INFO E| Compiling thiserror v2.0.12
34022026-08-17T18:13:42.744Z[ helios-setup] Aug 17 18:13:41.897 INFO E| Compiling syn v1.0.109
34032026-08-17T18:13:42.744Z[ helios-setup] Aug 17 18:13:41.897 INFO E| Compiling serde v1.0.219
34042026-08-17T18:13:42.744Z[ helios-setup] Aug 17 18:13:41.897 INFO E| Compiling version_check v0.9.5
34052026-08-17T18:13:42.744Z[ helios-setup] Aug 17 18:13:41.897 INFO E| Compiling serde_json v1.0.140
34062026-08-17T18:13:42.744Z[ helios-setup] Aug 17 18:13:41.897 INFO E| Compiling ryu v1.0.20
34072026-08-17T18:13:42.744Z[ helios-setup] Aug 17 18:13:41.897 INFO E| Compiling schemars v0.8.22
34082026-08-17T18:13:42.744Z[ helios-setup] Aug 17 18:13:41.897 INFO E| Compiling itoa v1.0.15
34092026-08-17T18:13:42.744Z[ helios-setup] Aug 17 18:13:41.897 INFO E| Compiling libc v0.2.172
34102026-08-17T18:13:42.745Z[ helios-setup] Aug 17 18:13:41.897 INFO E| Compiling dyn-clone v1.0.19
34112026-08-17T18:13:42.745Z[ helios-setup] Aug 17 18:13:41.897 INFO E| Compiling ucd-trie v0.1.7
34122026-08-17T18:13:42.745Z[ helios-setup] Aug 17 18:13:41.897 INFO E| Compiling paste v1.0.15
34132026-08-17T18:13:42.922Z[ helios-setup] Aug 17 18:13:42.078 INFO E| Compiling rustversion v1.0.20
34142026-08-17T18:13:43.247Z[ helios-setup] Aug 17 18:13:42.403 INFO E| Compiling zerocopy v0.8.25
34152026-08-17T18:13:43.307Z[ helios-setup] Aug 17 18:13:42.463 INFO E| Compiling static_assertions v1.1.0
34162026-08-17T18:13:43.396Z[ helios-setup] Aug 17 18:13:42.552 INFO E| Compiling once_cell v1.21.3
34172026-08-17T18:13:43.450Z[ helios-setup] Aug 17 18:13:42.606 INFO E| Compiling heck v0.5.0
34182026-08-17T18:13:43.477Z[ helios-setup] Aug 17 18:13:42.633 INFO E| Compiling proc-macro-error-attr v1.0.4
34192026-08-17T18:13:43.510Z[ helios-setup] Aug 17 18:13:42.666 INFO E| Compiling proc-macro-error v1.0.4
34202026-08-17T18:13:43.607Z[ helios-setup] Aug 17 18:13:42.764 INFO E| Compiling unicode-segmentation v1.12.0
34212026-08-17T18:13:43.611Z[ host-package] Compiling oso v0.27.3
34222026-08-17T18:13:43.695Z[ helios-setup] Aug 17 18:13:42.851 INFO E| Compiling unicode-width v0.1.14
34232026-08-17T18:13:43.906Z[ helios-setup] Aug 17 18:13:43.061 INFO E| Compiling atty v0.2.14
34242026-08-17T18:13:43.947Z[ helios-setup] Aug 17 18:13:43.103 INFO E| Compiling unic-char-range v0.9.0
34252026-08-17T18:13:43.992Z[ helios-setup] Aug 17 18:13:43.147 INFO E| Compiling vec_map v0.8.2
34262026-08-17T18:13:44.009Z[ helios-setup] Aug 17 18:13:43.165 INFO E| Compiling byteorder v1.5.0
34272026-08-17T18:13:44.030Z[ helios-setup] Aug 17 18:13:43.186 INFO E| Compiling num-traits v0.2.19
34282026-08-17T18:13:44.035Z[ helios-setup] Aug 17 18:13:43.191 INFO E| Compiling memoffset v0.9.1
34292026-08-17T18:13:44.068Z[ helios-setup] Aug 17 18:13:43.224 INFO E| Compiling textwrap v0.11.0
34302026-08-17T18:13:44.073Z[ helios-setup] Aug 17 18:13:43.229 INFO E| Compiling unic-common v0.9.0
34312026-08-17T18:13:44.164Z[ helios-setup] Aug 17 18:13:43.320 INFO E| Compiling strsim v0.8.0
34322026-08-17T18:13:44.213Z[ helios-setup] Aug 17 18:13:43.369 INFO E| Compiling bitflags v1.3.2
34332026-08-17T18:13:44.239Z[ helios-setup] Aug 17 18:13:43.395 INFO E| Compiling strum v0.27.1
34342026-08-17T18:13:44.252Z[ helios-setup] Aug 17 18:13:43.408 INFO E| Compiling fletcher v1.0.0
34352026-08-17T18:13:44.294Z[ helios-setup] Aug 17 18:13:43.450 INFO E| Compiling heck v0.3.3
34362026-08-17T18:13:44.356Z[ helios-setup] Aug 17 18:13:43.512 INFO E| Compiling ansi_term v0.12.1
34372026-08-17T18:13:44.421Z[ helios-setup] Aug 17 18:13:43.577 INFO E| Compiling unic-ucd-version v0.9.0
34382026-08-17T18:13:44.438Z[ helios-setup] Aug 17 18:13:43.594 INFO E| Compiling unic-char-property v0.9.0
34392026-08-17T18:13:44.444Z[ helios-setup] Aug 17 18:13:43.601 INFO E| Compiling log v0.4.27
34402026-08-17T18:13:44.468Z[ helios-setup] Aug 17 18:13:43.624 INFO E| Compiling plain v0.2.3
34412026-08-17T18:13:44.516Z[ helios-setup] Aug 17 18:13:43.672 INFO E| Compiling lazy_static v1.5.0
34422026-08-17T18:13:44.530Z[ helios-setup] Aug 17 18:13:43.686 INFO E| Compiling bytesize v2.0.1
34432026-08-17T18:13:44.592Z[ helios-setup] Aug 17 18:13:43.748 INFO E| Compiling clap v2.34.0
34442026-08-17T18:13:44.640Z[ helios-setup] Aug 17 18:13:43.796 INFO E| Compiling unic-ucd-ident v0.9.0
34452026-08-17T18:13:44.840Z[ helios-setup] Aug 17 18:13:43.996 INFO E| Compiling quote v1.0.40
34462026-08-17T18:13:45.103Z[ helios-setup] Aug 17 18:13:44.259 INFO E| Compiling syn v2.0.101
34472026-08-17T18:13:45.721Z[ helios-setup] Aug 17 18:13:44.877 INFO E| Compiling parse_int v0.9.0
34482026-08-17T18:13:46.201Z[ host-package] Compiling diesel-dtrace v0.5.0
34492026-08-17T18:13:46.839Z[ host-package] Compiling async-bb8-diesel v0.2.1
34502026-08-17T18:13:47.803Z[ host-package] Compiling castaway v0.2.4
34512026-08-17T18:13:47.889Z[ host-package] Compiling vergen-git2 v9.1.0
34522026-08-17T18:13:48.009Z[ helios-setup] Aug 17 18:13:47.165 INFO E| Compiling serde_derive_internals v0.29.1
34532026-08-17T18:13:48.047Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34542026-08-17T18:13:48.218Z[ helios-setup] Aug 17 18:13:47.374 INFO E| Compiling modular-bitfield-impl v0.11.2
34552026-08-17T18:13:48.218Z[ helios-setup] Aug 17 18:13:47.374 INFO E| Compiling structopt-derive v0.4.18
34562026-08-17T18:13:48.381Z[ host-package] Compiling indoc v2.0.7
34572026-08-17T18:13:48.639Z[ host-package] Compiling compact_str v0.8.1
34582026-08-17T18:13:48.707Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34592026-08-17T18:13:48.850Z[ host-package] Compiling globwalk v0.9.1
34602026-08-17T18:13:49.074Z[ host-package] Compiling hyper-staticfile v0.10.1
34612026-08-17T18:13:49.172Z[ helios-setup] Aug 17 18:13:48.328 INFO E| Compiling thiserror-impl v2.0.12
34622026-08-17T18:13:49.172Z[ helios-setup] Aug 17 18:13:48.328 INFO E| Compiling serde_derive v1.0.219
34632026-08-17T18:13:49.176Z[ helios-setup] Aug 17 18:13:48.328 INFO E| Compiling schemars_derive v0.8.22
34642026-08-17T18:13:49.176Z[ helios-setup] Aug 17 18:13:48.328 INFO E| Compiling zerocopy-derive v0.8.25
34652026-08-17T18:13:49.176Z[ helios-setup] Aug 17 18:13:48.328 INFO E| Compiling modular-bitfield-impl v0.13.1
34662026-08-17T18:13:49.176Z[ helios-setup] Aug 17 18:13:48.328 INFO E| Compiling num-derive v0.4.2
34672026-08-17T18:13:49.176Z[ helios-setup] Aug 17 18:13:48.328 INFO E| Compiling strum_macros v0.27.1
34682026-08-17T18:13:49.176Z[ helios-setup] Aug 17 18:13:48.328 INFO E| Compiling scroll_derive v0.12.1
34692026-08-17T18:13:49.571Z[ helios-setup] Aug 17 18:13:48.726 INFO E| Compiling structopt v0.3.26
34702026-08-17T18:13:49.671Z[ helios-setup] Aug 17 18:13:48.826 INFO E| Compiling modular-bitfield v0.11.2
34712026-08-17T18:13:49.757Z[ host-package] Compiling parking_lot v0.11.2
34722026-08-17T18:13:50.239Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34732026-08-17T18:13:50.516Z[ host-package] Compiling darling_macro v0.13.4
34742026-08-17T18:13:50.550Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34752026-08-17T18:13:50.666Z[ helios-setup] Aug 17 18:13:49.821 INFO E| Compiling scroll v0.12.0
34762026-08-17T18:13:50.838Z[ helios-setup] Aug 17 18:13:49.993 INFO E| Compiling pest v2.8.0
34772026-08-17T18:13:50.893Z[ helios-setup] Aug 17 18:13:50.049 INFO E| Compiling goblin v0.9.3
34782026-08-17T18:13:51.207Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34792026-08-17T18:13:51.285Z[ helios-setup] Aug 17 18:13:50.440 INFO E| Compiling modular-bitfield v0.13.1
34802026-08-17T18:13:51.413Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34812026-08-17T18:13:51.496Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34822026-08-17T18:13:51.576Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34832026-08-17T18:13:51.996Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34842026-08-17T18:13:52.067Z[ host-package] Compiling predicates-tree v1.0.13
34852026-08-17T18:13:52.145Z[ helios-setup] Aug 17 18:13:51.301 INFO E| Compiling pest_meta v2.8.0
34862026-08-17T18:13:52.474Z[ host-package] Compiling unicode-truncate v1.1.0
34872026-08-17T18:13:52.729Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34882026-08-17T18:13:52.893Z[ host-package] Compiling lru v0.12.5
34892026-08-17T18:13:52.921Z[ host-package] Compiling rand_seeder v0.4.0
34902026-08-17T18:13:52.921Z[ host-package] Compiling prefix-trie v0.7.0
34912026-08-17T18:13:52.959Z[ helios-setup] Aug 17 18:13:52.115 INFO E| Compiling pest_generator v2.8.0
34922026-08-17T18:13:53.220Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34932026-08-17T18:13:53.298Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
34942026-08-17T18:13:53.452Z[ host-package] Compiling cassowary v0.3.0
34952026-08-17T18:13:53.719Z[ host-package] Compiling corncobs v0.1.4
34962026-08-17T18:13:53.831Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
34972026-08-17T18:13:53.990Z[ host-package] Compiling ratatui v0.29.0
34982026-08-17T18:13:54.038Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34992026-08-17T18:13:54.051Z[ helios-setup] Aug 17 18:13:53.207 INFO E| Compiling pest_derive v2.8.0
35002026-08-17T18:13:54.073Z[ host-package] Compiling hickory-server v0.25.2
35012026-08-17T18:13:54.211Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35022026-08-17T18:13:54.388Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35032026-08-17T18:13:54.483Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35042026-08-17T18:13:54.570Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35052026-08-17T18:13:54.944Z[ host-package] Compiling darling v0.13.4
35062026-08-17T18:13:55.062Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35072026-08-17T18:13:55.280Z[ host-package] Compiling sled v0.34.7
35082026-08-17T18:13:55.352Z[ helios-setup] Aug 17 18:13:54.507 INFO E| Compiling json5 v0.4.1
35092026-08-17T18:13:55.450Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35102026-08-17T18:13:55.540Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35112026-08-17T18:13:56.870Z[ helios-setup] Aug 17 18:13:56.026 INFO E| Compiling four-cc v0.4.0
35122026-08-17T18:13:56.870Z[ helios-setup] Aug 17 18:13:56.026 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
35132026-08-17T18:13:56.965Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35142026-08-17T18:13:56.994Z[ helios-setup] Aug 17 18:13:56.150 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
35152026-08-17T18:13:58.049Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35162026-08-17T18:13:58.500Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35172026-08-17T18:13:59.388Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35182026-08-17T18:13:59.771Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35192026-08-17T18:13:59.871Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35202026-08-17T18:14:00.025Z[ host-package] Compiling secrecy v0.8.0
35212026-08-17T18:14:00.130Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35222026-08-17T18:14:00.417Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35232026-08-17T18:14:01.828Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35242026-08-17T18:14:02.252Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35252026-08-17T18:14:02.597Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35262026-08-17T18:14:03.422Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35272026-08-17T18:14:04.249Z[ host-package] Compiling serde_with_macros v1.5.2
35282026-08-17T18:14:05.077Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35292026-08-17T18:14:05.179Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35302026-08-17T18:14:05.345Z[ host-package] Compiling git2 v0.20.4
35312026-08-17T18:14:05.413Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35322026-08-17T18:14:05.640Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35332026-08-17T18:14:05.684Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35342026-08-17T18:14:05.849Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35352026-08-17T18:14:05.890Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35362026-08-17T18:14:05.980Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35372026-08-17T18:14:06.099Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35382026-08-17T18:14:06.241Z[ host-package] Compiling arc-swap v1.8.2
35392026-08-17T18:14:06.289Z[ host-package] Compiling void v1.0.2
35402026-08-17T18:14:06.510Z[ host-package] Compiling lzss v0.8.2
35412026-08-17T18:14:06.558Z[ host-package] Compiling slog-scope v4.4.1
35422026-08-17T18:14:06.783Z[ host-package] Compiling illumos-nvpair v0.3.0
35432026-08-17T18:14:06.861Z[ host-package] Compiling serde_with v1.14.0
35442026-08-17T18:14:06.987Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35452026-08-17T18:14:07.423Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35462026-08-17T18:14:08.124Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35472026-08-17T18:14:08.183Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35482026-08-17T18:14:08.495Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35492026-08-17T18:14:09.520Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35502026-08-17T18:14:10.279Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35512026-08-17T18:14:10.609Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35522026-08-17T18:14:10.774Z[ host-package] Compiling scuffle v0.1.0
35532026-08-17T18:14:11.398Z[ helios-setup] Aug 17 18:14:10.553 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35542026-08-17T18:14:12.990Z[ host-package] Compiling tungstenite v0.23.0
35552026-08-17T18:14:13.346Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35562026-08-17T18:14:13.947Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35572026-08-17T18:14:14.740Z[ helios-setup] Aug 17 18:14:13.896 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
35582026-08-17T18:14:14.927Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35592026-08-17T18:14:15.190Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35602026-08-17T18:14:15.426Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35612026-08-17T18:14:15.501Z[ host-package] Compiling nix v0.27.1
35622026-08-17T18:14:15.644Z[ host-package] Compiling twox-hash v2.1.2
35632026-08-17T18:14:15.707Z[ host-package] Compiling libsw-core v0.3.2
35642026-08-17T18:14:15.944Z[ host-package] Compiling serde_bytes v0.11.19
35652026-08-17T18:14:16.070Z[ host-package] Compiling atty v0.2.14
35662026-08-17T18:14:16.183Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35672026-08-17T18:14:16.229Z[ host-package] Compiling libsw v3.5.0
35682026-08-17T18:14:16.363Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35692026-08-17T18:14:16.720Z[ host-package] Compiling tokio-tungstenite v0.23.1
35702026-08-17T18:14:16.948Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35712026-08-17T18:14:17.287Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35722026-08-17T18:14:17.632Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35732026-08-17T18:14:18.455Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35742026-08-17T18:14:18.488Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35752026-08-17T18:14:20.085Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35762026-08-17T18:14:20.196Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35772026-08-17T18:14:20.841Z[ host-package] Compiling slog-stdlog v4.1.1
35782026-08-17T18:14:20.906Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35792026-08-17T18:14:20.979Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35802026-08-17T18:14:21.457Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35812026-08-17T18:14:21.578Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35822026-08-17T18:14:21.843Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
35832026-08-17T18:14:24.083Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35842026-08-17T18:14:25.607Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35852026-08-17T18:14:26.059Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35862026-08-17T18:14:26.662Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35872026-08-17T18:14:26.777Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35882026-08-17T18:14:27.860Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35892026-08-17T18:14:27.965Z[ helios-setup] Aug 17 18:14:27.120 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.98s
35902026-08-17T18:14:28.008Z[ helios-setup] Aug 17 18:14:27.164 INFO building project "amd-host-image-builder" ok (47 seconds)
35912026-08-17T18:14:28.008Z[ helios-setup] Aug 17 18:14:27.164 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
35922026-08-17T18:14:28.017Z[ helios-setup] Aug 17 18:14:27.173 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
35932026-08-17T18:14:28.017Z[ helios-setup] Aug 17 18:14:27.173 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
35942026-08-17T18:14:28.017Z[ helios-setup] Aug 17 18:14:27.173 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
35952026-08-17T18:14:28.216Z[ helios-setup] Aug 17 18:14:27.372 INFO E| Downloading crates ...
35962026-08-17T18:14:28.272Z[ helios-setup] Aug 17 18:14:27.428 INFO E| Downloaded tempfile v3.20.0
35972026-08-17T18:14:28.280Z[ helios-setup] Aug 17 18:14:27.435 INFO E| Downloaded time-core v0.1.4
35982026-08-17T18:14:28.283Z[ helios-setup] Aug 17 18:14:27.439 INFO E| Downloaded errno v0.3.12
35992026-08-17T18:14:28.299Z[ helios-setup] Aug 17 18:14:27.455 INFO E| Downloaded bitflags v2.9.1
36002026-08-17T18:14:28.302Z[ helios-setup] Aug 17 18:14:27.458 INFO E| Downloaded iana-time-zone v0.1.63
36012026-08-17T18:14:28.305Z[ helios-setup] Aug 17 18:14:27.460 INFO E| Downloaded time-macros v0.2.22
36022026-08-17T18:14:28.308Z[ helios-setup] Aug 17 18:14:27.463 INFO E| Downloaded deranged v0.4.0
36032026-08-17T18:14:28.308Z[ helios-setup] Aug 17 18:14:27.464 INFO E| Downloaded serde_with_macros v3.12.0
36042026-08-17T18:14:28.312Z[ helios-setup] Aug 17 18:14:27.468 INFO E| Downloaded getrandom v0.3.3
36052026-08-17T18:14:28.316Z[ helios-setup] Aug 17 18:14:27.472 INFO E| Downloaded anyhow v1.0.98
36062026-08-17T18:14:28.321Z[ helios-setup] Aug 17 18:14:27.477 INFO E| Downloaded indexmap v2.9.0
36072026-08-17T18:14:28.350Z[ helios-setup] Aug 17 18:14:27.505 INFO E| Downloaded hashbrown v0.15.3
36082026-08-17T18:14:28.353Z[ helios-setup] Aug 17 18:14:27.509 INFO E| Downloaded time v0.3.41
36092026-08-17T18:14:28.357Z[ helios-setup] Aug 17 18:14:27.513 INFO E| Downloaded serde_with v3.12.0
36102026-08-17T18:14:28.362Z[ helios-setup] Aug 17 18:14:27.518 INFO E| Downloaded chrono v0.4.41
36112026-08-17T18:14:28.377Z[ helios-setup] Aug 17 18:14:27.532 INFO E| Downloaded rustix v1.0.7
36122026-08-17T18:14:28.456Z[ helios-setup] Aug 17 18:14:27.612 INFO E| Compiling proc-macro2 v1.0.95
36132026-08-17T18:14:28.456Z[ helios-setup] Aug 17 18:14:27.612 INFO E| Compiling unicode-ident v1.0.18
36142026-08-17T18:14:28.456Z[ helios-setup] Aug 17 18:14:27.612 INFO E| Compiling libc v0.2.172
36152026-08-17T18:14:28.459Z[ helios-setup] Aug 17 18:14:27.612 INFO E| Compiling fnv v1.0.7
36162026-08-17T18:14:28.459Z[ helios-setup] Aug 17 18:14:27.612 INFO E| Compiling strsim v0.11.1
36172026-08-17T18:14:28.459Z[ helios-setup] Aug 17 18:14:27.612 INFO E| Compiling ident_case v1.0.1
36182026-08-17T18:14:28.459Z[ helios-setup] Aug 17 18:14:27.612 INFO E| Compiling serde v1.0.219
36192026-08-17T18:14:28.459Z[ helios-setup] Aug 17 18:14:27.612 INFO E| Compiling getrandom v0.3.3
36202026-08-17T18:14:28.459Z[ helios-setup] Aug 17 18:14:27.612 INFO E| Compiling rustix v1.0.7
36212026-08-17T18:14:28.459Z[ helios-setup] Aug 17 18:14:27.612 INFO E| Compiling anyhow v1.0.98
36222026-08-17T18:14:28.459Z[ helios-setup] Aug 17 18:14:27.612 INFO E| Compiling bitflags v2.9.1
36232026-08-17T18:14:28.459Z[ helios-setup] Aug 17 18:14:27.612 INFO E| Compiling serde_json v1.0.140
36242026-08-17T18:14:28.459Z[ helios-setup] Aug 17 18:14:27.612 INFO E| Compiling thiserror v2.0.12
36252026-08-17T18:14:28.459Z[ helios-setup] Aug 17 18:14:27.612 INFO E| Compiling cfg-if v1.0.0
36262026-08-17T18:14:28.459Z[ helios-setup] Aug 17 18:14:27.612 INFO E| Compiling itoa v1.0.15
36272026-08-17T18:14:28.459Z[ helios-setup] Aug 17 18:14:27.612 INFO E| Compiling ryu v1.0.20
36282026-08-17T18:14:28.494Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36292026-08-17T18:14:28.866Z[ helios-setup] Aug 17 18:14:28.022 INFO E| Compiling fastrand v2.3.0
36302026-08-17T18:14:29.073Z[ helios-setup] Aug 17 18:14:28.229 INFO E| Compiling memchr v2.7.4
36312026-08-17T18:14:29.254Z[ helios-setup] Aug 17 18:14:28.410 INFO E| Compiling once_cell v1.21.3
36322026-08-17T18:14:29.301Z[ helios-setup] Aug 17 18:14:28.457 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
36332026-08-17T18:14:29.742Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36342026-08-17T18:14:30.389Z[ helios-setup] Aug 17 18:14:29.545 INFO E| Compiling errno v0.3.12
36352026-08-17T18:14:30.741Z[ helios-setup] Aug 17 18:14:29.897 INFO E| Compiling quote v1.0.40
36362026-08-17T18:14:30.981Z[ helios-setup] Aug 17 18:14:30.136 INFO E| Compiling syn v2.0.101
36372026-08-17T18:14:31.308Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36382026-08-17T18:14:31.514Z[ helios-setup] Aug 17 18:14:30.670 INFO E| Compiling tempfile v3.20.0
36392026-08-17T18:14:32.669Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36402026-08-17T18:14:32.908Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36412026-08-17T18:14:32.944Z[ host-package] Compiling signal-hook-tokio v0.3.1
36422026-08-17T18:14:32.989Z[ host-package] Compiling fatfs v0.3.6
36432026-08-17T18:14:33.336Z[ host-package] Compiling yasna v0.5.2
36442026-08-17T18:14:33.563Z[ helios-setup] Aug 17 18:14:32.718 INFO E| Compiling darling_core v0.20.11
36452026-08-17T18:14:33.896Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36462026-08-17T18:14:33.961Z[ host-package] Compiling assert_matches v1.5.0
36472026-08-17T18:14:34.158Z[ host-package] Compiling is_ci v1.2.0
36482026-08-17T18:14:34.225Z[ host-package] Compiling seq-macro v0.3.6
36492026-08-17T18:14:34.314Z[ helios-setup] Aug 17 18:14:33.470 INFO E| Compiling serde_derive v1.0.219
36502026-08-17T18:14:34.315Z[ helios-setup] Aug 17 18:14:33.470 INFO E| Compiling thiserror-impl v2.0.12
36512026-08-17T18:14:34.487Z[ host-package] Compiling supports-color v3.0.2
36522026-08-17T18:14:34.558Z[ host-package] Compiling rcgen v0.12.1
36532026-08-17T18:14:34.819Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36542026-08-17T18:14:34.964Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36552026-08-17T18:14:35.392Z[ host-package] Compiling slog-envlogger v2.2.0
36562026-08-17T18:14:36.034Z[ helios-setup] Aug 17 18:14:35.189 INFO E| Compiling darling_macro v0.20.11
36572026-08-17T18:14:36.674Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36582026-08-17T18:14:36.716Z[ helios-setup] Aug 17 18:14:35.871 INFO E| Compiling darling v0.20.11
36592026-08-17T18:14:36.818Z[ helios-setup] Aug 17 18:14:35.974 INFO E| Compiling serde_with_macros v3.12.0
36602026-08-17T18:14:37.839Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36612026-08-17T18:14:37.886Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36622026-08-17T18:14:37.925Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36632026-08-17T18:14:38.263Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36642026-08-17T18:14:38.542Z[ host-package] Compiling port-file v0.1.0
36652026-08-17T18:14:38.916Z[ host-package] Compiling rtoolbox v0.0.3
36662026-08-17T18:14:38.984Z[ host-package] Compiling subprocess v0.2.15
36672026-08-17T18:14:39.247Z[ host-package] Compiling rpassword v7.5.4
36682026-08-17T18:14:39.594Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36692026-08-17T18:14:39.730Z[ helios-setup] Aug 17 18:14:38.886 INFO E| Compiling serde_with v3.12.0
36702026-08-17T18:14:40.031Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36712026-08-17T18:14:41.328Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
36722026-08-17T18:14:41.872Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
36732026-08-17T18:14:42.065Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36742026-08-17T18:14:43.779Z[ host-package] Compiling tui-tree-widget v0.23.1
36752026-08-17T18:14:43.870Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36762026-08-17T18:14:44.246Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36772026-08-17T18:14:44.614Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
36782026-08-17T18:14:44.835Z[ helios-setup] Aug 17 18:14:43.990 INFO E| Finished `release` profile [optimized] target(s) in 16.80s
36792026-08-17T18:14:44.861Z[ helios-setup] Aug 17 18:14:44.017 INFO building project "dmar-report" ok (16 seconds)
36802026-08-17T18:14:44.861Z[ helios-setup] Aug 17 18:14:44.017 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36812026-08-17T18:14:44.871Z[ helios-setup] Aug 17 18:14:44.027 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
36822026-08-17T18:14:44.871Z[ helios-setup] Aug 17 18:14:44.027 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36832026-08-17T18:14:44.874Z[ helios-setup] Aug 17 18:14:44.027 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36842026-08-17T18:14:44.985Z[ helios-setup] Aug 17 18:14:44.141 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36852026-08-17T18:14:45.326Z[ helios-setup] Aug 17 18:14:44.481 INFO E| From https://github.com/jclulow/rust-jmclib
36862026-08-17T18:14:45.326Z[ helios-setup] Aug 17 18:14:44.481 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36872026-08-17T18:14:45.358Z[ helios-setup] Aug 17 18:14:44.514 INFO E| Updating crates.io index
36882026-08-17T18:14:45.373Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
36892026-08-17T18:14:45.411Z[ helios-setup] Aug 17 18:14:44.567 INFO E| Downloading crates ...
36902026-08-17T18:14:45.450Z[ helios-setup] Aug 17 18:14:44.605 INFO E| Downloaded errno v0.3.1
36912026-08-17T18:14:45.453Z[ helios-setup] Aug 17 18:14:44.607 INFO E| Downloaded block-buffer v0.9.0
36922026-08-17T18:14:45.453Z[ helios-setup] Aug 17 18:14:44.609 INFO E| Downloaded md-5 v0.9.1
36932026-08-17T18:14:45.460Z[ helios-setup] Aug 17 18:14:44.616 INFO E| Downloaded cpufeatures v0.2.9
36942026-08-17T18:14:45.463Z[ helios-setup] Aug 17 18:14:44.617 INFO E| Downloaded fastrand v2.0.0
36952026-08-17T18:14:45.463Z[ helios-setup] Aug 17 18:14:44.618 INFO E| Downloaded proc-macro2 v1.0.66
36962026-08-17T18:14:45.469Z[ helios-setup] Aug 17 18:14:44.625 INFO E| Downloaded sha-1 v0.9.8
36972026-08-17T18:14:45.472Z[ helios-setup] Aug 17 18:14:44.626 INFO E| Downloaded uuid v0.8.2
36982026-08-17T18:14:45.476Z[ helios-setup] Aug 17 18:14:44.632 INFO E| Downloaded digest v0.9.0
36992026-08-17T18:14:45.480Z[ helios-setup] Aug 17 18:14:44.636 INFO E| Downloaded libdevinfo-sys v1.0.0
37002026-08-17T18:14:45.489Z[ helios-setup] Aug 17 18:14:44.645 INFO E| Downloaded tempfile v3.7.0
37012026-08-17T18:14:45.496Z[ helios-setup] Aug 17 18:14:44.651 INFO E| Downloaded walkdir v2.3.3
37022026-08-17T18:14:45.499Z[ helios-setup] Aug 17 18:14:44.653 INFO E| Downloaded glob v0.3.1
37032026-08-17T18:14:45.501Z[ helios-setup] Aug 17 18:14:44.656 INFO E| Downloaded getrandom v0.2.10
37042026-08-17T18:14:45.501Z[ helios-setup] Aug 17 18:14:44.657 INFO E| Downloaded once_cell v1.18.0
37052026-08-17T18:14:45.505Z[ helios-setup] Aug 17 18:14:44.659 INFO E| Downloaded quote v1.0.31
37062026-08-17T18:14:45.505Z[ helios-setup] Aug 17 18:14:44.660 INFO E| Downloaded bitflags v2.3.3
37072026-08-17T18:14:45.507Z[ helios-setup] Aug 17 18:14:44.662 INFO E| Downloaded unicode-ident v1.0.11
37082026-08-17T18:14:45.507Z[ helios-setup] Aug 17 18:14:44.663 INFO E| Downloaded anyhow v1.0.72
37092026-08-17T18:14:45.510Z[ helios-setup] Aug 17 18:14:44.665 INFO E| Downloaded toml v0.5.11
37102026-08-17T18:14:45.513Z[ helios-setup] Aug 17 18:14:44.667 INFO E| Downloaded typenum v1.16.0
37112026-08-17T18:14:45.513Z[ helios-setup] Aug 17 18:14:44.669 INFO E| Downloaded serde_derive v1.0.193
37122026-08-17T18:14:45.522Z[ helios-setup] Aug 17 18:14:44.678 INFO E| Downloaded serde v1.0.193
37132026-08-17T18:14:45.533Z[ helios-setup] Aug 17 18:14:44.689 INFO E| Downloaded serde_json v1.0.103
37142026-08-17T18:14:45.557Z[ helios-setup] Aug 17 18:14:44.713 INFO E| Downloaded syn v2.0.32
37152026-08-17T18:14:45.566Z[ helios-setup] Aug 17 18:14:44.721 INFO E| Downloaded rustix v0.38.4
37162026-08-17T18:14:45.586Z[ helios-setup] Aug 17 18:14:44.742 INFO E| Downloaded libc v0.2.147
37172026-08-17T18:14:45.656Z[ helios-setup] Aug 17 18:14:44.812 INFO E| Compiling libc v0.2.147
37182026-08-17T18:14:45.656Z[ helios-setup] Aug 17 18:14:44.812 INFO E| Compiling proc-macro2 v1.0.66
37192026-08-17T18:14:45.659Z[ helios-setup] Aug 17 18:14:44.812 INFO E| Compiling cfg-if v1.0.0
37202026-08-17T18:14:45.659Z[ helios-setup] Aug 17 18:14:44.812 INFO E| Compiling unicode-ident v1.0.11
37212026-08-17T18:14:45.659Z[ helios-setup] Aug 17 18:14:44.812 INFO E| Compiling version_check v0.9.4
37222026-08-17T18:14:45.659Z[ helios-setup] Aug 17 18:14:44.812 INFO E| Compiling typenum v1.16.0
37232026-08-17T18:14:45.659Z[ helios-setup] Aug 17 18:14:44.812 INFO E| Compiling serde v1.0.193
37242026-08-17T18:14:45.659Z[ helios-setup] Aug 17 18:14:44.812 INFO E| Compiling num-conv v0.1.0
37252026-08-17T18:14:45.659Z[ helios-setup] Aug 17 18:14:44.812 INFO E| Compiling powerfmt v0.2.0
37262026-08-17T18:14:45.659Z[ helios-setup] Aug 17 18:14:44.812 INFO E| Compiling time-core v0.1.2
37272026-08-17T18:14:45.659Z[ helios-setup] Aug 17 18:14:44.812 INFO E| Compiling slog v2.7.0
37282026-08-17T18:14:45.669Z[ helios-setup] Aug 17 18:14:44.812 INFO E| Compiling rustix v0.38.4
37292026-08-17T18:14:45.669Z[ helios-setup] Aug 17 18:14:44.812 INFO E| Compiling itoa v1.0.9
37302026-08-17T18:14:45.672Z[ helios-setup] Aug 17 18:14:44.812 INFO E| Compiling once_cell v1.18.0
37312026-08-17T18:14:45.672Z[ helios-setup] Aug 17 18:14:44.812 INFO E| Compiling num_threads v0.1.6
37322026-08-17T18:14:45.672Z[ helios-setup] Aug 17 18:14:44.812 INFO E| Compiling bitflags v2.3.3
37332026-08-17T18:14:46.010Z[ helios-setup] Aug 17 18:14:45.165 INFO E| Compiling generic-array v0.14.7
37342026-08-17T18:14:46.061Z[ helios-setup] Aug 17 18:14:45.216 INFO E| Compiling anyhow v1.0.72
37352026-08-17T18:14:46.153Z[ helios-setup] Aug 17 18:14:45.309 INFO E| Compiling fastrand v2.0.0
37362026-08-17T18:14:46.203Z[ helios-setup] Aug 17 18:14:45.358 INFO E| Compiling thread_local v1.1.7
37372026-08-17T18:14:46.295Z[ helios-setup] Aug 17 18:14:45.450 INFO E| Compiling deranged v0.3.11
37382026-08-17T18:14:46.347Z[ helios-setup] Aug 17 18:14:45.503 INFO E| Compiling opaque-debug v0.3.0
37392026-08-17T18:14:46.369Z[ helios-setup] Aug 17 18:14:45.525 INFO E| Compiling serde_json v1.0.103
37402026-08-17T18:14:46.434Z[ helios-setup] Aug 17 18:14:45.590 INFO E| Compiling time-macros v0.2.18
37412026-08-17T18:14:46.443Z[ helios-setup] Aug 17 18:14:45.598 INFO E| Compiling same-file v1.0.6
37422026-08-17T18:14:46.608Z[ helios-setup] Aug 17 18:14:45.764 INFO E| Compiling unicode-width v0.1.10
37432026-08-17T18:14:46.721Z[ helios-setup] Aug 17 18:14:45.877 INFO E| Compiling ryu v1.0.15
37442026-08-17T18:14:46.759Z[ helios-setup] Aug 17 18:14:45.913 INFO E| Compiling cpufeatures v0.2.9
37452026-08-17T18:14:46.792Z[ helios-setup] Aug 17 18:14:45.947 INFO E| Compiling getopts v0.2.21
37462026-08-17T18:14:46.917Z[ helios-setup] Aug 17 18:14:46.073 INFO E| Compiling walkdir v2.3.3
37472026-08-17T18:14:46.927Z[ helios-setup] Aug 17 18:14:46.083 INFO E| Compiling glob v0.3.1
37482026-08-17T18:14:46.943Z[ helios-setup] Aug 17 18:14:46.098 INFO E| Compiling libdevinfo-sys v1.0.0
37492026-08-17T18:14:47.157Z[ helios-setup] Aug 17 18:14:46.312 INFO E| Compiling quote v1.0.31
37502026-08-17T18:14:47.243Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37512026-08-17T18:14:47.521Z[ helios-setup] Aug 17 18:14:46.676 INFO E| Compiling syn v2.0.32
37522026-08-17T18:14:47.683Z[ helios-setup] Aug 17 18:14:46.838 INFO E| Compiling dirs-sys-next v0.1.2
37532026-08-17T18:14:47.683Z[ helios-setup] Aug 17 18:14:46.838 INFO E| Compiling errno v0.3.1
37542026-08-17T18:14:47.683Z[ helios-setup] Aug 17 18:14:46.838 INFO E| Compiling atty v0.2.14
37552026-08-17T18:14:47.686Z[ helios-setup] Aug 17 18:14:46.838 INFO E| Compiling getrandom v0.2.10
37562026-08-17T18:14:47.852Z[ host-package] Compiling uzers v0.12.2
37572026-08-17T18:14:47.862Z[ helios-setup] Aug 17 18:14:47.017 INFO E| Compiling dirs-next v2.0.0
37582026-08-17T18:14:47.984Z[ helios-setup] Aug 17 18:14:47.139 INFO E| Compiling term v0.7.0
37592026-08-17T18:14:48.349Z[ helios-setup] Aug 17 18:14:47.505 INFO E| Compiling time v0.3.36
37602026-08-17T18:14:48.389Z[ helios-setup] Aug 17 18:14:47.545 INFO E| Compiling digest v0.9.0
37612026-08-17T18:14:48.389Z[ helios-setup] Aug 17 18:14:47.545 INFO E| Compiling block-buffer v0.9.0
37622026-08-17T18:14:48.535Z[ helios-setup] Aug 17 18:14:47.690 INFO E| Compiling md-5 v0.9.1
37632026-08-17T18:14:48.535Z[ helios-setup] Aug 17 18:14:47.690 INFO E| Compiling sha-1 v0.9.8
37642026-08-17T18:14:48.686Z[ helios-setup] Aug 17 18:14:47.842 INFO E| Compiling tempfile v3.7.0
37652026-08-17T18:14:49.390Z[ helios-setup] Aug 17 18:14:48.545 INFO E| Compiling slog-term v2.9.0
37662026-08-17T18:14:49.686Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37672026-08-17T18:14:49.973Z[ helios-setup] Aug 17 18:14:49.128 INFO E| Compiling serde_derive v1.0.193
37682026-08-17T18:14:50.062Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37692026-08-17T18:14:50.747Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37702026-08-17T18:14:52.368Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37712026-08-17T18:14:52.589Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37722026-08-17T18:14:53.019Z[ host-package] Compiling support-bundle-viewer v0.1.2
37732026-08-17T18:14:54.778Z[ helios-setup] Aug 17 18:14:53.933 INFO E| Compiling toml v0.5.11
37742026-08-17T18:14:54.778Z[ helios-setup] Aug 17 18:14:53.933 INFO E| Compiling uuid v0.8.2
37752026-08-17T18:14:54.951Z[ host-package] Compiling multimap v0.10.1
37762026-08-17T18:14:55.592Z[ helios-setup] Aug 17 18:14:54.747 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37772026-08-17T18:14:56.416Z[ helios-setup] Aug 17 18:14:55.571 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37782026-08-17T18:15:00.713Z[ helios-setup] Aug 17 18:14:59.869 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.82s
37792026-08-17T18:15:00.740Z[ helios-setup] Aug 17 18:14:59.896 INFO building project "image-builder" ok (15 seconds)
37802026-08-17T18:15:00.740Z[ helios-setup] Aug 17 18:14:59.896 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37812026-08-17T18:15:00.749Z[ helios-setup] Aug 17 18:14:59.905 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
37822026-08-17T18:15:00.750Z[ helios-setup] Aug 17 18:14:59.905 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37832026-08-17T18:15:00.753Z[ helios-setup] Aug 17 18:14:59.905 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37842026-08-17T18:15:00.948Z[ helios-setup] Aug 17 18:15:00.103 INFO E| Downloading crates ...
37852026-08-17T18:15:00.990Z[ helios-setup] Aug 17 18:15:00.146 INFO E| Downloaded adler2 v2.0.0
37862026-08-17T18:15:00.999Z[ helios-setup] Aug 17 18:15:00.154 INFO E| Downloaded miniz_oxide v0.8.8
37872026-08-17T18:15:01.041Z[ helios-setup] Aug 17 18:15:00.196 INFO E| Compiling adler2 v2.0.0
37882026-08-17T18:15:01.136Z[ helios-setup] Aug 17 18:15:00.292 INFO E| Compiling miniz_oxide v0.8.8
37892026-08-17T18:15:02.224Z[ helios-setup] Aug 17 18:15:01.379 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
37902026-08-17T18:15:02.232Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37912026-08-17T18:15:02.823Z[ helios-setup] Aug 17 18:15:01.978 INFO E| Finished `release` profile [optimized] target(s) in 2.05s
37922026-08-17T18:15:02.834Z[ helios-setup] Aug 17 18:15:01.990 INFO building project "pinprick" ok (2 seconds)
37932026-08-17T18:15:02.838Z[ helios-setup] rm -f helios-build
37942026-08-17T18:15:02.838Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37952026-08-17T18:15:02.841Z[ helios-setup]
37962026-08-17T18:15:02.841Z[ helios-setup] Setup complete! ./helios-build is now available.
37972026-08-17T18:15:02.845Z[ helios-setup]
37982026-08-17T18:15:02.845Z[ helios-setup]
37992026-08-17T18:15:02.845Z[ helios-setup] real 2:59.575764441
38002026-08-17T18:15:02.845Z[ helios-setup] user 7:04.907017972
38012026-08-17T18:15:02.845Z[ helios-setup] sys 1:18.301257837
38022026-08-17T18:15:02.845Z[ helios-setup] trap 0.556566652
38032026-08-17T18:15:02.845Z[ helios-setup] tflt 2.116396675
38042026-08-17T18:15:02.845Z[ helios-setup] dflt 7.506146069
38052026-08-17T18:15:02.845Z[ helios-setup] kflt 0.002010851
38062026-08-17T18:15:02.845Z[ helios-setup] lock 51:06.256197282
38072026-08-17T18:15:02.845Z[ helios-setup] slp 32:02.733736241
38082026-08-17T18:15:02.845Z[ helios-setup] lat 4:39.830719116
38092026-08-17T18:15:02.845Z[ helios-setup] stop 1:18.899072389
38102026-08-17T18:15:02.849ZAug 17 18:15:02.000 INFO [helios-setup] process exited with exit status: 0 (179.578758683s)
38112026-08-17T18:15:02.849ZAug 17 18:15:02.000 INFO [helios-record] running task
38122026-08-17T18:15:02.852ZAug 17 18:15:02.005 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38132026-08-17T18:15:02.855ZAug 17 18:15:02.009 DEBG process exited with exit status: 0 (4.381533ms)
38142026-08-17T18:15:02.856ZAug 17 18:15:02.009 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38152026-08-17T18:15:02.859ZAug 17 18:15:02.014 DEBG process exited with exit status: 0 (4.392563ms)
38162026-08-17T18:15:02.859ZAug 17 18:15:02.014 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38172026-08-17T18:15:02.862ZAug 17 18:15:02.017 DEBG process exited with exit status: 0 (3.855773ms)
38182026-08-17T18:15:02.862ZAug 17 18:15:02.017 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38192026-08-17T18:15:02.865ZAug 17 18:15:02.021 DEBG process exited with exit status: 0 (3.628163ms)
38202026-08-17T18:15:02.865ZAug 17 18:15:02.021 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38212026-08-17T18:15:02.871ZAug 17 18:15:02.027 DEBG process exited with exit status: 0 (6.160305ms)
38222026-08-17T18:15:02.872ZAug 17 18:15:02.027 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38232026-08-17T18:15:02.876ZAug 17 18:15:02.031 DEBG process exited with exit status: 0 (4.095923ms)
38242026-08-17T18:15:02.876ZAug 17 18:15:02.031 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38252026-08-17T18:15:02.882ZAug 17 18:15:02.036 DEBG process exited with exit status: 0 (3.821283ms)
38262026-08-17T18:15:02.882ZAug 17 18:15:02.036 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38272026-08-17T18:15:02.885ZAug 17 18:15:02.039 DEBG process exited with exit status: 0 (3.677443ms)
38282026-08-17T18:15:02.885ZAug 17 18:15:02.039 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38292026-08-17T18:15:02.888ZAug 17 18:15:02.043 DEBG process exited with exit status: 0 (3.496432ms)
38302026-08-17T18:15:02.888ZAug 17 18:15:02.043 INFO [helios-record] task succeeded (42.781852ms)
38312026-08-17T18:15:08.092Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38322026-08-17T18:15:09.388Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38332026-08-17T18:15:14.965Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38342026-08-17T18:15:16.217Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38352026-08-17T18:23:51.336Z[ host-package] Finished `release` profile [optimized] target(s) in 11m 05s
38362026-08-17T18:24:41.789ZAug 17 18:24:40.942 INFO [host-package] process exited with exit status: 0 (716.557348538s)
38372026-08-17T18:24:41.789ZAug 17 18:24:40.942 INFO [host-libraries] running task
38382026-08-17T18:24:41.789ZAug 17 18:24:40.942 INFO [host-stamp] running task
38392026-08-17T18:24:41.793ZAug 17 18:24:40.944 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+git30722673bcd
38402026-08-17T18:24:41.793ZAug 17 18:24:40.944 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+git30722673bcd
38412026-08-17T18:24:41.793ZAug 17 18:24:40.944 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+git30722673bcd
38422026-08-17T18:24:41.793ZAug 17 18:24:40.944 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+git30722673bcd
38432026-08-17T18:24:41.793ZAug 17 18:24:40.945 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+git30722673bcd
38442026-08-17T18:24:41.793ZAug 17 18:24:40.945 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+git30722673bcd
38452026-08-17T18:24:41.793ZAug 17 18:24:40.945 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+git30722673bcd
38462026-08-17T18:24:41.796ZAug 17 18:24:40.945 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+git30722673bcd
38472026-08-17T18:24:41.801Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38482026-08-17T18:24:41.801Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38492026-08-17T18:24:41.801Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38502026-08-17T18:24:41.801Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38512026-08-17T18:24:41.804Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38522026-08-17T18:24:41.804Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38532026-08-17T18:24:41.804Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38542026-08-17T18:24:41.804Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38552026-08-17T18:24:41.804Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38562026-08-17T18:24:41.807ZAug 17 18:24:40.958 INFO [stamp-overlay] process exited with exit status: 0 (14.473511ms)
38572026-08-17T18:24:41.813Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38582026-08-17T18:24:41.816ZAug 17 18:24:40.969 INFO [stamp-oxlog] process exited with exit status: 0 (23.816528ms)
38592026-08-17T18:24:41.848Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38602026-08-17T18:24:41.851ZAug 17 18:24:41.004 INFO [stamp-crucible-utils] process exited with exit status: 0 (58.830625ms)
38612026-08-17T18:24:41.861Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38622026-08-17T18:24:41.864ZAug 17 18:24:41.017 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (71.688854ms)
38632026-08-17T18:24:42.010Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38642026-08-17T18:24:42.013ZAug 17 18:24:41.166 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (222.024367ms)
38652026-08-17T18:24:42.357Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38662026-08-17T18:24:42.360ZAug 17 18:24:41.513 INFO [stamp-propolis-server] process exited with exit status: 0 (569.678449ms)
38672026-08-17T18:24:42.409Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38682026-08-17T18:24:42.412ZAug 17 18:24:41.565 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (619.745977ms)
38692026-08-17T18:24:43.590ZAug 17 18:24:42.742 INFO [host-libraries] task succeeded (1.800132267s)
38702026-08-17T18:24:43.594ZAug 17 18:24:42.742 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38712026-08-17T18:24:43.597Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38722026-08-17T18:24:44.554Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38732026-08-17T18:24:45.396Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38742026-08-17T18:24:48.929Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38752026-08-17T18:24:48.932ZAug 17 18:24:48.085 INFO [stamp-switch-asic] process exited with exit status: 0 (7.140743469s)
38762026-08-17T18:24:48.932ZAug 17 18:24:48.085 INFO [host-stamp] task succeeded (7.143479311s)
38772026-08-17T18:24:48.932ZAug 17 18:24:48.085 INFO [host-proto] running task
38782026-08-17T18:24:49.449ZAug 17 18:24:48.601 INFO [host-proto] task succeeded (516.14114ms)
38792026-08-17T18:24:49.449ZAug 17 18:24:48.601 INFO [host-profile] running task
38802026-08-17T18:24:49.452ZAug 17 18:24:48.602 INFO [host-profile] task succeeded (232.39µs)
38812026-08-17T18:24:49.452ZAug 17 18:24:48.602 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.504' -P /tmp/.tmpSodkyB/proto/host/root -N 'ci 3072267/${os_short_commit} 2026-08-17 18:12' -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/'
38822026-08-17T18:24:49.455Z[ host-image] Aug 17 18:24:48.608 INFO Checking files for board 'cosmo'
38832026-08-17T18:24:49.458Z[ host-image] Aug 17 18:24:48.608 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38842026-08-17T18:24:49.458Z[ host-image] Aug 17 18:24:48.608 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38852026-08-17T18:24:49.458Z[ host-image] Aug 17 18:24:48.608 INFO Checking files for board 'cosmo-mbist-noaggr'
38862026-08-17T18:24:49.458Z[ host-image] Aug 17 18:24:48.608 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38872026-08-17T18:24:49.458Z[ host-image] Aug 17 18:24:48.608 INFO Checking files for board 'gimlet'
38882026-08-17T18:24:49.458Z[ host-image] Aug 17 18:24:48.608 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38892026-08-17T18:24:49.459Z[ host-image] Aug 17 18:24:48.608 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38902026-08-17T18:24:49.459Z[ host-image] Aug 17 18:24:48.608 INFO Checking files for board 'cosmo-mbist'
38912026-08-17T18:24:49.459Z[ host-image] Aug 17 18:24:48.608 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38922026-08-17T18:24:49.465Z[ host-image] Aug 17 18:24:48.618 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpSodkyB/proto/host/root"
38932026-08-17T18:24:49.468Z[ host-image] Aug 17 18:24:48.618 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38942026-08-17T18:24:49.468Z[ host-image] Aug 17 18:24:48.618 INFO image builder template: ramdisk-01-os...
38952026-08-17T18:24:49.468Z[ host-image] Aug 17 18:24:48.618 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/.tmpSodkyB/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.504", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38962026-08-17T18:24:49.478Z[ host-image] Aug 17 18:24:48.631 INFO O| Aug 17 18:24:48.631 INFO CREATE DATASET: rpool/images/build/host/output
38972026-08-17T18:24:51.357Z[ host-image] Aug 17 18:24:50.510 INFO O| Aug 17 18:24:50.510 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38982026-08-17T18:24:51.360Z[ host-image] Aug 17 18:24:50.513 INFO O| Aug 17 18:24:50.513 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38992026-08-17T18:24:51.540Z[ host-image] Aug 17 18:24:50.693 INFO O| Aug 17 18:24:50.693 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39002026-08-17T18:24:51.592Z[ host-image] Aug 17 18:24:50.744 INFO O| Aug 17 18:24:50.744 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39012026-08-17T18:24:51.592Z[ host-image] Aug 17 18:24:50.744 INFO O| Aug 17 18:24:50.744 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39022026-08-17T18:24:51.595Z[ host-image] Aug 17 18:24:50.744 INFO O| Aug 17 18:24:50.744 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39032026-08-17T18:24:51.595Z[ host-image] Aug 17 18:24:50.744 INFO O| Aug 17 18:24:50.744 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39042026-08-17T18:24:51.598Z[ host-image] Aug 17 18:24:50.750 INFO O| Aug 17 18:24:50.750 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39052026-08-17T18:24:51.808Z[ host-image] Aug 17 18:24:50.961 INFO O| Aug 17 18:24:50.961 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39062026-08-17T18:24:51.816Z[ host-image] Aug 17 18:24:50.969 INFO O| Aug 17 18:24:50.969 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39072026-08-17T18:24:52.090Z[ host-image] Aug 17 18:24:51.242 INFO O| Aug 17 18:24:51.242 INFO O| Caching catalogs ... Done
39082026-08-17T18:24:52.152Z[ host-image] Aug 17 18:24:51.305 INFO O| Aug 17 18:24:51.305 INFO STEP 0 (pkg_image_create) COMPLETE
39092026-08-17T18:24:52.152Z[ host-image] Aug 17 18:24:51.305 INFO O| Aug 17 18:24:51.305 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39102026-08-17T18:24:52.158Z[ host-image] Aug 17 18:24:51.311 INFO O| Aug 17 18:24:51.311 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"]
39112026-08-17T18:24:52.400Z[ host-image] Aug 17 18:24:51.552 INFO O| Aug 17 18:24:51.552 INFO STEP 1 (pkg_set_publisher) COMPLETE
39122026-08-17T18:24:52.400Z[ host-image] Aug 17 18:24:51.552 INFO O| Aug 17 18:24:51.552 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-08-17T18:24:52.403Z[ host-image] Aug 17 18:24:51.553 INFO O| Aug 17 18:24:51.552 INFO skip step because feature "publisher_1_name" is not enabled
39142026-08-17T18:24:52.403Z[ host-image] Aug 17 18:24:51.553 INFO O| Aug 17 18:24:51.552 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39152026-08-17T18:24:52.403Z[ host-image] Aug 17 18:24:51.553 INFO O| Aug 17 18:24:51.552 INFO skip step because feature "publisher_2_name" is not enabled
39162026-08-17T18:24:52.403Z[ host-image] Aug 17 18:24:51.553 INFO O| Aug 17 18:24:51.552 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-08-17T18:24:52.403Z[ host-image] Aug 17 18:24:51.553 INFO O| Aug 17 18:24:51.552 INFO skip step because feature "publisher_3_name" is not enabled
39182026-08-17T18:24:52.403Z[ host-image] Aug 17 18:24:51.553 INFO O| Aug 17 18:24:51.553 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39192026-08-17T18:24:52.735Z[ host-image] Aug 17 18:24:51.887 INFO O| Aug 17 18:24:51.887 INFO variant opensolaris.zone is already global
39202026-08-17T18:24:52.735Z[ host-image] Aug 17 18:24:51.887 INFO O| Aug 17 18:24:51.887 INFO STEP 5 (pkg_change_variant) COMPLETE
39212026-08-17T18:24:52.738Z[ host-image] Aug 17 18:24:51.887 INFO O| Aug 17 18:24:51.887 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39222026-08-17T18:24:53.032Z[ host-image] Aug 17 18:24:52.184 INFO O| Aug 17 18:24:52.184 INFO variant opensolaris.imagetype is full; changing to partial
39232026-08-17T18:24:53.032Z[ host-image] Aug 17 18:24:52.184 INFO O| Aug 17 18:24:52.184 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39242026-08-17T18:24:54.483Z[ host-image] Aug 17 18:24:53.635 INFO O| Aug 17 18:24:53.635 INFO O| Startup: Refreshing catalog 'helios' ... Done
39252026-08-17T18:24:54.841Z[ host-image] Aug 17 18:24:53.993 INFO O| Aug 17 18:24:53.993 INFO O| Startup: Caching catalogs ... Done
39262026-08-17T18:24:54.853Z[ host-image] Aug 17 18:24:54.005 INFO O| Aug 17 18:24:54.005 INFO O| Planning: Planning completed in 0.00 seconds
39272026-08-17T18:24:54.857Z[ host-image] Aug 17 18:24:54.006 INFO O| Aug 17 18:24:54.006 INFO O| Planning: Consolidating action changes ... Done
39282026-08-17T18:24:54.857Z[ host-image] Aug 17 18:24:54.006 INFO O| Aug 17 18:24:54.006 INFO O| Planning: Evaluating mediators ... Done
39292026-08-17T18:24:54.857Z[ host-image] Aug 17 18:24:54.006 INFO O| Aug 17 18:24:54.006 INFO O| Planning: Planning completed in 0.00 seconds
39302026-08-17T18:24:54.857Z[ host-image] Aug 17 18:24:54.006 INFO O| Aug 17 18:24:54.006 INFO O| Variants/Facets to change: 1
39312026-08-17T18:24:54.862Z[ host-image] Aug 17 18:24:54.014 INFO O| Aug 17 18:24:54.014 INFO O| Finalize: Updating package state database ... Done
39322026-08-17T18:24:54.862Z[ host-image] Aug 17 18:24:54.015 INFO O| Aug 17 18:24:54.014 INFO O| Finalize: Updating package cache ... Done
39332026-08-17T18:24:54.922Z[ host-image] Aug 17 18:24:54.074 INFO O| Aug 17 18:24:54.074 INFO O| Finalize: Updating image state ... Done
39342026-08-17T18:24:54.930Z[ host-image] Aug 17 18:24:54.082 INFO O| Aug 17 18:24:54.082 INFO O| Finalize: Creating fast lookup database ... Done
39352026-08-17T18:24:54.933Z[ host-image] Aug 17 18:24:54.083 INFO O| Aug 17 18:24:54.083 INFO O| Finalize: Reading search index ... Done
39362026-08-17T18:24:54.933Z[ host-image] Aug 17 18:24:54.083 INFO O| Aug 17 18:24:54.083 INFO O| Finalize: Updating search index ... Done
39372026-08-17T18:24:54.933Z[ host-image] Aug 17 18:24:54.083 INFO O| Aug 17 18:24:54.083 INFO O| Finalize: Updating package cache ... Done
39382026-08-17T18:24:55.092Z[ host-image] Aug 17 18:24:54.244 INFO O| Aug 17 18:24:54.243 INFO STEP 6 (pkg_change_variant) COMPLETE
39392026-08-17T18:24:55.092Z[ host-image] Aug 17 18:24:54.244 INFO O| Aug 17 18:24:54.243 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39402026-08-17T18:24:55.095Z[ host-image] Aug 17 18:24:54.244 INFO O| Aug 17 18:24:54.244 INFO skip step because feature "debug_variant" is not enabled
39412026-08-17T18:24:55.095Z[ host-image] Aug 17 18:24:54.244 INFO O| Aug 17 18:24:54.244 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39422026-08-17T18:24:55.332Z[ host-image] Aug 17 18:24:54.484 INFO O| Aug 17 18:24:54.484 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39432026-08-17T18:24:56.542Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.83s
39442026-08-17T18:24:56.771Z[ host-image] Aug 17 18:24:55.923 INFO O| Aug 17 18:24:55.923 INFO O| Startup: Refreshing catalog 'helios' ... Done
39452026-08-17T18:24:57.213Z[ host-image] Aug 17 18:24:56.365 INFO O| Aug 17 18:24:56.365 INFO O| Startup: Caching catalogs ... Done
39462026-08-17T18:24:57.225Z[ host-image] Aug 17 18:24:56.378 INFO O| Aug 17 18:24:56.378 INFO O| Planning: Planning completed in 0.00 seconds
39472026-08-17T18:24:57.229Z[ host-image] Aug 17 18:24:56.378 INFO O| Aug 17 18:24:56.378 INFO O| Planning: Consolidating action changes ... Done
39482026-08-17T18:24:57.229Z[ host-image] Aug 17 18:24:56.378 INFO O| Aug 17 18:24:56.378 INFO O| Planning: Evaluating mediators ... Done
39492026-08-17T18:24:57.229Z[ host-image] Aug 17 18:24:56.378 INFO O| Aug 17 18:24:56.378 INFO O| Planning: Planning completed in 0.00 seconds
39502026-08-17T18:24:57.229Z[ host-image] Aug 17 18:24:56.378 INFO O| Aug 17 18:24:56.378 INFO O| Variants/Facets to change: 1
39512026-08-17T18:24:57.235Z[ host-image] Aug 17 18:24:56.388 INFO O| Aug 17 18:24:56.388 INFO O| Finalize: Updating package state database ... Done
39522026-08-17T18:24:57.238Z[ host-image] Aug 17 18:24:56.388 INFO O| Aug 17 18:24:56.388 INFO O| Finalize: Updating package cache ... Done
39532026-08-17T18:24:57.305Z[ host-image] Aug 17 18:24:56.457 INFO O| Aug 17 18:24:56.457 INFO O| Finalize: Updating image state ... Done
39542026-08-17T18:24:57.322Z[ host-image] Aug 17 18:24:56.473 INFO O| Aug 17 18:24:56.473 INFO O| Finalize: Creating fast lookup database ... Done
39552026-08-17T18:24:57.327Z[ host-image] Aug 17 18:24:56.473 INFO O| Aug 17 18:24:56.473 INFO O| Finalize: Reading search index ... Done
39562026-08-17T18:24:57.327Z[ host-image] Aug 17 18:24:56.473 INFO O| Aug 17 18:24:56.473 INFO O| Finalize: Updating search index ... Done
39572026-08-17T18:24:57.327Z[ host-image] Aug 17 18:24:56.474 INFO O| Aug 17 18:24:56.474 INFO O| Finalize: Updating package cache ... Done
39582026-08-17T18:24:57.491Z[ host-image] Aug 17 18:24:56.642 INFO O| Aug 17 18:24:56.642 INFO STEP 8 (pkg_change_facet) COMPLETE
39592026-08-17T18:24:57.491Z[ host-image] Aug 17 18:24:56.642 INFO O| Aug 17 18:24:56.642 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39602026-08-17T18:24:57.495Z[ host-image] Aug 17 18:24:56.642 INFO O| Aug 17 18:24:56.642 INFO skip step because feature "recovery" is not enabled
39612026-08-17T18:24:57.495Z[ host-image] Aug 17 18:24:56.643 INFO O| Aug 17 18:24:56.642 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39622026-08-17T18:24:57.495Z[ host-image] Aug 17 18:24:56.643 INFO O| Aug 17 18:24:56.642 INFO skip step because feature "recovery" is not enabled
39632026-08-17T18:24:57.495Z[ host-image] Aug 17 18:24:56.643 INFO O| Aug 17 18:24:56.642 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39642026-08-17T18:24:57.500Z[ host-image] Aug 17 18:24:56.649 INFO O| Aug 17 18:24:56.649 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"]
39652026-08-17T18:24:58.735ZAug 17 18:24:57.888 INFO [recovery-package] process exited with exit status: 0 (15.145730378s)
39662026-08-17T18:24:58.736ZAug 17 18:24:57.888 INFO [recovery-libraries] running task
39672026-08-17T18:24:58.736ZAug 17 18:24:57.888 INFO [recovery-stamp] running task
39682026-08-17T18:24:58.739ZAug 17 18:24:57.888 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+git30722673bcd
39692026-08-17T18:24:58.739ZAug 17 18:24:57.888 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git30722673bcd
39702026-08-17T18:24:58.743Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39712026-08-17T18:24:58.746Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39722026-08-17T18:24:58.788ZAug 17 18:24:57.941 INFO [recovery-libraries] task succeeded (52.868409ms)
39732026-08-17T18:24:58.791ZAug 17 18:24:57.941 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39742026-08-17T18:24:58.867Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39752026-08-17T18:24:58.871ZAug 17 18:24:58.023 INFO [stamp-installinator] process exited with exit status: 0 (134.692242ms)
39762026-08-17T18:24:58.877Z[ host-image] Aug 17 18:24:58.029 INFO O| Aug 17 18:24:58.029 INFO O| Startup: Refreshing catalog 'helios' ... Done
39772026-08-17T18:24:58.927Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39782026-08-17T18:24:58.930ZAug 17 18:24:58.083 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (195.012647ms)
39792026-08-17T18:24:58.931ZAug 17 18:24:58.083 INFO [recovery-stamp] task succeeded (195.448357ms)
39802026-08-17T18:24:58.931ZAug 17 18:24:58.083 INFO [recovery-proto] running task
39812026-08-17T18:24:58.934ZAug 17 18:24:58.083 INFO [tuf-stamp] running task
39822026-08-17T18:24:58.934ZAug 17 18:24:58.084 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+git30722673bcd
39832026-08-17T18:24:58.934ZAug 17 18:24:58.084 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+git30722673bcd
39842026-08-17T18:24:58.934ZAug 17 18:24:58.084 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+git30722673bcd
39852026-08-17T18:24:58.934ZAug 17 18:24:58.085 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+git30722673bcd
39862026-08-17T18:24:58.934ZAug 17 18:24:58.085 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+git30722673bcd
39872026-08-17T18:24:58.934ZAug 17 18:24:58.086 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+git30722673bcd
39882026-08-17T18:24:58.934ZAug 17 18:24:58.086 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+git30722673bcd
39892026-08-17T18:24:58.934ZAug 17 18:24:58.086 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+git30722673bcd
39902026-08-17T18:24:58.934ZAug 17 18:24:58.086 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+git30722673bcd
39912026-08-17T18:24:58.937ZAug 17 18:24:58.086 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+git30722673bcd
39922026-08-17T18:24:58.937ZAug 17 18:24:58.087 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+git30722673bcd
39932026-08-17T18:24:58.937ZAug 17 18:24:58.087 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+git30722673bcd
39942026-08-17T18:24:58.940Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-08-17T18:24:58.955Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-08-17T18:24:58.955Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-08-17T18:24:58.955Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-08-17T18:24:58.955Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39992026-08-17T18:24:58.955Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40002026-08-17T18:24:58.955Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40012026-08-17T18:24:58.955Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40022026-08-17T18:24:58.955Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40032026-08-17T18:24:58.955Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40042026-08-17T18:24:58.955Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40052026-08-17T18:24:58.955Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40062026-08-17T18:24:58.988Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40072026-08-17T18:24:58.992ZAug 17 18:24:58.145 INFO [stamp-probe] process exited with exit status: 0 (60.603845ms)
40082026-08-17T18:24:59.051ZAug 17 18:24:58.202 INFO [recovery-proto] task succeeded (119.07778ms)
40092026-08-17T18:24:59.055ZAug 17 18:24:58.202 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.504' -P /tmp/.tmpSodkyB/proto/recovery/root -N 'recovery 3072267/${os_short_commit} 2026-08-17 18:12' -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/'
40102026-08-17T18:24:59.058Z[ recovery-image] Aug 17 18:24:58.209 INFO Checking files for board 'gimlet'
40112026-08-17T18:24:59.058Z[ recovery-image] Aug 17 18:24:58.209 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40122026-08-17T18:24:59.058Z[ recovery-image] Aug 17 18:24:58.210 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40132026-08-17T18:24:59.058Z[ recovery-image] Aug 17 18:24:58.210 INFO Checking files for board 'cosmo'
40142026-08-17T18:24:59.058Z[ recovery-image] Aug 17 18:24:58.210 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40152026-08-17T18:24:59.058Z[ recovery-image] Aug 17 18:24:58.210 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40162026-08-17T18:24:59.058Z[ recovery-image] Aug 17 18:24:58.210 INFO Checking files for board 'cosmo-mbist-noaggr'
40172026-08-17T18:24:59.058Z[ recovery-image] Aug 17 18:24:58.210 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40182026-08-17T18:24:59.058Z[ recovery-image] Aug 17 18:24:58.210 INFO Checking files for board 'cosmo-mbist'
40192026-08-17T18:24:59.058Z[ recovery-image] Aug 17 18:24:58.210 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40202026-08-17T18:24:59.067Z[ recovery-image] Aug 17 18:24:58.220 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpSodkyB/proto/recovery/root"
40212026-08-17T18:24:59.067Z[ recovery-image] Aug 17 18:24:58.220 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40222026-08-17T18:24:59.070Z[ recovery-image] Aug 17 18:24:58.220 INFO image builder template: ramdisk-01-os...
40232026-08-17T18:24:59.070Z[ recovery-image] Aug 17 18:24:58.220 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/.tmpSodkyB/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40242026-08-17T18:24:59.084Z[ recovery-image] Aug 17 18:24:58.237 INFO O| Aug 17 18:24:58.237 INFO CREATE DATASET: rpool/images/build/recovery/output
40252026-08-17T18:24:59.330Z[ host-image] Aug 17 18:24:58.483 INFO O| Aug 17 18:24:58.483 INFO O| Startup: Caching catalogs ... Done
40262026-08-17T18:24:59.334Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40272026-08-17T18:24:59.360Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40282026-08-17T18:24:59.457Z[ recovery-image] Aug 17 18:24:58.609 INFO O| Aug 17 18:24:58.609 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40292026-08-17T18:24:59.460Z[ recovery-image] Aug 17 18:24:58.613 INFO O| Aug 17 18:24:58.613 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40302026-08-17T18:24:59.498Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40312026-08-17T18:24:59.501ZAug 17 18:24:58.654 INFO [stamp-ntp] process exited with exit status: 0 (569.392299ms)
40322026-08-17T18:24:59.571Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40332026-08-17T18:24:59.574ZAug 17 18:24:58.727 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (641.718724ms)
40342026-08-17T18:24:59.811Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40352026-08-17T18:24:59.814ZAug 17 18:24:58.967 INFO [stamp-external-dns] process exited with exit status: 0 (881.439833ms)
40362026-08-17T18:24:59.829Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40372026-08-17T18:24:59.832ZAug 17 18:24:58.985 INFO [stamp-internal-dns] process exited with exit status: 0 (901.549179ms)
40382026-08-17T18:24:59.838Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40392026-08-17T18:24:59.841ZAug 17 18:24:58.994 INFO [stamp-crucible-zone] process exited with exit status: 0 (907.841054ms)
40402026-08-17T18:25:00.080Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40412026-08-17T18:25:00.084ZAug 17 18:24:59.236 INFO [stamp-oximeter] process exited with exit status: 0 (1.150351036s)
40422026-08-17T18:25:00.173Z[ recovery-image] Aug 17 18:24:59.325 INFO O| Aug 17 18:24:59.325 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40432026-08-17T18:25:00.422Z[ recovery-image] Aug 17 18:24:59.575 INFO O| Aug 17 18:24:59.575 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40442026-08-17T18:25:00.422Z[ recovery-image] Aug 17 18:24:59.575 INFO O| Aug 17 18:24:59.575 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40452026-08-17T18:25:00.425Z[ recovery-image] Aug 17 18:24:59.575 INFO O| Aug 17 18:24:59.575 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40462026-08-17T18:25:00.425Z[ recovery-image] Aug 17 18:24:59.575 INFO O| Aug 17 18:24:59.575 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40472026-08-17T18:25:00.429Z[ recovery-image] Aug 17 18:24:59.581 INFO O| Aug 17 18:24:59.581 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40482026-08-17T18:25:01.174Z[ host-image] Aug 17 18:25:00.326 INFO O| Aug 17 18:25:00.326 INFO O| Planning: Solver setup ... Done
40492026-08-17T18:25:01.335Z[ host-image] Aug 17 18:25:00.487 INFO O| Aug 17 18:25:00.487 INFO O| Planning: Running solver ... Done
40502026-08-17T18:25:01.374Z[ host-image] Aug 17 18:25:00.526 INFO O| Aug 17 18:25:00.526 INFO O| Planning: Finding local manifests ... Done
40512026-08-17T18:25:01.396Z[ host-image] Aug 17 18:25:00.549 INFO O| Aug 17 18:25:00.549 INFO O| Planning: Fetching manifests: 0/130 0% complete
40522026-08-17T18:25:01.605Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40532026-08-17T18:25:01.609ZAug 17 18:25:00.761 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.675952096s)
40542026-08-17T18:25:03.101Z[ host-image] Aug 17 18:25:02.254 INFO O| Aug 17 18:25:02.254 INFO O| Planning: Fetching manifests: 130/130 100% complete
40552026-08-17T18:25:03.452Z[ host-image] Aug 17 18:25:02.604 INFO O| Aug 17 18:25:02.604 INFO O| Planning: Package planning ... Done
40562026-08-17T18:25:03.613Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40572026-08-17T18:25:03.616ZAug 17 18:25:02.769 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.681789646s)
40582026-08-17T18:25:03.895Z[ host-image] Aug 17 18:25:03.047 INFO O| Aug 17 18:25:03.047 INFO O| Planning: Merging actions ... Done
40592026-08-17T18:25:03.969Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40602026-08-17T18:25:03.972Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40612026-08-17T18:25:03.975ZAug 17 18:25:03.125 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.038103093s)
40622026-08-17T18:25:03.975ZAug 17 18:25:03.126 INFO [stamp-clickhouse] process exited with exit status: 0 (5.040116975s)
40632026-08-17T18:25:03.995Z[verify-libraries] Compiling match_cfg v0.1.0
40642026-08-17T18:25:03.995Z[verify-libraries] Compiling slog-json v2.6.1
40652026-08-17T18:25:03.998Z[verify-libraries] Compiling debug-ignore v1.0.5
40662026-08-17T18:25:03.998Z[verify-libraries] Compiling progenitor-client v0.14.0
40672026-08-17T18:25:03.998Z[verify-libraries] Compiling sha1 v0.11.0
40682026-08-17T18:25:03.998Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40692026-08-17T18:25:03.998Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40702026-08-17T18:25:03.998Z[verify-libraries] Compiling multer v3.1.0
40712026-08-17T18:25:04.005Z[ host-image] Aug 17 18:25:03.158 INFO O| Aug 17 18:25:03.157 INFO O| Planning: Checking for conflicting actions ... Done
40722026-08-17T18:25:04.106Z[ host-image] Aug 17 18:25:03.258 INFO O| Aug 17 18:25:03.258 INFO O| Planning: Consolidating action changes ... Done
40732026-08-17T18:25:04.279Z[ host-image] Aug 17 18:25:03.432 INFO O| Aug 17 18:25:03.431 INFO O| Planning: Evaluating mediators ... Done
40742026-08-17T18:25:04.337Z[verify-libraries] Compiling compression-core v0.4.31
40752026-08-17T18:25:04.337Z[verify-libraries] Compiling async-stream-impl v0.3.6
40762026-08-17T18:25:04.340Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40772026-08-17T18:25:04.340Z[verify-libraries] Compiling serde_spanned v1.1.1
40782026-08-17T18:25:04.340Z[verify-libraries] Compiling dropshot v0.17.1
40792026-08-17T18:25:04.370Z[ recovery-image] Aug 17 18:25:03.522 INFO O| Aug 17 18:25:03.522 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40802026-08-17T18:25:04.379Z[ recovery-image] Aug 17 18:25:03.532 INFO O| Aug 17 18:25:03.532 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40812026-08-17T18:25:04.399Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40822026-08-17T18:25:04.402ZAug 17 18:25:03.555 INFO [stamp-nexus] process exited with exit status: 0 (5.469367869s)
40832026-08-17T18:25:04.402ZAug 17 18:25:03.555 INFO [tuf-stamp] task succeeded (5.471855121s)
40842026-08-17T18:25:04.402ZAug 17 18:25:03.555 INFO [tuf-v2-zones] running task
40852026-08-17T18:25:04.444Z[verify-libraries] Compiling hostname v0.3.1
40862026-08-17T18:25:04.466Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40872026-08-17T18:25:04.466Z[verify-libraries] Compiling waitgroup v0.1.2
40882026-08-17T18:25:04.466Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40892026-08-17T18:25:04.556Z[verify-libraries] Compiling compression-codecs v0.4.37
40902026-08-17T18:25:04.591ZAug 17 18:25:03.744 INFO [tuf-v2-zones] task succeeded (188.364212ms)
40912026-08-17T18:25:04.596Z[verify-libraries] Compiling slog-bunyan v2.5.0
40922026-08-17T18:25:04.599Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40932026-08-17T18:25:04.643Z[verify-libraries] Compiling hostname v0.4.2
40942026-08-17T18:25:04.688Z[ recovery-image] Aug 17 18:25:03.840 INFO O| Aug 17 18:25:03.840 INFO O| Caching catalogs ... Done
40952026-08-17T18:25:04.691Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
40962026-08-17T18:25:04.691Z[verify-libraries] Compiling atomicwrites v0.4.4
40972026-08-17T18:25:04.691Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40982026-08-17T18:25:04.707Z[verify-libraries] Compiling macaddr v1.0.1
40992026-08-17T18:25:04.726Z[verify-libraries] Compiling regress v0.10.5
41002026-08-17T18:25:04.775Z[ recovery-image] Aug 17 18:25:03.927 INFO O| Aug 17 18:25:03.927 INFO STEP 0 (pkg_image_create) COMPLETE
41012026-08-17T18:25:04.775Z[ recovery-image] Aug 17 18:25:03.927 INFO O| Aug 17 18:25:03.927 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41022026-08-17T18:25:04.784Z[ recovery-image] Aug 17 18:25:03.937 INFO O| Aug 17 18:25:03.937 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"]
41032026-08-17T18:25:04.796Z[verify-libraries] Compiling async-compression v0.4.41
41042026-08-17T18:25:04.836Z[verify-libraries] Compiling instant v0.1.13
41052026-08-17T18:25:04.839Z[verify-libraries] Compiling parse-display-derive v0.10.0
41062026-08-17T18:25:04.854Z[verify-libraries] Compiling itertools v0.14.0
41072026-08-17T18:25:04.858Z[verify-libraries] Compiling backon v1.6.0
41082026-08-17T18:25:04.921Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41092026-08-17T18:25:04.921Z[verify-libraries] Compiling humantime v2.3.0
41102026-08-17T18:25:05.030Z[verify-libraries] Compiling backoff v0.4.0
41112026-08-17T18:25:05.070Z[verify-libraries] Compiling async-stream v0.3.6
41122026-08-17T18:25:05.074Z[verify-libraries] Compiling convert_case v0.4.0
41132026-08-17T18:25:05.093Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41142026-08-17T18:25:05.108Z[ recovery-image] Aug 17 18:25:04.260 INFO O| Aug 17 18:25:04.259 INFO STEP 1 (pkg_set_publisher) COMPLETE
41152026-08-17T18:25:05.108Z[ recovery-image] Aug 17 18:25:04.260 INFO O| Aug 17 18:25:04.260 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41162026-08-17T18:25:05.108Z[ recovery-image] Aug 17 18:25:04.260 INFO O| Aug 17 18:25:04.260 INFO skip step because feature "publisher_1_name" is not enabled
41172026-08-17T18:25:05.112Z[ recovery-image] Aug 17 18:25:04.260 INFO O| Aug 17 18:25:04.260 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41182026-08-17T18:25:05.112Z[ recovery-image] Aug 17 18:25:04.260 INFO O| Aug 17 18:25:04.260 INFO skip step because feature "publisher_2_name" is not enabled
41192026-08-17T18:25:05.112Z[ recovery-image] Aug 17 18:25:04.260 INFO O| Aug 17 18:25:04.260 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41202026-08-17T18:25:05.112Z[ recovery-image] Aug 17 18:25:04.260 INFO O| Aug 17 18:25:04.260 INFO skip step because feature "publisher_3_name" is not enabled
41212026-08-17T18:25:05.112Z[ recovery-image] Aug 17 18:25:04.260 INFO O| Aug 17 18:25:04.260 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41222026-08-17T18:25:05.143Z[verify-libraries] Compiling half v2.7.1
41232026-08-17T18:25:05.209Z[verify-libraries] Compiling progenitor-extras v0.2.0
41242026-08-17T18:25:05.213Z[verify-libraries] Compiling ciborium-io v0.2.2
41252026-08-17T18:25:05.239Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41262026-08-17T18:25:05.304Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41272026-08-17T18:25:05.328Z[verify-libraries] Compiling indent_write v2.2.0
41282026-08-17T18:25:05.350Z[verify-libraries] Compiling regress v0.11.1
41292026-08-17T18:25:05.372Z[verify-libraries] Compiling secrecy v0.10.3
41302026-08-17T18:25:05.447Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41312026-08-17T18:25:05.462Z[ recovery-image] Aug 17 18:25:04.611 INFO O| Aug 17 18:25:04.611 INFO variant opensolaris.zone is already global
41322026-08-17T18:25:05.463Z[ recovery-image] Aug 17 18:25:04.611 INFO O| Aug 17 18:25:04.611 INFO STEP 5 (pkg_change_variant) COMPLETE
41332026-08-17T18:25:05.466Z[ recovery-image] Aug 17 18:25:04.611 INFO O| Aug 17 18:25:04.611 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41342026-08-17T18:25:05.568Z[verify-libraries] Compiling ciborium-ll v0.2.2
41352026-08-17T18:25:05.627Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41362026-08-17T18:25:05.631Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41372026-08-17T18:25:05.631Z[verify-libraries] Compiling derive_more v0.99.20
41382026-08-17T18:25:05.697Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41392026-08-17T18:25:05.735Z[verify-libraries] Compiling inout v0.1.4
41402026-08-17T18:25:05.744Z[ host-image] Aug 17 18:25:04.896 INFO O| Aug 17 18:25:04.896 INFO O| Planning: Planning completed in 6.40 seconds
41412026-08-17T18:25:05.748Z[ host-image] Aug 17 18:25:04.898 INFO O| Aug 17 18:25:04.898 INFO O| Packages to install: 130
41422026-08-17T18:25:05.748Z[ host-image] Aug 17 18:25:04.898 INFO O| Aug 17 18:25:04.898 INFO O| Mediators to change: 5
41432026-08-17T18:25:05.748Z[ host-image] Aug 17 18:25:04.898 INFO O| Aug 17 18:25:04.898 INFO O| Services to change: 6
41442026-08-17T18:25:05.780Z[ host-image] Aug 17 18:25:04.932 INFO O| Aug 17 18:25:04.932 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
41452026-08-17T18:25:05.785Z[verify-libraries] Compiling universal-hash v0.5.1
41462026-08-17T18:25:05.821Z[ recovery-image] Aug 17 18:25:04.973 INFO O| Aug 17 18:25:04.973 INFO variant opensolaris.imagetype is full; changing to partial
41472026-08-17T18:25:05.821Z[ recovery-image] Aug 17 18:25:04.973 INFO O| Aug 17 18:25:04.973 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41482026-08-17T18:25:05.837Z[verify-libraries] Compiling ciborium v0.2.2
41492026-08-17T18:25:05.953Z[verify-libraries] Compiling cipher v0.4.4
41502026-08-17T18:25:05.990Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41512026-08-17T18:25:06.027Z[verify-libraries] Compiling opaque-debug v0.3.1
41522026-08-17T18:25:06.073Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41532026-08-17T18:25:06.130Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41542026-08-17T18:25:06.164Z[verify-libraries] Compiling poly1305 v0.8.0
41552026-08-17T18:25:06.198Z[verify-libraries] Compiling blake2 v0.10.6
41562026-08-17T18:25:06.238Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41572026-08-17T18:25:06.267Z[verify-libraries] Compiling chacha20 v0.9.1
41582026-08-17T18:25:06.300Z[verify-libraries] Compiling aead v0.5.2
41592026-08-17T18:25:06.338Z[verify-libraries] Compiling password-hash v0.5.0
41602026-08-17T18:25:06.494Z[verify-libraries] Compiling num-derive v0.4.2
41612026-08-17T18:25:06.609Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41622026-08-17T18:25:06.609Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41632026-08-17T18:25:06.653Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41642026-08-17T18:25:06.829Z[verify-libraries] Compiling argon2 v0.5.3
41652026-08-17T18:25:06.829Z[verify-libraries] Compiling rayon-core v1.13.0
41662026-08-17T18:25:06.852Z[verify-libraries] Compiling parse-display v0.10.0
41672026-08-17T18:25:06.902Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41682026-08-17T18:25:06.902Z[verify-libraries] Compiling glob v0.3.3
41692026-08-17T18:25:06.953Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41702026-08-17T18:25:07.001Z[verify-libraries] Compiling usdt-macro v0.5.0
41712026-08-17T18:25:07.160Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41722026-08-17T18:25:07.254Z[verify-libraries] Compiling typify-impl v0.6.2
41732026-08-17T18:25:07.355Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41742026-08-17T18:25:07.444Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41752026-08-17T18:25:07.581Z[verify-libraries] Compiling vsss-rs v3.3.4
41762026-08-17T18:25:07.646Z[verify-libraries] Compiling memmap v0.7.0
41772026-08-17T18:25:07.862Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41782026-08-17T18:25:07.926Z[verify-libraries] Compiling heapless v0.8.0
41792026-08-17T18:25:07.950Z[verify-libraries] Compiling proc-macro-error v1.0.4
41802026-08-17T18:25:07.989Z[verify-libraries] Compiling tabwriter v1.4.1
41812026-08-17T18:25:07.992Z[verify-libraries] Compiling usdt v0.5.0
41822026-08-17T18:25:08.182Z[verify-libraries] Compiling ingot-macros v0.2.0
41832026-08-17T18:25:08.235Z[verify-libraries] Compiling hash32 v0.3.1
41842026-08-17T18:25:08.287Z[verify-libraries] Compiling smoltcp v0.11.0
41852026-08-17T18:25:08.328Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41862026-08-17T18:25:08.355Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41872026-08-17T18:25:08.380Z[verify-libraries] Compiling cobs v0.3.0
41882026-08-17T18:25:08.399Z[verify-libraries] Compiling colored v3.1.1
41892026-08-17T18:25:08.425Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
41902026-08-17T18:25:08.535Z[verify-libraries] Compiling rayon v1.11.0
41912026-08-17T18:25:08.564Z[verify-libraries] Compiling num_enum_derive v0.7.6
41922026-08-17T18:25:08.591Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41932026-08-17T18:25:08.656Z[verify-libraries] Compiling postcard v1.1.3
41942026-08-17T18:25:08.697Z[verify-libraries] Compiling rand v0.10.1
41952026-08-17T18:25:08.755Z[verify-libraries] Compiling proc-macro-crate v1.3.1
41962026-08-17T18:25:08.759Z[ recovery-image] Aug 17 18:25:07.911 INFO O| Aug 17 18:25:07.911 INFO O| Startup: Refreshing catalog 'helios' ... Done
41972026-08-17T18:25:08.782Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41982026-08-17T18:25:08.910Z[verify-libraries] Compiling foreign-types-macros v0.2.3
41992026-08-17T18:25:08.947Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42002026-08-17T18:25:08.969Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42012026-08-17T18:25:08.987Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42022026-08-17T18:25:09.131Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42032026-08-17T18:25:09.233Z[ recovery-image] Aug 17 18:25:08.385 INFO O| Aug 17 18:25:08.385 INFO O| Startup: Caching catalogs ... Done
42042026-08-17T18:25:09.247Z[ recovery-image] Aug 17 18:25:08.400 INFO O| Aug 17 18:25:08.399 INFO O| Planning: Planning completed in 0.00 seconds
42052026-08-17T18:25:09.250Z[ recovery-image] Aug 17 18:25:08.400 INFO O| Aug 17 18:25:08.400 INFO O| Planning: Consolidating action changes ... Done
42062026-08-17T18:25:09.251Z[ recovery-image] Aug 17 18:25:08.400 INFO O| Aug 17 18:25:08.400 INFO O| Planning: Evaluating mediators ... Done
42072026-08-17T18:25:09.251Z[ recovery-image] Aug 17 18:25:08.400 INFO O| Aug 17 18:25:08.400 INFO O| Planning: Planning completed in 0.00 seconds
42082026-08-17T18:25:09.251Z[ recovery-image] Aug 17 18:25:08.401 INFO O| Aug 17 18:25:08.401 INFO O| Variants/Facets to change: 1
42092026-08-17T18:25:09.269Z[ recovery-image] Aug 17 18:25:08.421 INFO O| Aug 17 18:25:08.421 INFO O| Finalize: Updating package state database ... Done
42102026-08-17T18:25:09.269Z[ recovery-image] Aug 17 18:25:08.422 INFO O| Aug 17 18:25:08.421 INFO O| Finalize: Updating package cache ... Done
42112026-08-17T18:25:09.305Z[verify-libraries] Compiling num_enum_derive v0.5.11
42122026-08-17T18:25:09.357Z[ recovery-image] Aug 17 18:25:08.507 INFO O| Aug 17 18:25:08.507 INFO O| Finalize: Updating image state ... Done
42132026-08-17T18:25:09.360Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42142026-08-17T18:25:09.360Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42152026-08-17T18:25:09.372Z[ recovery-image] Aug 17 18:25:08.523 INFO O| Aug 17 18:25:08.523 INFO O| Finalize: Creating fast lookup database ... Done
42162026-08-17T18:25:09.372Z[ recovery-image] Aug 17 18:25:08.523 INFO O| Aug 17 18:25:08.523 INFO O| Finalize: Reading search index ... Done
42172026-08-17T18:25:09.376Z[ recovery-image] Aug 17 18:25:08.523 INFO O| Aug 17 18:25:08.523 INFO O| Finalize: Updating search index ... Done
42182026-08-17T18:25:09.376Z[ recovery-image] Aug 17 18:25:08.524 INFO O| Aug 17 18:25:08.524 INFO O| Finalize: Updating package cache ... Done
42192026-08-17T18:25:09.464Z[verify-libraries] Compiling cstr-argument v0.1.2
42202026-08-17T18:25:09.517Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42212026-08-17T18:25:09.625Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42222026-08-17T18:25:09.628Z[ recovery-image] Aug 17 18:25:08.777 INFO O| Aug 17 18:25:08.777 INFO STEP 6 (pkg_change_variant) COMPLETE
42232026-08-17T18:25:09.628Z[ recovery-image] Aug 17 18:25:08.777 INFO O| Aug 17 18:25:08.777 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42242026-08-17T18:25:09.628Z[ recovery-image] Aug 17 18:25:08.777 INFO O| Aug 17 18:25:08.777 INFO skip step because feature "debug_variant" is not enabled
42252026-08-17T18:25:09.628Z[ recovery-image] Aug 17 18:25:08.777 INFO O| Aug 17 18:25:08.777 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42262026-08-17T18:25:09.725Z[verify-libraries] Compiling sigpipe v0.1.3
42272026-08-17T18:25:09.801Z[verify-libraries] Compiling foreign-types v0.5.0
42282026-08-17T18:25:09.845Z[verify-libraries] Compiling num_enum v0.7.6
42292026-08-17T18:25:09.915Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42302026-08-17T18:25:09.918Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42312026-08-17T18:25:09.962Z[ recovery-image] Aug 17 18:25:09.115 INFO O| Aug 17 18:25:09.115 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42322026-08-17T18:25:09.966Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42332026-08-17T18:25:09.969Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42342026-08-17T18:25:10.010Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42352026-08-17T18:25:10.014Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42362026-08-17T18:25:10.055Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42372026-08-17T18:25:10.133Z[verify-libraries] Compiling itertools v0.12.1
42382026-08-17T18:25:10.190Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42392026-08-17T18:25:10.232Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42402026-08-17T18:25:10.285Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42412026-08-17T18:25:10.324Z[verify-libraries] Compiling toml v0.8.23
42422026-08-17T18:25:10.402Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42432026-08-17T18:25:10.517Z[verify-libraries] Compiling smf v0.2.3
42442026-08-17T18:25:10.572Z[verify-libraries] Compiling num_enum v0.5.11
42452026-08-17T18:25:10.629Z[verify-libraries] Compiling whoami v1.6.1
42462026-08-17T18:25:10.784Z[ host-image] Aug 17 18:25:09.934 INFO O| Aug 17 18:25:09.934 INFO O| Download: 12944/23887 items 110.5/222.8MB 49% complete (22.2M/s)
42472026-08-17T18:25:10.819Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42482026-08-17T18:25:10.883Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42492026-08-17T18:25:10.917Z[verify-libraries] Compiling derive-where v1.6.0
42502026-08-17T18:25:10.965Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42512026-08-17T18:25:11.190Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42522026-08-17T18:25:11.214Z[verify-libraries] Compiling gethostname v0.5.0
42532026-08-17T18:25:11.252Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42542026-08-17T18:25:11.290Z[verify-libraries] Compiling console v0.15.11
42552026-08-17T18:25:11.384Z[verify-libraries] Compiling newline-converter v0.3.0
42562026-08-17T18:25:11.436Z[verify-libraries] Compiling ingot-types v0.2.0
42572026-08-17T18:25:11.486Z[verify-libraries] Compiling resolv-conf v0.7.6
42582026-08-17T18:25:11.513Z[verify-libraries] Compiling num-rational v0.4.2
42592026-08-17T18:25:11.516Z[verify-libraries] Compiling num-complex v0.4.6
42602026-08-17T18:25:11.558Z[verify-libraries] Compiling slog-dtrace v0.3.0
42612026-08-17T18:25:11.616Z[verify-libraries] Compiling zone v0.3.1
42622026-08-17T18:25:11.736Z[verify-libraries] Compiling expectorate v1.2.0
42632026-08-17T18:25:11.841Z[ recovery-image] Aug 17 18:25:10.993 INFO O| Aug 17 18:25:10.993 INFO O| Startup: Refreshing catalog 'helios' ... Done
42642026-08-17T18:25:11.858Z[verify-libraries] Compiling ingot v0.2.1
42652026-08-17T18:25:11.941Z[verify-libraries] Compiling linear-map v1.2.0
42662026-08-17T18:25:11.941Z[verify-libraries] Compiling prettyplease v0.2.37
42672026-08-17T18:25:11.996Z[verify-libraries] Compiling num v0.4.3
42682026-08-17T18:25:12.030Z[verify-libraries] Compiling float-ord v0.3.2
42692026-08-17T18:25:12.101Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42702026-08-17T18:25:12.136Z[verify-libraries] Compiling linked-hash-map v0.5.6
42712026-08-17T18:25:12.180Z[verify-libraries] Compiling typify-macro v0.6.2
42722026-08-17T18:25:12.184Z[verify-libraries] Compiling hickory-proto v0.24.4
42732026-08-17T18:25:12.205Z[verify-libraries] Compiling convert_case v0.10.0
42742026-08-17T18:25:12.205Z[verify-libraries] Compiling minimal-lexical v0.2.1
42752026-08-17T18:25:12.253Z[ recovery-image] Aug 17 18:25:11.405 INFO O| Aug 17 18:25:11.405 INFO O| Startup: Caching catalogs ... Done
42762026-08-17T18:25:12.267Z[ recovery-image] Aug 17 18:25:11.419 INFO O| Aug 17 18:25:11.419 INFO O| Planning: Planning completed in 0.00 seconds
42772026-08-17T18:25:12.270Z[ recovery-image] Aug 17 18:25:11.420 INFO O| Aug 17 18:25:11.420 INFO O| Planning: Consolidating action changes ... Done
42782026-08-17T18:25:12.273Z[ recovery-image] Aug 17 18:25:11.420 INFO O| Aug 17 18:25:11.420 INFO O| Planning: Evaluating mediators ... Done
42792026-08-17T18:25:12.273Z[ recovery-image] Aug 17 18:25:11.423 INFO O| Aug 17 18:25:11.423 INFO O| Planning: Planning completed in 0.00 seconds
42802026-08-17T18:25:12.273Z[ recovery-image] Aug 17 18:25:11.423 INFO O| Aug 17 18:25:11.423 INFO O| Variants/Facets to change: 1
42812026-08-17T18:25:12.278Z[ recovery-image] Aug 17 18:25:11.431 INFO O| Aug 17 18:25:11.431 INFO O| Finalize: Updating package state database ... Done
42822026-08-17T18:25:12.278Z[ recovery-image] Aug 17 18:25:11.431 INFO O| Aug 17 18:25:11.431 INFO O| Finalize: Updating package cache ... Done
42832026-08-17T18:25:12.291Z[verify-libraries] Compiling owo-colors v4.3.0
42842026-08-17T18:25:12.343Z[ recovery-image] Aug 17 18:25:11.495 INFO O| Aug 17 18:25:11.494 INFO O| Finalize: Updating image state ... Done
42852026-08-17T18:25:12.356Z[ recovery-image] Aug 17 18:25:11.508 INFO O| Aug 17 18:25:11.508 INFO O| Finalize: Creating fast lookup database ... Done
42862026-08-17T18:25:12.360Z[ recovery-image] Aug 17 18:25:11.509 INFO O| Aug 17 18:25:11.509 INFO O| Finalize: Reading search index ... Done
42872026-08-17T18:25:12.360Z[ recovery-image] Aug 17 18:25:11.509 INFO O| Aug 17 18:25:11.509 INFO O| Finalize: Updating search index ... Done
42882026-08-17T18:25:12.360Z[ recovery-image] Aug 17 18:25:11.510 INFO O| Aug 17 18:25:11.510 INFO O| Finalize: Updating package cache ... Done
42892026-08-17T18:25:12.447Z[verify-libraries] Compiling lru-cache v0.1.2
42902026-08-17T18:25:12.447Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
42912026-08-17T18:25:12.534Z[verify-libraries] Compiling nom v7.1.3
42922026-08-17T18:25:12.612Z[verify-libraries] Compiling unicode-xid v0.2.6
42932026-08-17T18:25:12.629Z[ recovery-image] Aug 17 18:25:11.781 INFO O| Aug 17 18:25:11.781 INFO STEP 8 (pkg_change_facet) COMPLETE
42942026-08-17T18:25:12.629Z[ recovery-image] Aug 17 18:25:11.781 INFO O| Aug 17 18:25:11.781 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42952026-08-17T18:25:12.657Z[verify-libraries] Compiling derive_more-impl v2.1.1
42962026-08-17T18:25:12.657Z[verify-libraries] Compiling tabled_derive v0.7.0
42972026-08-17T18:25:12.710Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42982026-08-17T18:25:12.830Z[verify-libraries] Compiling fd-lock v4.0.4
42992026-08-17T18:25:12.886Z[verify-libraries] Compiling vte v0.14.1
43002026-08-17T18:25:12.962Z[ recovery-image] Aug 17 18:25:12.114 INFO O| Aug 17 18:25:12.114 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43012026-08-17T18:25:13.050Z[verify-libraries] Compiling display-error-chain v0.2.2
43022026-08-17T18:25:13.103Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43032026-08-17T18:25:13.166Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43042026-08-17T18:25:13.297Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43052026-08-17T18:25:13.482Z[verify-libraries] Compiling reedline v0.40.0
43062026-08-17T18:25:13.540Z[verify-libraries] Compiling stacker v0.1.23
43072026-08-17T18:25:13.602Z[verify-libraries] Compiling cfg_aliases v0.1.1
43082026-08-17T18:25:13.652Z[verify-libraries] Compiling derive_more v2.1.1
43092026-08-17T18:25:13.705Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43102026-08-17T18:25:13.738Z[verify-libraries] Compiling psm v0.1.30
43112026-08-17T18:25:13.771Z[verify-libraries] Compiling crossterm v0.29.0
43122026-08-17T18:25:13.835Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43132026-08-17T18:25:13.835Z[verify-libraries] Compiling tabled v0.15.0
43142026-08-17T18:25:13.883Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43152026-08-17T18:25:13.929Z[verify-libraries] Compiling nix v0.28.0
43162026-08-17T18:25:14.035Z[verify-libraries] Compiling semver v0.1.20
43172026-08-17T18:25:14.060Z[verify-libraries] Compiling termtree v0.5.1
43182026-08-17T18:25:14.109Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43192026-08-17T18:25:14.146Z[verify-libraries] Compiling phf_shared v0.12.1
43202026-08-17T18:25:14.149Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43212026-08-17T18:25:14.201Z[verify-libraries] Compiling typify v0.6.2
43222026-08-17T18:25:14.318Z[verify-libraries] Compiling rustc_version v0.1.7
43232026-08-17T18:25:14.370Z[verify-libraries] Compiling progenitor-impl v0.14.0
43242026-08-17T18:25:14.431Z[verify-libraries] Compiling nibble_vec v0.1.0
43252026-08-17T18:25:14.453Z[verify-libraries] Compiling endian-type v0.1.2
43262026-08-17T18:25:14.456Z[verify-libraries] Compiling chrono-tz v0.10.4
43272026-08-17T18:25:14.539Z[verify-libraries] Compiling hickory-resolver v0.24.4
43282026-08-17T18:25:14.640Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43292026-08-17T18:25:14.677Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43302026-08-17T18:25:14.720Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43312026-08-17T18:25:14.745Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43322026-08-17T18:25:14.816Z[verify-libraries] Compiling highway v1.3.0
43332026-08-17T18:25:14.896Z[ recovery-image] Aug 17 18:25:14.048 INFO O| Aug 17 18:25:14.048 INFO O| Startup: Refreshing catalog 'helios' ... Done
43342026-08-17T18:25:15.032Z[verify-libraries] Compiling recursive v0.1.1
43352026-08-17T18:25:15.119Z[verify-libraries] Compiling newtype_derive v0.1.6
43362026-08-17T18:25:15.200Z[verify-libraries] Compiling radix_trie v0.2.1
43372026-08-17T18:25:15.273Z[ host-image] Aug 17 18:25:14.425 INFO O| Aug 17 18:25:14.425 INFO O| Download: Completed 222.83 MB in 9.49 seconds (23.4M/s)
43382026-08-17T18:25:15.296Z[verify-libraries] Compiling phf v0.12.1
43392026-08-17T18:25:15.381Z[ recovery-image] Aug 17 18:25:14.533 INFO O| Aug 17 18:25:14.533 INFO O| Startup: Caching catalogs ... Done
43402026-08-17T18:25:15.398Z[ recovery-image] Aug 17 18:25:14.550 INFO O| Aug 17 18:25:14.550 INFO O| Planning: Planning completed in 0.00 seconds
43412026-08-17T18:25:15.401Z[ recovery-image] Aug 17 18:25:14.551 INFO O| Aug 17 18:25:14.551 INFO O| Planning: Consolidating action changes ... Done
43422026-08-17T18:25:15.401Z[ recovery-image] Aug 17 18:25:14.551 INFO O| Aug 17 18:25:14.551 INFO O| Planning: Evaluating mediators ... Done
43432026-08-17T18:25:15.401Z[ recovery-image] Aug 17 18:25:14.551 INFO O| Aug 17 18:25:14.551 INFO O| Planning: Planning completed in 0.00 seconds
43442026-08-17T18:25:15.401Z[ recovery-image] Aug 17 18:25:14.551 INFO O| Aug 17 18:25:14.551 INFO O| Variants/Facets to change: 1
43452026-08-17T18:25:15.503Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43462026-08-17T18:25:15.635Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43472026-08-17T18:25:15.635Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43482026-08-17T18:25:15.714Z[verify-libraries] Compiling qorb v0.4.1
43492026-08-17T18:25:15.758Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43502026-08-17T18:25:15.948Z[ host-image] Aug 17 18:25:15.100 INFO O| Aug 17 18:25:15.100 INFO O| Actions: 1/54180 actions (Installing new actions)
43512026-08-17T18:25:16.087Z[ recovery-image] Aug 17 18:25:15.239 INFO O| Aug 17 18:25:15.239 INFO O| Finalize: Updating package state database ... Done
43522026-08-17T18:25:16.087Z[ recovery-image] Aug 17 18:25:15.239 INFO O| Aug 17 18:25:15.239 INFO O| Finalize: Updating package cache ... Done
43532026-08-17T18:25:16.147Z[ recovery-image] Aug 17 18:25:15.300 INFO O| Aug 17 18:25:15.299 INFO O| Finalize: Updating image state ... Done
43542026-08-17T18:25:16.161Z[ recovery-image] Aug 17 18:25:15.313 INFO O| Aug 17 18:25:15.313 INFO O| Finalize: Creating fast lookup database ... Done
43552026-08-17T18:25:16.164Z[ recovery-image] Aug 17 18:25:15.313 INFO O| Aug 17 18:25:15.313 INFO O| Finalize: Reading search index ... Done
43562026-08-17T18:25:16.164Z[ recovery-image] Aug 17 18:25:15.313 INFO O| Aug 17 18:25:15.313 INFO O| Finalize: Updating search index ... Done
43572026-08-17T18:25:16.164Z[ recovery-image] Aug 17 18:25:15.314 INFO O| Aug 17 18:25:15.314 INFO O| Finalize: Updating package cache ... Done
43582026-08-17T18:25:16.329Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43592026-08-17T18:25:16.430Z[ recovery-image] Aug 17 18:25:15.581 INFO O| Aug 17 18:25:15.581 INFO STEP 9 (pkg_change_facet) COMPLETE
43602026-08-17T18:25:16.430Z[ recovery-image] Aug 17 18:25:15.582 INFO O| Aug 17 18:25:15.581 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43612026-08-17T18:25:16.522Z[verify-libraries] Compiling peg-macros v0.8.5
43622026-08-17T18:25:16.598Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43632026-08-17T18:25:16.744Z[verify-libraries] Compiling winnow v0.6.26
43642026-08-17T18:25:16.749Z[ recovery-image] Aug 17 18:25:15.901 INFO O| Aug 17 18:25:15.901 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43652026-08-17T18:25:16.809Z[verify-libraries] Compiling csv-core v0.1.13
43662026-08-17T18:25:17.042Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43672026-08-17T18:25:17.070Z[verify-libraries] Compiling unicode_categories v0.1.1
43682026-08-17T18:25:17.070Z[verify-libraries] Compiling home v0.5.12
43692026-08-17T18:25:17.232Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43702026-08-17T18:25:17.271Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43712026-08-17T18:25:17.300Z[verify-libraries] Compiling textwrap v0.16.2
43722026-08-17T18:25:17.355Z[verify-libraries] Compiling rustyline v14.0.0
43732026-08-17T18:25:17.401Z[verify-libraries] Compiling csv v1.4.0
43742026-08-17T18:25:17.526Z[verify-libraries] Compiling sqlparser v0.61.0
43752026-08-17T18:25:17.641Z[verify-libraries] Compiling progenitor-macro v0.14.0
43762026-08-17T18:25:17.681Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43772026-08-17T18:25:17.714Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43782026-08-17T18:25:17.980Z[verify-libraries] Compiling const_format v0.2.35
43792026-08-17T18:25:18.074Z[verify-libraries] Compiling bcs v0.1.6
43802026-08-17T18:25:18.129Z[verify-libraries] Compiling sqlformat v0.3.5
43812026-08-17T18:25:18.236Z[verify-libraries] Compiling peg v0.8.5
43822026-08-17T18:25:18.319Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43832026-08-17T18:25:18.358Z[verify-libraries] Compiling nom v8.0.0
43842026-08-17T18:25:18.380Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43852026-08-17T18:25:18.383Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43862026-08-17T18:25:18.455Z[verify-libraries] Compiling steno v0.4.1
43872026-08-17T18:25:18.560Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43882026-08-17T18:25:18.651Z[verify-libraries] Compiling sha1 v0.10.6
43892026-08-17T18:25:18.738Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43902026-08-17T18:25:18.862Z[ recovery-image] Aug 17 18:25:18.014 INFO O| Aug 17 18:25:18.014 INFO O| Startup: Refreshing catalog 'helios' ... Done
43912026-08-17T18:25:19.008Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43922026-08-17T18:25:19.094Z[verify-libraries] Compiling tagptr v0.2.0
43932026-08-17T18:25:19.240Z[verify-libraries] Compiling utf-8 v0.7.6
43942026-08-17T18:25:19.277Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43952026-08-17T18:25:19.328Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
43962026-08-17T18:25:19.388Z[verify-libraries] Compiling moka v0.12.13
43972026-08-17T18:25:19.434Z[ recovery-image] Aug 17 18:25:18.586 INFO O| Aug 17 18:25:18.586 INFO O| Startup: Caching catalogs ... Done
43982026-08-17T18:25:19.448Z[ recovery-image] Aug 17 18:25:18.600 INFO O| Aug 17 18:25:18.600 INFO O| Planning: Planning completed in 0.00 seconds
43992026-08-17T18:25:19.451Z[ recovery-image] Aug 17 18:25:18.600 INFO O| Aug 17 18:25:18.600 INFO O| Planning: Consolidating action changes ... Done
44002026-08-17T18:25:19.451Z[ recovery-image] Aug 17 18:25:18.601 INFO O| Aug 17 18:25:18.600 INFO O| Planning: Evaluating mediators ... Done
44012026-08-17T18:25:19.451Z[ recovery-image] Aug 17 18:25:18.601 INFO O| Aug 17 18:25:18.601 INFO O| Planning: Planning completed in 0.00 seconds
44022026-08-17T18:25:19.451Z[ recovery-image] Aug 17 18:25:18.601 INFO O| Aug 17 18:25:18.601 INFO O| Variants/Facets to change: 1
44032026-08-17T18:25:19.495Z[verify-libraries] Compiling tungstenite v0.21.0
44042026-08-17T18:25:19.546Z[verify-libraries] Compiling libefi-sys v0.1.0
44052026-08-17T18:25:19.575Z[ recovery-image] Aug 17 18:25:18.727 INFO O| Aug 17 18:25:18.727 INFO O| Finalize: Updating package state database ... Done
44062026-08-17T18:25:19.575Z[ recovery-image] Aug 17 18:25:18.727 INFO O| Aug 17 18:25:18.727 INFO O| Finalize: Updating package cache ... Done
44072026-08-17T18:25:19.601Z[verify-libraries] Compiling bitfield-struct v0.6.2
44082026-08-17T18:25:19.627Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44092026-08-17T18:25:19.635Z[ recovery-image] Aug 17 18:25:18.787 INFO O| Aug 17 18:25:18.787 INFO O| Finalize: Updating image state ... Done
44102026-08-17T18:25:19.648Z[ recovery-image] Aug 17 18:25:18.801 INFO O| Aug 17 18:25:18.801 INFO O| Finalize: Creating fast lookup database ... Done
44112026-08-17T18:25:19.651Z[ recovery-image] Aug 17 18:25:18.801 INFO O| Aug 17 18:25:18.801 INFO O| Finalize: Reading search index ... Done
44122026-08-17T18:25:19.651Z[ recovery-image] Aug 17 18:25:18.801 INFO O| Aug 17 18:25:18.801 INFO O| Finalize: Updating search index ... Done
44132026-08-17T18:25:19.652Z[ recovery-image] Aug 17 18:25:18.802 INFO O| Aug 17 18:25:18.802 INFO O| Finalize: Updating package cache ... Done
44142026-08-17T18:25:19.778Z[verify-libraries] Compiling libscf-sys v1.2.0
44152026-08-17T18:25:19.904Z[ recovery-image] Aug 17 18:25:19.056 INFO O| Aug 17 18:25:19.056 INFO STEP 10 (pkg_change_facet) COMPLETE
44162026-08-17T18:25:19.904Z[ recovery-image] Aug 17 18:25:19.056 INFO O| Aug 17 18:25:19.056 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44172026-08-17T18:25:19.917Z[ recovery-image] Aug 17 18:25:19.069 INFO O| Aug 17 18:25:19.069 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"]
44182026-08-17T18:25:19.931Z[verify-libraries] Compiling xshell-macros v0.2.7
44192026-08-17T18:25:19.974Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44202026-08-17T18:25:20.000Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44212026-08-17T18:25:20.021Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44222026-08-17T18:25:20.275Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44232026-08-17T18:25:20.422Z[verify-libraries] Compiling hickory-resolver v0.25.2
44242026-08-17T18:25:20.455Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44252026-08-17T18:25:20.480Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44262026-08-17T18:25:20.508Z[verify-libraries] Compiling xshell v0.2.7
44272026-08-17T18:25:20.531Z[verify-libraries] Compiling papergrid v0.18.0
44282026-08-17T18:25:20.563Z[verify-libraries] Compiling sha2 v0.11.0
44292026-08-17T18:25:20.748Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44302026-08-17T18:25:20.799Z[verify-libraries] Compiling subprocess v0.2.15
44312026-08-17T18:25:20.833Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44322026-08-17T18:25:20.899Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44332026-08-17T18:25:20.957Z[ host-image] Aug 17 18:25:20.109 INFO O| Aug 17 18:25:20.109 INFO O| Actions: 22628/54180 actions (Installing new actions)
44342026-08-17T18:25:21.067Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44352026-08-17T18:25:21.115Z[verify-libraries] Compiling headers-core v0.3.0
44362026-08-17T18:25:21.308Z[verify-libraries] Compiling unicase v2.9.0
44372026-08-17T18:25:21.368Z[verify-libraries] Compiling headers v0.4.1
44382026-08-17T18:25:21.475Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44392026-08-17T18:25:21.580Z[verify-libraries] Compiling tabled v0.21.0
44402026-08-17T18:25:21.828Z[verify-libraries] Compiling darling_core v0.21.3
44412026-08-17T18:25:21.895Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44422026-08-17T18:25:21.925Z[ recovery-image] Aug 17 18:25:21.077 INFO O| Aug 17 18:25:21.075 INFO O| Startup: Refreshing catalog 'helios' ... Done
44432026-08-17T18:25:22.084Z[verify-libraries] Compiling maplit v1.0.2
44442026-08-17T18:25:22.295Z[verify-libraries] Compiling crc8 v0.1.1
44452026-08-17T18:25:22.382Z[verify-libraries] Compiling yasna v0.5.2
44462026-08-17T18:25:22.389Z[ recovery-image] Aug 17 18:25:21.541 INFO O| Aug 17 18:25:21.541 INFO O| Startup: Caching catalogs ... Done
44472026-08-17T18:25:22.471Z[verify-libraries] Compiling vergen-lib v0.1.6
44482026-08-17T18:25:22.541Z[verify-libraries] Compiling diesel_derives v2.3.7
44492026-08-17T18:25:22.650Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44502026-08-17T18:25:22.650Z[verify-libraries] Compiling port-file v0.1.0
44512026-08-17T18:25:22.931Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44522026-08-17T18:25:23.071Z[verify-libraries] Compiling rcgen v0.12.1
44532026-08-17T18:25:23.210Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44542026-08-17T18:25:23.254Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44552026-08-17T18:25:23.364Z[verify-libraries] Compiling half v1.8.3
44562026-08-17T18:25:23.499Z[verify-libraries] Compiling progenitor v0.14.0
44572026-08-17T18:25:23.535Z[verify-libraries] Compiling r2d2 v0.8.10
44582026-08-17T18:25:23.587Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44592026-08-17T18:25:23.625Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44602026-08-17T18:25:23.711Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44612026-08-17T18:25:23.770Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44622026-08-17T18:25:23.831Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44632026-08-17T18:25:23.992Z[verify-libraries] Compiling serde_cbor v0.11.2
44642026-08-17T18:25:24.018Z[verify-libraries] Compiling crunchy v0.2.4
44652026-08-17T18:25:24.106Z[verify-libraries] Compiling cpubits v0.1.1
44662026-08-17T18:25:24.118Z[ host-image] Aug 17 18:25:23.270 INFO O| Aug 17 18:25:23.270 INFO O| Actions: Completed 54180 actions in 8.17 seconds.
44672026-08-17T18:25:24.250Z[ host-image] Aug 17 18:25:23.400 INFO O| Aug 17 18:25:23.400 INFO O| Finalize: Updating package state database ... Done
44682026-08-17T18:25:24.250Z[ host-image] Aug 17 18:25:23.400 INFO O| Aug 17 18:25:23.400 INFO O| Finalize: Updating package cache ... Done
44692026-08-17T18:25:24.289Z[verify-libraries] Compiling downcast-rs v2.0.2
44702026-08-17T18:25:24.365Z[ host-image] Aug 17 18:25:23.517 INFO O| Aug 17 18:25:23.514 INFO O| Finalize: Updating image state ... Done
44712026-08-17T18:25:24.543Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44722026-08-17T18:25:24.566Z[verify-libraries] Compiling dirs-next v2.0.0
44732026-08-17T18:25:24.569Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44742026-08-17T18:25:24.615Z[ recovery-image] Aug 17 18:25:23.767 INFO O| Aug 17 18:25:23.767 INFO O| Planning: Solver setup ... Done
44752026-08-17T18:25:24.685Z[verify-libraries] Compiling clang-sys v1.8.1
44762026-08-17T18:25:24.757Z[verify-libraries] Compiling tiny-keccak v2.0.2
44772026-08-17T18:25:24.786Z[ recovery-image] Aug 17 18:25:23.939 INFO O| Aug 17 18:25:23.938 INFO O| Planning: Running solver ... Done
44782026-08-17T18:25:24.794Z[verify-libraries] Compiling darling_macro v0.21.3
44792026-08-17T18:25:24.835Z[ recovery-image] Aug 17 18:25:23.987 INFO O| Aug 17 18:25:23.987 INFO O| Planning: Finding local manifests ... Done
44802026-08-17T18:25:24.838Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44812026-08-17T18:25:24.899Z[ recovery-image] Aug 17 18:25:24.051 INFO O| Aug 17 18:25:24.051 INFO O| Planning: Fetching manifests: 0/130 0% complete
44822026-08-17T18:25:24.945Z[verify-libraries] Compiling term v0.7.0
44832026-08-17T18:25:25.069Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44842026-08-17T18:25:25.192Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
44852026-08-17T18:25:25.247Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44862026-08-17T18:25:25.323Z[ host-image] Aug 17 18:25:24.474 INFO O| Aug 17 18:25:24.473 INFO O| Finalize: Creating fast lookup database ... Done
44872026-08-17T18:25:25.326Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44882026-08-17T18:25:25.351Z[ host-image] Aug 17 18:25:24.503 INFO O| Aug 17 18:25:24.503 INFO O| Finalize: Reading search index ... Done
44892026-08-17T18:25:25.392Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44902026-08-17T18:25:25.457Z[verify-libraries] Compiling darling v0.21.3
44912026-08-17T18:25:25.460Z[verify-libraries] Compiling bit-vec v0.6.3
44922026-08-17T18:25:25.460Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44932026-08-17T18:25:25.589Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44942026-08-17T18:25:25.613Z[verify-libraries] Compiling diff v0.1.13
44952026-08-17T18:25:25.641Z[verify-libraries] Compiling ascii-canvas v3.0.0
44962026-08-17T18:25:25.836Z[verify-libraries] Compiling bit-set v0.5.3
44972026-08-17T18:25:25.867Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44982026-08-17T18:25:25.867Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44992026-08-17T18:25:25.926Z[verify-libraries] Compiling itertools v0.10.5
45002026-08-17T18:25:25.952Z[verify-libraries] Compiling ena v0.14.4
45012026-08-17T18:25:25.993Z[verify-libraries] Compiling libloading v0.8.9
45022026-08-17T18:25:25.996Z[verify-libraries] Compiling bindgen v0.71.1
45032026-08-17T18:25:26.091Z[verify-libraries] Compiling regex-syntax v0.6.29
45042026-08-17T18:25:26.236Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45052026-08-17T18:25:26.301Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45062026-08-17T18:25:26.337Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45072026-08-17T18:25:26.476Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45082026-08-17T18:25:26.652Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45092026-08-17T18:25:26.689Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45102026-08-17T18:25:26.878Z[verify-libraries] Compiling cexpr v0.6.0
45112026-08-17T18:25:26.903Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45122026-08-17T18:25:26.970Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45132026-08-17T18:25:27.086Z[verify-libraries] Compiling rustc-hash v2.1.1
45142026-08-17T18:25:27.295Z[verify-libraries] Compiling libxml v0.3.3
45152026-08-17T18:25:27.418Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45162026-08-17T18:25:27.421Z[verify-libraries] Compiling strum_macros v0.24.3
45172026-08-17T18:25:27.683Z[verify-libraries] Compiling lalrpop v0.19.12
45182026-08-17T18:25:27.731Z[verify-libraries] Compiling hmac v0.13.0
45192026-08-17T18:25:27.765Z[verify-libraries] Compiling universal-hash v0.6.1
45202026-08-17T18:25:27.802Z[verify-libraries] Compiling fxhash v0.2.1
45212026-08-17T18:25:28.026Z[verify-libraries] Compiling indoc v1.0.9
45222026-08-17T18:25:28.071Z[ host-image] Aug 17 18:25:27.223 INFO O| Aug 17 18:25:27.223 INFO O| Finalize: Building new search index ... Done
45232026-08-17T18:25:28.333Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45242026-08-17T18:25:28.438Z[ recovery-image] Aug 17 18:25:27.590 INFO O| Aug 17 18:25:27.590 INFO O| Planning: Fetching manifests: 130/130 100% complete
45252026-08-17T18:25:28.521Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45262026-08-17T18:25:28.534Z[ host-image] Aug 17 18:25:27.686 INFO O| Aug 17 18:25:27.686 INFO O| Finalize: Updating package cache ... Done
45272026-08-17T18:25:28.841Z[ host-image] Aug 17 18:25:27.993 INFO O| Aug 17 18:25:27.993 INFO STEP 11 (pkg_install) COMPLETE
45282026-08-17T18:25:28.841Z[ host-image] Aug 17 18:25:27.993 INFO O| Aug 17 18:25:27.993 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45292026-08-17T18:25:28.852Z[ host-image] Aug 17 18:25:28.004 INFO O| Aug 17 18:25:28.004 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"]
45302026-08-17T18:25:28.914Z[ recovery-image] Aug 17 18:25:28.066 INFO O| Aug 17 18:25:28.066 INFO O| Planning: Package planning ... Done
45312026-08-17T18:25:28.967Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45322026-08-17T18:25:29.076Z[ recovery-image] Aug 17 18:25:28.228 INFO O| Aug 17 18:25:28.228 INFO O| Planning: Merging actions ... Done
45332026-08-17T18:25:29.297Z[verify-libraries] Compiling progenitor-impl v0.13.0
45342026-08-17T18:25:29.323Z[ recovery-image] Aug 17 18:25:28.475 INFO O| Aug 17 18:25:28.475 INFO O| Planning: Checking for conflicting actions ... Done
45352026-08-17T18:25:29.381Z[ recovery-image] Aug 17 18:25:28.533 INFO O| Aug 17 18:25:28.533 INFO O| Planning: Consolidating action changes ... Done
45362026-08-17T18:25:29.519Z[ recovery-image] Aug 17 18:25:28.671 INFO O| Aug 17 18:25:28.671 INFO O| Planning: Evaluating mediators ... Done
45372026-08-17T18:25:30.201Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45382026-08-17T18:25:30.244Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45392026-08-17T18:25:30.268Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45402026-08-17T18:25:30.581Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45412026-08-17T18:25:30.628Z[verify-libraries] Compiling oso-derive v0.27.3
45422026-08-17T18:25:30.994Z[ recovery-image] Aug 17 18:25:30.146 INFO O| Aug 17 18:25:30.146 INFO O| Planning: Planning completed in 8.59 seconds
45432026-08-17T18:25:30.998Z[ recovery-image] Aug 17 18:25:30.148 INFO O| Aug 17 18:25:30.148 INFO O| Packages to install: 130
45442026-08-17T18:25:30.998Z[ recovery-image] Aug 17 18:25:30.148 INFO O| Aug 17 18:25:30.148 INFO O| Mediators to change: 5
45452026-08-17T18:25:30.998Z[ recovery-image] Aug 17 18:25:30.148 INFO O| Aug 17 18:25:30.148 INFO O| Services to change: 5
45462026-08-17T18:25:31.026Z[ recovery-image] Aug 17 18:25:30.178 INFO O| Aug 17 18:25:30.178 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
45472026-08-17T18:25:31.166Z[verify-libraries] Compiling quick-xml v0.37.5
45482026-08-17T18:25:31.253Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45492026-08-17T18:25:31.494Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45502026-08-17T18:25:31.781Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45512026-08-17T18:25:32.156Z[verify-libraries] Compiling openssl-probe v0.1.6
45522026-08-17T18:25:32.262Z[verify-libraries] Compiling progenitor-macro v0.13.0
45532026-08-17T18:25:32.300Z[verify-libraries] Compiling diesel v2.3.7
45542026-08-17T18:25:32.534Z[verify-libraries] Compiling polyval v0.7.1
45552026-08-17T18:25:32.895Z[verify-libraries] Compiling der v0.8.0
45562026-08-17T18:25:32.917Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45572026-08-17T18:25:33.148Z[verify-libraries] Compiling progenitor-client v0.13.0
45582026-08-17T18:25:33.176Z[ host-image] Aug 17 18:25:32.322 INFO O| Aug 17 18:25:32.322 INFO O| Startup: Refreshing catalog 'helios' ... Done
45592026-08-17T18:25:33.423Z[verify-libraries] Compiling git-stub v1.0.0
45602026-08-17T18:25:33.634Z[ host-image] Aug 17 18:25:32.786 INFO O| Aug 17 18:25:32.786 INFO O| Startup: Caching catalogs ... Done
45612026-08-17T18:25:33.704Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45622026-08-17T18:25:33.851Z[verify-libraries] Compiling kstat-rs v0.2.5
45632026-08-17T18:25:33.895Z[verify-libraries] Compiling trait-variant v0.1.2
45642026-08-17T18:25:34.145Z[ host-image] Aug 17 18:25:33.297 INFO O| Aug 17 18:25:33.297 INFO O| Planning: Solver setup ... Done
45652026-08-17T18:25:34.151Z[ host-image] Aug 17 18:25:33.304 INFO O| Aug 17 18:25:33.304 INFO O| Planning: Running solver ... Done
45662026-08-17T18:25:34.168Z[ host-image] Aug 17 18:25:33.320 INFO O| Aug 17 18:25:33.320 INFO O| Planning: Finding local manifests ... Done
45672026-08-17T18:25:34.240Z[ host-image] Aug 17 18:25:33.392 INFO O| Aug 17 18:25:33.392 INFO O| Planning: Fetching manifests: 0/6 0% complete
45682026-08-17T18:25:34.287Z[verify-libraries] Compiling salty v0.3.0
45692026-08-17T18:25:34.310Z[ host-image] Aug 17 18:25:33.462 INFO O| Aug 17 18:25:33.462 INFO O| Planning: Fetching manifests: 6/6 100% complete
45702026-08-17T18:25:34.328Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45712026-08-17T18:25:34.352Z[ host-image] Aug 17 18:25:33.504 INFO O| Aug 17 18:25:33.504 INFO O| Planning: Package planning ... Done
45722026-08-17T18:25:34.355Z[ host-image] Aug 17 18:25:33.507 INFO O| Aug 17 18:25:33.507 INFO O| Planning: Merging actions ... Done
45732026-08-17T18:25:34.536Z[ host-image] Aug 17 18:25:33.675 INFO O| Aug 17 18:25:33.675 INFO O| Planning: Checking for conflicting actions ... Done
45742026-08-17T18:25:34.536Z[ host-image] Aug 17 18:25:33.676 INFO O| Aug 17 18:25:33.676 INFO O| Planning: Consolidating action changes ... Done
45752026-08-17T18:25:34.623Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45762026-08-17T18:25:34.674Z[ host-image] Aug 17 18:25:33.826 INFO O| Aug 17 18:25:33.826 INFO O| Planning: Evaluating mediators ... Done
45772026-08-17T18:25:34.677Z[ host-image] Aug 17 18:25:33.827 INFO O| Aug 17 18:25:33.827 INFO O| Planning: Planning completed in 1.03 seconds
45782026-08-17T18:25:34.677Z[ host-image] Aug 17 18:25:33.828 INFO O| Aug 17 18:25:33.828 INFO O| Packages to install: 6
45792026-08-17T18:25:34.677Z[ host-image] Aug 17 18:25:33.828 INFO O| Aug 17 18:25:33.828 INFO O| Services to change: 2
45802026-08-17T18:25:34.690Z[ host-image] Aug 17 18:25:33.840 INFO O| Aug 17 18:25:33.840 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
45812026-08-17T18:25:34.770Z[verify-libraries] Compiling ghash v0.6.0
45822026-08-17T18:25:34.791Z[verify-libraries] Compiling pbkdf2 v0.13.0
45832026-08-17T18:25:34.855Z[ host-image] Aug 17 18:25:34.007 INFO O| Aug 17 18:25:34.005 INFO O| Download: Completed 1.75 MB in 0.17 seconds (10.6M/s)
45842026-08-17T18:25:34.880Z[ host-image] Aug 17 18:25:34.032 INFO O| Aug 17 18:25:34.032 INFO O| Actions: 1/390 actions (Installing new actions)
45852026-08-17T18:25:34.954Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45862026-08-17T18:25:34.985Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45872026-08-17T18:25:34.992Z[verify-libraries] Compiling aes v0.9.1
45882026-08-17T18:25:35.042Z[ host-image] Aug 17 18:25:34.194 INFO O| Aug 17 18:25:34.194 INFO O| Actions: Completed 390 actions in 0.16 seconds.
45892026-08-17T18:25:35.064Z[verify-libraries] Compiling crypto-bigint v0.7.5
45902026-08-17T18:25:35.076Z[ host-image] Aug 17 18:25:34.229 INFO O| Aug 17 18:25:34.229 INFO O| Finalize: Updating package state database ... Done
45912026-08-17T18:25:35.077Z[ host-image] Aug 17 18:25:34.229 INFO O| Aug 17 18:25:34.229 INFO O| Finalize: Updating package cache ... Done
45922026-08-17T18:25:35.123Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45932026-08-17T18:25:35.157Z[ host-image] Aug 17 18:25:34.309 INFO O| Aug 17 18:25:34.309 INFO O| Finalize: Updating image state ... Done
45942026-08-17T18:25:35.191Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45952026-08-17T18:25:35.271Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45962026-08-17T18:25:35.567Z[verify-libraries] Compiling ctr v0.10.1
45972026-08-17T18:25:35.658Z[verify-libraries] Compiling bb8 v0.8.6
45982026-08-17T18:25:35.888Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45992026-08-17T18:25:35.937Z[verify-libraries] Compiling aead v0.6.1
46002026-08-17T18:25:36.044Z[ recovery-image] Aug 17 18:25:35.196 INFO O| Aug 17 18:25:35.195 INFO O| Download: 8617/16682 items 89.6/200.0MB 44% complete (17.9M/s)
46012026-08-17T18:25:36.151Z[verify-libraries] Compiling parking_lot_core v0.8.6
46022026-08-17T18:25:36.189Z[verify-libraries] Compiling aes-gcm v0.11.0
46032026-08-17T18:25:36.192Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46042026-08-17T18:25:36.210Z[ host-image] Aug 17 18:25:35.362 INFO O| Aug 17 18:25:35.362 INFO O| Finalize: Creating fast lookup database ... Done
46052026-08-17T18:25:36.238Z[ host-image] Aug 17 18:25:35.390 INFO O| Aug 17 18:25:35.390 INFO O| Finalize: Reading search index ... Done
46062026-08-17T18:25:36.238Z[ host-image] Aug 17 18:25:35.390 INFO O| Aug 17 18:25:35.390 INFO O| Finalize: Updating search index ... Done
46072026-08-17T18:25:36.259Z[ host-image] Aug 17 18:25:35.411 INFO O| Aug 17 18:25:35.411 INFO O| Finalize: Updating package cache ... Done
46082026-08-17T18:25:36.485Z[verify-libraries] Compiling spki v0.8.0
46092026-08-17T18:25:36.514Z[ host-image] Aug 17 18:25:35.665 INFO O| Aug 17 18:25:35.665 INFO STEP 12 (pkg_install) COMPLETE
46102026-08-17T18:25:36.514Z[ host-image] Aug 17 18:25:35.665 INFO O| Aug 17 18:25:35.665 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46112026-08-17T18:25:36.523Z[ host-image] Aug 17 18:25:35.675 INFO O| Aug 17 18:25:35.675 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46122026-08-17T18:25:36.557Z[verify-libraries] Compiling mime_guess v2.0.5
46132026-08-17T18:25:36.707Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46142026-08-17T18:25:36.822Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46152026-08-17T18:25:36.851Z[verify-libraries] Compiling rfc6979 v0.4.0
46162026-08-17T18:25:36.878Z[verify-libraries] Compiling salsa20 v0.11.0
46172026-08-17T18:25:36.902Z[verify-libraries] Compiling nanorand v0.7.0
46182026-08-17T18:25:37.035Z[verify-libraries] Compiling ecdsa v0.16.9
46192026-08-17T18:25:37.105Z[verify-libraries] Compiling scrypt v0.12.0
46202026-08-17T18:25:37.105Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46212026-08-17T18:25:37.341Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46222026-08-17T18:25:37.428Z[verify-libraries] Compiling flume v0.11.1
46232026-08-17T18:25:37.793Z[verify-libraries] Compiling primeorder v0.13.6
46242026-08-17T18:25:37.950Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46252026-08-17T18:25:38.074Z[verify-libraries] Compiling cbc v0.2.1
46262026-08-17T18:25:38.098Z[verify-libraries] Compiling http-range v0.1.5
46272026-08-17T18:25:38.158Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46282026-08-17T18:25:38.190Z[verify-libraries] Compiling nonempty v0.12.0
46292026-08-17T18:25:38.230Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46302026-08-17T18:25:38.274Z[verify-libraries] Compiling progenitor v0.13.0
46312026-08-17T18:25:38.307Z[verify-libraries] Compiling pkcs5 v0.8.1
46322026-08-17T18:25:38.363Z[verify-libraries] Compiling p384 v0.13.1
46332026-08-17T18:25:38.389Z[ host-image] Aug 17 18:25:37.541 INFO O| Aug 17 18:25:37.541 INFO O| Startup: Refreshing catalog 'helios' ... Done
46342026-08-17T18:25:38.487Z[verify-libraries] Compiling parking_lot v0.11.2
46352026-08-17T18:25:38.554Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46362026-08-17T18:25:38.884Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46372026-08-17T18:25:38.888Z[ host-image] Aug 17 18:25:38.039 INFO O| Aug 17 18:25:38.039 INFO O| Startup: Caching catalogs ... Done
46382026-08-17T18:25:38.931Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46392026-08-17T18:25:38.980Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46402026-08-17T18:25:39.061Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46412026-08-17T18:25:39.099Z[verify-libraries] Compiling prefix-trie v0.7.0
46422026-08-17T18:25:39.275Z[verify-libraries] Compiling digest-io v0.1.0
46432026-08-17T18:25:39.338Z[ host-image] Aug 17 18:25:38.490 INFO O| Aug 17 18:25:38.490 INFO O| Planning: Solver setup ... Done
46442026-08-17T18:25:39.343Z[ host-image] Aug 17 18:25:38.496 INFO O| Aug 17 18:25:38.495 INFO O| Planning: Running solver ... Done
46452026-08-17T18:25:39.357Z[ host-image] Aug 17 18:25:38.509 INFO O| Aug 17 18:25:38.509 INFO O| Planning: Finding local manifests ... Done
46462026-08-17T18:25:39.379Z[ host-image] Aug 17 18:25:38.531 INFO O| Aug 17 18:25:38.531 INFO O| Planning: Fetching manifests: 0/6 0% complete
46472026-08-17T18:25:39.429Z[verify-libraries] Compiling rawzip v0.4.4
46482026-08-17T18:25:39.479Z[ host-image] Aug 17 18:25:38.631 INFO O| Aug 17 18:25:38.631 INFO O| Planning: Fetching manifests: 6/6 100% complete
46492026-08-17T18:25:39.507Z[ host-image] Aug 17 18:25:38.659 INFO O| Aug 17 18:25:38.659 INFO O| Planning: Package planning ... Done
46502026-08-17T18:25:39.515Z[ host-image] Aug 17 18:25:38.667 INFO O| Aug 17 18:25:38.667 INFO O| Planning: Merging actions ... Done
46512026-08-17T18:25:39.557Z[verify-libraries] Compiling hickory-server v0.25.2
46522026-08-17T18:25:39.593Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46532026-08-17T18:25:39.664Z[ host-image] Aug 17 18:25:38.816 INFO O| Aug 17 18:25:38.816 INFO O| Planning: Checking for conflicting actions ... Done
46542026-08-17T18:25:39.667Z[ host-image] Aug 17 18:25:38.819 INFO O| Aug 17 18:25:38.819 INFO O| Planning: Consolidating action changes ... Done
46552026-08-17T18:25:39.670Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46562026-08-17T18:25:39.814Z[ host-image] Aug 17 18:25:38.966 INFO O| Aug 17 18:25:38.965 INFO O| Planning: Evaluating mediators ... Done
46572026-08-17T18:25:39.817Z[ host-image] Aug 17 18:25:38.969 INFO O| Aug 17 18:25:38.968 INFO O| Planning: Planning completed in 0.91 seconds
46582026-08-17T18:25:39.817Z[ host-image] Aug 17 18:25:38.969 INFO O| Aug 17 18:25:38.969 INFO O| Packages to install: 6
46592026-08-17T18:25:39.817Z[ host-image] Aug 17 18:25:38.969 INFO O| Aug 17 18:25:38.969 INFO O| Mediators to change: 1
46602026-08-17T18:25:39.817Z[ host-image] Aug 17 18:25:38.969 INFO O| Aug 17 18:25:38.969 INFO O| Services to change: 1
46612026-08-17T18:25:39.828Z[ host-image] Aug 17 18:25:38.981 INFO O| Aug 17 18:25:38.981 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46622026-08-17T18:25:40.147Z[verify-libraries] Compiling sled v0.34.7
46632026-08-17T18:25:40.214Z[verify-libraries] Compiling pkcs8 v0.11.0
46642026-08-17T18:25:40.309Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46652026-08-17T18:25:40.362Z[ host-image] Aug 17 18:25:39.514 INFO O| Aug 17 18:25:39.514 INFO O| Download: Completed 7.84 MB in 0.53 seconds (14.7M/s)
46662026-08-17T18:25:40.421Z[ host-image] Aug 17 18:25:39.573 INFO O| Aug 17 18:25:39.573 INFO O| Actions: 1/1366 actions (Installing new actions)
46672026-08-17T18:25:40.507Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46682026-08-17T18:25:40.685Z[ host-image] Aug 17 18:25:39.834 INFO O| Aug 17 18:25:39.834 INFO O| Actions: Completed 1366 actions in 0.26 seconds.
46692026-08-17T18:25:40.719Z[ host-image] Aug 17 18:25:39.871 INFO O| Aug 17 18:25:39.871 INFO O| Finalize: Updating package state database ... Done
46702026-08-17T18:25:40.719Z[ host-image] Aug 17 18:25:39.871 INFO O| Aug 17 18:25:39.871 INFO O| Finalize: Updating package cache ... Done
46712026-08-17T18:25:40.727Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46722026-08-17T18:25:40.825Z[ host-image] Aug 17 18:25:39.977 INFO O| Aug 17 18:25:39.977 INFO O| Finalize: Updating image state ... Done
46732026-08-17T18:25:40.963Z[ recovery-image] Aug 17 18:25:40.115 INFO O| Aug 17 18:25:40.115 INFO O| Download: Completed 200.00 MB in 9.94 seconds (20.1M/s)
46742026-08-17T18:25:40.964Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46752026-08-17T18:25:41.010Z[verify-libraries] Compiling ignore v0.4.25
46762026-08-17T18:25:41.035Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46772026-08-17T18:25:41.136Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46782026-08-17T18:25:41.223Z[verify-libraries] Compiling ff v0.14.0
46792026-08-17T18:25:41.262Z[ recovery-image] Aug 17 18:25:40.414 INFO O| Aug 17 18:25:40.414 INFO O| Actions: 1/27580 actions (Installing new actions)
46802026-08-17T18:25:41.429Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46812026-08-17T18:25:41.473Z[verify-libraries] Compiling corncobs v0.1.4
46822026-08-17T18:25:41.675Z[verify-libraries] Compiling globwalk v0.9.1
46832026-08-17T18:25:41.726Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46842026-08-17T18:25:41.775Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46852026-08-17T18:25:41.779Z[ host-image] Aug 17 18:25:40.931 INFO O| Aug 17 18:25:40.931 INFO O| Finalize: Creating fast lookup database ... Done
46862026-08-17T18:25:41.807Z[ host-image] Aug 17 18:25:40.959 INFO O| Aug 17 18:25:40.959 INFO O| Finalize: Reading search index ... Done
46872026-08-17T18:25:41.807Z[ host-image] Aug 17 18:25:40.959 INFO O| Aug 17 18:25:40.959 INFO O| Finalize: Updating search index ... Done
46882026-08-17T18:25:41.832Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46892026-08-17T18:25:41.842Z[ host-image] Aug 17 18:25:40.994 INFO O| Aug 17 18:25:40.994 INFO O| Finalize: Updating package cache ... Done
46902026-08-17T18:25:41.899Z[verify-libraries] Compiling predicates-tree v1.0.13
46912026-08-17T18:25:42.211Z[verify-libraries] Compiling libz-sys v1.1.24
46922026-08-17T18:25:42.243Z[ host-image] Aug 17 18:25:41.394 INFO O| Aug 17 18:25:41.394 INFO STEP 13 (pkg_install) COMPLETE
46932026-08-17T18:25:42.243Z[ host-image] Aug 17 18:25:41.394 INFO O| Aug 17 18:25:41.394 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46942026-08-17T18:25:42.255Z[ host-image] Aug 17 18:25:41.407 INFO O| Aug 17 18:25:41.407 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
46952026-08-17T18:25:42.291Z[verify-libraries] Compiling rand_seeder v0.4.0
46962026-08-17T18:25:42.399Z[verify-libraries] Compiling secrecy v0.8.0
46972026-08-17T18:25:42.611Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46982026-08-17T18:25:42.708Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46992026-08-17T18:25:42.950Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47002026-08-17T18:25:43.014Z[verify-libraries] Compiling group v0.14.0
47012026-08-17T18:25:43.075Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47022026-08-17T18:25:43.192Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47032026-08-17T18:25:43.347Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47042026-08-17T18:25:43.416Z[verify-libraries] Compiling signature v3.0.0
47052026-08-17T18:25:43.517Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47062026-08-17T18:25:43.697Z[verify-libraries] Compiling base16ct v1.0.0
47072026-08-17T18:25:43.971Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47082026-08-17T18:25:43.999Z[verify-libraries] Compiling instability v0.3.11
47092026-08-17T18:25:44.003Z[verify-libraries] Compiling sec1 v0.8.1
47102026-08-17T18:25:44.183Z[ host-image] Aug 17 18:25:43.335 INFO O| Aug 17 18:25:43.335 INFO O| Startup: Refreshing catalog 'helios' ... Done
47112026-08-17T18:25:44.310Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47122026-08-17T18:25:44.310Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47132026-08-17T18:25:44.379Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47142026-08-17T18:25:44.433Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47152026-08-17T18:25:44.513Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47162026-08-17T18:25:44.557Z[verify-libraries] Compiling hkdf v0.13.0
47172026-08-17T18:25:44.560Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47182026-08-17T18:25:44.621Z[ host-image] Aug 17 18:25:43.772 INFO O| Aug 17 18:25:43.771 INFO O| Startup: Caching catalogs ... Done
47192026-08-17T18:25:44.698Z[verify-libraries] Compiling scuffle v0.1.0
47202026-08-17T18:25:44.735Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47212026-08-17T18:25:44.864Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47222026-08-17T18:25:45.082Z[ host-image] Aug 17 18:25:44.234 INFO O| Aug 17 18:25:44.234 INFO O| Planning: Solver setup ... Done
47232026-08-17T18:25:45.089Z[ host-image] Aug 17 18:25:44.241 INFO O| Aug 17 18:25:44.241 INFO O| Planning: Running solver ... Done
47242026-08-17T18:25:45.100Z[verify-libraries] Compiling castaway v0.2.4
47252026-08-17T18:25:45.104Z[ host-image] Aug 17 18:25:44.256 INFO O| Aug 17 18:25:44.256 INFO O| Planning: Finding local manifests ... Done
47262026-08-17T18:25:45.160Z[ host-image] Aug 17 18:25:44.312 INFO O| Aug 17 18:25:44.312 INFO O| Planning: Fetching manifests: 0/1 0% complete
47272026-08-17T18:25:45.165Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47282026-08-17T18:25:45.171Z[ host-image] Aug 17 18:25:44.323 INFO O| Aug 17 18:25:44.322 INFO O| Planning: Fetching manifests: 1/1 100% complete
47292026-08-17T18:25:45.228Z[ host-image] Aug 17 18:25:44.380 INFO O| Aug 17 18:25:44.380 INFO O| Planning: Package planning ... Done
47302026-08-17T18:25:45.232Z[ host-image] Aug 17 18:25:44.381 INFO O| Aug 17 18:25:44.381 INFO O| Planning: Merging actions ... Done
47312026-08-17T18:25:45.332Z[verify-libraries] Compiling indoc v2.0.7
47322026-08-17T18:25:45.397Z[ host-image] Aug 17 18:25:44.549 INFO O| Aug 17 18:25:44.549 INFO O| Planning: Checking for conflicting actions ... Done
47332026-08-17T18:25:45.400Z[ host-image] Aug 17 18:25:44.550 INFO O| Aug 17 18:25:44.550 INFO O| Planning: Consolidating action changes ... Done
47342026-08-17T18:25:45.464Z[verify-libraries] Compiling compact_str v0.8.1
47352026-08-17T18:25:45.537Z[ host-image] Aug 17 18:25:44.689 INFO O| Aug 17 18:25:44.689 INFO O| Planning: Evaluating mediators ... Done
47362026-08-17T18:25:45.540Z[ host-image] Aug 17 18:25:44.690 INFO O| Aug 17 18:25:44.690 INFO O| Planning: Planning completed in 0.90 seconds
47372026-08-17T18:25:45.540Z[ host-image] Aug 17 18:25:44.690 INFO O| Aug 17 18:25:44.690 INFO O| Packages to install: 1
47382026-08-17T18:25:45.548Z[ host-image] Aug 17 18:25:44.701 INFO O| Aug 17 18:25:44.700 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
47392026-08-17T18:25:45.949Z[ host-image] Aug 17 18:25:45.100 INFO O| Aug 17 18:25:45.100 INFO O| Download: Completed 13.17 MB in 0.40 seconds (32.9M/s)
47402026-08-17T18:25:45.969Z[ host-image] Aug 17 18:25:45.121 INFO O| Aug 17 18:25:45.121 INFO O| Actions: 1/22 actions (Installing new actions)
47412026-08-17T18:25:45.992Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47422026-08-17T18:25:46.094Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47432026-08-17T18:25:46.142Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47442026-08-17T18:25:46.220Z[ host-image] Aug 17 18:25:45.372 INFO O| Aug 17 18:25:45.372 INFO O| Actions: Completed 22 actions in 0.25 seconds.
47452026-08-17T18:25:46.257Z[ host-image] Aug 17 18:25:45.409 INFO O| Aug 17 18:25:45.409 INFO O| Finalize: Updating package state database ... Done
47462026-08-17T18:25:46.257Z[ host-image] Aug 17 18:25:45.409 INFO O| Aug 17 18:25:45.409 INFO O| Finalize: Updating package cache ... Done
47472026-08-17T18:25:46.263Z[ recovery-image] Aug 17 18:25:45.415 INFO O| Aug 17 18:25:45.414 INFO O| Actions: 21753/27580 actions (Installing new actions)
47482026-08-17T18:25:46.267Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47492026-08-17T18:25:46.306Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47502026-08-17T18:25:46.339Z[ host-image] Aug 17 18:25:45.491 INFO O| Aug 17 18:25:45.491 INFO O| Finalize: Updating image state ... Done
47512026-08-17T18:25:46.441Z[verify-libraries] Compiling elliptic-curve v0.14.1
47522026-08-17T18:25:46.809Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47532026-08-17T18:25:47.093Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47542026-08-17T18:25:47.180Z[ recovery-image] Aug 17 18:25:46.332 INFO O| Aug 17 18:25:46.332 INFO O| Actions: Completed 27580 actions in 5.92 seconds.
47552026-08-17T18:25:47.240Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47562026-08-17T18:25:47.258Z[ recovery-image] Aug 17 18:25:46.407 INFO O| Aug 17 18:25:46.407 INFO O| Finalize: Updating package state database ... Done
47572026-08-17T18:25:47.258Z[ recovery-image] Aug 17 18:25:46.407 INFO O| Aug 17 18:25:46.407 INFO O| Finalize: Updating package cache ... Done
47582026-08-17T18:25:47.317Z[ host-image] Aug 17 18:25:46.469 INFO O| Aug 17 18:25:46.469 INFO O| Finalize: Creating fast lookup database ... Done
47592026-08-17T18:25:47.345Z[ host-image] Aug 17 18:25:46.497 INFO O| Aug 17 18:25:46.497 INFO O| Finalize: Reading search index ... Done
47602026-08-17T18:25:47.345Z[ host-image] Aug 17 18:25:46.497 INFO O| Aug 17 18:25:46.497 INFO O| Finalize: Updating search index ... Done
47612026-08-17T18:25:47.353Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47622026-08-17T18:25:47.356Z[ host-image] Aug 17 18:25:46.508 INFO O| Aug 17 18:25:46.508 INFO O| Finalize: Updating package cache ... Done
47632026-08-17T18:25:47.385Z[ recovery-image] Aug 17 18:25:46.537 INFO O| Aug 17 18:25:46.537 INFO O| Finalize: Updating image state ... Done
47642026-08-17T18:25:47.393Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47652026-08-17T18:25:47.396Z[verify-libraries] Compiling unicode-truncate v1.1.0
47662026-08-17T18:25:47.630Z[ host-image] Aug 17 18:25:46.779 INFO O| Aug 17 18:25:46.779 INFO STEP 14 (pkg_install) COMPLETE
47672026-08-17T18:25:47.630Z[ host-image] Aug 17 18:25:46.779 INFO O| Aug 17 18:25:46.779 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47682026-08-17T18:25:47.630Z[ host-image] Aug 17 18:25:46.779 INFO O| Aug 17 18:25:46.779 INFO skip step because feature "mbist" is not enabled
47692026-08-17T18:25:47.630Z[ host-image] Aug 17 18:25:46.779 INFO O| Aug 17 18:25:46.779 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47702026-08-17T18:25:47.630Z[ host-image] Aug 17 18:25:46.779 INFO O| Aug 17 18:25:46.779 INFO skip step because feature "mfg" is not enabled
47712026-08-17T18:25:47.630Z[ host-image] Aug 17 18:25:46.779 INFO O| Aug 17 18:25:46.779 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47722026-08-17T18:25:47.630Z[ host-image] Aug 17 18:25:46.779 INFO O| Aug 17 18:25:46.779 INFO skip step because feature "compliance" is not enabled
47732026-08-17T18:25:47.630Z[ host-image] Aug 17 18:25:46.779 INFO O| Aug 17 18:25:46.779 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47742026-08-17T18:25:47.630Z[ host-image] Aug 17 18:25:46.779 INFO O| Aug 17 18:25:46.779 INFO skip step because feature "stress" is not enabled
47752026-08-17T18:25:47.631Z[ host-image] Aug 17 18:25:46.779 INFO O| Aug 17 18:25:46.779 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47762026-08-17T18:25:47.631Z[ host-image] Aug 17 18:25:46.779 INFO O| Aug 17 18:25:46.779 INFO skip step because feature "compliance" is not enabled
47772026-08-17T18:25:47.631Z[ host-image] Aug 17 18:25:46.779 INFO O| Aug 17 18:25:46.779 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47782026-08-17T18:25:47.631Z[ host-image] Aug 17 18:25:46.779 INFO O| Aug 17 18:25:46.779 INFO skip step because feature "nfs" is not enabled
47792026-08-17T18:25:47.631Z[ host-image] Aug 17 18:25:46.779 INFO O| Aug 17 18:25:46.779 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
47802026-08-17T18:25:47.631Z[ host-image] Aug 17 18:25:46.779 INFO O| Aug 17 18:25:46.779 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47812026-08-17T18:25:47.656Z[verify-libraries] Compiling lru v0.12.5
47822026-08-17T18:25:47.738Z[verify-libraries] Compiling arc-swap v1.8.2
47832026-08-17T18:25:47.964Z[verify-libraries] Compiling cassowary v0.3.0
47842026-08-17T18:25:48.087Z[ host-image] Aug 17 18:25:47.239 INFO O| Aug 17 18:25:47.238 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
47852026-08-17T18:25:48.171Z[verify-libraries] Compiling slog-scope v4.4.1
47862026-08-17T18:25:48.265Z[ recovery-image] Aug 17 18:25:47.417 INFO O| Aug 17 18:25:47.417 INFO O| Finalize: Creating fast lookup database ... Done
47872026-08-17T18:25:48.284Z[ recovery-image] Aug 17 18:25:47.436 INFO O| Aug 17 18:25:47.436 INFO O| Finalize: Reading search index ... Done
47882026-08-17T18:25:48.307Z[verify-libraries] Compiling ratatui v0.29.0
47892026-08-17T18:25:48.312Z[ host-image] Aug 17 18:25:47.464 INFO O| Aug 17 18:25:47.464 INFO completed processing sled/ramdisk-01-os
47902026-08-17T18:25:48.315Z[ host-image] Aug 17 18:25:47.467 INFO omicron1 baseline generation...
47912026-08-17T18:25:48.315Z[ host-image] Aug 17 18:25:47.467 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
47922026-08-17T18:25:48.354Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47932026-08-17T18:25:48.501Z[verify-libraries] Compiling wnaf v0.14.0
47942026-08-17T18:25:48.555Z[verify-libraries] Compiling primefield v0.14.0
47952026-08-17T18:25:48.598Z[verify-libraries] Compiling rfc6979 v0.6.0
47962026-08-17T18:25:48.633Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47972026-08-17T18:25:48.697Z[ host-image] Aug 17 18:25:47.849 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24191:20260817T130448Z
47982026-08-17T18:25:48.828Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47992026-08-17T18:25:48.914Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48002026-08-17T18:25:48.917Z[verify-libraries] Compiling vergen-git2 v9.1.0
48012026-08-17T18:25:49.168Z[verify-libraries] Compiling is_ci v1.2.0
48022026-08-17T18:25:49.240Z[verify-libraries] Compiling strsim v0.10.0
48032026-08-17T18:25:49.370Z[verify-libraries] Compiling supports-color v3.0.2
48042026-08-17T18:25:49.374Z[verify-libraries] Compiling primeorder v0.14.0
48052026-08-17T18:25:49.659Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48062026-08-17T18:25:49.941Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48072026-08-17T18:25:49.994Z[ recovery-image] Aug 17 18:25:49.146 INFO O| Aug 17 18:25:49.146 INFO O| Finalize: Building new search index ... Done
48082026-08-17T18:25:50.186Z[verify-libraries] Compiling darling_core v0.13.4
48092026-08-17T18:25:50.237Z[verify-libraries] Compiling ecdsa v0.17.0
48102026-08-17T18:25:50.296Z[ recovery-image] Aug 17 18:25:49.447 INFO O| Aug 17 18:25:49.447 INFO O| Finalize: Updating package cache ... Done
48112026-08-17T18:25:50.369Z[verify-libraries] Compiling slog-stdlog v4.1.1
48122026-08-17T18:25:50.649Z[ recovery-image] Aug 17 18:25:49.801 INFO O| Aug 17 18:25:49.801 INFO STEP 11 (pkg_install) COMPLETE
48132026-08-17T18:25:50.649Z[ recovery-image] Aug 17 18:25:49.801 INFO O| Aug 17 18:25:49.801 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48142026-08-17T18:25:50.652Z[ recovery-image] Aug 17 18:25:49.801 INFO O| Aug 17 18:25:49.801 INFO skip step because feature "recovery" is enabled
48152026-08-17T18:25:50.652Z[ recovery-image] Aug 17 18:25:49.801 INFO O| Aug 17 18:25:49.801 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48162026-08-17T18:25:50.652Z[ recovery-image] Aug 17 18:25:49.801 INFO O| Aug 17 18:25:49.801 INFO skip step because feature "omicron1" is not enabled
48172026-08-17T18:25:50.652Z[ recovery-image] Aug 17 18:25:49.801 INFO O| Aug 17 18:25:49.801 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48182026-08-17T18:25:50.661Z[ recovery-image] Aug 17 18:25:49.813 INFO O| Aug 17 18:25:49.812 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
48192026-08-17T18:25:50.806Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48202026-08-17T18:25:50.853Z[verify-libraries] Compiling tungstenite v0.23.0
48212026-08-17T18:25:50.944Z[verify-libraries] Compiling console v0.16.2
48222026-08-17T18:25:50.969Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48232026-08-17T18:25:51.305Z[verify-libraries] Compiling libsw-core v0.3.2
48242026-08-17T18:25:51.543Z[verify-libraries] Compiling assert_matches v1.5.0
48252026-08-17T18:25:51.566Z[verify-libraries] Compiling void v1.0.2
48262026-08-17T18:25:51.569Z[verify-libraries] Compiling unit-prefix v0.5.2
48272026-08-17T18:25:51.679Z[verify-libraries] Compiling libsw v3.5.0
48282026-08-17T18:25:51.727Z[verify-libraries] Compiling lzss v0.8.2
48292026-08-17T18:25:51.825Z[verify-libraries] Compiling indicatif v0.18.4
48302026-08-17T18:25:51.870Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48312026-08-17T18:25:51.947Z[verify-libraries] Compiling slog-envlogger v2.2.0
48322026-08-17T18:25:51.974Z[verify-libraries] Compiling ssh-encoding v0.3.0
48332026-08-17T18:25:52.068Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48342026-08-17T18:25:52.123Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48352026-08-17T18:25:52.314Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48362026-08-17T18:25:52.390Z[verify-libraries] Compiling darling_macro v0.13.4
48372026-08-17T18:25:52.434Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48382026-08-17T18:25:52.508Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48392026-08-17T18:25:52.611Z[ recovery-image] Aug 17 18:25:51.760 INFO O| Aug 17 18:25:51.760 INFO O| Startup: Refreshing catalog 'helios' ... Done
48402026-08-17T18:25:52.665Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48412026-08-17T18:25:52.834Z[verify-libraries] Compiling nix v0.27.1
48422026-08-17T18:25:52.880Z[verify-libraries] Compiling colored v2.2.0
48432026-08-17T18:25:52.931Z[verify-libraries] Compiling blake3 v1.8.5
48442026-08-17T18:25:52.969Z[verify-libraries] Compiling serde_bytes v0.11.19
48452026-08-17T18:25:53.015Z[verify-libraries] Compiling keccak v0.2.0
48462026-08-17T18:25:53.074Z[ recovery-image] Aug 17 18:25:52.226 INFO O| Aug 17 18:25:52.226 INFO O| Startup: Caching catalogs ... Done
48472026-08-17T18:25:53.351Z[verify-libraries] Compiling shell-words v1.1.1
48482026-08-17T18:25:53.402Z[verify-libraries] Compiling darling v0.13.4
48492026-08-17T18:25:53.577Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48502026-08-17T18:25:53.587Z[ recovery-image] Aug 17 18:25:52.740 INFO O| Aug 17 18:25:52.739 INFO O| Planning: Solver setup ... Done
48512026-08-17T18:25:53.593Z[ recovery-image] Aug 17 18:25:52.745 INFO O| Aug 17 18:25:52.745 INFO O| Planning: Running solver ... Done
48522026-08-17T18:25:53.603Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48532026-08-17T18:25:53.607Z[ recovery-image] Aug 17 18:25:52.759 INFO O| Aug 17 18:25:52.759 INFO O| Planning: Finding local manifests ... Done
48542026-08-17T18:25:53.620Z[ recovery-image] Aug 17 18:25:52.772 INFO O| Aug 17 18:25:52.772 INFO O| Planning: Fetching manifests: 0/1 0% complete
48552026-08-17T18:25:53.626Z[ recovery-image] Aug 17 18:25:52.778 INFO O| Aug 17 18:25:52.778 INFO O| Planning: Fetching manifests: 1/1 100% complete
48562026-08-17T18:25:53.643Z[ recovery-image] Aug 17 18:25:52.796 INFO O| Aug 17 18:25:52.795 INFO O| Planning: Package planning ... Done
48572026-08-17T18:25:53.644Z[ recovery-image] Aug 17 18:25:52.796 INFO O| Aug 17 18:25:52.796 INFO O| Planning: Merging actions ... Done
48582026-08-17T18:25:53.657Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48592026-08-17T18:25:53.764Z[ recovery-image] Aug 17 18:25:52.916 INFO O| Aug 17 18:25:52.915 INFO O| Planning: Checking for conflicting actions ... Done
48602026-08-17T18:25:53.764Z[ recovery-image] Aug 17 18:25:52.916 INFO O| Aug 17 18:25:52.916 INFO O| Planning: Consolidating action changes ... Done
48612026-08-17T18:25:53.872Z[ recovery-image] Aug 17 18:25:53.024 INFO O| Aug 17 18:25:53.024 INFO O| Planning: Evaluating mediators ... Done
48622026-08-17T18:25:53.876Z[ recovery-image] Aug 17 18:25:53.025 INFO O| Aug 17 18:25:53.025 INFO O| Planning: Planning completed in 0.78 seconds
48632026-08-17T18:25:53.876Z[ recovery-image] Aug 17 18:25:53.025 INFO O| Aug 17 18:25:53.025 INFO O| Packages to install: 1
48642026-08-17T18:25:53.885Z[ recovery-image] Aug 17 18:25:53.038 INFO O| Aug 17 18:25:53.037 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
48652026-08-17T18:25:53.914Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48662026-08-17T18:25:53.990Z[ recovery-image] Aug 17 18:25:53.142 INFO O| Aug 17 18:25:53.142 INFO O| Download: Completed 13.17 MB in 0.10 seconds (126M/s)
48672026-08-17T18:25:54.010Z[ recovery-image] Aug 17 18:25:53.162 INFO O| Aug 17 18:25:53.162 INFO O| Actions: 1/22 actions (Installing new actions)
48682026-08-17T18:25:54.083Z[verify-libraries] Compiling ed25519 v3.0.0
48692026-08-17T18:25:54.220Z[verify-libraries] Compiling crypto-primes v0.7.2
48702026-08-17T18:25:54.235Z[ recovery-image] Aug 17 18:25:53.386 INFO O| Aug 17 18:25:53.386 INFO O| Actions: Completed 22 actions in 0.22 seconds.
48712026-08-17T18:25:54.270Z[ recovery-image] Aug 17 18:25:53.422 INFO O| Aug 17 18:25:53.422 INFO O| Finalize: Updating package state database ... Done
48722026-08-17T18:25:54.270Z[ recovery-image] Aug 17 18:25:53.422 INFO O| Aug 17 18:25:53.422 INFO O| Finalize: Updating package cache ... Done
48732026-08-17T18:25:54.350Z[ recovery-image] Aug 17 18:25:53.501 INFO O| Aug 17 18:25:53.501 INFO O| Finalize: Updating image state ... Done
48742026-08-17T18:25:54.527Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48752026-08-17T18:25:55.086Z[ recovery-image] Aug 17 18:25:54.237 INFO O| Aug 17 18:25:54.237 INFO O| Finalize: Creating fast lookup database ... Done
48762026-08-17T18:25:55.102Z[ recovery-image] Aug 17 18:25:54.254 INFO O| Aug 17 18:25:54.254 INFO O| Finalize: Reading search index ... Done
48772026-08-17T18:25:55.102Z[ recovery-image] Aug 17 18:25:54.254 INFO O| Aug 17 18:25:54.254 INFO O| Finalize: Updating search index ... Done
48782026-08-17T18:25:55.114Z[ recovery-image] Aug 17 18:25:54.266 INFO O| Aug 17 18:25:54.266 INFO O| Finalize: Updating package cache ... Done
48792026-08-17T18:25:55.118Z[verify-libraries] Compiling poly1305 v0.9.0
48802026-08-17T18:25:55.370Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48812026-08-17T18:25:55.396Z[ recovery-image] Aug 17 18:25:54.548 INFO O| Aug 17 18:25:54.548 INFO STEP 14 (pkg_install) COMPLETE
48822026-08-17T18:25:55.397Z[ recovery-image] Aug 17 18:25:54.548 INFO O| Aug 17 18:25:54.548 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48832026-08-17T18:25:55.397Z[ recovery-image] Aug 17 18:25:54.548 INFO O| Aug 17 18:25:54.548 INFO skip step because feature "mbist" is not enabled
48842026-08-17T18:25:55.448Z[ recovery-image] Aug 17 18:25:54.548 INFO O| Aug 17 18:25:54.548 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48852026-08-17T18:25:55.449Z[ recovery-image] Aug 17 18:25:54.548 INFO O| Aug 17 18:25:54.548 INFO skip step because feature "mfg" is not enabled
48862026-08-17T18:25:55.449Z[ recovery-image] Aug 17 18:25:54.548 INFO O| Aug 17 18:25:54.548 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48872026-08-17T18:25:55.449Z[ recovery-image] Aug 17 18:25:54.548 INFO O| Aug 17 18:25:54.548 INFO skip step because feature "compliance" is not enabled
48882026-08-17T18:25:55.449Z[ recovery-image] Aug 17 18:25:54.548 INFO O| Aug 17 18:25:54.548 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48892026-08-17T18:25:55.449Z[ recovery-image] Aug 17 18:25:54.548 INFO O| Aug 17 18:25:54.548 INFO skip step because feature "stress" is not enabled
48902026-08-17T18:25:55.449Z[ recovery-image] Aug 17 18:25:54.548 INFO O| Aug 17 18:25:54.548 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48912026-08-17T18:25:55.449Z[ recovery-image] Aug 17 18:25:54.548 INFO O| Aug 17 18:25:54.548 INFO skip step because feature "compliance" is not enabled
48922026-08-17T18:25:55.449Z[ recovery-image] Aug 17 18:25:54.548 INFO O| Aug 17 18:25:54.548 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48932026-08-17T18:25:55.449Z[ recovery-image] Aug 17 18:25:54.548 INFO O| Aug 17 18:25:54.548 INFO skip step because feature "nfs" is not enabled
48942026-08-17T18:25:55.449Z[ recovery-image] Aug 17 18:25:54.548 INFO O| Aug 17 18:25:54.548 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
48952026-08-17T18:25:55.452Z[ recovery-image] Aug 17 18:25:54.548 INFO O| Aug 17 18:25:54.548 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
48962026-08-17T18:25:55.501Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48972026-08-17T18:25:55.569Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48982026-08-17T18:25:55.582Z[ recovery-image] Aug 17 18:25:54.734 INFO O| Aug 17 18:25:54.734 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
48992026-08-17T18:25:55.683Z[ recovery-image] Aug 17 18:25:54.835 INFO O| Aug 17 18:25:54.835 INFO completed processing sled/ramdisk-01-os
49002026-08-17T18:25:55.686Z[ recovery-image] Aug 17 18:25:54.837 INFO image builder template: ramdisk-02-trim...
49012026-08-17T18:25:55.687Z[ recovery-image] Aug 17 18:25:54.837 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/.tmpSodkyB/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
49022026-08-17T18:25:55.705Z[ recovery-image] Aug 17 18:25:54.857 INFO O| Aug 17 18:25:54.857 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49032026-08-17T18:25:55.709Z[ recovery-image] Aug 17 18:25:54.861 INFO O| Aug 17 18:25:54.861 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49042026-08-17T18:25:55.798Z[ recovery-image] Aug 17 18:25:54.950 INFO O| Aug 17 18:25:54.950 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49052026-08-17T18:25:55.812Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49062026-08-17T18:25:55.921Z[ recovery-image] Aug 17 18:25:55.073 INFO O| Aug 17 18:25:55.070 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49072026-08-17T18:25:55.922Z[ recovery-image] Aug 17 18:25:55.073 INFO O| Aug 17 18:25:55.070 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49082026-08-17T18:25:55.925Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49092026-08-17T18:25:55.925Z[ recovery-image] Aug 17 18:25:55.075 INFO O| Aug 17 18:25:55.075 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49102026-08-17T18:25:55.929Z[ recovery-image] Aug 17 18:25:55.079 INFO O| Aug 17 18:25:55.079 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49112026-08-17T18:25:55.932Z[ recovery-image] Aug 17 18:25:55.083 INFO O| Aug 17 18:25:55.083 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49122026-08-17T18:25:56.137Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49132026-08-17T18:25:56.159Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49142026-08-17T18:25:56.183Z[verify-libraries] Compiling blowfish v0.10.0
49152026-08-17T18:25:56.201Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49162026-08-17T18:25:56.248Z[verify-libraries] Compiling petname v2.0.2
49172026-08-17T18:25:56.419Z[verify-libraries] Compiling arrayref v0.3.9
49182026-08-17T18:25:56.447Z[verify-libraries] Compiling arrayvec v0.7.6
49192026-08-17T18:25:56.552Z[verify-libraries] Compiling constant_time_eq v0.4.2
49202026-08-17T18:25:56.602Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49212026-08-17T18:25:56.647Z[ recovery-image] Aug 17 18:25:55.796 INFO O| Aug 17 18:25:55.796 INFO rolled back to input snapshot; work may begin
49222026-08-17T18:25:56.647Z[ recovery-image] Aug 17 18:25:55.796 INFO O| Aug 17 18:25:55.796 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49232026-08-17T18:25:56.650Z[ recovery-image] Aug 17 18:25:55.801 INFO O| Aug 17 18:25:55.801 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49242026-08-17T18:25:56.658Z[ recovery-image] Aug 17 18:25:55.810 INFO O| Aug 17 18:25:55.810 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49252026-08-17T18:25:56.701Z[ recovery-image] Aug 17 18:25:55.853 INFO O| Aug 17 18:25:55.853 INFO STEP 0 (remove_files) COMPLETE
49262026-08-17T18:25:56.701Z[ recovery-image] Aug 17 18:25:55.853 INFO O| Aug 17 18:25:55.853 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49272026-08-17T18:25:56.713Z[ recovery-image] Aug 17 18:25:55.865 INFO O| Aug 17 18:25:55.865 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49282026-08-17T18:25:56.717Z[ recovery-image] Aug 17 18:25:55.867 INFO O| Aug 17 18:25:55.867 INFO STEP 1 (remove_files) COMPLETE
49292026-08-17T18:25:56.717Z[ recovery-image] Aug 17 18:25:55.867 INFO O| Aug 17 18:25:55.867 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49302026-08-17T18:25:56.722Z[ recovery-image] Aug 17 18:25:55.874 INFO O| Aug 17 18:25:55.874 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49312026-08-17T18:25:56.742Z[ recovery-image] Aug 17 18:25:55.894 INFO O| Aug 17 18:25:55.894 INFO STEP 2 (remove_files) COMPLETE
49322026-08-17T18:25:56.742Z[ recovery-image] Aug 17 18:25:55.894 INFO O| Aug 17 18:25:55.894 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49332026-08-17T18:25:56.756Z[ recovery-image] Aug 17 18:25:55.908 INFO O| Aug 17 18:25:55.908 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49342026-08-17T18:25:56.759Z[ recovery-image] Aug 17 18:25:55.910 INFO O| Aug 17 18:25:55.910 INFO STEP 3 (remove_files) COMPLETE
49352026-08-17T18:25:56.760Z[ recovery-image] Aug 17 18:25:55.910 INFO O| Aug 17 18:25:55.910 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49362026-08-17T18:25:56.766Z[ recovery-image] Aug 17 18:25:55.918 INFO O| Aug 17 18:25:55.918 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49372026-08-17T18:25:56.769Z[ recovery-image] Aug 17 18:25:55.921 INFO O| Aug 17 18:25:55.921 INFO STEP 4 (remove_files) COMPLETE
49382026-08-17T18:25:56.769Z[ recovery-image] Aug 17 18:25:55.921 INFO O| Aug 17 18:25:55.921 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49392026-08-17T18:25:56.778Z[ recovery-image] Aug 17 18:25:55.930 INFO O| Aug 17 18:25:55.930 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49402026-08-17T18:25:56.778Z[ recovery-image] Aug 17 18:25:55.930 INFO O| Aug 17 18:25:55.930 INFO STEP 5 (remove_files) COMPLETE
49412026-08-17T18:25:56.781Z[ recovery-image] Aug 17 18:25:55.930 INFO O| Aug 17 18:25:55.930 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49422026-08-17T18:25:56.786Z[ recovery-image] Aug 17 18:25:55.938 INFO O| Aug 17 18:25:55.938 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49432026-08-17T18:25:56.799Z[ recovery-image] Aug 17 18:25:55.951 INFO O| Aug 17 18:25:55.951 INFO STEP 6 (remove_files) COMPLETE
49442026-08-17T18:25:56.799Z[ recovery-image] Aug 17 18:25:55.951 INFO O| Aug 17 18:25:55.951 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49452026-08-17T18:25:56.799Z[ recovery-image] Aug 17 18:25:55.951 INFO O| Aug 17 18:25:55.951 INFO skip step because feature "heliosv2" is not enabled
49462026-08-17T18:25:56.802Z[ recovery-image] Aug 17 18:25:55.951 INFO O| Aug 17 18:25:55.951 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49472026-08-17T18:25:56.802Z[ recovery-image] Aug 17 18:25:55.951 INFO O| Aug 17 18:25:55.951 INFO skip step because feature "recovery" is enabled
49482026-08-17T18:25:56.802Z[ recovery-image] Aug 17 18:25:55.951 INFO O| Aug 17 18:25:55.951 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49492026-08-17T18:25:56.802Z[ recovery-image] Aug 17 18:25:55.951 INFO O| Aug 17 18:25:55.951 INFO skip step because feature "recovery" is enabled
49502026-08-17T18:25:56.802Z[ recovery-image] Aug 17 18:25:55.951 INFO O| Aug 17 18:25:55.951 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49512026-08-17T18:25:56.802Z[ recovery-image] Aug 17 18:25:55.951 INFO O| Aug 17 18:25:55.951 INFO skip step because feature "recovery" is enabled
49522026-08-17T18:25:56.802Z[ recovery-image] Aug 17 18:25:55.951 INFO O| Aug 17 18:25:55.951 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49532026-08-17T18:25:56.810Z[ recovery-image] Aug 17 18:25:55.962 INFO O| Aug 17 18:25:55.962 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
49542026-08-17T18:25:56.813Z[ recovery-image] Aug 17 18:25:55.965 INFO O| Aug 17 18:25:55.965 INFO STEP 11 (remove_files) COMPLETE
49552026-08-17T18:25:56.813Z[ recovery-image] Aug 17 18:25:55.965 INFO O| Aug 17 18:25:55.965 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49562026-08-17T18:25:56.824Z[ recovery-image] Aug 17 18:25:55.976 INFO O| Aug 17 18:25:55.976 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
49572026-08-17T18:25:56.827Z[ recovery-image] Aug 17 18:25:55.977 INFO O| Aug 17 18:25:55.976 INFO STEP 12 (remove_files) COMPLETE
49582026-08-17T18:25:56.827Z[ recovery-image] Aug 17 18:25:55.977 INFO O| Aug 17 18:25:55.977 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49592026-08-17T18:25:56.834Z[ recovery-image] Aug 17 18:25:55.986 INFO O| Aug 17 18:25:55.986 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
49602026-08-17T18:25:56.837Z[ recovery-image] Aug 17 18:25:55.987 INFO O| Aug 17 18:25:55.987 INFO STEP 13 (remove_files) COMPLETE
49612026-08-17T18:25:56.837Z[ recovery-image] Aug 17 18:25:55.987 INFO O| Aug 17 18:25:55.987 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49622026-08-17T18:25:56.837Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49632026-08-17T18:25:56.851Z[ recovery-image] Aug 17 18:25:56.003 INFO O| Aug 17 18:25:56.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
49642026-08-17T18:25:56.851Z[ recovery-image] Aug 17 18:25:56.003 INFO O| Aug 17 18:25:56.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
49652026-08-17T18:25:56.917Z[ recovery-image] Aug 17 18:25:56.069 INFO O| Aug 17 18:25:56.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
49662026-08-17T18:25:56.917Z[ recovery-image] Aug 17 18:25:56.069 INFO O| Aug 17 18:25:56.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
49672026-08-17T18:25:57.001Z[ recovery-image] Aug 17 18:25:56.153 INFO O| Aug 17 18:25:56.153 INFO STEP 14 (remove_files) COMPLETE
49682026-08-17T18:25:57.001Z[ recovery-image] Aug 17 18:25:56.153 INFO O| Aug 17 18:25:56.153 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49692026-08-17T18:25:57.010Z[ recovery-image] Aug 17 18:25:56.162 INFO O| Aug 17 18:25:56.162 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
49702026-08-17T18:25:57.013Z[ recovery-image] Aug 17 18:25:56.163 INFO O| Aug 17 18:25:56.163 INFO STEP 15 (remove_files) COMPLETE
49712026-08-17T18:25:57.013Z[ recovery-image] Aug 17 18:25:56.163 INFO O| Aug 17 18:25:56.163 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49722026-08-17T18:25:57.020Z[ recovery-image] Aug 17 18:25:56.172 INFO O| Aug 17 18:25:56.172 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
49732026-08-17T18:25:57.026Z[ recovery-image] Aug 17 18:25:56.178 INFO O| Aug 17 18:25:56.178 INFO STEP 16 (remove_files) COMPLETE
49742026-08-17T18:25:57.026Z[ recovery-image] Aug 17 18:25:56.178 INFO O| Aug 17 18:25:56.178 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49752026-08-17T18:25:57.034Z[ recovery-image] Aug 17 18:25:56.186 INFO O| Aug 17 18:25:56.186 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
49762026-08-17T18:25:57.037Z[ recovery-image] Aug 17 18:25:56.187 INFO O| Aug 17 18:25:56.187 INFO STEP 17 (remove_files) COMPLETE
49772026-08-17T18:25:57.038Z[ recovery-image] Aug 17 18:25:56.187 INFO O| Aug 17 18:25:56.187 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49782026-08-17T18:25:57.042Z[ recovery-image] Aug 17 18:25:56.194 INFO O| Aug 17 18:25:56.194 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
49792026-08-17T18:25:57.045Z[ recovery-image] Aug 17 18:25:56.196 INFO O| Aug 17 18:25:56.196 INFO STEP 18 (remove_files) COMPLETE
49802026-08-17T18:25:57.045Z[ recovery-image] Aug 17 18:25:56.196 INFO O| Aug 17 18:25:56.196 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49812026-08-17T18:25:57.052Z[ recovery-image] Aug 17 18:25:56.204 INFO O| Aug 17 18:25:56.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
49822026-08-17T18:25:57.052Z[ recovery-image] Aug 17 18:25:56.204 INFO O| Aug 17 18:25:56.204 INFO STEP 19 (remove_files) COMPLETE
49832026-08-17T18:25:57.052Z[ recovery-image] Aug 17 18:25:56.204 INFO O| Aug 17 18:25:56.204 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49842026-08-17T18:25:57.060Z[ recovery-image] Aug 17 18:25:56.212 INFO O| Aug 17 18:25:56.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
49852026-08-17T18:25:57.060Z[ recovery-image] Aug 17 18:25:56.212 INFO O| Aug 17 18:25:56.212 INFO STEP 20 (remove_files) COMPLETE
49862026-08-17T18:25:57.063Z[ recovery-image] Aug 17 18:25:56.212 INFO O| Aug 17 18:25:56.212 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49872026-08-17T18:25:57.067Z[ recovery-image] Aug 17 18:25:56.220 INFO O| Aug 17 18:25:56.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
49882026-08-17T18:25:57.067Z[ recovery-image] Aug 17 18:25:56.220 INFO O| Aug 17 18:25:56.220 INFO STEP 21 (remove_files) COMPLETE
49892026-08-17T18:25:57.067Z[ recovery-image] Aug 17 18:25:56.220 INFO O| Aug 17 18:25:56.220 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49902026-08-17T18:25:57.075Z[ recovery-image] Aug 17 18:25:56.227 INFO O| Aug 17 18:25:56.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
49912026-08-17T18:25:57.075Z[ recovery-image] Aug 17 18:25:56.227 INFO O| Aug 17 18:25:56.227 INFO STEP 22 (remove_files) COMPLETE
49922026-08-17T18:25:57.078Z[ recovery-image] Aug 17 18:25:56.227 INFO O| Aug 17 18:25:56.227 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49932026-08-17T18:25:57.083Z[ recovery-image] Aug 17 18:25:56.235 INFO O| Aug 17 18:25:56.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
49942026-08-17T18:25:57.083Z[ recovery-image] Aug 17 18:25:56.235 INFO O| Aug 17 18:25:56.235 INFO STEP 23 (remove_files) COMPLETE
49952026-08-17T18:25:57.083Z[ recovery-image] Aug 17 18:25:56.235 INFO O| Aug 17 18:25:56.235 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49962026-08-17T18:25:57.091Z[ recovery-image] Aug 17 18:25:56.243 INFO O| Aug 17 18:25:56.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
49972026-08-17T18:25:57.091Z[ recovery-image] Aug 17 18:25:56.243 INFO O| Aug 17 18:25:56.243 INFO STEP 24 (remove_files) COMPLETE
49982026-08-17T18:25:57.094Z[ recovery-image] Aug 17 18:25:56.243 INFO O| Aug 17 18:25:56.243 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49992026-08-17T18:25:57.100Z[ recovery-image] Aug 17 18:25:56.251 INFO O| Aug 17 18:25:56.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50002026-08-17T18:25:57.100Z[ recovery-image] Aug 17 18:25:56.251 INFO O| Aug 17 18:25:56.251 INFO STEP 25 (remove_files) COMPLETE
50012026-08-17T18:25:57.100Z[ recovery-image] Aug 17 18:25:56.251 INFO O| Aug 17 18:25:56.251 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50022026-08-17T18:25:57.107Z[ recovery-image] Aug 17 18:25:56.259 INFO O| Aug 17 18:25:56.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50032026-08-17T18:25:57.107Z[ recovery-image] Aug 17 18:25:56.259 INFO O| Aug 17 18:25:56.259 INFO STEP 26 (remove_files) COMPLETE
50042026-08-17T18:25:57.107Z[ recovery-image] Aug 17 18:25:56.259 INFO O| Aug 17 18:25:56.259 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50052026-08-17T18:25:57.115Z[ recovery-image] Aug 17 18:25:56.267 INFO O| Aug 17 18:25:56.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50062026-08-17T18:25:57.115Z[ recovery-image] Aug 17 18:25:56.268 INFO O| Aug 17 18:25:56.268 INFO STEP 27 (remove_files) COMPLETE
50072026-08-17T18:25:57.115Z[ recovery-image] Aug 17 18:25:56.268 INFO O| Aug 17 18:25:56.268 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50082026-08-17T18:25:57.123Z[verify-libraries] Compiling ssh-cipher v0.3.0
50092026-08-17T18:25:57.127Z[ recovery-image] Aug 17 18:25:56.276 INFO O| Aug 17 18:25:56.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50102026-08-17T18:25:57.127Z[ recovery-image] Aug 17 18:25:56.276 INFO O| Aug 17 18:25:56.276 INFO STEP 28 (remove_files) COMPLETE
50112026-08-17T18:25:57.128Z[ recovery-image] Aug 17 18:25:56.276 INFO O| Aug 17 18:25:56.276 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50122026-08-17T18:25:57.132Z[ recovery-image] Aug 17 18:25:56.284 INFO O| Aug 17 18:25:56.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50132026-08-17T18:25:57.132Z[ recovery-image] Aug 17 18:25:56.284 INFO O| Aug 17 18:25:56.284 INFO STEP 29 (remove_files) COMPLETE
50142026-08-17T18:25:57.135Z[ recovery-image] Aug 17 18:25:56.284 INFO O| Aug 17 18:25:56.284 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50152026-08-17T18:25:57.140Z[ recovery-image] Aug 17 18:25:56.292 INFO O| Aug 17 18:25:56.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50162026-08-17T18:25:57.140Z[ recovery-image] Aug 17 18:25:56.292 INFO O| Aug 17 18:25:56.292 INFO STEP 30 (remove_files) COMPLETE
50172026-08-17T18:25:57.140Z[ recovery-image] Aug 17 18:25:56.292 INFO O| Aug 17 18:25:56.292 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50182026-08-17T18:25:57.153Z[verify-libraries] Compiling rsa v0.10.0-rc.18
50192026-08-17T18:25:57.153Z[ recovery-image] Aug 17 18:25:56.303 INFO O| Aug 17 18:25:56.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50202026-08-17T18:25:57.153Z[ recovery-image] Aug 17 18:25:56.303 INFO O| Aug 17 18:25:56.303 INFO STEP 31 (remove_files) COMPLETE
50212026-08-17T18:25:57.153Z[ recovery-image] Aug 17 18:25:56.303 INFO O| Aug 17 18:25:56.303 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50222026-08-17T18:25:57.161Z[ recovery-image] Aug 17 18:25:56.313 INFO O| Aug 17 18:25:56.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50232026-08-17T18:25:57.161Z[ recovery-image] Aug 17 18:25:56.313 INFO O| Aug 17 18:25:56.312 INFO STEP 32 (remove_files) COMPLETE
50242026-08-17T18:25:57.161Z[ recovery-image] Aug 17 18:25:56.313 INFO O| Aug 17 18:25:56.312 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50252026-08-17T18:25:57.169Z[ recovery-image] Aug 17 18:25:56.321 INFO O| Aug 17 18:25:56.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50262026-08-17T18:25:57.169Z[ recovery-image] Aug 17 18:25:56.321 INFO O| Aug 17 18:25:56.321 INFO STEP 33 (remove_files) COMPLETE
50272026-08-17T18:25:57.169Z[ recovery-image] Aug 17 18:25:56.321 INFO O| Aug 17 18:25:56.321 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50282026-08-17T18:25:57.179Z[verify-libraries] Compiling ed25519-dalek v3.0.0
50292026-08-17T18:25:57.182Z[ recovery-image] Aug 17 18:25:56.335 INFO O| Aug 17 18:25:56.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50302026-08-17T18:25:57.182Z[ recovery-image] Aug 17 18:25:56.335 INFO O| Aug 17 18:25:56.335 INFO STEP 34 (remove_files) COMPLETE
50312026-08-17T18:25:57.186Z[ recovery-image] Aug 17 18:25:56.335 INFO O| Aug 17 18:25:56.335 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50322026-08-17T18:25:57.192Z[ recovery-image] Aug 17 18:25:56.344 INFO O| Aug 17 18:25:56.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50332026-08-17T18:25:57.193Z[ recovery-image] Aug 17 18:25:56.345 INFO O| Aug 17 18:25:56.344 INFO STEP 35 (remove_files) COMPLETE
50342026-08-17T18:25:57.193Z[ recovery-image] Aug 17 18:25:56.345 INFO O| Aug 17 18:25:56.344 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50352026-08-17T18:25:57.202Z[ recovery-image] Aug 17 18:25:56.354 INFO O| Aug 17 18:25:56.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50362026-08-17T18:25:57.202Z[ recovery-image] Aug 17 18:25:56.354 INFO O| Aug 17 18:25:56.354 INFO STEP 36 (remove_files) COMPLETE
50372026-08-17T18:25:57.202Z[ recovery-image] Aug 17 18:25:56.354 INFO O| Aug 17 18:25:56.354 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50382026-08-17T18:25:57.215Z[ recovery-image] Aug 17 18:25:56.367 INFO O| Aug 17 18:25:56.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50392026-08-17T18:25:57.215Z[ recovery-image] Aug 17 18:25:56.367 INFO O| Aug 17 18:25:56.367 INFO STEP 37 (remove_files) COMPLETE
50402026-08-17T18:25:57.215Z[ recovery-image] Aug 17 18:25:56.367 INFO O| Aug 17 18:25:56.367 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50412026-08-17T18:25:57.224Z[ recovery-image] Aug 17 18:25:56.376 INFO O| Aug 17 18:25:56.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50422026-08-17T18:25:57.224Z[ recovery-image] Aug 17 18:25:56.376 INFO O| Aug 17 18:25:56.376 INFO STEP 38 (remove_files) COMPLETE
50432026-08-17T18:25:57.228Z[ recovery-image] Aug 17 18:25:56.376 INFO O| Aug 17 18:25:56.376 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-08-17T18:25:57.233Z[ recovery-image] Aug 17 18:25:56.385 INFO O| Aug 17 18:25:56.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50452026-08-17T18:25:57.233Z[ recovery-image] Aug 17 18:25:56.385 INFO O| Aug 17 18:25:56.385 INFO STEP 39 (remove_files) COMPLETE
50462026-08-17T18:25:57.233Z[ recovery-image] Aug 17 18:25:56.385 INFO O| Aug 17 18:25:56.385 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50472026-08-17T18:25:57.242Z[ recovery-image] Aug 17 18:25:56.394 INFO O| Aug 17 18:25:56.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50482026-08-17T18:25:57.242Z[ recovery-image] Aug 17 18:25:56.394 INFO O| Aug 17 18:25:56.394 INFO STEP 40 (remove_files) COMPLETE
50492026-08-17T18:25:57.242Z[ recovery-image] Aug 17 18:25:56.394 INFO O| Aug 17 18:25:56.394 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50502026-08-17T18:25:57.251Z[ recovery-image] Aug 17 18:25:56.403 INFO O| Aug 17 18:25:56.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50512026-08-17T18:25:57.251Z[ recovery-image] Aug 17 18:25:56.403 INFO O| Aug 17 18:25:56.403 INFO STEP 41 (remove_files) COMPLETE
50522026-08-17T18:25:57.254Z[ recovery-image] Aug 17 18:25:56.403 INFO O| Aug 17 18:25:56.403 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-17T18:25:57.254Z[verify-libraries] Compiling serde_with_macros v1.5.2
50542026-08-17T18:25:57.279Z[ recovery-image] Aug 17 18:25:56.431 INFO O| Aug 17 18:25:56.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
50552026-08-17T18:25:57.279Z[ recovery-image] Aug 17 18:25:56.431 INFO O| Aug 17 18:25:56.431 INFO STEP 42 (remove_files) COMPLETE
50562026-08-17T18:25:57.279Z[ recovery-image] Aug 17 18:25:56.431 INFO O| Aug 17 18:25:56.431 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50572026-08-17T18:25:57.290Z[ recovery-image] Aug 17 18:25:56.440 INFO O| Aug 17 18:25:56.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
50582026-08-17T18:25:57.290Z[ recovery-image] Aug 17 18:25:56.440 INFO O| Aug 17 18:25:56.440 INFO STEP 43 (remove_files) COMPLETE
50592026-08-17T18:25:57.290Z[ recovery-image] Aug 17 18:25:56.440 INFO O| Aug 17 18:25:56.440 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50602026-08-17T18:25:57.298Z[ recovery-image] Aug 17 18:25:56.450 INFO O| Aug 17 18:25:56.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
50612026-08-17T18:25:57.298Z[ recovery-image] Aug 17 18:25:56.450 INFO O| Aug 17 18:25:56.450 INFO STEP 44 (remove_files) COMPLETE
50622026-08-17T18:25:57.298Z[ recovery-image] Aug 17 18:25:56.450 INFO O| Aug 17 18:25:56.450 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-08-17T18:25:57.307Z[ recovery-image] Aug 17 18:25:56.459 INFO O| Aug 17 18:25:56.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
50642026-08-17T18:25:57.307Z[ recovery-image] Aug 17 18:25:56.459 INFO O| Aug 17 18:25:56.459 INFO STEP 45 (remove_files) COMPLETE
50652026-08-17T18:25:57.307Z[ recovery-image] Aug 17 18:25:56.459 INFO O| Aug 17 18:25:56.459 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-08-17T18:25:57.316Z[ recovery-image] Aug 17 18:25:56.468 INFO O| Aug 17 18:25:56.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
50672026-08-17T18:25:57.317Z[ recovery-image] Aug 17 18:25:56.469 INFO O| Aug 17 18:25:56.468 INFO STEP 46 (remove_files) COMPLETE
50682026-08-17T18:25:57.317Z[ recovery-image] Aug 17 18:25:56.469 INFO O| Aug 17 18:25:56.469 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-08-17T18:25:57.325Z[ recovery-image] Aug 17 18:25:56.477 INFO O| Aug 17 18:25:56.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
50702026-08-17T18:25:57.325Z[ recovery-image] Aug 17 18:25:56.477 INFO O| Aug 17 18:25:56.477 INFO STEP 47 (remove_files) COMPLETE
50712026-08-17T18:25:57.325Z[ recovery-image] Aug 17 18:25:56.477 INFO O| Aug 17 18:25:56.477 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-08-17T18:25:57.335Z[ recovery-image] Aug 17 18:25:56.487 INFO O| Aug 17 18:25:56.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
50732026-08-17T18:25:57.335Z[ recovery-image] Aug 17 18:25:56.487 INFO O| Aug 17 18:25:56.487 INFO STEP 48 (remove_files) COMPLETE
50742026-08-17T18:25:57.335Z[ recovery-image] Aug 17 18:25:56.487 INFO O| Aug 17 18:25:56.487 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-08-17T18:25:57.345Z[ recovery-image] Aug 17 18:25:56.496 INFO O| Aug 17 18:25:56.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
50762026-08-17T18:25:57.345Z[ recovery-image] Aug 17 18:25:56.496 INFO O| Aug 17 18:25:56.496 INFO STEP 49 (remove_files) COMPLETE
50772026-08-17T18:25:57.349Z[ recovery-image] Aug 17 18:25:56.496 INFO O| Aug 17 18:25:56.496 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-08-17T18:25:57.355Z[ recovery-image] Aug 17 18:25:56.506 INFO O| Aug 17 18:25:56.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
50792026-08-17T18:25:57.355Z[ recovery-image] Aug 17 18:25:56.506 INFO O| Aug 17 18:25:56.506 INFO STEP 50 (remove_files) COMPLETE
50802026-08-17T18:25:57.355Z[ recovery-image] Aug 17 18:25:56.506 INFO O| Aug 17 18:25:56.506 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-08-17T18:25:57.363Z[ recovery-image] Aug 17 18:25:56.516 INFO O| Aug 17 18:25:56.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
50822026-08-17T18:25:57.364Z[ recovery-image] Aug 17 18:25:56.516 INFO O| Aug 17 18:25:56.516 INFO STEP 51 (remove_files) COMPLETE
50832026-08-17T18:25:57.364Z[ recovery-image] Aug 17 18:25:56.516 INFO O| Aug 17 18:25:56.516 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-08-17T18:25:57.374Z[ recovery-image] Aug 17 18:25:56.525 INFO O| Aug 17 18:25:56.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
50852026-08-17T18:25:57.374Z[ recovery-image] Aug 17 18:25:56.525 INFO O| Aug 17 18:25:56.525 INFO STEP 52 (remove_files) COMPLETE
50862026-08-17T18:25:57.374Z[ recovery-image] Aug 17 18:25:56.525 INFO O| Aug 17 18:25:56.525 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-08-17T18:25:57.383Z[ recovery-image] Aug 17 18:25:56.534 INFO O| Aug 17 18:25:56.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
50882026-08-17T18:25:57.383Z[ recovery-image] Aug 17 18:25:56.534 INFO O| Aug 17 18:25:56.534 INFO STEP 53 (remove_files) COMPLETE
50892026-08-17T18:25:57.383Z[ recovery-image] Aug 17 18:25:56.534 INFO O| Aug 17 18:25:56.534 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-08-17T18:25:57.393Z[ recovery-image] Aug 17 18:25:56.543 INFO O| Aug 17 18:25:56.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
50912026-08-17T18:25:57.393Z[ recovery-image] Aug 17 18:25:56.544 INFO O| Aug 17 18:25:56.544 INFO STEP 54 (remove_files) COMPLETE
50922026-08-17T18:25:57.393Z[ recovery-image] Aug 17 18:25:56.544 INFO O| Aug 17 18:25:56.544 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-08-17T18:25:57.401Z[ recovery-image] Aug 17 18:25:56.553 INFO O| Aug 17 18:25:56.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
50942026-08-17T18:25:57.401Z[ recovery-image] Aug 17 18:25:56.553 INFO O| Aug 17 18:25:56.553 INFO STEP 55 (remove_files) COMPLETE
50952026-08-17T18:25:57.401Z[ recovery-image] Aug 17 18:25:56.553 INFO O| Aug 17 18:25:56.553 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-08-17T18:25:57.439Z[ recovery-image] Aug 17 18:25:56.591 INFO O| Aug 17 18:25:56.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
50972026-08-17T18:25:57.439Z[ recovery-image] Aug 17 18:25:56.591 INFO O| Aug 17 18:25:56.591 INFO STEP 56 (remove_files) COMPLETE
50982026-08-17T18:25:57.439Z[ recovery-image] Aug 17 18:25:56.591 INFO O| Aug 17 18:25:56.591 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-08-17T18:25:57.450Z[ recovery-image] Aug 17 18:25:56.602 INFO O| Aug 17 18:25:56.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51002026-08-17T18:25:57.450Z[ recovery-image] Aug 17 18:25:56.602 INFO O| Aug 17 18:25:56.602 INFO STEP 57 (remove_files) COMPLETE
51012026-08-17T18:25:57.450Z[ recovery-image] Aug 17 18:25:56.602 INFO O| Aug 17 18:25:56.602 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-08-17T18:25:57.459Z[ recovery-image] Aug 17 18:25:56.611 INFO O| Aug 17 18:25:56.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51032026-08-17T18:25:57.459Z[ recovery-image] Aug 17 18:25:56.611 INFO O| Aug 17 18:25:56.611 INFO STEP 58 (remove_files) COMPLETE
51042026-08-17T18:25:57.459Z[ recovery-image] Aug 17 18:25:56.611 INFO O| Aug 17 18:25:56.611 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-08-17T18:25:57.462Z[verify-libraries] Compiling sha3 v0.11.0
51062026-08-17T18:25:57.468Z[ recovery-image] Aug 17 18:25:56.620 INFO O| Aug 17 18:25:56.620 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51072026-08-17T18:25:57.468Z[ recovery-image] Aug 17 18:25:56.620 INFO O| Aug 17 18:25:56.620 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51082026-08-17T18:25:57.468Z[ recovery-image] Aug 17 18:25:56.620 INFO O| Aug 17 18:25:56.620 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51092026-08-17T18:25:57.471Z[ recovery-image] Aug 17 18:25:56.620 INFO O| Aug 17 18:25:56.620 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51102026-08-17T18:25:57.471Z[ recovery-image] Aug 17 18:25:56.620 INFO O| Aug 17 18:25:56.620 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51112026-08-17T18:25:57.471Z[ recovery-image] Aug 17 18:25:56.620 INFO O| Aug 17 18:25:56.620 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51122026-08-17T18:25:57.471Z[ recovery-image] Aug 17 18:25:56.620 INFO O| Aug 17 18:25:56.620 INFO ok!
51132026-08-17T18:25:57.471Z[ recovery-image] Aug 17 18:25:56.620 INFO O| Aug 17 18:25:56.620 INFO STEP 59 (ensure_file) COMPLETE
51142026-08-17T18:25:57.471Z[ recovery-image] Aug 17 18:25:56.620 INFO O| Aug 17 18:25:56.620 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-08-17T18:25:57.476Z[ recovery-image] Aug 17 18:25:56.628 INFO O| Aug 17 18:25:56.628 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51162026-08-17T18:25:57.476Z[ recovery-image] Aug 17 18:25:56.629 INFO O| Aug 17 18:25:56.628 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51172026-08-17T18:25:57.476Z[ recovery-image] Aug 17 18:25:56.629 INFO O| Aug 17 18:25:56.629 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51182026-08-17T18:25:57.479Z[ recovery-image] Aug 17 18:25:56.629 INFO O| Aug 17 18:25:56.629 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51192026-08-17T18:25:57.480Z[ recovery-image] Aug 17 18:25:56.629 INFO O| Aug 17 18:25:56.629 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51202026-08-17T18:25:57.480Z[ recovery-image] Aug 17 18:25:56.629 INFO O| Aug 17 18:25:56.629 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51212026-08-17T18:25:57.480Z[ recovery-image] Aug 17 18:25:56.629 INFO O| Aug 17 18:25:56.629 INFO ok!
51222026-08-17T18:25:57.480Z[ recovery-image] Aug 17 18:25:56.629 INFO O| Aug 17 18:25:56.629 INFO STEP 60 (ensure_file) COMPLETE
51232026-08-17T18:25:57.480Z[ recovery-image] Aug 17 18:25:56.629 INFO O| Aug 17 18:25:56.629 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-08-17T18:25:57.485Z[ recovery-image] Aug 17 18:25:56.637 INFO O| Aug 17 18:25:56.637 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51252026-08-17T18:25:57.485Z[ recovery-image] Aug 17 18:25:56.637 INFO O| Aug 17 18:25:56.637 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51262026-08-17T18:25:57.488Z[ recovery-image] Aug 17 18:25:56.637 INFO O| Aug 17 18:25:56.637 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51272026-08-17T18:25:57.488Z[ recovery-image] Aug 17 18:25:56.637 INFO O| Aug 17 18:25:56.637 INFO ok!
51282026-08-17T18:25:57.488Z[ recovery-image] Aug 17 18:25:56.637 INFO O| Aug 17 18:25:56.637 INFO STEP 61 (ensure_file) COMPLETE
51292026-08-17T18:25:57.488Z[ recovery-image] Aug 17 18:25:56.637 INFO O| Aug 17 18:25:56.637 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-08-17T18:25:57.494Z[ recovery-image] Aug 17 18:25:56.646 INFO O| Aug 17 18:25:56.646 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51312026-08-17T18:25:57.494Z[ recovery-image] Aug 17 18:25:56.646 INFO O| Aug 17 18:25:56.646 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51322026-08-17T18:25:57.494Z[ recovery-image] Aug 17 18:25:56.647 INFO O| Aug 17 18:25:56.646 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51332026-08-17T18:25:57.498Z[ recovery-image] Aug 17 18:25:56.647 INFO O| Aug 17 18:25:56.647 INFO ok!
51342026-08-17T18:25:57.498Z[ recovery-image] Aug 17 18:25:56.647 INFO O| Aug 17 18:25:56.647 INFO STEP 62 (ensure_file) COMPLETE
51352026-08-17T18:25:57.498Z[ recovery-image] Aug 17 18:25:56.647 INFO O| Aug 17 18:25:56.647 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-08-17T18:25:57.503Z[ recovery-image] Aug 17 18:25:56.655 INFO O| Aug 17 18:25:56.655 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51372026-08-17T18:25:57.503Z[ recovery-image] Aug 17 18:25:56.655 INFO O| Aug 17 18:25:56.655 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51382026-08-17T18:25:57.503Z[ recovery-image] Aug 17 18:25:56.655 INFO O| Aug 17 18:25:56.655 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51392026-08-17T18:25:57.506Z[ recovery-image] Aug 17 18:25:56.655 INFO O| Aug 17 18:25:56.655 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51402026-08-17T18:25:57.506Z[ recovery-image] Aug 17 18:25:56.655 INFO O| Aug 17 18:25:56.655 INFO ok!
51412026-08-17T18:25:57.507Z[ recovery-image] Aug 17 18:25:56.655 INFO O| Aug 17 18:25:56.655 INFO STEP 63 (ensure_file) COMPLETE
51422026-08-17T18:25:57.507Z[ recovery-image] Aug 17 18:25:56.655 INFO O| Aug 17 18:25:56.655 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-08-17T18:25:57.513Z[ recovery-image] Aug 17 18:25:56.665 INFO O| Aug 17 18:25:56.665 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51442026-08-17T18:25:57.513Z[ recovery-image] Aug 17 18:25:56.665 INFO O| Aug 17 18:25:56.665 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51452026-08-17T18:25:57.513Z[ recovery-image] Aug 17 18:25:56.665 INFO O| Aug 17 18:25:56.665 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51462026-08-17T18:25:57.516Z[ recovery-image] Aug 17 18:25:56.665 INFO O| Aug 17 18:25:56.665 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51472026-08-17T18:25:57.516Z[ recovery-image] Aug 17 18:25:56.665 INFO O| Aug 17 18:25:56.665 INFO ok!
51482026-08-17T18:25:57.516Z[ recovery-image] Aug 17 18:25:56.665 INFO O| Aug 17 18:25:56.665 INFO STEP 64 (ensure_file) COMPLETE
51492026-08-17T18:25:57.516Z[ recovery-image] Aug 17 18:25:56.665 INFO O| Aug 17 18:25:56.665 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51502026-08-17T18:25:57.522Z[ recovery-image] Aug 17 18:25:56.674 INFO O| Aug 17 18:25:56.674 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51512026-08-17T18:25:57.522Z[ recovery-image] Aug 17 18:25:56.674 INFO O| Aug 17 18:25:56.674 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51522026-08-17T18:25:57.525Z[ recovery-image] Aug 17 18:25:56.675 INFO O| Aug 17 18:25:56.674 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51532026-08-17T18:25:57.525Z[ recovery-image] Aug 17 18:25:56.675 INFO O| Aug 17 18:25:56.674 INFO ok!
51542026-08-17T18:25:57.525Z[ recovery-image] Aug 17 18:25:56.675 INFO O| Aug 17 18:25:56.674 INFO STEP 65 (assemble_files) COMPLETE
51552026-08-17T18:25:57.525Z[ recovery-image] Aug 17 18:25:56.675 INFO O| Aug 17 18:25:56.674 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51562026-08-17T18:25:57.538Z[ recovery-image] Aug 17 18:25:56.684 INFO O| Aug 17 18:25:56.684 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
51572026-08-17T18:25:57.538Z[ recovery-image] Aug 17 18:25:56.684 INFO O| Aug 17 18:25:56.684 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
51582026-08-17T18:25:57.539Z[ recovery-image] Aug 17 18:25:56.684 INFO O| Aug 17 18:25:56.684 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51592026-08-17T18:25:57.539Z[ recovery-image] Aug 17 18:25:56.684 INFO O| Aug 17 18:25:56.684 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51602026-08-17T18:25:57.539Z[ recovery-image] Aug 17 18:25:56.684 INFO O| Aug 17 18:25:56.684 INFO ok!
51612026-08-17T18:25:57.539Z[ recovery-image] Aug 17 18:25:56.684 INFO O| Aug 17 18:25:56.684 INFO STEP 66 (ensure_file) COMPLETE
51622026-08-17T18:25:57.539Z[ recovery-image] Aug 17 18:25:56.684 INFO O| Aug 17 18:25:56.684 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-08-17T18:25:57.539Z[ recovery-image] Aug 17 18:25:56.684 INFO O| Aug 17 18:25:56.684 INFO skip step because feature "omicron1" is not enabled
51642026-08-17T18:25:57.539Z[ recovery-image] Aug 17 18:25:56.684 INFO O| Aug 17 18:25:56.684 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51652026-08-17T18:25:57.539Z[ recovery-image] Aug 17 18:25:56.684 INFO O| Aug 17 18:25:56.684 INFO skip step because feature "omicron1" is not enabled
51662026-08-17T18:25:57.539Z[ recovery-image] Aug 17 18:25:56.684 INFO O| Aug 17 18:25:56.684 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-08-17T18:25:57.539Z[ recovery-image] Aug 17 18:25:56.684 INFO O| Aug 17 18:25:56.684 INFO skip step because feature "omicron1" is not enabled
51682026-08-17T18:25:57.539Z[ recovery-image] Aug 17 18:25:56.684 INFO O| Aug 17 18:25:56.684 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51692026-08-17T18:25:57.545Z[ recovery-image] Aug 17 18:25:56.697 INFO O| Aug 17 18:25:56.697 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
51702026-08-17T18:25:57.545Z[ recovery-image] Aug 17 18:25:56.697 INFO O| Aug 17 18:25:56.697 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
51712026-08-17T18:25:57.633Z[verify-libraries] Compiling p521 v0.14.0
51722026-08-17T18:25:57.678Z[verify-libraries] Compiling p256 v0.14.0
51732026-08-17T18:25:57.758Z[verify-libraries] Compiling p384 v0.14.0
51742026-08-17T18:25:57.878Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
51752026-08-17T18:25:58.020Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
51762026-08-17T18:25:58.083Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
51772026-08-17T18:25:58.285Z[verify-libraries] Compiling twox-hash v2.1.2
51782026-08-17T18:25:58.404Z[verify-libraries] Compiling kem v0.3.0
51792026-08-17T18:25:58.619Z[verify-libraries] Compiling module-lattice v0.2.3
51802026-08-17T18:25:58.690Z[verify-libraries] Compiling atty v0.2.14
51812026-08-17T18:25:58.841Z[ recovery-image] Aug 17 18:25:57.993 INFO O| Aug 17 18:25:57.993 INFO STEP 70 (pack_tar) COMPLETE
51822026-08-17T18:25:58.842Z[ recovery-image] Aug 17 18:25:57.993 INFO O| Aug 17 18:25:57.993 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
51832026-08-17T18:25:58.845Z[ recovery-image] Aug 17 18:25:57.993 INFO O| Aug 17 18:25:57.993 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
51842026-08-17T18:25:58.893Z[verify-libraries] Compiling rtoolbox v0.0.3
51852026-08-17T18:25:58.948Z[verify-libraries] Compiling topological-sort v0.2.2
51862026-08-17T18:25:59.002Z[verify-libraries] Compiling sponge-cursor v0.1.0
51872026-08-17T18:25:59.125Z[verify-libraries] Compiling rpassword v7.5.4
51882026-08-17T18:25:59.172Z[verify-libraries] Compiling sha3 v0.12.0
51892026-08-17T18:25:59.204Z[verify-libraries] Compiling omicron-zone-package v0.12.3
51902026-08-17T18:25:59.232Z[verify-libraries] Compiling ml-kem v0.3.2
51912026-08-17T18:25:59.329Z[verify-libraries] Compiling serde_with v1.14.0
51922026-08-17T18:25:59.386Z[ recovery-image] Aug 17 18:25:58.538 INFO O| Aug 17 18:25:58.538 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
51932026-08-17T18:25:59.486Z[ recovery-image] Aug 17 18:25:58.638 INFO O| Aug 17 18:25:58.637 INFO completed processing sled/ramdisk-02-trim
51942026-08-17T18:25:59.489Z[ recovery-image] Aug 17 18:25:58.640 INFO image builder template: ramdisk-03-recovery-trim...
51952026-08-17T18:25:59.489Z[ recovery-image] Aug 17 18:25:58.640 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/.tmpSodkyB/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
51962026-08-17T18:25:59.493Z[ recovery-image] Aug 17 18:25:58.645 INFO O| Aug 17 18:25:58.645 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
51972026-08-17T18:25:59.569Z[ recovery-image] Aug 17 18:25:58.721 INFO O| Aug 17 18:25:58.721 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
51982026-08-17T18:25:59.576Z[ recovery-image] Aug 17 18:25:58.725 INFO O| Aug 17 18:25:58.725 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
51992026-08-17T18:25:59.662Z[ recovery-image] Aug 17 18:25:58.814 INFO O| Aug 17 18:25:58.814 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52002026-08-17T18:25:59.735Z[ recovery-image] Aug 17 18:25:58.886 INFO O| Aug 17 18:25:58.886 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52012026-08-17T18:25:59.735Z[ recovery-image] Aug 17 18:25:58.887 INFO O| Aug 17 18:25:58.887 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52022026-08-17T18:25:59.742Z[ recovery-image] Aug 17 18:25:58.894 INFO O| Aug 17 18:25:58.894 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52032026-08-17T18:25:59.747Z[ recovery-image] Aug 17 18:25:58.899 INFO O| Aug 17 18:25:58.899 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52042026-08-17T18:25:59.752Z[ recovery-image] Aug 17 18:25:58.904 INFO O| Aug 17 18:25:58.904 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52052026-08-17T18:25:59.861Z[verify-libraries] Compiling russh-cryptovec v0.62.0
52062026-08-17T18:26:00.199Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52072026-08-17T18:26:00.391Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52082026-08-17T18:26:00.440Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52092026-08-17T18:26:00.469Z[ recovery-image] Aug 17 18:25:59.621 INFO O| Aug 17 18:25:59.621 INFO rolled back to input snapshot; work may begin
52102026-08-17T18:26:00.470Z[ recovery-image] Aug 17 18:25:59.621 INFO O| Aug 17 18:25:59.621 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52112026-08-17T18:26:00.478Z[ recovery-image] Aug 17 18:25:59.630 INFO O| Aug 17 18:25:59.630 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52122026-08-17T18:26:00.488Z[ recovery-image] Aug 17 18:25:59.640 INFO O| Aug 17 18:25:59.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52132026-08-17T18:26:00.491Z[ recovery-image] Aug 17 18:25:59.642 INFO O| Aug 17 18:25:59.642 INFO STEP 0 (remove_files) COMPLETE
52142026-08-17T18:26:00.491Z[ recovery-image] Aug 17 18:25:59.642 INFO O| Aug 17 18:25:59.642 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52152026-08-17T18:26:00.501Z[ recovery-image] Aug 17 18:25:59.653 INFO O| Aug 17 18:25:59.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52162026-08-17T18:26:00.501Z[ recovery-image] Aug 17 18:25:59.653 INFO O| Aug 17 18:25:59.653 INFO STEP 1 (remove_files) COMPLETE
52172026-08-17T18:26:00.501Z[ recovery-image] Aug 17 18:25:59.653 INFO O| Aug 17 18:25:59.653 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52182026-08-17T18:26:00.511Z[ recovery-image] Aug 17 18:25:59.662 INFO O| Aug 17 18:25:59.662 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52192026-08-17T18:26:00.518Z[ recovery-image] Aug 17 18:25:59.670 INFO O| Aug 17 18:25:59.670 INFO STEP 2 (remove_files) COMPLETE
52202026-08-17T18:26:00.518Z[ recovery-image] Aug 17 18:25:59.670 INFO O| Aug 17 18:25:59.670 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52212026-08-17T18:26:00.528Z[ recovery-image] Aug 17 18:25:59.680 INFO O| Aug 17 18:25:59.680 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52222026-08-17T18:26:00.533Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52232026-08-17T18:26:00.588Z[ recovery-image] Aug 17 18:25:59.740 INFO O| Aug 17 18:25:59.740 INFO STEP 3 (remove_files) COMPLETE
52242026-08-17T18:26:00.588Z[ recovery-image] Aug 17 18:25:59.740 INFO O| Aug 17 18:25:59.740 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52252026-08-17T18:26:00.601Z[ recovery-image] Aug 17 18:25:59.753 INFO O| Aug 17 18:25:59.753 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52262026-08-17T18:26:00.605Z[ recovery-image] Aug 17 18:25:59.756 INFO O| Aug 17 18:25:59.756 INFO STEP 4 (remove_files) COMPLETE
52272026-08-17T18:26:00.605Z[ recovery-image] Aug 17 18:25:59.756 INFO O| Aug 17 18:25:59.756 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52282026-08-17T18:26:00.615Z[ recovery-image] Aug 17 18:25:59.767 INFO O| Aug 17 18:25:59.767 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52292026-08-17T18:26:00.656Z[ recovery-image] Aug 17 18:25:59.808 INFO O| Aug 17 18:25:59.808 INFO STEP 5 (remove_files) COMPLETE
52302026-08-17T18:26:00.656Z[ recovery-image] Aug 17 18:25:59.808 INFO O| Aug 17 18:25:59.808 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52312026-08-17T18:26:00.666Z[ recovery-image] Aug 17 18:25:59.818 INFO O| Aug 17 18:25:59.818 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52322026-08-17T18:26:00.680Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52332026-08-17T18:26:00.735Z[ recovery-image] Aug 17 18:25:59.887 INFO O| Aug 17 18:25:59.887 INFO STEP 6 (remove_files) COMPLETE
52342026-08-17T18:26:00.735Z[ recovery-image] Aug 17 18:25:59.887 INFO O| Aug 17 18:25:59.887 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52352026-08-17T18:26:00.747Z[ recovery-image] Aug 17 18:25:59.899 INFO O| Aug 17 18:25:59.899 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52362026-08-17T18:26:00.771Z[ recovery-image] Aug 17 18:25:59.923 INFO O| Aug 17 18:25:59.923 INFO STEP 7 (remove_files) COMPLETE
52372026-08-17T18:26:00.771Z[ recovery-image] Aug 17 18:25:59.923 INFO O| Aug 17 18:25:59.923 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52382026-08-17T18:26:00.802Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52392026-08-17T18:26:00.805Z[ recovery-image] Aug 17 18:25:59.955 INFO O| Aug 17 18:25:59.955 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52402026-08-17T18:26:00.809Z[ recovery-image] Aug 17 18:25:59.957 INFO O| Aug 17 18:25:59.957 INFO STEP 8 (remove_files) COMPLETE
52412026-08-17T18:26:00.809Z[ recovery-image] Aug 17 18:25:59.957 INFO O| Aug 17 18:25:59.957 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52422026-08-17T18:26:00.815Z[ recovery-image] Aug 17 18:25:59.967 INFO O| Aug 17 18:25:59.967 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52432026-08-17T18:26:00.828Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
52442026-08-17T18:26:00.832Z[ recovery-image] Aug 17 18:25:59.981 INFO O| Aug 17 18:25:59.981 INFO STEP 9 (remove_files) COMPLETE
52452026-08-17T18:26:00.832Z[ recovery-image] Aug 17 18:25:59.981 INFO O| Aug 17 18:25:59.981 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52462026-08-17T18:26:00.845Z[ recovery-image] Aug 17 18:25:59.997 INFO O| Aug 17 18:25:59.997 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52472026-08-17T18:26:00.855Z[ recovery-image] Aug 17 18:26:00.007 INFO O| Aug 17 18:26:00.007 INFO STEP 10 (remove_files) COMPLETE
52482026-08-17T18:26:00.855Z[ recovery-image] Aug 17 18:26:00.007 INFO O| Aug 17 18:26:00.007 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52492026-08-17T18:26:00.865Z[ recovery-image] Aug 17 18:26:00.017 INFO O| Aug 17 18:26:00.017 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52502026-08-17T18:26:00.868Z[ recovery-image] Aug 17 18:26:00.017 INFO O| Aug 17 18:26:00.017 INFO STEP 11 (remove_files) COMPLETE
52512026-08-17T18:26:00.868Z[ recovery-image] Aug 17 18:26:00.018 INFO O| Aug 17 18:26:00.017 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52522026-08-17T18:26:00.875Z[ recovery-image] Aug 17 18:26:00.027 INFO O| Aug 17 18:26:00.027 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52532026-08-17T18:26:00.978Z[ recovery-image] Aug 17 18:26:00.130 INFO O| Aug 17 18:26:00.130 INFO STEP 12 (remove_files) COMPLETE
52542026-08-17T18:26:00.979Z[ recovery-image] Aug 17 18:26:00.131 INFO O| Aug 17 18:26:00.130 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52552026-08-17T18:26:00.991Z[ recovery-image] Aug 17 18:26:00.142 INFO O| Aug 17 18:26:00.142 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52562026-08-17T18:26:00.995Z[ recovery-image] Aug 17 18:26:00.144 INFO O| Aug 17 18:26:00.144 INFO STEP 13 (remove_files) COMPLETE
52572026-08-17T18:26:00.995Z[ recovery-image] Aug 17 18:26:00.144 INFO O| Aug 17 18:26:00.144 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52582026-08-17T18:26:01.003Z[ recovery-image] Aug 17 18:26:00.155 INFO O| Aug 17 18:26:00.155 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52592026-08-17T18:26:01.009Z[ recovery-image] Aug 17 18:26:00.157 INFO O| Aug 17 18:26:00.157 INFO STEP 14 (remove_files) COMPLETE
52602026-08-17T18:26:01.009Z[ recovery-image] Aug 17 18:26:00.157 INFO O| Aug 17 18:26:00.157 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52612026-08-17T18:26:01.014Z[ recovery-image] Aug 17 18:26:00.166 INFO O| Aug 17 18:26:00.166 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52622026-08-17T18:26:01.017Z[ recovery-image] Aug 17 18:26:00.167 INFO O| Aug 17 18:26:00.167 INFO STEP 15 (remove_files) COMPLETE
52632026-08-17T18:26:01.017Z[ recovery-image] Aug 17 18:26:00.167 INFO O| Aug 17 18:26:00.167 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52642026-08-17T18:26:01.024Z[ recovery-image] Aug 17 18:26:00.176 INFO O| Aug 17 18:26:00.176 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52652026-08-17T18:26:01.027Z[ recovery-image] Aug 17 18:26:00.177 INFO O| Aug 17 18:26:00.177 INFO STEP 16 (remove_files) COMPLETE
52662026-08-17T18:26:01.027Z[ recovery-image] Aug 17 18:26:00.177 INFO O| Aug 17 18:26:00.177 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-08-17T18:26:01.035Z[ recovery-image] Aug 17 18:26:00.187 INFO O| Aug 17 18:26:00.186 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
52682026-08-17T18:26:01.042Z[ recovery-image] Aug 17 18:26:00.194 INFO O| Aug 17 18:26:00.194 INFO STEP 17 (remove_files) COMPLETE
52692026-08-17T18:26:01.042Z[ recovery-image] Aug 17 18:26:00.194 INFO O| Aug 17 18:26:00.194 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-08-17T18:26:01.051Z[ recovery-image] Aug 17 18:26:00.203 INFO O| Aug 17 18:26:00.203 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
52712026-08-17T18:26:01.051Z[ recovery-image] Aug 17 18:26:00.203 INFO O| Aug 17 18:26:00.203 INFO STEP 18 (remove_files) COMPLETE
52722026-08-17T18:26:01.054Z[ recovery-image] Aug 17 18:26:00.203 INFO O| Aug 17 18:26:00.203 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-08-17T18:26:01.060Z[ recovery-image] Aug 17 18:26:00.212 INFO O| Aug 17 18:26:00.212 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
52742026-08-17T18:26:01.060Z[ recovery-image] Aug 17 18:26:00.212 INFO O| Aug 17 18:26:00.212 INFO STEP 19 (remove_files) COMPLETE
52752026-08-17T18:26:01.060Z[ recovery-image] Aug 17 18:26:00.212 INFO O| Aug 17 18:26:00.212 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-08-17T18:26:01.069Z[ recovery-image] Aug 17 18:26:00.221 INFO O| Aug 17 18:26:00.221 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
52772026-08-17T18:26:01.178Z[ recovery-image] Aug 17 18:26:00.330 INFO O| Aug 17 18:26:00.329 INFO STEP 20 (remove_files) COMPLETE
52782026-08-17T18:26:01.178Z[ recovery-image] Aug 17 18:26:00.330 INFO O| Aug 17 18:26:00.330 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-08-17T18:26:01.188Z[ recovery-image] Aug 17 18:26:00.339 INFO O| Aug 17 18:26:00.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
52802026-08-17T18:26:01.245Z[ recovery-image] Aug 17 18:26:00.396 INFO O| Aug 17 18:26:00.396 INFO STEP 21 (remove_files) COMPLETE
52812026-08-17T18:26:01.245Z[ recovery-image] Aug 17 18:26:00.397 INFO O| Aug 17 18:26:00.396 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-08-17T18:26:01.254Z[ recovery-image] Aug 17 18:26:00.406 INFO O| Aug 17 18:26:00.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
52832026-08-17T18:26:01.289Z[ recovery-image] Aug 17 18:26:00.441 INFO O| Aug 17 18:26:00.441 INFO STEP 22 (remove_files) COMPLETE
52842026-08-17T18:26:01.289Z[ recovery-image] Aug 17 18:26:00.441 INFO O| Aug 17 18:26:00.441 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-08-17T18:26:01.302Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
52862026-08-17T18:26:01.314Z[ recovery-image] Aug 17 18:26:00.466 INFO O| Aug 17 18:26:00.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
52872026-08-17T18:26:01.317Z[ recovery-image] Aug 17 18:26:00.466 INFO O| Aug 17 18:26:00.466 INFO STEP 23 (remove_files) COMPLETE
52882026-08-17T18:26:01.317Z[ recovery-image] Aug 17 18:26:00.466 INFO O| Aug 17 18:26:00.466 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-08-17T18:26:01.324Z[ recovery-image] Aug 17 18:26:00.476 INFO O| Aug 17 18:26:00.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
52902026-08-17T18:26:01.324Z[ recovery-image] Aug 17 18:26:00.476 INFO O| Aug 17 18:26:00.476 INFO STEP 24 (remove_files) COMPLETE
52912026-08-17T18:26:01.327Z[ recovery-image] Aug 17 18:26:00.476 INFO O| Aug 17 18:26:00.476 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-08-17T18:26:01.333Z[ recovery-image] Aug 17 18:26:00.485 INFO O| Aug 17 18:26:00.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
52932026-08-17T18:26:01.333Z[ recovery-image] Aug 17 18:26:00.485 INFO O| Aug 17 18:26:00.485 INFO STEP 25 (remove_files) COMPLETE
52942026-08-17T18:26:01.333Z[ recovery-image] Aug 17 18:26:00.485 INFO O| Aug 17 18:26:00.485 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-08-17T18:26:01.343Z[ recovery-image] Aug 17 18:26:00.494 INFO O| Aug 17 18:26:00.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
52962026-08-17T18:26:01.343Z[ recovery-image] Aug 17 18:26:00.495 INFO O| Aug 17 18:26:00.495 INFO STEP 26 (remove_files) COMPLETE
52972026-08-17T18:26:01.343Z[ recovery-image] Aug 17 18:26:00.495 INFO O| Aug 17 18:26:00.495 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-08-17T18:26:01.351Z[ recovery-image] Aug 17 18:26:00.504 INFO O| Aug 17 18:26:00.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
52992026-08-17T18:26:01.355Z[ recovery-image] Aug 17 18:26:00.506 INFO O| Aug 17 18:26:00.506 INFO STEP 27 (remove_files) COMPLETE
53002026-08-17T18:26:01.355Z[ recovery-image] Aug 17 18:26:00.506 INFO O| Aug 17 18:26:00.506 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-08-17T18:26:01.364Z[ recovery-image] Aug 17 18:26:00.516 INFO O| Aug 17 18:26:00.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53022026-08-17T18:26:01.364Z[ recovery-image] Aug 17 18:26:00.516 INFO O| Aug 17 18:26:00.516 INFO STEP 28 (remove_files) COMPLETE
53032026-08-17T18:26:01.364Z[ recovery-image] Aug 17 18:26:00.516 INFO O| Aug 17 18:26:00.516 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-17T18:26:01.373Z[ recovery-image] Aug 17 18:26:00.525 INFO O| Aug 17 18:26:00.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53052026-08-17T18:26:01.373Z[ recovery-image] Aug 17 18:26:00.525 INFO O| Aug 17 18:26:00.525 INFO STEP 29 (remove_files) COMPLETE
53062026-08-17T18:26:01.378Z[ recovery-image] Aug 17 18:26:00.525 INFO O| Aug 17 18:26:00.525 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-08-17T18:26:01.381Z[ recovery-image] Aug 17 18:26:00.533 INFO O| Aug 17 18:26:00.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53082026-08-17T18:26:01.381Z[ recovery-image] Aug 17 18:26:00.533 INFO O| Aug 17 18:26:00.533 INFO STEP 30 (remove_files) COMPLETE
53092026-08-17T18:26:01.381Z[ recovery-image] Aug 17 18:26:00.533 INFO O| Aug 17 18:26:00.533 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-17T18:26:01.392Z[ recovery-image] Aug 17 18:26:00.544 INFO O| Aug 17 18:26:00.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53112026-08-17T18:26:01.392Z[ recovery-image] Aug 17 18:26:00.544 INFO O| Aug 17 18:26:00.544 INFO STEP 31 (remove_files) COMPLETE
53122026-08-17T18:26:01.395Z[ recovery-image] Aug 17 18:26:00.544 INFO O| Aug 17 18:26:00.544 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-17T18:26:01.401Z[ recovery-image] Aug 17 18:26:00.553 INFO O| Aug 17 18:26:00.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53142026-08-17T18:26:01.405Z[ recovery-image] Aug 17 18:26:00.557 INFO O| Aug 17 18:26:00.557 INFO STEP 32 (remove_files) COMPLETE
53152026-08-17T18:26:01.405Z[ recovery-image] Aug 17 18:26:00.557 INFO O| Aug 17 18:26:00.557 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-17T18:26:01.460Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53172026-08-17T18:26:01.465Z[ recovery-image] Aug 17 18:26:00.617 INFO O| Aug 17 18:26:00.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53182026-08-17T18:26:01.465Z[ recovery-image] Aug 17 18:26:00.617 INFO O| Aug 17 18:26:00.617 INFO STEP 33 (remove_files) COMPLETE
53192026-08-17T18:26:01.468Z[ recovery-image] Aug 17 18:26:00.617 INFO O| Aug 17 18:26:00.617 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-08-17T18:26:01.473Z[ recovery-image] Aug 17 18:26:00.625 INFO O| Aug 17 18:26:00.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53212026-08-17T18:26:01.476Z[ recovery-image] Aug 17 18:26:00.628 INFO O| Aug 17 18:26:00.628 INFO STEP 34 (remove_files) COMPLETE
53222026-08-17T18:26:01.477Z[ recovery-image] Aug 17 18:26:00.628 INFO O| Aug 17 18:26:00.628 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-08-17T18:26:01.485Z[ recovery-image] Aug 17 18:26:00.637 INFO O| Aug 17 18:26:00.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53242026-08-17T18:26:01.485Z[ recovery-image] Aug 17 18:26:00.637 INFO O| Aug 17 18:26:00.637 INFO STEP 35 (remove_files) COMPLETE
53252026-08-17T18:26:01.485Z[ recovery-image] Aug 17 18:26:00.637 INFO O| Aug 17 18:26:00.637 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-08-17T18:26:01.494Z[ recovery-image] Aug 17 18:26:00.645 INFO O| Aug 17 18:26:00.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53272026-08-17T18:26:01.494Z[ recovery-image] Aug 17 18:26:00.646 INFO O| Aug 17 18:26:00.646 INFO STEP 36 (remove_files) COMPLETE
53282026-08-17T18:26:01.494Z[ recovery-image] Aug 17 18:26:00.646 INFO O| Aug 17 18:26:00.646 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-08-17T18:26:01.502Z[ recovery-image] Aug 17 18:26:00.654 INFO O| Aug 17 18:26:00.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53302026-08-17T18:26:01.502Z[ recovery-image] Aug 17 18:26:00.654 INFO O| Aug 17 18:26:00.654 INFO STEP 37 (remove_files) COMPLETE
53312026-08-17T18:26:01.502Z[ recovery-image] Aug 17 18:26:00.654 INFO O| Aug 17 18:26:00.654 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-08-17T18:26:01.516Z[ recovery-image] Aug 17 18:26:00.663 INFO O| Aug 17 18:26:00.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53332026-08-17T18:26:01.516Z[ recovery-image] Aug 17 18:26:00.663 INFO O| Aug 17 18:26:00.663 INFO STEP 38 (remove_files) COMPLETE
53342026-08-17T18:26:01.516Z[ recovery-image] Aug 17 18:26:00.663 INFO O| Aug 17 18:26:00.663 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-08-17T18:26:01.527Z[ recovery-image] Aug 17 18:26:00.673 INFO O| Aug 17 18:26:00.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53362026-08-17T18:26:01.527Z[ recovery-image] Aug 17 18:26:00.673 INFO O| Aug 17 18:26:00.673 INFO STEP 39 (remove_files) COMPLETE
53372026-08-17T18:26:01.530Z[ recovery-image] Aug 17 18:26:00.673 INFO O| Aug 17 18:26:00.673 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-08-17T18:26:01.530Z[ recovery-image] Aug 17 18:26:00.682 INFO O| Aug 17 18:26:00.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53392026-08-17T18:26:01.530Z[ recovery-image] Aug 17 18:26:00.682 INFO O| Aug 17 18:26:00.682 INFO STEP 40 (remove_files) COMPLETE
53402026-08-17T18:26:01.530Z[ recovery-image] Aug 17 18:26:00.682 INFO O| Aug 17 18:26:00.682 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-08-17T18:26:01.587Z[ recovery-image] Aug 17 18:26:00.739 INFO O| Aug 17 18:26:00.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53422026-08-17T18:26:01.587Z[ recovery-image] Aug 17 18:26:00.739 INFO O| Aug 17 18:26:00.739 INFO STEP 41 (remove_files) COMPLETE
53432026-08-17T18:26:01.587Z[ recovery-image] Aug 17 18:26:00.739 INFO O| Aug 17 18:26:00.739 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-08-17T18:26:01.596Z[ recovery-image] Aug 17 18:26:00.748 INFO O| Aug 17 18:26:00.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53452026-08-17T18:26:01.596Z[ recovery-image] Aug 17 18:26:00.748 INFO O| Aug 17 18:26:00.748 INFO STEP 42 (remove_files) COMPLETE
53462026-08-17T18:26:01.596Z[ recovery-image] Aug 17 18:26:00.748 INFO O| Aug 17 18:26:00.748 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-17T18:26:01.605Z[ recovery-image] Aug 17 18:26:00.757 INFO O| Aug 17 18:26:00.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53482026-08-17T18:26:01.605Z[ recovery-image] Aug 17 18:26:00.757 INFO O| Aug 17 18:26:00.757 INFO STEP 43 (remove_files) COMPLETE
53492026-08-17T18:26:01.605Z[ recovery-image] Aug 17 18:26:00.757 INFO O| Aug 17 18:26:00.757 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-17T18:26:01.679Z[ recovery-image] Aug 17 18:26:00.827 INFO O| Aug 17 18:26:00.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53512026-08-17T18:26:01.679Z[ recovery-image] Aug 17 18:26:00.827 INFO O| Aug 17 18:26:00.827 INFO STEP 44 (remove_files) COMPLETE
53522026-08-17T18:26:01.679Z[ recovery-image] Aug 17 18:26:00.827 INFO O| Aug 17 18:26:00.827 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-08-17T18:26:01.685Z[ recovery-image] Aug 17 18:26:00.837 INFO O| Aug 17 18:26:00.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53542026-08-17T18:26:01.685Z[ recovery-image] Aug 17 18:26:00.837 INFO O| Aug 17 18:26:00.837 INFO STEP 45 (remove_files) COMPLETE
53552026-08-17T18:26:01.688Z[ recovery-image] Aug 17 18:26:00.837 INFO O| Aug 17 18:26:00.837 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-17T18:26:01.717Z[ recovery-image] Aug 17 18:26:00.869 INFO O| Aug 17 18:26:00.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53572026-08-17T18:26:01.717Z[ recovery-image] Aug 17 18:26:00.869 INFO O| Aug 17 18:26:00.869 INFO STEP 46 (remove_files) COMPLETE
53582026-08-17T18:26:01.717Z[ recovery-image] Aug 17 18:26:00.869 INFO O| Aug 17 18:26:00.869 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-08-17T18:26:01.727Z[ recovery-image] Aug 17 18:26:00.879 INFO O| Aug 17 18:26:00.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53602026-08-17T18:26:01.727Z[ recovery-image] Aug 17 18:26:00.879 INFO O| Aug 17 18:26:00.879 INFO STEP 47 (remove_files) COMPLETE
53612026-08-17T18:26:01.727Z[ recovery-image] Aug 17 18:26:00.879 INFO O| Aug 17 18:26:00.879 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-08-17T18:26:01.736Z[ recovery-image] Aug 17 18:26:00.888 INFO O| Aug 17 18:26:00.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53632026-08-17T18:26:01.736Z[ recovery-image] Aug 17 18:26:00.888 INFO O| Aug 17 18:26:00.888 INFO STEP 48 (remove_files) COMPLETE
53642026-08-17T18:26:01.740Z[ recovery-image] Aug 17 18:26:00.888 INFO O| Aug 17 18:26:00.888 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-17T18:26:01.746Z[ recovery-image] Aug 17 18:26:00.898 INFO O| Aug 17 18:26:00.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
53662026-08-17T18:26:01.746Z[ recovery-image] Aug 17 18:26:00.898 INFO O| Aug 17 18:26:00.898 INFO STEP 49 (remove_files) COMPLETE
53672026-08-17T18:26:01.749Z[ recovery-image] Aug 17 18:26:00.898 INFO O| Aug 17 18:26:00.898 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-17T18:26:01.767Z[ recovery-image] Aug 17 18:26:00.919 INFO O| Aug 17 18:26:00.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
53692026-08-17T18:26:01.767Z[ recovery-image] Aug 17 18:26:00.919 INFO O| Aug 17 18:26:00.919 INFO STEP 50 (remove_files) COMPLETE
53702026-08-17T18:26:01.767Z[ recovery-image] Aug 17 18:26:00.919 INFO O| Aug 17 18:26:00.919 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-08-17T18:26:01.776Z[ recovery-image] Aug 17 18:26:00.928 INFO O| Aug 17 18:26:00.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
53722026-08-17T18:26:01.830Z[ recovery-image] Aug 17 18:26:00.982 INFO O| Aug 17 18:26:00.982 INFO STEP 51 (remove_files) COMPLETE
53732026-08-17T18:26:01.830Z[ recovery-image] Aug 17 18:26:00.982 INFO O| Aug 17 18:26:00.982 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-17T18:26:01.842Z[ recovery-image] Aug 17 18:26:00.993 INFO O| Aug 17 18:26:00.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
53752026-08-17T18:26:01.846Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53762026-08-17T18:26:01.849Z[ recovery-image] Aug 17 18:26:00.999 INFO O| Aug 17 18:26:00.999 INFO STEP 52 (remove_files) COMPLETE
53772026-08-17T18:26:01.849Z[ recovery-image] Aug 17 18:26:00.999 INFO O| Aug 17 18:26:00.999 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-08-17T18:26:01.857Z[ recovery-image] Aug 17 18:26:01.009 INFO O| Aug 17 18:26:01.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
53792026-08-17T18:26:01.857Z[ recovery-image] Aug 17 18:26:01.009 INFO O| Aug 17 18:26:01.009 INFO STEP 53 (remove_files) COMPLETE
53802026-08-17T18:26:01.860Z[ recovery-image] Aug 17 18:26:01.009 INFO O| Aug 17 18:26:01.009 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-08-17T18:26:01.866Z[ recovery-image] Aug 17 18:26:01.018 INFO O| Aug 17 18:26:01.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
53822026-08-17T18:26:01.866Z[ recovery-image] Aug 17 18:26:01.018 INFO O| Aug 17 18:26:01.018 INFO STEP 54 (remove_files) COMPLETE
53832026-08-17T18:26:01.866Z[ recovery-image] Aug 17 18:26:01.018 INFO O| Aug 17 18:26:01.018 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-08-17T18:26:01.874Z[ recovery-image] Aug 17 18:26:01.027 INFO O| Aug 17 18:26:01.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
53852026-08-17T18:26:01.874Z[ recovery-image] Aug 17 18:26:01.027 INFO O| Aug 17 18:26:01.027 INFO STEP 55 (remove_files) COMPLETE
53862026-08-17T18:26:01.875Z[ recovery-image] Aug 17 18:26:01.027 INFO O| Aug 17 18:26:01.027 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-08-17T18:26:01.883Z[ recovery-image] Aug 17 18:26:01.035 INFO O| Aug 17 18:26:01.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
53882026-08-17T18:26:01.883Z[ recovery-image] Aug 17 18:26:01.035 INFO O| Aug 17 18:26:01.035 INFO STEP 56 (remove_files) COMPLETE
53892026-08-17T18:26:01.887Z[ recovery-image] Aug 17 18:26:01.036 INFO O| Aug 17 18:26:01.035 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-08-17T18:26:01.893Z[ recovery-image] Aug 17 18:26:01.045 INFO O| Aug 17 18:26:01.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
53912026-08-17T18:26:01.893Z[ recovery-image] Aug 17 18:26:01.045 INFO O| Aug 17 18:26:01.045 INFO STEP 57 (remove_files) COMPLETE
53922026-08-17T18:26:01.898Z[ recovery-image] Aug 17 18:26:01.045 INFO O| Aug 17 18:26:01.045 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-08-17T18:26:01.903Z[ recovery-image] Aug 17 18:26:01.056 INFO O| Aug 17 18:26:01.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
53942026-08-17T18:26:01.903Z[ recovery-image] Aug 17 18:26:01.056 INFO O| Aug 17 18:26:01.056 INFO STEP 58 (remove_files) COMPLETE
53952026-08-17T18:26:01.903Z[ recovery-image] Aug 17 18:26:01.056 INFO O| Aug 17 18:26:01.056 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-08-17T18:26:01.914Z[ recovery-image] Aug 17 18:26:01.066 INFO O| Aug 17 18:26:01.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
53972026-08-17T18:26:01.918Z[ recovery-image] Aug 17 18:26:01.067 INFO O| Aug 17 18:26:01.067 INFO STEP 59 (remove_files) COMPLETE
53982026-08-17T18:26:01.918Z[ recovery-image] Aug 17 18:26:01.067 INFO O| Aug 17 18:26:01.067 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-08-17T18:26:01.933Z[ recovery-image] Aug 17 18:26:01.076 INFO O| Aug 17 18:26:01.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54002026-08-17T18:26:01.933Z[ recovery-image] Aug 17 18:26:01.076 INFO O| Aug 17 18:26:01.076 INFO STEP 60 (remove_files) COMPLETE
54012026-08-17T18:26:01.933Z[ recovery-image] Aug 17 18:26:01.076 INFO O| Aug 17 18:26:01.076 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-08-17T18:26:01.936Z[ recovery-image] Aug 17 18:26:01.084 INFO O| Aug 17 18:26:01.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54032026-08-17T18:26:01.936Z[ recovery-image] Aug 17 18:26:01.084 INFO O| Aug 17 18:26:01.084 INFO STEP 61 (remove_files) COMPLETE
54042026-08-17T18:26:01.936Z[ recovery-image] Aug 17 18:26:01.084 INFO O| Aug 17 18:26:01.084 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-08-17T18:26:01.939Z[ recovery-image] Aug 17 18:26:01.091 INFO O| Aug 17 18:26:01.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54062026-08-17T18:26:01.939Z[ recovery-image] Aug 17 18:26:01.091 INFO O| Aug 17 18:26:01.091 INFO STEP 62 (remove_files) COMPLETE
54072026-08-17T18:26:01.940Z[ recovery-image] Aug 17 18:26:01.091 INFO O| Aug 17 18:26:01.091 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-08-17T18:26:01.950Z[ recovery-image] Aug 17 18:26:01.102 INFO O| Aug 17 18:26:01.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54092026-08-17T18:26:01.954Z[ recovery-image] Aug 17 18:26:01.103 INFO O| Aug 17 18:26:01.103 INFO STEP 63 (remove_files) COMPLETE
54102026-08-17T18:26:01.954Z[ recovery-image] Aug 17 18:26:01.103 INFO O| Aug 17 18:26:01.103 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-08-17T18:26:01.960Z[ recovery-image] Aug 17 18:26:01.112 INFO O| Aug 17 18:26:01.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54122026-08-17T18:26:01.960Z[ recovery-image] Aug 17 18:26:01.112 INFO O| Aug 17 18:26:01.112 INFO STEP 64 (remove_files) COMPLETE
54132026-08-17T18:26:01.960Z[ recovery-image] Aug 17 18:26:01.112 INFO O| Aug 17 18:26:01.112 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-17T18:26:01.969Z[ recovery-image] Aug 17 18:26:01.121 INFO O| Aug 17 18:26:01.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54152026-08-17T18:26:01.969Z[ recovery-image] Aug 17 18:26:01.121 INFO O| Aug 17 18:26:01.121 INFO STEP 65 (remove_files) COMPLETE
54162026-08-17T18:26:01.972Z[ recovery-image] Aug 17 18:26:01.121 INFO O| Aug 17 18:26:01.121 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-17T18:26:01.979Z[ recovery-image] Aug 17 18:26:01.131 INFO O| Aug 17 18:26:01.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54182026-08-17T18:26:01.979Z[ recovery-image] Aug 17 18:26:01.131 INFO O| Aug 17 18:26:01.131 INFO STEP 66 (remove_files) COMPLETE
54192026-08-17T18:26:01.979Z[ recovery-image] Aug 17 18:26:01.131 INFO O| Aug 17 18:26:01.131 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-08-17T18:26:01.988Z[ recovery-image] Aug 17 18:26:01.140 INFO O| Aug 17 18:26:01.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54212026-08-17T18:26:01.988Z[ recovery-image] Aug 17 18:26:01.140 INFO O| Aug 17 18:26:01.140 INFO STEP 67 (remove_files) COMPLETE
54222026-08-17T18:26:01.991Z[ recovery-image] Aug 17 18:26:01.140 INFO O| Aug 17 18:26:01.140 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-08-17T18:26:01.997Z[ recovery-image] Aug 17 18:26:01.149 INFO O| Aug 17 18:26:01.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54242026-08-17T18:26:01.997Z[ recovery-image] Aug 17 18:26:01.149 INFO O| Aug 17 18:26:01.149 INFO STEP 68 (remove_files) COMPLETE
54252026-08-17T18:26:02.001Z[ recovery-image] Aug 17 18:26:01.149 INFO O| Aug 17 18:26:01.149 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-08-17T18:26:02.006Z[ recovery-image] Aug 17 18:26:01.158 INFO O| Aug 17 18:26:01.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54272026-08-17T18:26:02.006Z[ recovery-image] Aug 17 18:26:01.158 INFO O| Aug 17 18:26:01.158 INFO STEP 69 (remove_files) COMPLETE
54282026-08-17T18:26:02.009Z[ recovery-image] Aug 17 18:26:01.158 INFO O| Aug 17 18:26:01.158 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-08-17T18:26:02.014Z[ recovery-image] Aug 17 18:26:01.167 INFO O| Aug 17 18:26:01.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54302026-08-17T18:26:02.014Z[ recovery-image] Aug 17 18:26:01.167 INFO O| Aug 17 18:26:01.167 INFO STEP 70 (remove_files) COMPLETE
54312026-08-17T18:26:02.018Z[ recovery-image] Aug 17 18:26:01.167 INFO O| Aug 17 18:26:01.167 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-17T18:26:02.022Z[ recovery-image] Aug 17 18:26:01.174 INFO O| Aug 17 18:26:01.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54332026-08-17T18:26:02.022Z[ recovery-image] Aug 17 18:26:01.175 INFO O| Aug 17 18:26:01.175 INFO STEP 71 (remove_files) COMPLETE
54342026-08-17T18:26:02.022Z[ recovery-image] Aug 17 18:26:01.175 INFO O| Aug 17 18:26:01.175 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-08-17T18:26:02.032Z[ recovery-image] Aug 17 18:26:01.184 INFO O| Aug 17 18:26:01.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54362026-08-17T18:26:02.032Z[ recovery-image] Aug 17 18:26:01.184 INFO O| Aug 17 18:26:01.184 INFO STEP 72 (remove_files) COMPLETE
54372026-08-17T18:26:02.032Z[ recovery-image] Aug 17 18:26:01.184 INFO O| Aug 17 18:26:01.184 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-08-17T18:26:02.044Z[ recovery-image] Aug 17 18:26:01.196 INFO O| Aug 17 18:26:01.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54392026-08-17T18:26:02.044Z[ recovery-image] Aug 17 18:26:01.196 INFO O| Aug 17 18:26:01.196 INFO STEP 73 (remove_files) COMPLETE
54402026-08-17T18:26:02.047Z[ recovery-image] Aug 17 18:26:01.196 INFO O| Aug 17 18:26:01.196 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-08-17T18:26:02.076Z[ recovery-image] Aug 17 18:26:01.206 INFO O| Aug 17 18:26:01.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54422026-08-17T18:26:02.076Z[ recovery-image] Aug 17 18:26:01.206 INFO O| Aug 17 18:26:01.206 INFO STEP 74 (remove_files) COMPLETE
54432026-08-17T18:26:02.076Z[ recovery-image] Aug 17 18:26:01.206 INFO O| Aug 17 18:26:01.206 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-08-17T18:26:02.076Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
54452026-08-17T18:26:02.076Z[ recovery-image] Aug 17 18:26:01.217 INFO O| Aug 17 18:26:01.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54462026-08-17T18:26:02.076Z[ recovery-image] Aug 17 18:26:01.217 INFO O| Aug 17 18:26:01.217 INFO STEP 75 (remove_files) COMPLETE
54472026-08-17T18:26:02.076Z[ recovery-image] Aug 17 18:26:01.217 INFO O| Aug 17 18:26:01.217 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-17T18:26:02.076Z[ recovery-image] Aug 17 18:26:01.226 INFO O| Aug 17 18:26:01.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54492026-08-17T18:26:02.076Z[ recovery-image] Aug 17 18:26:01.227 INFO O| Aug 17 18:26:01.227 INFO STEP 76 (remove_files) COMPLETE
54502026-08-17T18:26:02.076Z[ recovery-image] Aug 17 18:26:01.227 INFO O| Aug 17 18:26:01.227 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-17T18:26:02.087Z[ recovery-image] Aug 17 18:26:01.239 INFO O| Aug 17 18:26:01.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54522026-08-17T18:26:02.087Z[ recovery-image] Aug 17 18:26:01.239 INFO O| Aug 17 18:26:01.239 INFO STEP 77 (remove_files) COMPLETE
54532026-08-17T18:26:02.087Z[ recovery-image] Aug 17 18:26:01.239 INFO O| Aug 17 18:26:01.239 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-17T18:26:02.099Z[ recovery-image] Aug 17 18:26:01.250 INFO O| Aug 17 18:26:01.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54552026-08-17T18:26:02.099Z[ recovery-image] Aug 17 18:26:01.250 INFO O| Aug 17 18:26:01.250 INFO STEP 78 (remove_files) COMPLETE
54562026-08-17T18:26:02.099Z[ recovery-image] Aug 17 18:26:01.250 INFO O| Aug 17 18:26:01.250 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-17T18:26:02.110Z[ recovery-image] Aug 17 18:26:01.260 INFO O| Aug 17 18:26:01.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54582026-08-17T18:26:02.110Z[ recovery-image] Aug 17 18:26:01.260 INFO O| Aug 17 18:26:01.260 INFO STEP 79 (remove_files) COMPLETE
54592026-08-17T18:26:02.110Z[ recovery-image] Aug 17 18:26:01.260 INFO O| Aug 17 18:26:01.260 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-17T18:26:02.116Z[ recovery-image] Aug 17 18:26:01.268 INFO O| Aug 17 18:26:01.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54612026-08-17T18:26:02.117Z[ recovery-image] Aug 17 18:26:01.268 INFO O| Aug 17 18:26:01.268 INFO STEP 80 (remove_files) COMPLETE
54622026-08-17T18:26:02.117Z[ recovery-image] Aug 17 18:26:01.268 INFO O| Aug 17 18:26:01.268 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-17T18:26:02.125Z[ recovery-image] Aug 17 18:26:01.277 INFO O| Aug 17 18:26:01.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
54642026-08-17T18:26:02.125Z[ recovery-image] Aug 17 18:26:01.277 INFO O| Aug 17 18:26:01.277 INFO STEP 81 (remove_files) COMPLETE
54652026-08-17T18:26:02.125Z[ recovery-image] Aug 17 18:26:01.277 INFO O| Aug 17 18:26:01.277 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-08-17T18:26:02.137Z[ recovery-image] Aug 17 18:26:01.289 INFO O| Aug 17 18:26:01.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
54672026-08-17T18:26:02.137Z[ recovery-image] Aug 17 18:26:01.289 INFO O| Aug 17 18:26:01.289 INFO STEP 82 (remove_files) COMPLETE
54682026-08-17T18:26:02.137Z[ recovery-image] Aug 17 18:26:01.289 INFO O| Aug 17 18:26:01.289 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-08-17T18:26:02.148Z[ recovery-image] Aug 17 18:26:01.300 INFO O| Aug 17 18:26:01.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
54702026-08-17T18:26:02.148Z[ recovery-image] Aug 17 18:26:01.300 INFO O| Aug 17 18:26:01.300 INFO STEP 83 (remove_files) COMPLETE
54712026-08-17T18:26:02.148Z[ recovery-image] Aug 17 18:26:01.300 INFO O| Aug 17 18:26:01.300 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-08-17T18:26:02.153Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
54732026-08-17T18:26:02.159Z[ recovery-image] Aug 17 18:26:01.310 INFO O| Aug 17 18:26:01.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
54742026-08-17T18:26:02.159Z[ recovery-image] Aug 17 18:26:01.311 INFO O| Aug 17 18:26:01.311 INFO STEP 84 (remove_files) COMPLETE
54752026-08-17T18:26:02.162Z[ recovery-image] Aug 17 18:26:01.311 INFO O| Aug 17 18:26:01.311 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-08-17T18:26:02.168Z[ recovery-image] Aug 17 18:26:01.320 INFO O| Aug 17 18:26:01.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
54772026-08-17T18:26:02.168Z[ recovery-image] Aug 17 18:26:01.320 INFO O| Aug 17 18:26:01.320 INFO STEP 85 (remove_files) COMPLETE
54782026-08-17T18:26:02.168Z[ recovery-image] Aug 17 18:26:01.320 INFO O| Aug 17 18:26:01.320 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-08-17T18:26:02.177Z[ recovery-image] Aug 17 18:26:01.329 INFO O| Aug 17 18:26:01.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
54802026-08-17T18:26:02.177Z[ recovery-image] Aug 17 18:26:01.329 INFO O| Aug 17 18:26:01.329 INFO STEP 86 (remove_files) COMPLETE
54812026-08-17T18:26:02.180Z[ recovery-image] Aug 17 18:26:01.329 INFO O| Aug 17 18:26:01.329 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-08-17T18:26:02.185Z[ recovery-image] Aug 17 18:26:01.337 INFO O| Aug 17 18:26:01.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
54832026-08-17T18:26:02.185Z[ recovery-image] Aug 17 18:26:01.337 INFO O| Aug 17 18:26:01.337 INFO STEP 87 (remove_files) COMPLETE
54842026-08-17T18:26:02.188Z[ recovery-image] Aug 17 18:26:01.337 INFO O| Aug 17 18:26:01.337 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-08-17T18:26:02.194Z[ recovery-image] Aug 17 18:26:01.346 INFO O| Aug 17 18:26:01.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
54862026-08-17T18:26:02.197Z[ recovery-image] Aug 17 18:26:01.347 INFO O| Aug 17 18:26:01.347 INFO STEP 88 (remove_files) COMPLETE
54872026-08-17T18:26:02.197Z[ recovery-image] Aug 17 18:26:01.347 INFO O| Aug 17 18:26:01.347 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-08-17T18:26:02.202Z[ recovery-image] Aug 17 18:26:01.354 INFO O| Aug 17 18:26:01.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
54892026-08-17T18:26:02.205Z[ recovery-image] Aug 17 18:26:01.355 INFO O| Aug 17 18:26:01.355 INFO STEP 89 (remove_files) COMPLETE
54902026-08-17T18:26:02.205Z[ recovery-image] Aug 17 18:26:01.355 INFO O| Aug 17 18:26:01.355 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-08-17T18:26:02.211Z[ recovery-image] Aug 17 18:26:01.363 INFO O| Aug 17 18:26:01.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
54922026-08-17T18:26:02.211Z[ recovery-image] Aug 17 18:26:01.363 INFO O| Aug 17 18:26:01.363 INFO STEP 90 (remove_files) COMPLETE
54932026-08-17T18:26:02.214Z[ recovery-image] Aug 17 18:26:01.363 INFO O| Aug 17 18:26:01.363 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-08-17T18:26:02.219Z[ recovery-image] Aug 17 18:26:01.371 INFO O| Aug 17 18:26:01.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
54952026-08-17T18:26:02.219Z[ recovery-image] Aug 17 18:26:01.371 INFO O| Aug 17 18:26:01.371 INFO STEP 91 (remove_files) COMPLETE
54962026-08-17T18:26:02.219Z[ recovery-image] Aug 17 18:26:01.371 INFO O| Aug 17 18:26:01.371 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-08-17T18:26:02.227Z[ recovery-image] Aug 17 18:26:01.379 INFO O| Aug 17 18:26:01.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
54982026-08-17T18:26:02.227Z[ recovery-image] Aug 17 18:26:01.379 INFO O| Aug 17 18:26:01.379 INFO STEP 92 (remove_files) COMPLETE
54992026-08-17T18:26:02.227Z[ recovery-image] Aug 17 18:26:01.379 INFO O| Aug 17 18:26:01.379 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-08-17T18:26:02.235Z[ recovery-image] Aug 17 18:26:01.387 INFO O| Aug 17 18:26:01.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55012026-08-17T18:26:02.235Z[ recovery-image] Aug 17 18:26:01.387 INFO O| Aug 17 18:26:01.387 INFO STEP 93 (remove_files) COMPLETE
55022026-08-17T18:26:02.235Z[ recovery-image] Aug 17 18:26:01.387 INFO O| Aug 17 18:26:01.387 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-08-17T18:26:02.244Z[ recovery-image] Aug 17 18:26:01.396 INFO O| Aug 17 18:26:01.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55042026-08-17T18:26:02.244Z[ recovery-image] Aug 17 18:26:01.396 INFO O| Aug 17 18:26:01.396 INFO STEP 94 (remove_files) COMPLETE
55052026-08-17T18:26:02.247Z[ recovery-image] Aug 17 18:26:01.396 INFO O| Aug 17 18:26:01.396 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-08-17T18:26:02.252Z[ recovery-image] Aug 17 18:26:01.404 INFO O| Aug 17 18:26:01.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55072026-08-17T18:26:02.255Z[ recovery-image] Aug 17 18:26:01.405 INFO O| Aug 17 18:26:01.405 INFO STEP 95 (remove_files) COMPLETE
55082026-08-17T18:26:02.255Z[ recovery-image] Aug 17 18:26:01.405 INFO O| Aug 17 18:26:01.405 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-08-17T18:26:02.265Z[ recovery-image] Aug 17 18:26:01.417 INFO O| Aug 17 18:26:01.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55102026-08-17T18:26:02.265Z[ recovery-image] Aug 17 18:26:01.417 INFO O| Aug 17 18:26:01.417 INFO STEP 96 (remove_files) COMPLETE
55112026-08-17T18:26:02.268Z[ recovery-image] Aug 17 18:26:01.417 INFO O| Aug 17 18:26:01.417 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-08-17T18:26:02.274Z[ recovery-image] Aug 17 18:26:01.427 INFO O| Aug 17 18:26:01.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55132026-08-17T18:26:02.274Z[ recovery-image] Aug 17 18:26:01.427 INFO O| Aug 17 18:26:01.427 INFO STEP 97 (remove_files) COMPLETE
55142026-08-17T18:26:02.278Z[ recovery-image] Aug 17 18:26:01.427 INFO O| Aug 17 18:26:01.427 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-08-17T18:26:02.284Z[ recovery-image] Aug 17 18:26:01.436 INFO O| Aug 17 18:26:01.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55162026-08-17T18:26:02.284Z[ recovery-image] Aug 17 18:26:01.436 INFO O| Aug 17 18:26:01.436 INFO STEP 98 (remove_files) COMPLETE
55172026-08-17T18:26:02.287Z[ recovery-image] Aug 17 18:26:01.436 INFO O| Aug 17 18:26:01.436 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-08-17T18:26:02.293Z[ recovery-image] Aug 17 18:26:01.445 INFO O| Aug 17 18:26:01.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55192026-08-17T18:26:02.293Z[ recovery-image] Aug 17 18:26:01.446 INFO O| Aug 17 18:26:01.446 INFO STEP 99 (remove_files) COMPLETE
55202026-08-17T18:26:02.293Z[ recovery-image] Aug 17 18:26:01.446 INFO O| Aug 17 18:26:01.446 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-08-17T18:26:02.303Z[ recovery-image] Aug 17 18:26:01.454 INFO O| Aug 17 18:26:01.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55222026-08-17T18:26:02.303Z[ recovery-image] Aug 17 18:26:01.454 INFO O| Aug 17 18:26:01.454 INFO STEP 100 (remove_files) COMPLETE
55232026-08-17T18:26:02.307Z[ recovery-image] Aug 17 18:26:01.454 INFO O| Aug 17 18:26:01.454 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-08-17T18:26:02.307Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
55252026-08-17T18:26:02.313Z[ recovery-image] Aug 17 18:26:01.465 INFO O| Aug 17 18:26:01.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55262026-08-17T18:26:02.313Z[ recovery-image] Aug 17 18:26:01.465 INFO O| Aug 17 18:26:01.465 INFO STEP 101 (remove_files) COMPLETE
55272026-08-17T18:26:02.313Z[ recovery-image] Aug 17 18:26:01.465 INFO O| Aug 17 18:26:01.465 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-08-17T18:26:02.327Z[ recovery-image] Aug 17 18:26:01.475 INFO O| Aug 17 18:26:01.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55292026-08-17T18:26:02.327Z[ recovery-image] Aug 17 18:26:01.475 INFO O| Aug 17 18:26:01.475 INFO STEP 102 (remove_files) COMPLETE
55302026-08-17T18:26:02.331Z[ recovery-image] Aug 17 18:26:01.475 INFO O| Aug 17 18:26:01.475 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-08-17T18:26:02.334Z[ recovery-image] Aug 17 18:26:01.483 INFO O| Aug 17 18:26:01.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55322026-08-17T18:26:02.334Z[ recovery-image] Aug 17 18:26:01.483 INFO O| Aug 17 18:26:01.483 INFO STEP 103 (remove_files) COMPLETE
55332026-08-17T18:26:02.334Z[ recovery-image] Aug 17 18:26:01.483 INFO O| Aug 17 18:26:01.483 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-08-17T18:26:02.340Z[ recovery-image] Aug 17 18:26:01.492 INFO O| Aug 17 18:26:01.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55352026-08-17T18:26:02.340Z[ recovery-image] Aug 17 18:26:01.492 INFO O| Aug 17 18:26:01.492 INFO STEP 104 (remove_files) COMPLETE
55362026-08-17T18:26:02.340Z[ recovery-image] Aug 17 18:26:01.492 INFO O| Aug 17 18:26:01.492 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-08-17T18:26:02.348Z[ recovery-image] Aug 17 18:26:01.501 INFO O| Aug 17 18:26:01.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55382026-08-17T18:26:02.349Z[ recovery-image] Aug 17 18:26:01.501 INFO O| Aug 17 18:26:01.501 INFO STEP 105 (remove_files) COMPLETE
55392026-08-17T18:26:02.352Z[ recovery-image] Aug 17 18:26:01.501 INFO O| Aug 17 18:26:01.501 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-08-17T18:26:02.357Z[ recovery-image] Aug 17 18:26:01.509 INFO O| Aug 17 18:26:01.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55412026-08-17T18:26:02.360Z[ recovery-image] Aug 17 18:26:01.509 INFO O| Aug 17 18:26:01.509 INFO STEP 106 (remove_files) COMPLETE
55422026-08-17T18:26:02.360Z[ recovery-image] Aug 17 18:26:01.509 INFO O| Aug 17 18:26:01.509 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-08-17T18:26:02.374Z[ recovery-image] Aug 17 18:26:01.526 INFO O| Aug 17 18:26:01.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55442026-08-17T18:26:02.374Z[ recovery-image] Aug 17 18:26:01.526 INFO O| Aug 17 18:26:01.526 INFO STEP 107 (remove_files) COMPLETE
55452026-08-17T18:26:02.374Z[ recovery-image] Aug 17 18:26:01.526 INFO O| Aug 17 18:26:01.526 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-08-17T18:26:02.383Z[ recovery-image] Aug 17 18:26:01.535 INFO O| Aug 17 18:26:01.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55472026-08-17T18:26:02.383Z[ recovery-image] Aug 17 18:26:01.535 INFO O| Aug 17 18:26:01.535 INFO STEP 108 (remove_files) COMPLETE
55482026-08-17T18:26:02.383Z[ recovery-image] Aug 17 18:26:01.535 INFO O| Aug 17 18:26:01.535 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-08-17T18:26:02.396Z[ recovery-image] Aug 17 18:26:01.547 INFO O| Aug 17 18:26:01.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55502026-08-17T18:26:02.396Z[ recovery-image] Aug 17 18:26:01.547 INFO O| Aug 17 18:26:01.547 INFO STEP 109 (remove_files) COMPLETE
55512026-08-17T18:26:02.399Z[ recovery-image] Aug 17 18:26:01.547 INFO O| Aug 17 18:26:01.547 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-08-17T18:26:02.459Z[ recovery-image] Aug 17 18:26:01.611 INFO O| Aug 17 18:26:01.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55532026-08-17T18:26:02.459Z[ recovery-image] Aug 17 18:26:01.611 INFO O| Aug 17 18:26:01.611 INFO STEP 110 (remove_files) COMPLETE
55542026-08-17T18:26:02.459Z[ recovery-image] Aug 17 18:26:01.611 INFO O| Aug 17 18:26:01.611 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-08-17T18:26:02.467Z[ recovery-image] Aug 17 18:26:01.619 INFO O| Aug 17 18:26:01.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55562026-08-17T18:26:02.468Z[ recovery-image] Aug 17 18:26:01.620 INFO O| Aug 17 18:26:01.620 INFO STEP 111 (remove_files) COMPLETE
55572026-08-17T18:26:02.471Z[ recovery-image] Aug 17 18:26:01.620 INFO O| Aug 17 18:26:01.620 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-08-17T18:26:02.475Z[ recovery-image] Aug 17 18:26:01.628 INFO O| Aug 17 18:26:01.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55592026-08-17T18:26:02.475Z[ recovery-image] Aug 17 18:26:01.628 INFO O| Aug 17 18:26:01.628 INFO STEP 112 (remove_files) COMPLETE
55602026-08-17T18:26:02.475Z[ recovery-image] Aug 17 18:26:01.628 INFO O| Aug 17 18:26:01.628 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-08-17T18:26:02.484Z[ recovery-image] Aug 17 18:26:01.636 INFO O| Aug 17 18:26:01.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55622026-08-17T18:26:02.484Z[ recovery-image] Aug 17 18:26:01.636 INFO O| Aug 17 18:26:01.636 INFO STEP 113 (remove_files) COMPLETE
55632026-08-17T18:26:02.487Z[ recovery-image] Aug 17 18:26:01.636 INFO O| Aug 17 18:26:01.636 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-08-17T18:26:02.492Z[ recovery-image] Aug 17 18:26:01.644 INFO O| Aug 17 18:26:01.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55652026-08-17T18:26:02.495Z[ recovery-image] Aug 17 18:26:01.644 INFO O| Aug 17 18:26:01.644 INFO STEP 114 (remove_files) COMPLETE
55662026-08-17T18:26:02.495Z[ recovery-image] Aug 17 18:26:01.644 INFO O| Aug 17 18:26:01.644 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-08-17T18:26:02.505Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
55682026-08-17T18:26:02.518Z[ recovery-image] Aug 17 18:26:01.670 INFO O| Aug 17 18:26:01.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
55692026-08-17T18:26:02.518Z[ recovery-image] Aug 17 18:26:01.670 INFO O| Aug 17 18:26:01.670 INFO STEP 115 (remove_files) COMPLETE
55702026-08-17T18:26:02.518Z[ recovery-image] Aug 17 18:26:01.670 INFO O| Aug 17 18:26:01.670 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-17T18:26:02.528Z[ recovery-image] Aug 17 18:26:01.680 INFO O| Aug 17 18:26:01.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
55722026-08-17T18:26:02.528Z[ recovery-image] Aug 17 18:26:01.680 INFO O| Aug 17 18:26:01.680 INFO STEP 116 (remove_files) COMPLETE
55732026-08-17T18:26:02.528Z[ recovery-image] Aug 17 18:26:01.680 INFO O| Aug 17 18:26:01.680 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-17T18:26:02.541Z[ recovery-image] Aug 17 18:26:01.693 INFO O| Aug 17 18:26:01.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
55752026-08-17T18:26:02.541Z[ recovery-image] Aug 17 18:26:01.693 INFO O| Aug 17 18:26:01.693 INFO STEP 117 (remove_files) COMPLETE
55762026-08-17T18:26:02.541Z[ recovery-image] Aug 17 18:26:01.693 INFO O| Aug 17 18:26:01.693 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-17T18:26:02.551Z[ recovery-image] Aug 17 18:26:01.703 INFO O| Aug 17 18:26:01.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
55782026-08-17T18:26:02.551Z[ recovery-image] Aug 17 18:26:01.703 INFO O| Aug 17 18:26:01.703 INFO STEP 118 (remove_files) COMPLETE
55792026-08-17T18:26:02.554Z[ recovery-image] Aug 17 18:26:01.703 INFO O| Aug 17 18:26:01.703 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-17T18:26:02.559Z[ recovery-image] Aug 17 18:26:01.711 INFO O| Aug 17 18:26:01.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
55812026-08-17T18:26:02.559Z[ recovery-image] Aug 17 18:26:01.711 INFO O| Aug 17 18:26:01.711 INFO STEP 119 (remove_files) COMPLETE
55822026-08-17T18:26:02.562Z[ recovery-image] Aug 17 18:26:01.711 INFO O| Aug 17 18:26:01.711 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-17T18:26:02.570Z[ recovery-image] Aug 17 18:26:01.723 INFO O| Aug 17 18:26:01.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
55842026-08-17T18:26:02.573Z[ recovery-image] Aug 17 18:26:01.723 INFO O| Aug 17 18:26:01.723 INFO STEP 120 (remove_files) COMPLETE
55852026-08-17T18:26:02.574Z[ recovery-image] Aug 17 18:26:01.723 INFO O| Aug 17 18:26:01.723 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-17T18:26:02.601Z[ recovery-image] Aug 17 18:26:01.752 INFO O| Aug 17 18:26:01.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
55872026-08-17T18:26:02.601Z[ recovery-image] Aug 17 18:26:01.752 INFO O| Aug 17 18:26:01.752 INFO STEP 121 (remove_files) COMPLETE
55882026-08-17T18:26:02.601Z[ recovery-image] Aug 17 18:26:01.752 INFO O| Aug 17 18:26:01.752 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-17T18:26:02.609Z[ recovery-image] Aug 17 18:26:01.761 INFO O| Aug 17 18:26:01.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
55902026-08-17T18:26:02.609Z[ recovery-image] Aug 17 18:26:01.761 INFO O| Aug 17 18:26:01.761 INFO STEP 122 (remove_files) COMPLETE
55912026-08-17T18:26:02.612Z[ recovery-image] Aug 17 18:26:01.761 INFO O| Aug 17 18:26:01.761 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-17T18:26:02.619Z[ recovery-image] Aug 17 18:26:01.771 INFO O| Aug 17 18:26:01.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
55932026-08-17T18:26:02.619Z[ recovery-image] Aug 17 18:26:01.771 INFO O| Aug 17 18:26:01.771 INFO STEP 123 (remove_files) COMPLETE
55942026-08-17T18:26:02.619Z[ recovery-image] Aug 17 18:26:01.771 INFO O| Aug 17 18:26:01.771 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-17T18:26:02.646Z[ recovery-image] Aug 17 18:26:01.798 INFO O| Aug 17 18:26:01.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
55962026-08-17T18:26:02.646Z[ recovery-image] Aug 17 18:26:01.798 INFO O| Aug 17 18:26:01.798 INFO STEP 124 (remove_files) COMPLETE
55972026-08-17T18:26:02.649Z[ recovery-image] Aug 17 18:26:01.798 INFO O| Aug 17 18:26:01.798 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-17T18:26:02.691Z[ recovery-image] Aug 17 18:26:01.843 INFO O| Aug 17 18:26:01.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
55992026-08-17T18:26:02.691Z[ recovery-image] Aug 17 18:26:01.843 INFO O| Aug 17 18:26:01.843 INFO STEP 125 (remove_files) COMPLETE
56002026-08-17T18:26:02.691Z[ recovery-image] Aug 17 18:26:01.843 INFO O| Aug 17 18:26:01.843 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-17T18:26:02.702Z[ recovery-image] Aug 17 18:26:01.854 INFO O| Aug 17 18:26:01.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56022026-08-17T18:26:02.702Z[ recovery-image] Aug 17 18:26:01.854 INFO O| Aug 17 18:26:01.854 INFO STEP 126 (remove_files) COMPLETE
56032026-08-17T18:26:02.702Z[ recovery-image] Aug 17 18:26:01.854 INFO O| Aug 17 18:26:01.854 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-17T18:26:02.712Z[ recovery-image] Aug 17 18:26:01.864 INFO O| Aug 17 18:26:01.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56052026-08-17T18:26:02.712Z[ recovery-image] Aug 17 18:26:01.864 INFO O| Aug 17 18:26:01.864 INFO STEP 127 (remove_files) COMPLETE
56062026-08-17T18:26:02.712Z[ recovery-image] Aug 17 18:26:01.864 INFO O| Aug 17 18:26:01.864 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-08-17T18:26:02.723Z[ recovery-image] Aug 17 18:26:01.875 INFO O| Aug 17 18:26:01.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56082026-08-17T18:26:02.723Z[ recovery-image] Aug 17 18:26:01.875 INFO O| Aug 17 18:26:01.875 INFO STEP 128 (remove_files) COMPLETE
56092026-08-17T18:26:02.726Z[ recovery-image] Aug 17 18:26:01.875 INFO O| Aug 17 18:26:01.875 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-08-17T18:26:02.733Z[ recovery-image] Aug 17 18:26:01.885 INFO O| Aug 17 18:26:01.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56112026-08-17T18:26:02.733Z[ recovery-image] Aug 17 18:26:01.885 INFO O| Aug 17 18:26:01.885 INFO STEP 129 (remove_files) COMPLETE
56122026-08-17T18:26:02.733Z[ recovery-image] Aug 17 18:26:01.885 INFO O| Aug 17 18:26:01.885 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-17T18:26:02.745Z[ recovery-image] Aug 17 18:26:01.897 INFO O| Aug 17 18:26:01.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56142026-08-17T18:26:02.745Z[ recovery-image] Aug 17 18:26:01.897 INFO O| Aug 17 18:26:01.897 INFO STEP 130 (remove_files) COMPLETE
56152026-08-17T18:26:02.745Z[ recovery-image] Aug 17 18:26:01.897 INFO O| Aug 17 18:26:01.897 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-17T18:26:02.755Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
56172026-08-17T18:26:02.778Z[ recovery-image] Aug 17 18:26:01.930 INFO O| Aug 17 18:26:01.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56182026-08-17T18:26:02.778Z[ recovery-image] Aug 17 18:26:01.930 INFO O| Aug 17 18:26:01.930 INFO STEP 131 (remove_files) COMPLETE
56192026-08-17T18:26:02.781Z[ recovery-image] Aug 17 18:26:01.930 INFO O| Aug 17 18:26:01.930 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-17T18:26:02.788Z[ recovery-image] Aug 17 18:26:01.940 INFO O| Aug 17 18:26:01.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56212026-08-17T18:26:02.788Z[ recovery-image] Aug 17 18:26:01.940 INFO O| Aug 17 18:26:01.940 INFO STEP 132 (remove_files) COMPLETE
56222026-08-17T18:26:02.788Z[ recovery-image] Aug 17 18:26:01.940 INFO O| Aug 17 18:26:01.940 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-17T18:26:02.799Z[ recovery-image] Aug 17 18:26:01.951 INFO O| Aug 17 18:26:01.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56242026-08-17T18:26:02.799Z[ recovery-image] Aug 17 18:26:01.951 INFO O| Aug 17 18:26:01.951 INFO STEP 133 (remove_files) COMPLETE
56252026-08-17T18:26:02.799Z[ recovery-image] Aug 17 18:26:01.951 INFO O| Aug 17 18:26:01.951 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-17T18:26:02.810Z[ recovery-image] Aug 17 18:26:01.962 INFO O| Aug 17 18:26:01.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56272026-08-17T18:26:02.811Z[ recovery-image] Aug 17 18:26:01.962 INFO O| Aug 17 18:26:01.962 INFO STEP 134 (remove_files) COMPLETE
56282026-08-17T18:26:02.811Z[ recovery-image] Aug 17 18:26:01.962 INFO O| Aug 17 18:26:01.962 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-17T18:26:02.820Z[ recovery-image] Aug 17 18:26:01.972 INFO O| Aug 17 18:26:01.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56302026-08-17T18:26:02.820Z[ recovery-image] Aug 17 18:26:01.972 INFO O| Aug 17 18:26:01.972 INFO STEP 135 (remove_files) COMPLETE
56312026-08-17T18:26:02.820Z[ recovery-image] Aug 17 18:26:01.972 INFO O| Aug 17 18:26:01.972 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-17T18:26:02.829Z[ recovery-image] Aug 17 18:26:01.981 INFO O| Aug 17 18:26:01.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56332026-08-17T18:26:02.829Z[ recovery-image] Aug 17 18:26:01.981 INFO O| Aug 17 18:26:01.981 INFO STEP 136 (remove_files) COMPLETE
56342026-08-17T18:26:02.832Z[ recovery-image] Aug 17 18:26:01.981 INFO O| Aug 17 18:26:01.981 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-17T18:26:02.842Z[ recovery-image] Aug 17 18:26:01.994 INFO O| Aug 17 18:26:01.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56362026-08-17T18:26:02.857Z[ recovery-image] Aug 17 18:26:02.009 INFO O| Aug 17 18:26:02.009 INFO STEP 137 (remove_files) COMPLETE
56372026-08-17T18:26:02.857Z[ recovery-image] Aug 17 18:26:02.009 INFO O| Aug 17 18:26:02.009 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-17T18:26:02.867Z[ recovery-image] Aug 17 18:26:02.019 INFO O| Aug 17 18:26:02.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56392026-08-17T18:26:02.867Z[ recovery-image] Aug 17 18:26:02.019 INFO O| Aug 17 18:26:02.019 INFO STEP 138 (remove_files) COMPLETE
56402026-08-17T18:26:02.867Z[ recovery-image] Aug 17 18:26:02.019 INFO O| Aug 17 18:26:02.019 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-17T18:26:02.877Z[ recovery-image] Aug 17 18:26:02.029 INFO O| Aug 17 18:26:02.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56422026-08-17T18:26:02.877Z[ recovery-image] Aug 17 18:26:02.029 INFO O| Aug 17 18:26:02.029 INFO STEP 139 (remove_files) COMPLETE
56432026-08-17T18:26:02.877Z[ recovery-image] Aug 17 18:26:02.029 INFO O| Aug 17 18:26:02.029 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-08-17T18:26:02.886Z[ recovery-image] Aug 17 18:26:02.038 INFO O| Aug 17 18:26:02.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56452026-08-17T18:26:02.886Z[ recovery-image] Aug 17 18:26:02.039 INFO O| Aug 17 18:26:02.038 INFO STEP 140 (remove_files) COMPLETE
56462026-08-17T18:26:02.887Z[ recovery-image] Aug 17 18:26:02.039 INFO O| Aug 17 18:26:02.039 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-08-17T18:26:02.908Z[ recovery-image] Aug 17 18:26:02.060 INFO O| Aug 17 18:26:02.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56482026-08-17T18:26:02.908Z[ recovery-image] Aug 17 18:26:02.060 INFO O| Aug 17 18:26:02.060 INFO STEP 141 (remove_files) COMPLETE
56492026-08-17T18:26:02.912Z[ recovery-image] Aug 17 18:26:02.060 INFO O| Aug 17 18:26:02.060 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-08-17T18:26:02.918Z[ recovery-image] Aug 17 18:26:02.071 INFO O| Aug 17 18:26:02.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56512026-08-17T18:26:02.919Z[ recovery-image] Aug 17 18:26:02.071 INFO O| Aug 17 18:26:02.071 INFO STEP 142 (remove_files) COMPLETE
56522026-08-17T18:26:02.922Z[ recovery-image] Aug 17 18:26:02.071 INFO O| Aug 17 18:26:02.071 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-08-17T18:26:02.930Z[ recovery-image] Aug 17 18:26:02.082 INFO O| Aug 17 18:26:02.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56542026-08-17T18:26:02.930Z[ recovery-image] Aug 17 18:26:02.082 INFO O| Aug 17 18:26:02.082 INFO STEP 143 (remove_files) COMPLETE
56552026-08-17T18:26:02.933Z[ recovery-image] Aug 17 18:26:02.082 INFO O| Aug 17 18:26:02.082 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-08-17T18:26:02.940Z[ recovery-image] Aug 17 18:26:02.092 INFO O| Aug 17 18:26:02.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56572026-08-17T18:26:02.940Z[ recovery-image] Aug 17 18:26:02.092 INFO O| Aug 17 18:26:02.092 INFO STEP 144 (remove_files) COMPLETE
56582026-08-17T18:26:02.940Z[ recovery-image] Aug 17 18:26:02.092 INFO O| Aug 17 18:26:02.092 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-08-17T18:26:02.951Z[ recovery-image] Aug 17 18:26:02.103 INFO O| Aug 17 18:26:02.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56602026-08-17T18:26:02.952Z[ recovery-image] Aug 17 18:26:02.104 INFO O| Aug 17 18:26:02.104 INFO STEP 145 (remove_files) COMPLETE
56612026-08-17T18:26:02.952Z[ recovery-image] Aug 17 18:26:02.104 INFO O| Aug 17 18:26:02.104 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-08-17T18:26:02.962Z[ recovery-image] Aug 17 18:26:02.114 INFO O| Aug 17 18:26:02.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56632026-08-17T18:26:02.962Z[ recovery-image] Aug 17 18:26:02.114 INFO O| Aug 17 18:26:02.114 INFO STEP 146 (remove_files) COMPLETE
56642026-08-17T18:26:02.966Z[ recovery-image] Aug 17 18:26:02.114 INFO O| Aug 17 18:26:02.114 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-08-17T18:26:02.974Z[ recovery-image] Aug 17 18:26:02.126 INFO O| Aug 17 18:26:02.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
56662026-08-17T18:26:02.974Z[ recovery-image] Aug 17 18:26:02.126 INFO O| Aug 17 18:26:02.126 INFO STEP 147 (remove_files) COMPLETE
56672026-08-17T18:26:02.977Z[ recovery-image] Aug 17 18:26:02.126 INFO O| Aug 17 18:26:02.126 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-08-17T18:26:02.985Z[ recovery-image] Aug 17 18:26:02.137 INFO O| Aug 17 18:26:02.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
56692026-08-17T18:26:02.985Z[ recovery-image] Aug 17 18:26:02.137 INFO O| Aug 17 18:26:02.137 INFO STEP 148 (remove_files) COMPLETE
56702026-08-17T18:26:02.985Z[ recovery-image] Aug 17 18:26:02.137 INFO O| Aug 17 18:26:02.137 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-08-17T18:26:02.995Z[ recovery-image] Aug 17 18:26:02.147 INFO O| Aug 17 18:26:02.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
56722026-08-17T18:26:02.995Z[ recovery-image] Aug 17 18:26:02.147 INFO O| Aug 17 18:26:02.147 INFO STEP 149 (remove_files) COMPLETE
56732026-08-17T18:26:02.995Z[ recovery-image] Aug 17 18:26:02.147 INFO O| Aug 17 18:26:02.147 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-08-17T18:26:03.005Z[ recovery-image] Aug 17 18:26:02.157 INFO O| Aug 17 18:26:02.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
56752026-08-17T18:26:03.005Z[ recovery-image] Aug 17 18:26:02.157 INFO O| Aug 17 18:26:02.157 INFO STEP 150 (remove_files) COMPLETE
56762026-08-17T18:26:03.005Z[ recovery-image] Aug 17 18:26:02.157 INFO O| Aug 17 18:26:02.157 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-08-17T18:26:03.015Z[ recovery-image] Aug 17 18:26:02.167 INFO O| Aug 17 18:26:02.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
56782026-08-17T18:26:03.016Z[ recovery-image] Aug 17 18:26:02.168 INFO O| Aug 17 18:26:02.168 INFO STEP 151 (remove_files) COMPLETE
56792026-08-17T18:26:03.016Z[ recovery-image] Aug 17 18:26:02.168 INFO O| Aug 17 18:26:02.168 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-08-17T18:26:03.025Z[ recovery-image] Aug 17 18:26:02.177 INFO O| Aug 17 18:26:02.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
56812026-08-17T18:26:03.028Z[ recovery-image] Aug 17 18:26:02.178 INFO O| Aug 17 18:26:02.178 INFO STEP 152 (remove_files) COMPLETE
56822026-08-17T18:26:03.028Z[ recovery-image] Aug 17 18:26:02.178 INFO O| Aug 17 18:26:02.178 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-08-17T18:26:03.036Z[ recovery-image] Aug 17 18:26:02.188 INFO O| Aug 17 18:26:02.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
56842026-08-17T18:26:03.036Z[ recovery-image] Aug 17 18:26:02.188 INFO O| Aug 17 18:26:02.188 INFO STEP 153 (remove_files) COMPLETE
56852026-08-17T18:26:03.036Z[ recovery-image] Aug 17 18:26:02.188 INFO O| Aug 17 18:26:02.188 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-08-17T18:26:03.047Z[ recovery-image] Aug 17 18:26:02.199 INFO O| Aug 17 18:26:02.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
56872026-08-17T18:26:03.047Z[ recovery-image] Aug 17 18:26:02.199 INFO O| Aug 17 18:26:02.199 INFO STEP 154 (remove_files) COMPLETE
56882026-08-17T18:26:03.050Z[ recovery-image] Aug 17 18:26:02.199 INFO O| Aug 17 18:26:02.199 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-08-17T18:26:03.056Z[ recovery-image] Aug 17 18:26:02.209 INFO O| Aug 17 18:26:02.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
56902026-08-17T18:26:03.056Z[ recovery-image] Aug 17 18:26:02.209 INFO O| Aug 17 18:26:02.209 INFO STEP 155 (remove_files) COMPLETE
56912026-08-17T18:26:03.056Z[ recovery-image] Aug 17 18:26:02.209 INFO O| Aug 17 18:26:02.209 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-08-17T18:26:03.066Z[ recovery-image] Aug 17 18:26:02.218 INFO O| Aug 17 18:26:02.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
56932026-08-17T18:26:03.066Z[ recovery-image] Aug 17 18:26:02.218 INFO O| Aug 17 18:26:02.218 INFO STEP 156 (remove_files) COMPLETE
56942026-08-17T18:26:03.066Z[ recovery-image] Aug 17 18:26:02.218 INFO O| Aug 17 18:26:02.218 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-08-17T18:26:03.076Z[ recovery-image] Aug 17 18:26:02.228 INFO O| Aug 17 18:26:02.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
56962026-08-17T18:26:03.076Z[ recovery-image] Aug 17 18:26:02.228 INFO O| Aug 17 18:26:02.228 INFO STEP 157 (remove_files) COMPLETE
56972026-08-17T18:26:03.076Z[ recovery-image] Aug 17 18:26:02.228 INFO O| Aug 17 18:26:02.228 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-08-17T18:26:03.086Z[ recovery-image] Aug 17 18:26:02.238 INFO O| Aug 17 18:26:02.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
56992026-08-17T18:26:03.086Z[ recovery-image] Aug 17 18:26:02.238 INFO O| Aug 17 18:26:02.238 INFO STEP 158 (remove_files) COMPLETE
57002026-08-17T18:26:03.086Z[ recovery-image] Aug 17 18:26:02.238 INFO O| Aug 17 18:26:02.238 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-08-17T18:26:03.096Z[ recovery-image] Aug 17 18:26:02.249 INFO O| Aug 17 18:26:02.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57022026-08-17T18:26:03.096Z[ recovery-image] Aug 17 18:26:02.249 INFO O| Aug 17 18:26:02.249 INFO STEP 159 (remove_files) COMPLETE
57032026-08-17T18:26:03.096Z[ recovery-image] Aug 17 18:26:02.249 INFO O| Aug 17 18:26:02.249 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-08-17T18:26:03.107Z[ recovery-image] Aug 17 18:26:02.259 INFO O| Aug 17 18:26:02.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57052026-08-17T18:26:03.107Z[ recovery-image] Aug 17 18:26:02.259 INFO O| Aug 17 18:26:02.259 INFO STEP 160 (remove_files) COMPLETE
57062026-08-17T18:26:03.107Z[ recovery-image] Aug 17 18:26:02.259 INFO O| Aug 17 18:26:02.259 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-08-17T18:26:03.119Z[ recovery-image] Aug 17 18:26:02.271 INFO O| Aug 17 18:26:02.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57082026-08-17T18:26:03.119Z[ recovery-image] Aug 17 18:26:02.271 INFO O| Aug 17 18:26:02.271 INFO STEP 161 (remove_files) COMPLETE
57092026-08-17T18:26:03.119Z[ recovery-image] Aug 17 18:26:02.271 INFO O| Aug 17 18:26:02.271 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-08-17T18:26:03.129Z[ recovery-image] Aug 17 18:26:02.281 INFO O| Aug 17 18:26:02.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57112026-08-17T18:26:03.129Z[ recovery-image] Aug 17 18:26:02.281 INFO O| Aug 17 18:26:02.281 INFO STEP 162 (remove_files) COMPLETE
57122026-08-17T18:26:03.133Z[ recovery-image] Aug 17 18:26:02.281 INFO O| Aug 17 18:26:02.281 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-08-17T18:26:03.140Z[ recovery-image] Aug 17 18:26:02.292 INFO O| Aug 17 18:26:02.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57142026-08-17T18:26:03.140Z[ recovery-image] Aug 17 18:26:02.292 INFO O| Aug 17 18:26:02.292 INFO STEP 163 (remove_files) COMPLETE
57152026-08-17T18:26:03.140Z[ recovery-image] Aug 17 18:26:02.292 INFO O| Aug 17 18:26:02.292 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-08-17T18:26:03.150Z[ recovery-image] Aug 17 18:26:02.302 INFO O| Aug 17 18:26:02.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57172026-08-17T18:26:03.150Z[ recovery-image] Aug 17 18:26:02.302 INFO O| Aug 17 18:26:02.302 INFO STEP 164 (remove_files) COMPLETE
57182026-08-17T18:26:03.150Z[ recovery-image] Aug 17 18:26:02.302 INFO O| Aug 17 18:26:02.302 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-08-17T18:26:03.160Z[ recovery-image] Aug 17 18:26:02.312 INFO O| Aug 17 18:26:02.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57202026-08-17T18:26:03.160Z[ recovery-image] Aug 17 18:26:02.312 INFO O| Aug 17 18:26:02.312 INFO STEP 165 (remove_files) COMPLETE
57212026-08-17T18:26:03.160Z[ recovery-image] Aug 17 18:26:02.312 INFO O| Aug 17 18:26:02.312 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-08-17T18:26:03.170Z[ recovery-image] Aug 17 18:26:02.322 INFO O| Aug 17 18:26:02.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57232026-08-17T18:26:03.170Z[ recovery-image] Aug 17 18:26:02.322 INFO O| Aug 17 18:26:02.322 INFO STEP 166 (remove_files) COMPLETE
57242026-08-17T18:26:03.173Z[ recovery-image] Aug 17 18:26:02.322 INFO O| Aug 17 18:26:02.322 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-08-17T18:26:03.178Z[ recovery-image] Aug 17 18:26:02.330 INFO O| Aug 17 18:26:02.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57262026-08-17T18:26:03.178Z[ recovery-image] Aug 17 18:26:02.330 INFO O| Aug 17 18:26:02.330 INFO STEP 167 (remove_files) COMPLETE
57272026-08-17T18:26:03.181Z[ recovery-image] Aug 17 18:26:02.330 INFO O| Aug 17 18:26:02.330 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-08-17T18:26:03.187Z[ recovery-image] Aug 17 18:26:02.340 INFO O| Aug 17 18:26:02.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57292026-08-17T18:26:03.187Z[ recovery-image] Aug 17 18:26:02.340 INFO O| Aug 17 18:26:02.340 INFO STEP 168 (remove_files) COMPLETE
57302026-08-17T18:26:03.190Z[ recovery-image] Aug 17 18:26:02.340 INFO O| Aug 17 18:26:02.340 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-08-17T18:26:03.197Z[ recovery-image] Aug 17 18:26:02.349 INFO O| Aug 17 18:26:02.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57322026-08-17T18:26:03.197Z[ recovery-image] Aug 17 18:26:02.349 INFO O| Aug 17 18:26:02.349 INFO STEP 169 (remove_files) COMPLETE
57332026-08-17T18:26:03.200Z[ recovery-image] Aug 17 18:26:02.349 INFO O| Aug 17 18:26:02.349 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-08-17T18:26:03.206Z[ recovery-image] Aug 17 18:26:02.358 INFO O| Aug 17 18:26:02.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57352026-08-17T18:26:03.206Z[ recovery-image] Aug 17 18:26:02.358 INFO O| Aug 17 18:26:02.358 INFO STEP 170 (remove_files) COMPLETE
57362026-08-17T18:26:03.206Z[ recovery-image] Aug 17 18:26:02.358 INFO O| Aug 17 18:26:02.358 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-08-17T18:26:03.215Z[ recovery-image] Aug 17 18:26:02.367 INFO O| Aug 17 18:26:02.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57382026-08-17T18:26:03.215Z[ recovery-image] Aug 17 18:26:02.367 INFO O| Aug 17 18:26:02.367 INFO STEP 171 (remove_files) COMPLETE
57392026-08-17T18:26:03.215Z[ recovery-image] Aug 17 18:26:02.367 INFO O| Aug 17 18:26:02.367 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-08-17T18:26:03.226Z[ recovery-image] Aug 17 18:26:02.378 INFO O| Aug 17 18:26:02.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57412026-08-17T18:26:03.226Z[ recovery-image] Aug 17 18:26:02.378 INFO O| Aug 17 18:26:02.378 INFO STEP 172 (remove_files) COMPLETE
57422026-08-17T18:26:03.229Z[ recovery-image] Aug 17 18:26:02.378 INFO O| Aug 17 18:26:02.378 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-08-17T18:26:03.234Z[ recovery-image] Aug 17 18:26:02.386 INFO O| Aug 17 18:26:02.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57442026-08-17T18:26:03.234Z[ recovery-image] Aug 17 18:26:02.386 INFO O| Aug 17 18:26:02.386 INFO STEP 173 (remove_files) COMPLETE
57452026-08-17T18:26:03.234Z[ recovery-image] Aug 17 18:26:02.386 INFO O| Aug 17 18:26:02.386 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-08-17T18:26:03.245Z[ recovery-image] Aug 17 18:26:02.397 INFO O| Aug 17 18:26:02.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57472026-08-17T18:26:03.245Z[ recovery-image] Aug 17 18:26:02.397 INFO O| Aug 17 18:26:02.397 INFO STEP 174 (remove_files) COMPLETE
57482026-08-17T18:26:03.245Z[ recovery-image] Aug 17 18:26:02.397 INFO O| Aug 17 18:26:02.397 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-08-17T18:26:03.255Z[ recovery-image] Aug 17 18:26:02.407 INFO O| Aug 17 18:26:02.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57502026-08-17T18:26:03.255Z[ recovery-image] Aug 17 18:26:02.407 INFO O| Aug 17 18:26:02.407 INFO STEP 175 (remove_files) COMPLETE
57512026-08-17T18:26:03.258Z[ recovery-image] Aug 17 18:26:02.407 INFO O| Aug 17 18:26:02.407 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-08-17T18:26:03.265Z[ recovery-image] Aug 17 18:26:02.417 INFO O| Aug 17 18:26:02.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57532026-08-17T18:26:03.265Z[ recovery-image] Aug 17 18:26:02.417 INFO O| Aug 17 18:26:02.417 INFO STEP 176 (remove_files) COMPLETE
57542026-08-17T18:26:03.268Z[ recovery-image] Aug 17 18:26:02.417 INFO O| Aug 17 18:26:02.417 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-08-17T18:26:03.273Z[ recovery-image] Aug 17 18:26:02.425 INFO O| Aug 17 18:26:02.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57562026-08-17T18:26:03.273Z[ recovery-image] Aug 17 18:26:02.425 INFO O| Aug 17 18:26:02.425 INFO STEP 177 (remove_files) COMPLETE
57572026-08-17T18:26:03.276Z[ recovery-image] Aug 17 18:26:02.425 INFO O| Aug 17 18:26:02.425 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-08-17T18:26:03.283Z[ recovery-image] Aug 17 18:26:02.435 INFO O| Aug 17 18:26:02.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57592026-08-17T18:26:03.283Z[ recovery-image] Aug 17 18:26:02.435 INFO O| Aug 17 18:26:02.435 INFO STEP 178 (remove_files) COMPLETE
57602026-08-17T18:26:03.286Z[ recovery-image] Aug 17 18:26:02.435 INFO O| Aug 17 18:26:02.435 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-08-17T18:26:03.292Z[ recovery-image] Aug 17 18:26:02.444 INFO O| Aug 17 18:26:02.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57622026-08-17T18:26:03.292Z[ recovery-image] Aug 17 18:26:02.444 INFO O| Aug 17 18:26:02.444 INFO STEP 179 (remove_files) COMPLETE
57632026-08-17T18:26:03.292Z[ recovery-image] Aug 17 18:26:02.444 INFO O| Aug 17 18:26:02.444 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-08-17T18:26:03.301Z[ recovery-image] Aug 17 18:26:02.453 INFO O| Aug 17 18:26:02.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57652026-08-17T18:26:03.301Z[ recovery-image] Aug 17 18:26:02.453 INFO O| Aug 17 18:26:02.453 INFO STEP 180 (remove_files) COMPLETE
57662026-08-17T18:26:03.301Z[ recovery-image] Aug 17 18:26:02.453 INFO O| Aug 17 18:26:02.453 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-08-17T18:26:03.311Z[ recovery-image] Aug 17 18:26:02.463 INFO O| Aug 17 18:26:02.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
57682026-08-17T18:26:03.311Z[ recovery-image] Aug 17 18:26:02.463 INFO O| Aug 17 18:26:02.463 INFO STEP 181 (remove_files) COMPLETE
57692026-08-17T18:26:03.311Z[ recovery-image] Aug 17 18:26:02.463 INFO O| Aug 17 18:26:02.463 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-08-17T18:26:03.322Z[ recovery-image] Aug 17 18:26:02.474 INFO O| Aug 17 18:26:02.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
57712026-08-17T18:26:03.322Z[ recovery-image] Aug 17 18:26:02.474 INFO O| Aug 17 18:26:02.474 INFO STEP 182 (remove_files) COMPLETE
57722026-08-17T18:26:03.322Z[ recovery-image] Aug 17 18:26:02.474 INFO O| Aug 17 18:26:02.474 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-08-17T18:26:03.333Z[ recovery-image] Aug 17 18:26:02.484 INFO O| Aug 17 18:26:02.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
57742026-08-17T18:26:03.333Z[ recovery-image] Aug 17 18:26:02.484 INFO O| Aug 17 18:26:02.484 INFO STEP 183 (remove_files) COMPLETE
57752026-08-17T18:26:03.333Z[ recovery-image] Aug 17 18:26:02.484 INFO O| Aug 17 18:26:02.484 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-08-17T18:26:03.341Z[ recovery-image] Aug 17 18:26:02.493 INFO O| Aug 17 18:26:02.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
57772026-08-17T18:26:03.341Z[ recovery-image] Aug 17 18:26:02.494 INFO O| Aug 17 18:26:02.493 INFO STEP 184 (remove_files) COMPLETE
57782026-08-17T18:26:03.341Z[ recovery-image] Aug 17 18:26:02.494 INFO O| Aug 17 18:26:02.493 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-08-17T18:26:03.351Z[ recovery-image] Aug 17 18:26:02.503 INFO O| Aug 17 18:26:02.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
57802026-08-17T18:26:03.351Z[ recovery-image] Aug 17 18:26:02.503 INFO O| Aug 17 18:26:02.503 INFO STEP 185 (remove_files) COMPLETE
57812026-08-17T18:26:03.351Z[ recovery-image] Aug 17 18:26:02.503 INFO O| Aug 17 18:26:02.503 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-08-17T18:26:03.361Z[ recovery-image] Aug 17 18:26:02.513 INFO O| Aug 17 18:26:02.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
57832026-08-17T18:26:03.361Z[ recovery-image] Aug 17 18:26:02.513 INFO O| Aug 17 18:26:02.513 INFO STEP 186 (remove_files) COMPLETE
57842026-08-17T18:26:03.361Z[ recovery-image] Aug 17 18:26:02.513 INFO O| Aug 17 18:26:02.513 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-08-17T18:26:03.370Z[ recovery-image] Aug 17 18:26:02.522 INFO O| Aug 17 18:26:02.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
57862026-08-17T18:26:03.370Z[ recovery-image] Aug 17 18:26:02.522 INFO O| Aug 17 18:26:02.522 INFO STEP 187 (remove_files) COMPLETE
57872026-08-17T18:26:03.370Z[ recovery-image] Aug 17 18:26:02.522 INFO O| Aug 17 18:26:02.522 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-08-17T18:26:03.379Z[ recovery-image] Aug 17 18:26:02.532 INFO O| Aug 17 18:26:02.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
57892026-08-17T18:26:03.379Z[ recovery-image] Aug 17 18:26:02.532 INFO O| Aug 17 18:26:02.532 INFO STEP 188 (remove_files) COMPLETE
57902026-08-17T18:26:03.383Z[ recovery-image] Aug 17 18:26:02.532 INFO O| Aug 17 18:26:02.532 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-17T18:26:03.388Z[ recovery-image] Aug 17 18:26:02.540 INFO O| Aug 17 18:26:02.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
57922026-08-17T18:26:03.388Z[ recovery-image] Aug 17 18:26:02.540 INFO O| Aug 17 18:26:02.540 INFO STEP 189 (remove_files) COMPLETE
57932026-08-17T18:26:03.391Z[ recovery-image] Aug 17 18:26:02.540 INFO O| Aug 17 18:26:02.540 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-08-17T18:26:03.394Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
57952026-08-17T18:26:03.397Z[ recovery-image] Aug 17 18:26:02.549 INFO O| Aug 17 18:26:02.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
57962026-08-17T18:26:03.397Z[ recovery-image] Aug 17 18:26:02.549 INFO O| Aug 17 18:26:02.549 INFO STEP 190 (remove_files) COMPLETE
57972026-08-17T18:26:03.397Z[ recovery-image] Aug 17 18:26:02.549 INFO O| Aug 17 18:26:02.549 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-08-17T18:26:03.406Z[ recovery-image] Aug 17 18:26:02.558 INFO O| Aug 17 18:26:02.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
57992026-08-17T18:26:03.406Z[ recovery-image] Aug 17 18:26:02.558 INFO O| Aug 17 18:26:02.558 INFO STEP 191 (remove_files) COMPLETE
58002026-08-17T18:26:03.406Z[ recovery-image] Aug 17 18:26:02.558 INFO O| Aug 17 18:26:02.558 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-08-17T18:26:03.415Z[ recovery-image] Aug 17 18:26:02.567 INFO O| Aug 17 18:26:02.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58022026-08-17T18:26:03.415Z[ recovery-image] Aug 17 18:26:02.567 INFO O| Aug 17 18:26:02.567 INFO STEP 192 (remove_files) COMPLETE
58032026-08-17T18:26:03.418Z[ recovery-image] Aug 17 18:26:02.567 INFO O| Aug 17 18:26:02.567 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-08-17T18:26:03.424Z[ recovery-image] Aug 17 18:26:02.577 INFO O| Aug 17 18:26:02.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58052026-08-17T18:26:03.424Z[ recovery-image] Aug 17 18:26:02.577 INFO O| Aug 17 18:26:02.577 INFO STEP 193 (remove_files) COMPLETE
58062026-08-17T18:26:03.425Z[ recovery-image] Aug 17 18:26:02.577 INFO O| Aug 17 18:26:02.577 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-08-17T18:26:03.434Z[ recovery-image] Aug 17 18:26:02.586 INFO O| Aug 17 18:26:02.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58082026-08-17T18:26:03.434Z[ recovery-image] Aug 17 18:26:02.586 INFO O| Aug 17 18:26:02.586 INFO STEP 194 (remove_files) COMPLETE
58092026-08-17T18:26:03.438Z[ recovery-image] Aug 17 18:26:02.586 INFO O| Aug 17 18:26:02.586 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-17T18:26:03.444Z[ recovery-image] Aug 17 18:26:02.596 INFO O| Aug 17 18:26:02.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58112026-08-17T18:26:03.444Z[ recovery-image] Aug 17 18:26:02.596 INFO O| Aug 17 18:26:02.596 INFO STEP 195 (remove_files) COMPLETE
58122026-08-17T18:26:03.444Z[ recovery-image] Aug 17 18:26:02.596 INFO O| Aug 17 18:26:02.596 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-17T18:26:03.453Z[ recovery-image] Aug 17 18:26:02.605 INFO O| Aug 17 18:26:02.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58142026-08-17T18:26:03.453Z[ recovery-image] Aug 17 18:26:02.605 INFO O| Aug 17 18:26:02.605 INFO STEP 196 (remove_files) COMPLETE
58152026-08-17T18:26:03.453Z[ recovery-image] Aug 17 18:26:02.605 INFO O| Aug 17 18:26:02.605 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-17T18:26:03.464Z[ recovery-image] Aug 17 18:26:02.615 INFO O| Aug 17 18:26:02.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58172026-08-17T18:26:03.464Z[ recovery-image] Aug 17 18:26:02.615 INFO O| Aug 17 18:26:02.615 INFO STEP 197 (remove_files) COMPLETE
58182026-08-17T18:26:03.464Z[ recovery-image] Aug 17 18:26:02.615 INFO O| Aug 17 18:26:02.615 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-17T18:26:03.476Z[ recovery-image] Aug 17 18:26:02.628 INFO O| Aug 17 18:26:02.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58202026-08-17T18:26:03.477Z[ recovery-image] Aug 17 18:26:02.628 INFO O| Aug 17 18:26:02.625 INFO STEP 198 (remove_files) COMPLETE
58212026-08-17T18:26:03.477Z[ recovery-image] Aug 17 18:26:02.628 INFO O| Aug 17 18:26:02.625 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-08-17T18:26:03.486Z[ recovery-image] Aug 17 18:26:02.638 INFO O| Aug 17 18:26:02.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58232026-08-17T18:26:03.486Z[ recovery-image] Aug 17 18:26:02.638 INFO O| Aug 17 18:26:02.636 INFO STEP 199 (remove_files) COMPLETE
58242026-08-17T18:26:03.489Z[ recovery-image] Aug 17 18:26:02.638 INFO O| Aug 17 18:26:02.636 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-08-17T18:26:03.495Z[ recovery-image] Aug 17 18:26:02.647 INFO O| Aug 17 18:26:02.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58262026-08-17T18:26:03.495Z[ recovery-image] Aug 17 18:26:02.647 INFO O| Aug 17 18:26:02.647 INFO STEP 200 (remove_files) COMPLETE
58272026-08-17T18:26:03.495Z[ recovery-image] Aug 17 18:26:02.647 INFO O| Aug 17 18:26:02.647 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-08-17T18:26:03.506Z[ recovery-image] Aug 17 18:26:02.658 INFO O| Aug 17 18:26:02.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58292026-08-17T18:26:03.506Z[ recovery-image] Aug 17 18:26:02.658 INFO O| Aug 17 18:26:02.658 INFO STEP 201 (remove_files) COMPLETE
58302026-08-17T18:26:03.510Z[ recovery-image] Aug 17 18:26:02.658 INFO O| Aug 17 18:26:02.658 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-08-17T18:26:03.517Z[ recovery-image] Aug 17 18:26:02.669 INFO O| Aug 17 18:26:02.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58322026-08-17T18:26:03.517Z[ recovery-image] Aug 17 18:26:02.669 INFO O| Aug 17 18:26:02.669 INFO STEP 202 (remove_files) COMPLETE
58332026-08-17T18:26:03.517Z[ recovery-image] Aug 17 18:26:02.669 INFO O| Aug 17 18:26:02.669 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-08-17T18:26:03.528Z[ recovery-image] Aug 17 18:26:02.680 INFO O| Aug 17 18:26:02.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58352026-08-17T18:26:03.528Z[ recovery-image] Aug 17 18:26:02.680 INFO O| Aug 17 18:26:02.680 INFO STEP 203 (remove_files) COMPLETE
58362026-08-17T18:26:03.531Z[ recovery-image] Aug 17 18:26:02.680 INFO O| Aug 17 18:26:02.680 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-08-17T18:26:03.552Z[ recovery-image] Aug 17 18:26:02.703 INFO O| Aug 17 18:26:02.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58382026-08-17T18:26:03.552Z[ recovery-image] Aug 17 18:26:02.703 INFO O| Aug 17 18:26:02.703 INFO STEP 204 (remove_files) COMPLETE
58392026-08-17T18:26:03.552Z[ recovery-image] Aug 17 18:26:02.703 INFO O| Aug 17 18:26:02.703 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-08-17T18:26:03.560Z[ recovery-image] Aug 17 18:26:02.712 INFO O| Aug 17 18:26:02.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58412026-08-17T18:26:03.561Z[ recovery-image] Aug 17 18:26:02.712 INFO O| Aug 17 18:26:02.712 INFO STEP 205 (remove_files) COMPLETE
58422026-08-17T18:26:03.561Z[ recovery-image] Aug 17 18:26:02.712 INFO O| Aug 17 18:26:02.712 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-17T18:26:03.569Z[ recovery-image] Aug 17 18:26:02.721 INFO O| Aug 17 18:26:02.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58442026-08-17T18:26:03.569Z[ recovery-image] Aug 17 18:26:02.721 INFO O| Aug 17 18:26:02.721 INFO STEP 206 (remove_files) COMPLETE
58452026-08-17T18:26:03.572Z[ recovery-image] Aug 17 18:26:02.721 INFO O| Aug 17 18:26:02.721 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-08-17T18:26:03.577Z[ recovery-image] Aug 17 18:26:02.729 INFO O| Aug 17 18:26:02.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58472026-08-17T18:26:03.577Z[ recovery-image] Aug 17 18:26:02.729 INFO O| Aug 17 18:26:02.729 INFO STEP 207 (remove_files) COMPLETE
58482026-08-17T18:26:03.577Z[ recovery-image] Aug 17 18:26:02.729 INFO O| Aug 17 18:26:02.729 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-08-17T18:26:03.585Z[ recovery-image] Aug 17 18:26:02.737 INFO O| Aug 17 18:26:02.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58502026-08-17T18:26:03.585Z[ recovery-image] Aug 17 18:26:02.737 INFO O| Aug 17 18:26:02.737 INFO STEP 208 (remove_files) COMPLETE
58512026-08-17T18:26:03.585Z[ recovery-image] Aug 17 18:26:02.737 INFO O| Aug 17 18:26:02.737 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-08-17T18:26:03.593Z[ recovery-image] Aug 17 18:26:02.745 INFO O| Aug 17 18:26:02.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58532026-08-17T18:26:03.593Z[ recovery-image] Aug 17 18:26:02.745 INFO O| Aug 17 18:26:02.745 INFO STEP 209 (remove_files) COMPLETE
58542026-08-17T18:26:03.593Z[ recovery-image] Aug 17 18:26:02.745 INFO O| Aug 17 18:26:02.745 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-08-17T18:26:03.602Z[ recovery-image] Aug 17 18:26:02.754 INFO O| Aug 17 18:26:02.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58562026-08-17T18:26:03.602Z[ recovery-image] Aug 17 18:26:02.754 INFO O| Aug 17 18:26:02.754 INFO STEP 210 (remove_files) COMPLETE
58572026-08-17T18:26:03.602Z[ recovery-image] Aug 17 18:26:02.754 INFO O| Aug 17 18:26:02.754 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-08-17T18:26:03.610Z[ recovery-image] Aug 17 18:26:02.762 INFO O| Aug 17 18:26:02.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58592026-08-17T18:26:03.610Z[ recovery-image] Aug 17 18:26:02.762 INFO O| Aug 17 18:26:02.762 INFO STEP 211 (remove_files) COMPLETE
58602026-08-17T18:26:03.610Z[ recovery-image] Aug 17 18:26:02.762 INFO O| Aug 17 18:26:02.762 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-08-17T18:26:03.618Z[ recovery-image] Aug 17 18:26:02.770 INFO O| Aug 17 18:26:02.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58622026-08-17T18:26:03.618Z[ recovery-image] Aug 17 18:26:02.770 INFO O| Aug 17 18:26:02.770 INFO STEP 212 (remove_files) COMPLETE
58632026-08-17T18:26:03.621Z[ recovery-image] Aug 17 18:26:02.770 INFO O| Aug 17 18:26:02.770 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-17T18:26:03.626Z[ recovery-image] Aug 17 18:26:02.779 INFO O| Aug 17 18:26:02.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
58652026-08-17T18:26:03.626Z[ recovery-image] Aug 17 18:26:02.779 INFO O| Aug 17 18:26:02.779 INFO STEP 213 (remove_files) COMPLETE
58662026-08-17T18:26:03.629Z[ recovery-image] Aug 17 18:26:02.779 INFO O| Aug 17 18:26:02.779 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-17T18:26:03.635Z[ recovery-image] Aug 17 18:26:02.787 INFO O| Aug 17 18:26:02.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
58682026-08-17T18:26:03.635Z[ recovery-image] Aug 17 18:26:02.787 INFO O| Aug 17 18:26:02.787 INFO STEP 214 (remove_files) COMPLETE
58692026-08-17T18:26:03.638Z[ recovery-image] Aug 17 18:26:02.787 INFO O| Aug 17 18:26:02.787 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-17T18:26:03.643Z[ recovery-image] Aug 17 18:26:02.795 INFO O| Aug 17 18:26:02.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
58712026-08-17T18:26:03.643Z[ recovery-image] Aug 17 18:26:02.795 INFO O| Aug 17 18:26:02.795 INFO STEP 215 (remove_files) COMPLETE
58722026-08-17T18:26:03.646Z[ recovery-image] Aug 17 18:26:02.795 INFO O| Aug 17 18:26:02.795 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-17T18:26:03.651Z[ recovery-image] Aug 17 18:26:02.803 INFO O| Aug 17 18:26:02.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
58742026-08-17T18:26:03.651Z[ recovery-image] Aug 17 18:26:02.803 INFO O| Aug 17 18:26:02.803 INFO STEP 216 (remove_files) COMPLETE
58752026-08-17T18:26:03.654Z[ recovery-image] Aug 17 18:26:02.803 INFO O| Aug 17 18:26:02.803 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-08-17T18:26:03.659Z[ recovery-image] Aug 17 18:26:02.811 INFO O| Aug 17 18:26:02.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
58772026-08-17T18:26:03.659Z[ recovery-image] Aug 17 18:26:02.811 INFO O| Aug 17 18:26:02.811 INFO STEP 217 (remove_files) COMPLETE
58782026-08-17T18:26:03.659Z[ recovery-image] Aug 17 18:26:02.811 INFO O| Aug 17 18:26:02.811 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-08-17T18:26:03.666Z[ recovery-image] Aug 17 18:26:02.819 INFO O| Aug 17 18:26:02.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
58802026-08-17T18:26:03.667Z[ recovery-image] Aug 17 18:26:02.819 INFO O| Aug 17 18:26:02.819 INFO STEP 218 (remove_files) COMPLETE
58812026-08-17T18:26:03.667Z[ recovery-image] Aug 17 18:26:02.819 INFO O| Aug 17 18:26:02.819 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-08-17T18:26:03.674Z[ recovery-image] Aug 17 18:26:02.826 INFO O| Aug 17 18:26:02.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
58832026-08-17T18:26:03.674Z[ recovery-image] Aug 17 18:26:02.826 INFO O| Aug 17 18:26:02.826 INFO STEP 219 (remove_files) COMPLETE
58842026-08-17T18:26:03.678Z[ recovery-image] Aug 17 18:26:02.826 INFO O| Aug 17 18:26:02.826 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-08-17T18:26:03.682Z[ recovery-image] Aug 17 18:26:02.834 INFO O| Aug 17 18:26:02.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
58862026-08-17T18:26:03.682Z[ recovery-image] Aug 17 18:26:02.834 INFO O| Aug 17 18:26:02.834 INFO STEP 220 (remove_files) COMPLETE
58872026-08-17T18:26:03.685Z[ recovery-image] Aug 17 18:26:02.834 INFO O| Aug 17 18:26:02.834 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-17T18:26:03.688Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
58892026-08-17T18:26:03.699Z[ recovery-image] Aug 17 18:26:02.851 INFO O| Aug 17 18:26:02.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
58902026-08-17T18:26:03.699Z[ recovery-image] Aug 17 18:26:02.851 INFO O| Aug 17 18:26:02.851 INFO STEP 221 (remove_files) COMPLETE
58912026-08-17T18:26:03.699Z[ recovery-image] Aug 17 18:26:02.851 INFO O| Aug 17 18:26:02.851 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-08-17T18:26:03.735Z[ recovery-image] Aug 17 18:26:02.887 INFO O| Aug 17 18:26:02.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
58932026-08-17T18:26:03.735Z[ recovery-image] Aug 17 18:26:02.887 INFO O| Aug 17 18:26:02.887 INFO STEP 222 (remove_files) COMPLETE
58942026-08-17T18:26:03.735Z[ recovery-image] Aug 17 18:26:02.887 INFO O| Aug 17 18:26:02.887 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-08-17T18:26:03.745Z[ recovery-image] Aug 17 18:26:02.896 INFO O| Aug 17 18:26:02.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
58962026-08-17T18:26:03.745Z[ recovery-image] Aug 17 18:26:02.897 INFO O| Aug 17 18:26:02.896 INFO STEP 223 (remove_files) COMPLETE
58972026-08-17T18:26:03.745Z[ recovery-image] Aug 17 18:26:02.897 INFO O| Aug 17 18:26:02.897 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-08-17T18:26:04.771Z[ recovery-image] Aug 17 18:26:02.920 INFO O| Aug 17 18:26:02.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
58992026-08-17T18:26:04.771Z[ recovery-image] Aug 17 18:26:02.920 INFO O| Aug 17 18:26:02.920 INFO STEP 224 (remove_files) COMPLETE
59002026-08-17T18:26:04.771Z[ recovery-image] Aug 17 18:26:02.920 INFO O| Aug 17 18:26:02.920 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-08-17T18:26:04.777Z[ recovery-image] Aug 17 18:26:02.930 INFO O| Aug 17 18:26:02.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59022026-08-17T18:26:04.777Z[ recovery-image] Aug 17 18:26:02.930 INFO O| Aug 17 18:26:02.930 INFO STEP 225 (remove_files) COMPLETE
59032026-08-17T18:26:04.777Z[ recovery-image] Aug 17 18:26:02.930 INFO O| Aug 17 18:26:02.930 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-08-17T18:26:04.777Z[ recovery-image] Aug 17 18:26:02.948 INFO O| Aug 17 18:26:02.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59052026-08-17T18:26:04.777Z[ recovery-image] Aug 17 18:26:02.948 INFO O| Aug 17 18:26:02.948 INFO STEP 226 (remove_files) COMPLETE
59062026-08-17T18:26:04.777Z[ recovery-image] Aug 17 18:26:02.948 INFO O| Aug 17 18:26:02.948 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-08-17T18:26:04.777Z[ recovery-image] Aug 17 18:26:02.989 INFO O| Aug 17 18:26:02.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59082026-08-17T18:26:04.777Z[ recovery-image] Aug 17 18:26:02.989 INFO O| Aug 17 18:26:02.989 INFO STEP 227 (remove_files) COMPLETE
59092026-08-17T18:26:04.777Z[ recovery-image] Aug 17 18:26:02.989 INFO O| Aug 17 18:26:02.989 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-08-17T18:26:04.777Z[ recovery-image] Aug 17 18:26:02.998 INFO O| Aug 17 18:26:02.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59112026-08-17T18:26:04.777Z[ recovery-image] Aug 17 18:26:02.999 INFO O| Aug 17 18:26:02.998 INFO STEP 228 (remove_files) COMPLETE
59122026-08-17T18:26:04.777Z[ recovery-image] Aug 17 18:26:02.999 INFO O| Aug 17 18:26:02.999 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-08-17T18:26:04.777Z[ recovery-image] Aug 17 18:26:03.018 INFO O| Aug 17 18:26:03.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59142026-08-17T18:26:04.777Z[ recovery-image] Aug 17 18:26:03.018 INFO O| Aug 17 18:26:03.018 INFO STEP 229 (remove_files) COMPLETE
59152026-08-17T18:26:04.777Z[ recovery-image] Aug 17 18:26:03.018 INFO O| Aug 17 18:26:03.018 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-08-17T18:26:04.777Z[ recovery-image] Aug 17 18:26:03.027 INFO O| Aug 17 18:26:03.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59172026-08-17T18:26:04.777Z[ recovery-image] Aug 17 18:26:03.027 INFO O| Aug 17 18:26:03.027 INFO STEP 230 (remove_files) COMPLETE
59182026-08-17T18:26:04.777Z[ recovery-image] Aug 17 18:26:03.027 INFO O| Aug 17 18:26:03.027 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-08-17T18:26:04.777Z[ recovery-image] Aug 17 18:26:03.036 INFO O| Aug 17 18:26:03.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59202026-08-17T18:26:04.777Z[ recovery-image] Aug 17 18:26:03.036 INFO O| Aug 17 18:26:03.036 INFO STEP 231 (remove_files) COMPLETE
59212026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.036 INFO O| Aug 17 18:26:03.036 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.044 INFO O| Aug 17 18:26:03.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59232026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.044 INFO O| Aug 17 18:26:03.044 INFO STEP 232 (remove_files) COMPLETE
59242026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.044 INFO O| Aug 17 18:26:03.044 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.053 INFO O| Aug 17 18:26:03.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59262026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.053 INFO O| Aug 17 18:26:03.053 INFO STEP 233 (remove_files) COMPLETE
59272026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.053 INFO O| Aug 17 18:26:03.053 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.064 INFO O| Aug 17 18:26:03.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59292026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.065 INFO O| Aug 17 18:26:03.065 INFO STEP 234 (remove_files) COMPLETE
59302026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.065 INFO O| Aug 17 18:26:03.065 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.075 INFO O| Aug 17 18:26:03.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59322026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.075 INFO O| Aug 17 18:26:03.075 INFO STEP 235 (remove_files) COMPLETE
59332026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.075 INFO O| Aug 17 18:26:03.075 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.085 INFO O| Aug 17 18:26:03.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59352026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.085 INFO O| Aug 17 18:26:03.085 INFO STEP 236 (remove_files) COMPLETE
59362026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.085 INFO O| Aug 17 18:26:03.085 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.095 INFO O| Aug 17 18:26:03.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59382026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.095 INFO O| Aug 17 18:26:03.095 INFO STEP 237 (remove_files) COMPLETE
59392026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.095 INFO O| Aug 17 18:26:03.095 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.105 INFO O| Aug 17 18:26:03.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59412026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.105 INFO O| Aug 17 18:26:03.105 INFO STEP 238 (remove_files) COMPLETE
59422026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.105 INFO O| Aug 17 18:26:03.105 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.114 INFO O| Aug 17 18:26:03.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59442026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.114 INFO O| Aug 17 18:26:03.114 INFO STEP 239 (remove_files) COMPLETE
59452026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.114 INFO O| Aug 17 18:26:03.114 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.123 INFO O| Aug 17 18:26:03.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59472026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.123 INFO O| Aug 17 18:26:03.123 INFO STEP 240 (remove_files) COMPLETE
59482026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.123 INFO O| Aug 17 18:26:03.123 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.133 INFO O| Aug 17 18:26:03.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59502026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.134 INFO O| Aug 17 18:26:03.133 INFO STEP 241 (remove_files) COMPLETE
59512026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.134 INFO O| Aug 17 18:26:03.133 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.144 INFO O| Aug 17 18:26:03.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59532026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.145 INFO O| Aug 17 18:26:03.145 INFO STEP 242 (remove_files) COMPLETE
59542026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.145 INFO O| Aug 17 18:26:03.145 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.155 INFO O| Aug 17 18:26:03.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59562026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.155 INFO O| Aug 17 18:26:03.155 INFO STEP 243 (remove_files) COMPLETE
59572026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.155 INFO O| Aug 17 18:26:03.155 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.164 INFO O| Aug 17 18:26:03.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59592026-08-17T18:26:04.778Z[ recovery-image] Aug 17 18:26:03.164 INFO O| Aug 17 18:26:03.164 INFO STEP 244 (remove_files) COMPLETE
59602026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.164 INFO O| Aug 17 18:26:03.164 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.172 INFO O| Aug 17 18:26:03.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
59622026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.173 INFO O| Aug 17 18:26:03.173 INFO STEP 245 (remove_files) COMPLETE
59632026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.173 INFO O| Aug 17 18:26:03.173 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.181 INFO O| Aug 17 18:26:03.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
59652026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.181 INFO O| Aug 17 18:26:03.181 INFO STEP 246 (remove_files) COMPLETE
59662026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.181 INFO O| Aug 17 18:26:03.181 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.188 INFO O| Aug 17 18:26:03.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
59682026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.188 INFO O| Aug 17 18:26:03.188 INFO STEP 247 (remove_files) COMPLETE
59692026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.188 INFO O| Aug 17 18:26:03.188 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.196 INFO O| Aug 17 18:26:03.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
59712026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.196 INFO O| Aug 17 18:26:03.196 INFO STEP 248 (remove_files) COMPLETE
59722026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.196 INFO O| Aug 17 18:26:03.196 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.204 INFO O| Aug 17 18:26:03.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
59742026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.204 INFO O| Aug 17 18:26:03.204 INFO STEP 249 (remove_files) COMPLETE
59752026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.204 INFO O| Aug 17 18:26:03.204 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.212 INFO O| Aug 17 18:26:03.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
59772026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.212 INFO O| Aug 17 18:26:03.212 INFO STEP 250 (remove_files) COMPLETE
59782026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.212 INFO O| Aug 17 18:26:03.212 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.220 INFO O| Aug 17 18:26:03.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
59802026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.221 INFO O| Aug 17 18:26:03.221 INFO STEP 251 (remove_files) COMPLETE
59812026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.221 INFO O| Aug 17 18:26:03.221 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.229 INFO O| Aug 17 18:26:03.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
59832026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.229 INFO O| Aug 17 18:26:03.229 INFO STEP 252 (remove_files) COMPLETE
59842026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.229 INFO O| Aug 17 18:26:03.229 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.238 INFO O| Aug 17 18:26:03.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
59862026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.238 INFO O| Aug 17 18:26:03.238 INFO STEP 253 (remove_files) COMPLETE
59872026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.238 INFO O| Aug 17 18:26:03.238 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.246 INFO O| Aug 17 18:26:03.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
59892026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.246 INFO O| Aug 17 18:26:03.246 INFO STEP 254 (remove_files) COMPLETE
59902026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.246 INFO O| Aug 17 18:26:03.246 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.255 INFO O| Aug 17 18:26:03.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
59922026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.255 INFO O| Aug 17 18:26:03.255 INFO STEP 255 (remove_files) COMPLETE
59932026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.255 INFO O| Aug 17 18:26:03.255 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.263 INFO O| Aug 17 18:26:03.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
59952026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.263 INFO O| Aug 17 18:26:03.263 INFO STEP 256 (remove_files) COMPLETE
59962026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.263 INFO O| Aug 17 18:26:03.263 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.270 INFO O| Aug 17 18:26:03.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
59982026-08-17T18:26:04.779Z[ recovery-image] Aug 17 18:26:03.271 INFO O| Aug 17 18:26:03.270 INFO STEP 257 (remove_files) COMPLETE
59992026-08-17T18:26:04.780Z[ recovery-image] Aug 17 18:26:03.271 INFO O| Aug 17 18:26:03.271 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-08-17T18:26:04.780Z[ recovery-image] Aug 17 18:26:03.278 INFO O| Aug 17 18:26:03.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60012026-08-17T18:26:04.784Z[ recovery-image] Aug 17 18:26:03.278 INFO O| Aug 17 18:26:03.278 INFO STEP 258 (remove_files) COMPLETE
60022026-08-17T18:26:04.784Z[ recovery-image] Aug 17 18:26:03.278 INFO O| Aug 17 18:26:03.278 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-08-17T18:26:04.784Z[ recovery-image] Aug 17 18:26:03.286 INFO O| Aug 17 18:26:03.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60042026-08-17T18:26:04.784Z[ recovery-image] Aug 17 18:26:03.286 INFO O| Aug 17 18:26:03.286 INFO STEP 259 (remove_files) COMPLETE
60052026-08-17T18:26:04.784Z[ recovery-image] Aug 17 18:26:03.286 INFO O| Aug 17 18:26:03.286 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-08-17T18:26:04.784Z[ recovery-image] Aug 17 18:26:03.294 INFO O| Aug 17 18:26:03.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60072026-08-17T18:26:04.784Z[ recovery-image] Aug 17 18:26:03.294 INFO O| Aug 17 18:26:03.294 INFO STEP 260 (remove_files) COMPLETE
60082026-08-17T18:26:04.784Z[ recovery-image] Aug 17 18:26:03.294 INFO O| Aug 17 18:26:03.294 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-08-17T18:26:04.784Z[ recovery-image] Aug 17 18:26:03.301 INFO O| Aug 17 18:26:03.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60102026-08-17T18:26:04.784Z[ recovery-image] Aug 17 18:26:03.302 INFO O| Aug 17 18:26:03.301 INFO STEP 261 (remove_files) COMPLETE
60112026-08-17T18:26:04.784Z[ recovery-image] Aug 17 18:26:03.302 INFO O| Aug 17 18:26:03.301 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.310 INFO O| Aug 17 18:26:03.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60132026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.310 INFO O| Aug 17 18:26:03.310 INFO STEP 262 (remove_files) COMPLETE
60142026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.310 INFO O| Aug 17 18:26:03.310 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.320 INFO O| Aug 17 18:26:03.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60162026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.320 INFO O| Aug 17 18:26:03.320 INFO STEP 263 (remove_files) COMPLETE
60172026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.320 INFO O| Aug 17 18:26:03.320 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.330 INFO O| Aug 17 18:26:03.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60192026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.330 INFO O| Aug 17 18:26:03.330 INFO STEP 264 (remove_files) COMPLETE
60202026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.330 INFO O| Aug 17 18:26:03.330 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-17T18:26:04.785Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
60222026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.340 INFO O| Aug 17 18:26:03.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60232026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.340 INFO O| Aug 17 18:26:03.340 INFO STEP 265 (remove_files) COMPLETE
60242026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.340 INFO O| Aug 17 18:26:03.340 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.350 INFO O| Aug 17 18:26:03.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60262026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.351 INFO O| Aug 17 18:26:03.351 INFO STEP 266 (remove_files) COMPLETE
60272026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.351 INFO O| Aug 17 18:26:03.351 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.360 INFO O| Aug 17 18:26:03.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60292026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.360 INFO O| Aug 17 18:26:03.360 INFO STEP 267 (remove_files) COMPLETE
60302026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.360 INFO O| Aug 17 18:26:03.360 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.370 INFO O| Aug 17 18:26:03.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60322026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.370 INFO O| Aug 17 18:26:03.370 INFO STEP 268 (remove_files) COMPLETE
60332026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.370 INFO O| Aug 17 18:26:03.370 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.381 INFO O| Aug 17 18:26:03.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60352026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.381 INFO O| Aug 17 18:26:03.381 INFO STEP 269 (remove_files) COMPLETE
60362026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.381 INFO O| Aug 17 18:26:03.381 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.390 INFO O| Aug 17 18:26:03.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60382026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.390 INFO O| Aug 17 18:26:03.390 INFO STEP 270 (remove_files) COMPLETE
60392026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.390 INFO O| Aug 17 18:26:03.390 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.399 INFO O| Aug 17 18:26:03.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60412026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.399 INFO O| Aug 17 18:26:03.399 INFO STEP 271 (remove_files) COMPLETE
60422026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.399 INFO O| Aug 17 18:26:03.399 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.409 INFO O| Aug 17 18:26:03.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60442026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.409 INFO O| Aug 17 18:26:03.409 INFO STEP 272 (remove_files) COMPLETE
60452026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.409 INFO O| Aug 17 18:26:03.409 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.418 INFO O| Aug 17 18:26:03.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60472026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.418 INFO O| Aug 17 18:26:03.418 INFO STEP 273 (remove_files) COMPLETE
60482026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.418 INFO O| Aug 17 18:26:03.418 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.428 INFO O| Aug 17 18:26:03.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60502026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.428 INFO O| Aug 17 18:26:03.428 INFO STEP 274 (remove_files) COMPLETE
60512026-08-17T18:26:04.785Z[ recovery-image] Aug 17 18:26:03.428 INFO O| Aug 17 18:26:03.428 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.437 INFO O| Aug 17 18:26:03.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60532026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.437 INFO O| Aug 17 18:26:03.437 INFO STEP 275 (remove_files) COMPLETE
60542026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.437 INFO O| Aug 17 18:26:03.437 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.447 INFO O| Aug 17 18:26:03.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60562026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.447 INFO O| Aug 17 18:26:03.447 INFO STEP 276 (remove_files) COMPLETE
60572026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.447 INFO O| Aug 17 18:26:03.447 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.456 INFO O| Aug 17 18:26:03.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60592026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.457 INFO O| Aug 17 18:26:03.457 INFO STEP 277 (remove_files) COMPLETE
60602026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.457 INFO O| Aug 17 18:26:03.457 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.466 INFO O| Aug 17 18:26:03.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
60622026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.466 INFO O| Aug 17 18:26:03.466 INFO STEP 278 (remove_files) COMPLETE
60632026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.466 INFO O| Aug 17 18:26:03.466 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.475 INFO O| Aug 17 18:26:03.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
60652026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.476 INFO O| Aug 17 18:26:03.476 INFO STEP 279 (remove_files) COMPLETE
60662026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.476 INFO O| Aug 17 18:26:03.476 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.485 INFO O| Aug 17 18:26:03.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
60682026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.485 INFO O| Aug 17 18:26:03.485 INFO STEP 280 (remove_files) COMPLETE
60692026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.485 INFO O| Aug 17 18:26:03.485 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.494 INFO O| Aug 17 18:26:03.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
60712026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.494 INFO O| Aug 17 18:26:03.494 INFO STEP 281 (remove_files) COMPLETE
60722026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.494 INFO O| Aug 17 18:26:03.494 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.504 INFO O| Aug 17 18:26:03.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
60742026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.504 INFO O| Aug 17 18:26:03.504 INFO STEP 282 (remove_files) COMPLETE
60752026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.504 INFO O| Aug 17 18:26:03.504 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.520 INFO O| Aug 17 18:26:03.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
60772026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.520 INFO O| Aug 17 18:26:03.520 INFO STEP 283 (remove_files) COMPLETE
60782026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.520 INFO O| Aug 17 18:26:03.520 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.529 INFO O| Aug 17 18:26:03.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
60802026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.529 INFO O| Aug 17 18:26:03.529 INFO STEP 284 (remove_files) COMPLETE
60812026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.529 INFO O| Aug 17 18:26:03.529 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.539 INFO O| Aug 17 18:26:03.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
60832026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.539 INFO O| Aug 17 18:26:03.539 INFO STEP 285 (remove_files) COMPLETE
60842026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.539 INFO O| Aug 17 18:26:03.539 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.548 INFO O| Aug 17 18:26:03.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
60862026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.548 INFO O| Aug 17 18:26:03.548 INFO STEP 286 (remove_files) COMPLETE
60872026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.548 INFO O| Aug 17 18:26:03.548 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.557 INFO O| Aug 17 18:26:03.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
60892026-08-17T18:26:04.786Z[ recovery-image] Aug 17 18:26:03.557 INFO O| Aug 17 18:26:03.557 INFO STEP 287 (remove_files) COMPLETE
60902026-08-17T18:26:04.787Z[ recovery-image] Aug 17 18:26:03.557 INFO O| Aug 17 18:26:03.557 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-08-17T18:26:04.787Z[ recovery-image] Aug 17 18:26:03.566 INFO O| Aug 17 18:26:03.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
60922026-08-17T18:26:04.787Z[ recovery-image] Aug 17 18:26:03.566 INFO O| Aug 17 18:26:03.566 INFO STEP 288 (remove_files) COMPLETE
60932026-08-17T18:26:04.787Z[ recovery-image] Aug 17 18:26:03.566 INFO O| Aug 17 18:26:03.566 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-08-17T18:26:04.787Z[ recovery-image] Aug 17 18:26:03.575 INFO O| Aug 17 18:26:03.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
60952026-08-17T18:26:04.787Z[ recovery-image] Aug 17 18:26:03.575 INFO O| Aug 17 18:26:03.575 INFO STEP 289 (remove_files) COMPLETE
60962026-08-17T18:26:04.787Z[ recovery-image] Aug 17 18:26:03.575 INFO O| Aug 17 18:26:03.575 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-08-17T18:26:04.787Z[ recovery-image] Aug 17 18:26:03.586 INFO O| Aug 17 18:26:03.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
60982026-08-17T18:26:04.787Z[ recovery-image] Aug 17 18:26:03.586 INFO O| Aug 17 18:26:03.586 INFO STEP 290 (remove_files) COMPLETE
60992026-08-17T18:26:04.787Z[ recovery-image] Aug 17 18:26:03.586 INFO O| Aug 17 18:26:03.586 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-08-17T18:26:04.787Z[ recovery-image] Aug 17 18:26:03.596 INFO O| Aug 17 18:26:03.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61012026-08-17T18:26:04.791Z[ recovery-image] Aug 17 18:26:03.596 INFO O| Aug 17 18:26:03.596 INFO STEP 291 (remove_files) COMPLETE
61022026-08-17T18:26:04.791Z[ recovery-image] Aug 17 18:26:03.596 INFO O| Aug 17 18:26:03.596 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-08-17T18:26:04.791Z[ recovery-image] Aug 17 18:26:03.606 INFO O| Aug 17 18:26:03.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61042026-08-17T18:26:04.791Z[ recovery-image] Aug 17 18:26:03.606 INFO O| Aug 17 18:26:03.606 INFO STEP 292 (remove_files) COMPLETE
61052026-08-17T18:26:04.791Z[ recovery-image] Aug 17 18:26:03.606 INFO O| Aug 17 18:26:03.606 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-08-17T18:26:04.791Z[ recovery-image] Aug 17 18:26:03.616 INFO O| Aug 17 18:26:03.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61072026-08-17T18:26:04.791Z[ recovery-image] Aug 17 18:26:03.616 INFO O| Aug 17 18:26:03.616 INFO STEP 293 (remove_files) COMPLETE
61082026-08-17T18:26:04.791Z[ recovery-image] Aug 17 18:26:03.616 INFO O| Aug 17 18:26:03.616 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.626 INFO O| Aug 17 18:26:03.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61102026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.626 INFO O| Aug 17 18:26:03.626 INFO STEP 294 (remove_files) COMPLETE
61112026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.626 INFO O| Aug 17 18:26:03.626 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.637 INFO O| Aug 17 18:26:03.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61132026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.637 INFO O| Aug 17 18:26:03.637 INFO STEP 295 (remove_files) COMPLETE
61142026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.637 INFO O| Aug 17 18:26:03.637 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.652 INFO O| Aug 17 18:26:03.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61162026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.652 INFO O| Aug 17 18:26:03.652 INFO STEP 296 (remove_files) COMPLETE
61172026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.652 INFO O| Aug 17 18:26:03.652 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.664 INFO O| Aug 17 18:26:03.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61192026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.666 INFO O| Aug 17 18:26:03.666 INFO STEP 297 (remove_files) COMPLETE
61202026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.666 INFO O| Aug 17 18:26:03.666 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.676 INFO O| Aug 17 18:26:03.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61222026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.676 INFO O| Aug 17 18:26:03.676 INFO STEP 298 (remove_files) COMPLETE
61232026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.676 INFO O| Aug 17 18:26:03.676 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.685 INFO O| Aug 17 18:26:03.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61252026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.685 INFO O| Aug 17 18:26:03.685 INFO STEP 299 (remove_files) COMPLETE
61262026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.685 INFO O| Aug 17 18:26:03.685 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.695 INFO O| Aug 17 18:26:03.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61282026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.695 INFO O| Aug 17 18:26:03.695 INFO STEP 300 (remove_files) COMPLETE
61292026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.695 INFO O| Aug 17 18:26:03.695 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-08-17T18:26:04.792Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
61312026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.704 INFO O| Aug 17 18:26:03.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61322026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.704 INFO O| Aug 17 18:26:03.704 INFO STEP 301 (remove_files) COMPLETE
61332026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.704 INFO O| Aug 17 18:26:03.704 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.712 INFO O| Aug 17 18:26:03.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61352026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.712 INFO O| Aug 17 18:26:03.712 INFO STEP 302 (remove_files) COMPLETE
61362026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.712 INFO O| Aug 17 18:26:03.712 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.731 INFO O| Aug 17 18:26:03.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61382026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.731 INFO O| Aug 17 18:26:03.731 INFO STEP 303 (remove_files) COMPLETE
61392026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.731 INFO O| Aug 17 18:26:03.731 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.747 INFO O| Aug 17 18:26:03.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61412026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.747 INFO O| Aug 17 18:26:03.747 INFO STEP 304 (remove_files) COMPLETE
61422026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.747 INFO O| Aug 17 18:26:03.747 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.756 INFO O| Aug 17 18:26:03.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61442026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.756 INFO O| Aug 17 18:26:03.756 INFO STEP 305 (remove_files) COMPLETE
61452026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.756 INFO O| Aug 17 18:26:03.756 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.765 INFO O| Aug 17 18:26:03.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61472026-08-17T18:26:04.792Z[ recovery-image] Aug 17 18:26:03.765 INFO O| Aug 17 18:26:03.765 INFO STEP 306 (remove_files) COMPLETE
61482026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.765 INFO O| Aug 17 18:26:03.765 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.774 INFO O| Aug 17 18:26:03.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61502026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.774 INFO O| Aug 17 18:26:03.774 INFO STEP 307 (remove_files) COMPLETE
61512026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.774 INFO O| Aug 17 18:26:03.774 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.783 INFO O| Aug 17 18:26:03.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61532026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.783 INFO O| Aug 17 18:26:03.783 INFO STEP 308 (remove_files) COMPLETE
61542026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.783 INFO O| Aug 17 18:26:03.783 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.792 INFO O| Aug 17 18:26:03.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61562026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.792 INFO O| Aug 17 18:26:03.792 INFO STEP 309 (remove_files) COMPLETE
61572026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.792 INFO O| Aug 17 18:26:03.792 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.804 INFO O| Aug 17 18:26:03.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61592026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.804 INFO O| Aug 17 18:26:03.804 INFO STEP 310 (remove_files) COMPLETE
61602026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.804 INFO O| Aug 17 18:26:03.804 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.845 INFO O| Aug 17 18:26:03.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
61622026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.845 INFO O| Aug 17 18:26:03.845 INFO STEP 311 (remove_files) COMPLETE
61632026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.845 INFO O| Aug 17 18:26:03.845 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.859 INFO O| Aug 17 18:26:03.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
61652026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.859 INFO O| Aug 17 18:26:03.859 INFO STEP 312 (remove_files) COMPLETE
61662026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.859 INFO O| Aug 17 18:26:03.859 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.872 INFO O| Aug 17 18:26:03.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
61682026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.872 INFO O| Aug 17 18:26:03.872 INFO STEP 313 (remove_files) COMPLETE
61692026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.872 INFO O| Aug 17 18:26:03.872 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.883 INFO O| Aug 17 18:26:03.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
61712026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.885 INFO O| Aug 17 18:26:03.885 INFO STEP 314 (remove_files) COMPLETE
61722026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.885 INFO O| Aug 17 18:26:03.885 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.897 INFO O| Aug 17 18:26:03.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
61742026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.897 INFO O| Aug 17 18:26:03.897 INFO STEP 315 (remove_files) COMPLETE
61752026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.897 INFO O| Aug 17 18:26:03.897 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.909 INFO O| Aug 17 18:26:03.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
61772026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.910 INFO O| Aug 17 18:26:03.909 INFO STEP 316 (remove_files) COMPLETE
61782026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.910 INFO O| Aug 17 18:26:03.910 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.934 INFO O| Aug 17 18:26:03.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
61802026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.934 INFO O| Aug 17 18:26:03.934 INFO STEP 317 (remove_files) COMPLETE
61812026-08-17T18:26:04.793Z[ recovery-image] Aug 17 18:26:03.934 INFO O| Aug 17 18:26:03.934 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-08-17T18:26:04.797Z[ recovery-image] Aug 17 18:26:03.944 INFO O| Aug 17 18:26:03.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
61832026-08-17T18:26:04.797Z[ recovery-image] Aug 17 18:26:03.944 INFO O| Aug 17 18:26:03.944 INFO STEP 318 (remove_files) COMPLETE
61842026-08-17T18:26:04.797Z[ recovery-image] Aug 17 18:26:03.944 INFO O| Aug 17 18:26:03.944 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-08-17T18:26:04.803Z[ recovery-image] Aug 17 18:26:03.955 INFO O| Aug 17 18:26:03.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
61862026-08-17T18:26:04.803Z[ recovery-image] Aug 17 18:26:03.955 INFO O| Aug 17 18:26:03.955 INFO STEP 319 (remove_files) COMPLETE
61872026-08-17T18:26:04.803Z[ recovery-image] Aug 17 18:26:03.955 INFO O| Aug 17 18:26:03.955 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-08-17T18:26:04.817Z[ recovery-image] Aug 17 18:26:03.970 INFO O| Aug 17 18:26:03.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
61892026-08-17T18:26:04.818Z[ recovery-image] Aug 17 18:26:03.970 INFO O| Aug 17 18:26:03.970 INFO STEP 320 (remove_files) COMPLETE
61902026-08-17T18:26:04.818Z[ recovery-image] Aug 17 18:26:03.970 INFO O| Aug 17 18:26:03.970 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-08-17T18:26:04.828Z[ recovery-image] Aug 17 18:26:03.980 INFO O| Aug 17 18:26:03.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
61922026-08-17T18:26:04.828Z[ recovery-image] Aug 17 18:26:03.980 INFO O| Aug 17 18:26:03.980 INFO STEP 321 (remove_files) COMPLETE
61932026-08-17T18:26:04.828Z[ recovery-image] Aug 17 18:26:03.980 INFO O| Aug 17 18:26:03.980 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-08-17T18:26:04.838Z[ recovery-image] Aug 17 18:26:03.990 INFO O| Aug 17 18:26:03.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
61952026-08-17T18:26:04.838Z[ recovery-image] Aug 17 18:26:03.990 INFO O| Aug 17 18:26:03.990 INFO STEP 322 (remove_files) COMPLETE
61962026-08-17T18:26:04.841Z[ recovery-image] Aug 17 18:26:03.990 INFO O| Aug 17 18:26:03.990 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-08-17T18:26:04.849Z[ recovery-image] Aug 17 18:26:04.001 INFO O| Aug 17 18:26:04.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
61982026-08-17T18:26:04.850Z[ recovery-image] Aug 17 18:26:04.001 INFO O| Aug 17 18:26:04.001 INFO STEP 323 (remove_files) COMPLETE
61992026-08-17T18:26:04.877Z[ recovery-image] Aug 17 18:26:04.001 INFO O| Aug 17 18:26:04.001 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-08-17T18:26:04.877Z[ recovery-image] Aug 17 18:26:04.020 INFO O| Aug 17 18:26:04.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62012026-08-17T18:26:04.877Z[ recovery-image] Aug 17 18:26:04.023 INFO O| Aug 17 18:26:04.023 INFO STEP 324 (remove_files) COMPLETE
62022026-08-17T18:26:04.878Z[ recovery-image] Aug 17 18:26:04.023 INFO O| Aug 17 18:26:04.023 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-08-17T18:26:04.883Z[ recovery-image] Aug 17 18:26:04.035 INFO O| Aug 17 18:26:04.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62042026-08-17T18:26:04.883Z[ recovery-image] Aug 17 18:26:04.035 INFO O| Aug 17 18:26:04.035 INFO STEP 325 (remove_files) COMPLETE
62052026-08-17T18:26:04.883Z[ recovery-image] Aug 17 18:26:04.035 INFO O| Aug 17 18:26:04.035 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-08-17T18:26:04.897Z[ recovery-image] Aug 17 18:26:04.049 INFO O| Aug 17 18:26:04.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62072026-08-17T18:26:04.897Z[ recovery-image] Aug 17 18:26:04.049 INFO O| Aug 17 18:26:04.048 INFO STEP 326 (remove_files) COMPLETE
62082026-08-17T18:26:04.900Z[ recovery-image] Aug 17 18:26:04.049 INFO O| Aug 17 18:26:04.048 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-08-17T18:26:04.906Z[ recovery-image] Aug 17 18:26:04.058 INFO O| Aug 17 18:26:04.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62102026-08-17T18:26:04.906Z[ recovery-image] Aug 17 18:26:04.058 INFO O| Aug 17 18:26:04.058 INFO STEP 327 (remove_files) COMPLETE
62112026-08-17T18:26:04.906Z[ recovery-image] Aug 17 18:26:04.058 INFO O| Aug 17 18:26:04.058 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-08-17T18:26:04.916Z[ recovery-image] Aug 17 18:26:04.068 INFO O| Aug 17 18:26:04.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62132026-08-17T18:26:04.916Z[ recovery-image] Aug 17 18:26:04.068 INFO O| Aug 17 18:26:04.068 INFO STEP 328 (remove_files) COMPLETE
62142026-08-17T18:26:04.916Z[ recovery-image] Aug 17 18:26:04.068 INFO O| Aug 17 18:26:04.068 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-08-17T18:26:04.929Z[ recovery-image] Aug 17 18:26:04.078 INFO O| Aug 17 18:26:04.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62162026-08-17T18:26:04.933Z[ recovery-image] Aug 17 18:26:04.078 INFO O| Aug 17 18:26:04.078 INFO STEP 329 (remove_files) COMPLETE
62172026-08-17T18:26:04.933Z[ recovery-image] Aug 17 18:26:04.078 INFO O| Aug 17 18:26:04.078 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-08-17T18:26:04.936Z[ recovery-image] Aug 17 18:26:04.088 INFO O| Aug 17 18:26:04.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62192026-08-17T18:26:04.936Z[ recovery-image] Aug 17 18:26:04.088 INFO O| Aug 17 18:26:04.088 INFO STEP 330 (remove_files) COMPLETE
62202026-08-17T18:26:04.939Z[ recovery-image] Aug 17 18:26:04.088 INFO O| Aug 17 18:26:04.088 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-08-17T18:26:04.946Z[ recovery-image] Aug 17 18:26:04.098 INFO O| Aug 17 18:26:04.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62222026-08-17T18:26:04.946Z[ recovery-image] Aug 17 18:26:04.098 INFO O| Aug 17 18:26:04.098 INFO STEP 331 (remove_files) COMPLETE
62232026-08-17T18:26:04.946Z[ recovery-image] Aug 17 18:26:04.098 INFO O| Aug 17 18:26:04.098 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-08-17T18:26:04.956Z[ recovery-image] Aug 17 18:26:04.108 INFO O| Aug 17 18:26:04.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62252026-08-17T18:26:04.956Z[ recovery-image] Aug 17 18:26:04.108 INFO O| Aug 17 18:26:04.108 INFO STEP 332 (remove_files) COMPLETE
62262026-08-17T18:26:04.956Z[ recovery-image] Aug 17 18:26:04.108 INFO O| Aug 17 18:26:04.108 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-08-17T18:26:04.966Z[ recovery-image] Aug 17 18:26:04.118 INFO O| Aug 17 18:26:04.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62282026-08-17T18:26:04.967Z[ recovery-image] Aug 17 18:26:04.118 INFO O| Aug 17 18:26:04.118 INFO STEP 333 (remove_files) COMPLETE
62292026-08-17T18:26:04.967Z[ recovery-image] Aug 17 18:26:04.118 INFO O| Aug 17 18:26:04.118 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-08-17T18:26:04.976Z[ recovery-image] Aug 17 18:26:04.128 INFO O| Aug 17 18:26:04.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62312026-08-17T18:26:04.976Z[ recovery-image] Aug 17 18:26:04.128 INFO O| Aug 17 18:26:04.128 INFO STEP 334 (remove_files) COMPLETE
62322026-08-17T18:26:04.976Z[ recovery-image] Aug 17 18:26:04.128 INFO O| Aug 17 18:26:04.128 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-08-17T18:26:04.985Z[ recovery-image] Aug 17 18:26:04.137 INFO O| Aug 17 18:26:04.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62342026-08-17T18:26:04.985Z[ recovery-image] Aug 17 18:26:04.137 INFO O| Aug 17 18:26:04.137 INFO STEP 335 (remove_files) COMPLETE
62352026-08-17T18:26:04.985Z[ recovery-image] Aug 17 18:26:04.137 INFO O| Aug 17 18:26:04.137 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-08-17T18:26:04.996Z[ recovery-image] Aug 17 18:26:04.148 INFO O| Aug 17 18:26:04.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62372026-08-17T18:26:04.996Z[ recovery-image] Aug 17 18:26:04.148 INFO O| Aug 17 18:26:04.148 INFO STEP 336 (remove_files) COMPLETE
62382026-08-17T18:26:04.996Z[ recovery-image] Aug 17 18:26:04.148 INFO O| Aug 17 18:26:04.148 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-08-17T18:26:05.008Z[ recovery-image] Aug 17 18:26:04.159 INFO O| Aug 17 18:26:04.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62402026-08-17T18:26:05.011Z[ recovery-image] Aug 17 18:26:04.160 INFO O| Aug 17 18:26:04.160 INFO STEP 337 (remove_files) COMPLETE
62412026-08-17T18:26:05.011Z[ recovery-image] Aug 17 18:26:04.160 INFO O| Aug 17 18:26:04.160 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-08-17T18:26:05.020Z[ recovery-image] Aug 17 18:26:04.172 INFO O| Aug 17 18:26:04.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62432026-08-17T18:26:05.020Z[ recovery-image] Aug 17 18:26:04.172 INFO O| Aug 17 18:26:04.172 INFO STEP 338 (remove_files) COMPLETE
62442026-08-17T18:26:05.020Z[ recovery-image] Aug 17 18:26:04.172 INFO O| Aug 17 18:26:04.172 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-08-17T18:26:05.030Z[ recovery-image] Aug 17 18:26:04.182 INFO O| Aug 17 18:26:04.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62462026-08-17T18:26:05.030Z[ recovery-image] Aug 17 18:26:04.182 INFO O| Aug 17 18:26:04.182 INFO STEP 339 (remove_files) COMPLETE
62472026-08-17T18:26:05.030Z[ recovery-image] Aug 17 18:26:04.182 INFO O| Aug 17 18:26:04.182 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-08-17T18:26:05.041Z[ recovery-image] Aug 17 18:26:04.193 INFO O| Aug 17 18:26:04.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62492026-08-17T18:26:05.044Z[ recovery-image] Aug 17 18:26:04.193 INFO O| Aug 17 18:26:04.193 INFO STEP 340 (remove_files) COMPLETE
62502026-08-17T18:26:05.044Z[ recovery-image] Aug 17 18:26:04.193 INFO O| Aug 17 18:26:04.193 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-08-17T18:26:05.051Z[ recovery-image] Aug 17 18:26:04.202 INFO O| Aug 17 18:26:04.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62522026-08-17T18:26:05.051Z[ recovery-image] Aug 17 18:26:04.202 INFO O| Aug 17 18:26:04.202 INFO STEP 341 (remove_files) COMPLETE
62532026-08-17T18:26:05.051Z[ recovery-image] Aug 17 18:26:04.202 INFO O| Aug 17 18:26:04.202 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-08-17T18:26:05.063Z[ recovery-image] Aug 17 18:26:04.213 INFO O| Aug 17 18:26:04.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62552026-08-17T18:26:05.063Z[ recovery-image] Aug 17 18:26:04.213 INFO O| Aug 17 18:26:04.213 INFO STEP 342 (remove_files) COMPLETE
62562026-08-17T18:26:05.063Z[ recovery-image] Aug 17 18:26:04.213 INFO O| Aug 17 18:26:04.213 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-08-17T18:26:05.070Z[ recovery-image] Aug 17 18:26:04.222 INFO O| Aug 17 18:26:04.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62582026-08-17T18:26:05.073Z[ recovery-image] Aug 17 18:26:04.222 INFO O| Aug 17 18:26:04.222 INFO STEP 343 (remove_files) COMPLETE
62592026-08-17T18:26:05.073Z[ recovery-image] Aug 17 18:26:04.222 INFO O| Aug 17 18:26:04.222 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-08-17T18:26:05.079Z[ recovery-image] Aug 17 18:26:04.231 INFO O| Aug 17 18:26:04.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
62612026-08-17T18:26:05.079Z[ recovery-image] Aug 17 18:26:04.231 INFO O| Aug 17 18:26:04.231 INFO STEP 344 (remove_files) COMPLETE
62622026-08-17T18:26:05.079Z[ recovery-image] Aug 17 18:26:04.231 INFO O| Aug 17 18:26:04.231 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-08-17T18:26:05.090Z[ recovery-image] Aug 17 18:26:04.242 INFO O| Aug 17 18:26:04.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
62642026-08-17T18:26:05.090Z[ recovery-image] Aug 17 18:26:04.242 INFO O| Aug 17 18:26:04.242 INFO STEP 345 (remove_files) COMPLETE
62652026-08-17T18:26:05.093Z[ recovery-image] Aug 17 18:26:04.242 INFO O| Aug 17 18:26:04.242 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-08-17T18:26:05.099Z[ recovery-image] Aug 17 18:26:04.251 INFO O| Aug 17 18:26:04.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
62672026-08-17T18:26:05.099Z[ recovery-image] Aug 17 18:26:04.251 INFO O| Aug 17 18:26:04.251 INFO STEP 346 (remove_files) COMPLETE
62682026-08-17T18:26:05.099Z[ recovery-image] Aug 17 18:26:04.251 INFO O| Aug 17 18:26:04.251 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-08-17T18:26:05.108Z[ recovery-image] Aug 17 18:26:04.261 INFO O| Aug 17 18:26:04.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
62702026-08-17T18:26:05.109Z[ recovery-image] Aug 17 18:26:04.261 INFO O| Aug 17 18:26:04.261 INFO STEP 347 (remove_files) COMPLETE
62712026-08-17T18:26:05.109Z[ recovery-image] Aug 17 18:26:04.261 INFO O| Aug 17 18:26:04.261 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-08-17T18:26:05.120Z[ recovery-image] Aug 17 18:26:04.272 INFO O| Aug 17 18:26:04.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
62732026-08-17T18:26:05.120Z[ recovery-image] Aug 17 18:26:04.272 INFO O| Aug 17 18:26:04.272 INFO STEP 348 (remove_files) COMPLETE
62742026-08-17T18:26:05.120Z[ recovery-image] Aug 17 18:26:04.272 INFO O| Aug 17 18:26:04.272 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-08-17T18:26:05.129Z[ recovery-image] Aug 17 18:26:04.281 INFO O| Aug 17 18:26:04.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
62762026-08-17T18:26:05.129Z[ recovery-image] Aug 17 18:26:04.281 INFO O| Aug 17 18:26:04.281 INFO STEP 349 (remove_files) COMPLETE
62772026-08-17T18:26:05.129Z[ recovery-image] Aug 17 18:26:04.281 INFO O| Aug 17 18:26:04.281 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-08-17T18:26:05.138Z[ recovery-image] Aug 17 18:26:04.290 INFO O| Aug 17 18:26:04.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
62792026-08-17T18:26:05.138Z[ recovery-image] Aug 17 18:26:04.290 INFO O| Aug 17 18:26:04.290 INFO STEP 350 (remove_files) COMPLETE
62802026-08-17T18:26:05.142Z[ recovery-image] Aug 17 18:26:04.290 INFO O| Aug 17 18:26:04.290 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-08-17T18:26:05.148Z[ recovery-image] Aug 17 18:26:04.300 INFO O| Aug 17 18:26:04.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
62822026-08-17T18:26:05.148Z[ recovery-image] Aug 17 18:26:04.300 INFO O| Aug 17 18:26:04.300 INFO STEP 351 (remove_files) COMPLETE
62832026-08-17T18:26:05.148Z[ recovery-image] Aug 17 18:26:04.300 INFO O| Aug 17 18:26:04.300 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-08-17T18:26:05.158Z[ recovery-image] Aug 17 18:26:04.310 INFO O| Aug 17 18:26:04.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
62852026-08-17T18:26:05.158Z[ recovery-image] Aug 17 18:26:04.310 INFO O| Aug 17 18:26:04.310 INFO STEP 352 (remove_files) COMPLETE
62862026-08-17T18:26:05.158Z[ recovery-image] Aug 17 18:26:04.310 INFO O| Aug 17 18:26:04.310 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-08-17T18:26:05.169Z[ recovery-image] Aug 17 18:26:04.321 INFO O| Aug 17 18:26:04.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
62882026-08-17T18:26:05.169Z[ recovery-image] Aug 17 18:26:04.321 INFO O| Aug 17 18:26:04.321 INFO STEP 353 (remove_files) COMPLETE
62892026-08-17T18:26:05.169Z[ recovery-image] Aug 17 18:26:04.321 INFO O| Aug 17 18:26:04.321 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-08-17T18:26:05.179Z[ recovery-image] Aug 17 18:26:04.331 INFO O| Aug 17 18:26:04.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
62912026-08-17T18:26:05.179Z[ recovery-image] Aug 17 18:26:04.331 INFO O| Aug 17 18:26:04.331 INFO STEP 354 (remove_files) COMPLETE
62922026-08-17T18:26:05.179Z[ recovery-image] Aug 17 18:26:04.331 INFO O| Aug 17 18:26:04.331 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-08-17T18:26:05.189Z[ recovery-image] Aug 17 18:26:04.341 INFO O| Aug 17 18:26:04.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
62942026-08-17T18:26:05.192Z[ recovery-image] Aug 17 18:26:04.341 INFO O| Aug 17 18:26:04.341 INFO STEP 355 (remove_files) COMPLETE
62952026-08-17T18:26:05.192Z[ recovery-image] Aug 17 18:26:04.341 INFO O| Aug 17 18:26:04.341 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-08-17T18:26:05.201Z[ recovery-image] Aug 17 18:26:04.353 INFO O| Aug 17 18:26:04.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
62972026-08-17T18:26:05.204Z[ recovery-image] Aug 17 18:26:04.354 INFO O| Aug 17 18:26:04.354 INFO STEP 356 (remove_files) COMPLETE
62982026-08-17T18:26:05.204Z[ recovery-image] Aug 17 18:26:04.354 INFO O| Aug 17 18:26:04.354 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-08-17T18:26:05.213Z[ recovery-image] Aug 17 18:26:04.363 INFO O| Aug 17 18:26:04.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63002026-08-17T18:26:05.213Z[ recovery-image] Aug 17 18:26:04.363 INFO O| Aug 17 18:26:04.363 INFO STEP 357 (remove_files) COMPLETE
63012026-08-17T18:26:05.213Z[ recovery-image] Aug 17 18:26:04.363 INFO O| Aug 17 18:26:04.363 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-08-17T18:26:05.221Z[ recovery-image] Aug 17 18:26:04.373 INFO O| Aug 17 18:26:04.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63032026-08-17T18:26:05.221Z[ recovery-image] Aug 17 18:26:04.373 INFO O| Aug 17 18:26:04.373 INFO STEP 358 (remove_files) COMPLETE
63042026-08-17T18:26:05.221Z[ recovery-image] Aug 17 18:26:04.373 INFO O| Aug 17 18:26:04.373 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-08-17T18:26:05.231Z[ recovery-image] Aug 17 18:26:04.383 INFO O| Aug 17 18:26:04.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63062026-08-17T18:26:05.231Z[ recovery-image] Aug 17 18:26:04.383 INFO O| Aug 17 18:26:04.383 INFO STEP 359 (remove_files) COMPLETE
63072026-08-17T18:26:05.231Z[ recovery-image] Aug 17 18:26:04.383 INFO O| Aug 17 18:26:04.383 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-08-17T18:26:05.240Z[ recovery-image] Aug 17 18:26:04.392 INFO O| Aug 17 18:26:04.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63092026-08-17T18:26:05.240Z[ recovery-image] Aug 17 18:26:04.392 INFO O| Aug 17 18:26:04.392 INFO STEP 360 (remove_files) COMPLETE
63102026-08-17T18:26:05.240Z[ recovery-image] Aug 17 18:26:04.392 INFO O| Aug 17 18:26:04.392 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-08-17T18:26:05.250Z[ recovery-image] Aug 17 18:26:04.402 INFO O| Aug 17 18:26:04.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63122026-08-17T18:26:05.250Z[ recovery-image] Aug 17 18:26:04.402 INFO O| Aug 17 18:26:04.402 INFO STEP 361 (remove_files) COMPLETE
63132026-08-17T18:26:05.250Z[ recovery-image] Aug 17 18:26:04.402 INFO O| Aug 17 18:26:04.402 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-08-17T18:26:05.260Z[ recovery-image] Aug 17 18:26:04.412 INFO O| Aug 17 18:26:04.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63152026-08-17T18:26:05.260Z[ recovery-image] Aug 17 18:26:04.412 INFO O| Aug 17 18:26:04.412 INFO STEP 362 (remove_files) COMPLETE
63162026-08-17T18:26:05.260Z[ recovery-image] Aug 17 18:26:04.412 INFO O| Aug 17 18:26:04.412 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-08-17T18:26:05.270Z[ recovery-image] Aug 17 18:26:04.422 INFO O| Aug 17 18:26:04.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63182026-08-17T18:26:05.270Z[ recovery-image] Aug 17 18:26:04.422 INFO O| Aug 17 18:26:04.422 INFO STEP 363 (remove_files) COMPLETE
63192026-08-17T18:26:05.270Z[ recovery-image] Aug 17 18:26:04.422 INFO O| Aug 17 18:26:04.422 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-08-17T18:26:05.279Z[ recovery-image] Aug 17 18:26:04.431 INFO O| Aug 17 18:26:04.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63212026-08-17T18:26:05.279Z[ recovery-image] Aug 17 18:26:04.431 INFO O| Aug 17 18:26:04.431 INFO STEP 364 (remove_files) COMPLETE
63222026-08-17T18:26:05.279Z[ recovery-image] Aug 17 18:26:04.431 INFO O| Aug 17 18:26:04.431 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-08-17T18:26:05.283Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
63242026-08-17T18:26:05.288Z[ recovery-image] Aug 17 18:26:04.440 INFO O| Aug 17 18:26:04.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63252026-08-17T18:26:05.288Z[ recovery-image] Aug 17 18:26:04.440 INFO O| Aug 17 18:26:04.440 INFO STEP 365 (remove_files) COMPLETE
63262026-08-17T18:26:05.288Z[ recovery-image] Aug 17 18:26:04.440 INFO O| Aug 17 18:26:04.440 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-08-17T18:26:05.300Z[ recovery-image] Aug 17 18:26:04.452 INFO O| Aug 17 18:26:04.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63282026-08-17T18:26:05.300Z[ recovery-image] Aug 17 18:26:04.452 INFO O| Aug 17 18:26:04.452 INFO STEP 366 (remove_files) COMPLETE
63292026-08-17T18:26:05.300Z[ recovery-image] Aug 17 18:26:04.453 INFO O| Aug 17 18:26:04.452 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-08-17T18:26:05.312Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
63312026-08-17T18:26:05.323Z[ recovery-image] Aug 17 18:26:04.475 INFO O| Aug 17 18:26:04.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63322026-08-17T18:26:05.323Z[ recovery-image] Aug 17 18:26:04.475 INFO O| Aug 17 18:26:04.475 INFO STEP 367 (remove_files) COMPLETE
63332026-08-17T18:26:05.326Z[ recovery-image] Aug 17 18:26:04.475 INFO O| Aug 17 18:26:04.475 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-17T18:26:05.332Z[ recovery-image] Aug 17 18:26:04.484 INFO O| Aug 17 18:26:04.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63352026-08-17T18:26:05.332Z[ recovery-image] Aug 17 18:26:04.484 INFO O| Aug 17 18:26:04.484 INFO STEP 368 (remove_files) COMPLETE
63362026-08-17T18:26:05.335Z[ recovery-image] Aug 17 18:26:04.484 INFO O| Aug 17 18:26:04.484 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-17T18:26:05.343Z[ recovery-image] Aug 17 18:26:04.494 INFO O| Aug 17 18:26:04.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63382026-08-17T18:26:05.343Z[ recovery-image] Aug 17 18:26:04.494 INFO O| Aug 17 18:26:04.494 INFO STEP 369 (remove_files) COMPLETE
63392026-08-17T18:26:05.343Z[ recovery-image] Aug 17 18:26:04.494 INFO O| Aug 17 18:26:04.494 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-17T18:26:05.351Z[ recovery-image] Aug 17 18:26:04.504 INFO O| Aug 17 18:26:04.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63412026-08-17T18:26:05.351Z[ recovery-image] Aug 17 18:26:04.504 INFO O| Aug 17 18:26:04.504 INFO STEP 370 (remove_files) COMPLETE
63422026-08-17T18:26:05.355Z[ recovery-image] Aug 17 18:26:04.504 INFO O| Aug 17 18:26:04.504 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-08-17T18:26:05.361Z[ recovery-image] Aug 17 18:26:04.514 INFO O| Aug 17 18:26:04.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63442026-08-17T18:26:05.361Z[ recovery-image] Aug 17 18:26:04.514 INFO O| Aug 17 18:26:04.514 INFO STEP 371 (remove_files) COMPLETE
63452026-08-17T18:26:05.365Z[ recovery-image] Aug 17 18:26:04.514 INFO O| Aug 17 18:26:04.514 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-17T18:26:05.376Z[ recovery-image] Aug 17 18:26:04.528 INFO O| Aug 17 18:26:04.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63472026-08-17T18:26:05.376Z[ recovery-image] Aug 17 18:26:04.528 INFO O| Aug 17 18:26:04.528 INFO STEP 372 (remove_files) COMPLETE
63482026-08-17T18:26:05.379Z[ recovery-image] Aug 17 18:26:04.528 INFO O| Aug 17 18:26:04.528 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-17T18:26:05.388Z[ recovery-image] Aug 17 18:26:04.540 INFO O| Aug 17 18:26:04.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63502026-08-17T18:26:05.388Z[ recovery-image] Aug 17 18:26:04.541 INFO O| Aug 17 18:26:04.541 INFO STEP 373 (remove_files) COMPLETE
63512026-08-17T18:26:05.388Z[ recovery-image] Aug 17 18:26:04.541 INFO O| Aug 17 18:26:04.541 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-17T18:26:05.399Z[ recovery-image] Aug 17 18:26:04.551 INFO O| Aug 17 18:26:04.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63532026-08-17T18:26:05.402Z[ recovery-image] Aug 17 18:26:04.553 INFO O| Aug 17 18:26:04.553 INFO STEP 374 (remove_files) COMPLETE
63542026-08-17T18:26:05.402Z[ recovery-image] Aug 17 18:26:04.553 INFO O| Aug 17 18:26:04.553 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-17T18:26:05.413Z[ recovery-image] Aug 17 18:26:04.565 INFO O| Aug 17 18:26:04.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63562026-08-17T18:26:05.413Z[ recovery-image] Aug 17 18:26:04.565 INFO O| Aug 17 18:26:04.565 INFO STEP 375 (remove_files) COMPLETE
63572026-08-17T18:26:05.413Z[ recovery-image] Aug 17 18:26:04.565 INFO O| Aug 17 18:26:04.565 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-17T18:26:05.424Z[ recovery-image] Aug 17 18:26:04.576 INFO O| Aug 17 18:26:04.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63592026-08-17T18:26:05.424Z[ recovery-image] Aug 17 18:26:04.576 INFO O| Aug 17 18:26:04.576 INFO STEP 376 (remove_files) COMPLETE
63602026-08-17T18:26:05.424Z[ recovery-image] Aug 17 18:26:04.576 INFO O| Aug 17 18:26:04.576 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-17T18:26:05.436Z[ recovery-image] Aug 17 18:26:04.587 INFO O| Aug 17 18:26:04.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
63622026-08-17T18:26:05.436Z[ recovery-image] Aug 17 18:26:04.588 INFO O| Aug 17 18:26:04.588 INFO STEP 377 (remove_files) COMPLETE
63632026-08-17T18:26:05.436Z[ recovery-image] Aug 17 18:26:04.588 INFO O| Aug 17 18:26:04.588 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-17T18:26:05.446Z[ recovery-image] Aug 17 18:26:04.597 INFO O| Aug 17 18:26:04.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
63652026-08-17T18:26:05.446Z[ recovery-image] Aug 17 18:26:04.598 INFO O| Aug 17 18:26:04.598 INFO STEP 378 (remove_files) COMPLETE
63662026-08-17T18:26:05.446Z[ recovery-image] Aug 17 18:26:04.598 INFO O| Aug 17 18:26:04.598 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-17T18:26:05.455Z[ recovery-image] Aug 17 18:26:04.607 INFO O| Aug 17 18:26:04.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
63682026-08-17T18:26:05.455Z[ recovery-image] Aug 17 18:26:04.607 INFO O| Aug 17 18:26:04.607 INFO STEP 379 (remove_files) COMPLETE
63692026-08-17T18:26:05.455Z[ recovery-image] Aug 17 18:26:04.607 INFO O| Aug 17 18:26:04.607 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-17T18:26:05.465Z[ recovery-image] Aug 17 18:26:04.617 INFO O| Aug 17 18:26:04.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
63712026-08-17T18:26:05.465Z[ recovery-image] Aug 17 18:26:04.617 INFO O| Aug 17 18:26:04.617 INFO STEP 380 (remove_files) COMPLETE
63722026-08-17T18:26:05.465Z[ recovery-image] Aug 17 18:26:04.617 INFO O| Aug 17 18:26:04.617 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-17T18:26:05.476Z[ recovery-image] Aug 17 18:26:04.628 INFO O| Aug 17 18:26:04.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
63742026-08-17T18:26:05.476Z[ recovery-image] Aug 17 18:26:04.628 INFO O| Aug 17 18:26:04.628 INFO STEP 381 (remove_files) COMPLETE
63752026-08-17T18:26:05.476Z[ recovery-image] Aug 17 18:26:04.628 INFO O| Aug 17 18:26:04.628 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-08-17T18:26:05.486Z[ recovery-image] Aug 17 18:26:04.638 INFO O| Aug 17 18:26:04.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
63772026-08-17T18:26:05.489Z[ recovery-image] Aug 17 18:26:04.638 INFO O| Aug 17 18:26:04.638 INFO STEP 382 (remove_files) COMPLETE
63782026-08-17T18:26:05.489Z[ recovery-image] Aug 17 18:26:04.638 INFO O| Aug 17 18:26:04.638 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-08-17T18:26:05.496Z[ recovery-image] Aug 17 18:26:04.648 INFO O| Aug 17 18:26:04.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
63802026-08-17T18:26:05.496Z[ recovery-image] Aug 17 18:26:04.648 INFO O| Aug 17 18:26:04.648 INFO STEP 383 (remove_files) COMPLETE
63812026-08-17T18:26:05.496Z[ recovery-image] Aug 17 18:26:04.648 INFO O| Aug 17 18:26:04.648 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-17T18:26:05.511Z[ recovery-image] Aug 17 18:26:04.663 INFO O| Aug 17 18:26:04.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
63832026-08-17T18:26:05.511Z[ recovery-image] Aug 17 18:26:04.663 INFO O| Aug 17 18:26:04.663 INFO STEP 384 (remove_files) COMPLETE
63842026-08-17T18:26:05.511Z[ recovery-image] Aug 17 18:26:04.663 INFO O| Aug 17 18:26:04.663 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-17T18:26:05.534Z[ recovery-image] Aug 17 18:26:04.685 INFO O| Aug 17 18:26:04.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
63862026-08-17T18:26:05.539Z[ recovery-image] Aug 17 18:26:04.689 INFO O| Aug 17 18:26:04.689 INFO STEP 385 (remove_files) COMPLETE
63872026-08-17T18:26:05.539Z[ recovery-image] Aug 17 18:26:04.689 INFO O| Aug 17 18:26:04.689 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-17T18:26:05.551Z[ recovery-image] Aug 17 18:26:04.703 INFO O| Aug 17 18:26:04.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
63892026-08-17T18:26:05.554Z[ recovery-image] Aug 17 18:26:04.703 INFO O| Aug 17 18:26:04.703 INFO STEP 386 (remove_files) COMPLETE
63902026-08-17T18:26:05.554Z[ recovery-image] Aug 17 18:26:04.703 INFO O| Aug 17 18:26:04.703 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-17T18:26:05.581Z[ recovery-image] Aug 17 18:26:04.733 INFO O| Aug 17 18:26:04.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
63922026-08-17T18:26:05.581Z[ recovery-image] Aug 17 18:26:04.733 INFO O| Aug 17 18:26:04.733 INFO STEP 387 (remove_files) COMPLETE
63932026-08-17T18:26:05.581Z[ recovery-image] Aug 17 18:26:04.733 INFO O| Aug 17 18:26:04.733 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-08-17T18:26:05.593Z[ recovery-image] Aug 17 18:26:04.745 INFO O| Aug 17 18:26:04.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
63952026-08-17T18:26:05.593Z[ recovery-image] Aug 17 18:26:04.745 INFO O| Aug 17 18:26:04.745 INFO STEP 388 (remove_files) COMPLETE
63962026-08-17T18:26:05.593Z[ recovery-image] Aug 17 18:26:04.745 INFO O| Aug 17 18:26:04.745 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-08-17T18:26:05.609Z[ recovery-image] Aug 17 18:26:04.761 INFO O| Aug 17 18:26:04.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
63982026-08-17T18:26:05.609Z[ recovery-image] Aug 17 18:26:04.761 INFO O| Aug 17 18:26:04.761 INFO STEP 389 (remove_files) COMPLETE
63992026-08-17T18:26:05.609Z[ recovery-image] Aug 17 18:26:04.761 INFO O| Aug 17 18:26:04.761 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-08-17T18:26:05.622Z[ recovery-image] Aug 17 18:26:04.774 INFO O| Aug 17 18:26:04.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64012026-08-17T18:26:05.622Z[ recovery-image] Aug 17 18:26:04.774 INFO O| Aug 17 18:26:04.774 INFO STEP 390 (remove_files) COMPLETE
64022026-08-17T18:26:05.622Z[ recovery-image] Aug 17 18:26:04.774 INFO O| Aug 17 18:26:04.774 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-08-17T18:26:05.645Z[ recovery-image] Aug 17 18:26:04.797 INFO O| Aug 17 18:26:04.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64042026-08-17T18:26:05.645Z[ recovery-image] Aug 17 18:26:04.797 INFO O| Aug 17 18:26:04.797 INFO STEP 391 (remove_files) COMPLETE
64052026-08-17T18:26:05.645Z[ recovery-image] Aug 17 18:26:04.797 INFO O| Aug 17 18:26:04.797 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-08-17T18:26:05.656Z[ recovery-image] Aug 17 18:26:04.808 INFO O| Aug 17 18:26:04.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64072026-08-17T18:26:05.656Z[ recovery-image] Aug 17 18:26:04.808 INFO O| Aug 17 18:26:04.808 INFO STEP 392 (remove_files) COMPLETE
64082026-08-17T18:26:05.656Z[ recovery-image] Aug 17 18:26:04.808 INFO O| Aug 17 18:26:04.808 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-08-17T18:26:05.663Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
64102026-08-17T18:26:05.670Z[ recovery-image] Aug 17 18:26:04.822 INFO O| Aug 17 18:26:04.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64112026-08-17T18:26:05.670Z[ recovery-image] Aug 17 18:26:04.823 INFO O| Aug 17 18:26:04.823 INFO STEP 393 (remove_files) COMPLETE
64122026-08-17T18:26:05.670Z[ recovery-image] Aug 17 18:26:04.823 INFO O| Aug 17 18:26:04.823 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-17T18:26:05.683Z[ recovery-image] Aug 17 18:26:04.835 INFO O| Aug 17 18:26:04.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64142026-08-17T18:26:05.683Z[ recovery-image] Aug 17 18:26:04.835 INFO O| Aug 17 18:26:04.835 INFO STEP 394 (remove_files) COMPLETE
64152026-08-17T18:26:05.686Z[ recovery-image] Aug 17 18:26:04.835 INFO O| Aug 17 18:26:04.835 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-08-17T18:26:05.696Z[ recovery-image] Aug 17 18:26:04.848 INFO O| Aug 17 18:26:04.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64172026-08-17T18:26:05.696Z[ recovery-image] Aug 17 18:26:04.848 INFO O| Aug 17 18:26:04.848 INFO STEP 395 (remove_files) COMPLETE
64182026-08-17T18:26:05.699Z[ recovery-image] Aug 17 18:26:04.848 INFO O| Aug 17 18:26:04.848 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-08-17T18:26:05.710Z[ recovery-image] Aug 17 18:26:04.862 INFO O| Aug 17 18:26:04.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64202026-08-17T18:26:05.710Z[ recovery-image] Aug 17 18:26:04.862 INFO O| Aug 17 18:26:04.862 INFO STEP 396 (remove_files) COMPLETE
64212026-08-17T18:26:05.713Z[ recovery-image] Aug 17 18:26:04.862 INFO O| Aug 17 18:26:04.862 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-08-17T18:26:05.729Z[ recovery-image] Aug 17 18:26:04.881 INFO O| Aug 17 18:26:04.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64232026-08-17T18:26:05.729Z[ recovery-image] Aug 17 18:26:04.881 INFO O| Aug 17 18:26:04.881 INFO STEP 397 (remove_files) COMPLETE
64242026-08-17T18:26:05.729Z[ recovery-image] Aug 17 18:26:04.881 INFO O| Aug 17 18:26:04.881 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-08-17T18:26:05.742Z[ recovery-image] Aug 17 18:26:04.894 INFO O| Aug 17 18:26:04.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64262026-08-17T18:26:05.742Z[ recovery-image] Aug 17 18:26:04.894 INFO O| Aug 17 18:26:04.894 INFO STEP 398 (remove_files) COMPLETE
64272026-08-17T18:26:05.745Z[ recovery-image] Aug 17 18:26:04.894 INFO O| Aug 17 18:26:04.894 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-08-17T18:26:05.758Z[ recovery-image] Aug 17 18:26:04.910 INFO O| Aug 17 18:26:04.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64292026-08-17T18:26:05.759Z[ recovery-image] Aug 17 18:26:04.910 INFO O| Aug 17 18:26:04.910 INFO STEP 399 (remove_files) COMPLETE
64302026-08-17T18:26:05.759Z[ recovery-image] Aug 17 18:26:04.910 INFO O| Aug 17 18:26:04.910 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-08-17T18:26:05.768Z[ recovery-image] Aug 17 18:26:04.920 INFO O| Aug 17 18:26:04.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64322026-08-17T18:26:05.768Z[ recovery-image] Aug 17 18:26:04.920 INFO O| Aug 17 18:26:04.920 INFO STEP 400 (remove_files) COMPLETE
64332026-08-17T18:26:05.768Z[ recovery-image] Aug 17 18:26:04.920 INFO O| Aug 17 18:26:04.920 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-08-17T18:26:05.779Z[ recovery-image] Aug 17 18:26:04.931 INFO O| Aug 17 18:26:04.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64352026-08-17T18:26:05.779Z[ recovery-image] Aug 17 18:26:04.931 INFO O| Aug 17 18:26:04.931 INFO STEP 401 (remove_files) COMPLETE
64362026-08-17T18:26:05.779Z[ recovery-image] Aug 17 18:26:04.931 INFO O| Aug 17 18:26:04.931 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-08-17T18:26:05.789Z[ recovery-image] Aug 17 18:26:04.941 INFO O| Aug 17 18:26:04.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64382026-08-17T18:26:05.789Z[ recovery-image] Aug 17 18:26:04.941 INFO O| Aug 17 18:26:04.941 INFO STEP 402 (remove_files) COMPLETE
64392026-08-17T18:26:05.792Z[ recovery-image] Aug 17 18:26:04.941 INFO O| Aug 17 18:26:04.941 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-08-17T18:26:05.798Z[ recovery-image] Aug 17 18:26:04.950 INFO O| Aug 17 18:26:04.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64412026-08-17T18:26:05.798Z[ recovery-image] Aug 17 18:26:04.950 INFO O| Aug 17 18:26:04.950 INFO STEP 403 (remove_files) COMPLETE
64422026-08-17T18:26:05.798Z[ recovery-image] Aug 17 18:26:04.950 INFO O| Aug 17 18:26:04.950 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-08-17T18:26:05.808Z[ recovery-image] Aug 17 18:26:04.960 INFO O| Aug 17 18:26:04.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64442026-08-17T18:26:05.808Z[ recovery-image] Aug 17 18:26:04.960 INFO O| Aug 17 18:26:04.960 INFO STEP 404 (remove_files) COMPLETE
64452026-08-17T18:26:05.808Z[ recovery-image] Aug 17 18:26:04.960 INFO O| Aug 17 18:26:04.960 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-08-17T18:26:05.823Z[ recovery-image] Aug 17 18:26:04.975 INFO O| Aug 17 18:26:04.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64472026-08-17T18:26:05.823Z[ recovery-image] Aug 17 18:26:04.975 INFO O| Aug 17 18:26:04.975 INFO STEP 405 (remove_files) COMPLETE
64482026-08-17T18:26:05.823Z[ recovery-image] Aug 17 18:26:04.975 INFO O| Aug 17 18:26:04.975 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-08-17T18:26:05.836Z[ recovery-image] Aug 17 18:26:04.988 INFO O| Aug 17 18:26:04.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64502026-08-17T18:26:05.836Z[ recovery-image] Aug 17 18:26:04.988 INFO O| Aug 17 18:26:04.988 INFO STEP 406 (remove_files) COMPLETE
64512026-08-17T18:26:05.839Z[ recovery-image] Aug 17 18:26:04.988 INFO O| Aug 17 18:26:04.988 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-17T18:26:05.850Z[ recovery-image] Aug 17 18:26:05.002 INFO O| Aug 17 18:26:05.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64532026-08-17T18:26:05.851Z[ recovery-image] Aug 17 18:26:05.002 INFO O| Aug 17 18:26:05.002 INFO STEP 407 (remove_files) COMPLETE
64542026-08-17T18:26:05.851Z[ recovery-image] Aug 17 18:26:05.002 INFO O| Aug 17 18:26:05.002 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-17T18:26:05.861Z[ recovery-image] Aug 17 18:26:05.013 INFO O| Aug 17 18:26:05.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64562026-08-17T18:26:05.861Z[ recovery-image] Aug 17 18:26:05.013 INFO O| Aug 17 18:26:05.013 INFO STEP 408 (remove_files) COMPLETE
64572026-08-17T18:26:05.861Z[ recovery-image] Aug 17 18:26:05.013 INFO O| Aug 17 18:26:05.013 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-17T18:26:05.871Z[ recovery-image] Aug 17 18:26:05.022 INFO O| Aug 17 18:26:05.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64592026-08-17T18:26:05.871Z[ recovery-image] Aug 17 18:26:05.023 INFO O| Aug 17 18:26:05.023 INFO STEP 409 (remove_files) COMPLETE
64602026-08-17T18:26:05.871Z[ recovery-image] Aug 17 18:26:05.023 INFO O| Aug 17 18:26:05.023 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-17T18:26:05.880Z[ recovery-image] Aug 17 18:26:05.032 INFO O| Aug 17 18:26:05.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
64622026-08-17T18:26:05.880Z[ recovery-image] Aug 17 18:26:05.032 INFO O| Aug 17 18:26:05.032 INFO STEP 410 (remove_files) COMPLETE
64632026-08-17T18:26:05.880Z[ recovery-image] Aug 17 18:26:05.032 INFO O| Aug 17 18:26:05.032 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-17T18:26:05.890Z[ recovery-image] Aug 17 18:26:05.040 INFO O| Aug 17 18:26:05.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
64652026-08-17T18:26:05.890Z[ recovery-image] Aug 17 18:26:05.040 INFO O| Aug 17 18:26:05.040 INFO STEP 411 (remove_files) COMPLETE
64662026-08-17T18:26:05.890Z[ recovery-image] Aug 17 18:26:05.040 INFO O| Aug 17 18:26:05.040 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-17T18:26:05.900Z[ recovery-image] Aug 17 18:26:05.052 INFO O| Aug 17 18:26:05.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
64682026-08-17T18:26:05.900Z[ recovery-image] Aug 17 18:26:05.052 INFO O| Aug 17 18:26:05.052 INFO STEP 412 (remove_files) COMPLETE
64692026-08-17T18:26:05.900Z[ recovery-image] Aug 17 18:26:05.052 INFO O| Aug 17 18:26:05.052 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-17T18:26:05.911Z[ recovery-image] Aug 17 18:26:05.063 INFO O| Aug 17 18:26:05.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
64712026-08-17T18:26:05.911Z[ recovery-image] Aug 17 18:26:05.063 INFO O| Aug 17 18:26:05.063 INFO STEP 413 (remove_files) COMPLETE
64722026-08-17T18:26:05.911Z[ recovery-image] Aug 17 18:26:05.063 INFO O| Aug 17 18:26:05.063 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-17T18:26:05.923Z[ recovery-image] Aug 17 18:26:05.074 INFO O| Aug 17 18:26:05.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
64742026-08-17T18:26:05.923Z[ recovery-image] Aug 17 18:26:05.074 INFO O| Aug 17 18:26:05.074 INFO STEP 414 (remove_files) COMPLETE
64752026-08-17T18:26:05.923Z[ recovery-image] Aug 17 18:26:05.074 INFO O| Aug 17 18:26:05.074 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-17T18:26:05.933Z[ recovery-image] Aug 17 18:26:05.085 INFO O| Aug 17 18:26:05.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
64772026-08-17T18:26:05.933Z[ recovery-image] Aug 17 18:26:05.085 INFO O| Aug 17 18:26:05.084 INFO STEP 415 (remove_files) COMPLETE
64782026-08-17T18:26:05.933Z[ recovery-image] Aug 17 18:26:05.085 INFO O| Aug 17 18:26:05.084 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-17T18:26:05.944Z[ recovery-image] Aug 17 18:26:05.096 INFO O| Aug 17 18:26:05.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
64802026-08-17T18:26:05.944Z[ recovery-image] Aug 17 18:26:05.096 INFO O| Aug 17 18:26:05.096 INFO STEP 416 (remove_files) COMPLETE
64812026-08-17T18:26:05.948Z[ recovery-image] Aug 17 18:26:05.096 INFO O| Aug 17 18:26:05.096 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-17T18:26:05.954Z[ recovery-image] Aug 17 18:26:05.106 INFO O| Aug 17 18:26:05.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
64832026-08-17T18:26:05.954Z[ recovery-image] Aug 17 18:26:05.107 INFO O| Aug 17 18:26:05.106 INFO STEP 417 (remove_files) COMPLETE
64842026-08-17T18:26:05.954Z[ recovery-image] Aug 17 18:26:05.107 INFO O| Aug 17 18:26:05.106 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-17T18:26:05.965Z[ recovery-image] Aug 17 18:26:05.116 INFO O| Aug 17 18:26:05.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
64862026-08-17T18:26:05.965Z[ recovery-image] Aug 17 18:26:05.116 INFO O| Aug 17 18:26:05.116 INFO STEP 418 (remove_files) COMPLETE
64872026-08-17T18:26:05.969Z[ recovery-image] Aug 17 18:26:05.116 INFO O| Aug 17 18:26:05.116 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-17T18:26:05.974Z[ recovery-image] Aug 17 18:26:05.126 INFO O| Aug 17 18:26:05.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
64892026-08-17T18:26:05.974Z[ recovery-image] Aug 17 18:26:05.126 INFO O| Aug 17 18:26:05.126 INFO STEP 419 (remove_files) COMPLETE
64902026-08-17T18:26:05.974Z[ recovery-image] Aug 17 18:26:05.126 INFO O| Aug 17 18:26:05.126 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-17T18:26:05.984Z[ recovery-image] Aug 17 18:26:05.136 INFO O| Aug 17 18:26:05.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
64922026-08-17T18:26:05.984Z[ recovery-image] Aug 17 18:26:05.136 INFO O| Aug 17 18:26:05.136 INFO STEP 420 (remove_files) COMPLETE
64932026-08-17T18:26:05.984Z[ recovery-image] Aug 17 18:26:05.136 INFO O| Aug 17 18:26:05.136 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-08-17T18:26:05.994Z[ recovery-image] Aug 17 18:26:05.146 INFO O| Aug 17 18:26:05.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
64952026-08-17T18:26:05.994Z[ recovery-image] Aug 17 18:26:05.146 INFO O| Aug 17 18:26:05.146 INFO STEP 421 (remove_files) COMPLETE
64962026-08-17T18:26:05.997Z[ recovery-image] Aug 17 18:26:05.146 INFO O| Aug 17 18:26:05.146 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-08-17T18:26:06.004Z[ recovery-image] Aug 17 18:26:05.156 INFO O| Aug 17 18:26:05.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
64982026-08-17T18:26:06.004Z[ recovery-image] Aug 17 18:26:05.156 INFO O| Aug 17 18:26:05.156 INFO STEP 422 (remove_files) COMPLETE
64992026-08-17T18:26:06.004Z[ recovery-image] Aug 17 18:26:05.156 INFO O| Aug 17 18:26:05.156 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-08-17T18:26:06.017Z[ recovery-image] Aug 17 18:26:05.167 INFO O| Aug 17 18:26:05.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65012026-08-17T18:26:06.017Z[ recovery-image] Aug 17 18:26:05.167 INFO O| Aug 17 18:26:05.166 INFO STEP 423 (remove_files) COMPLETE
65022026-08-17T18:26:06.017Z[ recovery-image] Aug 17 18:26:05.167 INFO O| Aug 17 18:26:05.166 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-08-17T18:26:06.023Z[ recovery-image] Aug 17 18:26:05.175 INFO O| Aug 17 18:26:05.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65042026-08-17T18:26:06.023Z[ recovery-image] Aug 17 18:26:05.175 INFO O| Aug 17 18:26:05.175 INFO STEP 424 (remove_files) COMPLETE
65052026-08-17T18:26:06.026Z[ recovery-image] Aug 17 18:26:05.175 INFO O| Aug 17 18:26:05.175 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-17T18:26:06.033Z[ recovery-image] Aug 17 18:26:05.185 INFO O| Aug 17 18:26:05.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65072026-08-17T18:26:06.033Z[ recovery-image] Aug 17 18:26:05.185 INFO O| Aug 17 18:26:05.185 INFO STEP 425 (remove_files) COMPLETE
65082026-08-17T18:26:06.036Z[ recovery-image] Aug 17 18:26:05.185 INFO O| Aug 17 18:26:05.185 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-17T18:26:06.043Z[ recovery-image] Aug 17 18:26:05.195 INFO O| Aug 17 18:26:05.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65102026-08-17T18:26:06.043Z[ recovery-image] Aug 17 18:26:05.195 INFO O| Aug 17 18:26:05.195 INFO STEP 426 (remove_files) COMPLETE
65112026-08-17T18:26:06.043Z[ recovery-image] Aug 17 18:26:05.195 INFO O| Aug 17 18:26:05.195 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-17T18:26:06.054Z[ recovery-image] Aug 17 18:26:05.205 INFO O| Aug 17 18:26:05.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65132026-08-17T18:26:06.054Z[ recovery-image] Aug 17 18:26:05.205 INFO O| Aug 17 18:26:05.205 INFO STEP 427 (remove_files) COMPLETE
65142026-08-17T18:26:06.054Z[ recovery-image] Aug 17 18:26:05.205 INFO O| Aug 17 18:26:05.205 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-17T18:26:06.063Z[ recovery-image] Aug 17 18:26:05.215 INFO O| Aug 17 18:26:05.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65162026-08-17T18:26:06.063Z[ recovery-image] Aug 17 18:26:05.215 INFO O| Aug 17 18:26:05.215 INFO STEP 428 (remove_files) COMPLETE
65172026-08-17T18:26:06.066Z[ recovery-image] Aug 17 18:26:05.215 INFO O| Aug 17 18:26:05.215 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-17T18:26:06.076Z[ recovery-image] Aug 17 18:26:05.226 INFO O| Aug 17 18:26:05.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65192026-08-17T18:26:06.076Z[ recovery-image] Aug 17 18:26:05.226 INFO O| Aug 17 18:26:05.226 INFO STEP 429 (remove_files) COMPLETE
65202026-08-17T18:26:06.077Z[ recovery-image] Aug 17 18:26:05.226 INFO O| Aug 17 18:26:05.226 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-08-17T18:26:06.093Z[ recovery-image] Aug 17 18:26:05.245 INFO O| Aug 17 18:26:05.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65222026-08-17T18:26:06.094Z[ recovery-image] Aug 17 18:26:05.246 INFO O| Aug 17 18:26:05.246 INFO STEP 430 (remove_files) COMPLETE
65232026-08-17T18:26:06.097Z[ recovery-image] Aug 17 18:26:05.246 INFO O| Aug 17 18:26:05.246 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-17T18:26:06.104Z[ recovery-image] Aug 17 18:26:05.256 INFO O| Aug 17 18:26:05.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65252026-08-17T18:26:06.107Z[ recovery-image] Aug 17 18:26:05.256 INFO O| Aug 17 18:26:05.256 INFO STEP 431 (remove_files) COMPLETE
65262026-08-17T18:26:06.107Z[ recovery-image] Aug 17 18:26:05.256 INFO O| Aug 17 18:26:05.256 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-17T18:26:06.114Z[ recovery-image] Aug 17 18:26:05.266 INFO O| Aug 17 18:26:05.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65282026-08-17T18:26:06.114Z[ recovery-image] Aug 17 18:26:05.266 INFO O| Aug 17 18:26:05.266 INFO STEP 432 (remove_files) COMPLETE
65292026-08-17T18:26:06.117Z[ recovery-image] Aug 17 18:26:05.266 INFO O| Aug 17 18:26:05.266 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-17T18:26:06.123Z[ recovery-image] Aug 17 18:26:05.275 INFO O| Aug 17 18:26:05.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65312026-08-17T18:26:06.123Z[ recovery-image] Aug 17 18:26:05.275 INFO O| Aug 17 18:26:05.275 INFO STEP 433 (remove_files) COMPLETE
65322026-08-17T18:26:06.123Z[ recovery-image] Aug 17 18:26:05.275 INFO O| Aug 17 18:26:05.275 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-17T18:26:06.133Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
65342026-08-17T18:26:06.136Z[ recovery-image] Aug 17 18:26:05.286 INFO O| Aug 17 18:26:05.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65352026-08-17T18:26:06.136Z[ recovery-image] Aug 17 18:26:05.286 INFO O| Aug 17 18:26:05.286 INFO STEP 434 (remove_files) COMPLETE
65362026-08-17T18:26:06.136Z[ recovery-image] Aug 17 18:26:05.286 INFO O| Aug 17 18:26:05.286 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-08-17T18:26:06.145Z[ recovery-image] Aug 17 18:26:05.297 INFO O| Aug 17 18:26:05.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65382026-08-17T18:26:06.145Z[ recovery-image] Aug 17 18:26:05.297 INFO O| Aug 17 18:26:05.297 INFO STEP 435 (remove_files) COMPLETE
65392026-08-17T18:26:06.145Z[ recovery-image] Aug 17 18:26:05.297 INFO O| Aug 17 18:26:05.297 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-08-17T18:26:06.158Z[ recovery-image] Aug 17 18:26:05.308 INFO O| Aug 17 18:26:05.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65412026-08-17T18:26:06.158Z[ recovery-image] Aug 17 18:26:05.308 INFO O| Aug 17 18:26:05.308 INFO STEP 436 (remove_files) COMPLETE
65422026-08-17T18:26:06.158Z[ recovery-image] Aug 17 18:26:05.308 INFO O| Aug 17 18:26:05.308 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-08-17T18:26:06.166Z[ recovery-image] Aug 17 18:26:05.318 INFO O| Aug 17 18:26:05.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65442026-08-17T18:26:06.166Z[ recovery-image] Aug 17 18:26:05.318 INFO O| Aug 17 18:26:05.318 INFO STEP 437 (remove_files) COMPLETE
65452026-08-17T18:26:06.169Z[ recovery-image] Aug 17 18:26:05.318 INFO O| Aug 17 18:26:05.318 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-08-17T18:26:06.174Z[ recovery-image] Aug 17 18:26:05.327 INFO O| Aug 17 18:26:05.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65472026-08-17T18:26:06.174Z[ recovery-image] Aug 17 18:26:05.327 INFO O| Aug 17 18:26:05.327 INFO STEP 438 (remove_files) COMPLETE
65482026-08-17T18:26:06.179Z[ recovery-image] Aug 17 18:26:05.327 INFO O| Aug 17 18:26:05.327 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-08-17T18:26:06.182Z[ recovery-image] Aug 17 18:26:05.335 INFO O| Aug 17 18:26:05.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65502026-08-17T18:26:06.183Z[ recovery-image] Aug 17 18:26:05.335 INFO O| Aug 17 18:26:05.335 INFO STEP 439 (remove_files) COMPLETE
65512026-08-17T18:26:06.186Z[ recovery-image] Aug 17 18:26:05.335 INFO O| Aug 17 18:26:05.335 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-08-17T18:26:06.191Z[ recovery-image] Aug 17 18:26:05.343 INFO O| Aug 17 18:26:05.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65532026-08-17T18:26:06.191Z[ recovery-image] Aug 17 18:26:05.343 INFO O| Aug 17 18:26:05.343 INFO STEP 440 (remove_files) COMPLETE
65542026-08-17T18:26:06.191Z[ recovery-image] Aug 17 18:26:05.343 INFO O| Aug 17 18:26:05.343 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-08-17T18:26:06.200Z[ recovery-image] Aug 17 18:26:05.352 INFO O| Aug 17 18:26:05.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65562026-08-17T18:26:06.200Z[ recovery-image] Aug 17 18:26:05.352 INFO O| Aug 17 18:26:05.352 INFO STEP 441 (remove_files) COMPLETE
65572026-08-17T18:26:06.201Z[ recovery-image] Aug 17 18:26:05.352 INFO O| Aug 17 18:26:05.352 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-08-17T18:26:06.209Z[ recovery-image] Aug 17 18:26:05.361 INFO O| Aug 17 18:26:05.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65592026-08-17T18:26:06.209Z[ recovery-image] Aug 17 18:26:05.361 INFO O| Aug 17 18:26:05.361 INFO STEP 442 (remove_files) COMPLETE
65602026-08-17T18:26:06.212Z[ recovery-image] Aug 17 18:26:05.361 INFO O| Aug 17 18:26:05.361 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-08-17T18:26:06.218Z[ recovery-image] Aug 17 18:26:05.370 INFO O| Aug 17 18:26:05.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
65622026-08-17T18:26:06.218Z[ recovery-image] Aug 17 18:26:05.370 INFO O| Aug 17 18:26:05.370 INFO STEP 443 (remove_files) COMPLETE
65632026-08-17T18:26:06.218Z[ recovery-image] Aug 17 18:26:05.370 INFO O| Aug 17 18:26:05.370 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-08-17T18:26:06.222Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
65652026-08-17T18:26:06.227Z[ recovery-image] Aug 17 18:26:05.379 INFO O| Aug 17 18:26:05.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
65662026-08-17T18:26:06.227Z[ recovery-image] Aug 17 18:26:05.379 INFO O| Aug 17 18:26:05.379 INFO STEP 444 (remove_files) COMPLETE
65672026-08-17T18:26:06.227Z[ recovery-image] Aug 17 18:26:05.379 INFO O| Aug 17 18:26:05.379 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-08-17T18:26:06.237Z[ recovery-image] Aug 17 18:26:05.388 INFO O| Aug 17 18:26:05.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
65692026-08-17T18:26:06.237Z[ recovery-image] Aug 17 18:26:05.388 INFO O| Aug 17 18:26:05.388 INFO STEP 445 (remove_files) COMPLETE
65702026-08-17T18:26:06.237Z[ recovery-image] Aug 17 18:26:05.388 INFO O| Aug 17 18:26:05.388 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-08-17T18:26:06.247Z[ recovery-image] Aug 17 18:26:05.399 INFO O| Aug 17 18:26:05.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
65722026-08-17T18:26:06.248Z[ recovery-image] Aug 17 18:26:05.399 INFO O| Aug 17 18:26:05.399 INFO STEP 446 (remove_files) COMPLETE
65732026-08-17T18:26:06.248Z[ recovery-image] Aug 17 18:26:05.399 INFO O| Aug 17 18:26:05.399 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-08-17T18:26:06.253Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
65752026-08-17T18:26:06.257Z[ recovery-image] Aug 17 18:26:05.408 INFO O| Aug 17 18:26:05.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
65762026-08-17T18:26:06.257Z[ recovery-image] Aug 17 18:26:05.409 INFO O| Aug 17 18:26:05.409 INFO STEP 447 (remove_files) COMPLETE
65772026-08-17T18:26:06.257Z[ recovery-image] Aug 17 18:26:05.409 INFO O| Aug 17 18:26:05.409 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-08-17T18:26:06.268Z[ recovery-image] Aug 17 18:26:05.420 INFO O| Aug 17 18:26:05.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
65792026-08-17T18:26:06.268Z[ recovery-image] Aug 17 18:26:05.420 INFO O| Aug 17 18:26:05.420 INFO STEP 448 (remove_files) COMPLETE
65802026-08-17T18:26:06.268Z[ recovery-image] Aug 17 18:26:05.420 INFO O| Aug 17 18:26:05.420 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-08-17T18:26:06.278Z[ recovery-image] Aug 17 18:26:05.430 INFO O| Aug 17 18:26:05.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
65822026-08-17T18:26:06.278Z[ recovery-image] Aug 17 18:26:05.430 INFO O| Aug 17 18:26:05.430 INFO STEP 449 (remove_files) COMPLETE
65832026-08-17T18:26:06.278Z[ recovery-image] Aug 17 18:26:05.430 INFO O| Aug 17 18:26:05.430 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-08-17T18:26:06.295Z[ recovery-image] Aug 17 18:26:05.446 INFO O| Aug 17 18:26:05.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
65852026-08-17T18:26:06.295Z[ recovery-image] Aug 17 18:26:05.447 INFO O| Aug 17 18:26:05.447 INFO STEP 450 (remove_files) COMPLETE
65862026-08-17T18:26:06.295Z[ recovery-image] Aug 17 18:26:05.447 INFO O| Aug 17 18:26:05.447 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-08-17T18:26:06.305Z[ recovery-image] Aug 17 18:26:05.457 INFO O| Aug 17 18:26:05.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
65882026-08-17T18:26:06.305Z[ recovery-image] Aug 17 18:26:05.457 INFO O| Aug 17 18:26:05.457 INFO STEP 451 (remove_files) COMPLETE
65892026-08-17T18:26:06.305Z[ recovery-image] Aug 17 18:26:05.457 INFO O| Aug 17 18:26:05.457 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-08-17T18:26:06.314Z[ recovery-image] Aug 17 18:26:05.465 INFO O| Aug 17 18:26:05.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
65912026-08-17T18:26:06.314Z[ recovery-image] Aug 17 18:26:05.466 INFO O| Aug 17 18:26:05.466 INFO STEP 452 (remove_files) COMPLETE
65922026-08-17T18:26:06.314Z[ recovery-image] Aug 17 18:26:05.466 INFO O| Aug 17 18:26:05.466 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-08-17T18:26:06.322Z[ recovery-image] Aug 17 18:26:05.474 INFO O| Aug 17 18:26:05.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
65942026-08-17T18:26:06.322Z[ recovery-image] Aug 17 18:26:05.474 INFO O| Aug 17 18:26:05.474 INFO STEP 453 (remove_files) COMPLETE
65952026-08-17T18:26:06.322Z[ recovery-image] Aug 17 18:26:05.474 INFO O| Aug 17 18:26:05.474 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-08-17T18:26:06.330Z[ recovery-image] Aug 17 18:26:05.482 INFO O| Aug 17 18:26:05.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
65972026-08-17T18:26:06.330Z[ recovery-image] Aug 17 18:26:05.482 INFO O| Aug 17 18:26:05.482 INFO STEP 454 (remove_files) COMPLETE
65982026-08-17T18:26:06.330Z[ recovery-image] Aug 17 18:26:05.482 INFO O| Aug 17 18:26:05.482 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-08-17T18:26:06.338Z[ recovery-image] Aug 17 18:26:05.490 INFO O| Aug 17 18:26:05.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66002026-08-17T18:26:06.341Z[ recovery-image] Aug 17 18:26:05.490 INFO O| Aug 17 18:26:05.490 INFO STEP 455 (remove_files) COMPLETE
66012026-08-17T18:26:06.341Z[ recovery-image] Aug 17 18:26:05.490 INFO O| Aug 17 18:26:05.490 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-08-17T18:26:06.347Z[ recovery-image] Aug 17 18:26:05.499 INFO O| Aug 17 18:26:05.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66032026-08-17T18:26:06.347Z[ recovery-image] Aug 17 18:26:05.499 INFO O| Aug 17 18:26:05.499 INFO STEP 456 (remove_files) COMPLETE
66042026-08-17T18:26:06.347Z[ recovery-image] Aug 17 18:26:05.499 INFO O| Aug 17 18:26:05.499 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-08-17T18:26:06.356Z[ recovery-image] Aug 17 18:26:05.508 INFO O| Aug 17 18:26:05.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66062026-08-17T18:26:06.356Z[ recovery-image] Aug 17 18:26:05.508 INFO O| Aug 17 18:26:05.508 INFO STEP 457 (remove_files) COMPLETE
66072026-08-17T18:26:06.356Z[ recovery-image] Aug 17 18:26:05.508 INFO O| Aug 17 18:26:05.508 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-08-17T18:26:06.365Z[ recovery-image] Aug 17 18:26:05.517 INFO O| Aug 17 18:26:05.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66092026-08-17T18:26:06.365Z[ recovery-image] Aug 17 18:26:05.517 INFO O| Aug 17 18:26:05.517 INFO STEP 458 (remove_files) COMPLETE
66102026-08-17T18:26:06.365Z[ recovery-image] Aug 17 18:26:05.517 INFO O| Aug 17 18:26:05.517 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-08-17T18:26:06.374Z[ recovery-image] Aug 17 18:26:05.526 INFO O| Aug 17 18:26:05.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66122026-08-17T18:26:06.374Z[ recovery-image] Aug 17 18:26:05.526 INFO O| Aug 17 18:26:05.526 INFO STEP 459 (remove_files) COMPLETE
66132026-08-17T18:26:06.374Z[ recovery-image] Aug 17 18:26:05.526 INFO O| Aug 17 18:26:05.526 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-08-17T18:26:06.383Z[ recovery-image] Aug 17 18:26:05.535 INFO O| Aug 17 18:26:05.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66152026-08-17T18:26:06.383Z[ recovery-image] Aug 17 18:26:05.535 INFO O| Aug 17 18:26:05.535 INFO STEP 460 (remove_files) COMPLETE
66162026-08-17T18:26:06.383Z[ recovery-image] Aug 17 18:26:05.535 INFO O| Aug 17 18:26:05.535 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-08-17T18:26:06.393Z[ recovery-image] Aug 17 18:26:05.545 INFO O| Aug 17 18:26:05.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66182026-08-17T18:26:06.393Z[ recovery-image] Aug 17 18:26:05.545 INFO O| Aug 17 18:26:05.545 INFO STEP 461 (remove_files) COMPLETE
66192026-08-17T18:26:06.393Z[ recovery-image] Aug 17 18:26:05.545 INFO O| Aug 17 18:26:05.545 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-08-17T18:26:06.403Z[ recovery-image] Aug 17 18:26:05.555 INFO O| Aug 17 18:26:05.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66212026-08-17T18:26:06.403Z[ recovery-image] Aug 17 18:26:05.556 INFO O| Aug 17 18:26:05.556 INFO STEP 462 (remove_files) COMPLETE
66222026-08-17T18:26:06.403Z[ recovery-image] Aug 17 18:26:05.556 INFO O| Aug 17 18:26:05.556 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-08-17T18:26:06.414Z[ recovery-image] Aug 17 18:26:05.566 INFO O| Aug 17 18:26:05.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66242026-08-17T18:26:06.414Z[ recovery-image] Aug 17 18:26:05.566 INFO O| Aug 17 18:26:05.566 INFO STEP 463 (remove_files) COMPLETE
66252026-08-17T18:26:06.417Z[ recovery-image] Aug 17 18:26:05.566 INFO O| Aug 17 18:26:05.566 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-08-17T18:26:06.425Z[ recovery-image] Aug 17 18:26:05.577 INFO O| Aug 17 18:26:05.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66272026-08-17T18:26:06.425Z[ recovery-image] Aug 17 18:26:05.577 INFO O| Aug 17 18:26:05.577 INFO STEP 464 (remove_files) COMPLETE
66282026-08-17T18:26:06.425Z[ recovery-image] Aug 17 18:26:05.577 INFO O| Aug 17 18:26:05.577 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-08-17T18:26:06.443Z[ recovery-image] Aug 17 18:26:05.587 INFO O| Aug 17 18:26:05.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66302026-08-17T18:26:06.446Z[ recovery-image] Aug 17 18:26:05.587 INFO O| Aug 17 18:26:05.587 INFO STEP 465 (remove_files) COMPLETE
66312026-08-17T18:26:06.446Z[ recovery-image] Aug 17 18:26:05.587 INFO O| Aug 17 18:26:05.587 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-08-17T18:26:06.446Z[ recovery-image] Aug 17 18:26:05.596 INFO O| Aug 17 18:26:05.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66332026-08-17T18:26:06.446Z[ recovery-image] Aug 17 18:26:05.596 INFO O| Aug 17 18:26:05.596 INFO STEP 466 (remove_files) COMPLETE
66342026-08-17T18:26:06.449Z[ recovery-image] Aug 17 18:26:05.596 INFO O| Aug 17 18:26:05.596 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-08-17T18:26:06.454Z[ recovery-image] Aug 17 18:26:05.606 INFO O| Aug 17 18:26:05.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66362026-08-17T18:26:06.454Z[ recovery-image] Aug 17 18:26:05.606 INFO O| Aug 17 18:26:05.606 INFO STEP 467 (remove_files) COMPLETE
66372026-08-17T18:26:06.457Z[ recovery-image] Aug 17 18:26:05.606 INFO O| Aug 17 18:26:05.606 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-08-17T18:26:06.463Z[ recovery-image] Aug 17 18:26:05.615 INFO O| Aug 17 18:26:05.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66392026-08-17T18:26:06.463Z[ recovery-image] Aug 17 18:26:05.615 INFO O| Aug 17 18:26:05.615 INFO STEP 468 (remove_files) COMPLETE
66402026-08-17T18:26:06.463Z[ recovery-image] Aug 17 18:26:05.615 INFO O| Aug 17 18:26:05.615 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-08-17T18:26:06.472Z[ recovery-image] Aug 17 18:26:05.624 INFO O| Aug 17 18:26:05.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66422026-08-17T18:26:06.472Z[ recovery-image] Aug 17 18:26:05.624 INFO O| Aug 17 18:26:05.624 INFO STEP 469 (remove_files) COMPLETE
66432026-08-17T18:26:06.472Z[ recovery-image] Aug 17 18:26:05.624 INFO O| Aug 17 18:26:05.624 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-08-17T18:26:06.482Z[ recovery-image] Aug 17 18:26:05.634 INFO O| Aug 17 18:26:05.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66452026-08-17T18:26:06.482Z[ recovery-image] Aug 17 18:26:05.634 INFO O| Aug 17 18:26:05.634 INFO STEP 470 (remove_files) COMPLETE
66462026-08-17T18:26:06.486Z[ recovery-image] Aug 17 18:26:05.634 INFO O| Aug 17 18:26:05.634 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-08-17T18:26:06.490Z[ recovery-image] Aug 17 18:26:05.642 INFO O| Aug 17 18:26:05.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66482026-08-17T18:26:06.490Z[ recovery-image] Aug 17 18:26:05.642 INFO O| Aug 17 18:26:05.642 INFO STEP 471 (remove_files) COMPLETE
66492026-08-17T18:26:06.494Z[ recovery-image] Aug 17 18:26:05.642 INFO O| Aug 17 18:26:05.642 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-08-17T18:26:06.499Z[ recovery-image] Aug 17 18:26:05.651 INFO O| Aug 17 18:26:05.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66512026-08-17T18:26:06.499Z[ recovery-image] Aug 17 18:26:05.652 INFO O| Aug 17 18:26:05.651 INFO STEP 472 (remove_files) COMPLETE
66522026-08-17T18:26:06.502Z[ recovery-image] Aug 17 18:26:05.652 INFO O| Aug 17 18:26:05.652 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-08-17T18:26:06.510Z[ recovery-image] Aug 17 18:26:05.662 INFO O| Aug 17 18:26:05.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66542026-08-17T18:26:06.510Z[ recovery-image] Aug 17 18:26:05.662 INFO O| Aug 17 18:26:05.662 INFO STEP 473 (remove_files) COMPLETE
66552026-08-17T18:26:06.510Z[ recovery-image] Aug 17 18:26:05.662 INFO O| Aug 17 18:26:05.662 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-08-17T18:26:06.519Z[ recovery-image] Aug 17 18:26:05.671 INFO O| Aug 17 18:26:05.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66572026-08-17T18:26:06.519Z[ recovery-image] Aug 17 18:26:05.671 INFO O| Aug 17 18:26:05.671 INFO STEP 474 (remove_files) COMPLETE
66582026-08-17T18:26:06.522Z[ recovery-image] Aug 17 18:26:05.671 INFO O| Aug 17 18:26:05.671 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-08-17T18:26:06.532Z[ recovery-image] Aug 17 18:26:05.681 INFO O| Aug 17 18:26:05.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66602026-08-17T18:26:06.532Z[ recovery-image] Aug 17 18:26:05.681 INFO O| Aug 17 18:26:05.681 INFO STEP 475 (remove_files) COMPLETE
66612026-08-17T18:26:06.535Z[ recovery-image] Aug 17 18:26:05.681 INFO O| Aug 17 18:26:05.681 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-08-17T18:26:06.538Z[ recovery-image] Aug 17 18:26:05.690 INFO O| Aug 17 18:26:05.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
66632026-08-17T18:26:06.538Z[ recovery-image] Aug 17 18:26:05.690 INFO O| Aug 17 18:26:05.690 INFO STEP 476 (remove_files) COMPLETE
66642026-08-17T18:26:06.538Z[ recovery-image] Aug 17 18:26:05.690 INFO O| Aug 17 18:26:05.690 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-17T18:26:06.559Z[ recovery-image] Aug 17 18:26:05.710 INFO O| Aug 17 18:26:05.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
66662026-08-17T18:26:06.559Z[ recovery-image] Aug 17 18:26:05.710 INFO O| Aug 17 18:26:05.710 INFO STEP 477 (remove_files) COMPLETE
66672026-08-17T18:26:06.559Z[ recovery-image] Aug 17 18:26:05.710 INFO O| Aug 17 18:26:05.710 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-17T18:26:06.563Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
66692026-08-17T18:26:06.572Z[ recovery-image] Aug 17 18:26:05.723 INFO O| Aug 17 18:26:05.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
66702026-08-17T18:26:06.572Z[ recovery-image] Aug 17 18:26:05.723 INFO O| Aug 17 18:26:05.723 INFO STEP 478 (remove_files) COMPLETE
66712026-08-17T18:26:06.572Z[ recovery-image] Aug 17 18:26:05.723 INFO O| Aug 17 18:26:05.723 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-17T18:26:06.581Z[ recovery-image] Aug 17 18:26:05.733 INFO O| Aug 17 18:26:05.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
66732026-08-17T18:26:06.581Z[ recovery-image] Aug 17 18:26:05.733 INFO O| Aug 17 18:26:05.733 INFO STEP 479 (remove_files) COMPLETE
66742026-08-17T18:26:06.581Z[ recovery-image] Aug 17 18:26:05.733 INFO O| Aug 17 18:26:05.733 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-17T18:26:06.591Z[ recovery-image] Aug 17 18:26:05.743 INFO O| Aug 17 18:26:05.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
66762026-08-17T18:26:06.591Z[ recovery-image] Aug 17 18:26:05.743 INFO O| Aug 17 18:26:05.743 INFO STEP 480 (remove_files) COMPLETE
66772026-08-17T18:26:06.591Z[ recovery-image] Aug 17 18:26:05.743 INFO O| Aug 17 18:26:05.743 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-17T18:26:06.602Z[ recovery-image] Aug 17 18:26:05.754 INFO O| Aug 17 18:26:05.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
66792026-08-17T18:26:06.602Z[ recovery-image] Aug 17 18:26:05.754 INFO O| Aug 17 18:26:05.754 INFO STEP 481 (remove_files) COMPLETE
66802026-08-17T18:26:06.605Z[ recovery-image] Aug 17 18:26:05.754 INFO O| Aug 17 18:26:05.754 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-17T18:26:06.620Z[ recovery-image] Aug 17 18:26:05.772 INFO O| Aug 17 18:26:05.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
66822026-08-17T18:26:06.620Z[ recovery-image] Aug 17 18:26:05.772 INFO O| Aug 17 18:26:05.772 INFO STEP 482 (remove_files) COMPLETE
66832026-08-17T18:26:06.620Z[ recovery-image] Aug 17 18:26:05.772 INFO O| Aug 17 18:26:05.772 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-17T18:26:06.639Z[ recovery-image] Aug 17 18:26:05.791 INFO O| Aug 17 18:26:05.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
66852026-08-17T18:26:06.639Z[ recovery-image] Aug 17 18:26:05.791 INFO O| Aug 17 18:26:05.791 INFO STEP 483 (remove_files) COMPLETE
66862026-08-17T18:26:06.642Z[ recovery-image] Aug 17 18:26:05.791 INFO O| Aug 17 18:26:05.791 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-08-17T18:26:06.642Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
66882026-08-17T18:26:06.650Z[ recovery-image] Aug 17 18:26:05.802 INFO O| Aug 17 18:26:05.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
66892026-08-17T18:26:06.650Z[ recovery-image] Aug 17 18:26:05.802 INFO O| Aug 17 18:26:05.802 INFO STEP 484 (remove_files) COMPLETE
66902026-08-17T18:26:06.650Z[ recovery-image] Aug 17 18:26:05.802 INFO O| Aug 17 18:26:05.802 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-08-17T18:26:06.659Z[ recovery-image] Aug 17 18:26:05.811 INFO O| Aug 17 18:26:05.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
66922026-08-17T18:26:06.659Z[ recovery-image] Aug 17 18:26:05.811 INFO O| Aug 17 18:26:05.811 INFO STEP 485 (remove_files) COMPLETE
66932026-08-17T18:26:06.659Z[ recovery-image] Aug 17 18:26:05.811 INFO O| Aug 17 18:26:05.811 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-08-17T18:26:06.669Z[ recovery-image] Aug 17 18:26:05.820 INFO O| Aug 17 18:26:05.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
66952026-08-17T18:26:06.669Z[ recovery-image] Aug 17 18:26:05.820 INFO O| Aug 17 18:26:05.820 INFO STEP 486 (remove_files) COMPLETE
66962026-08-17T18:26:06.672Z[ recovery-image] Aug 17 18:26:05.820 INFO O| Aug 17 18:26:05.820 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-08-17T18:26:06.677Z[ recovery-image] Aug 17 18:26:05.829 INFO O| Aug 17 18:26:05.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
66982026-08-17T18:26:06.677Z[ recovery-image] Aug 17 18:26:05.829 INFO O| Aug 17 18:26:05.829 INFO STEP 487 (remove_files) COMPLETE
66992026-08-17T18:26:06.677Z[ recovery-image] Aug 17 18:26:05.829 INFO O| Aug 17 18:26:05.829 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-08-17T18:26:06.686Z[ recovery-image] Aug 17 18:26:05.838 INFO O| Aug 17 18:26:05.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67012026-08-17T18:26:06.686Z[ recovery-image] Aug 17 18:26:05.838 INFO O| Aug 17 18:26:05.838 INFO STEP 488 (remove_files) COMPLETE
67022026-08-17T18:26:06.686Z[ recovery-image] Aug 17 18:26:05.838 INFO O| Aug 17 18:26:05.838 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-08-17T18:26:06.694Z[ recovery-image] Aug 17 18:26:05.846 INFO O| Aug 17 18:26:05.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67042026-08-17T18:26:06.694Z[ recovery-image] Aug 17 18:26:05.846 INFO O| Aug 17 18:26:05.846 INFO STEP 489 (remove_files) COMPLETE
67052026-08-17T18:26:06.694Z[ recovery-image] Aug 17 18:26:05.846 INFO O| Aug 17 18:26:05.846 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-08-17T18:26:06.702Z[ recovery-image] Aug 17 18:26:05.854 INFO O| Aug 17 18:26:05.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67072026-08-17T18:26:06.702Z[ recovery-image] Aug 17 18:26:05.854 INFO O| Aug 17 18:26:05.854 INFO STEP 490 (remove_files) COMPLETE
67082026-08-17T18:26:06.703Z[ recovery-image] Aug 17 18:26:05.854 INFO O| Aug 17 18:26:05.854 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-17T18:26:06.712Z[ recovery-image] Aug 17 18:26:05.863 INFO O| Aug 17 18:26:05.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67102026-08-17T18:26:06.712Z[ recovery-image] Aug 17 18:26:05.863 INFO O| Aug 17 18:26:05.863 INFO STEP 491 (remove_files) COMPLETE
67112026-08-17T18:26:06.712Z[ recovery-image] Aug 17 18:26:05.863 INFO O| Aug 17 18:26:05.863 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-17T18:26:06.721Z[ recovery-image] Aug 17 18:26:05.873 INFO O| Aug 17 18:26:05.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67132026-08-17T18:26:06.721Z[ recovery-image] Aug 17 18:26:05.873 INFO O| Aug 17 18:26:05.873 INFO STEP 492 (remove_files) COMPLETE
67142026-08-17T18:26:06.725Z[ recovery-image] Aug 17 18:26:05.873 INFO O| Aug 17 18:26:05.873 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-17T18:26:06.731Z[ recovery-image] Aug 17 18:26:05.883 INFO O| Aug 17 18:26:05.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67162026-08-17T18:26:06.731Z[ recovery-image] Aug 17 18:26:05.883 INFO O| Aug 17 18:26:05.883 INFO STEP 493 (remove_files) COMPLETE
67172026-08-17T18:26:06.731Z[ recovery-image] Aug 17 18:26:05.883 INFO O| Aug 17 18:26:05.883 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-17T18:26:06.739Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
67192026-08-17T18:26:06.743Z[ recovery-image] Aug 17 18:26:05.892 INFO O| Aug 17 18:26:05.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67202026-08-17T18:26:06.743Z[ recovery-image] Aug 17 18:26:05.892 INFO O| Aug 17 18:26:05.892 INFO STEP 494 (remove_files) COMPLETE
67212026-08-17T18:26:06.743Z[ recovery-image] Aug 17 18:26:05.892 INFO O| Aug 17 18:26:05.892 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-08-17T18:26:06.750Z[ recovery-image] Aug 17 18:26:05.902 INFO O| Aug 17 18:26:05.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67232026-08-17T18:26:06.750Z[ recovery-image] Aug 17 18:26:05.902 INFO O| Aug 17 18:26:05.902 INFO STEP 495 (remove_files) COMPLETE
67242026-08-17T18:26:06.750Z[ recovery-image] Aug 17 18:26:05.902 INFO O| Aug 17 18:26:05.902 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-08-17T18:26:06.760Z[ recovery-image] Aug 17 18:26:05.912 INFO O| Aug 17 18:26:05.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67262026-08-17T18:26:06.760Z[ recovery-image] Aug 17 18:26:05.912 INFO O| Aug 17 18:26:05.912 INFO STEP 496 (remove_files) COMPLETE
67272026-08-17T18:26:06.764Z[ recovery-image] Aug 17 18:26:05.912 INFO O| Aug 17 18:26:05.912 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-08-17T18:26:06.771Z[ recovery-image] Aug 17 18:26:05.923 INFO O| Aug 17 18:26:05.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67292026-08-17T18:26:06.771Z[ recovery-image] Aug 17 18:26:05.923 INFO O| Aug 17 18:26:05.923 INFO STEP 497 (remove_files) COMPLETE
67302026-08-17T18:26:06.771Z[ recovery-image] Aug 17 18:26:05.923 INFO O| Aug 17 18:26:05.923 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-08-17T18:26:06.784Z[ recovery-image] Aug 17 18:26:05.935 INFO O| Aug 17 18:26:05.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67322026-08-17T18:26:06.784Z[ recovery-image] Aug 17 18:26:05.935 INFO O| Aug 17 18:26:05.935 INFO STEP 498 (remove_files) COMPLETE
67332026-08-17T18:26:06.784Z[ recovery-image] Aug 17 18:26:05.935 INFO O| Aug 17 18:26:05.935 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-08-17T18:26:06.796Z[ recovery-image] Aug 17 18:26:05.948 INFO O| Aug 17 18:26:05.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67352026-08-17T18:26:06.796Z[ recovery-image] Aug 17 18:26:05.948 INFO O| Aug 17 18:26:05.948 INFO STEP 499 (remove_files) COMPLETE
67362026-08-17T18:26:06.796Z[ recovery-image] Aug 17 18:26:05.948 INFO O| Aug 17 18:26:05.948 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-08-17T18:26:06.806Z[ recovery-image] Aug 17 18:26:05.958 INFO O| Aug 17 18:26:05.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67382026-08-17T18:26:06.806Z[ recovery-image] Aug 17 18:26:05.958 INFO O| Aug 17 18:26:05.958 INFO STEP 500 (remove_files) COMPLETE
67392026-08-17T18:26:06.807Z[ recovery-image] Aug 17 18:26:05.958 INFO O| Aug 17 18:26:05.958 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-08-17T18:26:06.817Z[ recovery-image] Aug 17 18:26:05.969 INFO O| Aug 17 18:26:05.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67412026-08-17T18:26:06.817Z[ recovery-image] Aug 17 18:26:05.969 INFO O| Aug 17 18:26:05.969 INFO STEP 501 (remove_files) COMPLETE
67422026-08-17T18:26:06.817Z[ recovery-image] Aug 17 18:26:05.969 INFO O| Aug 17 18:26:05.969 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-08-17T18:26:06.828Z[ recovery-image] Aug 17 18:26:05.980 INFO O| Aug 17 18:26:05.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67442026-08-17T18:26:06.828Z[ recovery-image] Aug 17 18:26:05.980 INFO O| Aug 17 18:26:05.980 INFO STEP 502 (remove_files) COMPLETE
67452026-08-17T18:26:06.828Z[ recovery-image] Aug 17 18:26:05.980 INFO O| Aug 17 18:26:05.980 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-08-17T18:26:06.837Z[ recovery-image] Aug 17 18:26:05.989 INFO O| Aug 17 18:26:05.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67472026-08-17T18:26:06.838Z[ recovery-image] Aug 17 18:26:05.989 INFO O| Aug 17 18:26:05.989 INFO STEP 503 (remove_files) COMPLETE
67482026-08-17T18:26:06.841Z[ recovery-image] Aug 17 18:26:05.989 INFO O| Aug 17 18:26:05.989 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-08-17T18:26:06.847Z[ recovery-image] Aug 17 18:26:05.999 INFO O| Aug 17 18:26:05.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67502026-08-17T18:26:06.847Z[ recovery-image] Aug 17 18:26:05.999 INFO O| Aug 17 18:26:05.999 INFO STEP 504 (remove_files) COMPLETE
67512026-08-17T18:26:06.847Z[ recovery-image] Aug 17 18:26:05.999 INFO O| Aug 17 18:26:05.999 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-08-17T18:26:06.853Z[verify-libraries] Compiling fatfs v0.3.6
67532026-08-17T18:26:06.856Z[ recovery-image] Aug 17 18:26:06.008 INFO O| Aug 17 18:26:06.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67542026-08-17T18:26:06.859Z[ recovery-image] Aug 17 18:26:06.009 INFO O| Aug 17 18:26:06.009 INFO STEP 505 (remove_files) COMPLETE
67552026-08-17T18:26:06.859Z[ recovery-image] Aug 17 18:26:06.009 INFO O| Aug 17 18:26:06.009 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-17T18:26:06.867Z[ recovery-image] Aug 17 18:26:06.019 INFO O| Aug 17 18:26:06.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67572026-08-17T18:26:06.867Z[ recovery-image] Aug 17 18:26:06.019 INFO O| Aug 17 18:26:06.019 INFO STEP 506 (remove_files) COMPLETE
67582026-08-17T18:26:06.870Z[ recovery-image] Aug 17 18:26:06.019 INFO O| Aug 17 18:26:06.019 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-17T18:26:06.895Z[ recovery-image] Aug 17 18:26:06.029 INFO O| Aug 17 18:26:06.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67602026-08-17T18:26:06.895Z[ recovery-image] Aug 17 18:26:06.030 INFO O| Aug 17 18:26:06.030 INFO STEP 507 (remove_files) COMPLETE
67612026-08-17T18:26:06.896Z[ recovery-image] Aug 17 18:26:06.030 INFO O| Aug 17 18:26:06.030 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-17T18:26:06.896Z[ recovery-image] Aug 17 18:26:06.039 INFO O| Aug 17 18:26:06.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
67632026-08-17T18:26:06.896Z[ recovery-image] Aug 17 18:26:06.040 INFO O| Aug 17 18:26:06.040 INFO STEP 508 (remove_files) COMPLETE
67642026-08-17T18:26:06.896Z[ recovery-image] Aug 17 18:26:06.040 INFO O| Aug 17 18:26:06.040 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-08-17T18:26:06.900Z[ recovery-image] Aug 17 18:26:06.052 INFO O| Aug 17 18:26:06.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
67662026-08-17T18:26:06.900Z[ recovery-image] Aug 17 18:26:06.052 INFO O| Aug 17 18:26:06.052 INFO STEP 509 (remove_files) COMPLETE
67672026-08-17T18:26:06.900Z[ recovery-image] Aug 17 18:26:06.052 INFO O| Aug 17 18:26:06.052 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-17T18:26:06.911Z[ recovery-image] Aug 17 18:26:06.063 INFO O| Aug 17 18:26:06.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
67692026-08-17T18:26:06.911Z[ recovery-image] Aug 17 18:26:06.063 INFO O| Aug 17 18:26:06.063 INFO STEP 510 (remove_files) COMPLETE
67702026-08-17T18:26:06.911Z[ recovery-image] Aug 17 18:26:06.063 INFO O| Aug 17 18:26:06.063 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-17T18:26:06.921Z[ recovery-image] Aug 17 18:26:06.073 INFO O| Aug 17 18:26:06.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
67722026-08-17T18:26:06.921Z[ recovery-image] Aug 17 18:26:06.073 INFO O| Aug 17 18:26:06.073 INFO STEP 511 (remove_files) COMPLETE
67732026-08-17T18:26:06.921Z[ recovery-image] Aug 17 18:26:06.073 INFO O| Aug 17 18:26:06.073 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-08-17T18:26:06.926Z[verify-libraries] Compiling num-bigint v0.4.6
67752026-08-17T18:26:06.930Z[ recovery-image] Aug 17 18:26:06.082 INFO O| Aug 17 18:26:06.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
67762026-08-17T18:26:06.930Z[ recovery-image] Aug 17 18:26:06.082 INFO O| Aug 17 18:26:06.082 INFO STEP 512 (remove_files) COMPLETE
67772026-08-17T18:26:06.930Z[ recovery-image] Aug 17 18:26:06.082 INFO O| Aug 17 18:26:06.082 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-08-17T18:26:06.939Z[ recovery-image] Aug 17 18:26:06.091 INFO O| Aug 17 18:26:06.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
67792026-08-17T18:26:06.943Z[ recovery-image] Aug 17 18:26:06.092 INFO O| Aug 17 18:26:06.092 INFO STEP 513 (remove_files) COMPLETE
67802026-08-17T18:26:06.943Z[ recovery-image] Aug 17 18:26:06.092 INFO O| Aug 17 18:26:06.092 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-08-17T18:26:06.951Z[ recovery-image] Aug 17 18:26:06.102 INFO O| Aug 17 18:26:06.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
67822026-08-17T18:26:06.951Z[ recovery-image] Aug 17 18:26:06.103 INFO O| Aug 17 18:26:06.102 INFO STEP 514 (remove_files) COMPLETE
67832026-08-17T18:26:06.952Z[ recovery-image] Aug 17 18:26:06.103 INFO O| Aug 17 18:26:06.103 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-17T18:26:06.962Z[ recovery-image] Aug 17 18:26:06.114 INFO O| Aug 17 18:26:06.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
67852026-08-17T18:26:06.962Z[ recovery-image] Aug 17 18:26:06.114 INFO O| Aug 17 18:26:06.114 INFO STEP 515 (remove_files) COMPLETE
67862026-08-17T18:26:06.962Z[ recovery-image] Aug 17 18:26:06.114 INFO O| Aug 17 18:26:06.114 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-08-17T18:26:06.972Z[ recovery-image] Aug 17 18:26:06.124 INFO O| Aug 17 18:26:06.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
67882026-08-17T18:26:06.972Z[ recovery-image] Aug 17 18:26:06.124 INFO O| Aug 17 18:26:06.124 INFO STEP 516 (remove_files) COMPLETE
67892026-08-17T18:26:06.972Z[ recovery-image] Aug 17 18:26:06.124 INFO O| Aug 17 18:26:06.124 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-08-17T18:26:06.981Z[ recovery-image] Aug 17 18:26:06.133 INFO O| Aug 17 18:26:06.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
67912026-08-17T18:26:06.982Z[ recovery-image] Aug 17 18:26:06.133 INFO O| Aug 17 18:26:06.133 INFO STEP 517 (remove_files) COMPLETE
67922026-08-17T18:26:06.985Z[ recovery-image] Aug 17 18:26:06.134 INFO O| Aug 17 18:26:06.133 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-08-17T18:26:06.991Z[ recovery-image] Aug 17 18:26:06.143 INFO O| Aug 17 18:26:06.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
67942026-08-17T18:26:06.991Z[ recovery-image] Aug 17 18:26:06.143 INFO O| Aug 17 18:26:06.143 INFO STEP 518 (remove_files) COMPLETE
67952026-08-17T18:26:06.994Z[ recovery-image] Aug 17 18:26:06.143 INFO O| Aug 17 18:26:06.143 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-08-17T18:26:07.004Z[ recovery-image] Aug 17 18:26:06.155 INFO O| Aug 17 18:26:06.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
67972026-08-17T18:26:07.004Z[ recovery-image] Aug 17 18:26:06.156 INFO O| Aug 17 18:26:06.156 INFO STEP 519 (remove_files) COMPLETE
67982026-08-17T18:26:07.004Z[ recovery-image] Aug 17 18:26:06.156 INFO O| Aug 17 18:26:06.156 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-08-17T18:26:07.014Z[ recovery-image] Aug 17 18:26:06.166 INFO O| Aug 17 18:26:06.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68002026-08-17T18:26:07.014Z[ recovery-image] Aug 17 18:26:06.166 INFO O| Aug 17 18:26:06.166 INFO STEP 520 (remove_files) COMPLETE
68012026-08-17T18:26:07.014Z[ recovery-image] Aug 17 18:26:06.166 INFO O| Aug 17 18:26:06.166 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-08-17T18:26:07.024Z[ recovery-image] Aug 17 18:26:06.176 INFO O| Aug 17 18:26:06.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68032026-08-17T18:26:07.024Z[ recovery-image] Aug 17 18:26:06.176 INFO O| Aug 17 18:26:06.176 INFO STEP 521 (remove_files) COMPLETE
68042026-08-17T18:26:07.027Z[ recovery-image] Aug 17 18:26:06.176 INFO O| Aug 17 18:26:06.176 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-08-17T18:26:07.033Z[ recovery-image] Aug 17 18:26:06.185 INFO O| Aug 17 18:26:06.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68062026-08-17T18:26:07.036Z[ recovery-image] Aug 17 18:26:06.186 INFO O| Aug 17 18:26:06.186 INFO STEP 522 (remove_files) COMPLETE
68072026-08-17T18:26:07.036Z[ recovery-image] Aug 17 18:26:06.186 INFO O| Aug 17 18:26:06.186 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-08-17T18:26:07.043Z[ recovery-image] Aug 17 18:26:06.196 INFO O| Aug 17 18:26:06.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68092026-08-17T18:26:07.044Z[ recovery-image] Aug 17 18:26:06.196 INFO O| Aug 17 18:26:06.196 INFO STEP 523 (remove_files) COMPLETE
68102026-08-17T18:26:07.047Z[ recovery-image] Aug 17 18:26:06.196 INFO O| Aug 17 18:26:06.196 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-08-17T18:26:07.052Z[ recovery-image] Aug 17 18:26:06.204 INFO O| Aug 17 18:26:06.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68122026-08-17T18:26:07.052Z[ recovery-image] Aug 17 18:26:06.204 INFO O| Aug 17 18:26:06.204 INFO STEP 524 (remove_files) COMPLETE
68132026-08-17T18:26:07.055Z[ recovery-image] Aug 17 18:26:06.204 INFO O| Aug 17 18:26:06.204 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-08-17T18:26:07.062Z[ recovery-image] Aug 17 18:26:06.214 INFO O| Aug 17 18:26:06.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68152026-08-17T18:26:07.062Z[ recovery-image] Aug 17 18:26:06.214 INFO O| Aug 17 18:26:06.214 INFO STEP 525 (remove_files) COMPLETE
68162026-08-17T18:26:07.065Z[ recovery-image] Aug 17 18:26:06.214 INFO O| Aug 17 18:26:06.214 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-08-17T18:26:07.070Z[ recovery-image] Aug 17 18:26:06.222 INFO O| Aug 17 18:26:06.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68182026-08-17T18:26:07.073Z[ recovery-image] Aug 17 18:26:06.222 INFO O| Aug 17 18:26:06.222 INFO STEP 526 (remove_files) COMPLETE
68192026-08-17T18:26:07.073Z[ recovery-image] Aug 17 18:26:06.222 INFO O| Aug 17 18:26:06.222 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-08-17T18:26:07.080Z[ recovery-image] Aug 17 18:26:06.232 INFO O| Aug 17 18:26:06.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68212026-08-17T18:26:07.080Z[ recovery-image] Aug 17 18:26:06.232 INFO O| Aug 17 18:26:06.232 INFO STEP 527 (remove_files) COMPLETE
68222026-08-17T18:26:07.080Z[ recovery-image] Aug 17 18:26:06.232 INFO O| Aug 17 18:26:06.232 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-08-17T18:26:07.089Z[ recovery-image] Aug 17 18:26:06.241 INFO O| Aug 17 18:26:06.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68242026-08-17T18:26:07.089Z[ recovery-image] Aug 17 18:26:06.241 INFO O| Aug 17 18:26:06.241 INFO STEP 528 (remove_files) COMPLETE
68252026-08-17T18:26:07.089Z[ recovery-image] Aug 17 18:26:06.241 INFO O| Aug 17 18:26:06.241 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-08-17T18:26:07.098Z[ recovery-image] Aug 17 18:26:06.250 INFO O| Aug 17 18:26:06.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68272026-08-17T18:26:07.098Z[ recovery-image] Aug 17 18:26:06.250 INFO O| Aug 17 18:26:06.250 INFO STEP 529 (remove_files) COMPLETE
68282026-08-17T18:26:07.098Z[ recovery-image] Aug 17 18:26:06.250 INFO O| Aug 17 18:26:06.250 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-08-17T18:26:07.110Z[ recovery-image] Aug 17 18:26:06.259 INFO O| Aug 17 18:26:06.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68302026-08-17T18:26:07.110Z[ recovery-image] Aug 17 18:26:06.259 INFO O| Aug 17 18:26:06.259 INFO STEP 530 (remove_files) COMPLETE
68312026-08-17T18:26:07.110Z[ recovery-image] Aug 17 18:26:06.259 INFO O| Aug 17 18:26:06.259 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-08-17T18:26:07.116Z[ recovery-image] Aug 17 18:26:06.269 INFO O| Aug 17 18:26:06.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68332026-08-17T18:26:07.117Z[ recovery-image] Aug 17 18:26:06.269 INFO O| Aug 17 18:26:06.269 INFO STEP 531 (remove_files) COMPLETE
68342026-08-17T18:26:07.120Z[ recovery-image] Aug 17 18:26:06.269 INFO O| Aug 17 18:26:06.269 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-08-17T18:26:07.127Z[ recovery-image] Aug 17 18:26:06.279 INFO O| Aug 17 18:26:06.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68362026-08-17T18:26:07.127Z[ recovery-image] Aug 17 18:26:06.279 INFO O| Aug 17 18:26:06.279 INFO STEP 532 (remove_files) COMPLETE
68372026-08-17T18:26:07.130Z[ recovery-image] Aug 17 18:26:06.279 INFO O| Aug 17 18:26:06.279 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-08-17T18:26:07.137Z[ recovery-image] Aug 17 18:26:06.289 INFO O| Aug 17 18:26:06.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68392026-08-17T18:26:07.137Z[ recovery-image] Aug 17 18:26:06.289 INFO O| Aug 17 18:26:06.289 INFO STEP 533 (remove_files) COMPLETE
68402026-08-17T18:26:07.137Z[ recovery-image] Aug 17 18:26:06.289 INFO O| Aug 17 18:26:06.289 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-08-17T18:26:07.147Z[ recovery-image] Aug 17 18:26:06.299 INFO O| Aug 17 18:26:06.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68422026-08-17T18:26:07.147Z[ recovery-image] Aug 17 18:26:06.299 INFO O| Aug 17 18:26:06.299 INFO STEP 534 (remove_files) COMPLETE
68432026-08-17T18:26:07.147Z[ recovery-image] Aug 17 18:26:06.299 INFO O| Aug 17 18:26:06.299 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-08-17T18:26:07.161Z[ recovery-image] Aug 17 18:26:06.310 INFO O| Aug 17 18:26:06.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68452026-08-17T18:26:07.161Z[ recovery-image] Aug 17 18:26:06.310 INFO O| Aug 17 18:26:06.310 INFO STEP 535 (remove_files) COMPLETE
68462026-08-17T18:26:07.161Z[ recovery-image] Aug 17 18:26:06.310 INFO O| Aug 17 18:26:06.310 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-08-17T18:26:07.200Z[ recovery-image] Aug 17 18:26:06.319 INFO O| Aug 17 18:26:06.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68482026-08-17T18:26:07.200Z[ recovery-image] Aug 17 18:26:06.320 INFO O| Aug 17 18:26:06.320 INFO STEP 536 (remove_files) COMPLETE
68492026-08-17T18:26:07.200Z[ recovery-image] Aug 17 18:26:06.320 INFO O| Aug 17 18:26:06.320 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-08-17T18:26:07.204Z[ recovery-image] Aug 17 18:26:06.329 INFO O| Aug 17 18:26:06.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68512026-08-17T18:26:07.204Z[ recovery-image] Aug 17 18:26:06.329 INFO O| Aug 17 18:26:06.329 INFO STEP 537 (remove_files) COMPLETE
68522026-08-17T18:26:07.204Z[ recovery-image] Aug 17 18:26:06.329 INFO O| Aug 17 18:26:06.329 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-08-17T18:26:07.204Z[ recovery-image] Aug 17 18:26:06.337 INFO O| Aug 17 18:26:06.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68542026-08-17T18:26:07.204Z[ recovery-image] Aug 17 18:26:06.337 INFO O| Aug 17 18:26:06.337 INFO STEP 538 (remove_files) COMPLETE
68552026-08-17T18:26:07.204Z[ recovery-image] Aug 17 18:26:06.337 INFO O| Aug 17 18:26:06.337 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-08-17T18:26:07.204Z[ recovery-image] Aug 17 18:26:06.346 INFO O| Aug 17 18:26:06.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68572026-08-17T18:26:07.204Z[ recovery-image] Aug 17 18:26:06.346 INFO O| Aug 17 18:26:06.346 INFO STEP 539 (remove_files) COMPLETE
68582026-08-17T18:26:07.204Z[ recovery-image] Aug 17 18:26:06.346 INFO O| Aug 17 18:26:06.346 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-08-17T18:26:07.204Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
68602026-08-17T18:26:07.204Z[ recovery-image] Aug 17 18:26:06.355 INFO O| Aug 17 18:26:06.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68612026-08-17T18:26:07.204Z[ recovery-image] Aug 17 18:26:06.355 INFO O| Aug 17 18:26:06.355 INFO STEP 540 (remove_files) COMPLETE
68622026-08-17T18:26:07.204Z[ recovery-image] Aug 17 18:26:06.355 INFO O| Aug 17 18:26:06.355 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-08-17T18:26:07.213Z[ recovery-image] Aug 17 18:26:06.365 INFO O| Aug 17 18:26:06.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
68642026-08-17T18:26:07.213Z[ recovery-image] Aug 17 18:26:06.365 INFO O| Aug 17 18:26:06.365 INFO STEP 541 (remove_files) COMPLETE
68652026-08-17T18:26:07.213Z[ recovery-image] Aug 17 18:26:06.365 INFO O| Aug 17 18:26:06.365 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-08-17T18:26:07.223Z[ recovery-image] Aug 17 18:26:06.375 INFO O| Aug 17 18:26:06.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
68672026-08-17T18:26:07.223Z[ recovery-image] Aug 17 18:26:06.375 INFO O| Aug 17 18:26:06.375 INFO STEP 542 (remove_files) COMPLETE
68682026-08-17T18:26:07.227Z[ recovery-image] Aug 17 18:26:06.375 INFO O| Aug 17 18:26:06.375 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-08-17T18:26:07.232Z[ recovery-image] Aug 17 18:26:06.384 INFO O| Aug 17 18:26:06.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
68702026-08-17T18:26:07.235Z[ recovery-image] Aug 17 18:26:06.385 INFO O| Aug 17 18:26:06.385 INFO STEP 543 (remove_files) COMPLETE
68712026-08-17T18:26:07.235Z[ recovery-image] Aug 17 18:26:06.385 INFO O| Aug 17 18:26:06.385 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-08-17T18:26:07.244Z[ recovery-image] Aug 17 18:26:06.396 INFO O| Aug 17 18:26:06.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
68732026-08-17T18:26:07.244Z[ recovery-image] Aug 17 18:26:06.396 INFO O| Aug 17 18:26:06.396 INFO STEP 544 (remove_files) COMPLETE
68742026-08-17T18:26:07.244Z[ recovery-image] Aug 17 18:26:06.396 INFO O| Aug 17 18:26:06.396 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-08-17T18:26:07.253Z[ recovery-image] Aug 17 18:26:06.405 INFO O| Aug 17 18:26:06.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
68762026-08-17T18:26:07.253Z[ recovery-image] Aug 17 18:26:06.405 INFO O| Aug 17 18:26:06.405 INFO STEP 545 (remove_files) COMPLETE
68772026-08-17T18:26:07.253Z[ recovery-image] Aug 17 18:26:06.405 INFO O| Aug 17 18:26:06.405 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-08-17T18:26:07.261Z[ recovery-image] Aug 17 18:26:06.413 INFO O| Aug 17 18:26:06.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
68792026-08-17T18:26:07.261Z[ recovery-image] Aug 17 18:26:06.413 INFO O| Aug 17 18:26:06.413 INFO STEP 546 (remove_files) COMPLETE
68802026-08-17T18:26:07.261Z[ recovery-image] Aug 17 18:26:06.413 INFO O| Aug 17 18:26:06.413 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-08-17T18:26:07.271Z[ recovery-image] Aug 17 18:26:06.423 INFO O| Aug 17 18:26:06.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
68822026-08-17T18:26:07.271Z[ recovery-image] Aug 17 18:26:06.423 INFO O| Aug 17 18:26:06.423 INFO STEP 547 (remove_files) COMPLETE
68832026-08-17T18:26:07.271Z[ recovery-image] Aug 17 18:26:06.423 INFO O| Aug 17 18:26:06.423 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-08-17T18:26:07.280Z[ recovery-image] Aug 17 18:26:06.432 INFO O| Aug 17 18:26:06.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
68852026-08-17T18:26:07.280Z[ recovery-image] Aug 17 18:26:06.432 INFO O| Aug 17 18:26:06.432 INFO STEP 548 (remove_files) COMPLETE
68862026-08-17T18:26:07.280Z[ recovery-image] Aug 17 18:26:06.432 INFO O| Aug 17 18:26:06.432 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-08-17T18:26:07.289Z[ recovery-image] Aug 17 18:26:06.441 INFO O| Aug 17 18:26:06.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
68882026-08-17T18:26:07.289Z[ recovery-image] Aug 17 18:26:06.441 INFO O| Aug 17 18:26:06.441 INFO STEP 549 (remove_files) COMPLETE
68892026-08-17T18:26:07.289Z[ recovery-image] Aug 17 18:26:06.441 INFO O| Aug 17 18:26:06.441 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-08-17T18:26:07.298Z[ recovery-image] Aug 17 18:26:06.450 INFO O| Aug 17 18:26:06.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
68912026-08-17T18:26:07.299Z[ recovery-image] Aug 17 18:26:06.450 INFO O| Aug 17 18:26:06.450 INFO STEP 550 (remove_files) COMPLETE
68922026-08-17T18:26:07.299Z[ recovery-image] Aug 17 18:26:06.450 INFO O| Aug 17 18:26:06.450 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-08-17T18:26:07.308Z[ recovery-image] Aug 17 18:26:06.459 INFO O| Aug 17 18:26:06.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
68942026-08-17T18:26:07.308Z[ recovery-image] Aug 17 18:26:06.459 INFO O| Aug 17 18:26:06.459 INFO STEP 551 (remove_files) COMPLETE
68952026-08-17T18:26:07.308Z[ recovery-image] Aug 17 18:26:06.459 INFO O| Aug 17 18:26:06.459 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-08-17T18:26:07.316Z[ recovery-image] Aug 17 18:26:06.468 INFO O| Aug 17 18:26:06.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
68972026-08-17T18:26:07.316Z[ recovery-image] Aug 17 18:26:06.468 INFO O| Aug 17 18:26:06.468 INFO STEP 552 (remove_files) COMPLETE
68982026-08-17T18:26:07.316Z[ recovery-image] Aug 17 18:26:06.468 INFO O| Aug 17 18:26:06.468 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-08-17T18:26:07.328Z[ recovery-image] Aug 17 18:26:06.480 INFO O| Aug 17 18:26:06.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69002026-08-17T18:26:07.328Z[ recovery-image] Aug 17 18:26:06.480 INFO O| Aug 17 18:26:06.480 INFO STEP 553 (remove_files) COMPLETE
69012026-08-17T18:26:07.328Z[ recovery-image] Aug 17 18:26:06.480 INFO O| Aug 17 18:26:06.480 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-08-17T18:26:07.337Z[ recovery-image] Aug 17 18:26:06.490 INFO O| Aug 17 18:26:06.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69032026-08-17T18:26:07.338Z[ recovery-image] Aug 17 18:26:06.490 INFO O| Aug 17 18:26:06.490 INFO STEP 554 (remove_files) COMPLETE
69042026-08-17T18:26:07.341Z[ recovery-image] Aug 17 18:26:06.490 INFO O| Aug 17 18:26:06.490 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-08-17T18:26:07.346Z[ recovery-image] Aug 17 18:26:06.499 INFO O| Aug 17 18:26:06.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69062026-08-17T18:26:07.347Z[ recovery-image] Aug 17 18:26:06.499 INFO O| Aug 17 18:26:06.499 INFO STEP 555 (remove_files) COMPLETE
69072026-08-17T18:26:07.350Z[ recovery-image] Aug 17 18:26:06.499 INFO O| Aug 17 18:26:06.499 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-08-17T18:26:07.355Z[ recovery-image] Aug 17 18:26:06.507 INFO O| Aug 17 18:26:06.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69092026-08-17T18:26:07.355Z[ recovery-image] Aug 17 18:26:06.507 INFO O| Aug 17 18:26:06.507 INFO STEP 556 (remove_files) COMPLETE
69102026-08-17T18:26:07.358Z[ recovery-image] Aug 17 18:26:06.507 INFO O| Aug 17 18:26:06.507 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-08-17T18:26:07.364Z[ recovery-image] Aug 17 18:26:06.516 INFO O| Aug 17 18:26:06.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69122026-08-17T18:26:07.364Z[ recovery-image] Aug 17 18:26:06.516 INFO O| Aug 17 18:26:06.516 INFO STEP 557 (remove_files) COMPLETE
69132026-08-17T18:26:07.364Z[ recovery-image] Aug 17 18:26:06.516 INFO O| Aug 17 18:26:06.516 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-08-17T18:26:07.375Z[ recovery-image] Aug 17 18:26:06.527 INFO O| Aug 17 18:26:06.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69152026-08-17T18:26:07.375Z[ recovery-image] Aug 17 18:26:06.527 INFO O| Aug 17 18:26:06.527 INFO STEP 558 (remove_files) COMPLETE
69162026-08-17T18:26:07.375Z[ recovery-image] Aug 17 18:26:06.527 INFO O| Aug 17 18:26:06.527 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-08-17T18:26:07.386Z[ recovery-image] Aug 17 18:26:06.538 INFO O| Aug 17 18:26:06.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69182026-08-17T18:26:07.386Z[ recovery-image] Aug 17 18:26:06.538 INFO O| Aug 17 18:26:06.538 INFO STEP 559 (remove_files) COMPLETE
69192026-08-17T18:26:07.386Z[ recovery-image] Aug 17 18:26:06.538 INFO O| Aug 17 18:26:06.538 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-08-17T18:26:07.397Z[ recovery-image] Aug 17 18:26:06.549 INFO O| Aug 17 18:26:06.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69212026-08-17T18:26:07.398Z[ recovery-image] Aug 17 18:26:06.549 INFO O| Aug 17 18:26:06.549 INFO STEP 560 (remove_files) COMPLETE
69222026-08-17T18:26:07.398Z[ recovery-image] Aug 17 18:26:06.549 INFO O| Aug 17 18:26:06.549 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-08-17T18:26:07.407Z[ recovery-image] Aug 17 18:26:06.559 INFO O| Aug 17 18:26:06.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69242026-08-17T18:26:07.407Z[ recovery-image] Aug 17 18:26:06.559 INFO O| Aug 17 18:26:06.559 INFO STEP 561 (remove_files) COMPLETE
69252026-08-17T18:26:07.407Z[ recovery-image] Aug 17 18:26:06.559 INFO O| Aug 17 18:26:06.559 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-08-17T18:26:07.418Z[ recovery-image] Aug 17 18:26:06.569 INFO O| Aug 17 18:26:06.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69272026-08-17T18:26:07.418Z[ recovery-image] Aug 17 18:26:06.569 INFO O| Aug 17 18:26:06.569 INFO STEP 562 (remove_files) COMPLETE
69282026-08-17T18:26:07.418Z[ recovery-image] Aug 17 18:26:06.569 INFO O| Aug 17 18:26:06.569 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-08-17T18:26:07.428Z[ recovery-image] Aug 17 18:26:06.580 INFO O| Aug 17 18:26:06.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69302026-08-17T18:26:07.428Z[ recovery-image] Aug 17 18:26:06.580 INFO O| Aug 17 18:26:06.580 INFO STEP 563 (remove_files) COMPLETE
69312026-08-17T18:26:07.431Z[ recovery-image] Aug 17 18:26:06.580 INFO O| Aug 17 18:26:06.580 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-08-17T18:26:07.438Z[ recovery-image] Aug 17 18:26:06.590 INFO O| Aug 17 18:26:06.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69332026-08-17T18:26:07.438Z[ recovery-image] Aug 17 18:26:06.590 INFO O| Aug 17 18:26:06.590 INFO STEP 564 (remove_files) COMPLETE
69342026-08-17T18:26:07.442Z[ recovery-image] Aug 17 18:26:06.590 INFO O| Aug 17 18:26:06.590 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-08-17T18:26:07.448Z[ recovery-image] Aug 17 18:26:06.600 INFO O| Aug 17 18:26:06.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69362026-08-17T18:26:07.448Z[ recovery-image] Aug 17 18:26:06.600 INFO O| Aug 17 18:26:06.600 INFO STEP 565 (remove_files) COMPLETE
69372026-08-17T18:26:07.448Z[ recovery-image] Aug 17 18:26:06.600 INFO O| Aug 17 18:26:06.600 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-08-17T18:26:07.457Z[ recovery-image] Aug 17 18:26:06.609 INFO O| Aug 17 18:26:06.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69392026-08-17T18:26:07.457Z[ recovery-image] Aug 17 18:26:06.609 INFO O| Aug 17 18:26:06.609 INFO STEP 566 (remove_files) COMPLETE
69402026-08-17T18:26:07.457Z[ recovery-image] Aug 17 18:26:06.609 INFO O| Aug 17 18:26:06.609 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-08-17T18:26:07.467Z[ recovery-image] Aug 17 18:26:06.619 INFO O| Aug 17 18:26:06.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69422026-08-17T18:26:07.467Z[ recovery-image] Aug 17 18:26:06.619 INFO O| Aug 17 18:26:06.619 INFO STEP 567 (remove_files) COMPLETE
69432026-08-17T18:26:07.467Z[ recovery-image] Aug 17 18:26:06.619 INFO O| Aug 17 18:26:06.619 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-08-17T18:26:07.477Z[ recovery-image] Aug 17 18:26:06.629 INFO O| Aug 17 18:26:06.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69452026-08-17T18:26:07.477Z[ recovery-image] Aug 17 18:26:06.629 INFO O| Aug 17 18:26:06.629 INFO STEP 568 (remove_files) COMPLETE
69462026-08-17T18:26:07.477Z[ recovery-image] Aug 17 18:26:06.629 INFO O| Aug 17 18:26:06.629 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-08-17T18:26:07.486Z[ recovery-image] Aug 17 18:26:06.638 INFO O| Aug 17 18:26:06.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69482026-08-17T18:26:07.486Z[ recovery-image] Aug 17 18:26:06.638 INFO O| Aug 17 18:26:06.638 INFO STEP 569 (remove_files) COMPLETE
69492026-08-17T18:26:07.486Z[ recovery-image] Aug 17 18:26:06.638 INFO O| Aug 17 18:26:06.638 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-08-17T18:26:07.494Z[ recovery-image] Aug 17 18:26:06.646 INFO O| Aug 17 18:26:06.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69512026-08-17T18:26:07.494Z[ recovery-image] Aug 17 18:26:06.646 INFO O| Aug 17 18:26:06.646 INFO STEP 570 (remove_files) COMPLETE
69522026-08-17T18:26:07.494Z[ recovery-image] Aug 17 18:26:06.646 INFO O| Aug 17 18:26:06.646 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-08-17T18:26:07.502Z[ recovery-image] Aug 17 18:26:06.654 INFO O| Aug 17 18:26:06.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69542026-08-17T18:26:07.502Z[ recovery-image] Aug 17 18:26:06.654 INFO O| Aug 17 18:26:06.654 INFO STEP 571 (remove_files) COMPLETE
69552026-08-17T18:26:07.502Z[ recovery-image] Aug 17 18:26:06.654 INFO O| Aug 17 18:26:06.654 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-08-17T18:26:07.509Z[ recovery-image] Aug 17 18:26:06.661 INFO O| Aug 17 18:26:06.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69572026-08-17T18:26:07.509Z[ recovery-image] Aug 17 18:26:06.661 INFO O| Aug 17 18:26:06.661 INFO STEP 572 (remove_files) COMPLETE
69582026-08-17T18:26:07.513Z[ recovery-image] Aug 17 18:26:06.661 INFO O| Aug 17 18:26:06.661 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-08-17T18:26:07.517Z[ recovery-image] Aug 17 18:26:06.669 INFO O| Aug 17 18:26:06.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69602026-08-17T18:26:07.517Z[ recovery-image] Aug 17 18:26:06.669 INFO O| Aug 17 18:26:06.669 INFO STEP 573 (remove_files) COMPLETE
69612026-08-17T18:26:07.520Z[ recovery-image] Aug 17 18:26:06.669 INFO O| Aug 17 18:26:06.669 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-08-17T18:26:07.526Z[ recovery-image] Aug 17 18:26:06.678 INFO O| Aug 17 18:26:06.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69632026-08-17T18:26:07.526Z[ recovery-image] Aug 17 18:26:06.678 INFO O| Aug 17 18:26:06.678 INFO STEP 574 (remove_files) COMPLETE
69642026-08-17T18:26:07.530Z[ recovery-image] Aug 17 18:26:06.678 INFO O| Aug 17 18:26:06.678 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-08-17T18:26:07.535Z[ recovery-image] Aug 17 18:26:06.687 INFO O| Aug 17 18:26:06.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
69662026-08-17T18:26:07.535Z[ recovery-image] Aug 17 18:26:06.687 INFO O| Aug 17 18:26:06.687 INFO STEP 575 (remove_files) COMPLETE
69672026-08-17T18:26:07.535Z[ recovery-image] Aug 17 18:26:06.687 INFO O| Aug 17 18:26:06.687 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-08-17T18:26:07.546Z[ recovery-image] Aug 17 18:26:06.698 INFO O| Aug 17 18:26:06.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
69692026-08-17T18:26:07.549Z[ recovery-image] Aug 17 18:26:06.698 INFO O| Aug 17 18:26:06.698 INFO STEP 576 (remove_files) COMPLETE
69702026-08-17T18:26:07.549Z[ recovery-image] Aug 17 18:26:06.698 INFO O| Aug 17 18:26:06.698 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-08-17T18:26:07.555Z[ recovery-image] Aug 17 18:26:06.708 INFO O| Aug 17 18:26:06.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
69722026-08-17T18:26:07.555Z[ recovery-image] Aug 17 18:26:06.708 INFO O| Aug 17 18:26:06.708 INFO STEP 577 (remove_files) COMPLETE
69732026-08-17T18:26:07.558Z[ recovery-image] Aug 17 18:26:06.708 INFO O| Aug 17 18:26:06.708 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-08-17T18:26:07.565Z[ recovery-image] Aug 17 18:26:06.717 INFO O| Aug 17 18:26:06.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
69752026-08-17T18:26:07.565Z[ recovery-image] Aug 17 18:26:06.717 INFO O| Aug 17 18:26:06.717 INFO STEP 578 (remove_files) COMPLETE
69762026-08-17T18:26:07.565Z[ recovery-image] Aug 17 18:26:06.717 INFO O| Aug 17 18:26:06.717 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-08-17T18:26:07.575Z[ recovery-image] Aug 17 18:26:06.727 INFO O| Aug 17 18:26:06.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
69782026-08-17T18:26:07.578Z[ recovery-image] Aug 17 18:26:06.728 INFO O| Aug 17 18:26:06.728 INFO STEP 579 (remove_files) COMPLETE
69792026-08-17T18:26:07.578Z[ recovery-image] Aug 17 18:26:06.728 INFO O| Aug 17 18:26:06.728 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-08-17T18:26:07.585Z[ recovery-image] Aug 17 18:26:06.738 INFO O| Aug 17 18:26:06.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
69812026-08-17T18:26:07.585Z[ recovery-image] Aug 17 18:26:06.738 INFO O| Aug 17 18:26:06.738 INFO STEP 580 (remove_files) COMPLETE
69822026-08-17T18:26:07.589Z[ recovery-image] Aug 17 18:26:06.738 INFO O| Aug 17 18:26:06.738 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-08-17T18:26:07.597Z[ recovery-image] Aug 17 18:26:06.746 INFO O| Aug 17 18:26:06.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
69842026-08-17T18:26:07.597Z[ recovery-image] Aug 17 18:26:06.746 INFO O| Aug 17 18:26:06.746 INFO STEP 581 (remove_files) COMPLETE
69852026-08-17T18:26:07.597Z[ recovery-image] Aug 17 18:26:06.746 INFO O| Aug 17 18:26:06.746 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-08-17T18:26:07.602Z[ recovery-image] Aug 17 18:26:06.755 INFO O| Aug 17 18:26:06.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
69872026-08-17T18:26:07.602Z[ recovery-image] Aug 17 18:26:06.755 INFO O| Aug 17 18:26:06.755 INFO STEP 582 (remove_files) COMPLETE
69882026-08-17T18:26:07.603Z[ recovery-image] Aug 17 18:26:06.755 INFO O| Aug 17 18:26:06.755 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-08-17T18:26:07.615Z[ recovery-image] Aug 17 18:26:06.765 INFO O| Aug 17 18:26:06.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
69902026-08-17T18:26:07.615Z[ recovery-image] Aug 17 18:26:06.765 INFO O| Aug 17 18:26:06.765 INFO STEP 583 (remove_files) COMPLETE
69912026-08-17T18:26:07.618Z[ recovery-image] Aug 17 18:26:06.765 INFO O| Aug 17 18:26:06.765 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-08-17T18:26:07.623Z[ recovery-image] Aug 17 18:26:06.775 INFO O| Aug 17 18:26:06.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
69932026-08-17T18:26:07.623Z[ recovery-image] Aug 17 18:26:06.775 INFO O| Aug 17 18:26:06.775 INFO STEP 584 (remove_files) COMPLETE
69942026-08-17T18:26:07.623Z[ recovery-image] Aug 17 18:26:06.775 INFO O| Aug 17 18:26:06.775 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-08-17T18:26:07.634Z[ recovery-image] Aug 17 18:26:06.786 INFO O| Aug 17 18:26:06.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
69962026-08-17T18:26:07.634Z[ recovery-image] Aug 17 18:26:06.786 INFO O| Aug 17 18:26:06.786 INFO STEP 585 (remove_files) COMPLETE
69972026-08-17T18:26:07.634Z[ recovery-image] Aug 17 18:26:06.786 INFO O| Aug 17 18:26:06.786 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-08-17T18:26:07.643Z[ recovery-image] Aug 17 18:26:06.795 INFO O| Aug 17 18:26:06.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
69992026-08-17T18:26:07.643Z[ recovery-image] Aug 17 18:26:06.795 INFO O| Aug 17 18:26:06.795 INFO STEP 586 (remove_files) COMPLETE
70002026-08-17T18:26:07.643Z[ recovery-image] Aug 17 18:26:06.795 INFO O| Aug 17 18:26:06.795 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-08-17T18:26:07.653Z[ recovery-image] Aug 17 18:26:06.805 INFO O| Aug 17 18:26:06.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70022026-08-17T18:26:07.653Z[ recovery-image] Aug 17 18:26:06.805 INFO O| Aug 17 18:26:06.805 INFO STEP 587 (remove_files) COMPLETE
70032026-08-17T18:26:07.653Z[ recovery-image] Aug 17 18:26:06.805 INFO O| Aug 17 18:26:06.805 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-08-17T18:26:07.662Z[ recovery-image] Aug 17 18:26:06.814 INFO O| Aug 17 18:26:06.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70052026-08-17T18:26:07.662Z[ recovery-image] Aug 17 18:26:06.814 INFO O| Aug 17 18:26:06.814 INFO STEP 588 (remove_files) COMPLETE
70062026-08-17T18:26:07.666Z[ recovery-image] Aug 17 18:26:06.815 INFO O| Aug 17 18:26:06.814 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-08-17T18:26:07.672Z[ recovery-image] Aug 17 18:26:06.824 INFO O| Aug 17 18:26:06.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70082026-08-17T18:26:07.672Z[ recovery-image] Aug 17 18:26:06.824 INFO O| Aug 17 18:26:06.824 INFO STEP 589 (remove_files) COMPLETE
70092026-08-17T18:26:07.672Z[ recovery-image] Aug 17 18:26:06.824 INFO O| Aug 17 18:26:06.824 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-08-17T18:26:07.682Z[ recovery-image] Aug 17 18:26:06.834 INFO O| Aug 17 18:26:06.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70112026-08-17T18:26:07.682Z[ recovery-image] Aug 17 18:26:06.834 INFO O| Aug 17 18:26:06.834 INFO STEP 590 (remove_files) COMPLETE
70122026-08-17T18:26:07.682Z[ recovery-image] Aug 17 18:26:06.834 INFO O| Aug 17 18:26:06.834 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-08-17T18:26:07.693Z[ recovery-image] Aug 17 18:26:06.844 INFO O| Aug 17 18:26:06.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70142026-08-17T18:26:07.694Z[ recovery-image] Aug 17 18:26:06.844 INFO O| Aug 17 18:26:06.844 INFO STEP 591 (remove_files) COMPLETE
70152026-08-17T18:26:07.697Z[ recovery-image] Aug 17 18:26:06.844 INFO O| Aug 17 18:26:06.844 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-08-17T18:26:07.709Z[ recovery-image] Aug 17 18:26:06.855 INFO O| Aug 17 18:26:06.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70172026-08-17T18:26:07.710Z[ recovery-image] Aug 17 18:26:06.855 INFO O| Aug 17 18:26:06.854 INFO STEP 592 (remove_files) COMPLETE
70182026-08-17T18:26:07.710Z[ recovery-image] Aug 17 18:26:06.855 INFO O| Aug 17 18:26:06.854 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-08-17T18:26:07.714Z[ recovery-image] Aug 17 18:26:06.863 INFO O| Aug 17 18:26:06.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70202026-08-17T18:26:07.714Z[ recovery-image] Aug 17 18:26:06.864 INFO O| Aug 17 18:26:06.864 INFO STEP 593 (remove_files) COMPLETE
70212026-08-17T18:26:07.714Z[ recovery-image] Aug 17 18:26:06.864 INFO O| Aug 17 18:26:06.864 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-08-17T18:26:07.721Z[ recovery-image] Aug 17 18:26:06.873 INFO O| Aug 17 18:26:06.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70232026-08-17T18:26:07.721Z[ recovery-image] Aug 17 18:26:06.873 INFO O| Aug 17 18:26:06.873 INFO STEP 594 (remove_files) COMPLETE
70242026-08-17T18:26:07.721Z[ recovery-image] Aug 17 18:26:06.873 INFO O| Aug 17 18:26:06.873 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-08-17T18:26:07.729Z[ recovery-image] Aug 17 18:26:06.881 INFO O| Aug 17 18:26:06.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70262026-08-17T18:26:07.730Z[ recovery-image] Aug 17 18:26:06.882 INFO O| Aug 17 18:26:06.882 INFO STEP 595 (remove_files) COMPLETE
70272026-08-17T18:26:07.730Z[ recovery-image] Aug 17 18:26:06.882 INFO O| Aug 17 18:26:06.882 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-08-17T18:26:07.736Z[verify-libraries] Compiling generic-array v1.4.3
70292026-08-17T18:26:07.739Z[ recovery-image] Aug 17 18:26:06.890 INFO O| Aug 17 18:26:06.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70302026-08-17T18:26:07.740Z[ recovery-image] Aug 17 18:26:06.890 INFO O| Aug 17 18:26:06.890 INFO STEP 596 (remove_files) COMPLETE
70312026-08-17T18:26:07.740Z[ recovery-image] Aug 17 18:26:06.890 INFO O| Aug 17 18:26:06.890 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-08-17T18:26:07.745Z[ recovery-image] Aug 17 18:26:06.897 INFO O| Aug 17 18:26:06.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70332026-08-17T18:26:07.746Z[ recovery-image] Aug 17 18:26:06.898 INFO O| Aug 17 18:26:06.898 INFO STEP 597 (remove_files) COMPLETE
70342026-08-17T18:26:07.746Z[ recovery-image] Aug 17 18:26:06.898 INFO O| Aug 17 18:26:06.898 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-08-17T18:26:07.758Z[ recovery-image] Aug 17 18:26:06.909 INFO O| Aug 17 18:26:06.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70362026-08-17T18:26:07.758Z[ recovery-image] Aug 17 18:26:06.909 INFO O| Aug 17 18:26:06.909 INFO STEP 598 (remove_files) COMPLETE
70372026-08-17T18:26:07.761Z[ recovery-image] Aug 17 18:26:06.909 INFO O| Aug 17 18:26:06.909 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-08-17T18:26:07.769Z[ recovery-image] Aug 17 18:26:06.921 INFO O| Aug 17 18:26:06.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70392026-08-17T18:26:07.769Z[ recovery-image] Aug 17 18:26:06.921 INFO O| Aug 17 18:26:06.921 INFO STEP 599 (remove_files) COMPLETE
70402026-08-17T18:26:07.769Z[ recovery-image] Aug 17 18:26:06.921 INFO O| Aug 17 18:26:06.921 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-17T18:26:07.779Z[ recovery-image] Aug 17 18:26:06.931 INFO O| Aug 17 18:26:06.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70422026-08-17T18:26:07.779Z[ recovery-image] Aug 17 18:26:06.931 INFO O| Aug 17 18:26:06.931 INFO STEP 600 (remove_files) COMPLETE
70432026-08-17T18:26:07.779Z[ recovery-image] Aug 17 18:26:06.931 INFO O| Aug 17 18:26:06.931 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-17T18:26:07.784Z[verify-libraries] Compiling russh-util v0.52.0
70452026-08-17T18:26:07.789Z[ recovery-image] Aug 17 18:26:06.940 INFO O| Aug 17 18:26:06.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70462026-08-17T18:26:07.789Z[ recovery-image] Aug 17 18:26:06.940 INFO O| Aug 17 18:26:06.940 INFO STEP 601 (remove_files) COMPLETE
70472026-08-17T18:26:07.789Z[ recovery-image] Aug 17 18:26:06.940 INFO O| Aug 17 18:26:06.940 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-08-17T18:26:07.800Z[ recovery-image] Aug 17 18:26:06.952 INFO O| Aug 17 18:26:06.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70492026-08-17T18:26:07.800Z[ recovery-image] Aug 17 18:26:06.952 INFO O| Aug 17 18:26:06.952 INFO STEP 602 (remove_files) COMPLETE
70502026-08-17T18:26:07.800Z[ recovery-image] Aug 17 18:26:06.952 INFO O| Aug 17 18:26:06.952 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-17T18:26:07.810Z[ recovery-image] Aug 17 18:26:06.962 INFO O| Aug 17 18:26:06.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70522026-08-17T18:26:07.810Z[ recovery-image] Aug 17 18:26:06.962 INFO O| Aug 17 18:26:06.962 INFO STEP 603 (remove_files) COMPLETE
70532026-08-17T18:26:07.814Z[ recovery-image] Aug 17 18:26:06.962 INFO O| Aug 17 18:26:06.962 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-17T18:26:07.821Z[ recovery-image] Aug 17 18:26:06.973 INFO O| Aug 17 18:26:06.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70552026-08-17T18:26:07.821Z[ recovery-image] Aug 17 18:26:06.973 INFO O| Aug 17 18:26:06.973 INFO STEP 604 (remove_files) COMPLETE
70562026-08-17T18:26:07.821Z[ recovery-image] Aug 17 18:26:06.973 INFO O| Aug 17 18:26:06.973 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-17T18:26:07.832Z[ recovery-image] Aug 17 18:26:06.984 INFO O| Aug 17 18:26:06.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70582026-08-17T18:26:07.832Z[ recovery-image] Aug 17 18:26:06.984 INFO O| Aug 17 18:26:06.984 INFO STEP 605 (remove_files) COMPLETE
70592026-08-17T18:26:07.832Z[ recovery-image] Aug 17 18:26:06.984 INFO O| Aug 17 18:26:06.984 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-08-17T18:26:07.842Z[ recovery-image] Aug 17 18:26:06.994 INFO O| Aug 17 18:26:06.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70612026-08-17T18:26:07.842Z[ recovery-image] Aug 17 18:26:06.994 INFO O| Aug 17 18:26:06.994 INFO STEP 606 (remove_files) COMPLETE
70622026-08-17T18:26:07.845Z[ recovery-image] Aug 17 18:26:06.994 INFO O| Aug 17 18:26:06.994 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-08-17T18:26:07.850Z[ recovery-image] Aug 17 18:26:07.002 INFO O| Aug 17 18:26:07.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70642026-08-17T18:26:07.850Z[ recovery-image] Aug 17 18:26:07.002 INFO O| Aug 17 18:26:07.002 INFO STEP 607 (remove_files) COMPLETE
70652026-08-17T18:26:07.850Z[ recovery-image] Aug 17 18:26:07.002 INFO O| Aug 17 18:26:07.002 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-08-17T18:26:07.858Z[ recovery-image] Aug 17 18:26:07.010 INFO O| Aug 17 18:26:07.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
70672026-08-17T18:26:07.858Z[ recovery-image] Aug 17 18:26:07.010 INFO O| Aug 17 18:26:07.010 INFO STEP 608 (remove_files) COMPLETE
70682026-08-17T18:26:07.862Z[ recovery-image] Aug 17 18:26:07.010 INFO O| Aug 17 18:26:07.010 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-08-17T18:26:07.867Z[ recovery-image] Aug 17 18:26:07.019 INFO O| Aug 17 18:26:07.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
70702026-08-17T18:26:07.867Z[ recovery-image] Aug 17 18:26:07.019 INFO O| Aug 17 18:26:07.019 INFO STEP 609 (remove_files) COMPLETE
70712026-08-17T18:26:07.870Z[ recovery-image] Aug 17 18:26:07.019 INFO O| Aug 17 18:26:07.019 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-08-17T18:26:07.876Z[ recovery-image] Aug 17 18:26:07.028 INFO O| Aug 17 18:26:07.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
70732026-08-17T18:26:07.876Z[ recovery-image] Aug 17 18:26:07.028 INFO O| Aug 17 18:26:07.028 INFO STEP 610 (remove_files) COMPLETE
70742026-08-17T18:26:07.876Z[ recovery-image] Aug 17 18:26:07.028 INFO O| Aug 17 18:26:07.028 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-08-17T18:26:07.885Z[ recovery-image] Aug 17 18:26:07.037 INFO O| Aug 17 18:26:07.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
70762026-08-17T18:26:07.885Z[ recovery-image] Aug 17 18:26:07.037 INFO O| Aug 17 18:26:07.037 INFO STEP 611 (remove_files) COMPLETE
70772026-08-17T18:26:07.885Z[ recovery-image] Aug 17 18:26:07.037 INFO O| Aug 17 18:26:07.037 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-17T18:26:07.895Z[ recovery-image] Aug 17 18:26:07.047 INFO O| Aug 17 18:26:07.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
70792026-08-17T18:26:07.895Z[ recovery-image] Aug 17 18:26:07.047 INFO O| Aug 17 18:26:07.047 INFO STEP 612 (remove_files) COMPLETE
70802026-08-17T18:26:07.895Z[ recovery-image] Aug 17 18:26:07.047 INFO O| Aug 17 18:26:07.047 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-17T18:26:07.904Z[ recovery-image] Aug 17 18:26:07.056 INFO O| Aug 17 18:26:07.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
70822026-08-17T18:26:07.904Z[ recovery-image] Aug 17 18:26:07.056 INFO O| Aug 17 18:26:07.056 INFO STEP 613 (remove_files) COMPLETE
70832026-08-17T18:26:07.907Z[ recovery-image] Aug 17 18:26:07.056 INFO O| Aug 17 18:26:07.056 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-08-17T18:26:07.914Z[ recovery-image] Aug 17 18:26:07.066 INFO O| Aug 17 18:26:07.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
70852026-08-17T18:26:07.914Z[ recovery-image] Aug 17 18:26:07.066 INFO O| Aug 17 18:26:07.066 INFO STEP 614 (remove_files) COMPLETE
70862026-08-17T18:26:07.917Z[ recovery-image] Aug 17 18:26:07.066 INFO O| Aug 17 18:26:07.066 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-08-17T18:26:07.924Z[ recovery-image] Aug 17 18:26:07.076 INFO O| Aug 17 18:26:07.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
70882026-08-17T18:26:07.924Z[ recovery-image] Aug 17 18:26:07.076 INFO O| Aug 17 18:26:07.076 INFO STEP 615 (remove_files) COMPLETE
70892026-08-17T18:26:07.927Z[ recovery-image] Aug 17 18:26:07.076 INFO O| Aug 17 18:26:07.076 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-08-17T18:26:07.934Z[ recovery-image] Aug 17 18:26:07.086 INFO O| Aug 17 18:26:07.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
70912026-08-17T18:26:07.937Z[ recovery-image] Aug 17 18:26:07.086 INFO O| Aug 17 18:26:07.086 INFO STEP 616 (remove_files) COMPLETE
70922026-08-17T18:26:07.938Z[ recovery-image] Aug 17 18:26:07.086 INFO O| Aug 17 18:26:07.086 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-08-17T18:26:07.945Z[ recovery-image] Aug 17 18:26:07.097 INFO O| Aug 17 18:26:07.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
70942026-08-17T18:26:07.945Z[ recovery-image] Aug 17 18:26:07.097 INFO O| Aug 17 18:26:07.097 INFO STEP 617 (remove_files) COMPLETE
70952026-08-17T18:26:07.945Z[ recovery-image] Aug 17 18:26:07.097 INFO O| Aug 17 18:26:07.097 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-08-17T18:26:07.954Z[ recovery-image] Aug 17 18:26:07.106 INFO O| Aug 17 18:26:07.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
70972026-08-17T18:26:07.954Z[ recovery-image] Aug 17 18:26:07.106 INFO O| Aug 17 18:26:07.106 INFO STEP 618 (remove_files) COMPLETE
70982026-08-17T18:26:07.958Z[ recovery-image] Aug 17 18:26:07.106 INFO O| Aug 17 18:26:07.106 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-08-17T18:26:07.963Z[ recovery-image] Aug 17 18:26:07.115 INFO O| Aug 17 18:26:07.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71002026-08-17T18:26:07.963Z[ recovery-image] Aug 17 18:26:07.115 INFO O| Aug 17 18:26:07.115 INFO STEP 619 (remove_files) COMPLETE
71012026-08-17T18:26:07.966Z[ recovery-image] Aug 17 18:26:07.115 INFO O| Aug 17 18:26:07.115 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-08-17T18:26:07.973Z[ recovery-image] Aug 17 18:26:07.125 INFO O| Aug 17 18:26:07.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71032026-08-17T18:26:07.973Z[ recovery-image] Aug 17 18:26:07.125 INFO O| Aug 17 18:26:07.125 INFO STEP 620 (remove_files) COMPLETE
71042026-08-17T18:26:07.976Z[ recovery-image] Aug 17 18:26:07.125 INFO O| Aug 17 18:26:07.125 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-08-17T18:26:07.981Z[ recovery-image] Aug 17 18:26:07.133 INFO O| Aug 17 18:26:07.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71062026-08-17T18:26:07.981Z[ recovery-image] Aug 17 18:26:07.133 INFO O| Aug 17 18:26:07.133 INFO STEP 621 (remove_files) COMPLETE
71072026-08-17T18:26:07.984Z[ recovery-image] Aug 17 18:26:07.133 INFO O| Aug 17 18:26:07.133 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-08-17T18:26:07.989Z[ recovery-image] Aug 17 18:26:07.141 INFO O| Aug 17 18:26:07.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71092026-08-17T18:26:07.989Z[ recovery-image] Aug 17 18:26:07.142 INFO O| Aug 17 18:26:07.141 INFO STEP 622 (remove_files) COMPLETE
71102026-08-17T18:26:07.989Z[ recovery-image] Aug 17 18:26:07.142 INFO O| Aug 17 18:26:07.142 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-08-17T18:26:08.001Z[ recovery-image] Aug 17 18:26:07.153 INFO O| Aug 17 18:26:07.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71122026-08-17T18:26:08.001Z[ recovery-image] Aug 17 18:26:07.153 INFO O| Aug 17 18:26:07.153 INFO STEP 623 (remove_files) COMPLETE
71132026-08-17T18:26:08.005Z[ recovery-image] Aug 17 18:26:07.153 INFO O| Aug 17 18:26:07.153 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-08-17T18:26:08.005Z[verify-libraries] Compiling enum_dispatch v0.3.13
71152026-08-17T18:26:08.010Z[ recovery-image] Aug 17 18:26:07.162 INFO O| Aug 17 18:26:07.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71162026-08-17T18:26:08.010Z[ recovery-image] Aug 17 18:26:07.162 INFO O| Aug 17 18:26:07.162 INFO STEP 624 (remove_files) COMPLETE
71172026-08-17T18:26:08.010Z[ recovery-image] Aug 17 18:26:07.162 INFO O| Aug 17 18:26:07.162 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-08-17T18:26:08.021Z[ recovery-image] Aug 17 18:26:07.173 INFO O| Aug 17 18:26:07.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71192026-08-17T18:26:08.021Z[ recovery-image] Aug 17 18:26:07.173 INFO O| Aug 17 18:26:07.173 INFO STEP 625 (remove_files) COMPLETE
71202026-08-17T18:26:08.021Z[ recovery-image] Aug 17 18:26:07.173 INFO O| Aug 17 18:26:07.173 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-08-17T18:26:08.033Z[ recovery-image] Aug 17 18:26:07.185 INFO O| Aug 17 18:26:07.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71222026-08-17T18:26:08.033Z[ recovery-image] Aug 17 18:26:07.185 INFO O| Aug 17 18:26:07.185 INFO STEP 626 (remove_files) COMPLETE
71232026-08-17T18:26:08.033Z[ recovery-image] Aug 17 18:26:07.185 INFO O| Aug 17 18:26:07.185 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-08-17T18:26:08.043Z[ recovery-image] Aug 17 18:26:07.195 INFO O| Aug 17 18:26:07.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71252026-08-17T18:26:08.043Z[ recovery-image] Aug 17 18:26:07.195 INFO O| Aug 17 18:26:07.195 INFO STEP 627 (remove_files) COMPLETE
71262026-08-17T18:26:08.043Z[ recovery-image] Aug 17 18:26:07.195 INFO O| Aug 17 18:26:07.195 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-08-17T18:26:08.054Z[ recovery-image] Aug 17 18:26:07.206 INFO O| Aug 17 18:26:07.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71282026-08-17T18:26:08.054Z[ recovery-image] Aug 17 18:26:07.206 INFO O| Aug 17 18:26:07.206 INFO STEP 628 (remove_files) COMPLETE
71292026-08-17T18:26:08.054Z[ recovery-image] Aug 17 18:26:07.206 INFO O| Aug 17 18:26:07.206 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-08-17T18:26:08.064Z[ recovery-image] Aug 17 18:26:07.216 INFO O| Aug 17 18:26:07.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71312026-08-17T18:26:08.064Z[ recovery-image] Aug 17 18:26:07.216 INFO O| Aug 17 18:26:07.216 INFO STEP 629 (remove_files) COMPLETE
71322026-08-17T18:26:08.064Z[ recovery-image] Aug 17 18:26:07.216 INFO O| Aug 17 18:26:07.216 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-08-17T18:26:08.074Z[ recovery-image] Aug 17 18:26:07.226 INFO O| Aug 17 18:26:07.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71342026-08-17T18:26:08.074Z[ recovery-image] Aug 17 18:26:07.226 INFO O| Aug 17 18:26:07.226 INFO STEP 630 (remove_files) COMPLETE
71352026-08-17T18:26:08.077Z[ recovery-image] Aug 17 18:26:07.226 INFO O| Aug 17 18:26:07.226 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-08-17T18:26:08.083Z[ recovery-image] Aug 17 18:26:07.235 INFO O| Aug 17 18:26:07.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71372026-08-17T18:26:08.083Z[ recovery-image] Aug 17 18:26:07.235 INFO O| Aug 17 18:26:07.235 INFO STEP 631 (remove_files) COMPLETE
71382026-08-17T18:26:08.087Z[ recovery-image] Aug 17 18:26:07.235 INFO O| Aug 17 18:26:07.235 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-08-17T18:26:08.099Z[ recovery-image] Aug 17 18:26:07.246 INFO O| Aug 17 18:26:07.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71402026-08-17T18:26:08.099Z[ recovery-image] Aug 17 18:26:07.246 INFO O| Aug 17 18:26:07.246 INFO STEP 632 (remove_files) COMPLETE
71412026-08-17T18:26:08.099Z[ recovery-image] Aug 17 18:26:07.246 INFO O| Aug 17 18:26:07.246 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-08-17T18:26:08.104Z[ recovery-image] Aug 17 18:26:07.256 INFO O| Aug 17 18:26:07.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71432026-08-17T18:26:08.104Z[ recovery-image] Aug 17 18:26:07.256 INFO O| Aug 17 18:26:07.256 INFO STEP 633 (remove_files) COMPLETE
71442026-08-17T18:26:08.104Z[ recovery-image] Aug 17 18:26:07.256 INFO O| Aug 17 18:26:07.256 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-08-17T18:26:08.115Z[ recovery-image] Aug 17 18:26:07.266 INFO O| Aug 17 18:26:07.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71462026-08-17T18:26:08.115Z[ recovery-image] Aug 17 18:26:07.267 INFO O| Aug 17 18:26:07.266 INFO STEP 634 (remove_files) COMPLETE
71472026-08-17T18:26:08.115Z[ recovery-image] Aug 17 18:26:07.267 INFO O| Aug 17 18:26:07.267 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-08-17T18:26:08.126Z[ recovery-image] Aug 17 18:26:07.278 INFO O| Aug 17 18:26:07.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71492026-08-17T18:26:08.126Z[ recovery-image] Aug 17 18:26:07.278 INFO O| Aug 17 18:26:07.278 INFO STEP 635 (remove_files) COMPLETE
71502026-08-17T18:26:08.126Z[ recovery-image] Aug 17 18:26:07.278 INFO O| Aug 17 18:26:07.278 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-08-17T18:26:08.135Z[ recovery-image] Aug 17 18:26:07.287 INFO O| Aug 17 18:26:07.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71522026-08-17T18:26:08.135Z[ recovery-image] Aug 17 18:26:07.287 INFO O| Aug 17 18:26:07.287 INFO STEP 636 (remove_files) COMPLETE
71532026-08-17T18:26:08.135Z[ recovery-image] Aug 17 18:26:07.287 INFO O| Aug 17 18:26:07.287 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-08-17T18:26:08.145Z[ recovery-image] Aug 17 18:26:07.297 INFO O| Aug 17 18:26:07.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71552026-08-17T18:26:08.145Z[ recovery-image] Aug 17 18:26:07.297 INFO O| Aug 17 18:26:07.297 INFO STEP 637 (remove_files) COMPLETE
71562026-08-17T18:26:08.145Z[ recovery-image] Aug 17 18:26:07.297 INFO O| Aug 17 18:26:07.297 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-08-17T18:26:08.154Z[ recovery-image] Aug 17 18:26:07.306 INFO O| Aug 17 18:26:07.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71582026-08-17T18:26:08.154Z[ recovery-image] Aug 17 18:26:07.306 INFO O| Aug 17 18:26:07.306 INFO STEP 638 (remove_files) COMPLETE
71592026-08-17T18:26:08.154Z[ recovery-image] Aug 17 18:26:07.306 INFO O| Aug 17 18:26:07.306 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-08-17T18:26:08.163Z[ recovery-image] Aug 17 18:26:07.315 INFO O| Aug 17 18:26:07.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71612026-08-17T18:26:08.167Z[ recovery-image] Aug 17 18:26:07.316 INFO O| Aug 17 18:26:07.316 INFO STEP 639 (remove_files) COMPLETE
71622026-08-17T18:26:08.167Z[ recovery-image] Aug 17 18:26:07.316 INFO O| Aug 17 18:26:07.316 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-08-17T18:26:08.175Z[ recovery-image] Aug 17 18:26:07.327 INFO O| Aug 17 18:26:07.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71642026-08-17T18:26:08.175Z[ recovery-image] Aug 17 18:26:07.327 INFO O| Aug 17 18:26:07.327 INFO STEP 640 (remove_files) COMPLETE
71652026-08-17T18:26:08.175Z[ recovery-image] Aug 17 18:26:07.327 INFO O| Aug 17 18:26:07.327 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-08-17T18:26:08.186Z[ recovery-image] Aug 17 18:26:07.338 INFO O| Aug 17 18:26:07.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
71672026-08-17T18:26:08.186Z[ recovery-image] Aug 17 18:26:07.338 INFO O| Aug 17 18:26:07.338 INFO STEP 641 (remove_files) COMPLETE
71682026-08-17T18:26:08.186Z[ recovery-image] Aug 17 18:26:07.338 INFO O| Aug 17 18:26:07.338 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-08-17T18:26:08.196Z[ recovery-image] Aug 17 18:26:07.348 INFO O| Aug 17 18:26:07.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
71702026-08-17T18:26:08.196Z[ recovery-image] Aug 17 18:26:07.348 INFO O| Aug 17 18:26:07.348 INFO STEP 642 (remove_files) COMPLETE
71712026-08-17T18:26:08.199Z[ recovery-image] Aug 17 18:26:07.348 INFO O| Aug 17 18:26:07.348 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-08-17T18:26:08.207Z[ recovery-image] Aug 17 18:26:07.359 INFO O| Aug 17 18:26:07.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
71732026-08-17T18:26:08.207Z[ recovery-image] Aug 17 18:26:07.359 INFO O| Aug 17 18:26:07.359 INFO STEP 643 (remove_files) COMPLETE
71742026-08-17T18:26:08.207Z[ recovery-image] Aug 17 18:26:07.359 INFO O| Aug 17 18:26:07.359 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-08-17T18:26:08.218Z[ recovery-image] Aug 17 18:26:07.370 INFO O| Aug 17 18:26:07.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
71762026-08-17T18:26:08.218Z[ recovery-image] Aug 17 18:26:07.370 INFO O| Aug 17 18:26:07.370 INFO STEP 644 (remove_files) COMPLETE
71772026-08-17T18:26:08.218Z[ recovery-image] Aug 17 18:26:07.370 INFO O| Aug 17 18:26:07.370 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-08-17T18:26:08.227Z[ recovery-image] Aug 17 18:26:07.378 INFO O| Aug 17 18:26:07.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
71792026-08-17T18:26:08.227Z[ recovery-image] Aug 17 18:26:07.379 INFO O| Aug 17 18:26:07.379 INFO STEP 645 (remove_files) COMPLETE
71802026-08-17T18:26:08.227Z[ recovery-image] Aug 17 18:26:07.379 INFO O| Aug 17 18:26:07.379 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-08-17T18:26:08.237Z[ recovery-image] Aug 17 18:26:07.389 INFO O| Aug 17 18:26:07.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
71822026-08-17T18:26:08.237Z[ recovery-image] Aug 17 18:26:07.389 INFO O| Aug 17 18:26:07.389 INFO STEP 646 (remove_files) COMPLETE
71832026-08-17T18:26:08.237Z[ recovery-image] Aug 17 18:26:07.389 INFO O| Aug 17 18:26:07.389 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-08-17T18:26:08.252Z[ recovery-image] Aug 17 18:26:07.399 INFO O| Aug 17 18:26:07.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
71852026-08-17T18:26:08.252Z[ recovery-image] Aug 17 18:26:07.399 INFO O| Aug 17 18:26:07.399 INFO STEP 647 (remove_files) COMPLETE
71862026-08-17T18:26:08.256Z[ recovery-image] Aug 17 18:26:07.399 INFO O| Aug 17 18:26:07.399 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-08-17T18:26:08.259Z[ recovery-image] Aug 17 18:26:07.409 INFO O| Aug 17 18:26:07.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
71882026-08-17T18:26:08.259Z[ recovery-image] Aug 17 18:26:07.409 INFO O| Aug 17 18:26:07.409 INFO STEP 648 (remove_files) COMPLETE
71892026-08-17T18:26:08.259Z[ recovery-image] Aug 17 18:26:07.409 INFO O| Aug 17 18:26:07.409 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-08-17T18:26:08.267Z[ recovery-image] Aug 17 18:26:07.419 INFO O| Aug 17 18:26:07.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
71912026-08-17T18:26:08.267Z[ recovery-image] Aug 17 18:26:07.419 INFO O| Aug 17 18:26:07.419 INFO STEP 649 (remove_files) COMPLETE
71922026-08-17T18:26:08.267Z[ recovery-image] Aug 17 18:26:07.419 INFO O| Aug 17 18:26:07.419 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-17T18:26:08.276Z[ recovery-image] Aug 17 18:26:07.428 INFO O| Aug 17 18:26:07.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
71942026-08-17T18:26:08.276Z[ recovery-image] Aug 17 18:26:07.428 INFO O| Aug 17 18:26:07.428 INFO STEP 650 (remove_files) COMPLETE
71952026-08-17T18:26:08.276Z[ recovery-image] Aug 17 18:26:07.428 INFO O| Aug 17 18:26:07.428 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-08-17T18:26:08.286Z[ recovery-image] Aug 17 18:26:07.438 INFO O| Aug 17 18:26:07.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
71972026-08-17T18:26:08.286Z[ recovery-image] Aug 17 18:26:07.438 INFO O| Aug 17 18:26:07.438 INFO STEP 651 (remove_files) COMPLETE
71982026-08-17T18:26:08.286Z[ recovery-image] Aug 17 18:26:07.438 INFO O| Aug 17 18:26:07.438 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-08-17T18:26:08.297Z[ recovery-image] Aug 17 18:26:07.449 INFO O| Aug 17 18:26:07.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72002026-08-17T18:26:08.297Z[ recovery-image] Aug 17 18:26:07.449 INFO O| Aug 17 18:26:07.449 INFO STEP 652 (remove_files) COMPLETE
72012026-08-17T18:26:08.300Z[ recovery-image] Aug 17 18:26:07.449 INFO O| Aug 17 18:26:07.449 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-08-17T18:26:08.307Z[ recovery-image] Aug 17 18:26:07.459 INFO O| Aug 17 18:26:07.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72032026-08-17T18:26:08.307Z[ recovery-image] Aug 17 18:26:07.459 INFO O| Aug 17 18:26:07.459 INFO STEP 653 (remove_files) COMPLETE
72042026-08-17T18:26:08.307Z[ recovery-image] Aug 17 18:26:07.459 INFO O| Aug 17 18:26:07.459 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-08-17T18:26:08.317Z[ recovery-image] Aug 17 18:26:07.469 INFO O| Aug 17 18:26:07.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72062026-08-17T18:26:08.317Z[ recovery-image] Aug 17 18:26:07.469 INFO O| Aug 17 18:26:07.469 INFO STEP 654 (remove_files) COMPLETE
72072026-08-17T18:26:08.317Z[ recovery-image] Aug 17 18:26:07.469 INFO O| Aug 17 18:26:07.469 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-08-17T18:26:08.326Z[ recovery-image] Aug 17 18:26:07.478 INFO O| Aug 17 18:26:07.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72092026-08-17T18:26:08.326Z[ recovery-image] Aug 17 18:26:07.478 INFO O| Aug 17 18:26:07.478 INFO STEP 655 (remove_files) COMPLETE
72102026-08-17T18:26:08.329Z[ recovery-image] Aug 17 18:26:07.478 INFO O| Aug 17 18:26:07.478 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-08-17T18:26:08.336Z[ recovery-image] Aug 17 18:26:07.489 INFO O| Aug 17 18:26:07.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72122026-08-17T18:26:08.340Z[ recovery-image] Aug 17 18:26:07.489 INFO O| Aug 17 18:26:07.489 INFO STEP 656 (remove_files) COMPLETE
72132026-08-17T18:26:08.340Z[ recovery-image] Aug 17 18:26:07.489 INFO O| Aug 17 18:26:07.489 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-08-17T18:26:08.348Z[ recovery-image] Aug 17 18:26:07.500 INFO O| Aug 17 18:26:07.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72152026-08-17T18:26:08.351Z[ recovery-image] Aug 17 18:26:07.501 INFO O| Aug 17 18:26:07.501 INFO STEP 657 (remove_files) COMPLETE
72162026-08-17T18:26:08.351Z[ recovery-image] Aug 17 18:26:07.501 INFO O| Aug 17 18:26:07.501 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-08-17T18:26:08.360Z[ recovery-image] Aug 17 18:26:07.512 INFO O| Aug 17 18:26:07.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72182026-08-17T18:26:08.360Z[ recovery-image] Aug 17 18:26:07.512 INFO O| Aug 17 18:26:07.512 INFO STEP 658 (remove_files) COMPLETE
72192026-08-17T18:26:08.360Z[ recovery-image] Aug 17 18:26:07.512 INFO O| Aug 17 18:26:07.512 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-08-17T18:26:08.370Z[ recovery-image] Aug 17 18:26:07.522 INFO O| Aug 17 18:26:07.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72212026-08-17T18:26:08.370Z[ recovery-image] Aug 17 18:26:07.522 INFO O| Aug 17 18:26:07.522 INFO STEP 659 (remove_files) COMPLETE
72222026-08-17T18:26:08.373Z[ recovery-image] Aug 17 18:26:07.522 INFO O| Aug 17 18:26:07.522 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-08-17T18:26:08.380Z[ recovery-image] Aug 17 18:26:07.532 INFO O| Aug 17 18:26:07.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72242026-08-17T18:26:08.380Z[ recovery-image] Aug 17 18:26:07.532 INFO O| Aug 17 18:26:07.532 INFO STEP 660 (remove_files) COMPLETE
72252026-08-17T18:26:08.380Z[ recovery-image] Aug 17 18:26:07.532 INFO O| Aug 17 18:26:07.532 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-08-17T18:26:08.390Z[ recovery-image] Aug 17 18:26:07.542 INFO O| Aug 17 18:26:07.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72272026-08-17T18:26:08.390Z[ recovery-image] Aug 17 18:26:07.542 INFO O| Aug 17 18:26:07.542 INFO STEP 661 (remove_files) COMPLETE
72282026-08-17T18:26:08.390Z[ recovery-image] Aug 17 18:26:07.542 INFO O| Aug 17 18:26:07.542 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-08-17T18:26:08.393Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
72302026-08-17T18:26:08.399Z[ recovery-image] Aug 17 18:26:07.552 INFO O| Aug 17 18:26:07.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72312026-08-17T18:26:08.403Z[ recovery-image] Aug 17 18:26:07.552 INFO O| Aug 17 18:26:07.552 INFO STEP 662 (remove_files) COMPLETE
72322026-08-17T18:26:08.403Z[ recovery-image] Aug 17 18:26:07.552 INFO O| Aug 17 18:26:07.552 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-08-17T18:26:08.411Z[ recovery-image] Aug 17 18:26:07.562 INFO O| Aug 17 18:26:07.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72342026-08-17T18:26:08.411Z[ recovery-image] Aug 17 18:26:07.562 INFO O| Aug 17 18:26:07.562 INFO STEP 663 (remove_files) COMPLETE
72352026-08-17T18:26:08.411Z[ recovery-image] Aug 17 18:26:07.562 INFO O| Aug 17 18:26:07.562 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-08-17T18:26:08.419Z[ recovery-image] Aug 17 18:26:07.571 INFO O| Aug 17 18:26:07.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72372026-08-17T18:26:08.419Z[ recovery-image] Aug 17 18:26:07.571 INFO O| Aug 17 18:26:07.571 INFO STEP 664 (remove_files) COMPLETE
72382026-08-17T18:26:08.419Z[ recovery-image] Aug 17 18:26:07.571 INFO O| Aug 17 18:26:07.571 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-08-17T18:26:08.430Z[ recovery-image] Aug 17 18:26:07.582 INFO O| Aug 17 18:26:07.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72402026-08-17T18:26:08.430Z[ recovery-image] Aug 17 18:26:07.582 INFO O| Aug 17 18:26:07.582 INFO STEP 665 (remove_files) COMPLETE
72412026-08-17T18:26:08.430Z[ recovery-image] Aug 17 18:26:07.582 INFO O| Aug 17 18:26:07.582 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-08-17T18:26:08.441Z[ recovery-image] Aug 17 18:26:07.593 INFO O| Aug 17 18:26:07.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72432026-08-17T18:26:08.441Z[ recovery-image] Aug 17 18:26:07.593 INFO O| Aug 17 18:26:07.593 INFO STEP 666 (remove_files) COMPLETE
72442026-08-17T18:26:08.441Z[ recovery-image] Aug 17 18:26:07.593 INFO O| Aug 17 18:26:07.593 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-08-17T18:26:08.451Z[ recovery-image] Aug 17 18:26:07.603 INFO O| Aug 17 18:26:07.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72462026-08-17T18:26:08.451Z[ recovery-image] Aug 17 18:26:07.603 INFO O| Aug 17 18:26:07.603 INFO STEP 667 (remove_files) COMPLETE
72472026-08-17T18:26:08.454Z[ recovery-image] Aug 17 18:26:07.603 INFO O| Aug 17 18:26:07.603 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-08-17T18:26:08.461Z[ recovery-image] Aug 17 18:26:07.613 INFO O| Aug 17 18:26:07.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72492026-08-17T18:26:08.461Z[ recovery-image] Aug 17 18:26:07.613 INFO O| Aug 17 18:26:07.613 INFO STEP 668 (remove_files) COMPLETE
72502026-08-17T18:26:08.465Z[ recovery-image] Aug 17 18:26:07.613 INFO O| Aug 17 18:26:07.613 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-08-17T18:26:08.471Z[ recovery-image] Aug 17 18:26:07.624 INFO O| Aug 17 18:26:07.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72522026-08-17T18:26:08.471Z[ recovery-image] Aug 17 18:26:07.624 INFO O| Aug 17 18:26:07.624 INFO STEP 669 (remove_files) COMPLETE
72532026-08-17T18:26:08.471Z[ recovery-image] Aug 17 18:26:07.624 INFO O| Aug 17 18:26:07.624 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-08-17T18:26:08.483Z[ recovery-image] Aug 17 18:26:07.635 INFO O| Aug 17 18:26:07.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72552026-08-17T18:26:08.483Z[ recovery-image] Aug 17 18:26:07.635 INFO O| Aug 17 18:26:07.635 INFO STEP 670 (remove_files) COMPLETE
72562026-08-17T18:26:08.483Z[ recovery-image] Aug 17 18:26:07.635 INFO O| Aug 17 18:26:07.635 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-08-17T18:26:08.493Z[ recovery-image] Aug 17 18:26:07.645 INFO O| Aug 17 18:26:07.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72582026-08-17T18:26:08.494Z[ recovery-image] Aug 17 18:26:07.645 INFO O| Aug 17 18:26:07.645 INFO STEP 671 (remove_files) COMPLETE
72592026-08-17T18:26:08.494Z[ recovery-image] Aug 17 18:26:07.645 INFO O| Aug 17 18:26:07.645 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-08-17T18:26:08.504Z[ recovery-image] Aug 17 18:26:07.656 INFO O| Aug 17 18:26:07.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72612026-08-17T18:26:08.504Z[ recovery-image] Aug 17 18:26:07.656 INFO O| Aug 17 18:26:07.656 INFO STEP 672 (remove_files) COMPLETE
72622026-08-17T18:26:08.504Z[ recovery-image] Aug 17 18:26:07.656 INFO O| Aug 17 18:26:07.656 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-08-17T18:26:08.516Z[ recovery-image] Aug 17 18:26:07.668 INFO O| Aug 17 18:26:07.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72642026-08-17T18:26:08.520Z[ recovery-image] Aug 17 18:26:07.669 INFO O| Aug 17 18:26:07.669 INFO STEP 673 (remove_files) COMPLETE
72652026-08-17T18:26:08.520Z[ recovery-image] Aug 17 18:26:07.669 INFO O| Aug 17 18:26:07.669 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-08-17T18:26:08.529Z[ recovery-image] Aug 17 18:26:07.681 INFO O| Aug 17 18:26:07.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
72672026-08-17T18:26:08.533Z[ recovery-image] Aug 17 18:26:07.681 INFO O| Aug 17 18:26:07.681 INFO STEP 674 (remove_files) COMPLETE
72682026-08-17T18:26:08.533Z[ recovery-image] Aug 17 18:26:07.681 INFO O| Aug 17 18:26:07.681 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-08-17T18:26:08.542Z[ recovery-image] Aug 17 18:26:07.694 INFO O| Aug 17 18:26:07.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
72702026-08-17T18:26:08.542Z[ recovery-image] Aug 17 18:26:07.694 INFO O| Aug 17 18:26:07.694 INFO STEP 675 (remove_files) COMPLETE
72712026-08-17T18:26:08.542Z[ recovery-image] Aug 17 18:26:07.694 INFO O| Aug 17 18:26:07.694 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-08-17T18:26:08.554Z[ recovery-image] Aug 17 18:26:07.706 INFO O| Aug 17 18:26:07.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
72732026-08-17T18:26:08.554Z[ recovery-image] Aug 17 18:26:07.706 INFO O| Aug 17 18:26:07.706 INFO STEP 676 (remove_files) COMPLETE
72742026-08-17T18:26:08.554Z[ recovery-image] Aug 17 18:26:07.706 INFO O| Aug 17 18:26:07.706 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-08-17T18:26:08.566Z[ recovery-image] Aug 17 18:26:07.718 INFO O| Aug 17 18:26:07.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
72762026-08-17T18:26:08.566Z[ recovery-image] Aug 17 18:26:07.718 INFO O| Aug 17 18:26:07.718 INFO STEP 677 (remove_files) COMPLETE
72772026-08-17T18:26:08.569Z[ recovery-image] Aug 17 18:26:07.718 INFO O| Aug 17 18:26:07.718 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-08-17T18:26:08.576Z[ recovery-image] Aug 17 18:26:07.728 INFO O| Aug 17 18:26:07.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
72792026-08-17T18:26:08.579Z[ recovery-image] Aug 17 18:26:07.729 INFO O| Aug 17 18:26:07.729 INFO STEP 678 (remove_files) COMPLETE
72802026-08-17T18:26:08.579Z[ recovery-image] Aug 17 18:26:07.729 INFO O| Aug 17 18:26:07.729 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-08-17T18:26:08.588Z[ recovery-image] Aug 17 18:26:07.740 INFO O| Aug 17 18:26:07.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
72822026-08-17T18:26:08.591Z[ recovery-image] Aug 17 18:26:07.741 INFO O| Aug 17 18:26:07.741 INFO STEP 679 (remove_files) COMPLETE
72832026-08-17T18:26:08.591Z[ recovery-image] Aug 17 18:26:07.741 INFO O| Aug 17 18:26:07.741 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-08-17T18:26:08.601Z[ recovery-image] Aug 17 18:26:07.752 INFO O| Aug 17 18:26:07.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
72852026-08-17T18:26:08.601Z[ recovery-image] Aug 17 18:26:07.753 INFO O| Aug 17 18:26:07.753 INFO STEP 680 (remove_files) COMPLETE
72862026-08-17T18:26:08.601Z[ recovery-image] Aug 17 18:26:07.753 INFO O| Aug 17 18:26:07.753 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-08-17T18:26:08.612Z[ recovery-image] Aug 17 18:26:07.764 INFO O| Aug 17 18:26:07.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
72882026-08-17T18:26:08.612Z[ recovery-image] Aug 17 18:26:07.764 INFO O| Aug 17 18:26:07.764 INFO STEP 681 (remove_files) COMPLETE
72892026-08-17T18:26:08.612Z[ recovery-image] Aug 17 18:26:07.764 INFO O| Aug 17 18:26:07.764 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-08-17T18:26:08.623Z[ recovery-image] Aug 17 18:26:07.775 INFO O| Aug 17 18:26:07.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
72912026-08-17T18:26:08.623Z[ recovery-image] Aug 17 18:26:07.775 INFO O| Aug 17 18:26:07.775 INFO STEP 682 (remove_files) COMPLETE
72922026-08-17T18:26:08.623Z[ recovery-image] Aug 17 18:26:07.775 INFO O| Aug 17 18:26:07.775 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-08-17T18:26:08.632Z[ recovery-image] Aug 17 18:26:07.784 INFO O| Aug 17 18:26:07.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
72942026-08-17T18:26:08.632Z[ recovery-image] Aug 17 18:26:07.784 INFO O| Aug 17 18:26:07.784 INFO STEP 683 (remove_files) COMPLETE
72952026-08-17T18:26:08.632Z[ recovery-image] Aug 17 18:26:07.784 INFO O| Aug 17 18:26:07.784 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-08-17T18:26:08.644Z[ recovery-image] Aug 17 18:26:07.796 INFO O| Aug 17 18:26:07.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
72972026-08-17T18:26:08.644Z[ recovery-image] Aug 17 18:26:07.796 INFO O| Aug 17 18:26:07.796 INFO STEP 684 (remove_files) COMPLETE
72982026-08-17T18:26:08.644Z[ recovery-image] Aug 17 18:26:07.796 INFO O| Aug 17 18:26:07.796 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-08-17T18:26:08.654Z[ recovery-image] Aug 17 18:26:07.806 INFO O| Aug 17 18:26:07.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73002026-08-17T18:26:08.654Z[ recovery-image] Aug 17 18:26:07.806 INFO O| Aug 17 18:26:07.806 INFO STEP 685 (remove_files) COMPLETE
73012026-08-17T18:26:08.654Z[ recovery-image] Aug 17 18:26:07.806 INFO O| Aug 17 18:26:07.806 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-08-17T18:26:08.664Z[ recovery-image] Aug 17 18:26:07.816 INFO O| Aug 17 18:26:07.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73032026-08-17T18:26:08.664Z[ recovery-image] Aug 17 18:26:07.816 INFO O| Aug 17 18:26:07.816 INFO STEP 686 (remove_files) COMPLETE
73042026-08-17T18:26:08.664Z[ recovery-image] Aug 17 18:26:07.816 INFO O| Aug 17 18:26:07.816 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-08-17T18:26:08.674Z[ recovery-image] Aug 17 18:26:07.825 INFO O| Aug 17 18:26:07.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73062026-08-17T18:26:08.674Z[ recovery-image] Aug 17 18:26:07.825 INFO O| Aug 17 18:26:07.825 INFO STEP 687 (remove_files) COMPLETE
73072026-08-17T18:26:08.674Z[ recovery-image] Aug 17 18:26:07.826 INFO O| Aug 17 18:26:07.825 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-08-17T18:26:08.683Z[ recovery-image] Aug 17 18:26:07.835 INFO O| Aug 17 18:26:07.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73092026-08-17T18:26:08.683Z[ recovery-image] Aug 17 18:26:07.835 INFO O| Aug 17 18:26:07.835 INFO STEP 688 (remove_files) COMPLETE
73102026-08-17T18:26:08.683Z[ recovery-image] Aug 17 18:26:07.835 INFO O| Aug 17 18:26:07.835 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-08-17T18:26:08.692Z[ recovery-image] Aug 17 18:26:07.844 INFO O| Aug 17 18:26:07.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73122026-08-17T18:26:08.692Z[ recovery-image] Aug 17 18:26:07.844 INFO O| Aug 17 18:26:07.844 INFO STEP 689 (remove_files) COMPLETE
73132026-08-17T18:26:08.692Z[ recovery-image] Aug 17 18:26:07.845 INFO O| Aug 17 18:26:07.844 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-08-17T18:26:08.702Z[ recovery-image] Aug 17 18:26:07.854 INFO O| Aug 17 18:26:07.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73152026-08-17T18:26:08.702Z[ recovery-image] Aug 17 18:26:07.854 INFO O| Aug 17 18:26:07.854 INFO STEP 690 (remove_files) COMPLETE
73162026-08-17T18:26:08.702Z[ recovery-image] Aug 17 18:26:07.854 INFO O| Aug 17 18:26:07.854 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-08-17T18:26:08.712Z[ recovery-image] Aug 17 18:26:07.864 INFO O| Aug 17 18:26:07.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73182026-08-17T18:26:08.713Z[ recovery-image] Aug 17 18:26:07.865 INFO O| Aug 17 18:26:07.865 INFO STEP 691 (remove_files) COMPLETE
73192026-08-17T18:26:08.713Z[ recovery-image] Aug 17 18:26:07.865 INFO O| Aug 17 18:26:07.865 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-08-17T18:26:08.722Z[ recovery-image] Aug 17 18:26:07.874 INFO O| Aug 17 18:26:07.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73212026-08-17T18:26:08.722Z[ recovery-image] Aug 17 18:26:07.874 INFO O| Aug 17 18:26:07.874 INFO STEP 692 (remove_files) COMPLETE
73222026-08-17T18:26:08.722Z[ recovery-image] Aug 17 18:26:07.874 INFO O| Aug 17 18:26:07.874 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-08-17T18:26:08.733Z[ recovery-image] Aug 17 18:26:07.885 INFO O| Aug 17 18:26:07.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73242026-08-17T18:26:08.733Z[ recovery-image] Aug 17 18:26:07.885 INFO O| Aug 17 18:26:07.885 INFO STEP 693 (remove_files) COMPLETE
73252026-08-17T18:26:08.736Z[ recovery-image] Aug 17 18:26:07.885 INFO O| Aug 17 18:26:07.885 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-08-17T18:26:08.742Z[ recovery-image] Aug 17 18:26:07.894 INFO O| Aug 17 18:26:07.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73272026-08-17T18:26:08.742Z[ recovery-image] Aug 17 18:26:07.895 INFO O| Aug 17 18:26:07.895 INFO STEP 694 (remove_files) COMPLETE
73282026-08-17T18:26:08.742Z[ recovery-image] Aug 17 18:26:07.895 INFO O| Aug 17 18:26:07.895 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-08-17T18:26:08.754Z[ recovery-image] Aug 17 18:26:07.906 INFO O| Aug 17 18:26:07.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73302026-08-17T18:26:08.754Z[ recovery-image] Aug 17 18:26:07.906 INFO O| Aug 17 18:26:07.906 INFO STEP 695 (remove_files) COMPLETE
73312026-08-17T18:26:08.754Z[ recovery-image] Aug 17 18:26:07.906 INFO O| Aug 17 18:26:07.906 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-08-17T18:26:08.765Z[ recovery-image] Aug 17 18:26:07.917 INFO O| Aug 17 18:26:07.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73332026-08-17T18:26:08.765Z[ recovery-image] Aug 17 18:26:07.917 INFO O| Aug 17 18:26:07.917 INFO STEP 696 (remove_files) COMPLETE
73342026-08-17T18:26:08.765Z[ recovery-image] Aug 17 18:26:07.917 INFO O| Aug 17 18:26:07.917 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-08-17T18:26:08.775Z[ recovery-image] Aug 17 18:26:07.927 INFO O| Aug 17 18:26:07.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73362026-08-17T18:26:08.775Z[ recovery-image] Aug 17 18:26:07.927 INFO O| Aug 17 18:26:07.927 INFO STEP 697 (remove_files) COMPLETE
73372026-08-17T18:26:08.775Z[ recovery-image] Aug 17 18:26:07.927 INFO O| Aug 17 18:26:07.927 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-08-17T18:26:08.787Z[ recovery-image] Aug 17 18:26:07.939 INFO O| Aug 17 18:26:07.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73392026-08-17T18:26:08.787Z[ recovery-image] Aug 17 18:26:07.939 INFO O| Aug 17 18:26:07.939 INFO STEP 698 (remove_files) COMPLETE
73402026-08-17T18:26:08.790Z[ recovery-image] Aug 17 18:26:07.939 INFO O| Aug 17 18:26:07.939 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-08-17T18:26:08.798Z[ recovery-image] Aug 17 18:26:07.951 INFO O| Aug 17 18:26:07.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73422026-08-17T18:26:08.798Z[ recovery-image] Aug 17 18:26:07.951 INFO O| Aug 17 18:26:07.951 INFO STEP 699 (remove_files) COMPLETE
73432026-08-17T18:26:08.802Z[ recovery-image] Aug 17 18:26:07.951 INFO O| Aug 17 18:26:07.951 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-08-17T18:26:08.808Z[ recovery-image] Aug 17 18:26:07.960 INFO O| Aug 17 18:26:07.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73452026-08-17T18:26:08.808Z[ recovery-image] Aug 17 18:26:07.960 INFO O| Aug 17 18:26:07.960 INFO STEP 700 (remove_files) COMPLETE
73462026-08-17T18:26:08.811Z[ recovery-image] Aug 17 18:26:07.960 INFO O| Aug 17 18:26:07.960 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-08-17T18:26:08.815Z[ recovery-image] Aug 17 18:26:07.967 INFO O| Aug 17 18:26:07.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73482026-08-17T18:26:08.815Z[ recovery-image] Aug 17 18:26:07.967 INFO O| Aug 17 18:26:07.967 INFO STEP 701 (remove_files) COMPLETE
73492026-08-17T18:26:08.818Z[ recovery-image] Aug 17 18:26:07.967 INFO O| Aug 17 18:26:07.967 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-08-17T18:26:08.823Z[ recovery-image] Aug 17 18:26:07.975 INFO O| Aug 17 18:26:07.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73512026-08-17T18:26:08.823Z[ recovery-image] Aug 17 18:26:07.975 INFO O| Aug 17 18:26:07.975 INFO STEP 702 (remove_files) COMPLETE
73522026-08-17T18:26:08.823Z[ recovery-image] Aug 17 18:26:07.975 INFO O| Aug 17 18:26:07.975 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-08-17T18:26:08.831Z[ recovery-image] Aug 17 18:26:07.983 INFO O| Aug 17 18:26:07.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73542026-08-17T18:26:08.831Z[ recovery-image] Aug 17 18:26:07.983 INFO O| Aug 17 18:26:07.983 INFO STEP 703 (remove_files) COMPLETE
73552026-08-17T18:26:08.831Z[ recovery-image] Aug 17 18:26:07.983 INFO O| Aug 17 18:26:07.983 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-08-17T18:26:08.858Z[ recovery-image] Aug 17 18:26:07.991 INFO O| Aug 17 18:26:07.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73572026-08-17T18:26:08.858Z[ recovery-image] Aug 17 18:26:07.991 INFO O| Aug 17 18:26:07.991 INFO STEP 704 (remove_files) COMPLETE
73582026-08-17T18:26:08.858Z[ recovery-image] Aug 17 18:26:07.991 INFO O| Aug 17 18:26:07.991 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-08-17T18:26:08.858Z[ recovery-image] Aug 17 18:26:07.998 INFO O| Aug 17 18:26:07.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73602026-08-17T18:26:08.858Z[ recovery-image] Aug 17 18:26:07.999 INFO O| Aug 17 18:26:07.999 INFO STEP 705 (remove_files) COMPLETE
73612026-08-17T18:26:08.858Z[ recovery-image] Aug 17 18:26:07.999 INFO O| Aug 17 18:26:07.999 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-08-17T18:26:08.862Z[ recovery-image] Aug 17 18:26:08.010 INFO O| Aug 17 18:26:08.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73632026-08-17T18:26:08.863Z[ recovery-image] Aug 17 18:26:08.010 INFO O| Aug 17 18:26:08.010 INFO STEP 706 (remove_files) COMPLETE
73642026-08-17T18:26:08.863Z[ recovery-image] Aug 17 18:26:08.010 INFO O| Aug 17 18:26:08.010 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-08-17T18:26:08.868Z[ recovery-image] Aug 17 18:26:08.020 INFO O| Aug 17 18:26:08.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
73662026-08-17T18:26:08.868Z[ recovery-image] Aug 17 18:26:08.020 INFO O| Aug 17 18:26:08.020 INFO STEP 707 (remove_files) COMPLETE
73672026-08-17T18:26:08.868Z[ recovery-image] Aug 17 18:26:08.020 INFO O| Aug 17 18:26:08.020 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-08-17T18:26:08.877Z[ recovery-image] Aug 17 18:26:08.029 INFO O| Aug 17 18:26:08.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
73692026-08-17T18:26:08.877Z[ recovery-image] Aug 17 18:26:08.029 INFO O| Aug 17 18:26:08.029 INFO STEP 708 (remove_files) COMPLETE
73702026-08-17T18:26:08.880Z[ recovery-image] Aug 17 18:26:08.029 INFO O| Aug 17 18:26:08.029 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-08-17T18:26:08.887Z[ recovery-image] Aug 17 18:26:08.039 INFO O| Aug 17 18:26:08.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
73722026-08-17T18:26:08.887Z[ recovery-image] Aug 17 18:26:08.039 INFO O| Aug 17 18:26:08.039 INFO STEP 709 (remove_files) COMPLETE
73732026-08-17T18:26:08.887Z[ recovery-image] Aug 17 18:26:08.039 INFO O| Aug 17 18:26:08.039 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-08-17T18:26:08.902Z[ recovery-image] Aug 17 18:26:08.054 INFO O| Aug 17 18:26:08.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
73752026-08-17T18:26:08.902Z[ recovery-image] Aug 17 18:26:08.054 INFO O| Aug 17 18:26:08.054 INFO STEP 710 (remove_files) COMPLETE
73762026-08-17T18:26:08.905Z[ recovery-image] Aug 17 18:26:08.054 INFO O| Aug 17 18:26:08.054 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-08-17T18:26:08.912Z[verify-libraries] Compiling sapling-renderdag v0.1.0
73782026-08-17T18:26:08.917Z[ recovery-image] Aug 17 18:26:08.066 INFO O| Aug 17 18:26:08.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
73792026-08-17T18:26:08.917Z[ recovery-image] Aug 17 18:26:08.066 INFO O| Aug 17 18:26:08.066 INFO STEP 711 (remove_files) COMPLETE
73802026-08-17T18:26:08.917Z[ recovery-image] Aug 17 18:26:08.066 INFO O| Aug 17 18:26:08.066 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-08-17T18:26:08.925Z[ recovery-image] Aug 17 18:26:08.077 INFO O| Aug 17 18:26:08.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
73822026-08-17T18:26:08.925Z[ recovery-image] Aug 17 18:26:08.077 INFO O| Aug 17 18:26:08.077 INFO STEP 712 (remove_files) COMPLETE
73832026-08-17T18:26:08.925Z[ recovery-image] Aug 17 18:26:08.077 INFO O| Aug 17 18:26:08.077 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-08-17T18:26:08.939Z[ recovery-image] Aug 17 18:26:08.091 INFO O| Aug 17 18:26:08.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
73852026-08-17T18:26:08.939Z[ recovery-image] Aug 17 18:26:08.091 INFO O| Aug 17 18:26:08.091 INFO STEP 713 (remove_files) COMPLETE
73862026-08-17T18:26:08.939Z[ recovery-image] Aug 17 18:26:08.091 INFO O| Aug 17 18:26:08.091 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-08-17T18:26:08.949Z[ recovery-image] Aug 17 18:26:08.101 INFO O| Aug 17 18:26:08.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
73882026-08-17T18:26:08.949Z[ recovery-image] Aug 17 18:26:08.101 INFO O| Aug 17 18:26:08.101 INFO STEP 714 (remove_files) COMPLETE
73892026-08-17T18:26:08.949Z[ recovery-image] Aug 17 18:26:08.101 INFO O| Aug 17 18:26:08.101 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-08-17T18:26:08.958Z[ recovery-image] Aug 17 18:26:08.110 INFO O| Aug 17 18:26:08.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
73912026-08-17T18:26:08.958Z[ recovery-image] Aug 17 18:26:08.110 INFO O| Aug 17 18:26:08.110 INFO STEP 715 (remove_files) COMPLETE
73922026-08-17T18:26:08.958Z[ recovery-image] Aug 17 18:26:08.110 INFO O| Aug 17 18:26:08.110 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-08-17T18:26:08.968Z[ recovery-image] Aug 17 18:26:08.120 INFO O| Aug 17 18:26:08.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
73942026-08-17T18:26:08.968Z[ recovery-image] Aug 17 18:26:08.120 INFO O| Aug 17 18:26:08.120 INFO STEP 716 (remove_files) COMPLETE
73952026-08-17T18:26:08.968Z[ recovery-image] Aug 17 18:26:08.120 INFO O| Aug 17 18:26:08.120 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-08-17T18:26:08.978Z[ recovery-image] Aug 17 18:26:08.130 INFO O| Aug 17 18:26:08.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
73972026-08-17T18:26:08.978Z[ recovery-image] Aug 17 18:26:08.131 INFO O| Aug 17 18:26:08.131 INFO STEP 717 (remove_files) COMPLETE
73982026-08-17T18:26:08.982Z[ recovery-image] Aug 17 18:26:08.131 INFO O| Aug 17 18:26:08.131 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-08-17T18:26:08.988Z[ recovery-image] Aug 17 18:26:08.140 INFO O| Aug 17 18:26:08.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74002026-08-17T18:26:08.988Z[ recovery-image] Aug 17 18:26:08.140 INFO O| Aug 17 18:26:08.140 INFO STEP 718 (remove_files) COMPLETE
74012026-08-17T18:26:08.992Z[ recovery-image] Aug 17 18:26:08.140 INFO O| Aug 17 18:26:08.140 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-08-17T18:26:08.996Z[ recovery-image] Aug 17 18:26:08.148 INFO O| Aug 17 18:26:08.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74032026-08-17T18:26:08.999Z[ recovery-image] Aug 17 18:26:08.148 INFO O| Aug 17 18:26:08.148 INFO STEP 719 (remove_files) COMPLETE
74042026-08-17T18:26:08.999Z[ recovery-image] Aug 17 18:26:08.148 INFO O| Aug 17 18:26:08.148 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-08-17T18:26:09.008Z[ recovery-image] Aug 17 18:26:08.160 INFO O| Aug 17 18:26:08.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74062026-08-17T18:26:09.008Z[ recovery-image] Aug 17 18:26:08.160 INFO O| Aug 17 18:26:08.160 INFO STEP 720 (remove_files) COMPLETE
74072026-08-17T18:26:09.008Z[ recovery-image] Aug 17 18:26:08.160 INFO O| Aug 17 18:26:08.160 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-08-17T18:26:09.019Z[ recovery-image] Aug 17 18:26:08.171 INFO O| Aug 17 18:26:08.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74092026-08-17T18:26:09.019Z[ recovery-image] Aug 17 18:26:08.171 INFO O| Aug 17 18:26:08.171 INFO STEP 721 (remove_files) COMPLETE
74102026-08-17T18:26:09.019Z[ recovery-image] Aug 17 18:26:08.171 INFO O| Aug 17 18:26:08.171 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-08-17T18:26:09.030Z[ recovery-image] Aug 17 18:26:08.182 INFO O| Aug 17 18:26:08.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74122026-08-17T18:26:09.030Z[ recovery-image] Aug 17 18:26:08.182 INFO O| Aug 17 18:26:08.182 INFO STEP 722 (remove_files) COMPLETE
74132026-08-17T18:26:09.030Z[ recovery-image] Aug 17 18:26:08.182 INFO O| Aug 17 18:26:08.182 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-08-17T18:26:09.040Z[ recovery-image] Aug 17 18:26:08.192 INFO O| Aug 17 18:26:08.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74152026-08-17T18:26:09.040Z[ recovery-image] Aug 17 18:26:08.192 INFO O| Aug 17 18:26:08.192 INFO STEP 723 (remove_files) COMPLETE
74162026-08-17T18:26:09.043Z[ recovery-image] Aug 17 18:26:08.192 INFO O| Aug 17 18:26:08.192 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-08-17T18:26:09.049Z[ recovery-image] Aug 17 18:26:08.202 INFO O| Aug 17 18:26:08.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74182026-08-17T18:26:09.049Z[ recovery-image] Aug 17 18:26:08.202 INFO O| Aug 17 18:26:08.202 INFO STEP 724 (remove_files) COMPLETE
74192026-08-17T18:26:09.049Z[ recovery-image] Aug 17 18:26:08.202 INFO O| Aug 17 18:26:08.202 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-08-17T18:26:09.060Z[ recovery-image] Aug 17 18:26:08.212 INFO O| Aug 17 18:26:08.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74212026-08-17T18:26:09.060Z[ recovery-image] Aug 17 18:26:08.212 INFO O| Aug 17 18:26:08.212 INFO STEP 725 (remove_files) COMPLETE
74222026-08-17T18:26:09.063Z[ recovery-image] Aug 17 18:26:08.212 INFO O| Aug 17 18:26:08.212 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-08-17T18:26:09.070Z[ recovery-image] Aug 17 18:26:08.222 INFO O| Aug 17 18:26:08.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74242026-08-17T18:26:09.070Z[ recovery-image] Aug 17 18:26:08.222 INFO O| Aug 17 18:26:08.222 INFO STEP 726 (remove_files) COMPLETE
74252026-08-17T18:26:09.073Z[ recovery-image] Aug 17 18:26:08.222 INFO O| Aug 17 18:26:08.222 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-08-17T18:26:09.079Z[ recovery-image] Aug 17 18:26:08.231 INFO O| Aug 17 18:26:08.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74272026-08-17T18:26:09.079Z[ recovery-image] Aug 17 18:26:08.231 INFO O| Aug 17 18:26:08.231 INFO STEP 727 (remove_files) COMPLETE
74282026-08-17T18:26:09.079Z[ recovery-image] Aug 17 18:26:08.231 INFO O| Aug 17 18:26:08.231 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-08-17T18:26:09.087Z[ recovery-image] Aug 17 18:26:08.239 INFO O| Aug 17 18:26:08.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74302026-08-17T18:26:09.087Z[ recovery-image] Aug 17 18:26:08.240 INFO O| Aug 17 18:26:08.240 INFO STEP 728 (remove_files) COMPLETE
74312026-08-17T18:26:09.088Z[ recovery-image] Aug 17 18:26:08.240 INFO O| Aug 17 18:26:08.240 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-08-17T18:26:09.096Z[ recovery-image] Aug 17 18:26:08.248 INFO O| Aug 17 18:26:08.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74332026-08-17T18:26:09.096Z[ recovery-image] Aug 17 18:26:08.249 INFO O| Aug 17 18:26:08.249 INFO STEP 729 (remove_files) COMPLETE
74342026-08-17T18:26:09.096Z[ recovery-image] Aug 17 18:26:08.249 INFO O| Aug 17 18:26:08.249 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-08-17T18:26:09.106Z[ recovery-image] Aug 17 18:26:08.258 INFO O| Aug 17 18:26:08.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74362026-08-17T18:26:09.106Z[ recovery-image] Aug 17 18:26:08.258 INFO O| Aug 17 18:26:08.258 INFO STEP 730 (remove_files) COMPLETE
74372026-08-17T18:26:09.109Z[ recovery-image] Aug 17 18:26:08.258 INFO O| Aug 17 18:26:08.258 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-08-17T18:26:09.112Z[verify-libraries] Compiling delegate v0.13.5
74392026-08-17T18:26:09.117Z[ recovery-image] Aug 17 18:26:08.267 INFO O| Aug 17 18:26:08.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74402026-08-17T18:26:09.117Z[ recovery-image] Aug 17 18:26:08.267 INFO O| Aug 17 18:26:08.267 INFO STEP 731 (remove_files) COMPLETE
74412026-08-17T18:26:09.117Z[ recovery-image] Aug 17 18:26:08.267 INFO O| Aug 17 18:26:08.267 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-08-17T18:26:09.123Z[ recovery-image] Aug 17 18:26:08.275 INFO O| Aug 17 18:26:08.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74432026-08-17T18:26:09.123Z[ recovery-image] Aug 17 18:26:08.276 INFO O| Aug 17 18:26:08.275 INFO STEP 732 (remove_files) COMPLETE
74442026-08-17T18:26:09.123Z[ recovery-image] Aug 17 18:26:08.276 INFO O| Aug 17 18:26:08.276 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-08-17T18:26:09.134Z[ recovery-image] Aug 17 18:26:08.286 INFO O| Aug 17 18:26:08.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74462026-08-17T18:26:09.134Z[ recovery-image] Aug 17 18:26:08.286 INFO O| Aug 17 18:26:08.286 INFO STEP 733 (remove_files) COMPLETE
74472026-08-17T18:26:09.137Z[ recovery-image] Aug 17 18:26:08.286 INFO O| Aug 17 18:26:08.286 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-08-17T18:26:09.140Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
74492026-08-17T18:26:09.144Z[ recovery-image] Aug 17 18:26:08.296 INFO O| Aug 17 18:26:08.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74502026-08-17T18:26:09.144Z[ recovery-image] Aug 17 18:26:08.297 INFO O| Aug 17 18:26:08.296 INFO STEP 734 (remove_files) COMPLETE
74512026-08-17T18:26:09.147Z[ recovery-image] Aug 17 18:26:08.297 INFO O| Aug 17 18:26:08.296 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-08-17T18:26:09.155Z[ recovery-image] Aug 17 18:26:08.308 INFO O| Aug 17 18:26:08.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74532026-08-17T18:26:09.155Z[ recovery-image] Aug 17 18:26:08.308 INFO O| Aug 17 18:26:08.308 INFO STEP 735 (remove_files) COMPLETE
74542026-08-17T18:26:09.155Z[ recovery-image] Aug 17 18:26:08.308 INFO O| Aug 17 18:26:08.308 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-08-17T18:26:09.166Z[ recovery-image] Aug 17 18:26:08.318 INFO O| Aug 17 18:26:08.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74562026-08-17T18:26:09.166Z[ recovery-image] Aug 17 18:26:08.318 INFO O| Aug 17 18:26:08.318 INFO STEP 736 (remove_files) COMPLETE
74572026-08-17T18:26:09.169Z[ recovery-image] Aug 17 18:26:08.318 INFO O| Aug 17 18:26:08.318 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-08-17T18:26:09.176Z[ recovery-image] Aug 17 18:26:08.328 INFO O| Aug 17 18:26:08.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74592026-08-17T18:26:09.176Z[ recovery-image] Aug 17 18:26:08.328 INFO O| Aug 17 18:26:08.328 INFO STEP 737 (remove_files) COMPLETE
74602026-08-17T18:26:09.176Z[ recovery-image] Aug 17 18:26:08.328 INFO O| Aug 17 18:26:08.328 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-08-17T18:26:09.190Z[ recovery-image] Aug 17 18:26:08.339 INFO O| Aug 17 18:26:08.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74622026-08-17T18:26:09.190Z[ recovery-image] Aug 17 18:26:08.340 INFO O| Aug 17 18:26:08.339 INFO STEP 738 (remove_files) COMPLETE
74632026-08-17T18:26:09.190Z[ recovery-image] Aug 17 18:26:08.340 INFO O| Aug 17 18:26:08.339 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-08-17T18:26:09.200Z[ recovery-image] Aug 17 18:26:08.350 INFO O| Aug 17 18:26:08.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74652026-08-17T18:26:09.200Z[ recovery-image] Aug 17 18:26:08.350 INFO O| Aug 17 18:26:08.350 INFO STEP 739 (remove_files) COMPLETE
74662026-08-17T18:26:09.200Z[ recovery-image] Aug 17 18:26:08.350 INFO O| Aug 17 18:26:08.350 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-08-17T18:26:09.208Z[ recovery-image] Aug 17 18:26:08.360 INFO O| Aug 17 18:26:08.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
74682026-08-17T18:26:09.208Z[ recovery-image] Aug 17 18:26:08.360 INFO O| Aug 17 18:26:08.360 INFO STEP 740 (remove_files) COMPLETE
74692026-08-17T18:26:09.208Z[ recovery-image] Aug 17 18:26:08.360 INFO O| Aug 17 18:26:08.360 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-08-17T18:26:09.219Z[ recovery-image] Aug 17 18:26:08.371 INFO O| Aug 17 18:26:08.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
74712026-08-17T18:26:09.219Z[ recovery-image] Aug 17 18:26:08.371 INFO O| Aug 17 18:26:08.371 INFO STEP 741 (remove_files) COMPLETE
74722026-08-17T18:26:09.219Z[ recovery-image] Aug 17 18:26:08.371 INFO O| Aug 17 18:26:08.371 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-08-17T18:26:09.230Z[ recovery-image] Aug 17 18:26:08.382 INFO O| Aug 17 18:26:08.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
74742026-08-17T18:26:09.230Z[ recovery-image] Aug 17 18:26:08.382 INFO O| Aug 17 18:26:08.382 INFO STEP 742 (remove_files) COMPLETE
74752026-08-17T18:26:09.233Z[ recovery-image] Aug 17 18:26:08.382 INFO O| Aug 17 18:26:08.382 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-08-17T18:26:09.241Z[ recovery-image] Aug 17 18:26:08.393 INFO O| Aug 17 18:26:08.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
74772026-08-17T18:26:09.241Z[ recovery-image] Aug 17 18:26:08.393 INFO O| Aug 17 18:26:08.393 INFO STEP 743 (remove_files) COMPLETE
74782026-08-17T18:26:09.241Z[ recovery-image] Aug 17 18:26:08.393 INFO O| Aug 17 18:26:08.393 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-08-17T18:26:09.252Z[ recovery-image] Aug 17 18:26:08.403 INFO O| Aug 17 18:26:08.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
74802026-08-17T18:26:09.252Z[ recovery-image] Aug 17 18:26:08.403 INFO O| Aug 17 18:26:08.403 INFO STEP 744 (remove_files) COMPLETE
74812026-08-17T18:26:09.253Z[ recovery-image] Aug 17 18:26:08.403 INFO O| Aug 17 18:26:08.403 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-08-17T18:26:09.263Z[ recovery-image] Aug 17 18:26:08.414 INFO O| Aug 17 18:26:08.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
74832026-08-17T18:26:09.264Z[ recovery-image] Aug 17 18:26:08.414 INFO O| Aug 17 18:26:08.414 INFO STEP 745 (remove_files) COMPLETE
74842026-08-17T18:26:09.264Z[ recovery-image] Aug 17 18:26:08.414 INFO O| Aug 17 18:26:08.414 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-08-17T18:26:09.272Z[ recovery-image] Aug 17 18:26:08.424 INFO O| Aug 17 18:26:08.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
74862026-08-17T18:26:09.272Z[ recovery-image] Aug 17 18:26:08.424 INFO O| Aug 17 18:26:08.424 INFO STEP 746 (remove_files) COMPLETE
74872026-08-17T18:26:09.272Z[ recovery-image] Aug 17 18:26:08.424 INFO O| Aug 17 18:26:08.424 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-08-17T18:26:09.282Z[ recovery-image] Aug 17 18:26:08.434 INFO O| Aug 17 18:26:08.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
74892026-08-17T18:26:09.282Z[ recovery-image] Aug 17 18:26:08.434 INFO O| Aug 17 18:26:08.434 INFO STEP 747 (remove_files) COMPLETE
74902026-08-17T18:26:09.282Z[ recovery-image] Aug 17 18:26:08.434 INFO O| Aug 17 18:26:08.434 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-08-17T18:26:09.292Z[ recovery-image] Aug 17 18:26:08.444 INFO O| Aug 17 18:26:08.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
74922026-08-17T18:26:09.295Z[ recovery-image] Aug 17 18:26:08.445 INFO O| Aug 17 18:26:08.445 INFO STEP 748 (remove_files) COMPLETE
74932026-08-17T18:26:09.295Z[ recovery-image] Aug 17 18:26:08.445 INFO O| Aug 17 18:26:08.445 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-08-17T18:26:09.301Z[verify-libraries] Compiling hex-literal v1.1.0
74952026-08-17T18:26:09.304Z[ recovery-image] Aug 17 18:26:08.455 INFO O| Aug 17 18:26:08.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
74962026-08-17T18:26:09.304Z[ recovery-image] Aug 17 18:26:08.455 INFO O| Aug 17 18:26:08.455 INFO STEP 749 (remove_files) COMPLETE
74972026-08-17T18:26:09.304Z[ recovery-image] Aug 17 18:26:08.455 INFO O| Aug 17 18:26:08.455 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-08-17T18:26:09.312Z[ recovery-image] Aug 17 18:26:08.464 INFO O| Aug 17 18:26:08.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
74992026-08-17T18:26:09.312Z[ recovery-image] Aug 17 18:26:08.464 INFO O| Aug 17 18:26:08.464 INFO STEP 750 (remove_files) COMPLETE
75002026-08-17T18:26:09.312Z[ recovery-image] Aug 17 18:26:08.464 INFO O| Aug 17 18:26:08.464 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-08-17T18:26:09.336Z[ recovery-image] Aug 17 18:26:08.488 INFO O| Aug 17 18:26:08.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75022026-08-17T18:26:09.340Z[ recovery-image] Aug 17 18:26:08.489 INFO O| Aug 17 18:26:08.489 INFO STEP 751 (remove_files) COMPLETE
75032026-08-17T18:26:09.340Z[ recovery-image] Aug 17 18:26:08.489 INFO O| Aug 17 18:26:08.489 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-08-17T18:26:09.349Z[ recovery-image] Aug 17 18:26:08.501 INFO O| Aug 17 18:26:08.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75052026-08-17T18:26:09.349Z[ recovery-image] Aug 17 18:26:08.501 INFO O| Aug 17 18:26:08.501 INFO STEP 752 (remove_files) COMPLETE
75062026-08-17T18:26:09.349Z[ recovery-image] Aug 17 18:26:08.501 INFO O| Aug 17 18:26:08.501 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-08-17T18:26:09.360Z[ recovery-image] Aug 17 18:26:08.512 INFO O| Aug 17 18:26:08.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75082026-08-17T18:26:09.360Z[ recovery-image] Aug 17 18:26:08.512 INFO O| Aug 17 18:26:08.512 INFO STEP 753 (remove_files) COMPLETE
75092026-08-17T18:26:09.364Z[ recovery-image] Aug 17 18:26:08.512 INFO O| Aug 17 18:26:08.512 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-08-17T18:26:09.367Z[verify-libraries] Compiling sync-ptr v0.1.4
75112026-08-17T18:26:09.370Z[ recovery-image] Aug 17 18:26:08.522 INFO O| Aug 17 18:26:08.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75122026-08-17T18:26:09.370Z[ recovery-image] Aug 17 18:26:08.522 INFO O| Aug 17 18:26:08.522 INFO STEP 754 (remove_files) COMPLETE
75132026-08-17T18:26:09.370Z[ recovery-image] Aug 17 18:26:08.522 INFO O| Aug 17 18:26:08.522 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-08-17T18:26:09.384Z[ recovery-image] Aug 17 18:26:08.536 INFO O| Aug 17 18:26:08.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75152026-08-17T18:26:09.384Z[ recovery-image] Aug 17 18:26:08.536 INFO O| Aug 17 18:26:08.533 INFO STEP 755 (remove_files) COMPLETE
75162026-08-17T18:26:09.387Z[ recovery-image] Aug 17 18:26:08.536 INFO O| Aug 17 18:26:08.533 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-17T18:26:09.391Z[ recovery-image] Aug 17 18:26:08.543 INFO O| Aug 17 18:26:08.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75182026-08-17T18:26:09.391Z[ recovery-image] Aug 17 18:26:08.543 INFO O| Aug 17 18:26:08.543 INFO STEP 756 (remove_files) COMPLETE
75192026-08-17T18:26:09.394Z[ recovery-image] Aug 17 18:26:08.543 INFO O| Aug 17 18:26:08.543 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-17T18:26:09.401Z[ recovery-image] Aug 17 18:26:08.553 INFO O| Aug 17 18:26:08.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75212026-08-17T18:26:09.401Z[ recovery-image] Aug 17 18:26:08.553 INFO O| Aug 17 18:26:08.553 INFO STEP 757 (remove_files) COMPLETE
75222026-08-17T18:26:09.404Z[ recovery-image] Aug 17 18:26:08.553 INFO O| Aug 17 18:26:08.553 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-08-17T18:26:09.411Z[ recovery-image] Aug 17 18:26:08.563 INFO O| Aug 17 18:26:08.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75242026-08-17T18:26:09.411Z[ recovery-image] Aug 17 18:26:08.563 INFO O| Aug 17 18:26:08.563 INFO STEP 758 (remove_files) COMPLETE
75252026-08-17T18:26:09.411Z[ recovery-image] Aug 17 18:26:08.563 INFO O| Aug 17 18:26:08.563 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-08-17T18:26:09.421Z[ recovery-image] Aug 17 18:26:08.573 INFO O| Aug 17 18:26:08.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75272026-08-17T18:26:09.421Z[ recovery-image] Aug 17 18:26:08.573 INFO O| Aug 17 18:26:08.573 INFO STEP 759 (remove_files) COMPLETE
75282026-08-17T18:26:09.421Z[ recovery-image] Aug 17 18:26:08.573 INFO O| Aug 17 18:26:08.573 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-08-17T18:26:09.431Z[ recovery-image] Aug 17 18:26:08.583 INFO O| Aug 17 18:26:08.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75302026-08-17T18:26:09.431Z[ recovery-image] Aug 17 18:26:08.583 INFO O| Aug 17 18:26:08.583 INFO STEP 760 (remove_files) COMPLETE
75312026-08-17T18:26:09.431Z[ recovery-image] Aug 17 18:26:08.583 INFO O| Aug 17 18:26:08.583 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-08-17T18:26:09.442Z[ recovery-image] Aug 17 18:26:08.594 INFO O| Aug 17 18:26:08.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75332026-08-17T18:26:09.442Z[ recovery-image] Aug 17 18:26:08.594 INFO O| Aug 17 18:26:08.594 INFO STEP 761 (remove_files) COMPLETE
75342026-08-17T18:26:09.442Z[ recovery-image] Aug 17 18:26:08.594 INFO O| Aug 17 18:26:08.594 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-08-17T18:26:09.453Z[ recovery-image] Aug 17 18:26:08.604 INFO O| Aug 17 18:26:08.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75362026-08-17T18:26:09.453Z[ recovery-image] Aug 17 18:26:08.604 INFO O| Aug 17 18:26:08.604 INFO STEP 762 (remove_files) COMPLETE
75372026-08-17T18:26:09.456Z[ recovery-image] Aug 17 18:26:08.604 INFO O| Aug 17 18:26:08.604 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-08-17T18:26:09.464Z[ recovery-image] Aug 17 18:26:08.615 INFO O| Aug 17 18:26:08.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75392026-08-17T18:26:09.464Z[ recovery-image] Aug 17 18:26:08.616 INFO O| Aug 17 18:26:08.616 INFO STEP 763 (remove_files) COMPLETE
75402026-08-17T18:26:09.464Z[ recovery-image] Aug 17 18:26:08.616 INFO O| Aug 17 18:26:08.616 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-08-17T18:26:09.476Z[ recovery-image] Aug 17 18:26:08.628 INFO O| Aug 17 18:26:08.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75422026-08-17T18:26:09.476Z[ recovery-image] Aug 17 18:26:08.628 INFO O| Aug 17 18:26:08.628 INFO STEP 764 (remove_files) COMPLETE
75432026-08-17T18:26:09.476Z[ recovery-image] Aug 17 18:26:08.628 INFO O| Aug 17 18:26:08.628 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-08-17T18:26:09.487Z[ recovery-image] Aug 17 18:26:08.639 INFO O| Aug 17 18:26:08.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75452026-08-17T18:26:09.487Z[ recovery-image] Aug 17 18:26:08.639 INFO O| Aug 17 18:26:08.639 INFO STEP 765 (remove_files) COMPLETE
75462026-08-17T18:26:09.487Z[ recovery-image] Aug 17 18:26:08.639 INFO O| Aug 17 18:26:08.639 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-08-17T18:26:09.495Z[verify-libraries] Compiling seq-macro v0.3.6
75482026-08-17T18:26:09.499Z[ recovery-image] Aug 17 18:26:08.650 INFO O| Aug 17 18:26:08.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75492026-08-17T18:26:09.499Z[ recovery-image] Aug 17 18:26:08.650 INFO O| Aug 17 18:26:08.650 INFO STEP 766 (remove_files) COMPLETE
75502026-08-17T18:26:09.499Z[ recovery-image] Aug 17 18:26:08.650 INFO O| Aug 17 18:26:08.650 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-08-17T18:26:09.508Z[ recovery-image] Aug 17 18:26:08.659 INFO O| Aug 17 18:26:08.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75522026-08-17T18:26:09.508Z[ recovery-image] Aug 17 18:26:08.659 INFO O| Aug 17 18:26:08.659 INFO STEP 767 (remove_files) COMPLETE
75532026-08-17T18:26:09.508Z[ recovery-image] Aug 17 18:26:08.659 INFO O| Aug 17 18:26:08.659 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-08-17T18:26:09.519Z[ recovery-image] Aug 17 18:26:08.668 INFO O| Aug 17 18:26:08.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75552026-08-17T18:26:09.519Z[ recovery-image] Aug 17 18:26:08.668 INFO O| Aug 17 18:26:08.668 INFO STEP 768 (remove_files) COMPLETE
75562026-08-17T18:26:09.522Z[ recovery-image] Aug 17 18:26:08.668 INFO O| Aug 17 18:26:08.668 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-08-17T18:26:09.530Z[ recovery-image] Aug 17 18:26:08.682 INFO O| Aug 17 18:26:08.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75582026-08-17T18:26:09.530Z[ recovery-image] Aug 17 18:26:08.682 INFO O| Aug 17 18:26:08.682 INFO STEP 769 (remove_files) COMPLETE
75592026-08-17T18:26:09.533Z[ recovery-image] Aug 17 18:26:08.682 INFO O| Aug 17 18:26:08.682 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-08-17T18:26:09.541Z[ recovery-image] Aug 17 18:26:08.693 INFO O| Aug 17 18:26:08.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75612026-08-17T18:26:09.541Z[ recovery-image] Aug 17 18:26:08.694 INFO O| Aug 17 18:26:08.694 INFO STEP 770 (remove_files) COMPLETE
75622026-08-17T18:26:09.545Z[ recovery-image] Aug 17 18:26:08.694 INFO O| Aug 17 18:26:08.694 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-08-17T18:26:09.551Z[ recovery-image] Aug 17 18:26:08.703 INFO O| Aug 17 18:26:08.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75642026-08-17T18:26:09.551Z[ recovery-image] Aug 17 18:26:08.703 INFO O| Aug 17 18:26:08.703 INFO STEP 771 (remove_files) COMPLETE
75652026-08-17T18:26:09.551Z[ recovery-image] Aug 17 18:26:08.703 INFO O| Aug 17 18:26:08.703 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-08-17T18:26:09.561Z[ recovery-image] Aug 17 18:26:08.713 INFO O| Aug 17 18:26:08.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75672026-08-17T18:26:09.561Z[ recovery-image] Aug 17 18:26:08.713 INFO O| Aug 17 18:26:08.713 INFO STEP 772 (remove_files) COMPLETE
75682026-08-17T18:26:09.561Z[ recovery-image] Aug 17 18:26:08.713 INFO O| Aug 17 18:26:08.713 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-08-17T18:26:09.564Z[verify-libraries] Compiling md5 v0.8.0
75702026-08-17T18:26:09.571Z[ recovery-image] Aug 17 18:26:08.723 INFO O| Aug 17 18:26:08.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75712026-08-17T18:26:09.571Z[ recovery-image] Aug 17 18:26:08.723 INFO O| Aug 17 18:26:08.723 INFO STEP 773 (remove_files) COMPLETE
75722026-08-17T18:26:09.574Z[ recovery-image] Aug 17 18:26:08.723 INFO O| Aug 17 18:26:08.723 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-17T18:26:09.580Z[ recovery-image] Aug 17 18:26:08.732 INFO O| Aug 17 18:26:08.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
75742026-08-17T18:26:09.580Z[ recovery-image] Aug 17 18:26:08.732 INFO O| Aug 17 18:26:08.732 INFO STEP 774 (remove_files) COMPLETE
75752026-08-17T18:26:09.583Z[ recovery-image] Aug 17 18:26:08.732 INFO O| Aug 17 18:26:08.732 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-08-17T18:26:09.589Z[ recovery-image] Aug 17 18:26:08.741 INFO O| Aug 17 18:26:08.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
75772026-08-17T18:26:09.592Z[ recovery-image] Aug 17 18:26:08.742 INFO O| Aug 17 18:26:08.742 INFO STEP 775 (remove_files) COMPLETE
75782026-08-17T18:26:09.592Z[ recovery-image] Aug 17 18:26:08.742 INFO O| Aug 17 18:26:08.742 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-08-17T18:26:09.604Z[ recovery-image] Aug 17 18:26:08.753 INFO O| Aug 17 18:26:08.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
75802026-08-17T18:26:09.604Z[ recovery-image] Aug 17 18:26:08.753 INFO O| Aug 17 18:26:08.753 INFO STEP 776 (remove_files) COMPLETE
75812026-08-17T18:26:09.604Z[ recovery-image] Aug 17 18:26:08.753 INFO O| Aug 17 18:26:08.753 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-08-17T18:26:09.612Z[ recovery-image] Aug 17 18:26:08.764 INFO O| Aug 17 18:26:08.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
75832026-08-17T18:26:09.612Z[ recovery-image] Aug 17 18:26:08.764 INFO O| Aug 17 18:26:08.764 INFO STEP 777 (remove_files) COMPLETE
75842026-08-17T18:26:09.612Z[ recovery-image] Aug 17 18:26:08.764 INFO O| Aug 17 18:26:08.764 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-08-17T18:26:09.621Z[ recovery-image] Aug 17 18:26:08.773 INFO O| Aug 17 18:26:08.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
75862026-08-17T18:26:09.621Z[ recovery-image] Aug 17 18:26:08.773 INFO O| Aug 17 18:26:08.773 INFO STEP 778 (remove_files) COMPLETE
75872026-08-17T18:26:09.621Z[ recovery-image] Aug 17 18:26:08.773 INFO O| Aug 17 18:26:08.773 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-17T18:26:09.631Z[ recovery-image] Aug 17 18:26:08.783 INFO O| Aug 17 18:26:08.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
75892026-08-17T18:26:09.631Z[ recovery-image] Aug 17 18:26:08.783 INFO O| Aug 17 18:26:08.783 INFO STEP 779 (remove_files) COMPLETE
75902026-08-17T18:26:09.631Z[ recovery-image] Aug 17 18:26:08.783 INFO O| Aug 17 18:26:08.783 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-17T18:26:09.641Z[ recovery-image] Aug 17 18:26:08.793 INFO O| Aug 17 18:26:08.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
75922026-08-17T18:26:09.641Z[ recovery-image] Aug 17 18:26:08.793 INFO O| Aug 17 18:26:08.793 INFO STEP 780 (remove_files) COMPLETE
75932026-08-17T18:26:09.641Z[ recovery-image] Aug 17 18:26:08.793 INFO O| Aug 17 18:26:08.793 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-17T18:26:09.652Z[ recovery-image] Aug 17 18:26:08.804 INFO O| Aug 17 18:26:08.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
75952026-08-17T18:26:09.655Z[ recovery-image] Aug 17 18:26:08.804 INFO O| Aug 17 18:26:08.804 INFO STEP 781 (remove_files) COMPLETE
75962026-08-17T18:26:09.655Z[ recovery-image] Aug 17 18:26:08.804 INFO O| Aug 17 18:26:08.804 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-17T18:26:09.661Z[ recovery-image] Aug 17 18:26:08.813 INFO O| Aug 17 18:26:08.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
75982026-08-17T18:26:09.661Z[ recovery-image] Aug 17 18:26:08.813 INFO O| Aug 17 18:26:08.813 INFO STEP 782 (remove_files) COMPLETE
75992026-08-17T18:26:09.664Z[ recovery-image] Aug 17 18:26:08.813 INFO O| Aug 17 18:26:08.813 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-08-17T18:26:09.671Z[ recovery-image] Aug 17 18:26:08.823 INFO O| Aug 17 18:26:08.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76012026-08-17T18:26:09.671Z[ recovery-image] Aug 17 18:26:08.823 INFO O| Aug 17 18:26:08.823 INFO STEP 783 (remove_files) COMPLETE
76022026-08-17T18:26:09.674Z[ recovery-image] Aug 17 18:26:08.823 INFO O| Aug 17 18:26:08.823 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-08-17T18:26:09.680Z[ recovery-image] Aug 17 18:26:08.833 INFO O| Aug 17 18:26:08.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76042026-08-17T18:26:09.681Z[ recovery-image] Aug 17 18:26:08.833 INFO O| Aug 17 18:26:08.833 INFO STEP 784 (remove_files) COMPLETE
76052026-08-17T18:26:09.681Z[ recovery-image] Aug 17 18:26:08.833 INFO O| Aug 17 18:26:08.833 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-08-17T18:26:09.691Z[ recovery-image] Aug 17 18:26:08.843 INFO O| Aug 17 18:26:08.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76072026-08-17T18:26:09.691Z[ recovery-image] Aug 17 18:26:08.843 INFO O| Aug 17 18:26:08.843 INFO STEP 785 (remove_files) COMPLETE
76082026-08-17T18:26:09.694Z[ recovery-image] Aug 17 18:26:08.843 INFO O| Aug 17 18:26:08.843 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-08-17T18:26:09.698Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
76102026-08-17T18:26:09.701Z[ recovery-image] Aug 17 18:26:08.852 INFO O| Aug 17 18:26:08.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76112026-08-17T18:26:09.701Z[ recovery-image] Aug 17 18:26:08.852 INFO O| Aug 17 18:26:08.852 INFO STEP 786 (remove_files) COMPLETE
76122026-08-17T18:26:09.701Z[ recovery-image] Aug 17 18:26:08.852 INFO O| Aug 17 18:26:08.852 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-08-17T18:26:09.709Z[ recovery-image] Aug 17 18:26:08.861 INFO O| Aug 17 18:26:08.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76142026-08-17T18:26:09.709Z[ recovery-image] Aug 17 18:26:08.862 INFO O| Aug 17 18:26:08.862 INFO STEP 787 (remove_files) COMPLETE
76152026-08-17T18:26:09.710Z[ recovery-image] Aug 17 18:26:08.862 INFO O| Aug 17 18:26:08.862 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-08-17T18:26:09.719Z[ recovery-image] Aug 17 18:26:08.871 INFO O| Aug 17 18:26:08.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76172026-08-17T18:26:09.719Z[ recovery-image] Aug 17 18:26:08.871 INFO O| Aug 17 18:26:08.871 INFO STEP 788 (remove_files) COMPLETE
76182026-08-17T18:26:09.722Z[ recovery-image] Aug 17 18:26:08.871 INFO O| Aug 17 18:26:08.871 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-08-17T18:26:09.728Z[ recovery-image] Aug 17 18:26:08.880 INFO O| Aug 17 18:26:08.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76202026-08-17T18:26:09.728Z[ recovery-image] Aug 17 18:26:08.880 INFO O| Aug 17 18:26:08.880 INFO STEP 789 (remove_files) COMPLETE
76212026-08-17T18:26:09.731Z[ recovery-image] Aug 17 18:26:08.880 INFO O| Aug 17 18:26:08.880 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-08-17T18:26:09.739Z[ recovery-image] Aug 17 18:26:08.891 INFO O| Aug 17 18:26:08.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76232026-08-17T18:26:09.739Z[ recovery-image] Aug 17 18:26:08.891 INFO O| Aug 17 18:26:08.891 INFO STEP 790 (remove_files) COMPLETE
76242026-08-17T18:26:09.742Z[ recovery-image] Aug 17 18:26:08.891 INFO O| Aug 17 18:26:08.891 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-08-17T18:26:09.749Z[ recovery-image] Aug 17 18:26:08.901 INFO O| Aug 17 18:26:08.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76262026-08-17T18:26:09.749Z[ recovery-image] Aug 17 18:26:08.901 INFO O| Aug 17 18:26:08.901 INFO STEP 791 (remove_files) COMPLETE
76272026-08-17T18:26:09.753Z[ recovery-image] Aug 17 18:26:08.901 INFO O| Aug 17 18:26:08.901 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-08-17T18:26:09.759Z[ recovery-image] Aug 17 18:26:08.911 INFO O| Aug 17 18:26:08.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76292026-08-17T18:26:09.759Z[ recovery-image] Aug 17 18:26:08.911 INFO O| Aug 17 18:26:08.911 INFO STEP 792 (remove_files) COMPLETE
76302026-08-17T18:26:09.759Z[ recovery-image] Aug 17 18:26:08.911 INFO O| Aug 17 18:26:08.911 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-08-17T18:26:09.769Z[ recovery-image] Aug 17 18:26:08.921 INFO O| Aug 17 18:26:08.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76322026-08-17T18:26:09.769Z[ recovery-image] Aug 17 18:26:08.921 INFO O| Aug 17 18:26:08.921 INFO STEP 793 (remove_files) COMPLETE
76332026-08-17T18:26:09.769Z[ recovery-image] Aug 17 18:26:08.921 INFO O| Aug 17 18:26:08.921 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-08-17T18:26:09.779Z[ recovery-image] Aug 17 18:26:08.931 INFO O| Aug 17 18:26:08.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76352026-08-17T18:26:09.779Z[ recovery-image] Aug 17 18:26:08.931 INFO O| Aug 17 18:26:08.931 INFO STEP 794 (remove_files) COMPLETE
76362026-08-17T18:26:09.779Z[ recovery-image] Aug 17 18:26:08.931 INFO O| Aug 17 18:26:08.931 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-08-17T18:26:09.791Z[ recovery-image] Aug 17 18:26:08.941 INFO O| Aug 17 18:26:08.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76382026-08-17T18:26:09.791Z[ recovery-image] Aug 17 18:26:08.941 INFO O| Aug 17 18:26:08.941 INFO STEP 795 (remove_files) COMPLETE
76392026-08-17T18:26:09.795Z[ recovery-image] Aug 17 18:26:08.941 INFO O| Aug 17 18:26:08.941 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-08-17T18:26:09.798Z[ recovery-image] Aug 17 18:26:08.950 INFO O| Aug 17 18:26:08.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76412026-08-17T18:26:09.798Z[ recovery-image] Aug 17 18:26:08.950 INFO O| Aug 17 18:26:08.950 INFO STEP 796 (remove_files) COMPLETE
76422026-08-17T18:26:09.798Z[ recovery-image] Aug 17 18:26:08.950 INFO O| Aug 17 18:26:08.950 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-08-17T18:26:09.807Z[ recovery-image] Aug 17 18:26:08.959 INFO O| Aug 17 18:26:08.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76442026-08-17T18:26:09.807Z[ recovery-image] Aug 17 18:26:08.959 INFO O| Aug 17 18:26:08.959 INFO STEP 797 (remove_files) COMPLETE
76452026-08-17T18:26:09.810Z[ recovery-image] Aug 17 18:26:08.959 INFO O| Aug 17 18:26:08.959 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-08-17T18:26:09.816Z[ recovery-image] Aug 17 18:26:08.968 INFO O| Aug 17 18:26:08.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76472026-08-17T18:26:09.816Z[ recovery-image] Aug 17 18:26:08.968 INFO O| Aug 17 18:26:08.968 INFO STEP 798 (remove_files) COMPLETE
76482026-08-17T18:26:09.816Z[ recovery-image] Aug 17 18:26:08.968 INFO O| Aug 17 18:26:08.968 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-08-17T18:26:09.827Z[ recovery-image] Aug 17 18:26:08.979 INFO O| Aug 17 18:26:08.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76502026-08-17T18:26:09.827Z[ recovery-image] Aug 17 18:26:08.979 INFO O| Aug 17 18:26:08.979 INFO STEP 799 (remove_files) COMPLETE
76512026-08-17T18:26:09.827Z[ recovery-image] Aug 17 18:26:08.979 INFO O| Aug 17 18:26:08.979 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-08-17T18:26:09.839Z[ recovery-image] Aug 17 18:26:08.991 INFO O| Aug 17 18:26:08.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76532026-08-17T18:26:09.839Z[ recovery-image] Aug 17 18:26:08.991 INFO O| Aug 17 18:26:08.991 INFO STEP 800 (remove_files) COMPLETE
76542026-08-17T18:26:09.839Z[ recovery-image] Aug 17 18:26:08.991 INFO O| Aug 17 18:26:08.991 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-08-17T18:26:09.861Z[ recovery-image] Aug 17 18:26:09.009 INFO O| Aug 17 18:26:09.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76562026-08-17T18:26:09.861Z[ recovery-image] Aug 17 18:26:09.009 INFO O| Aug 17 18:26:09.009 INFO STEP 801 (remove_files) COMPLETE
76572026-08-17T18:26:09.861Z[ recovery-image] Aug 17 18:26:09.009 INFO O| Aug 17 18:26:09.009 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-08-17T18:26:09.891Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
76592026-08-17T18:26:09.905Z[ recovery-image] Aug 17 18:26:09.057 INFO O| Aug 17 18:26:09.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76602026-08-17T18:26:09.905Z[ recovery-image] Aug 17 18:26:09.057 INFO O| Aug 17 18:26:09.057 INFO STEP 802 (remove_files) COMPLETE
76612026-08-17T18:26:09.905Z[ recovery-image] Aug 17 18:26:09.057 INFO O| Aug 17 18:26:09.057 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-17T18:26:09.916Z[ recovery-image] Aug 17 18:26:09.068 INFO O| Aug 17 18:26:09.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76632026-08-17T18:26:09.916Z[ recovery-image] Aug 17 18:26:09.068 INFO O| Aug 17 18:26:09.068 INFO STEP 803 (remove_files) COMPLETE
76642026-08-17T18:26:09.916Z[ recovery-image] Aug 17 18:26:09.068 INFO O| Aug 17 18:26:09.068 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-17T18:26:09.930Z[ recovery-image] Aug 17 18:26:09.078 INFO O| Aug 17 18:26:09.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76662026-08-17T18:26:09.930Z[ recovery-image] Aug 17 18:26:09.078 INFO O| Aug 17 18:26:09.078 INFO STEP 804 (remove_files) COMPLETE
76672026-08-17T18:26:09.930Z[ recovery-image] Aug 17 18:26:09.078 INFO O| Aug 17 18:26:09.078 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-17T18:26:09.937Z[ recovery-image] Aug 17 18:26:09.089 INFO O| Aug 17 18:26:09.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76692026-08-17T18:26:09.937Z[ recovery-image] Aug 17 18:26:09.089 INFO O| Aug 17 18:26:09.089 INFO STEP 805 (remove_files) COMPLETE
76702026-08-17T18:26:09.938Z[ recovery-image] Aug 17 18:26:09.089 INFO O| Aug 17 18:26:09.089 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-17T18:26:09.947Z[ recovery-image] Aug 17 18:26:09.099 INFO O| Aug 17 18:26:09.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
76722026-08-17T18:26:09.947Z[ recovery-image] Aug 17 18:26:09.099 INFO O| Aug 17 18:26:09.099 INFO STEP 806 (remove_files) COMPLETE
76732026-08-17T18:26:09.950Z[ recovery-image] Aug 17 18:26:09.099 INFO O| Aug 17 18:26:09.099 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-17T18:26:09.970Z[ recovery-image] Aug 17 18:26:09.122 INFO O| Aug 17 18:26:09.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
76752026-08-17T18:26:09.970Z[ recovery-image] Aug 17 18:26:09.122 INFO O| Aug 17 18:26:09.111 INFO STEP 807 (remove_files) COMPLETE
76762026-08-17T18:26:09.970Z[ recovery-image] Aug 17 18:26:09.122 INFO O| Aug 17 18:26:09.111 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-17T18:26:09.973Z[ recovery-image] Aug 17 18:26:09.122 INFO O| Aug 17 18:26:09.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
76782026-08-17T18:26:09.973Z[ recovery-image] Aug 17 18:26:09.122 INFO O| Aug 17 18:26:09.121 INFO STEP 808 (remove_files) COMPLETE
76792026-08-17T18:26:09.973Z[ recovery-image] Aug 17 18:26:09.122 INFO O| Aug 17 18:26:09.121 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-17T18:26:09.979Z[ recovery-image] Aug 17 18:26:09.131 INFO O| Aug 17 18:26:09.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
76812026-08-17T18:26:09.979Z[ recovery-image] Aug 17 18:26:09.131 INFO O| Aug 17 18:26:09.131 INFO STEP 809 (remove_files) COMPLETE
76822026-08-17T18:26:09.982Z[ recovery-image] Aug 17 18:26:09.131 INFO O| Aug 17 18:26:09.131 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-17T18:26:09.989Z[ recovery-image] Aug 17 18:26:09.141 INFO O| Aug 17 18:26:09.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
76842026-08-17T18:26:09.989Z[ recovery-image] Aug 17 18:26:09.141 INFO O| Aug 17 18:26:09.141 INFO STEP 810 (remove_files) COMPLETE
76852026-08-17T18:26:09.989Z[ recovery-image] Aug 17 18:26:09.141 INFO O| Aug 17 18:26:09.141 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-17T18:26:09.999Z[ recovery-image] Aug 17 18:26:09.151 INFO O| Aug 17 18:26:09.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
76872026-08-17T18:26:09.999Z[ recovery-image] Aug 17 18:26:09.151 INFO O| Aug 17 18:26:09.151 INFO STEP 811 (remove_files) COMPLETE
76882026-08-17T18:26:09.999Z[ recovery-image] Aug 17 18:26:09.151 INFO O| Aug 17 18:26:09.151 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-17T18:26:10.010Z[ recovery-image] Aug 17 18:26:09.162 INFO O| Aug 17 18:26:09.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
76902026-08-17T18:26:10.010Z[ recovery-image] Aug 17 18:26:09.162 INFO O| Aug 17 18:26:09.162 INFO STEP 812 (remove_files) COMPLETE
76912026-08-17T18:26:10.010Z[ recovery-image] Aug 17 18:26:09.162 INFO O| Aug 17 18:26:09.162 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-17T18:26:10.020Z[ recovery-image] Aug 17 18:26:09.172 INFO O| Aug 17 18:26:09.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
76932026-08-17T18:26:10.020Z[ recovery-image] Aug 17 18:26:09.172 INFO O| Aug 17 18:26:09.172 INFO STEP 813 (remove_files) COMPLETE
76942026-08-17T18:26:10.020Z[ recovery-image] Aug 17 18:26:09.172 INFO O| Aug 17 18:26:09.172 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-17T18:26:10.030Z[ recovery-image] Aug 17 18:26:09.182 INFO O| Aug 17 18:26:09.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
76962026-08-17T18:26:10.030Z[ recovery-image] Aug 17 18:26:09.182 INFO O| Aug 17 18:26:09.182 INFO STEP 814 (remove_files) COMPLETE
76972026-08-17T18:26:10.030Z[ recovery-image] Aug 17 18:26:09.182 INFO O| Aug 17 18:26:09.182 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-17T18:26:10.039Z[ recovery-image] Aug 17 18:26:09.191 INFO O| Aug 17 18:26:09.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
76992026-08-17T18:26:10.039Z[ recovery-image] Aug 17 18:26:09.191 INFO O| Aug 17 18:26:09.191 INFO STEP 815 (remove_files) COMPLETE
77002026-08-17T18:26:10.042Z[ recovery-image] Aug 17 18:26:09.191 INFO O| Aug 17 18:26:09.191 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-17T18:26:10.047Z[ recovery-image] Aug 17 18:26:09.199 INFO O| Aug 17 18:26:09.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77022026-08-17T18:26:10.047Z[ recovery-image] Aug 17 18:26:09.199 INFO O| Aug 17 18:26:09.199 INFO STEP 816 (remove_files) COMPLETE
77032026-08-17T18:26:10.050Z[ recovery-image] Aug 17 18:26:09.199 INFO O| Aug 17 18:26:09.199 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-08-17T18:26:10.056Z[ recovery-image] Aug 17 18:26:09.208 INFO O| Aug 17 18:26:09.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77052026-08-17T18:26:10.056Z[ recovery-image] Aug 17 18:26:09.208 INFO O| Aug 17 18:26:09.208 INFO STEP 817 (remove_files) COMPLETE
77062026-08-17T18:26:10.059Z[ recovery-image] Aug 17 18:26:09.208 INFO O| Aug 17 18:26:09.208 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-08-17T18:26:10.065Z[ recovery-image] Aug 17 18:26:09.217 INFO O| Aug 17 18:26:09.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77082026-08-17T18:26:10.068Z[ recovery-image] Aug 17 18:26:09.217 INFO O| Aug 17 18:26:09.217 INFO STEP 818 (remove_files) COMPLETE
77092026-08-17T18:26:10.068Z[ recovery-image] Aug 17 18:26:09.217 INFO O| Aug 17 18:26:09.217 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-08-17T18:26:10.074Z[ recovery-image] Aug 17 18:26:09.225 INFO O| Aug 17 18:26:09.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77112026-08-17T18:26:10.074Z[ recovery-image] Aug 17 18:26:09.225 INFO O| Aug 17 18:26:09.225 INFO STEP 819 (remove_files) COMPLETE
77122026-08-17T18:26:10.077Z[ recovery-image] Aug 17 18:26:09.225 INFO O| Aug 17 18:26:09.225 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-08-17T18:26:10.081Z[ recovery-image] Aug 17 18:26:09.234 INFO O| Aug 17 18:26:09.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77142026-08-17T18:26:10.081Z[ recovery-image] Aug 17 18:26:09.234 INFO O| Aug 17 18:26:09.234 INFO STEP 820 (remove_files) COMPLETE
77152026-08-17T18:26:10.082Z[ recovery-image] Aug 17 18:26:09.234 INFO O| Aug 17 18:26:09.234 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-17T18:26:10.089Z[ recovery-image] Aug 17 18:26:09.241 INFO O| Aug 17 18:26:09.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77172026-08-17T18:26:10.089Z[ recovery-image] Aug 17 18:26:09.241 INFO O| Aug 17 18:26:09.241 INFO STEP 821 (remove_files) COMPLETE
77182026-08-17T18:26:10.092Z[ recovery-image] Aug 17 18:26:09.241 INFO O| Aug 17 18:26:09.241 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-17T18:26:10.097Z[ recovery-image] Aug 17 18:26:09.249 INFO O| Aug 17 18:26:09.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77202026-08-17T18:26:10.097Z[ recovery-image] Aug 17 18:26:09.249 INFO O| Aug 17 18:26:09.249 INFO STEP 822 (remove_files) COMPLETE
77212026-08-17T18:26:10.100Z[ recovery-image] Aug 17 18:26:09.249 INFO O| Aug 17 18:26:09.249 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-08-17T18:26:10.109Z[ recovery-image] Aug 17 18:26:09.261 INFO O| Aug 17 18:26:09.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77232026-08-17T18:26:10.109Z[ recovery-image] Aug 17 18:26:09.261 INFO O| Aug 17 18:26:09.261 INFO STEP 823 (remove_files) COMPLETE
77242026-08-17T18:26:10.109Z[ recovery-image] Aug 17 18:26:09.261 INFO O| Aug 17 18:26:09.261 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-08-17T18:26:10.124Z[ recovery-image] Aug 17 18:26:09.272 INFO O| Aug 17 18:26:09.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77262026-08-17T18:26:10.124Z[ recovery-image] Aug 17 18:26:09.272 INFO O| Aug 17 18:26:09.272 INFO STEP 824 (remove_files) COMPLETE
77272026-08-17T18:26:10.124Z[ recovery-image] Aug 17 18:26:09.272 INFO O| Aug 17 18:26:09.272 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-08-17T18:26:10.131Z[ recovery-image] Aug 17 18:26:09.283 INFO O| Aug 17 18:26:09.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77292026-08-17T18:26:10.131Z[ recovery-image] Aug 17 18:26:09.283 INFO O| Aug 17 18:26:09.283 INFO STEP 825 (remove_files) COMPLETE
77302026-08-17T18:26:10.131Z[ recovery-image] Aug 17 18:26:09.283 INFO O| Aug 17 18:26:09.283 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-08-17T18:26:10.142Z[ recovery-image] Aug 17 18:26:09.294 INFO O| Aug 17 18:26:09.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77322026-08-17T18:26:10.142Z[ recovery-image] Aug 17 18:26:09.294 INFO O| Aug 17 18:26:09.294 INFO STEP 826 (remove_files) COMPLETE
77332026-08-17T18:26:10.142Z[ recovery-image] Aug 17 18:26:09.294 INFO O| Aug 17 18:26:09.294 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-08-17T18:26:10.152Z[ recovery-image] Aug 17 18:26:09.304 INFO O| Aug 17 18:26:09.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77352026-08-17T18:26:10.152Z[ recovery-image] Aug 17 18:26:09.304 INFO O| Aug 17 18:26:09.304 INFO STEP 827 (remove_files) COMPLETE
77362026-08-17T18:26:10.156Z[ recovery-image] Aug 17 18:26:09.304 INFO O| Aug 17 18:26:09.304 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-17T18:26:10.168Z[ recovery-image] Aug 17 18:26:09.315 INFO O| Aug 17 18:26:09.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77382026-08-17T18:26:10.171Z[ recovery-image] Aug 17 18:26:09.315 INFO O| Aug 17 18:26:09.315 INFO STEP 828 (remove_files) COMPLETE
77392026-08-17T18:26:10.171Z[ recovery-image] Aug 17 18:26:09.315 INFO O| Aug 17 18:26:09.315 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-17T18:26:10.174Z[ recovery-image] Aug 17 18:26:09.325 INFO O| Aug 17 18:26:09.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77412026-08-17T18:26:10.174Z[ recovery-image] Aug 17 18:26:09.326 INFO O| Aug 17 18:26:09.325 INFO STEP 829 (remove_files) COMPLETE
77422026-08-17T18:26:10.174Z[ recovery-image] Aug 17 18:26:09.326 INFO O| Aug 17 18:26:09.325 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-17T18:26:10.187Z[ recovery-image] Aug 17 18:26:09.339 INFO O| Aug 17 18:26:09.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77442026-08-17T18:26:10.190Z[ recovery-image] Aug 17 18:26:09.342 INFO O| Aug 17 18:26:09.342 INFO STEP 830 (remove_files) COMPLETE
77452026-08-17T18:26:10.190Z[ recovery-image] Aug 17 18:26:09.342 INFO O| Aug 17 18:26:09.342 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-17T18:26:10.199Z[ recovery-image] Aug 17 18:26:09.352 INFO O| Aug 17 18:26:09.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77472026-08-17T18:26:10.200Z[ recovery-image] Aug 17 18:26:09.352 INFO O| Aug 17 18:26:09.352 INFO STEP 831 (remove_files) COMPLETE
77482026-08-17T18:26:10.200Z[ recovery-image] Aug 17 18:26:09.352 INFO O| Aug 17 18:26:09.352 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-17T18:26:10.211Z[ recovery-image] Aug 17 18:26:09.363 INFO O| Aug 17 18:26:09.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77502026-08-17T18:26:10.211Z[ recovery-image] Aug 17 18:26:09.363 INFO O| Aug 17 18:26:09.363 INFO STEP 832 (remove_files) COMPLETE
77512026-08-17T18:26:10.211Z[ recovery-image] Aug 17 18:26:09.363 INFO O| Aug 17 18:26:09.363 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-08-17T18:26:10.215Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
77532026-08-17T18:26:10.221Z[ recovery-image] Aug 17 18:26:09.374 INFO O| Aug 17 18:26:09.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77542026-08-17T18:26:10.222Z[ recovery-image] Aug 17 18:26:09.374 INFO O| Aug 17 18:26:09.374 INFO STEP 833 (remove_files) COMPLETE
77552026-08-17T18:26:10.225Z[ recovery-image] Aug 17 18:26:09.374 INFO O| Aug 17 18:26:09.374 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-08-17T18:26:10.231Z[ recovery-image] Aug 17 18:26:09.383 INFO O| Aug 17 18:26:09.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77572026-08-17T18:26:10.231Z[ recovery-image] Aug 17 18:26:09.383 INFO O| Aug 17 18:26:09.383 INFO STEP 834 (remove_files) COMPLETE
77582026-08-17T18:26:10.231Z[ recovery-image] Aug 17 18:26:09.383 INFO O| Aug 17 18:26:09.383 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-08-17T18:26:10.239Z[ recovery-image] Aug 17 18:26:09.391 INFO O| Aug 17 18:26:09.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77602026-08-17T18:26:10.239Z[ recovery-image] Aug 17 18:26:09.391 INFO O| Aug 17 18:26:09.391 INFO STEP 835 (remove_files) COMPLETE
77612026-08-17T18:26:10.239Z[ recovery-image] Aug 17 18:26:09.391 INFO O| Aug 17 18:26:09.391 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-08-17T18:26:10.242Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
77632026-08-17T18:26:10.247Z[ recovery-image] Aug 17 18:26:09.399 INFO O| Aug 17 18:26:09.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77642026-08-17T18:26:10.247Z[ recovery-image] Aug 17 18:26:09.399 INFO O| Aug 17 18:26:09.399 INFO STEP 836 (remove_files) COMPLETE
77652026-08-17T18:26:10.250Z[ recovery-image] Aug 17 18:26:09.399 INFO O| Aug 17 18:26:09.399 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-08-17T18:26:10.256Z[ recovery-image] Aug 17 18:26:09.408 INFO O| Aug 17 18:26:09.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77672026-08-17T18:26:10.256Z[ recovery-image] Aug 17 18:26:09.408 INFO O| Aug 17 18:26:09.408 INFO STEP 837 (remove_files) COMPLETE
77682026-08-17T18:26:10.259Z[ recovery-image] Aug 17 18:26:09.408 INFO O| Aug 17 18:26:09.408 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-08-17T18:26:10.266Z[ recovery-image] Aug 17 18:26:09.418 INFO O| Aug 17 18:26:09.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77702026-08-17T18:26:10.270Z[ recovery-image] Aug 17 18:26:09.418 INFO O| Aug 17 18:26:09.418 INFO STEP 838 (remove_files) COMPLETE
77712026-08-17T18:26:10.270Z[ recovery-image] Aug 17 18:26:09.418 INFO O| Aug 17 18:26:09.418 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-08-17T18:26:10.276Z[ recovery-image] Aug 17 18:26:09.428 INFO O| Aug 17 18:26:09.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
77732026-08-17T18:26:10.276Z[ recovery-image] Aug 17 18:26:09.428 INFO O| Aug 17 18:26:09.428 INFO STEP 839 (remove_files) COMPLETE
77742026-08-17T18:26:10.277Z[ recovery-image] Aug 17 18:26:09.428 INFO O| Aug 17 18:26:09.428 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-08-17T18:26:10.281Z[verify-libraries] Compiling russh v0.62.4
77762026-08-17T18:26:10.285Z[ recovery-image] Aug 17 18:26:09.437 INFO O| Aug 17 18:26:09.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
77772026-08-17T18:26:10.285Z[ recovery-image] Aug 17 18:26:09.437 INFO O| Aug 17 18:26:09.437 INFO STEP 840 (remove_files) COMPLETE
77782026-08-17T18:26:10.288Z[ recovery-image] Aug 17 18:26:09.437 INFO O| Aug 17 18:26:09.437 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-08-17T18:26:10.336Z[ recovery-image] Aug 17 18:26:09.487 INFO O| Aug 17 18:26:09.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
77802026-08-17T18:26:10.336Z[ recovery-image] Aug 17 18:26:09.487 INFO O| Aug 17 18:26:09.485 INFO STEP 841 (remove_files) COMPLETE
77812026-08-17T18:26:10.336Z[ recovery-image] Aug 17 18:26:09.487 INFO O| Aug 17 18:26:09.485 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-08-17T18:26:10.343Z[ recovery-image] Aug 17 18:26:09.495 INFO O| Aug 17 18:26:09.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
77832026-08-17T18:26:10.343Z[ recovery-image] Aug 17 18:26:09.495 INFO O| Aug 17 18:26:09.494 INFO STEP 842 (remove_files) COMPLETE
77842026-08-17T18:26:10.343Z[ recovery-image] Aug 17 18:26:09.495 INFO O| Aug 17 18:26:09.494 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-08-17T18:26:10.350Z[ recovery-image] Aug 17 18:26:09.502 INFO O| Aug 17 18:26:09.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
77862026-08-17T18:26:10.350Z[ recovery-image] Aug 17 18:26:09.502 INFO O| Aug 17 18:26:09.502 INFO STEP 843 (remove_files) COMPLETE
77872026-08-17T18:26:10.353Z[ recovery-image] Aug 17 18:26:09.502 INFO O| Aug 17 18:26:09.502 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-08-17T18:26:10.357Z[ recovery-image] Aug 17 18:26:09.509 INFO O| Aug 17 18:26:09.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
77892026-08-17T18:26:10.357Z[ recovery-image] Aug 17 18:26:09.509 INFO O| Aug 17 18:26:09.509 INFO STEP 844 (remove_files) COMPLETE
77902026-08-17T18:26:10.360Z[ recovery-image] Aug 17 18:26:09.509 INFO O| Aug 17 18:26:09.509 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-08-17T18:26:10.365Z[ recovery-image] Aug 17 18:26:09.516 INFO O| Aug 17 18:26:09.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
77922026-08-17T18:26:10.365Z[ recovery-image] Aug 17 18:26:09.516 INFO O| Aug 17 18:26:09.516 INFO STEP 845 (remove_files) COMPLETE
77932026-08-17T18:26:10.365Z[ recovery-image] Aug 17 18:26:09.516 INFO O| Aug 17 18:26:09.516 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-08-17T18:26:10.371Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
77952026-08-17T18:26:10.374Z[ recovery-image] Aug 17 18:26:09.524 INFO O| Aug 17 18:26:09.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
77962026-08-17T18:26:10.374Z[ recovery-image] Aug 17 18:26:09.524 INFO O| Aug 17 18:26:09.524 INFO STEP 846 (remove_files) COMPLETE
77972026-08-17T18:26:10.374Z[ recovery-image] Aug 17 18:26:09.524 INFO O| Aug 17 18:26:09.524 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-08-17T18:26:10.383Z[ recovery-image] Aug 17 18:26:09.535 INFO O| Aug 17 18:26:09.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
77992026-08-17T18:26:10.383Z[ recovery-image] Aug 17 18:26:09.535 INFO O| Aug 17 18:26:09.535 INFO STEP 847 (remove_files) COMPLETE
78002026-08-17T18:26:10.386Z[ recovery-image] Aug 17 18:26:09.535 INFO O| Aug 17 18:26:09.535 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-17T18:26:10.391Z[ recovery-image] Aug 17 18:26:09.544 INFO O| Aug 17 18:26:09.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78022026-08-17T18:26:10.391Z[ recovery-image] Aug 17 18:26:09.544 INFO O| Aug 17 18:26:09.544 INFO STEP 848 (remove_files) COMPLETE
78032026-08-17T18:26:10.391Z[ recovery-image] Aug 17 18:26:09.544 INFO O| Aug 17 18:26:09.544 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-17T18:26:10.400Z[ recovery-image] Aug 17 18:26:09.552 INFO O| Aug 17 18:26:09.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78052026-08-17T18:26:10.400Z[ recovery-image] Aug 17 18:26:09.553 INFO O| Aug 17 18:26:09.552 INFO STEP 849 (remove_files) COMPLETE
78062026-08-17T18:26:10.400Z[ recovery-image] Aug 17 18:26:09.553 INFO O| Aug 17 18:26:09.552 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-17T18:26:10.413Z[ recovery-image] Aug 17 18:26:09.563 INFO O| Aug 17 18:26:09.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78082026-08-17T18:26:10.413Z[ recovery-image] Aug 17 18:26:09.563 INFO O| Aug 17 18:26:09.563 INFO STEP 850 (remove_files) COMPLETE
78092026-08-17T18:26:10.416Z[ recovery-image] Aug 17 18:26:09.563 INFO O| Aug 17 18:26:09.563 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-17T18:26:10.421Z[ recovery-image] Aug 17 18:26:09.573 INFO O| Aug 17 18:26:09.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78112026-08-17T18:26:10.421Z[ recovery-image] Aug 17 18:26:09.573 INFO O| Aug 17 18:26:09.573 INFO STEP 851 (remove_files) COMPLETE
78122026-08-17T18:26:10.424Z[ recovery-image] Aug 17 18:26:09.573 INFO O| Aug 17 18:26:09.573 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-17T18:26:10.436Z[ recovery-image] Aug 17 18:26:09.588 INFO O| Aug 17 18:26:09.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78142026-08-17T18:26:10.436Z[ recovery-image] Aug 17 18:26:09.588 INFO O| Aug 17 18:26:09.588 INFO STEP 852 (remove_files) COMPLETE
78152026-08-17T18:26:10.440Z[ recovery-image] Aug 17 18:26:09.588 INFO O| Aug 17 18:26:09.588 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-17T18:26:10.445Z[ recovery-image] Aug 17 18:26:09.597 INFO O| Aug 17 18:26:09.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78172026-08-17T18:26:10.445Z[ recovery-image] Aug 17 18:26:09.597 INFO O| Aug 17 18:26:09.597 INFO STEP 853 (remove_files) COMPLETE
78182026-08-17T18:26:10.445Z[ recovery-image] Aug 17 18:26:09.597 INFO O| Aug 17 18:26:09.597 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-17T18:26:10.459Z[ recovery-image] Aug 17 18:26:09.607 INFO O| Aug 17 18:26:09.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78202026-08-17T18:26:10.459Z[ recovery-image] Aug 17 18:26:09.607 INFO O| Aug 17 18:26:09.607 INFO STEP 854 (remove_files) COMPLETE
78212026-08-17T18:26:10.459Z[ recovery-image] Aug 17 18:26:09.607 INFO O| Aug 17 18:26:09.607 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-17T18:26:10.464Z[ recovery-image] Aug 17 18:26:09.616 INFO O| Aug 17 18:26:09.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78232026-08-17T18:26:10.464Z[ recovery-image] Aug 17 18:26:09.616 INFO O| Aug 17 18:26:09.616 INFO STEP 855 (remove_files) COMPLETE
78242026-08-17T18:26:10.464Z[ recovery-image] Aug 17 18:26:09.616 INFO O| Aug 17 18:26:09.616 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-17T18:26:10.473Z[ recovery-image] Aug 17 18:26:09.625 INFO O| Aug 17 18:26:09.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78262026-08-17T18:26:10.474Z[ recovery-image] Aug 17 18:26:09.625 INFO O| Aug 17 18:26:09.625 INFO STEP 856 (remove_files) COMPLETE
78272026-08-17T18:26:10.474Z[ recovery-image] Aug 17 18:26:09.625 INFO O| Aug 17 18:26:09.625 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-17T18:26:10.482Z[ recovery-image] Aug 17 18:26:09.634 INFO O| Aug 17 18:26:09.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78292026-08-17T18:26:10.482Z[ recovery-image] Aug 17 18:26:09.634 INFO O| Aug 17 18:26:09.634 INFO STEP 857 (remove_files) COMPLETE
78302026-08-17T18:26:10.486Z[ recovery-image] Aug 17 18:26:09.634 INFO O| Aug 17 18:26:09.634 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-17T18:26:10.490Z[ recovery-image] Aug 17 18:26:09.642 INFO O| Aug 17 18:26:09.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78322026-08-17T18:26:10.490Z[ recovery-image] Aug 17 18:26:09.643 INFO O| Aug 17 18:26:09.643 INFO STEP 858 (remove_files) COMPLETE
78332026-08-17T18:26:10.494Z[ recovery-image] Aug 17 18:26:09.643 INFO O| Aug 17 18:26:09.643 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-17T18:26:10.499Z[ recovery-image] Aug 17 18:26:09.651 INFO O| Aug 17 18:26:09.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78352026-08-17T18:26:10.499Z[ recovery-image] Aug 17 18:26:09.652 INFO O| Aug 17 18:26:09.651 INFO STEP 859 (remove_files) COMPLETE
78362026-08-17T18:26:10.500Z[ recovery-image] Aug 17 18:26:09.652 INFO O| Aug 17 18:26:09.652 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-17T18:26:10.509Z[ recovery-image] Aug 17 18:26:09.660 INFO O| Aug 17 18:26:09.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78382026-08-17T18:26:10.509Z[ recovery-image] Aug 17 18:26:09.660 INFO O| Aug 17 18:26:09.660 INFO STEP 860 (remove_files) COMPLETE
78392026-08-17T18:26:10.513Z[ recovery-image] Aug 17 18:26:09.660 INFO O| Aug 17 18:26:09.660 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-17T18:26:10.517Z[ recovery-image] Aug 17 18:26:09.669 INFO O| Aug 17 18:26:09.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78412026-08-17T18:26:10.517Z[ recovery-image] Aug 17 18:26:09.669 INFO O| Aug 17 18:26:09.669 INFO STEP 861 (remove_files) COMPLETE
78422026-08-17T18:26:10.517Z[ recovery-image] Aug 17 18:26:09.669 INFO O| Aug 17 18:26:09.669 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-17T18:26:10.527Z[ recovery-image] Aug 17 18:26:09.679 INFO O| Aug 17 18:26:09.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78442026-08-17T18:26:10.527Z[ recovery-image] Aug 17 18:26:09.679 INFO O| Aug 17 18:26:09.679 INFO STEP 862 (remove_files) COMPLETE
78452026-08-17T18:26:10.530Z[ recovery-image] Aug 17 18:26:09.679 INFO O| Aug 17 18:26:09.679 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-17T18:26:10.537Z[ recovery-image] Aug 17 18:26:09.689 INFO O| Aug 17 18:26:09.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78472026-08-17T18:26:10.537Z[ recovery-image] Aug 17 18:26:09.689 INFO O| Aug 17 18:26:09.689 INFO STEP 863 (remove_files) COMPLETE
78482026-08-17T18:26:10.537Z[ recovery-image] Aug 17 18:26:09.689 INFO O| Aug 17 18:26:09.689 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-17T18:26:10.547Z[ recovery-image] Aug 17 18:26:09.699 INFO O| Aug 17 18:26:09.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78502026-08-17T18:26:10.547Z[ recovery-image] Aug 17 18:26:09.699 INFO O| Aug 17 18:26:09.699 INFO STEP 864 (remove_files) COMPLETE
78512026-08-17T18:26:10.547Z[ recovery-image] Aug 17 18:26:09.699 INFO O| Aug 17 18:26:09.699 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-17T18:26:10.558Z[ recovery-image] Aug 17 18:26:09.710 INFO O| Aug 17 18:26:09.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78532026-08-17T18:26:10.558Z[ recovery-image] Aug 17 18:26:09.710 INFO O| Aug 17 18:26:09.710 INFO STEP 865 (remove_files) COMPLETE
78542026-08-17T18:26:10.561Z[ recovery-image] Aug 17 18:26:09.710 INFO O| Aug 17 18:26:09.710 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-17T18:26:10.568Z[ recovery-image] Aug 17 18:26:09.720 INFO O| Aug 17 18:26:09.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78562026-08-17T18:26:10.568Z[ recovery-image] Aug 17 18:26:09.720 INFO O| Aug 17 18:26:09.720 INFO STEP 866 (remove_files) COMPLETE
78572026-08-17T18:26:10.568Z[ recovery-image] Aug 17 18:26:09.720 INFO O| Aug 17 18:26:09.720 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-17T18:26:10.578Z[ recovery-image] Aug 17 18:26:09.730 INFO O| Aug 17 18:26:09.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78592026-08-17T18:26:10.578Z[ recovery-image] Aug 17 18:26:09.730 INFO O| Aug 17 18:26:09.730 INFO STEP 867 (remove_files) COMPLETE
78602026-08-17T18:26:10.578Z[ recovery-image] Aug 17 18:26:09.730 INFO O| Aug 17 18:26:09.730 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-17T18:26:10.588Z[ recovery-image] Aug 17 18:26:09.740 INFO O| Aug 17 18:26:09.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78622026-08-17T18:26:10.588Z[ recovery-image] Aug 17 18:26:09.740 INFO O| Aug 17 18:26:09.740 INFO STEP 868 (remove_files) COMPLETE
78632026-08-17T18:26:10.591Z[ recovery-image] Aug 17 18:26:09.740 INFO O| Aug 17 18:26:09.740 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-17T18:26:10.597Z[ recovery-image] Aug 17 18:26:09.750 INFO O| Aug 17 18:26:09.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78652026-08-17T18:26:10.597Z[ recovery-image] Aug 17 18:26:09.750 INFO O| Aug 17 18:26:09.750 INFO STEP 869 (remove_files) COMPLETE
78662026-08-17T18:26:10.601Z[ recovery-image] Aug 17 18:26:09.750 INFO O| Aug 17 18:26:09.750 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-17T18:26:10.607Z[ recovery-image] Aug 17 18:26:09.759 INFO O| Aug 17 18:26:09.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78682026-08-17T18:26:10.607Z[ recovery-image] Aug 17 18:26:09.759 INFO O| Aug 17 18:26:09.759 INFO STEP 870 (remove_files) COMPLETE
78692026-08-17T18:26:10.610Z[ recovery-image] Aug 17 18:26:09.759 INFO O| Aug 17 18:26:09.759 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-17T18:26:10.616Z[ recovery-image] Aug 17 18:26:09.768 INFO O| Aug 17 18:26:09.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78712026-08-17T18:26:10.616Z[ recovery-image] Aug 17 18:26:09.768 INFO O| Aug 17 18:26:09.768 INFO STEP 871 (remove_files) COMPLETE
78722026-08-17T18:26:10.616Z[ recovery-image] Aug 17 18:26:09.768 INFO O| Aug 17 18:26:09.768 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-17T18:26:10.626Z[ recovery-image] Aug 17 18:26:09.778 INFO O| Aug 17 18:26:09.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78742026-08-17T18:26:10.626Z[ recovery-image] Aug 17 18:26:09.778 INFO O| Aug 17 18:26:09.778 INFO STEP 872 (remove_files) COMPLETE
78752026-08-17T18:26:10.626Z[ recovery-image] Aug 17 18:26:09.778 INFO O| Aug 17 18:26:09.778 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-17T18:26:10.636Z[ recovery-image] Aug 17 18:26:09.788 INFO O| Aug 17 18:26:09.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
78772026-08-17T18:26:10.636Z[ recovery-image] Aug 17 18:26:09.788 INFO O| Aug 17 18:26:09.788 INFO STEP 873 (remove_files) COMPLETE
78782026-08-17T18:26:10.636Z[ recovery-image] Aug 17 18:26:09.788 INFO O| Aug 17 18:26:09.788 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-17T18:26:10.645Z[ recovery-image] Aug 17 18:26:09.797 INFO O| Aug 17 18:26:09.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
78802026-08-17T18:26:10.645Z[ recovery-image] Aug 17 18:26:09.797 INFO O| Aug 17 18:26:09.797 INFO STEP 874 (remove_files) COMPLETE
78812026-08-17T18:26:10.650Z[ recovery-image] Aug 17 18:26:09.797 INFO O| Aug 17 18:26:09.797 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-17T18:26:10.655Z[ recovery-image] Aug 17 18:26:09.807 INFO O| Aug 17 18:26:09.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
78832026-08-17T18:26:10.655Z[ recovery-image] Aug 17 18:26:09.807 INFO O| Aug 17 18:26:09.807 INFO STEP 875 (remove_files) COMPLETE
78842026-08-17T18:26:10.658Z[ recovery-image] Aug 17 18:26:09.807 INFO O| Aug 17 18:26:09.807 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-17T18:26:10.664Z[ recovery-image] Aug 17 18:26:09.816 INFO O| Aug 17 18:26:09.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
78862026-08-17T18:26:10.664Z[ recovery-image] Aug 17 18:26:09.816 INFO O| Aug 17 18:26:09.816 INFO STEP 876 (remove_files) COMPLETE
78872026-08-17T18:26:10.667Z[ recovery-image] Aug 17 18:26:09.816 INFO O| Aug 17 18:26:09.816 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-17T18:26:10.673Z[ recovery-image] Aug 17 18:26:09.825 INFO O| Aug 17 18:26:09.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
78892026-08-17T18:26:10.673Z[ recovery-image] Aug 17 18:26:09.825 INFO O| Aug 17 18:26:09.825 INFO STEP 877 (remove_files) COMPLETE
78902026-08-17T18:26:10.673Z[ recovery-image] Aug 17 18:26:09.825 INFO O| Aug 17 18:26:09.825 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-17T18:26:10.683Z[ recovery-image] Aug 17 18:26:09.835 INFO O| Aug 17 18:26:09.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
78922026-08-17T18:26:10.683Z[ recovery-image] Aug 17 18:26:09.835 INFO O| Aug 17 18:26:09.835 INFO STEP 878 (remove_files) COMPLETE
78932026-08-17T18:26:10.683Z[ recovery-image] Aug 17 18:26:09.835 INFO O| Aug 17 18:26:09.835 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-17T18:26:10.693Z[ recovery-image] Aug 17 18:26:09.845 INFO O| Aug 17 18:26:09.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
78952026-08-17T18:26:10.693Z[ recovery-image] Aug 17 18:26:09.845 INFO O| Aug 17 18:26:09.845 INFO STEP 879 (remove_files) COMPLETE
78962026-08-17T18:26:10.693Z[ recovery-image] Aug 17 18:26:09.845 INFO O| Aug 17 18:26:09.845 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-17T18:26:10.703Z[ recovery-image] Aug 17 18:26:09.855 INFO O| Aug 17 18:26:09.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
78982026-08-17T18:26:10.703Z[ recovery-image] Aug 17 18:26:09.855 INFO O| Aug 17 18:26:09.855 INFO STEP 880 (remove_files) COMPLETE
78992026-08-17T18:26:10.704Z[ recovery-image] Aug 17 18:26:09.855 INFO O| Aug 17 18:26:09.855 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-17T18:26:10.713Z[ recovery-image] Aug 17 18:26:09.865 INFO O| Aug 17 18:26:09.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79012026-08-17T18:26:10.714Z[ recovery-image] Aug 17 18:26:09.866 INFO O| Aug 17 18:26:09.866 INFO STEP 881 (remove_files) COMPLETE
79022026-08-17T18:26:10.714Z[ recovery-image] Aug 17 18:26:09.866 INFO O| Aug 17 18:26:09.866 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-17T18:26:10.723Z[ recovery-image] Aug 17 18:26:09.875 INFO O| Aug 17 18:26:09.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79042026-08-17T18:26:10.723Z[ recovery-image] Aug 17 18:26:09.876 INFO O| Aug 17 18:26:09.875 INFO STEP 882 (remove_files) COMPLETE
79052026-08-17T18:26:10.727Z[ recovery-image] Aug 17 18:26:09.876 INFO O| Aug 17 18:26:09.876 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-17T18:26:10.735Z[ recovery-image] Aug 17 18:26:09.887 INFO O| Aug 17 18:26:09.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79072026-08-17T18:26:10.735Z[ recovery-image] Aug 17 18:26:09.887 INFO O| Aug 17 18:26:09.887 INFO STEP 883 (remove_files) COMPLETE
79082026-08-17T18:26:10.735Z[ recovery-image] Aug 17 18:26:09.887 INFO O| Aug 17 18:26:09.887 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-17T18:26:10.745Z[ recovery-image] Aug 17 18:26:09.897 INFO O| Aug 17 18:26:09.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79102026-08-17T18:26:10.745Z[ recovery-image] Aug 17 18:26:09.897 INFO O| Aug 17 18:26:09.897 INFO STEP 884 (remove_files) COMPLETE
79112026-08-17T18:26:10.745Z[ recovery-image] Aug 17 18:26:09.897 INFO O| Aug 17 18:26:09.897 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-17T18:26:10.750Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
79132026-08-17T18:26:10.754Z[ recovery-image] Aug 17 18:26:09.907 INFO O| Aug 17 18:26:09.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79142026-08-17T18:26:10.754Z[ recovery-image] Aug 17 18:26:09.907 INFO O| Aug 17 18:26:09.907 INFO STEP 885 (remove_files) COMPLETE
79152026-08-17T18:26:10.755Z[ recovery-image] Aug 17 18:26:09.907 INFO O| Aug 17 18:26:09.907 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-08-17T18:26:10.764Z[ recovery-image] Aug 17 18:26:09.916 INFO O| Aug 17 18:26:09.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79172026-08-17T18:26:10.764Z[ recovery-image] Aug 17 18:26:09.916 INFO O| Aug 17 18:26:09.916 INFO STEP 886 (remove_files) COMPLETE
79182026-08-17T18:26:10.764Z[ recovery-image] Aug 17 18:26:09.916 INFO O| Aug 17 18:26:09.916 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-08-17T18:26:10.773Z[ recovery-image] Aug 17 18:26:09.925 INFO O| Aug 17 18:26:09.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79202026-08-17T18:26:10.776Z[ recovery-image] Aug 17 18:26:09.926 INFO O| Aug 17 18:26:09.925 INFO STEP 887 (remove_files) COMPLETE
79212026-08-17T18:26:10.776Z[ recovery-image] Aug 17 18:26:09.926 INFO O| Aug 17 18:26:09.926 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-08-17T18:26:10.782Z[ recovery-image] Aug 17 18:26:09.934 INFO O| Aug 17 18:26:09.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79232026-08-17T18:26:10.782Z[ recovery-image] Aug 17 18:26:09.934 INFO O| Aug 17 18:26:09.934 INFO STEP 888 (remove_files) COMPLETE
79242026-08-17T18:26:10.786Z[ recovery-image] Aug 17 18:26:09.934 INFO O| Aug 17 18:26:09.934 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-08-17T18:26:10.791Z[ recovery-image] Aug 17 18:26:09.944 INFO O| Aug 17 18:26:09.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79262026-08-17T18:26:10.795Z[ recovery-image] Aug 17 18:26:09.944 INFO O| Aug 17 18:26:09.944 INFO STEP 889 (remove_files) COMPLETE
79272026-08-17T18:26:10.795Z[ recovery-image] Aug 17 18:26:09.944 INFO O| Aug 17 18:26:09.944 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-08-17T18:26:10.801Z[ recovery-image] Aug 17 18:26:09.954 INFO O| Aug 17 18:26:09.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79292026-08-17T18:26:10.801Z[ recovery-image] Aug 17 18:26:09.954 INFO O| Aug 17 18:26:09.954 INFO STEP 890 (remove_files) COMPLETE
79302026-08-17T18:26:10.801Z[ recovery-image] Aug 17 18:26:09.954 INFO O| Aug 17 18:26:09.954 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-08-17T18:26:10.810Z[ recovery-image] Aug 17 18:26:09.962 INFO O| Aug 17 18:26:09.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79322026-08-17T18:26:10.810Z[ recovery-image] Aug 17 18:26:09.962 INFO O| Aug 17 18:26:09.962 INFO STEP 891 (remove_files) COMPLETE
79332026-08-17T18:26:10.810Z[ recovery-image] Aug 17 18:26:09.962 INFO O| Aug 17 18:26:09.962 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-08-17T18:26:10.822Z[ recovery-image] Aug 17 18:26:09.974 INFO O| Aug 17 18:26:09.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79352026-08-17T18:26:10.822Z[ recovery-image] Aug 17 18:26:09.974 INFO O| Aug 17 18:26:09.974 INFO STEP 892 (remove_files) COMPLETE
79362026-08-17T18:26:10.822Z[ recovery-image] Aug 17 18:26:09.974 INFO O| Aug 17 18:26:09.974 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-08-17T18:26:10.831Z[ recovery-image] Aug 17 18:26:09.983 INFO O| Aug 17 18:26:09.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79382026-08-17T18:26:10.831Z[ recovery-image] Aug 17 18:26:09.983 INFO O| Aug 17 18:26:09.983 INFO STEP 893 (remove_files) COMPLETE
79392026-08-17T18:26:10.831Z[ recovery-image] Aug 17 18:26:09.983 INFO O| Aug 17 18:26:09.983 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-08-17T18:26:10.840Z[ recovery-image] Aug 17 18:26:09.992 INFO O| Aug 17 18:26:09.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79412026-08-17T18:26:10.840Z[ recovery-image] Aug 17 18:26:09.992 INFO O| Aug 17 18:26:09.992 INFO STEP 894 (remove_files) COMPLETE
79422026-08-17T18:26:10.840Z[ recovery-image] Aug 17 18:26:09.992 INFO O| Aug 17 18:26:09.992 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-08-17T18:26:10.852Z[ recovery-image] Aug 17 18:26:10.002 INFO O| Aug 17 18:26:10.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79442026-08-17T18:26:10.852Z[ recovery-image] Aug 17 18:26:10.002 INFO O| Aug 17 18:26:10.002 INFO STEP 895 (remove_files) COMPLETE
79452026-08-17T18:26:10.852Z[ recovery-image] Aug 17 18:26:10.002 INFO O| Aug 17 18:26:10.002 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-08-17T18:26:10.860Z[ recovery-image] Aug 17 18:26:10.012 INFO O| Aug 17 18:26:10.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79472026-08-17T18:26:10.860Z[ recovery-image] Aug 17 18:26:10.012 INFO O| Aug 17 18:26:10.012 INFO STEP 896 (remove_files) COMPLETE
79482026-08-17T18:26:10.861Z[ recovery-image] Aug 17 18:26:10.012 INFO O| Aug 17 18:26:10.012 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-08-17T18:26:10.883Z[ recovery-image] Aug 17 18:26:10.020 INFO O| Aug 17 18:26:10.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79502026-08-17T18:26:10.883Z[ recovery-image] Aug 17 18:26:10.020 INFO O| Aug 17 18:26:10.020 INFO STEP 897 (remove_files) COMPLETE
79512026-08-17T18:26:10.883Z[ recovery-image] Aug 17 18:26:10.020 INFO O| Aug 17 18:26:10.020 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-08-17T18:26:10.883Z[ recovery-image] Aug 17 18:26:10.030 INFO O| Aug 17 18:26:10.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79532026-08-17T18:26:10.883Z[ recovery-image] Aug 17 18:26:10.030 INFO O| Aug 17 18:26:10.030 INFO STEP 898 (remove_files) COMPLETE
79542026-08-17T18:26:10.883Z[ recovery-image] Aug 17 18:26:10.030 INFO O| Aug 17 18:26:10.030 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-08-17T18:26:10.888Z[ recovery-image] Aug 17 18:26:10.039 INFO O| Aug 17 18:26:10.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79562026-08-17T18:26:10.888Z[ recovery-image] Aug 17 18:26:10.039 INFO O| Aug 17 18:26:10.039 INFO STEP 899 (remove_files) COMPLETE
79572026-08-17T18:26:10.888Z[ recovery-image] Aug 17 18:26:10.039 INFO O| Aug 17 18:26:10.039 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-08-17T18:26:10.897Z[ recovery-image] Aug 17 18:26:10.049 INFO O| Aug 17 18:26:10.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79592026-08-17T18:26:10.897Z[ recovery-image] Aug 17 18:26:10.049 INFO O| Aug 17 18:26:10.049 INFO STEP 900 (remove_files) COMPLETE
79602026-08-17T18:26:10.897Z[ recovery-image] Aug 17 18:26:10.049 INFO O| Aug 17 18:26:10.049 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-08-17T18:26:10.907Z[ recovery-image] Aug 17 18:26:10.059 INFO O| Aug 17 18:26:10.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79622026-08-17T18:26:10.907Z[ recovery-image] Aug 17 18:26:10.059 INFO O| Aug 17 18:26:10.059 INFO STEP 901 (remove_files) COMPLETE
79632026-08-17T18:26:10.907Z[ recovery-image] Aug 17 18:26:10.059 INFO O| Aug 17 18:26:10.059 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-08-17T18:26:10.917Z[ recovery-image] Aug 17 18:26:10.069 INFO O| Aug 17 18:26:10.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79652026-08-17T18:26:10.917Z[ recovery-image] Aug 17 18:26:10.069 INFO O| Aug 17 18:26:10.069 INFO STEP 902 (remove_files) COMPLETE
79662026-08-17T18:26:10.917Z[ recovery-image] Aug 17 18:26:10.069 INFO O| Aug 17 18:26:10.069 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-17T18:26:10.926Z[ recovery-image] Aug 17 18:26:10.078 INFO O| Aug 17 18:26:10.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79682026-08-17T18:26:10.926Z[ recovery-image] Aug 17 18:26:10.078 INFO O| Aug 17 18:26:10.078 INFO STEP 903 (remove_files) COMPLETE
79692026-08-17T18:26:10.926Z[ recovery-image] Aug 17 18:26:10.078 INFO O| Aug 17 18:26:10.078 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-08-17T18:26:10.935Z[ recovery-image] Aug 17 18:26:10.087 INFO O| Aug 17 18:26:10.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79712026-08-17T18:26:10.935Z[ recovery-image] Aug 17 18:26:10.087 INFO O| Aug 17 18:26:10.087 INFO STEP 904 (remove_files) COMPLETE
79722026-08-17T18:26:10.935Z[ recovery-image] Aug 17 18:26:10.087 INFO O| Aug 17 18:26:10.087 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-08-17T18:26:10.944Z[ recovery-image] Aug 17 18:26:10.096 INFO O| Aug 17 18:26:10.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
79742026-08-17T18:26:10.945Z[ recovery-image] Aug 17 18:26:10.096 INFO O| Aug 17 18:26:10.096 INFO STEP 905 (remove_files) COMPLETE
79752026-08-17T18:26:10.945Z[ recovery-image] Aug 17 18:26:10.097 INFO O| Aug 17 18:26:10.096 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-17T18:26:10.955Z[ recovery-image] Aug 17 18:26:10.107 INFO O| Aug 17 18:26:10.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
79772026-08-17T18:26:10.955Z[ recovery-image] Aug 17 18:26:10.107 INFO O| Aug 17 18:26:10.107 INFO STEP 906 (remove_files) COMPLETE
79782026-08-17T18:26:10.958Z[ recovery-image] Aug 17 18:26:10.107 INFO O| Aug 17 18:26:10.107 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-17T18:26:10.965Z[ recovery-image] Aug 17 18:26:10.117 INFO O| Aug 17 18:26:10.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
79802026-08-17T18:26:10.965Z[ recovery-image] Aug 17 18:26:10.117 INFO O| Aug 17 18:26:10.117 INFO STEP 907 (remove_files) COMPLETE
79812026-08-17T18:26:10.968Z[ recovery-image] Aug 17 18:26:10.117 INFO O| Aug 17 18:26:10.117 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-08-17T18:26:10.975Z[ recovery-image] Aug 17 18:26:10.127 INFO O| Aug 17 18:26:10.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
79832026-08-17T18:26:10.975Z[ recovery-image] Aug 17 18:26:10.127 INFO O| Aug 17 18:26:10.127 INFO STEP 908 (remove_files) COMPLETE
79842026-08-17T18:26:10.975Z[ recovery-image] Aug 17 18:26:10.127 INFO O| Aug 17 18:26:10.127 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-08-17T18:26:10.984Z[ recovery-image] Aug 17 18:26:10.136 INFO O| Aug 17 18:26:10.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
79862026-08-17T18:26:10.984Z[ recovery-image] Aug 17 18:26:10.136 INFO O| Aug 17 18:26:10.136 INFO STEP 909 (remove_files) COMPLETE
79872026-08-17T18:26:10.984Z[ recovery-image] Aug 17 18:26:10.136 INFO O| Aug 17 18:26:10.136 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-08-17T18:26:10.992Z[ recovery-image] Aug 17 18:26:10.144 INFO O| Aug 17 18:26:10.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
79892026-08-17T18:26:10.992Z[ recovery-image] Aug 17 18:26:10.145 INFO O| Aug 17 18:26:10.145 INFO STEP 910 (remove_files) COMPLETE
79902026-08-17T18:26:10.992Z[ recovery-image] Aug 17 18:26:10.145 INFO O| Aug 17 18:26:10.145 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-08-17T18:26:11.001Z[ recovery-image] Aug 17 18:26:10.152 INFO O| Aug 17 18:26:10.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
79922026-08-17T18:26:11.001Z[ recovery-image] Aug 17 18:26:10.152 INFO O| Aug 17 18:26:10.152 INFO STEP 911 (remove_files) COMPLETE
79932026-08-17T18:26:11.004Z[ recovery-image] Aug 17 18:26:10.152 INFO O| Aug 17 18:26:10.152 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-08-17T18:26:11.009Z[ recovery-image] Aug 17 18:26:10.161 INFO O| Aug 17 18:26:10.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
79952026-08-17T18:26:11.009Z[ recovery-image] Aug 17 18:26:10.161 INFO O| Aug 17 18:26:10.161 INFO STEP 912 (remove_files) COMPLETE
79962026-08-17T18:26:11.009Z[ recovery-image] Aug 17 18:26:10.161 INFO O| Aug 17 18:26:10.161 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-08-17T18:26:11.017Z[ recovery-image] Aug 17 18:26:10.169 INFO O| Aug 17 18:26:10.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
79982026-08-17T18:26:11.017Z[ recovery-image] Aug 17 18:26:10.169 INFO O| Aug 17 18:26:10.169 INFO STEP 913 (remove_files) COMPLETE
79992026-08-17T18:26:11.017Z[ recovery-image] Aug 17 18:26:10.169 INFO O| Aug 17 18:26:10.169 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-08-17T18:26:11.025Z[ recovery-image] Aug 17 18:26:10.177 INFO O| Aug 17 18:26:10.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80012026-08-17T18:26:11.025Z[ recovery-image] Aug 17 18:26:10.177 INFO O| Aug 17 18:26:10.177 INFO STEP 914 (remove_files) COMPLETE
80022026-08-17T18:26:11.028Z[ recovery-image] Aug 17 18:26:10.177 INFO O| Aug 17 18:26:10.177 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-08-17T18:26:11.033Z[ recovery-image] Aug 17 18:26:10.185 INFO O| Aug 17 18:26:10.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80042026-08-17T18:26:11.033Z[ recovery-image] Aug 17 18:26:10.185 INFO O| Aug 17 18:26:10.185 INFO STEP 915 (remove_files) COMPLETE
80052026-08-17T18:26:11.033Z[ recovery-image] Aug 17 18:26:10.185 INFO O| Aug 17 18:26:10.185 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-08-17T18:26:11.042Z[ recovery-image] Aug 17 18:26:10.194 INFO O| Aug 17 18:26:10.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80072026-08-17T18:26:11.042Z[ recovery-image] Aug 17 18:26:10.194 INFO O| Aug 17 18:26:10.194 INFO STEP 916 (remove_files) COMPLETE
80082026-08-17T18:26:11.042Z[ recovery-image] Aug 17 18:26:10.194 INFO O| Aug 17 18:26:10.194 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-08-17T18:26:11.051Z[ recovery-image] Aug 17 18:26:10.203 INFO O| Aug 17 18:26:10.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80102026-08-17T18:26:11.052Z[ recovery-image] Aug 17 18:26:10.203 INFO O| Aug 17 18:26:10.203 INFO STEP 917 (remove_files) COMPLETE
80112026-08-17T18:26:11.052Z[ recovery-image] Aug 17 18:26:10.203 INFO O| Aug 17 18:26:10.203 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-17T18:26:11.060Z[ recovery-image] Aug 17 18:26:10.212 INFO O| Aug 17 18:26:10.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80132026-08-17T18:26:11.064Z[ recovery-image] Aug 17 18:26:10.213 INFO O| Aug 17 18:26:10.213 INFO STEP 918 (remove_files) COMPLETE
80142026-08-17T18:26:11.064Z[ recovery-image] Aug 17 18:26:10.213 INFO O| Aug 17 18:26:10.213 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-17T18:26:11.071Z[ recovery-image] Aug 17 18:26:10.223 INFO O| Aug 17 18:26:10.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80162026-08-17T18:26:11.071Z[ recovery-image] Aug 17 18:26:10.223 INFO O| Aug 17 18:26:10.223 INFO STEP 919 (remove_files) COMPLETE
80172026-08-17T18:26:11.071Z[ recovery-image] Aug 17 18:26:10.223 INFO O| Aug 17 18:26:10.223 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-08-17T18:26:11.080Z[ recovery-image] Aug 17 18:26:10.232 INFO O| Aug 17 18:26:10.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80192026-08-17T18:26:11.080Z[ recovery-image] Aug 17 18:26:10.232 INFO O| Aug 17 18:26:10.232 INFO STEP 920 (remove_files) COMPLETE
80202026-08-17T18:26:11.080Z[ recovery-image] Aug 17 18:26:10.232 INFO O| Aug 17 18:26:10.232 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-08-17T18:26:11.088Z[ recovery-image] Aug 17 18:26:10.240 INFO O| Aug 17 18:26:10.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80222026-08-17T18:26:11.088Z[ recovery-image] Aug 17 18:26:10.241 INFO O| Aug 17 18:26:10.241 INFO STEP 921 (remove_files) COMPLETE
80232026-08-17T18:26:11.088Z[ recovery-image] Aug 17 18:26:10.241 INFO O| Aug 17 18:26:10.241 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-08-17T18:26:11.100Z[ recovery-image] Aug 17 18:26:10.252 INFO O| Aug 17 18:26:10.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80252026-08-17T18:26:11.100Z[ recovery-image] Aug 17 18:26:10.252 INFO O| Aug 17 18:26:10.252 INFO STEP 922 (remove_files) COMPLETE
80262026-08-17T18:26:11.100Z[ recovery-image] Aug 17 18:26:10.252 INFO O| Aug 17 18:26:10.252 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-08-17T18:26:11.112Z[ recovery-image] Aug 17 18:26:10.263 INFO O| Aug 17 18:26:10.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80282026-08-17T18:26:11.112Z[ recovery-image] Aug 17 18:26:10.263 INFO O| Aug 17 18:26:10.263 INFO STEP 923 (remove_files) COMPLETE
80292026-08-17T18:26:11.112Z[ recovery-image] Aug 17 18:26:10.263 INFO O| Aug 17 18:26:10.263 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-08-17T18:26:11.120Z[ recovery-image] Aug 17 18:26:10.272 INFO O| Aug 17 18:26:10.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80312026-08-17T18:26:11.120Z[ recovery-image] Aug 17 18:26:10.273 INFO O| Aug 17 18:26:10.273 INFO STEP 924 (remove_files) COMPLETE
80322026-08-17T18:26:11.120Z[ recovery-image] Aug 17 18:26:10.273 INFO O| Aug 17 18:26:10.273 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-08-17T18:26:11.130Z[ recovery-image] Aug 17 18:26:10.282 INFO O| Aug 17 18:26:10.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80342026-08-17T18:26:11.130Z[ recovery-image] Aug 17 18:26:10.282 INFO O| Aug 17 18:26:10.282 INFO STEP 925 (remove_files) COMPLETE
80352026-08-17T18:26:11.131Z[ recovery-image] Aug 17 18:26:10.282 INFO O| Aug 17 18:26:10.282 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-08-17T18:26:11.139Z[ recovery-image] Aug 17 18:26:10.291 INFO O| Aug 17 18:26:10.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80372026-08-17T18:26:11.139Z[ recovery-image] Aug 17 18:26:10.291 INFO O| Aug 17 18:26:10.291 INFO STEP 926 (remove_files) COMPLETE
80382026-08-17T18:26:11.139Z[ recovery-image] Aug 17 18:26:10.291 INFO O| Aug 17 18:26:10.291 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-08-17T18:26:11.149Z[ recovery-image] Aug 17 18:26:10.301 INFO O| Aug 17 18:26:10.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80402026-08-17T18:26:11.149Z[ recovery-image] Aug 17 18:26:10.301 INFO O| Aug 17 18:26:10.301 INFO STEP 927 (remove_files) COMPLETE
80412026-08-17T18:26:11.149Z[ recovery-image] Aug 17 18:26:10.301 INFO O| Aug 17 18:26:10.301 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-08-17T18:26:11.159Z[ recovery-image] Aug 17 18:26:10.311 INFO O| Aug 17 18:26:10.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80432026-08-17T18:26:11.159Z[ recovery-image] Aug 17 18:26:10.311 INFO O| Aug 17 18:26:10.311 INFO STEP 928 (remove_files) COMPLETE
80442026-08-17T18:26:11.159Z[ recovery-image] Aug 17 18:26:10.311 INFO O| Aug 17 18:26:10.311 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-08-17T18:26:11.168Z[ recovery-image] Aug 17 18:26:10.320 INFO O| Aug 17 18:26:10.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80462026-08-17T18:26:11.168Z[ recovery-image] Aug 17 18:26:10.320 INFO O| Aug 17 18:26:10.320 INFO STEP 929 (remove_files) COMPLETE
80472026-08-17T18:26:11.172Z[ recovery-image] Aug 17 18:26:10.320 INFO O| Aug 17 18:26:10.320 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-08-17T18:26:11.177Z[ recovery-image] Aug 17 18:26:10.329 INFO O| Aug 17 18:26:10.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80492026-08-17T18:26:11.177Z[ recovery-image] Aug 17 18:26:10.329 INFO O| Aug 17 18:26:10.329 INFO STEP 930 (remove_files) COMPLETE
80502026-08-17T18:26:11.177Z[ recovery-image] Aug 17 18:26:10.329 INFO O| Aug 17 18:26:10.329 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-08-17T18:26:11.187Z[ recovery-image] Aug 17 18:26:10.339 INFO O| Aug 17 18:26:10.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80522026-08-17T18:26:11.187Z[ recovery-image] Aug 17 18:26:10.339 INFO O| Aug 17 18:26:10.339 INFO STEP 931 (remove_files) COMPLETE
80532026-08-17T18:26:11.192Z[ recovery-image] Aug 17 18:26:10.339 INFO O| Aug 17 18:26:10.339 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-08-17T18:26:11.196Z[ recovery-image] Aug 17 18:26:10.348 INFO O| Aug 17 18:26:10.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80552026-08-17T18:26:11.196Z[ recovery-image] Aug 17 18:26:10.348 INFO O| Aug 17 18:26:10.348 INFO STEP 932 (remove_files) COMPLETE
80562026-08-17T18:26:11.196Z[ recovery-image] Aug 17 18:26:10.348 INFO O| Aug 17 18:26:10.348 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-08-17T18:26:11.204Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
80582026-08-17T18:26:11.207Z[ recovery-image] Aug 17 18:26:10.357 INFO O| Aug 17 18:26:10.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80592026-08-17T18:26:11.208Z[ recovery-image] Aug 17 18:26:10.357 INFO O| Aug 17 18:26:10.357 INFO STEP 933 (remove_files) COMPLETE
80602026-08-17T18:26:11.208Z[ recovery-image] Aug 17 18:26:10.357 INFO O| Aug 17 18:26:10.357 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-08-17T18:26:11.215Z[ recovery-image] Aug 17 18:26:10.367 INFO O| Aug 17 18:26:10.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80622026-08-17T18:26:11.215Z[ recovery-image] Aug 17 18:26:10.367 INFO O| Aug 17 18:26:10.367 INFO STEP 934 (remove_files) COMPLETE
80632026-08-17T18:26:11.215Z[ recovery-image] Aug 17 18:26:10.367 INFO O| Aug 17 18:26:10.367 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-08-17T18:26:11.224Z[ recovery-image] Aug 17 18:26:10.376 INFO O| Aug 17 18:26:10.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80652026-08-17T18:26:11.227Z[ recovery-image] Aug 17 18:26:10.376 INFO O| Aug 17 18:26:10.376 INFO STEP 935 (remove_files) COMPLETE
80662026-08-17T18:26:11.227Z[ recovery-image] Aug 17 18:26:10.376 INFO O| Aug 17 18:26:10.376 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-08-17T18:26:11.233Z[ recovery-image] Aug 17 18:26:10.385 INFO O| Aug 17 18:26:10.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80682026-08-17T18:26:11.233Z[ recovery-image] Aug 17 18:26:10.385 INFO O| Aug 17 18:26:10.385 INFO STEP 936 (remove_files) COMPLETE
80692026-08-17T18:26:11.233Z[ recovery-image] Aug 17 18:26:10.385 INFO O| Aug 17 18:26:10.385 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-08-17T18:26:11.243Z[ recovery-image] Aug 17 18:26:10.395 INFO O| Aug 17 18:26:10.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80712026-08-17T18:26:11.243Z[ recovery-image] Aug 17 18:26:10.395 INFO O| Aug 17 18:26:10.395 INFO STEP 937 (remove_files) COMPLETE
80722026-08-17T18:26:11.243Z[ recovery-image] Aug 17 18:26:10.395 INFO O| Aug 17 18:26:10.395 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-17T18:26:11.253Z[ recovery-image] Aug 17 18:26:10.405 INFO O| Aug 17 18:26:10.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
80742026-08-17T18:26:11.253Z[ recovery-image] Aug 17 18:26:10.405 INFO O| Aug 17 18:26:10.405 INFO STEP 938 (remove_files) COMPLETE
80752026-08-17T18:26:11.253Z[ recovery-image] Aug 17 18:26:10.405 INFO O| Aug 17 18:26:10.405 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-17T18:26:11.263Z[ recovery-image] Aug 17 18:26:10.415 INFO O| Aug 17 18:26:10.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
80772026-08-17T18:26:11.263Z[ recovery-image] Aug 17 18:26:10.415 INFO O| Aug 17 18:26:10.415 INFO STEP 939 (remove_files) COMPLETE
80782026-08-17T18:26:11.263Z[ recovery-image] Aug 17 18:26:10.415 INFO O| Aug 17 18:26:10.415 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-17T18:26:11.273Z[ recovery-image] Aug 17 18:26:10.425 INFO O| Aug 17 18:26:10.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
80802026-08-17T18:26:11.273Z[ recovery-image] Aug 17 18:26:10.425 INFO O| Aug 17 18:26:10.425 INFO STEP 940 (remove_files) COMPLETE
80812026-08-17T18:26:11.273Z[ recovery-image] Aug 17 18:26:10.425 INFO O| Aug 17 18:26:10.425 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-17T18:26:11.282Z[ recovery-image] Aug 17 18:26:10.434 INFO O| Aug 17 18:26:10.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
80832026-08-17T18:26:11.282Z[ recovery-image] Aug 17 18:26:10.434 INFO O| Aug 17 18:26:10.434 INFO STEP 941 (remove_files) COMPLETE
80842026-08-17T18:26:11.282Z[ recovery-image] Aug 17 18:26:10.434 INFO O| Aug 17 18:26:10.434 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-17T18:26:11.292Z[ recovery-image] Aug 17 18:26:10.444 INFO O| Aug 17 18:26:10.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
80862026-08-17T18:26:11.292Z[ recovery-image] Aug 17 18:26:10.444 INFO O| Aug 17 18:26:10.444 INFO STEP 942 (remove_files) COMPLETE
80872026-08-17T18:26:11.292Z[ recovery-image] Aug 17 18:26:10.444 INFO O| Aug 17 18:26:10.444 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-17T18:26:11.301Z[ recovery-image] Aug 17 18:26:10.453 INFO O| Aug 17 18:26:10.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
80892026-08-17T18:26:11.301Z[ recovery-image] Aug 17 18:26:10.453 INFO O| Aug 17 18:26:10.453 INFO STEP 943 (remove_files) COMPLETE
80902026-08-17T18:26:11.304Z[ recovery-image] Aug 17 18:26:10.453 INFO O| Aug 17 18:26:10.453 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-17T18:26:11.311Z[ recovery-image] Aug 17 18:26:10.463 INFO O| Aug 17 18:26:10.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
80922026-08-17T18:26:11.311Z[ recovery-image] Aug 17 18:26:10.463 INFO O| Aug 17 18:26:10.463 INFO STEP 944 (remove_files) COMPLETE
80932026-08-17T18:26:11.311Z[ recovery-image] Aug 17 18:26:10.463 INFO O| Aug 17 18:26:10.463 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-17T18:26:11.320Z[ recovery-image] Aug 17 18:26:10.472 INFO O| Aug 17 18:26:10.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
80952026-08-17T18:26:11.320Z[ recovery-image] Aug 17 18:26:10.472 INFO O| Aug 17 18:26:10.472 INFO STEP 945 (remove_files) COMPLETE
80962026-08-17T18:26:11.320Z[ recovery-image] Aug 17 18:26:10.472 INFO O| Aug 17 18:26:10.472 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-17T18:26:11.329Z[ recovery-image] Aug 17 18:26:10.481 INFO O| Aug 17 18:26:10.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
80982026-08-17T18:26:11.329Z[ recovery-image] Aug 17 18:26:10.481 INFO O| Aug 17 18:26:10.481 INFO STEP 946 (remove_files) COMPLETE
80992026-08-17T18:26:11.332Z[ recovery-image] Aug 17 18:26:10.481 INFO O| Aug 17 18:26:10.481 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-17T18:26:11.338Z[ recovery-image] Aug 17 18:26:10.490 INFO O| Aug 17 18:26:10.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81012026-08-17T18:26:11.338Z[ recovery-image] Aug 17 18:26:10.490 INFO O| Aug 17 18:26:10.490 INFO STEP 947 (remove_files) COMPLETE
81022026-08-17T18:26:11.338Z[ recovery-image] Aug 17 18:26:10.490 INFO O| Aug 17 18:26:10.490 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-17T18:26:11.348Z[ recovery-image] Aug 17 18:26:10.500 INFO O| Aug 17 18:26:10.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81042026-08-17T18:26:11.348Z[ recovery-image] Aug 17 18:26:10.500 INFO O| Aug 17 18:26:10.500 INFO STEP 948 (remove_files) COMPLETE
81052026-08-17T18:26:11.348Z[ recovery-image] Aug 17 18:26:10.500 INFO O| Aug 17 18:26:10.500 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-17T18:26:11.358Z[ recovery-image] Aug 17 18:26:10.510 INFO O| Aug 17 18:26:10.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81072026-08-17T18:26:11.358Z[ recovery-image] Aug 17 18:26:10.510 INFO O| Aug 17 18:26:10.510 INFO STEP 949 (remove_files) COMPLETE
81082026-08-17T18:26:11.361Z[ recovery-image] Aug 17 18:26:10.510 INFO O| Aug 17 18:26:10.510 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-17T18:26:11.367Z[ recovery-image] Aug 17 18:26:10.520 INFO O| Aug 17 18:26:10.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81102026-08-17T18:26:11.371Z[ recovery-image] Aug 17 18:26:10.520 INFO O| Aug 17 18:26:10.520 INFO STEP 950 (remove_files) COMPLETE
81112026-08-17T18:26:11.371Z[ recovery-image] Aug 17 18:26:10.520 INFO O| Aug 17 18:26:10.520 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-17T18:26:11.377Z[ recovery-image] Aug 17 18:26:10.529 INFO O| Aug 17 18:26:10.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81132026-08-17T18:26:11.377Z[ recovery-image] Aug 17 18:26:10.529 INFO O| Aug 17 18:26:10.529 INFO STEP 951 (remove_files) COMPLETE
81142026-08-17T18:26:11.380Z[ recovery-image] Aug 17 18:26:10.529 INFO O| Aug 17 18:26:10.529 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-17T18:26:11.386Z[ recovery-image] Aug 17 18:26:10.538 INFO O| Aug 17 18:26:10.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81162026-08-17T18:26:11.386Z[ recovery-image] Aug 17 18:26:10.538 INFO O| Aug 17 18:26:10.538 INFO STEP 952 (remove_files) COMPLETE
81172026-08-17T18:26:11.386Z[ recovery-image] Aug 17 18:26:10.538 INFO O| Aug 17 18:26:10.538 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-17T18:26:11.395Z[ recovery-image] Aug 17 18:26:10.547 INFO O| Aug 17 18:26:10.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81192026-08-17T18:26:11.395Z[ recovery-image] Aug 17 18:26:10.547 INFO O| Aug 17 18:26:10.547 INFO STEP 953 (remove_files) COMPLETE
81202026-08-17T18:26:11.395Z[ recovery-image] Aug 17 18:26:10.547 INFO O| Aug 17 18:26:10.547 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-17T18:26:11.404Z[ recovery-image] Aug 17 18:26:10.556 INFO O| Aug 17 18:26:10.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81222026-08-17T18:26:11.404Z[ recovery-image] Aug 17 18:26:10.556 INFO O| Aug 17 18:26:10.556 INFO STEP 954 (remove_files) COMPLETE
81232026-08-17T18:26:11.404Z[ recovery-image] Aug 17 18:26:10.556 INFO O| Aug 17 18:26:10.556 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-17T18:26:11.414Z[ recovery-image] Aug 17 18:26:10.566 INFO O| Aug 17 18:26:10.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81252026-08-17T18:26:11.414Z[ recovery-image] Aug 17 18:26:10.566 INFO O| Aug 17 18:26:10.566 INFO STEP 955 (remove_files) COMPLETE
81262026-08-17T18:26:11.414Z[ recovery-image] Aug 17 18:26:10.566 INFO O| Aug 17 18:26:10.566 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-17T18:26:11.424Z[ recovery-image] Aug 17 18:26:10.575 INFO O| Aug 17 18:26:10.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81282026-08-17T18:26:11.424Z[ recovery-image] Aug 17 18:26:10.575 INFO O| Aug 17 18:26:10.575 INFO STEP 956 (remove_files) COMPLETE
81292026-08-17T18:26:11.424Z[ recovery-image] Aug 17 18:26:10.575 INFO O| Aug 17 18:26:10.575 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-17T18:26:11.433Z[ recovery-image] Aug 17 18:26:10.585 INFO O| Aug 17 18:26:10.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81312026-08-17T18:26:11.433Z[ recovery-image] Aug 17 18:26:10.585 INFO O| Aug 17 18:26:10.585 INFO STEP 957 (remove_files) COMPLETE
81322026-08-17T18:26:11.433Z[ recovery-image] Aug 17 18:26:10.585 INFO O| Aug 17 18:26:10.585 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-17T18:26:11.442Z[ recovery-image] Aug 17 18:26:10.594 INFO O| Aug 17 18:26:10.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81342026-08-17T18:26:11.442Z[ recovery-image] Aug 17 18:26:10.594 INFO O| Aug 17 18:26:10.594 INFO STEP 958 (remove_files) COMPLETE
81352026-08-17T18:26:11.442Z[ recovery-image] Aug 17 18:26:10.594 INFO O| Aug 17 18:26:10.594 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-17T18:26:11.451Z[ recovery-image] Aug 17 18:26:10.603 INFO O| Aug 17 18:26:10.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81372026-08-17T18:26:11.451Z[ recovery-image] Aug 17 18:26:10.603 INFO O| Aug 17 18:26:10.603 INFO STEP 959 (remove_files) COMPLETE
81382026-08-17T18:26:11.451Z[ recovery-image] Aug 17 18:26:10.603 INFO O| Aug 17 18:26:10.603 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-17T18:26:11.462Z[ recovery-image] Aug 17 18:26:10.614 INFO O| Aug 17 18:26:10.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81402026-08-17T18:26:11.462Z[ recovery-image] Aug 17 18:26:10.614 INFO O| Aug 17 18:26:10.614 INFO STEP 960 (remove_files) COMPLETE
81412026-08-17T18:26:11.462Z[ recovery-image] Aug 17 18:26:10.614 INFO O| Aug 17 18:26:10.614 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-08-17T18:26:11.466Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
81432026-08-17T18:26:11.473Z[ recovery-image] Aug 17 18:26:10.625 INFO O| Aug 17 18:26:10.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81442026-08-17T18:26:11.473Z[ recovery-image] Aug 17 18:26:10.625 INFO O| Aug 17 18:26:10.625 INFO STEP 961 (remove_files) COMPLETE
81452026-08-17T18:26:11.473Z[ recovery-image] Aug 17 18:26:10.625 INFO O| Aug 17 18:26:10.625 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-08-17T18:26:11.483Z[ recovery-image] Aug 17 18:26:10.635 INFO O| Aug 17 18:26:10.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81472026-08-17T18:26:11.483Z[ recovery-image] Aug 17 18:26:10.635 INFO O| Aug 17 18:26:10.635 INFO STEP 962 (remove_files) COMPLETE
81482026-08-17T18:26:11.487Z[ recovery-image] Aug 17 18:26:10.635 INFO O| Aug 17 18:26:10.635 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-08-17T18:26:11.494Z[ recovery-image] Aug 17 18:26:10.646 INFO O| Aug 17 18:26:10.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81502026-08-17T18:26:11.494Z[ recovery-image] Aug 17 18:26:10.646 INFO O| Aug 17 18:26:10.646 INFO STEP 963 (remove_files) COMPLETE
81512026-08-17T18:26:11.494Z[ recovery-image] Aug 17 18:26:10.646 INFO O| Aug 17 18:26:10.646 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-08-17T18:26:11.505Z[ recovery-image] Aug 17 18:26:10.657 INFO O| Aug 17 18:26:10.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81532026-08-17T18:26:11.505Z[ recovery-image] Aug 17 18:26:10.657 INFO O| Aug 17 18:26:10.657 INFO STEP 964 (remove_files) COMPLETE
81542026-08-17T18:26:11.505Z[ recovery-image] Aug 17 18:26:10.657 INFO O| Aug 17 18:26:10.657 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-08-17T18:26:11.516Z[ recovery-image] Aug 17 18:26:10.668 INFO O| Aug 17 18:26:10.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81562026-08-17T18:26:11.516Z[ recovery-image] Aug 17 18:26:10.668 INFO O| Aug 17 18:26:10.668 INFO STEP 965 (remove_files) COMPLETE
81572026-08-17T18:26:11.516Z[ recovery-image] Aug 17 18:26:10.668 INFO O| Aug 17 18:26:10.668 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-08-17T18:26:11.527Z[ recovery-image] Aug 17 18:26:10.679 INFO O| Aug 17 18:26:10.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81592026-08-17T18:26:11.527Z[ recovery-image] Aug 17 18:26:10.679 INFO O| Aug 17 18:26:10.679 INFO STEP 966 (remove_files) COMPLETE
81602026-08-17T18:26:11.530Z[ recovery-image] Aug 17 18:26:10.679 INFO O| Aug 17 18:26:10.679 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-08-17T18:26:11.535Z[verify-libraries] Compiling socket2 v0.5.10
81622026-08-17T18:26:11.538Z[ recovery-image] Aug 17 18:26:10.690 INFO O| Aug 17 18:26:10.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81632026-08-17T18:26:11.538Z[ recovery-image] Aug 17 18:26:10.690 INFO O| Aug 17 18:26:10.690 INFO STEP 967 (remove_files) COMPLETE
81642026-08-17T18:26:11.538Z[ recovery-image] Aug 17 18:26:10.690 INFO O| Aug 17 18:26:10.690 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-08-17T18:26:11.548Z[ recovery-image] Aug 17 18:26:10.700 INFO O| Aug 17 18:26:10.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81662026-08-17T18:26:11.548Z[ recovery-image] Aug 17 18:26:10.700 INFO O| Aug 17 18:26:10.700 INFO STEP 968 (remove_files) COMPLETE
81672026-08-17T18:26:11.548Z[ recovery-image] Aug 17 18:26:10.700 INFO O| Aug 17 18:26:10.700 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-08-17T18:26:11.558Z[ recovery-image] Aug 17 18:26:10.710 INFO O| Aug 17 18:26:10.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81692026-08-17T18:26:11.558Z[ recovery-image] Aug 17 18:26:10.710 INFO O| Aug 17 18:26:10.710 INFO STEP 969 (remove_files) COMPLETE
81702026-08-17T18:26:11.558Z[ recovery-image] Aug 17 18:26:10.710 INFO O| Aug 17 18:26:10.710 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-08-17T18:26:11.568Z[ recovery-image] Aug 17 18:26:10.720 INFO O| Aug 17 18:26:10.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81722026-08-17T18:26:11.568Z[ recovery-image] Aug 17 18:26:10.720 INFO O| Aug 17 18:26:10.720 INFO STEP 970 (remove_files) COMPLETE
81732026-08-17T18:26:11.572Z[ recovery-image] Aug 17 18:26:10.720 INFO O| Aug 17 18:26:10.720 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-17T18:26:11.578Z[ recovery-image] Aug 17 18:26:10.730 INFO O| Aug 17 18:26:10.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81752026-08-17T18:26:11.578Z[ recovery-image] Aug 17 18:26:10.730 INFO O| Aug 17 18:26:10.730 INFO STEP 971 (remove_files) COMPLETE
81762026-08-17T18:26:11.578Z[ recovery-image] Aug 17 18:26:10.730 INFO O| Aug 17 18:26:10.730 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-17T18:26:11.589Z[ recovery-image] Aug 17 18:26:10.741 INFO O| Aug 17 18:26:10.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
81782026-08-17T18:26:11.589Z[ recovery-image] Aug 17 18:26:10.741 INFO O| Aug 17 18:26:10.741 INFO STEP 972 (remove_files) COMPLETE
81792026-08-17T18:26:11.589Z[ recovery-image] Aug 17 18:26:10.741 INFO O| Aug 17 18:26:10.741 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-17T18:26:11.598Z[ recovery-image] Aug 17 18:26:10.750 INFO O| Aug 17 18:26:10.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
81812026-08-17T18:26:11.598Z[ recovery-image] Aug 17 18:26:10.750 INFO O| Aug 17 18:26:10.750 INFO STEP 973 (remove_files) COMPLETE
81822026-08-17T18:26:11.601Z[ recovery-image] Aug 17 18:26:10.750 INFO O| Aug 17 18:26:10.750 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-17T18:26:11.610Z[ recovery-image] Aug 17 18:26:10.762 INFO O| Aug 17 18:26:10.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
81842026-08-17T18:26:11.610Z[ recovery-image] Aug 17 18:26:10.762 INFO O| Aug 17 18:26:10.762 INFO STEP 974 (remove_files) COMPLETE
81852026-08-17T18:26:11.613Z[ recovery-image] Aug 17 18:26:10.762 INFO O| Aug 17 18:26:10.762 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-17T18:26:11.619Z[ recovery-image] Aug 17 18:26:10.771 INFO O| Aug 17 18:26:10.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
81872026-08-17T18:26:11.619Z[ recovery-image] Aug 17 18:26:10.771 INFO O| Aug 17 18:26:10.771 INFO STEP 975 (remove_files) COMPLETE
81882026-08-17T18:26:11.622Z[ recovery-image] Aug 17 18:26:10.771 INFO O| Aug 17 18:26:10.771 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-17T18:26:11.627Z[ recovery-image] Aug 17 18:26:10.779 INFO O| Aug 17 18:26:10.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
81902026-08-17T18:26:11.627Z[ recovery-image] Aug 17 18:26:10.779 INFO O| Aug 17 18:26:10.779 INFO STEP 976 (remove_files) COMPLETE
81912026-08-17T18:26:11.627Z[ recovery-image] Aug 17 18:26:10.779 INFO O| Aug 17 18:26:10.779 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-17T18:26:11.641Z[ recovery-image] Aug 17 18:26:10.790 INFO O| Aug 17 18:26:10.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
81932026-08-17T18:26:11.641Z[ recovery-image] Aug 17 18:26:10.791 INFO O| Aug 17 18:26:10.791 INFO STEP 977 (remove_files) COMPLETE
81942026-08-17T18:26:11.644Z[ recovery-image] Aug 17 18:26:10.791 INFO O| Aug 17 18:26:10.791 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-17T18:26:11.647Z[ recovery-image] Aug 17 18:26:10.799 INFO O| Aug 17 18:26:10.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
81962026-08-17T18:26:11.647Z[ recovery-image] Aug 17 18:26:10.799 INFO O| Aug 17 18:26:10.799 INFO STEP 978 (remove_files) COMPLETE
81972026-08-17T18:26:11.647Z[ recovery-image] Aug 17 18:26:10.799 INFO O| Aug 17 18:26:10.799 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-17T18:26:11.655Z[ recovery-image] Aug 17 18:26:10.807 INFO O| Aug 17 18:26:10.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
81992026-08-17T18:26:11.655Z[ recovery-image] Aug 17 18:26:10.807 INFO O| Aug 17 18:26:10.807 INFO STEP 979 (remove_files) COMPLETE
82002026-08-17T18:26:11.655Z[ recovery-image] Aug 17 18:26:10.807 INFO O| Aug 17 18:26:10.807 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-08-17T18:26:11.667Z[ recovery-image] Aug 17 18:26:10.819 INFO O| Aug 17 18:26:10.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82022026-08-17T18:26:11.667Z[ recovery-image] Aug 17 18:26:10.819 INFO O| Aug 17 18:26:10.819 INFO STEP 980 (remove_files) COMPLETE
82032026-08-17T18:26:11.667Z[ recovery-image] Aug 17 18:26:10.819 INFO O| Aug 17 18:26:10.819 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-08-17T18:26:11.678Z[ recovery-image] Aug 17 18:26:10.830 INFO O| Aug 17 18:26:10.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82052026-08-17T18:26:11.678Z[ recovery-image] Aug 17 18:26:10.830 INFO O| Aug 17 18:26:10.830 INFO STEP 981 (remove_files) COMPLETE
82062026-08-17T18:26:11.678Z[ recovery-image] Aug 17 18:26:10.830 INFO O| Aug 17 18:26:10.830 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-08-17T18:26:11.688Z[ recovery-image] Aug 17 18:26:10.840 INFO O| Aug 17 18:26:10.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82082026-08-17T18:26:11.688Z[ recovery-image] Aug 17 18:26:10.840 INFO O| Aug 17 18:26:10.840 INFO STEP 982 (remove_files) COMPLETE
82092026-08-17T18:26:11.688Z[ recovery-image] Aug 17 18:26:10.840 INFO O| Aug 17 18:26:10.840 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-08-17T18:26:11.698Z[ recovery-image] Aug 17 18:26:10.850 INFO O| Aug 17 18:26:10.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82112026-08-17T18:26:11.701Z[ recovery-image] Aug 17 18:26:10.850 INFO O| Aug 17 18:26:10.850 INFO STEP 983 (remove_files) COMPLETE
82122026-08-17T18:26:11.701Z[ recovery-image] Aug 17 18:26:10.850 INFO O| Aug 17 18:26:10.850 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-08-17T18:26:11.711Z[ recovery-image] Aug 17 18:26:10.859 INFO O| Aug 17 18:26:10.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82142026-08-17T18:26:11.711Z[ recovery-image] Aug 17 18:26:10.859 INFO O| Aug 17 18:26:10.859 INFO STEP 984 (remove_files) COMPLETE
82152026-08-17T18:26:11.711Z[ recovery-image] Aug 17 18:26:10.859 INFO O| Aug 17 18:26:10.859 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-08-17T18:26:11.717Z[ recovery-image] Aug 17 18:26:10.869 INFO O| Aug 17 18:26:10.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82172026-08-17T18:26:11.717Z[ recovery-image] Aug 17 18:26:10.869 INFO O| Aug 17 18:26:10.869 INFO STEP 985 (remove_files) COMPLETE
82182026-08-17T18:26:11.720Z[ recovery-image] Aug 17 18:26:10.869 INFO O| Aug 17 18:26:10.869 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-08-17T18:26:11.727Z[ recovery-image] Aug 17 18:26:10.879 INFO O| Aug 17 18:26:10.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82202026-08-17T18:26:11.727Z[ recovery-image] Aug 17 18:26:10.879 INFO O| Aug 17 18:26:10.879 INFO STEP 986 (remove_files) COMPLETE
82212026-08-17T18:26:11.727Z[ recovery-image] Aug 17 18:26:10.879 INFO O| Aug 17 18:26:10.879 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-08-17T18:26:11.736Z[ recovery-image] Aug 17 18:26:10.888 INFO O| Aug 17 18:26:10.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82232026-08-17T18:26:11.736Z[ recovery-image] Aug 17 18:26:10.888 INFO O| Aug 17 18:26:10.888 INFO STEP 987 (remove_files) COMPLETE
82242026-08-17T18:26:11.736Z[ recovery-image] Aug 17 18:26:10.888 INFO O| Aug 17 18:26:10.888 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-08-17T18:26:11.744Z[ recovery-image] Aug 17 18:26:10.896 INFO O| Aug 17 18:26:10.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82262026-08-17T18:26:11.744Z[ recovery-image] Aug 17 18:26:10.896 INFO O| Aug 17 18:26:10.896 INFO STEP 988 (remove_files) COMPLETE
82272026-08-17T18:26:11.744Z[ recovery-image] Aug 17 18:26:10.896 INFO O| Aug 17 18:26:10.896 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-08-17T18:26:11.753Z[ recovery-image] Aug 17 18:26:10.905 INFO O| Aug 17 18:26:10.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82292026-08-17T18:26:11.753Z[ recovery-image] Aug 17 18:26:10.905 INFO O| Aug 17 18:26:10.905 INFO STEP 989 (remove_files) COMPLETE
82302026-08-17T18:26:11.753Z[ recovery-image] Aug 17 18:26:10.905 INFO O| Aug 17 18:26:10.905 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-08-17T18:26:11.762Z[ recovery-image] Aug 17 18:26:10.914 INFO O| Aug 17 18:26:10.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82322026-08-17T18:26:11.762Z[ recovery-image] Aug 17 18:26:10.914 INFO O| Aug 17 18:26:10.914 INFO STEP 990 (remove_files) COMPLETE
82332026-08-17T18:26:11.762Z[ recovery-image] Aug 17 18:26:10.914 INFO O| Aug 17 18:26:10.914 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-08-17T18:26:11.770Z[ recovery-image] Aug 17 18:26:10.922 INFO O| Aug 17 18:26:10.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82352026-08-17T18:26:11.770Z[ recovery-image] Aug 17 18:26:10.922 INFO O| Aug 17 18:26:10.922 INFO STEP 991 (remove_files) COMPLETE
82362026-08-17T18:26:11.774Z[ recovery-image] Aug 17 18:26:10.922 INFO O| Aug 17 18:26:10.922 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-08-17T18:26:11.779Z[ recovery-image] Aug 17 18:26:10.931 INFO O| Aug 17 18:26:10.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82382026-08-17T18:26:11.779Z[ recovery-image] Aug 17 18:26:10.931 INFO O| Aug 17 18:26:10.931 INFO STEP 992 (remove_files) COMPLETE
82392026-08-17T18:26:11.782Z[ recovery-image] Aug 17 18:26:10.931 INFO O| Aug 17 18:26:10.931 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-08-17T18:26:11.788Z[ recovery-image] Aug 17 18:26:10.940 INFO O| Aug 17 18:26:10.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82412026-08-17T18:26:11.788Z[ recovery-image] Aug 17 18:26:10.940 INFO O| Aug 17 18:26:10.940 INFO STEP 993 (remove_files) COMPLETE
82422026-08-17T18:26:11.788Z[ recovery-image] Aug 17 18:26:10.940 INFO O| Aug 17 18:26:10.940 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-08-17T18:26:11.793Z[verify-libraries] Compiling fs-err v2.11.0
82442026-08-17T18:26:11.797Z[ recovery-image] Aug 17 18:26:10.949 INFO O| Aug 17 18:26:10.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82452026-08-17T18:26:11.797Z[ recovery-image] Aug 17 18:26:10.949 INFO O| Aug 17 18:26:10.949 INFO STEP 994 (remove_files) COMPLETE
82462026-08-17T18:26:11.800Z[ recovery-image] Aug 17 18:26:10.949 INFO O| Aug 17 18:26:10.949 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-17T18:26:11.805Z[ recovery-image] Aug 17 18:26:10.957 INFO O| Aug 17 18:26:10.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82482026-08-17T18:26:11.805Z[ recovery-image] Aug 17 18:26:10.957 INFO O| Aug 17 18:26:10.957 INFO STEP 995 (remove_files) COMPLETE
82492026-08-17T18:26:11.805Z[ recovery-image] Aug 17 18:26:10.957 INFO O| Aug 17 18:26:10.957 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-17T18:26:11.814Z[ recovery-image] Aug 17 18:26:10.966 INFO O| Aug 17 18:26:10.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82512026-08-17T18:26:11.814Z[ recovery-image] Aug 17 18:26:10.966 INFO O| Aug 17 18:26:10.966 INFO STEP 996 (remove_files) COMPLETE
82522026-08-17T18:26:11.814Z[ recovery-image] Aug 17 18:26:10.966 INFO O| Aug 17 18:26:10.966 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-17T18:26:11.823Z[ recovery-image] Aug 17 18:26:10.975 INFO O| Aug 17 18:26:10.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82542026-08-17T18:26:11.823Z[ recovery-image] Aug 17 18:26:10.975 INFO O| Aug 17 18:26:10.975 INFO STEP 997 (remove_files) COMPLETE
82552026-08-17T18:26:11.823Z[ recovery-image] Aug 17 18:26:10.975 INFO O| Aug 17 18:26:10.975 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-17T18:26:11.832Z[ recovery-image] Aug 17 18:26:10.984 INFO O| Aug 17 18:26:10.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82572026-08-17T18:26:11.832Z[ recovery-image] Aug 17 18:26:10.984 INFO O| Aug 17 18:26:10.984 INFO STEP 998 (remove_files) COMPLETE
82582026-08-17T18:26:11.832Z[ recovery-image] Aug 17 18:26:10.984 INFO O| Aug 17 18:26:10.984 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-17T18:26:11.842Z[ recovery-image] Aug 17 18:26:10.994 INFO O| Aug 17 18:26:10.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82602026-08-17T18:26:11.842Z[ recovery-image] Aug 17 18:26:10.994 INFO O| Aug 17 18:26:10.994 INFO STEP 999 (remove_files) COMPLETE
82612026-08-17T18:26:11.842Z[ recovery-image] Aug 17 18:26:10.994 INFO O| Aug 17 18:26:10.994 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-17T18:26:11.852Z[ recovery-image] Aug 17 18:26:11.004 INFO O| Aug 17 18:26:11.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82632026-08-17T18:26:11.852Z[ recovery-image] Aug 17 18:26:11.004 INFO O| Aug 17 18:26:11.004 INFO STEP 1000 (remove_files) COMPLETE
82642026-08-17T18:26:11.852Z[ recovery-image] Aug 17 18:26:11.004 INFO O| Aug 17 18:26:11.004 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-17T18:26:11.861Z[ recovery-image] Aug 17 18:26:11.013 INFO O| Aug 17 18:26:11.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82662026-08-17T18:26:11.861Z[ recovery-image] Aug 17 18:26:11.013 INFO O| Aug 17 18:26:11.013 INFO STEP 1001 (remove_files) COMPLETE
82672026-08-17T18:26:11.861Z[ recovery-image] Aug 17 18:26:11.013 INFO O| Aug 17 18:26:11.013 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-17T18:26:11.870Z[ recovery-image] Aug 17 18:26:11.022 INFO O| Aug 17 18:26:11.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82692026-08-17T18:26:11.870Z[ recovery-image] Aug 17 18:26:11.022 INFO O| Aug 17 18:26:11.022 INFO STEP 1002 (remove_files) COMPLETE
82702026-08-17T18:26:11.870Z[ recovery-image] Aug 17 18:26:11.022 INFO O| Aug 17 18:26:11.022 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-17T18:26:11.879Z[ recovery-image] Aug 17 18:26:11.031 INFO O| Aug 17 18:26:11.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82722026-08-17T18:26:11.879Z[ recovery-image] Aug 17 18:26:11.031 INFO O| Aug 17 18:26:11.031 INFO STEP 1003 (remove_files) COMPLETE
82732026-08-17T18:26:11.879Z[ recovery-image] Aug 17 18:26:11.031 INFO O| Aug 17 18:26:11.031 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-17T18:26:11.889Z[ recovery-image] Aug 17 18:26:11.041 INFO O| Aug 17 18:26:11.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82752026-08-17T18:26:11.889Z[ recovery-image] Aug 17 18:26:11.041 INFO O| Aug 17 18:26:11.041 INFO STEP 1004 (remove_files) COMPLETE
82762026-08-17T18:26:11.889Z[ recovery-image] Aug 17 18:26:11.041 INFO O| Aug 17 18:26:11.041 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-17T18:26:11.899Z[ recovery-image] Aug 17 18:26:11.051 INFO O| Aug 17 18:26:11.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
82782026-08-17T18:26:11.899Z[ recovery-image] Aug 17 18:26:11.051 INFO O| Aug 17 18:26:11.051 INFO STEP 1005 (remove_files) COMPLETE
82792026-08-17T18:26:11.899Z[ recovery-image] Aug 17 18:26:11.051 INFO O| Aug 17 18:26:11.051 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-17T18:26:11.910Z[ recovery-image] Aug 17 18:26:11.061 INFO O| Aug 17 18:26:11.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
82812026-08-17T18:26:11.910Z[ recovery-image] Aug 17 18:26:11.061 INFO O| Aug 17 18:26:11.061 INFO STEP 1006 (remove_files) COMPLETE
82822026-08-17T18:26:11.910Z[ recovery-image] Aug 17 18:26:11.061 INFO O| Aug 17 18:26:11.061 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-17T18:26:11.919Z[ recovery-image] Aug 17 18:26:11.071 INFO O| Aug 17 18:26:11.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
82842026-08-17T18:26:11.919Z[ recovery-image] Aug 17 18:26:11.071 INFO O| Aug 17 18:26:11.070 INFO STEP 1007 (remove_files) COMPLETE
82852026-08-17T18:26:11.922Z[ recovery-image] Aug 17 18:26:11.071 INFO O| Aug 17 18:26:11.070 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-17T18:26:11.940Z[ recovery-image] Aug 17 18:26:11.090 INFO O| Aug 17 18:26:11.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
82872026-08-17T18:26:11.940Z[ recovery-image] Aug 17 18:26:11.090 INFO O| Aug 17 18:26:11.079 INFO STEP 1008 (remove_files) COMPLETE
82882026-08-17T18:26:11.940Z[ recovery-image] Aug 17 18:26:11.090 INFO O| Aug 17 18:26:11.079 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-17T18:26:11.949Z[ recovery-image] Aug 17 18:26:11.090 INFO O| Aug 17 18:26:11.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
82902026-08-17T18:26:11.949Z[ recovery-image] Aug 17 18:26:11.090 INFO O| Aug 17 18:26:11.088 INFO STEP 1009 (remove_files) COMPLETE
82912026-08-17T18:26:11.949Z[ recovery-image] Aug 17 18:26:11.090 INFO O| Aug 17 18:26:11.088 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-17T18:26:11.952Z[ recovery-image] Aug 17 18:26:11.101 INFO O| Aug 17 18:26:11.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
82932026-08-17T18:26:11.952Z[ recovery-image] Aug 17 18:26:11.101 INFO O| Aug 17 18:26:11.101 INFO STEP 1010 (remove_files) COMPLETE
82942026-08-17T18:26:11.952Z[ recovery-image] Aug 17 18:26:11.101 INFO O| Aug 17 18:26:11.101 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-17T18:26:11.961Z[ recovery-image] Aug 17 18:26:11.113 INFO O| Aug 17 18:26:11.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
82962026-08-17T18:26:11.964Z[ recovery-image] Aug 17 18:26:11.113 INFO O| Aug 17 18:26:11.113 INFO STEP 1011 (remove_files) COMPLETE
82972026-08-17T18:26:11.964Z[ recovery-image] Aug 17 18:26:11.113 INFO O| Aug 17 18:26:11.113 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-17T18:26:11.971Z[ recovery-image] Aug 17 18:26:11.124 INFO O| Aug 17 18:26:11.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
82992026-08-17T18:26:11.971Z[ recovery-image] Aug 17 18:26:11.124 INFO O| Aug 17 18:26:11.124 INFO STEP 1012 (remove_files) COMPLETE
83002026-08-17T18:26:11.972Z[ recovery-image] Aug 17 18:26:11.124 INFO O| Aug 17 18:26:11.124 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-17T18:26:11.983Z[ recovery-image] Aug 17 18:26:11.135 INFO O| Aug 17 18:26:11.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83022026-08-17T18:26:11.986Z[ recovery-image] Aug 17 18:26:11.135 INFO O| Aug 17 18:26:11.135 INFO STEP 1013 (remove_files) COMPLETE
83032026-08-17T18:26:11.986Z[ recovery-image] Aug 17 18:26:11.135 INFO O| Aug 17 18:26:11.135 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-17T18:26:11.994Z[ recovery-image] Aug 17 18:26:11.146 INFO O| Aug 17 18:26:11.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83052026-08-17T18:26:11.994Z[ recovery-image] Aug 17 18:26:11.146 INFO O| Aug 17 18:26:11.146 INFO STEP 1014 (remove_files) COMPLETE
83062026-08-17T18:26:11.994Z[ recovery-image] Aug 17 18:26:11.146 INFO O| Aug 17 18:26:11.146 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-17T18:26:12.004Z[ recovery-image] Aug 17 18:26:11.156 INFO O| Aug 17 18:26:11.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83082026-08-17T18:26:12.004Z[ recovery-image] Aug 17 18:26:11.156 INFO O| Aug 17 18:26:11.156 INFO STEP 1015 (remove_files) COMPLETE
83092026-08-17T18:26:12.008Z[ recovery-image] Aug 17 18:26:11.156 INFO O| Aug 17 18:26:11.156 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-08-17T18:26:12.013Z[ recovery-image] Aug 17 18:26:11.166 INFO O| Aug 17 18:26:11.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83112026-08-17T18:26:12.013Z[ recovery-image] Aug 17 18:26:11.166 INFO O| Aug 17 18:26:11.166 INFO STEP 1016 (remove_files) COMPLETE
83122026-08-17T18:26:12.017Z[ recovery-image] Aug 17 18:26:11.166 INFO O| Aug 17 18:26:11.166 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-17T18:26:12.023Z[ recovery-image] Aug 17 18:26:11.175 INFO O| Aug 17 18:26:11.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83142026-08-17T18:26:12.023Z[ recovery-image] Aug 17 18:26:11.175 INFO O| Aug 17 18:26:11.175 INFO STEP 1017 (remove_files) COMPLETE
83152026-08-17T18:26:12.026Z[ recovery-image] Aug 17 18:26:11.175 INFO O| Aug 17 18:26:11.175 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-08-17T18:26:12.033Z[ recovery-image] Aug 17 18:26:11.185 INFO O| Aug 17 18:26:11.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83172026-08-17T18:26:12.033Z[ recovery-image] Aug 17 18:26:11.185 INFO O| Aug 17 18:26:11.185 INFO STEP 1018 (remove_files) COMPLETE
83182026-08-17T18:26:12.036Z[ recovery-image] Aug 17 18:26:11.185 INFO O| Aug 17 18:26:11.185 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-08-17T18:26:12.042Z[ recovery-image] Aug 17 18:26:11.194 INFO O| Aug 17 18:26:11.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83202026-08-17T18:26:12.042Z[ recovery-image] Aug 17 18:26:11.195 INFO O| Aug 17 18:26:11.194 INFO STEP 1019 (remove_files) COMPLETE
83212026-08-17T18:26:12.042Z[ recovery-image] Aug 17 18:26:11.195 INFO O| Aug 17 18:26:11.195 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-08-17T18:26:12.053Z[ recovery-image] Aug 17 18:26:11.205 INFO O| Aug 17 18:26:11.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83232026-08-17T18:26:12.053Z[ recovery-image] Aug 17 18:26:11.205 INFO O| Aug 17 18:26:11.205 INFO STEP 1020 (remove_files) COMPLETE
83242026-08-17T18:26:12.053Z[ recovery-image] Aug 17 18:26:11.205 INFO O| Aug 17 18:26:11.205 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-08-17T18:26:12.064Z[ recovery-image] Aug 17 18:26:11.216 INFO O| Aug 17 18:26:11.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83262026-08-17T18:26:12.064Z[ recovery-image] Aug 17 18:26:11.216 INFO O| Aug 17 18:26:11.216 INFO STEP 1021 (remove_files) COMPLETE
83272026-08-17T18:26:12.064Z[ recovery-image] Aug 17 18:26:11.216 INFO O| Aug 17 18:26:11.216 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-08-17T18:26:12.082Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
83292026-08-17T18:26:12.082Z[ recovery-image] Aug 17 18:26:11.228 INFO O| Aug 17 18:26:11.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83302026-08-17T18:26:12.085Z[ recovery-image] Aug 17 18:26:11.228 INFO O| Aug 17 18:26:11.228 INFO STEP 1022 (remove_files) COMPLETE
83312026-08-17T18:26:12.085Z[ recovery-image] Aug 17 18:26:11.228 INFO O| Aug 17 18:26:11.228 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-17T18:26:12.089Z[ recovery-image] Aug 17 18:26:11.239 INFO O| Aug 17 18:26:11.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83332026-08-17T18:26:12.089Z[ recovery-image] Aug 17 18:26:11.239 INFO O| Aug 17 18:26:11.239 INFO STEP 1023 (remove_files) COMPLETE
83342026-08-17T18:26:12.089Z[ recovery-image] Aug 17 18:26:11.239 INFO O| Aug 17 18:26:11.239 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-17T18:26:12.100Z[ recovery-image] Aug 17 18:26:11.252 INFO O| Aug 17 18:26:11.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83362026-08-17T18:26:12.100Z[ recovery-image] Aug 17 18:26:11.252 INFO O| Aug 17 18:26:11.252 INFO STEP 1024 (remove_files) COMPLETE
83372026-08-17T18:26:12.105Z[ recovery-image] Aug 17 18:26:11.252 INFO O| Aug 17 18:26:11.252 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-08-17T18:26:12.110Z[ recovery-image] Aug 17 18:26:11.262 INFO O| Aug 17 18:26:11.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83392026-08-17T18:26:12.110Z[ recovery-image] Aug 17 18:26:11.262 INFO O| Aug 17 18:26:11.262 INFO STEP 1025 (remove_files) COMPLETE
83402026-08-17T18:26:12.110Z[ recovery-image] Aug 17 18:26:11.262 INFO O| Aug 17 18:26:11.262 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-08-17T18:26:12.119Z[ recovery-image] Aug 17 18:26:11.271 INFO O| Aug 17 18:26:11.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83422026-08-17T18:26:12.119Z[ recovery-image] Aug 17 18:26:11.271 INFO O| Aug 17 18:26:11.271 INFO STEP 1026 (remove_files) COMPLETE
83432026-08-17T18:26:12.128Z[ recovery-image] Aug 17 18:26:11.271 INFO O| Aug 17 18:26:11.271 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-17T18:26:12.131Z[ recovery-image] Aug 17 18:26:11.280 INFO O| Aug 17 18:26:11.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83452026-08-17T18:26:12.131Z[ recovery-image] Aug 17 18:26:11.280 INFO O| Aug 17 18:26:11.280 INFO STEP 1027 (remove_files) COMPLETE
83462026-08-17T18:26:12.131Z[ recovery-image] Aug 17 18:26:11.280 INFO O| Aug 17 18:26:11.280 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-17T18:26:12.138Z[ recovery-image] Aug 17 18:26:11.290 INFO O| Aug 17 18:26:11.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83482026-08-17T18:26:12.138Z[ recovery-image] Aug 17 18:26:11.290 INFO O| Aug 17 18:26:11.290 INFO STEP 1028 (remove_files) COMPLETE
83492026-08-17T18:26:12.143Z[ recovery-image] Aug 17 18:26:11.290 INFO O| Aug 17 18:26:11.290 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-08-17T18:26:12.151Z[ recovery-image] Aug 17 18:26:11.301 INFO O| Aug 17 18:26:11.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83512026-08-17T18:26:12.152Z[ recovery-image] Aug 17 18:26:11.301 INFO O| Aug 17 18:26:11.301 INFO STEP 1029 (remove_files) COMPLETE
83522026-08-17T18:26:12.152Z[ recovery-image] Aug 17 18:26:11.301 INFO O| Aug 17 18:26:11.301 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-08-17T18:26:12.159Z[ recovery-image] Aug 17 18:26:11.310 INFO O| Aug 17 18:26:11.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83542026-08-17T18:26:12.159Z[ recovery-image] Aug 17 18:26:11.310 INFO O| Aug 17 18:26:11.310 INFO STEP 1030 (remove_files) COMPLETE
83552026-08-17T18:26:12.159Z[ recovery-image] Aug 17 18:26:11.310 INFO O| Aug 17 18:26:11.310 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-08-17T18:26:12.167Z[ recovery-image] Aug 17 18:26:11.319 INFO O| Aug 17 18:26:11.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83572026-08-17T18:26:12.167Z[ recovery-image] Aug 17 18:26:11.319 INFO O| Aug 17 18:26:11.319 INFO STEP 1031 (remove_files) COMPLETE
83582026-08-17T18:26:12.171Z[ recovery-image] Aug 17 18:26:11.319 INFO O| Aug 17 18:26:11.319 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-08-17T18:26:12.174Z[verify-libraries] Compiling internet-checksum v0.2.1
83602026-08-17T18:26:12.179Z[ recovery-image] Aug 17 18:26:11.331 INFO O| Aug 17 18:26:11.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83612026-08-17T18:26:12.179Z[ recovery-image] Aug 17 18:26:11.331 INFO O| Aug 17 18:26:11.331 INFO STEP 1032 (remove_files) COMPLETE
83622026-08-17T18:26:12.182Z[ recovery-image] Aug 17 18:26:11.331 INFO O| Aug 17 18:26:11.331 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-08-17T18:26:12.190Z[ recovery-image] Aug 17 18:26:11.343 INFO O| Aug 17 18:26:11.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83642026-08-17T18:26:12.190Z[ recovery-image] Aug 17 18:26:11.343 INFO O| Aug 17 18:26:11.343 INFO STEP 1033 (remove_files) COMPLETE
83652026-08-17T18:26:12.194Z[ recovery-image] Aug 17 18:26:11.343 INFO O| Aug 17 18:26:11.343 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-17T18:26:12.201Z[ recovery-image] Aug 17 18:26:11.353 INFO O| Aug 17 18:26:11.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83672026-08-17T18:26:12.201Z[ recovery-image] Aug 17 18:26:11.353 INFO O| Aug 17 18:26:11.353 INFO STEP 1034 (remove_files) COMPLETE
83682026-08-17T18:26:12.201Z[ recovery-image] Aug 17 18:26:11.353 INFO O| Aug 17 18:26:11.353 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-17T18:26:12.210Z[ recovery-image] Aug 17 18:26:11.362 INFO O| Aug 17 18:26:11.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83702026-08-17T18:26:12.210Z[ recovery-image] Aug 17 18:26:11.362 INFO O| Aug 17 18:26:11.362 INFO STEP 1035 (remove_files) COMPLETE
83712026-08-17T18:26:12.210Z[ recovery-image] Aug 17 18:26:11.362 INFO O| Aug 17 18:26:11.362 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-17T18:26:12.219Z[ recovery-image] Aug 17 18:26:11.371 INFO O| Aug 17 18:26:11.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83732026-08-17T18:26:12.224Z[ recovery-image] Aug 17 18:26:11.371 INFO O| Aug 17 18:26:11.371 INFO STEP 1036 (remove_files) COMPLETE
83742026-08-17T18:26:12.224Z[ recovery-image] Aug 17 18:26:11.371 INFO O| Aug 17 18:26:11.371 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-17T18:26:12.228Z[ recovery-image] Aug 17 18:26:11.380 INFO O| Aug 17 18:26:11.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83762026-08-17T18:26:12.228Z[ recovery-image] Aug 17 18:26:11.380 INFO O| Aug 17 18:26:11.380 INFO STEP 1037 (remove_files) COMPLETE
83772026-08-17T18:26:12.231Z[ recovery-image] Aug 17 18:26:11.380 INFO O| Aug 17 18:26:11.380 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-17T18:26:12.237Z[ recovery-image] Aug 17 18:26:11.389 INFO O| Aug 17 18:26:11.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
83792026-08-17T18:26:12.237Z[ recovery-image] Aug 17 18:26:11.389 INFO O| Aug 17 18:26:11.389 INFO STEP 1038 (remove_files) COMPLETE
83802026-08-17T18:26:12.237Z[ recovery-image] Aug 17 18:26:11.389 INFO O| Aug 17 18:26:11.389 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-08-17T18:26:12.245Z[ recovery-image] Aug 17 18:26:11.397 INFO O| Aug 17 18:26:11.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
83822026-08-17T18:26:12.245Z[ recovery-image] Aug 17 18:26:11.397 INFO O| Aug 17 18:26:11.397 INFO STEP 1039 (remove_files) COMPLETE
83832026-08-17T18:26:12.248Z[ recovery-image] Aug 17 18:26:11.397 INFO O| Aug 17 18:26:11.397 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-17T18:26:12.254Z[ recovery-image] Aug 17 18:26:11.406 INFO O| Aug 17 18:26:11.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
83852026-08-17T18:26:12.254Z[ recovery-image] Aug 17 18:26:11.406 INFO O| Aug 17 18:26:11.406 INFO STEP 1040 (remove_files) COMPLETE
83862026-08-17T18:26:12.254Z[ recovery-image] Aug 17 18:26:11.406 INFO O| Aug 17 18:26:11.406 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-17T18:26:12.263Z[ recovery-image] Aug 17 18:26:11.415 INFO O| Aug 17 18:26:11.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
83882026-08-17T18:26:12.263Z[ recovery-image] Aug 17 18:26:11.415 INFO O| Aug 17 18:26:11.415 INFO STEP 1041 (remove_files) COMPLETE
83892026-08-17T18:26:12.263Z[ recovery-image] Aug 17 18:26:11.415 INFO O| Aug 17 18:26:11.415 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-17T18:26:12.273Z[ recovery-image] Aug 17 18:26:11.425 INFO O| Aug 17 18:26:11.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
83912026-08-17T18:26:12.273Z[ recovery-image] Aug 17 18:26:11.425 INFO O| Aug 17 18:26:11.425 INFO STEP 1042 (remove_files) COMPLETE
83922026-08-17T18:26:12.276Z[ recovery-image] Aug 17 18:26:11.425 INFO O| Aug 17 18:26:11.425 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-17T18:26:12.282Z[ recovery-image] Aug 17 18:26:11.434 INFO O| Aug 17 18:26:11.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
83942026-08-17T18:26:12.282Z[ recovery-image] Aug 17 18:26:11.434 INFO O| Aug 17 18:26:11.434 INFO STEP 1043 (remove_files) COMPLETE
83952026-08-17T18:26:12.285Z[ recovery-image] Aug 17 18:26:11.434 INFO O| Aug 17 18:26:11.434 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-08-17T18:26:12.291Z[ recovery-image] Aug 17 18:26:11.443 INFO O| Aug 17 18:26:11.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
83972026-08-17T18:26:12.291Z[ recovery-image] Aug 17 18:26:11.443 INFO O| Aug 17 18:26:11.443 INFO STEP 1044 (remove_files) COMPLETE
83982026-08-17T18:26:12.294Z[ recovery-image] Aug 17 18:26:11.443 INFO O| Aug 17 18:26:11.443 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-08-17T18:26:12.300Z[ recovery-image] Aug 17 18:26:11.452 INFO O| Aug 17 18:26:11.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84002026-08-17T18:26:12.300Z[ recovery-image] Aug 17 18:26:11.452 INFO O| Aug 17 18:26:11.452 INFO STEP 1045 (remove_files) COMPLETE
84012026-08-17T18:26:12.300Z[ recovery-image] Aug 17 18:26:11.452 INFO O| Aug 17 18:26:11.452 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-08-17T18:26:12.310Z[ recovery-image] Aug 17 18:26:11.462 INFO O| Aug 17 18:26:11.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84032026-08-17T18:26:12.310Z[ recovery-image] Aug 17 18:26:11.462 INFO O| Aug 17 18:26:11.462 INFO STEP 1046 (remove_files) COMPLETE
84042026-08-17T18:26:12.310Z[ recovery-image] Aug 17 18:26:11.462 INFO O| Aug 17 18:26:11.462 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-17T18:26:12.320Z[ recovery-image] Aug 17 18:26:11.472 INFO O| Aug 17 18:26:11.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84062026-08-17T18:26:12.320Z[ recovery-image] Aug 17 18:26:11.472 INFO O| Aug 17 18:26:11.472 INFO STEP 1047 (remove_files) COMPLETE
84072026-08-17T18:26:12.320Z[ recovery-image] Aug 17 18:26:11.472 INFO O| Aug 17 18:26:11.472 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-17T18:26:12.331Z[ recovery-image] Aug 17 18:26:11.483 INFO O| Aug 17 18:26:11.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84092026-08-17T18:26:12.335Z[ recovery-image] Aug 17 18:26:11.484 INFO O| Aug 17 18:26:11.484 INFO STEP 1048 (remove_files) COMPLETE
84102026-08-17T18:26:12.339Z[ recovery-image] Aug 17 18:26:11.484 INFO O| Aug 17 18:26:11.484 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-08-17T18:26:12.343Z[ recovery-image] Aug 17 18:26:11.493 INFO O| Aug 17 18:26:11.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84122026-08-17T18:26:12.343Z[ recovery-image] Aug 17 18:26:11.493 INFO O| Aug 17 18:26:11.493 INFO STEP 1049 (remove_files) COMPLETE
84132026-08-17T18:26:12.344Z[ recovery-image] Aug 17 18:26:11.493 INFO O| Aug 17 18:26:11.493 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-08-17T18:26:12.350Z[ recovery-image] Aug 17 18:26:11.502 INFO O| Aug 17 18:26:11.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84152026-08-17T18:26:12.350Z[ recovery-image] Aug 17 18:26:11.502 INFO O| Aug 17 18:26:11.502 INFO STEP 1050 (remove_files) COMPLETE
84162026-08-17T18:26:12.350Z[ recovery-image] Aug 17 18:26:11.502 INFO O| Aug 17 18:26:11.502 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-08-17T18:26:12.360Z[ recovery-image] Aug 17 18:26:11.512 INFO O| Aug 17 18:26:11.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84182026-08-17T18:26:12.360Z[ recovery-image] Aug 17 18:26:11.512 INFO O| Aug 17 18:26:11.512 INFO STEP 1051 (remove_files) COMPLETE
84192026-08-17T18:26:12.360Z[ recovery-image] Aug 17 18:26:11.512 INFO O| Aug 17 18:26:11.512 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-08-17T18:26:12.369Z[ recovery-image] Aug 17 18:26:11.521 INFO O| Aug 17 18:26:11.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84212026-08-17T18:26:12.369Z[ recovery-image] Aug 17 18:26:11.521 INFO O| Aug 17 18:26:11.521 INFO STEP 1052 (remove_files) COMPLETE
84222026-08-17T18:26:12.369Z[ recovery-image] Aug 17 18:26:11.521 INFO O| Aug 17 18:26:11.521 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-08-17T18:26:12.381Z[ recovery-image] Aug 17 18:26:11.533 INFO O| Aug 17 18:26:11.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84242026-08-17T18:26:12.381Z[ recovery-image] Aug 17 18:26:11.533 INFO O| Aug 17 18:26:11.533 INFO STEP 1053 (remove_files) COMPLETE
84252026-08-17T18:26:12.384Z[ recovery-image] Aug 17 18:26:11.533 INFO O| Aug 17 18:26:11.533 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-08-17T18:26:12.391Z[ recovery-image] Aug 17 18:26:11.542 INFO O| Aug 17 18:26:11.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84272026-08-17T18:26:12.391Z[ recovery-image] Aug 17 18:26:11.542 INFO O| Aug 17 18:26:11.542 INFO STEP 1054 (remove_files) COMPLETE
84282026-08-17T18:26:12.391Z[ recovery-image] Aug 17 18:26:11.542 INFO O| Aug 17 18:26:11.542 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-08-17T18:26:12.399Z[ recovery-image] Aug 17 18:26:11.551 INFO O| Aug 17 18:26:11.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84302026-08-17T18:26:12.399Z[ recovery-image] Aug 17 18:26:11.551 INFO O| Aug 17 18:26:11.551 INFO STEP 1055 (remove_files) COMPLETE
84312026-08-17T18:26:12.399Z[ recovery-image] Aug 17 18:26:11.551 INFO O| Aug 17 18:26:11.551 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-08-17T18:26:12.409Z[ recovery-image] Aug 17 18:26:11.561 INFO O| Aug 17 18:26:11.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84332026-08-17T18:26:12.409Z[ recovery-image] Aug 17 18:26:11.561 INFO O| Aug 17 18:26:11.561 INFO STEP 1056 (remove_files) COMPLETE
84342026-08-17T18:26:12.409Z[ recovery-image] Aug 17 18:26:11.561 INFO O| Aug 17 18:26:11.561 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-08-17T18:26:12.417Z[ recovery-image] Aug 17 18:26:11.570 INFO O| Aug 17 18:26:11.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84362026-08-17T18:26:12.418Z[ recovery-image] Aug 17 18:26:11.570 INFO O| Aug 17 18:26:11.570 INFO STEP 1057 (remove_files) COMPLETE
84372026-08-17T18:26:12.418Z[ recovery-image] Aug 17 18:26:11.570 INFO O| Aug 17 18:26:11.570 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-08-17T18:26:12.426Z[ recovery-image] Aug 17 18:26:11.578 INFO O| Aug 17 18:26:11.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84392026-08-17T18:26:12.426Z[ recovery-image] Aug 17 18:26:11.578 INFO O| Aug 17 18:26:11.578 INFO STEP 1058 (remove_files) COMPLETE
84402026-08-17T18:26:12.430Z[ recovery-image] Aug 17 18:26:11.578 INFO O| Aug 17 18:26:11.578 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-08-17T18:26:12.441Z[ recovery-image] Aug 17 18:26:11.589 INFO O| Aug 17 18:26:11.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84422026-08-17T18:26:12.441Z[ recovery-image] Aug 17 18:26:11.589 INFO O| Aug 17 18:26:11.589 INFO STEP 1059 (remove_files) COMPLETE
84432026-08-17T18:26:12.441Z[ recovery-image] Aug 17 18:26:11.589 INFO O| Aug 17 18:26:11.589 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-08-17T18:26:12.456Z[ recovery-image] Aug 17 18:26:11.599 INFO O| Aug 17 18:26:11.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84452026-08-17T18:26:12.456Z[ recovery-image] Aug 17 18:26:11.599 INFO O| Aug 17 18:26:11.599 INFO STEP 1060 (remove_files) COMPLETE
84462026-08-17T18:26:12.456Z[ recovery-image] Aug 17 18:26:11.599 INFO O| Aug 17 18:26:11.599 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-08-17T18:26:12.456Z[ recovery-image] Aug 17 18:26:11.607 INFO O| Aug 17 18:26:11.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84482026-08-17T18:26:12.456Z[ recovery-image] Aug 17 18:26:11.608 INFO O| Aug 17 18:26:11.607 INFO STEP 1061 (remove_files) COMPLETE
84492026-08-17T18:26:12.456Z[ recovery-image] Aug 17 18:26:11.608 INFO O| Aug 17 18:26:11.608 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-08-17T18:26:12.464Z[ recovery-image] Aug 17 18:26:11.616 INFO O| Aug 17 18:26:11.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84512026-08-17T18:26:12.465Z[ recovery-image] Aug 17 18:26:11.617 INFO O| Aug 17 18:26:11.617 INFO STEP 1062 (remove_files) COMPLETE
84522026-08-17T18:26:12.468Z[ recovery-image] Aug 17 18:26:11.617 INFO O| Aug 17 18:26:11.617 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-08-17T18:26:12.471Z[verify-libraries] Compiling samael v0.0.19
84542026-08-17T18:26:12.474Z[ recovery-image] Aug 17 18:26:11.625 INFO O| Aug 17 18:26:11.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84552026-08-17T18:26:12.474Z[ recovery-image] Aug 17 18:26:11.625 INFO O| Aug 17 18:26:11.625 INFO STEP 1063 (remove_files) COMPLETE
84562026-08-17T18:26:12.474Z[ recovery-image] Aug 17 18:26:11.625 INFO O| Aug 17 18:26:11.625 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-08-17T18:26:12.481Z[ recovery-image] Aug 17 18:26:11.633 INFO O| Aug 17 18:26:11.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84582026-08-17T18:26:12.481Z[ recovery-image] Aug 17 18:26:11.633 INFO O| Aug 17 18:26:11.633 INFO STEP 1064 (remove_files) COMPLETE
84592026-08-17T18:26:12.485Z[ recovery-image] Aug 17 18:26:11.633 INFO O| Aug 17 18:26:11.633 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-08-17T18:26:12.489Z[ recovery-image] Aug 17 18:26:11.641 INFO O| Aug 17 18:26:11.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84612026-08-17T18:26:12.489Z[ recovery-image] Aug 17 18:26:11.641 INFO O| Aug 17 18:26:11.641 INFO STEP 1065 (remove_files) COMPLETE
84622026-08-17T18:26:12.489Z[ recovery-image] Aug 17 18:26:11.641 INFO O| Aug 17 18:26:11.641 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-08-17T18:26:12.498Z[ recovery-image] Aug 17 18:26:11.650 INFO O| Aug 17 18:26:11.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84642026-08-17T18:26:12.498Z[ recovery-image] Aug 17 18:26:11.650 INFO O| Aug 17 18:26:11.650 INFO STEP 1066 (remove_files) COMPLETE
84652026-08-17T18:26:12.498Z[ recovery-image] Aug 17 18:26:11.650 INFO O| Aug 17 18:26:11.650 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-08-17T18:26:12.506Z[ recovery-image] Aug 17 18:26:11.658 INFO O| Aug 17 18:26:11.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84672026-08-17T18:26:12.506Z[ recovery-image] Aug 17 18:26:11.658 INFO O| Aug 17 18:26:11.658 INFO STEP 1067 (remove_files) COMPLETE
84682026-08-17T18:26:12.506Z[ recovery-image] Aug 17 18:26:11.658 INFO O| Aug 17 18:26:11.658 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-08-17T18:26:12.514Z[ recovery-image] Aug 17 18:26:11.666 INFO O| Aug 17 18:26:11.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84702026-08-17T18:26:12.514Z[ recovery-image] Aug 17 18:26:11.666 INFO O| Aug 17 18:26:11.666 INFO STEP 1068 (remove_files) COMPLETE
84712026-08-17T18:26:12.517Z[ recovery-image] Aug 17 18:26:11.666 INFO O| Aug 17 18:26:11.666 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-08-17T18:26:12.522Z[ recovery-image] Aug 17 18:26:11.674 INFO O| Aug 17 18:26:11.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84732026-08-17T18:26:12.522Z[ recovery-image] Aug 17 18:26:11.674 INFO O| Aug 17 18:26:11.674 INFO STEP 1069 (remove_files) COMPLETE
84742026-08-17T18:26:12.522Z[ recovery-image] Aug 17 18:26:11.674 INFO O| Aug 17 18:26:11.674 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-08-17T18:26:12.530Z[ recovery-image] Aug 17 18:26:11.682 INFO O| Aug 17 18:26:11.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
84762026-08-17T18:26:12.530Z[ recovery-image] Aug 17 18:26:11.682 INFO O| Aug 17 18:26:11.682 INFO STEP 1070 (remove_files) COMPLETE
84772026-08-17T18:26:12.534Z[ recovery-image] Aug 17 18:26:11.682 INFO O| Aug 17 18:26:11.682 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-08-17T18:26:12.538Z[ recovery-image] Aug 17 18:26:11.690 INFO O| Aug 17 18:26:11.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
84792026-08-17T18:26:12.538Z[ recovery-image] Aug 17 18:26:11.690 INFO O| Aug 17 18:26:11.690 INFO STEP 1071 (remove_files) COMPLETE
84802026-08-17T18:26:12.538Z[ recovery-image] Aug 17 18:26:11.690 INFO O| Aug 17 18:26:11.690 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-17T18:26:12.542Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
84822026-08-17T18:26:12.548Z[ recovery-image] Aug 17 18:26:11.700 INFO O| Aug 17 18:26:11.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
84832026-08-17T18:26:12.548Z[ recovery-image] Aug 17 18:26:11.700 INFO O| Aug 17 18:26:11.700 INFO STEP 1072 (remove_files) COMPLETE
84842026-08-17T18:26:12.551Z[ recovery-image] Aug 17 18:26:11.700 INFO O| Aug 17 18:26:11.700 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-08-17T18:26:12.558Z[ recovery-image] Aug 17 18:26:11.710 INFO O| Aug 17 18:26:11.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
84862026-08-17T18:26:12.558Z[ recovery-image] Aug 17 18:26:11.710 INFO O| Aug 17 18:26:11.710 INFO STEP 1073 (remove_files) COMPLETE
84872026-08-17T18:26:12.561Z[ recovery-image] Aug 17 18:26:11.710 INFO O| Aug 17 18:26:11.710 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-08-17T18:26:12.566Z[ recovery-image] Aug 17 18:26:11.719 INFO O| Aug 17 18:26:11.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
84892026-08-17T18:26:12.567Z[ recovery-image] Aug 17 18:26:11.719 INFO O| Aug 17 18:26:11.719 INFO STEP 1074 (remove_files) COMPLETE
84902026-08-17T18:26:12.567Z[ recovery-image] Aug 17 18:26:11.719 INFO O| Aug 17 18:26:11.719 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-08-17T18:26:12.575Z[ recovery-image] Aug 17 18:26:11.727 INFO O| Aug 17 18:26:11.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
84922026-08-17T18:26:12.575Z[ recovery-image] Aug 17 18:26:11.727 INFO O| Aug 17 18:26:11.727 INFO STEP 1075 (remove_files) COMPLETE
84932026-08-17T18:26:12.575Z[ recovery-image] Aug 17 18:26:11.727 INFO O| Aug 17 18:26:11.727 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-08-17T18:26:12.587Z[ recovery-image] Aug 17 18:26:11.736 INFO O| Aug 17 18:26:11.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
84952026-08-17T18:26:12.587Z[ recovery-image] Aug 17 18:26:11.736 INFO O| Aug 17 18:26:11.736 INFO STEP 1076 (remove_files) COMPLETE
84962026-08-17T18:26:12.591Z[ recovery-image] Aug 17 18:26:11.737 INFO O| Aug 17 18:26:11.736 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-08-17T18:26:12.594Z[ recovery-image] Aug 17 18:26:11.745 INFO O| Aug 17 18:26:11.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
84982026-08-17T18:26:12.594Z[ recovery-image] Aug 17 18:26:11.745 INFO O| Aug 17 18:26:11.745 INFO STEP 1077 (remove_files) COMPLETE
84992026-08-17T18:26:12.594Z[ recovery-image] Aug 17 18:26:11.745 INFO O| Aug 17 18:26:11.745 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-08-17T18:26:12.603Z[ recovery-image] Aug 17 18:26:11.755 INFO O| Aug 17 18:26:11.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85012026-08-17T18:26:12.603Z[ recovery-image] Aug 17 18:26:11.755 INFO O| Aug 17 18:26:11.755 INFO STEP 1078 (remove_files) COMPLETE
85022026-08-17T18:26:12.603Z[ recovery-image] Aug 17 18:26:11.755 INFO O| Aug 17 18:26:11.755 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-08-17T18:26:12.611Z[ recovery-image] Aug 17 18:26:11.763 INFO O| Aug 17 18:26:11.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85042026-08-17T18:26:12.611Z[ recovery-image] Aug 17 18:26:11.763 INFO O| Aug 17 18:26:11.763 INFO STEP 1079 (remove_files) COMPLETE
85052026-08-17T18:26:12.611Z[ recovery-image] Aug 17 18:26:11.763 INFO O| Aug 17 18:26:11.763 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-08-17T18:26:12.619Z[ recovery-image] Aug 17 18:26:11.772 INFO O| Aug 17 18:26:11.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85072026-08-17T18:26:12.619Z[ recovery-image] Aug 17 18:26:11.772 INFO O| Aug 17 18:26:11.772 INFO STEP 1080 (remove_files) COMPLETE
85082026-08-17T18:26:12.622Z[ recovery-image] Aug 17 18:26:11.772 INFO O| Aug 17 18:26:11.772 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-08-17T18:26:12.628Z[ recovery-image] Aug 17 18:26:11.780 INFO O| Aug 17 18:26:11.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85102026-08-17T18:26:12.628Z[ recovery-image] Aug 17 18:26:11.780 INFO O| Aug 17 18:26:11.780 INFO STEP 1081 (remove_files) COMPLETE
85112026-08-17T18:26:12.628Z[ recovery-image] Aug 17 18:26:11.780 INFO O| Aug 17 18:26:11.780 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-08-17T18:26:12.636Z[ recovery-image] Aug 17 18:26:11.788 INFO O| Aug 17 18:26:11.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85132026-08-17T18:26:12.636Z[ recovery-image] Aug 17 18:26:11.788 INFO O| Aug 17 18:26:11.788 INFO STEP 1082 (remove_files) COMPLETE
85142026-08-17T18:26:12.636Z[ recovery-image] Aug 17 18:26:11.788 INFO O| Aug 17 18:26:11.788 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-08-17T18:26:12.644Z[ recovery-image] Aug 17 18:26:11.796 INFO O| Aug 17 18:26:11.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85162026-08-17T18:26:12.644Z[ recovery-image] Aug 17 18:26:11.796 INFO O| Aug 17 18:26:11.796 INFO STEP 1083 (remove_files) COMPLETE
85172026-08-17T18:26:12.644Z[ recovery-image] Aug 17 18:26:11.796 INFO O| Aug 17 18:26:11.796 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-08-17T18:26:12.652Z[ recovery-image] Aug 17 18:26:11.804 INFO O| Aug 17 18:26:11.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85192026-08-17T18:26:12.652Z[ recovery-image] Aug 17 18:26:11.804 INFO O| Aug 17 18:26:11.804 INFO STEP 1084 (remove_files) COMPLETE
85202026-08-17T18:26:12.655Z[ recovery-image] Aug 17 18:26:11.804 INFO O| Aug 17 18:26:11.804 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-08-17T18:26:12.659Z[ recovery-image] Aug 17 18:26:11.812 INFO O| Aug 17 18:26:11.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85222026-08-17T18:26:12.659Z[ recovery-image] Aug 17 18:26:11.812 INFO O| Aug 17 18:26:11.812 INFO STEP 1085 (remove_files) COMPLETE
85232026-08-17T18:26:12.659Z[ recovery-image] Aug 17 18:26:11.812 INFO O| Aug 17 18:26:11.812 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-08-17T18:26:12.667Z[ recovery-image] Aug 17 18:26:11.820 INFO O| Aug 17 18:26:11.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85252026-08-17T18:26:12.667Z[ recovery-image] Aug 17 18:26:11.820 INFO O| Aug 17 18:26:11.820 INFO STEP 1086 (remove_files) COMPLETE
85262026-08-17T18:26:12.667Z[ recovery-image] Aug 17 18:26:11.820 INFO O| Aug 17 18:26:11.820 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-08-17T18:26:12.679Z[ recovery-image] Aug 17 18:26:11.831 INFO O| Aug 17 18:26:11.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85282026-08-17T18:26:12.679Z[ recovery-image] Aug 17 18:26:11.831 INFO O| Aug 17 18:26:11.831 INFO STEP 1087 (remove_files) COMPLETE
85292026-08-17T18:26:12.679Z[ recovery-image] Aug 17 18:26:11.831 INFO O| Aug 17 18:26:11.831 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-08-17T18:26:12.690Z[ recovery-image] Aug 17 18:26:11.842 INFO O| Aug 17 18:26:11.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85312026-08-17T18:26:12.690Z[ recovery-image] Aug 17 18:26:11.842 INFO O| Aug 17 18:26:11.842 INFO STEP 1088 (remove_files) COMPLETE
85322026-08-17T18:26:12.690Z[ recovery-image] Aug 17 18:26:11.842 INFO O| Aug 17 18:26:11.842 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-08-17T18:26:12.701Z[ recovery-image] Aug 17 18:26:11.853 INFO O| Aug 17 18:26:11.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85342026-08-17T18:26:12.701Z[ recovery-image] Aug 17 18:26:11.853 INFO O| Aug 17 18:26:11.853 INFO STEP 1089 (remove_files) COMPLETE
85352026-08-17T18:26:12.701Z[ recovery-image] Aug 17 18:26:11.853 INFO O| Aug 17 18:26:11.853 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-08-17T18:26:12.711Z[ recovery-image] Aug 17 18:26:11.863 INFO O| Aug 17 18:26:11.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85372026-08-17T18:26:12.711Z[ recovery-image] Aug 17 18:26:11.863 INFO O| Aug 17 18:26:11.863 INFO STEP 1090 (remove_files) COMPLETE
85382026-08-17T18:26:12.711Z[ recovery-image] Aug 17 18:26:11.863 INFO O| Aug 17 18:26:11.863 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-08-17T18:26:12.721Z[ recovery-image] Aug 17 18:26:11.873 INFO O| Aug 17 18:26:11.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85402026-08-17T18:26:12.721Z[ recovery-image] Aug 17 18:26:11.873 INFO O| Aug 17 18:26:11.873 INFO STEP 1091 (remove_files) COMPLETE
85412026-08-17T18:26:12.721Z[ recovery-image] Aug 17 18:26:11.873 INFO O| Aug 17 18:26:11.873 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-08-17T18:26:12.731Z[ recovery-image] Aug 17 18:26:11.883 INFO O| Aug 17 18:26:11.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85432026-08-17T18:26:12.731Z[ recovery-image] Aug 17 18:26:11.883 INFO O| Aug 17 18:26:11.883 INFO STEP 1092 (remove_files) COMPLETE
85442026-08-17T18:26:12.731Z[ recovery-image] Aug 17 18:26:11.883 INFO O| Aug 17 18:26:11.883 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-08-17T18:26:12.740Z[ recovery-image] Aug 17 18:26:11.892 INFO O| Aug 17 18:26:11.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85462026-08-17T18:26:12.740Z[ recovery-image] Aug 17 18:26:11.892 INFO O| Aug 17 18:26:11.892 INFO STEP 1093 (remove_files) COMPLETE
85472026-08-17T18:26:12.740Z[ recovery-image] Aug 17 18:26:11.892 INFO O| Aug 17 18:26:11.892 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-08-17T18:26:12.752Z[ recovery-image] Aug 17 18:26:11.904 INFO O| Aug 17 18:26:11.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85492026-08-17T18:26:12.752Z[ recovery-image] Aug 17 18:26:11.904 INFO O| Aug 17 18:26:11.904 INFO STEP 1094 (remove_files) COMPLETE
85502026-08-17T18:26:12.756Z[ recovery-image] Aug 17 18:26:11.904 INFO O| Aug 17 18:26:11.904 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-08-17T18:26:12.763Z[ recovery-image] Aug 17 18:26:11.915 INFO O| Aug 17 18:26:11.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85522026-08-17T18:26:12.763Z[ recovery-image] Aug 17 18:26:11.915 INFO O| Aug 17 18:26:11.915 INFO STEP 1095 (remove_files) COMPLETE
85532026-08-17T18:26:12.763Z[ recovery-image] Aug 17 18:26:11.916 INFO O| Aug 17 18:26:11.915 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-08-17T18:26:12.774Z[ recovery-image] Aug 17 18:26:11.926 INFO O| Aug 17 18:26:11.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85552026-08-17T18:26:12.774Z[ recovery-image] Aug 17 18:26:11.926 INFO O| Aug 17 18:26:11.926 INFO STEP 1096 (remove_files) COMPLETE
85562026-08-17T18:26:12.777Z[ recovery-image] Aug 17 18:26:11.926 INFO O| Aug 17 18:26:11.926 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-08-17T18:26:12.784Z[ recovery-image] Aug 17 18:26:11.936 INFO O| Aug 17 18:26:11.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85582026-08-17T18:26:12.784Z[ recovery-image] Aug 17 18:26:11.936 INFO O| Aug 17 18:26:11.936 INFO STEP 1097 (remove_files) COMPLETE
85592026-08-17T18:26:12.784Z[ recovery-image] Aug 17 18:26:11.936 INFO O| Aug 17 18:26:11.936 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-08-17T18:26:12.795Z[ recovery-image] Aug 17 18:26:11.947 INFO O| Aug 17 18:26:11.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85612026-08-17T18:26:12.795Z[ recovery-image] Aug 17 18:26:11.947 INFO O| Aug 17 18:26:11.947 INFO STEP 1098 (remove_files) COMPLETE
85622026-08-17T18:26:12.795Z[ recovery-image] Aug 17 18:26:11.947 INFO O| Aug 17 18:26:11.947 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-08-17T18:26:12.806Z[ recovery-image] Aug 17 18:26:11.958 INFO O| Aug 17 18:26:11.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85642026-08-17T18:26:12.806Z[ recovery-image] Aug 17 18:26:11.958 INFO O| Aug 17 18:26:11.958 INFO STEP 1099 (remove_files) COMPLETE
85652026-08-17T18:26:12.806Z[ recovery-image] Aug 17 18:26:11.958 INFO O| Aug 17 18:26:11.958 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-08-17T18:26:12.816Z[ recovery-image] Aug 17 18:26:11.968 INFO O| Aug 17 18:26:11.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85672026-08-17T18:26:12.816Z[ recovery-image] Aug 17 18:26:11.968 INFO O| Aug 17 18:26:11.968 INFO STEP 1100 (remove_files) COMPLETE
85682026-08-17T18:26:12.816Z[ recovery-image] Aug 17 18:26:11.968 INFO O| Aug 17 18:26:11.968 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-08-17T18:26:12.824Z[ recovery-image] Aug 17 18:26:11.976 INFO O| Aug 17 18:26:11.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85702026-08-17T18:26:12.824Z[ recovery-image] Aug 17 18:26:11.976 INFO O| Aug 17 18:26:11.976 INFO STEP 1101 (remove_files) COMPLETE
85712026-08-17T18:26:12.824Z[ recovery-image] Aug 17 18:26:11.976 INFO O| Aug 17 18:26:11.976 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-08-17T18:26:12.835Z[ recovery-image] Aug 17 18:26:11.986 INFO O| Aug 17 18:26:11.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85732026-08-17T18:26:12.835Z[ recovery-image] Aug 17 18:26:11.986 INFO O| Aug 17 18:26:11.986 INFO STEP 1102 (remove_files) COMPLETE
85742026-08-17T18:26:12.835Z[ recovery-image] Aug 17 18:26:11.986 INFO O| Aug 17 18:26:11.986 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-08-17T18:26:12.844Z[ recovery-image] Aug 17 18:26:11.996 INFO O| Aug 17 18:26:11.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
85762026-08-17T18:26:12.844Z[ recovery-image] Aug 17 18:26:11.996 INFO O| Aug 17 18:26:11.996 INFO STEP 1103 (remove_files) COMPLETE
85772026-08-17T18:26:12.848Z[ recovery-image] Aug 17 18:26:11.996 INFO O| Aug 17 18:26:11.996 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-17T18:26:12.853Z[ recovery-image] Aug 17 18:26:12.006 INFO O| Aug 17 18:26:12.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
85792026-08-17T18:26:12.854Z[ recovery-image] Aug 17 18:26:12.006 INFO O| Aug 17 18:26:12.006 INFO STEP 1104 (remove_files) COMPLETE
85802026-08-17T18:26:12.854Z[ recovery-image] Aug 17 18:26:12.006 INFO O| Aug 17 18:26:12.006 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-17T18:26:12.863Z[ recovery-image] Aug 17 18:26:12.015 INFO O| Aug 17 18:26:12.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
85822026-08-17T18:26:12.863Z[ recovery-image] Aug 17 18:26:12.015 INFO O| Aug 17 18:26:12.015 INFO STEP 1105 (remove_files) COMPLETE
85832026-08-17T18:26:12.863Z[ recovery-image] Aug 17 18:26:12.015 INFO O| Aug 17 18:26:12.015 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-17T18:26:12.873Z[ recovery-image] Aug 17 18:26:12.025 INFO O| Aug 17 18:26:12.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
85852026-08-17T18:26:12.873Z[ recovery-image] Aug 17 18:26:12.025 INFO O| Aug 17 18:26:12.025 INFO STEP 1106 (remove_files) COMPLETE
85862026-08-17T18:26:12.873Z[ recovery-image] Aug 17 18:26:12.025 INFO O| Aug 17 18:26:12.025 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-17T18:26:12.904Z[ recovery-image] Aug 17 18:26:12.036 INFO O| Aug 17 18:26:12.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
85882026-08-17T18:26:12.905Z[ recovery-image] Aug 17 18:26:12.036 INFO O| Aug 17 18:26:12.036 INFO STEP 1107 (remove_files) COMPLETE
85892026-08-17T18:26:12.905Z[ recovery-image] Aug 17 18:26:12.036 INFO O| Aug 17 18:26:12.036 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-08-17T18:26:12.905Z[ recovery-image] Aug 17 18:26:12.046 INFO O| Aug 17 18:26:12.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
85912026-08-17T18:26:12.905Z[ recovery-image] Aug 17 18:26:12.046 INFO O| Aug 17 18:26:12.046 INFO STEP 1108 (remove_files) COMPLETE
85922026-08-17T18:26:12.905Z[ recovery-image] Aug 17 18:26:12.047 INFO O| Aug 17 18:26:12.046 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-08-17T18:26:12.908Z[ recovery-image] Aug 17 18:26:12.056 INFO O| Aug 17 18:26:12.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
85942026-08-17T18:26:12.908Z[ recovery-image] Aug 17 18:26:12.056 INFO O| Aug 17 18:26:12.056 INFO STEP 1109 (remove_files) COMPLETE
85952026-08-17T18:26:12.908Z[ recovery-image] Aug 17 18:26:12.056 INFO O| Aug 17 18:26:12.056 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-08-17T18:26:12.914Z[ recovery-image] Aug 17 18:26:12.067 INFO O| Aug 17 18:26:12.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
85972026-08-17T18:26:12.915Z[ recovery-image] Aug 17 18:26:12.067 INFO O| Aug 17 18:26:12.067 INFO STEP 1110 (remove_files) COMPLETE
85982026-08-17T18:26:12.915Z[ recovery-image] Aug 17 18:26:12.067 INFO O| Aug 17 18:26:12.067 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-08-17T18:26:12.926Z[ recovery-image] Aug 17 18:26:12.077 INFO O| Aug 17 18:26:12.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86002026-08-17T18:26:12.926Z[ recovery-image] Aug 17 18:26:12.077 INFO O| Aug 17 18:26:12.077 INFO STEP 1111 (remove_files) COMPLETE
86012026-08-17T18:26:12.926Z[ recovery-image] Aug 17 18:26:12.077 INFO O| Aug 17 18:26:12.077 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-08-17T18:26:12.937Z[ recovery-image] Aug 17 18:26:12.089 INFO O| Aug 17 18:26:12.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86032026-08-17T18:26:12.937Z[ recovery-image] Aug 17 18:26:12.089 INFO O| Aug 17 18:26:12.089 INFO STEP 1112 (remove_files) COMPLETE
86042026-08-17T18:26:12.937Z[ recovery-image] Aug 17 18:26:12.089 INFO O| Aug 17 18:26:12.089 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-08-17T18:26:12.947Z[ recovery-image] Aug 17 18:26:12.099 INFO O| Aug 17 18:26:12.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86062026-08-17T18:26:12.947Z[ recovery-image] Aug 17 18:26:12.099 INFO O| Aug 17 18:26:12.099 INFO STEP 1113 (remove_files) COMPLETE
86072026-08-17T18:26:12.947Z[ recovery-image] Aug 17 18:26:12.099 INFO O| Aug 17 18:26:12.099 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-08-17T18:26:12.959Z[ recovery-image] Aug 17 18:26:12.111 INFO O| Aug 17 18:26:12.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86092026-08-17T18:26:12.959Z[ recovery-image] Aug 17 18:26:12.111 INFO O| Aug 17 18:26:12.111 INFO STEP 1114 (remove_files) COMPLETE
86102026-08-17T18:26:12.959Z[ recovery-image] Aug 17 18:26:12.111 INFO O| Aug 17 18:26:12.111 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-08-17T18:26:12.968Z[ recovery-image] Aug 17 18:26:12.120 INFO O| Aug 17 18:26:12.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86122026-08-17T18:26:12.968Z[ recovery-image] Aug 17 18:26:12.120 INFO O| Aug 17 18:26:12.120 INFO STEP 1115 (remove_files) COMPLETE
86132026-08-17T18:26:12.968Z[ recovery-image] Aug 17 18:26:12.120 INFO O| Aug 17 18:26:12.120 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-08-17T18:26:12.977Z[ recovery-image] Aug 17 18:26:12.129 INFO O| Aug 17 18:26:12.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86152026-08-17T18:26:12.977Z[ recovery-image] Aug 17 18:26:12.129 INFO O| Aug 17 18:26:12.129 INFO STEP 1116 (remove_files) COMPLETE
86162026-08-17T18:26:12.980Z[ recovery-image] Aug 17 18:26:12.129 INFO O| Aug 17 18:26:12.129 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-08-17T18:26:12.988Z[ recovery-image] Aug 17 18:26:12.140 INFO O| Aug 17 18:26:12.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86182026-08-17T18:26:12.988Z[ recovery-image] Aug 17 18:26:12.140 INFO O| Aug 17 18:26:12.140 INFO STEP 1117 (remove_files) COMPLETE
86192026-08-17T18:26:12.988Z[ recovery-image] Aug 17 18:26:12.140 INFO O| Aug 17 18:26:12.140 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86202026-08-17T18:26:13.004Z[ recovery-image] Aug 17 18:26:12.156 INFO O| Aug 17 18:26:12.156 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86212026-08-17T18:26:13.004Z[ recovery-image] Aug 17 18:26:12.156 INFO O| Aug 17 18:26:12.156 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86222026-08-17T18:26:13.250Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
86232026-08-17T18:26:13.720Z[ recovery-image] Aug 17 18:26:12.872 INFO O| Aug 17 18:26:12.872 INFO STEP 1118 (pack_tar) COMPLETE
86242026-08-17T18:26:13.720Z[ recovery-image] Aug 17 18:26:12.872 INFO O| Aug 17 18:26:12.872 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86252026-08-17T18:26:13.724Z[ recovery-image] Aug 17 18:26:12.872 INFO O| Aug 17 18:26:12.872 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86262026-08-17T18:26:14.210Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
86272026-08-17T18:26:14.255Z[ recovery-image] Aug 17 18:26:13.407 INFO O| Aug 17 18:26:13.407 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86282026-08-17T18:26:14.385Z[ recovery-image] Aug 17 18:26:13.537 INFO O| Aug 17 18:26:13.537 INFO completed processing sled/ramdisk-03-recovery-trim
86292026-08-17T18:26:14.388Z[ recovery-image] Aug 17 18:26:13.540 INFO image builder template: zfs-recovery...
86302026-08-17T18:26:14.388Z[ recovery-image] Aug 17 18:26:13.540 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/.tmpSodkyB/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
86312026-08-17T18:26:14.415Z[ recovery-image] Aug 17 18:26:13.567 INFO O| Aug 17 18:26:13.567 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86322026-08-17T18:26:14.419Z[ recovery-image] Aug 17 18:26:13.571 INFO O| Aug 17 18:26:13.571 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86332026-08-17T18:26:14.518Z[ recovery-image] Aug 17 18:26:13.670 INFO O| Aug 17 18:26:13.670 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86342026-08-17T18:26:14.607Z[ recovery-image] Aug 17 18:26:13.758 INFO O| Aug 17 18:26:13.758 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86352026-08-17T18:26:14.607Z[ recovery-image] Aug 17 18:26:13.759 INFO O| Aug 17 18:26:13.758 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86362026-08-17T18:26:14.611Z[ recovery-image] Aug 17 18:26:13.763 INFO O| Aug 17 18:26:13.763 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86372026-08-17T18:26:14.720Z[ recovery-image] Aug 17 18:26:13.871 INFO O| Aug 17 18:26:13.871 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86382026-08-17T18:26:14.794Z[ recovery-image] Aug 17 18:26:13.946 INFO O| Aug 17 18:26:13.946 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86392026-08-17T18:26:14.804Z[ recovery-image] Aug 17 18:26:13.956 INFO O| Aug 17 18:26:13.956 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86402026-08-17T18:26:14.809Z[ recovery-image] Aug 17 18:26:13.961 INFO O| Aug 17 18:26:13.961 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86412026-08-17T18:26:14.812Z[ recovery-image] Aug 17 18:26:13.963 INFO O| Aug 17 18:26:13.963 INFO no lofi found
86422026-08-17T18:26:14.812Z[ recovery-image] Aug 17 18:26:13.963 INFO O| Aug 17 18:26:13.963 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86432026-08-17T18:26:14.813Z[ recovery-image] Aug 17 18:26:13.963 INFO O| Aug 17 18:26:13.963 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86442026-08-17T18:26:15.681Z[verify-libraries] Compiling git2 v0.20.4
86452026-08-17T18:26:15.862Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
86462026-08-17T18:26:15.902Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
86472026-08-17T18:26:16.080Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86482026-08-17T18:26:16.849Z[ recovery-image] Aug 17 18:26:16.001 INFO O| Aug 17 18:26:16.001 INFO lofi device = /dev/dsk/c2t1d0p0
86492026-08-17T18:26:16.849Z[ recovery-image] Aug 17 18:26:16.001 INFO O| Aug 17 18:26:16.001 INFO pool device = /dev/dsk/c2t1d0p0
86502026-08-17T18:26:16.852Z[ recovery-image] Aug 17 18:26:16.001 INFO O| Aug 17 18:26:16.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"]
86512026-08-17T18:26:17.049Z[ recovery-image] Aug 17 18:26:16.201 INFO O| Aug 17 18:26:16.200 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86522026-08-17T18:26:17.049Z[ recovery-image] Aug 17 18:26:16.201 INFO O| Aug 17 18:26:16.201 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86532026-08-17T18:26:17.077Z[ recovery-image] Aug 17 18:26:16.229 INFO O| Aug 17 18:26:16.229 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86542026-08-17T18:26:17.171Z[ recovery-image] Aug 17 18:26:16.323 INFO O| Aug 17 18:26:16.323 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86552026-08-17T18:26:17.211Z[ recovery-image] Aug 17 18:26:16.363 INFO O| Aug 17 18:26:16.363 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86562026-08-17T18:26:17.234Z[ recovery-image] Aug 17 18:26:16.385 INFO O| Aug 17 18:26:16.385 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86572026-08-17T18:26:17.250Z[ recovery-image] Aug 17 18:26:16.402 INFO O| Aug 17 18:26:16.402 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86582026-08-17T18:26:17.290Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86592026-08-17T18:26:17.294Z[ recovery-image] Aug 17 18:26:16.446 INFO O| Aug 17 18:26:16.446 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86602026-08-17T18:26:17.294Z[ recovery-image] Aug 17 18:26:16.446 INFO O| Aug 17 18:26:16.446 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86612026-08-17T18:26:17.297Z[ recovery-image] Aug 17 18:26:16.446 INFO O| Aug 17 18:26:16.446 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86622026-08-17T18:26:17.303Z[ recovery-image] Aug 17 18:26:16.456 INFO O| Aug 17 18:26:16.455 INFO boot environment UUID: e918bdb7-735b-4ca7-a745-ce49003c95eb
86632026-08-17T18:26:17.303Z[ recovery-image] Aug 17 18:26:16.456 INFO O| Aug 17 18:26:16.455 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e918bdb7-735b-4ca7-a745-ce49003c95eb
86642026-08-17T18:26:17.323Z[ recovery-image] Aug 17 18:26:16.475 INFO O| Aug 17 18:26:16.474 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86652026-08-17T18:26:17.342Z[ recovery-image] Aug 17 18:26:16.494 INFO O| Aug 17 18:26:16.494 INFO STEP 0 (create_be) COMPLETE
86662026-08-17T18:26:17.342Z[ recovery-image] Aug 17 18:26:16.494 INFO O| Aug 17 18:26:16.494 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86672026-08-17T18:26:17.357Z[ recovery-image] Aug 17 18:26:16.509 INFO O| Aug 17 18:26:16.509 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"]
86682026-08-17T18:26:17.727Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86692026-08-17T18:26:19.120Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86702026-08-17T18:26:19.170Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86712026-08-17T18:26:19.174Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86722026-08-17T18:26:19.485Z[verify-libraries] Compiling yansi v1.0.1
86732026-08-17T18:26:19.652Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86742026-08-17T18:26:19.839Z[verify-libraries] Compiling pretty_assertions v1.4.1
86752026-08-17T18:26:19.887Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
86762026-08-17T18:26:19.963Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86772026-08-17T18:26:20.252Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
86782026-08-17T18:26:20.428Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86792026-08-17T18:26:20.515Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
86802026-08-17T18:26:20.573Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
86812026-08-17T18:26:20.894Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
86822026-08-17T18:26:20.956Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
86832026-08-17T18:26:21.298Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86842026-08-17T18:26:21.365Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86852026-08-17T18:26:21.628Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
86862026-08-17T18:26:21.726Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86872026-08-17T18:26:21.819Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
86882026-08-17T18:26:21.979Z[verify-libraries] Compiling drift v0.2.0
86892026-08-17T18:26:22.079Z[verify-libraries] Compiling uzers v0.12.2
86902026-08-17T18:26:22.470Z[verify-libraries] Compiling parse-size v1.1.0
86912026-08-17T18:26:22.831Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86922026-08-17T18:26:22.873Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86932026-08-17T18:26:23.242Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
86942026-08-17T18:26:23.628Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
86952026-08-17T18:26:24.048Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
86962026-08-17T18:26:24.118Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
86972026-08-17T18:26:26.495Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
86982026-08-17T18:26:26.545Z[ recovery-image] Aug 17 18:26:25.697 INFO O| Aug 17 18:26:25.696 INFO STEP 1 (unpack_tar) COMPLETE
86992026-08-17T18:26:26.545Z[ recovery-image] Aug 17 18:26:25.697 INFO O| Aug 17 18:26:25.696 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87002026-08-17T18:26:26.556Z[ recovery-image] Aug 17 18:26:25.708 INFO O| Aug 17 18:26:25.708 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87012026-08-17T18:26:26.589Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87022026-08-17T18:26:27.184Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87032026-08-17T18:26:27.738Z[ recovery-image] Aug 17 18:26:26.890 INFO O| Aug 17 18:26:26.890 INFO STEP 2 (devfsadm) COMPLETE
87042026-08-17T18:26:27.738Z[ recovery-image] Aug 17 18:26:26.890 INFO O| Aug 17 18:26:26.890 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87052026-08-17T18:26:27.750Z[ recovery-image] Aug 17 18:26:26.902 INFO O| Aug 17 18:26:26.902 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87062026-08-17T18:26:27.750Z[ recovery-image] Aug 17 18:26:26.902 INFO O| Aug 17 18:26:26.902 INFO STEP 3 (ensure_dir) COMPLETE
87072026-08-17T18:26:27.750Z[ recovery-image] Aug 17 18:26:26.902 INFO O| Aug 17 18:26:26.902 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87082026-08-17T18:26:27.760Z[ recovery-image] Aug 17 18:26:26.912 INFO O| Aug 17 18:26:26.912 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87092026-08-17T18:26:27.760Z[ recovery-image] Aug 17 18:26:26.912 INFO O| Aug 17 18:26:26.912 INFO STEP 4 (ensure_dir) COMPLETE
87102026-08-17T18:26:27.760Z[ recovery-image] Aug 17 18:26:26.912 INFO O| Aug 17 18:26:26.912 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87112026-08-17T18:26:27.769Z[ recovery-image] Aug 17 18:26:26.921 INFO O| Aug 17 18:26:26.921 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87122026-08-17T18:26:27.769Z[ recovery-image] Aug 17 18:26:26.921 INFO O| Aug 17 18:26:26.921 INFO STEP 5 (ensure_dir) COMPLETE
87132026-08-17T18:26:27.769Z[ recovery-image] Aug 17 18:26:26.921 INFO O| Aug 17 18:26:26.921 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87142026-08-17T18:26:27.779Z[ recovery-image] Aug 17 18:26:26.931 INFO O| Aug 17 18:26:26.931 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87152026-08-17T18:26:27.779Z[ recovery-image] Aug 17 18:26:26.931 INFO O| Aug 17 18:26:26.931 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87162026-08-17T18:26:27.782Z[ recovery-image] Aug 17 18:26:26.931 INFO O| Aug 17 18:26:26.931 INFO STEP 6 (ensure_dir) COMPLETE
87172026-08-17T18:26:27.782Z[ recovery-image] Aug 17 18:26:26.931 INFO O| Aug 17 18:26:26.931 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87182026-08-17T18:26:27.788Z[ recovery-image] Aug 17 18:26:26.941 INFO O| Aug 17 18:26:26.940 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87192026-08-17T18:26:27.789Z[ recovery-image] Aug 17 18:26:26.941 INFO O| Aug 17 18:26:26.941 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87202026-08-17T18:26:27.789Z[ recovery-image] Aug 17 18:26:26.941 INFO O| Aug 17 18:26:26.941 INFO STEP 7 (ensure_dir) COMPLETE
87212026-08-17T18:26:27.792Z[ recovery-image] Aug 17 18:26:26.941 INFO O| Aug 17 18:26:26.941 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87222026-08-17T18:26:27.798Z[ recovery-image] Aug 17 18:26:26.951 INFO O| Aug 17 18:26:26.950 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87232026-08-17T18:26:27.802Z[ recovery-image] Aug 17 18:26:26.951 INFO O| Aug 17 18:26:26.951 INFO STEP 8 (remove_files) COMPLETE
87242026-08-17T18:26:27.802Z[ recovery-image] Aug 17 18:26:26.951 INFO O| Aug 17 18:26:26.951 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87252026-08-17T18:26:27.808Z[ recovery-image] Aug 17 18:26:26.960 INFO O| Aug 17 18:26:26.960 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87262026-08-17T18:26:27.811Z[ recovery-image] Aug 17 18:26:26.961 INFO O| Aug 17 18:26:26.961 INFO STEP 9 (remove_files) COMPLETE
87272026-08-17T18:26:27.811Z[ recovery-image] Aug 17 18:26:26.961 INFO O| Aug 17 18:26:26.961 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87282026-08-17T18:26:27.818Z[ recovery-image] Aug 17 18:26:26.970 INFO O| Aug 17 18:26:26.970 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87292026-08-17T18:26:27.821Z[ recovery-image] Aug 17 18:26:26.971 INFO O| Aug 17 18:26:26.971 INFO STEP 10 (remove_files) COMPLETE
87302026-08-17T18:26:27.821Z[ recovery-image] Aug 17 18:26:26.971 INFO O| Aug 17 18:26:26.971 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87312026-08-17T18:26:27.831Z[ recovery-image] Aug 17 18:26:26.983 INFO O| Aug 17 18:26:26.983 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87322026-08-17T18:26:27.831Z[ recovery-image] Aug 17 18:26:26.983 INFO O| Aug 17 18:26:26.983 INFO STEP 11 (remove_files) COMPLETE
87332026-08-17T18:26:27.834Z[ recovery-image] Aug 17 18:26:26.983 INFO O| Aug 17 18:26:26.983 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87342026-08-17T18:26:27.842Z[ recovery-image] Aug 17 18:26:26.993 INFO O| Aug 17 18:26:26.993 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87352026-08-17T18:26:27.843Z[ recovery-image] Aug 17 18:26:26.993 INFO O| Aug 17 18:26:26.993 INFO STEP 12 (remove_files) COMPLETE
87362026-08-17T18:26:27.843Z[ recovery-image] Aug 17 18:26:26.993 INFO O| Aug 17 18:26:26.993 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87372026-08-17T18:26:27.851Z[ recovery-image] Aug 17 18:26:27.003 INFO O| Aug 17 18:26:27.003 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87382026-08-17T18:26:27.851Z[ recovery-image] Aug 17 18:26:27.003 INFO O| Aug 17 18:26:27.003 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87392026-08-17T18:26:27.851Z[ recovery-image] Aug 17 18:26:27.003 INFO O| Aug 17 18:26:27.003 INFO STEP 13 (ensure_dir) COMPLETE
87402026-08-17T18:26:27.855Z[ recovery-image] Aug 17 18:26:27.003 INFO O| Aug 17 18:26:27.003 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87412026-08-17T18:26:27.861Z[ recovery-image] Aug 17 18:26:27.013 INFO O| Aug 17 18:26:27.013 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87422026-08-17T18:26:27.861Z[ recovery-image] Aug 17 18:26:27.013 INFO O| Aug 17 18:26:27.013 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87432026-08-17T18:26:27.861Z[ recovery-image] Aug 17 18:26:27.013 INFO O| Aug 17 18:26:27.013 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87442026-08-17T18:26:27.864Z[ recovery-image] Aug 17 18:26:27.013 INFO O| Aug 17 18:26:27.013 INFO STEP 14 (ensure_dir) COMPLETE
87452026-08-17T18:26:27.864Z[ recovery-image] Aug 17 18:26:27.013 INFO O| Aug 17 18:26:27.013 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87462026-08-17T18:26:27.870Z[ recovery-image] Aug 17 18:26:27.022 INFO O| Aug 17 18:26:27.022 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87472026-08-17T18:26:27.870Z[ recovery-image] Aug 17 18:26:27.022 INFO O| Aug 17 18:26:27.022 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87482026-08-17T18:26:27.870Z[ recovery-image] Aug 17 18:26:27.022 INFO O| Aug 17 18:26:27.022 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87492026-08-17T18:26:27.870Z[ recovery-image] Aug 17 18:26:27.022 INFO O| Aug 17 18:26:27.022 INFO STEP 15 (ensure_dir) COMPLETE
87502026-08-17T18:26:27.871Z[ recovery-image] Aug 17 18:26:27.022 INFO O| Aug 17 18:26:27.022 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87512026-08-17T18:26:27.880Z[ recovery-image] Aug 17 18:26:27.032 INFO O| Aug 17 18:26:27.032 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87522026-08-17T18:26:27.880Z[ recovery-image] Aug 17 18:26:27.032 INFO O| Aug 17 18:26:27.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87532026-08-17T18:26:27.880Z[ recovery-image] Aug 17 18:26:27.032 INFO O| Aug 17 18:26:27.032 INFO STEP 16 (ensure_dir) COMPLETE
87542026-08-17T18:26:27.880Z[ recovery-image] Aug 17 18:26:27.032 INFO O| Aug 17 18:26:27.032 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87552026-08-17T18:26:27.889Z[ recovery-image] Aug 17 18:26:27.041 INFO O| Aug 17 18:26:27.041 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87562026-08-17T18:26:27.892Z[ recovery-image] Aug 17 18:26:27.041 INFO O| Aug 17 18:26:27.041 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87572026-08-17T18:26:27.893Z[ recovery-image] Aug 17 18:26:27.041 INFO O| Aug 17 18:26:27.041 INFO STEP 17 (ensure_dir) COMPLETE
87582026-08-17T18:26:27.893Z[ recovery-image] Aug 17 18:26:27.041 INFO O| Aug 17 18:26:27.041 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87592026-08-17T18:26:27.899Z[ recovery-image] Aug 17 18:26:27.052 INFO O| Aug 17 18:26:27.051 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87602026-08-17T18:26:27.900Z[ recovery-image] Aug 17 18:26:27.052 INFO O| Aug 17 18:26:27.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87612026-08-17T18:26:27.900Z[ recovery-image] Aug 17 18:26:27.052 INFO O| Aug 17 18:26:27.052 INFO ok!
87622026-08-17T18:26:27.903Z[ recovery-image] Aug 17 18:26:27.052 INFO O| Aug 17 18:26:27.052 INFO STEP 18 (ensure_symlink) COMPLETE
87632026-08-17T18:26:27.903Z[ recovery-image] Aug 17 18:26:27.052 INFO O| Aug 17 18:26:27.052 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87642026-08-17T18:26:27.909Z[ recovery-image] Aug 17 18:26:27.061 INFO O| Aug 17 18:26:27.061 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87652026-08-17T18:26:27.909Z[ recovery-image] Aug 17 18:26:27.061 INFO O| Aug 17 18:26:27.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87662026-08-17T18:26:27.912Z[ recovery-image] Aug 17 18:26:27.061 INFO O| Aug 17 18:26:27.061 INFO ok!
87672026-08-17T18:26:27.912Z[ recovery-image] Aug 17 18:26:27.061 INFO O| Aug 17 18:26:27.061 INFO STEP 19 (ensure_file) COMPLETE
87682026-08-17T18:26:27.912Z[ recovery-image] Aug 17 18:26:27.061 INFO O| Aug 17 18:26:27.061 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87692026-08-17T18:26:27.920Z[ recovery-image] Aug 17 18:26:27.071 INFO O| Aug 17 18:26:27.071 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87702026-08-17T18:26:27.920Z[ recovery-image] Aug 17 18:26:27.071 INFO O| Aug 17 18:26:27.071 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87712026-08-17T18:26:27.923Z[ recovery-image] Aug 17 18:26:27.071 INFO O| Aug 17 18:26:27.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87722026-08-17T18:26:27.923Z[ recovery-image] Aug 17 18:26:27.071 INFO O| Aug 17 18:26:27.071 INFO ok!
87732026-08-17T18:26:27.923Z[ recovery-image] Aug 17 18:26:27.071 INFO O| Aug 17 18:26:27.071 INFO STEP 20 (ensure_symlink) COMPLETE
87742026-08-17T18:26:27.923Z[ recovery-image] Aug 17 18:26:27.071 INFO O| Aug 17 18:26:27.071 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87752026-08-17T18:26:27.928Z[ recovery-image] Aug 17 18:26:27.080 INFO O| Aug 17 18:26:27.080 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87762026-08-17T18:26:27.928Z[ recovery-image] Aug 17 18:26:27.080 INFO O| Aug 17 18:26:27.080 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87772026-08-17T18:26:27.928Z[ recovery-image] Aug 17 18:26:27.080 INFO O| Aug 17 18:26:27.080 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
87782026-08-17T18:26:27.931Z[ recovery-image] Aug 17 18:26:27.080 INFO O| Aug 17 18:26:27.080 INFO ok!
87792026-08-17T18:26:27.931Z[ recovery-image] Aug 17 18:26:27.080 INFO O| Aug 17 18:26:27.080 INFO STEP 21 (ensure_symlink) COMPLETE
87802026-08-17T18:26:27.931Z[ recovery-image] Aug 17 18:26:27.080 INFO O| Aug 17 18:26:27.080 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87812026-08-17T18:26:27.939Z[ recovery-image] Aug 17 18:26:27.091 INFO O| Aug 17 18:26:27.091 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
87822026-08-17T18:26:27.939Z[ recovery-image] Aug 17 18:26:27.091 INFO O| Aug 17 18:26:27.091 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87832026-08-17T18:26:27.939Z[ recovery-image] Aug 17 18:26:27.091 INFO O| Aug 17 18:26:27.091 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
87842026-08-17T18:26:27.942Z[ recovery-image] Aug 17 18:26:27.091 INFO O| Aug 17 18:26:27.091 INFO ok!
87852026-08-17T18:26:27.942Z[ recovery-image] Aug 17 18:26:27.091 INFO O| Aug 17 18:26:27.091 INFO STEP 22 (ensure_symlink) COMPLETE
87862026-08-17T18:26:27.942Z[ recovery-image] Aug 17 18:26:27.091 INFO O| Aug 17 18:26:27.091 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87872026-08-17T18:26:27.950Z[ recovery-image] Aug 17 18:26:27.102 INFO O| Aug 17 18:26:27.102 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
87882026-08-17T18:26:27.950Z[ recovery-image] Aug 17 18:26:27.102 INFO O| Aug 17 18:26:27.102 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87892026-08-17T18:26:27.950Z[ recovery-image] Aug 17 18:26:27.102 INFO O| Aug 17 18:26:27.102 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
87902026-08-17T18:26:27.954Z[ recovery-image] Aug 17 18:26:27.102 INFO O| Aug 17 18:26:27.102 INFO ok!
87912026-08-17T18:26:27.954Z[ recovery-image] Aug 17 18:26:27.102 INFO O| Aug 17 18:26:27.102 INFO STEP 23 (ensure_symlink) COMPLETE
87922026-08-17T18:26:27.954Z[ recovery-image] Aug 17 18:26:27.102 INFO O| Aug 17 18:26:27.102 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87932026-08-17T18:26:27.962Z[ recovery-image] Aug 17 18:26:27.114 INFO O| Aug 17 18:26:27.113 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87942026-08-17T18:26:27.962Z[ recovery-image] Aug 17 18:26:27.114 INFO O| Aug 17 18:26:27.113 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 ...
87952026-08-17T18:26:27.962Z[ recovery-image] Aug 17 18:26:27.114 INFO O| Aug 17 18:26:27.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
87962026-08-17T18:26:27.965Z[ recovery-image] Aug 17 18:26:27.114 INFO O| Aug 17 18:26:27.113 INFO ok!
87972026-08-17T18:26:27.965Z[ recovery-image] Aug 17 18:26:27.114 INFO O| Aug 17 18:26:27.113 INFO STEP 24 (ensure_file) COMPLETE
87982026-08-17T18:26:27.965Z[ recovery-image] Aug 17 18:26:27.114 INFO O| Aug 17 18:26:27.113 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87992026-08-17T18:26:27.972Z[ recovery-image] Aug 17 18:26:27.124 INFO O| Aug 17 18:26:27.124 INFO updating shadow file
88002026-08-17T18:26:27.972Z[ recovery-image] Aug 17 18:26:27.124 INFO O| Aug 17 18:26:27.124 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88012026-08-17T18:26:27.975Z[ recovery-image] Aug 17 18:26:27.124 INFO O| Aug 17 18:26:27.124 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88022026-08-17T18:26:27.975Z[ recovery-image] Aug 17 18:26:27.124 INFO O| Aug 17 18:26:27.124 INFO STEP 25 (shadow) COMPLETE
88032026-08-17T18:26:27.975Z[ recovery-image] Aug 17 18:26:27.124 INFO O| Aug 17 18:26:27.124 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88042026-08-17T18:26:27.983Z[ recovery-image] Aug 17 18:26:27.135 INFO O| Aug 17 18:26:27.135 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88052026-08-17T18:26:27.983Z[ recovery-image] Aug 17 18:26:27.135 INFO O| Aug 17 18:26:27.135 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88062026-08-17T18:26:27.986Z[ recovery-image] Aug 17 18:26:27.135 INFO O| Aug 17 18:26:27.135 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88072026-08-17T18:26:27.986Z[ recovery-image] Aug 17 18:26:27.135 INFO O| Aug 17 18:26:27.135 INFO ok!
88082026-08-17T18:26:27.986Z[ recovery-image] Aug 17 18:26:27.135 INFO O| Aug 17 18:26:27.135 INFO STEP 26 (ensure_file) COMPLETE
88092026-08-17T18:26:27.986Z[ recovery-image] Aug 17 18:26:27.135 INFO O| Aug 17 18:26:27.135 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88102026-08-17T18:26:27.993Z[ recovery-image] Aug 17 18:26:27.145 INFO O| Aug 17 18:26:27.145 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88112026-08-17T18:26:27.993Z[ recovery-image] Aug 17 18:26:27.145 INFO O| Aug 17 18:26:27.145 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88122026-08-17T18:26:27.993Z[ recovery-image] Aug 17 18:26:27.145 INFO O| Aug 17 18:26:27.145 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88132026-08-17T18:26:27.996Z[ recovery-image] Aug 17 18:26:27.145 INFO O| Aug 17 18:26:27.145 INFO ok!
88142026-08-17T18:26:27.996Z[ recovery-image] Aug 17 18:26:27.145 INFO O| Aug 17 18:26:27.145 INFO STEP 27 (ensure_file) COMPLETE
88152026-08-17T18:26:27.996Z[ recovery-image] Aug 17 18:26:27.145 INFO O| Aug 17 18:26:27.145 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88162026-08-17T18:26:28.004Z[ recovery-image] Aug 17 18:26:27.156 INFO O| Aug 17 18:26:27.156 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88172026-08-17T18:26:28.004Z[ recovery-image] Aug 17 18:26:27.156 INFO O| Aug 17 18:26:27.156 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88182026-08-17T18:26:28.004Z[ recovery-image] Aug 17 18:26:27.156 INFO O| Aug 17 18:26:27.156 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88192026-08-17T18:26:28.004Z[ recovery-image] Aug 17 18:26:27.156 INFO O| Aug 17 18:26:27.156 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88202026-08-17T18:26:28.009Z[ recovery-image] Aug 17 18:26:27.156 INFO O| Aug 17 18:26:27.156 INFO ok!
88212026-08-17T18:26:28.009Z[ recovery-image] Aug 17 18:26:27.156 INFO O| Aug 17 18:26:27.156 INFO STEP 28 (ensure_file) COMPLETE
88222026-08-17T18:26:28.009Z[ recovery-image] Aug 17 18:26:27.156 INFO O| Aug 17 18:26:27.156 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88232026-08-17T18:26:28.014Z[ recovery-image] Aug 17 18:26:27.167 INFO O| Aug 17 18:26:27.166 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88242026-08-17T18:26:28.015Z[ recovery-image] Aug 17 18:26:27.167 INFO O| Aug 17 18:26:27.166 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88252026-08-17T18:26:28.015Z[ recovery-image] Aug 17 18:26:27.167 INFO O| Aug 17 18:26:27.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88262026-08-17T18:26:28.018Z[ recovery-image] Aug 17 18:26:27.167 INFO O| Aug 17 18:26:27.167 INFO ok!
88272026-08-17T18:26:28.018Z[ recovery-image] Aug 17 18:26:27.167 INFO O| Aug 17 18:26:27.167 INFO STEP 29 (ensure_file) COMPLETE
88282026-08-17T18:26:28.018Z[ recovery-image] Aug 17 18:26:27.167 INFO O| Aug 17 18:26:27.167 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88292026-08-17T18:26:28.025Z[ recovery-image] Aug 17 18:26:27.177 INFO O| Aug 17 18:26:27.177 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88302026-08-17T18:26:28.025Z[ recovery-image] Aug 17 18:26:27.177 INFO O| Aug 17 18:26:27.177 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88312026-08-17T18:26:28.025Z[ recovery-image] Aug 17 18:26:27.177 INFO O| Aug 17 18:26:27.177 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88322026-08-17T18:26:28.029Z[ recovery-image] Aug 17 18:26:27.177 INFO O| Aug 17 18:26:27.177 INFO STEP 30 (ensure_dir) COMPLETE
88332026-08-17T18:26:28.029Z[ recovery-image] Aug 17 18:26:27.177 INFO O| Aug 17 18:26:27.177 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88342026-08-17T18:26:28.036Z[ recovery-image] Aug 17 18:26:27.188 INFO O| Aug 17 18:26:27.188 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88352026-08-17T18:26:28.036Z[ recovery-image] Aug 17 18:26:27.188 INFO O| Aug 17 18:26:27.188 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 ...
88362026-08-17T18:26:28.039Z[ recovery-image] Aug 17 18:26:27.188 INFO O| Aug 17 18:26:27.188 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
88372026-08-17T18:26:28.039Z[ recovery-image] Aug 17 18:26:27.188 INFO O| Aug 17 18:26:27.188 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88382026-08-17T18:26:28.039Z[ recovery-image] Aug 17 18:26:27.188 INFO O| Aug 17 18:26:27.188 INFO ok!
88392026-08-17T18:26:28.039Z[ recovery-image] Aug 17 18:26:27.188 INFO O| Aug 17 18:26:27.188 INFO STEP 31 (ensure_file) COMPLETE
88402026-08-17T18:26:28.039Z[ recovery-image] Aug 17 18:26:27.188 INFO O| Aug 17 18:26:27.188 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88412026-08-17T18:26:28.047Z[ recovery-image] Aug 17 18:26:27.199 INFO O| Aug 17 18:26:27.199 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88422026-08-17T18:26:28.047Z[ recovery-image] Aug 17 18:26:27.199 INFO O| Aug 17 18:26:27.199 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88432026-08-17T18:26:28.047Z[ recovery-image] Aug 17 18:26:27.199 INFO O| Aug 17 18:26:27.199 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88442026-08-17T18:26:28.051Z[ recovery-image] Aug 17 18:26:27.199 INFO O| Aug 17 18:26:27.199 INFO STEP 32 (ensure_dir) COMPLETE
88452026-08-17T18:26:28.051Z[ recovery-image] Aug 17 18:26:27.199 INFO O| Aug 17 18:26:27.199 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88462026-08-17T18:26:28.057Z[ recovery-image] Aug 17 18:26:27.209 INFO O| Aug 17 18:26:27.209 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88472026-08-17T18:26:28.057Z[ recovery-image] Aug 17 18:26:27.209 INFO O| Aug 17 18:26:27.209 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 ...
88482026-08-17T18:26:28.057Z[ recovery-image] Aug 17 18:26:27.209 INFO O| Aug 17 18:26:27.209 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
88492026-08-17T18:26:28.057Z[ recovery-image] Aug 17 18:26:27.209 INFO O| Aug 17 18:26:27.209 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88502026-08-17T18:26:28.060Z[ recovery-image] Aug 17 18:26:27.209 INFO O| Aug 17 18:26:27.209 INFO ok!
88512026-08-17T18:26:28.060Z[ recovery-image] Aug 17 18:26:27.209 INFO O| Aug 17 18:26:27.209 INFO STEP 33 (ensure_file) COMPLETE
88522026-08-17T18:26:28.060Z[ recovery-image] Aug 17 18:26:27.209 INFO O| Aug 17 18:26:27.209 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88532026-08-17T18:26:28.071Z[ recovery-image] Aug 17 18:26:27.219 INFO O| Aug 17 18:26:27.219 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88542026-08-17T18:26:28.071Z[ recovery-image] Aug 17 18:26:27.219 INFO O| Aug 17 18:26:27.219 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88552026-08-17T18:26:28.071Z[ recovery-image] Aug 17 18:26:27.219 INFO O| Aug 17 18:26:27.219 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88562026-08-17T18:26:28.071Z[ recovery-image] Aug 17 18:26:27.219 INFO O| Aug 17 18:26:27.219 INFO ok!
88572026-08-17T18:26:28.071Z[ recovery-image] Aug 17 18:26:27.219 INFO O| Aug 17 18:26:27.219 INFO STEP 34 (ensure_file) COMPLETE
88582026-08-17T18:26:28.071Z[ recovery-image] Aug 17 18:26:27.219 INFO O| Aug 17 18:26:27.219 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88592026-08-17T18:26:28.077Z[ recovery-image] Aug 17 18:26:27.229 INFO O| Aug 17 18:26:27.229 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88602026-08-17T18:26:28.082Z[ recovery-image] Aug 17 18:26:27.229 INFO O| Aug 17 18:26:27.229 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88612026-08-17T18:26:28.082Z[ recovery-image] Aug 17 18:26:27.229 INFO O| Aug 17 18:26:27.229 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88622026-08-17T18:26:28.082Z[ recovery-image] Aug 17 18:26:27.229 INFO O| Aug 17 18:26:27.229 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88632026-08-17T18:26:28.082Z[ recovery-image] Aug 17 18:26:27.229 INFO O| Aug 17 18:26:27.229 INFO ok!
88642026-08-17T18:26:28.082Z[ recovery-image] Aug 17 18:26:27.229 INFO O| Aug 17 18:26:27.229 INFO STEP 35 (ensure_file) COMPLETE
88652026-08-17T18:26:28.082Z[ recovery-image] Aug 17 18:26:27.229 INFO O| Aug 17 18:26:27.229 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88662026-08-17T18:26:28.086Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
88672026-08-17T18:26:28.090Z[ recovery-image] Aug 17 18:26:27.240 INFO O| Aug 17 18:26:27.240 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88682026-08-17T18:26:28.090Z[ recovery-image] Aug 17 18:26:27.240 INFO O| Aug 17 18:26:27.240 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88692026-08-17T18:26:28.090Z[ recovery-image] Aug 17 18:26:27.240 INFO O| Aug 17 18:26:27.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88702026-08-17T18:26:28.090Z[ recovery-image] Aug 17 18:26:27.240 INFO O| Aug 17 18:26:27.240 INFO ok!
88712026-08-17T18:26:28.090Z[ recovery-image] Aug 17 18:26:27.240 INFO O| Aug 17 18:26:27.240 INFO STEP 36 (ensure_file) COMPLETE
88722026-08-17T18:26:28.090Z[ recovery-image] Aug 17 18:26:27.240 INFO O| Aug 17 18:26:27.240 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88732026-08-17T18:26:28.098Z[ recovery-image] Aug 17 18:26:27.250 INFO O| Aug 17 18:26:27.250 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88742026-08-17T18:26:28.098Z[ recovery-image] Aug 17 18:26:27.250 INFO O| Aug 17 18:26:27.250 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88752026-08-17T18:26:28.098Z[ recovery-image] Aug 17 18:26:27.250 INFO O| Aug 17 18:26:27.250 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88762026-08-17T18:26:28.098Z[ recovery-image] Aug 17 18:26:27.250 INFO O| Aug 17 18:26:27.250 INFO ok!
88772026-08-17T18:26:28.101Z[ recovery-image] Aug 17 18:26:27.250 INFO O| Aug 17 18:26:27.250 INFO STEP 37 (ensure_file) COMPLETE
88782026-08-17T18:26:28.101Z[ recovery-image] Aug 17 18:26:27.250 INFO O| Aug 17 18:26:27.250 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88792026-08-17T18:26:28.107Z[ recovery-image] Aug 17 18:26:27.259 INFO O| Aug 17 18:26:27.259 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
88802026-08-17T18:26:28.110Z[ recovery-image] Aug 17 18:26:27.259 INFO O| Aug 17 18:26:27.259 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
88812026-08-17T18:26:28.110Z[ recovery-image] Aug 17 18:26:27.259 INFO O| Aug 17 18:26:27.259 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88822026-08-17T18:26:28.110Z[ recovery-image] Aug 17 18:26:27.259 INFO O| Aug 17 18:26:27.259 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88832026-08-17T18:26:28.110Z[ recovery-image] Aug 17 18:26:27.259 INFO O| Aug 17 18:26:27.259 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88842026-08-17T18:26:28.110Z[ recovery-image] Aug 17 18:26:27.259 INFO O| Aug 17 18:26:27.259 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88852026-08-17T18:26:28.110Z[ recovery-image] Aug 17 18:26:27.259 INFO O| Aug 17 18:26:27.259 INFO ok!
88862026-08-17T18:26:28.110Z[ recovery-image] Aug 17 18:26:27.259 INFO O| Aug 17 18:26:27.259 INFO STEP 38 (ensure_file) COMPLETE
88872026-08-17T18:26:28.111Z[ recovery-image] Aug 17 18:26:27.259 INFO O| Aug 17 18:26:27.259 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88882026-08-17T18:26:28.116Z[ recovery-image] Aug 17 18:26:27.269 INFO O| Aug 17 18:26:27.268 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88892026-08-17T18:26:28.120Z[ recovery-image] Aug 17 18:26:27.269 INFO O| Aug 17 18:26:27.269 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88902026-08-17T18:26:28.120Z[ recovery-image] Aug 17 18:26:27.269 INFO O| Aug 17 18:26:27.269 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88912026-08-17T18:26:28.120Z[ recovery-image] Aug 17 18:26:27.269 INFO O| Aug 17 18:26:27.269 INFO STEP 39 (ensure_dir) COMPLETE
88922026-08-17T18:26:28.120Z[ recovery-image] Aug 17 18:26:27.269 INFO O| Aug 17 18:26:27.269 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88932026-08-17T18:26:28.126Z[ recovery-image] Aug 17 18:26:27.278 INFO O| Aug 17 18:26:27.278 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
88942026-08-17T18:26:28.126Z[ recovery-image] Aug 17 18:26:27.278 INFO O| Aug 17 18:26:27.278 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 ...
88952026-08-17T18:26:28.130Z[ recovery-image] Aug 17 18:26:27.278 INFO O| Aug 17 18:26:27.278 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
88962026-08-17T18:26:28.130Z[ recovery-image] Aug 17 18:26:27.278 INFO O| Aug 17 18:26:27.278 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
88972026-08-17T18:26:28.130Z[ recovery-image] Aug 17 18:26:27.278 INFO O| Aug 17 18:26:27.278 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
88982026-08-17T18:26:28.130Z[ recovery-image] Aug 17 18:26:27.279 INFO O| Aug 17 18:26:27.278 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
88992026-08-17T18:26:28.130Z[ recovery-image] Aug 17 18:26:27.279 INFO O| Aug 17 18:26:27.278 INFO ok!
89002026-08-17T18:26:28.130Z[ recovery-image] Aug 17 18:26:27.279 INFO O| Aug 17 18:26:27.278 INFO STEP 40 (ensure_file) COMPLETE
89012026-08-17T18:26:28.130Z[ recovery-image] Aug 17 18:26:27.279 INFO O| Aug 17 18:26:27.279 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89022026-08-17T18:26:28.137Z[ recovery-image] Aug 17 18:26:27.288 INFO O| Aug 17 18:26:27.288 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89032026-08-17T18:26:28.137Z[ recovery-image] Aug 17 18:26:27.289 INFO O| Aug 17 18:26:27.288 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 ...
89042026-08-17T18:26:28.137Z[ recovery-image] Aug 17 18:26:27.289 INFO O| Aug 17 18:26:27.289 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89052026-08-17T18:26:28.140Z[ recovery-image] Aug 17 18:26:27.289 INFO O| Aug 17 18:26:27.289 INFO ok!
89062026-08-17T18:26:28.140Z[ recovery-image] Aug 17 18:26:27.289 INFO O| Aug 17 18:26:27.289 INFO STEP 41 (ensure_symlink) COMPLETE
89072026-08-17T18:26:28.140Z[ recovery-image] Aug 17 18:26:27.289 INFO O| Aug 17 18:26:27.289 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89082026-08-17T18:26:28.146Z[ recovery-image] Aug 17 18:26:27.298 INFO O| Aug 17 18:26:27.298 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89092026-08-17T18:26:28.146Z[ recovery-image] Aug 17 18:26:27.298 INFO O| Aug 17 18:26:27.298 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89102026-08-17T18:26:28.146Z[ recovery-image] Aug 17 18:26:27.298 INFO O| Aug 17 18:26:27.298 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89112026-08-17T18:26:28.146Z[ recovery-image] Aug 17 18:26:27.298 INFO O| Aug 17 18:26:27.298 INFO ok!
89122026-08-17T18:26:28.149Z[ recovery-image] Aug 17 18:26:27.298 INFO O| Aug 17 18:26:27.298 INFO STEP 42 (ensure_symlink) COMPLETE
89132026-08-17T18:26:28.149Z[ recovery-image] Aug 17 18:26:27.298 INFO O| Aug 17 18:26:27.298 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89142026-08-17T18:26:28.154Z[ recovery-image] Aug 17 18:26:27.306 INFO O| Aug 17 18:26:27.306 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89152026-08-17T18:26:28.154Z[ recovery-image] Aug 17 18:26:27.306 INFO O| Aug 17 18:26:27.306 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89162026-08-17T18:26:28.158Z[ recovery-image] Aug 17 18:26:27.306 INFO O| Aug 17 18:26:27.306 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89172026-08-17T18:26:28.158Z[ recovery-image] Aug 17 18:26:27.306 INFO O| Aug 17 18:26:27.306 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89182026-08-17T18:26:28.158Z[ recovery-image] Aug 17 18:26:27.306 INFO O| Aug 17 18:26:27.306 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89192026-08-17T18:26:28.158Z[ recovery-image] Aug 17 18:26:27.306 INFO O| Aug 17 18:26:27.306 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89202026-08-17T18:26:28.158Z[ recovery-image] Aug 17 18:26:27.306 INFO O| Aug 17 18:26:27.306 INFO ok!
89212026-08-17T18:26:28.158Z[ recovery-image] Aug 17 18:26:27.307 INFO O| Aug 17 18:26:27.306 INFO STEP 43 (ensure_file) COMPLETE
89222026-08-17T18:26:28.158Z[ recovery-image] Aug 17 18:26:27.307 INFO O| Aug 17 18:26:27.306 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89232026-08-17T18:26:28.165Z[ recovery-image] Aug 17 18:26:27.316 INFO O| Aug 17 18:26:27.316 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89242026-08-17T18:26:28.165Z[ recovery-image] Aug 17 18:26:27.316 INFO O| Aug 17 18:26:27.316 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 ...
89252026-08-17T18:26:28.165Z[ recovery-image] Aug 17 18:26:27.316 INFO O| Aug 17 18:26:27.316 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
89262026-08-17T18:26:28.165Z[ recovery-image] Aug 17 18:26:27.316 INFO O| Aug 17 18:26:27.316 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89272026-08-17T18:26:28.165Z[ recovery-image] Aug 17 18:26:27.316 INFO O| Aug 17 18:26:27.316 INFO ok!
89282026-08-17T18:26:28.165Z[ recovery-image] Aug 17 18:26:27.316 INFO O| Aug 17 18:26:27.316 INFO STEP 44 (ensure_file) COMPLETE
89292026-08-17T18:26:28.165Z[ recovery-image] Aug 17 18:26:27.316 INFO O| Aug 17 18:26:27.316 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89302026-08-17T18:26:28.175Z[ recovery-image] Aug 17 18:26:27.326 INFO O| Aug 17 18:26:27.326 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89312026-08-17T18:26:28.175Z[ recovery-image] Aug 17 18:26:27.326 INFO O| Aug 17 18:26:27.326 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89322026-08-17T18:26:28.175Z[ recovery-image] Aug 17 18:26:27.326 INFO O| Aug 17 18:26:27.326 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89332026-08-17T18:26:28.175Z[ recovery-image] Aug 17 18:26:27.326 INFO O| Aug 17 18:26:27.326 INFO ok!
89342026-08-17T18:26:28.175Z[ recovery-image] Aug 17 18:26:27.326 INFO O| Aug 17 18:26:27.326 INFO STEP 45 (ensure_file) COMPLETE
89352026-08-17T18:26:28.175Z[ recovery-image] Aug 17 18:26:27.326 INFO O| Aug 17 18:26:27.326 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89362026-08-17T18:26:28.186Z[ recovery-image] Aug 17 18:26:27.338 INFO O| Aug 17 18:26:27.338 INFO updating shadow file
89372026-08-17T18:26:28.186Z[ recovery-image] Aug 17 18:26:27.338 INFO O| Aug 17 18:26:27.338 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89382026-08-17T18:26:28.186Z[ recovery-image] Aug 17 18:26:27.338 INFO O| Aug 17 18:26:27.338 INFO STEP 46 (shadow) COMPLETE
89392026-08-17T18:26:28.186Z[ recovery-image] Aug 17 18:26:27.338 INFO O| Aug 17 18:26:27.338 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89402026-08-17T18:26:28.198Z[ recovery-image] Aug 17 18:26:27.349 INFO O| Aug 17 18:26:27.349 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89412026-08-17T18:26:28.198Z[ recovery-image] Aug 17 18:26:27.350 INFO O| Aug 17 18:26:27.349 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89422026-08-17T18:26:28.198Z[ recovery-image] Aug 17 18:26:27.350 INFO O| Aug 17 18:26:27.350 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89432026-08-17T18:26:28.201Z[ recovery-image] Aug 17 18:26:27.350 INFO O| Aug 17 18:26:27.350 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89442026-08-17T18:26:28.201Z[ recovery-image] Aug 17 18:26:27.350 INFO O| Aug 17 18:26:27.350 INFO ok!
89452026-08-17T18:26:28.201Z[ recovery-image] Aug 17 18:26:27.350 INFO O| Aug 17 18:26:27.350 INFO STEP 47 (ensure_file) COMPLETE
89462026-08-17T18:26:28.201Z[ recovery-image] Aug 17 18:26:27.350 INFO O| Aug 17 18:26:27.350 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89472026-08-17T18:26:28.208Z[ recovery-image] Aug 17 18:26:27.360 INFO O| Aug 17 18:26:27.360 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89482026-08-17T18:26:28.208Z[ recovery-image] Aug 17 18:26:27.360 INFO O| Aug 17 18:26:27.360 INFO STEP 48 (ensure_dir) COMPLETE
89492026-08-17T18:26:28.212Z[ recovery-image] Aug 17 18:26:27.360 INFO O| Aug 17 18:26:27.360 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89502026-08-17T18:26:28.219Z[ recovery-image] Aug 17 18:26:27.370 INFO O| Aug 17 18:26:27.369 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89512026-08-17T18:26:28.219Z[ recovery-image] Aug 17 18:26:27.370 INFO O| Aug 17 18:26:27.370 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89522026-08-17T18:26:28.219Z[ recovery-image] Aug 17 18:26:27.370 INFO O| Aug 17 18:26:27.370 INFO STEP 49 (ensure_dir) COMPLETE
89532026-08-17T18:26:28.219Z[ recovery-image] Aug 17 18:26:27.370 INFO O| Aug 17 18:26:27.370 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89542026-08-17T18:26:28.228Z[ recovery-image] Aug 17 18:26:27.380 INFO O| Aug 17 18:26:27.380 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89552026-08-17T18:26:28.229Z[ recovery-image] Aug 17 18:26:27.380 INFO O| Aug 17 18:26:27.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89562026-08-17T18:26:28.233Z[ recovery-image] Aug 17 18:26:27.380 INFO O| Aug 17 18:26:27.380 INFO STEP 50 (ensure_dir) COMPLETE
89572026-08-17T18:26:28.233Z[ recovery-image] Aug 17 18:26:27.381 INFO O| Aug 17 18:26:27.380 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89582026-08-17T18:26:28.239Z[ recovery-image] Aug 17 18:26:27.391 INFO O| Aug 17 18:26:27.391 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89592026-08-17T18:26:28.239Z[ recovery-image] Aug 17 18:26:27.392 INFO O| Aug 17 18:26:27.391 INFO copying /tmp/.tmpSodkyB/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89602026-08-17T18:26:28.272Z[ recovery-image] Aug 17 18:26:27.423 INFO O| Aug 17 18:26:27.423 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89612026-08-17T18:26:28.272Z[ recovery-image] Aug 17 18:26:27.423 INFO O| Aug 17 18:26:27.423 INFO ok!
89622026-08-17T18:26:28.272Z[ recovery-image] Aug 17 18:26:27.423 INFO O| Aug 17 18:26:27.423 INFO STEP 51 (ensure_file) COMPLETE
89632026-08-17T18:26:28.275Z[ recovery-image] Aug 17 18:26:27.423 INFO O| Aug 17 18:26:27.423 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89642026-08-17T18:26:28.283Z[ recovery-image] Aug 17 18:26:27.435 INFO O| Aug 17 18:26:27.435 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89652026-08-17T18:26:28.283Z[ recovery-image] Aug 17 18:26:27.435 INFO O| Aug 17 18:26:27.435 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89662026-08-17T18:26:28.287Z[ recovery-image] Aug 17 18:26:27.435 INFO O| Aug 17 18:26:27.435 INFO STEP 52 (ensure_dir) COMPLETE
89672026-08-17T18:26:28.287Z[ recovery-image] Aug 17 18:26:27.435 INFO O| Aug 17 18:26:27.435 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89682026-08-17T18:26:28.295Z[ recovery-image] Aug 17 18:26:27.447 INFO O| Aug 17 18:26:27.447 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89692026-08-17T18:26:28.295Z[ recovery-image] Aug 17 18:26:27.447 INFO O| Aug 17 18:26:27.447 INFO copying /tmp/.tmpSodkyB/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89702026-08-17T18:26:28.295Z[ recovery-image] Aug 17 18:26:27.447 INFO O| Aug 17 18:26:27.447 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89712026-08-17T18:26:28.299Z[ recovery-image] Aug 17 18:26:27.447 INFO O| Aug 17 18:26:27.447 INFO ok!
89722026-08-17T18:26:28.299Z[ recovery-image] Aug 17 18:26:27.447 INFO O| Aug 17 18:26:27.447 INFO STEP 53 (ensure_file) COMPLETE
89732026-08-17T18:26:28.299Z[ recovery-image] Aug 17 18:26:27.447 INFO O| Aug 17 18:26:27.447 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89742026-08-17T18:26:28.305Z[ recovery-image] Aug 17 18:26:27.457 INFO O| Aug 17 18:26:27.457 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89752026-08-17T18:26:28.305Z[ recovery-image] Aug 17 18:26:27.457 INFO O| Aug 17 18:26:27.457 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89762026-08-17T18:26:28.309Z[ recovery-image] Aug 17 18:26:27.457 INFO O| Aug 17 18:26:27.457 INFO STEP 54 (ensure_dir) COMPLETE
89772026-08-17T18:26:28.309Z[ recovery-image] Aug 17 18:26:27.457 INFO O| Aug 17 18:26:27.457 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89782026-08-17T18:26:28.315Z[ recovery-image] Aug 17 18:26:27.467 INFO O| Aug 17 18:26:27.467 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
89792026-08-17T18:26:28.315Z[ recovery-image] Aug 17 18:26:27.467 INFO O| Aug 17 18:26:27.467 INFO copying /tmp/.tmpSodkyB/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
89802026-08-17T18:26:28.849Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
89812026-08-17T18:26:28.954Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
89822026-08-17T18:26:28.995Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
89832026-08-17T18:26:29.115Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
89842026-08-17T18:26:29.194Z[verify-libraries] Compiling multimap v0.10.1
89852026-08-17T18:26:29.531Z[verify-libraries] Compiling termios v0.3.3
89862026-08-17T18:26:29.607Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
89872026-08-17T18:26:29.698Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
89882026-08-17T18:26:29.804Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
89892026-08-17T18:26:30.362Z[ recovery-image] Aug 17 18:26:29.514 INFO O| Aug 17 18:26:29.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
89902026-08-17T18:26:30.362Z[ recovery-image] Aug 17 18:26:29.514 INFO O| Aug 17 18:26:29.514 INFO ok!
89912026-08-17T18:26:30.362Z[ recovery-image] Aug 17 18:26:29.514 INFO O| Aug 17 18:26:29.514 INFO STEP 55 (ensure_file) COMPLETE
89922026-08-17T18:26:30.367Z[ recovery-image] Aug 17 18:26:29.514 INFO O| Aug 17 18:26:29.514 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89932026-08-17T18:26:30.372Z[ recovery-image] Aug 17 18:26:29.524 INFO O| Aug 17 18:26:29.524 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
89942026-08-17T18:26:30.372Z[ recovery-image] Aug 17 18:26:29.524 INFO O| Aug 17 18:26:29.524 INFO copying /tmp/.tmpSodkyB/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
89952026-08-17T18:26:32.434Z[ recovery-image] Aug 17 18:26:31.586 INFO O| Aug 17 18:26:31.586 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
89962026-08-17T18:26:32.434Z[ recovery-image] Aug 17 18:26:31.586 INFO O| Aug 17 18:26:31.586 INFO ok!
89972026-08-17T18:26:32.434Z[ recovery-image] Aug 17 18:26:31.586 INFO O| Aug 17 18:26:31.586 INFO STEP 56 (ensure_file) COMPLETE
89982026-08-17T18:26:32.437Z[ recovery-image] Aug 17 18:26:31.586 INFO O| Aug 17 18:26:31.586 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89992026-08-17T18:26:32.443Z[ recovery-image] Aug 17 18:26:31.595 INFO O| Aug 17 18:26:31.595 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90002026-08-17T18:26:32.443Z[ recovery-image] Aug 17 18:26:31.595 INFO O| Aug 17 18:26:31.595 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90012026-08-17T18:26:32.444Z[ recovery-image] Aug 17 18:26:31.595 INFO O| Aug 17 18:26:31.595 INFO STEP 57 (ensure_dir) COMPLETE
90022026-08-17T18:26:32.447Z[ recovery-image] Aug 17 18:26:31.595 INFO O| Aug 17 18:26:31.595 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90032026-08-17T18:26:32.452Z[ recovery-image] Aug 17 18:26:31.604 INFO O| Aug 17 18:26:31.604 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90042026-08-17T18:26:32.452Z[ recovery-image] Aug 17 18:26:31.604 INFO O| Aug 17 18:26:31.604 INFO copying /tmp/.tmpSodkyB/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 ...
90052026-08-17T18:26:32.452Z[ recovery-image] Aug 17 18:26:31.604 INFO O| Aug 17 18:26:31.604 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
90062026-08-17T18:26:32.455Z[ recovery-image] Aug 17 18:26:31.604 INFO O| Aug 17 18:26:31.604 INFO ok!
90072026-08-17T18:26:32.455Z[ recovery-image] Aug 17 18:26:31.604 INFO O| Aug 17 18:26:31.604 INFO STEP 58 (ensure_file) COMPLETE
90082026-08-17T18:26:32.455Z[ recovery-image] Aug 17 18:26:31.604 INFO O| Aug 17 18:26:31.604 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90092026-08-17T18:26:32.462Z[ recovery-image] Aug 17 18:26:31.614 INFO O| Aug 17 18:26:31.614 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90102026-08-17T18:26:32.462Z[ recovery-image] Aug 17 18:26:31.614 INFO O| Aug 17 18:26:31.614 INFO copying /tmp/.tmpSodkyB/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 ...
90112026-08-17T18:26:32.462Z[ recovery-image] Aug 17 18:26:31.614 INFO O| Aug 17 18:26:31.614 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
90122026-08-17T18:26:32.465Z[ recovery-image] Aug 17 18:26:31.614 INFO O| Aug 17 18:26:31.614 INFO ok!
90132026-08-17T18:26:32.465Z[ recovery-image] Aug 17 18:26:31.614 INFO O| Aug 17 18:26:31.614 INFO STEP 59 (ensure_file) COMPLETE
90142026-08-17T18:26:32.465Z[ recovery-image] Aug 17 18:26:31.614 INFO O| Aug 17 18:26:31.614 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90152026-08-17T18:26:32.472Z[ recovery-image] Aug 17 18:26:31.624 INFO O| Aug 17 18:26:31.624 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90162026-08-17T18:26:32.472Z[ recovery-image] Aug 17 18:26:31.624 INFO O| Aug 17 18:26:31.624 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90172026-08-17T18:26:32.476Z[ recovery-image] Aug 17 18:26:31.624 INFO O| Aug 17 18:26:31.624 INFO STEP 60 (ensure_dir) COMPLETE
90182026-08-17T18:26:32.476Z[ recovery-image] Aug 17 18:26:31.624 INFO O| Aug 17 18:26:31.624 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90192026-08-17T18:26:32.482Z[ recovery-image] Aug 17 18:26:31.634 INFO O| Aug 17 18:26:31.634 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90202026-08-17T18:26:32.482Z[ recovery-image] Aug 17 18:26:31.634 INFO O| Aug 17 18:26:31.634 INFO copying /tmp/.tmpSodkyB/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 ...
90212026-08-17T18:26:32.482Z[ recovery-image] Aug 17 18:26:31.634 INFO O| Aug 17 18:26:31.634 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90222026-08-17T18:26:32.486Z[ recovery-image] Aug 17 18:26:31.634 INFO O| Aug 17 18:26:31.634 INFO ok!
90232026-08-17T18:26:32.486Z[ recovery-image] Aug 17 18:26:31.634 INFO O| Aug 17 18:26:31.634 INFO STEP 61 (ensure_file) COMPLETE
90242026-08-17T18:26:32.486Z[ recovery-image] Aug 17 18:26:31.634 INFO O| Aug 17 18:26:31.634 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90252026-08-17T18:26:32.492Z[ recovery-image] Aug 17 18:26:31.644 INFO O| Aug 17 18:26:31.644 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90262026-08-17T18:26:32.492Z[ recovery-image] Aug 17 18:26:31.644 INFO O| Aug 17 18:26:31.644 INFO copying /tmp/.tmpSodkyB/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 ...
90272026-08-17T18:26:32.492Z[ recovery-image] Aug 17 18:26:31.644 INFO O| Aug 17 18:26:31.644 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
90282026-08-17T18:26:32.492Z[ recovery-image] Aug 17 18:26:31.644 INFO O| Aug 17 18:26:31.644 INFO ok!
90292026-08-17T18:26:32.492Z[ recovery-image] Aug 17 18:26:31.644 INFO O| Aug 17 18:26:31.644 INFO STEP 62 (ensure_file) COMPLETE
90302026-08-17T18:26:32.492Z[ recovery-image] Aug 17 18:26:31.644 INFO O| Aug 17 18:26:31.644 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90312026-08-17T18:26:32.503Z[ recovery-image] Aug 17 18:26:31.654 INFO O| Aug 17 18:26:31.654 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90322026-08-17T18:26:32.503Z[ recovery-image] Aug 17 18:26:31.654 INFO O| Aug 17 18:26:31.654 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90332026-08-17T18:26:32.506Z[ recovery-image] Aug 17 18:26:31.654 INFO O| Aug 17 18:26:31.654 INFO STEP 63 (ensure_dir) COMPLETE
90342026-08-17T18:26:32.506Z[ recovery-image] Aug 17 18:26:31.654 INFO O| Aug 17 18:26:31.654 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90352026-08-17T18:26:32.513Z[ recovery-image] Aug 17 18:26:31.665 INFO O| Aug 17 18:26:31.665 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90362026-08-17T18:26:32.513Z[ recovery-image] Aug 17 18:26:31.665 INFO O| Aug 17 18:26:31.665 INFO copying /tmp/.tmpSodkyB/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 ...
90372026-08-17T18:26:32.516Z[ recovery-image] Aug 17 18:26:31.665 INFO O| Aug 17 18:26:31.665 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90382026-08-17T18:26:32.516Z[ recovery-image] Aug 17 18:26:31.665 INFO O| Aug 17 18:26:31.665 INFO ok!
90392026-08-17T18:26:32.516Z[ recovery-image] Aug 17 18:26:31.665 INFO O| Aug 17 18:26:31.665 INFO STEP 64 (ensure_file) COMPLETE
90402026-08-17T18:26:32.516Z[ recovery-image] Aug 17 18:26:31.665 INFO O| Aug 17 18:26:31.665 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90412026-08-17T18:26:32.523Z[ recovery-image] Aug 17 18:26:31.675 INFO O| Aug 17 18:26:31.675 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90422026-08-17T18:26:32.523Z[ recovery-image] Aug 17 18:26:31.675 INFO O| Aug 17 18:26:31.675 INFO copying /tmp/.tmpSodkyB/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90432026-08-17T18:26:32.523Z[ recovery-image] Aug 17 18:26:31.675 INFO O| Aug 17 18:26:31.675 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90442026-08-17T18:26:32.527Z[ recovery-image] Aug 17 18:26:31.675 INFO O| Aug 17 18:26:31.675 INFO ok!
90452026-08-17T18:26:32.527Z[ recovery-image] Aug 17 18:26:31.675 INFO O| Aug 17 18:26:31.675 INFO STEP 65 (ensure_file) COMPLETE
90462026-08-17T18:26:32.527Z[ recovery-image] Aug 17 18:26:31.675 INFO O| Aug 17 18:26:31.675 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90472026-08-17T18:26:32.534Z[ recovery-image] Aug 17 18:26:31.686 INFO O| Aug 17 18:26:31.686 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90482026-08-17T18:26:32.534Z[ recovery-image] Aug 17 18:26:31.686 INFO O| Aug 17 18:26:31.686 INFO STEP 66 (ensure_dir) COMPLETE
90492026-08-17T18:26:32.535Z[ recovery-image] Aug 17 18:26:31.686 INFO O| Aug 17 18:26:31.686 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90502026-08-17T18:26:32.544Z[ recovery-image] Aug 17 18:26:31.696 INFO O| Aug 17 18:26:31.696 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90512026-08-17T18:26:32.544Z[ recovery-image] Aug 17 18:26:31.696 INFO O| Aug 17 18:26:31.696 INFO STEP 67 (ensure_dir) COMPLETE
90522026-08-17T18:26:32.548Z[ recovery-image] Aug 17 18:26:31.696 INFO O| Aug 17 18:26:31.696 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90532026-08-17T18:26:32.554Z[ recovery-image] Aug 17 18:26:31.706 INFO O| Aug 17 18:26:31.706 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90542026-08-17T18:26:32.554Z[ recovery-image] Aug 17 18:26:31.706 INFO O| Aug 17 18:26:31.706 INFO STEP 68 (ensure_dir) COMPLETE
90552026-08-17T18:26:32.557Z[ recovery-image] Aug 17 18:26:31.706 INFO O| Aug 17 18:26:31.706 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90562026-08-17T18:26:32.564Z[ recovery-image] Aug 17 18:26:31.716 INFO O| Aug 17 18:26:31.716 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90572026-08-17T18:26:32.564Z[ recovery-image] Aug 17 18:26:31.716 INFO O| Aug 17 18:26:31.716 INFO STEP 69 (ensure_dir) COMPLETE
90582026-08-17T18:26:32.567Z[ recovery-image] Aug 17 18:26:31.716 INFO O| Aug 17 18:26:31.716 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90592026-08-17T18:26:32.574Z[ recovery-image] Aug 17 18:26:31.726 INFO O| Aug 17 18:26:31.726 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90602026-08-17T18:26:32.574Z[ recovery-image] Aug 17 18:26:31.726 INFO O| Aug 17 18:26:31.726 INFO copying /tmp/.tmpSodkyB/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90612026-08-17T18:26:32.585Z[ recovery-image] Aug 17 18:26:31.726 INFO O| Aug 17 18:26:31.726 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90622026-08-17T18:26:32.585Z[ recovery-image] Aug 17 18:26:31.726 INFO O| Aug 17 18:26:31.726 INFO ok!
90632026-08-17T18:26:32.585Z[ recovery-image] Aug 17 18:26:31.726 INFO O| Aug 17 18:26:31.726 INFO STEP 70 (ensure_file) COMPLETE
90642026-08-17T18:26:32.585Z[ recovery-image] Aug 17 18:26:31.726 INFO O| Aug 17 18:26:31.726 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90652026-08-17T18:26:32.588Z[ recovery-image] Aug 17 18:26:31.735 INFO O| Aug 17 18:26:31.735 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
90662026-08-17T18:26:32.588Z[ recovery-image] Aug 17 18:26:31.735 INFO O| Aug 17 18:26:31.735 INFO STEP 71 (remove_files) COMPLETE
90672026-08-17T18:26:32.588Z[ recovery-image] Aug 17 18:26:31.735 INFO O| Aug 17 18:26:31.735 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90682026-08-17T18:26:32.593Z[ recovery-image] Aug 17 18:26:31.745 INFO O| Aug 17 18:26:31.745 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
90692026-08-17T18:26:32.593Z[ recovery-image] Aug 17 18:26:31.745 INFO O| Aug 17 18:26:31.745 INFO STEP 72 (remove_files) COMPLETE
90702026-08-17T18:26:32.596Z[ recovery-image] Aug 17 18:26:31.745 INFO O| Aug 17 18:26:31.745 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90712026-08-17T18:26:32.603Z[ recovery-image] Aug 17 18:26:31.755 INFO O| Aug 17 18:26:31.755 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
90722026-08-17T18:26:32.603Z[ recovery-image] Aug 17 18:26:31.755 INFO O| Aug 17 18:26:31.755 INFO STEP 73 (remove_files) COMPLETE
90732026-08-17T18:26:32.607Z[ recovery-image] Aug 17 18:26:31.755 INFO O| Aug 17 18:26:31.755 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90742026-08-17T18:26:32.613Z[ recovery-image] Aug 17 18:26:31.765 INFO O| Aug 17 18:26:31.765 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
90752026-08-17T18:26:32.613Z[ recovery-image] Aug 17 18:26:31.765 INFO O| Aug 17 18:26:31.765 INFO STEP 74 (remove_files) COMPLETE
90762026-08-17T18:26:32.616Z[ recovery-image] Aug 17 18:26:31.765 INFO O| Aug 17 18:26:31.765 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90772026-08-17T18:26:32.623Z[ recovery-image] Aug 17 18:26:31.775 INFO O| Aug 17 18:26:31.775 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90782026-08-17T18:26:32.623Z[ recovery-image] Aug 17 18:26:31.775 INFO O| Aug 17 18:26:31.775 INFO STEP 75 (remove_files) COMPLETE
90792026-08-17T18:26:32.623Z[ recovery-image] Aug 17 18:26:31.775 INFO O| Aug 17 18:26:31.775 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90802026-08-17T18:26:32.633Z[ recovery-image] Aug 17 18:26:31.785 INFO O| Aug 17 18:26:31.784 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
90812026-08-17T18:26:32.633Z[ recovery-image] Aug 17 18:26:31.785 INFO O| Aug 17 18:26:31.785 INFO STEP 76 (remove_files) COMPLETE
90822026-08-17T18:26:32.633Z[ recovery-image] Aug 17 18:26:31.785 INFO O| Aug 17 18:26:31.785 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90832026-08-17T18:26:32.642Z[ recovery-image] Aug 17 18:26:31.794 INFO O| Aug 17 18:26:31.794 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
90842026-08-17T18:26:32.645Z[ recovery-image] Aug 17 18:26:31.794 INFO O| Aug 17 18:26:31.794 INFO STEP 77 (remove_files) COMPLETE
90852026-08-17T18:26:32.645Z[ recovery-image] Aug 17 18:26:31.794 INFO O| Aug 17 18:26:31.794 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90862026-08-17T18:26:32.652Z[ recovery-image] Aug 17 18:26:31.804 INFO O| Aug 17 18:26:31.804 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
90872026-08-17T18:26:32.652Z[ recovery-image] Aug 17 18:26:31.804 INFO O| Aug 17 18:26:31.804 INFO STEP 78 (remove_files) COMPLETE
90882026-08-17T18:26:32.652Z[ recovery-image] Aug 17 18:26:31.804 INFO O| Aug 17 18:26:31.804 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90892026-08-17T18:26:32.662Z[ recovery-image] Aug 17 18:26:31.813 INFO O| Aug 17 18:26:31.813 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
90902026-08-17T18:26:32.662Z[ recovery-image] Aug 17 18:26:31.813 INFO O| Aug 17 18:26:31.813 INFO STEP 79 (remove_files) COMPLETE
90912026-08-17T18:26:32.665Z[ recovery-image] Aug 17 18:26:31.813 INFO O| Aug 17 18:26:31.813 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90922026-08-17T18:26:32.672Z[ recovery-image] Aug 17 18:26:31.824 INFO O| Aug 17 18:26:31.824 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
90932026-08-17T18:26:32.672Z[ recovery-image] Aug 17 18:26:31.824 INFO O| Aug 17 18:26:31.824 INFO STEP 80 (remove_files) COMPLETE
90942026-08-17T18:26:32.672Z[ recovery-image] Aug 17 18:26:31.824 INFO O| Aug 17 18:26:31.824 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90952026-08-17T18:26:32.682Z[ recovery-image] Aug 17 18:26:31.833 INFO O| Aug 17 18:26:31.833 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
90962026-08-17T18:26:32.682Z[ recovery-image] Aug 17 18:26:31.834 INFO O| Aug 17 18:26:31.833 INFO STEP 81 (remove_files) COMPLETE
90972026-08-17T18:26:32.685Z[ recovery-image] Aug 17 18:26:31.834 INFO O| Aug 17 18:26:31.834 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90982026-08-17T18:26:32.691Z[ recovery-image] Aug 17 18:26:31.843 INFO O| Aug 17 18:26:31.843 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
90992026-08-17T18:26:32.692Z[ recovery-image] Aug 17 18:26:31.843 INFO O| Aug 17 18:26:31.843 INFO STEP 82 (remove_files) COMPLETE
91002026-08-17T18:26:32.692Z[ recovery-image] Aug 17 18:26:31.843 INFO O| Aug 17 18:26:31.843 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91012026-08-17T18:26:32.718Z[ recovery-image] Aug 17 18:26:31.869 INFO O| Aug 17 18:26:31.869 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91022026-08-17T18:26:32.718Z[ recovery-image] Aug 17 18:26:31.869 INFO O| Aug 17 18:26:31.869 INFO STEP 83 (remove_files) COMPLETE
91032026-08-17T18:26:32.718Z[ recovery-image] Aug 17 18:26:31.869 INFO O| Aug 17 18:26:31.869 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91042026-08-17T18:26:32.727Z[ recovery-image] Aug 17 18:26:31.879 INFO O| Aug 17 18:26:31.879 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91052026-08-17T18:26:32.727Z[ recovery-image] Aug 17 18:26:31.879 INFO O| Aug 17 18:26:31.879 INFO STEP 84 (remove_files) COMPLETE
91062026-08-17T18:26:32.727Z[ recovery-image] Aug 17 18:26:31.879 INFO O| Aug 17 18:26:31.879 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91072026-08-17T18:26:32.736Z[ recovery-image] Aug 17 18:26:31.888 INFO O| Aug 17 18:26:31.888 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91082026-08-17T18:26:32.736Z[ recovery-image] Aug 17 18:26:31.888 INFO O| Aug 17 18:26:31.888 INFO STEP 85 (remove_files) COMPLETE
91092026-08-17T18:26:32.736Z[ recovery-image] Aug 17 18:26:31.888 INFO O| Aug 17 18:26:31.888 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91102026-08-17T18:26:32.746Z[ recovery-image] Aug 17 18:26:31.897 INFO O| Aug 17 18:26:31.897 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91112026-08-17T18:26:32.746Z[ recovery-image] Aug 17 18:26:31.897 INFO O| Aug 17 18:26:31.897 INFO STEP 86 (remove_files) COMPLETE
91122026-08-17T18:26:32.746Z[ recovery-image] Aug 17 18:26:31.897 INFO O| Aug 17 18:26:31.897 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91132026-08-17T18:26:32.754Z[ recovery-image] Aug 17 18:26:31.906 INFO O| Aug 17 18:26:31.906 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91142026-08-17T18:26:32.754Z[ recovery-image] Aug 17 18:26:31.906 INFO O| Aug 17 18:26:31.906 INFO STEP 87 (remove_files) COMPLETE
91152026-08-17T18:26:32.755Z[ recovery-image] Aug 17 18:26:31.906 INFO O| Aug 17 18:26:31.906 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91162026-08-17T18:26:32.762Z[ recovery-image] Aug 17 18:26:31.914 INFO O| Aug 17 18:26:31.914 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91172026-08-17T18:26:32.763Z[ recovery-image] Aug 17 18:26:31.914 INFO O| Aug 17 18:26:31.914 INFO STEP 88 (remove_files) COMPLETE
91182026-08-17T18:26:32.763Z[ recovery-image] Aug 17 18:26:31.914 INFO O| Aug 17 18:26:31.914 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91192026-08-17T18:26:32.772Z[ recovery-image] Aug 17 18:26:31.924 INFO O| Aug 17 18:26:31.923 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91202026-08-17T18:26:32.772Z[ recovery-image] Aug 17 18:26:31.924 INFO O| Aug 17 18:26:31.924 INFO STEP 89 (remove_files) COMPLETE
91212026-08-17T18:26:32.772Z[ recovery-image] Aug 17 18:26:31.924 INFO O| Aug 17 18:26:31.924 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91222026-08-17T18:26:32.780Z[ recovery-image] Aug 17 18:26:31.932 INFO O| Aug 17 18:26:31.932 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91232026-08-17T18:26:32.780Z[ recovery-image] Aug 17 18:26:31.932 INFO O| Aug 17 18:26:31.932 INFO STEP 90 (remove_files) COMPLETE
91242026-08-17T18:26:32.783Z[ recovery-image] Aug 17 18:26:31.932 INFO O| Aug 17 18:26:31.932 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91252026-08-17T18:26:32.788Z[ recovery-image] Aug 17 18:26:31.940 INFO O| Aug 17 18:26:31.940 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91262026-08-17T18:26:32.788Z[ recovery-image] Aug 17 18:26:31.940 INFO O| Aug 17 18:26:31.940 INFO STEP 91 (remove_files) COMPLETE
91272026-08-17T18:26:32.791Z[ recovery-image] Aug 17 18:26:31.940 INFO O| Aug 17 18:26:31.940 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91282026-08-17T18:26:32.797Z[ recovery-image] Aug 17 18:26:31.949 INFO O| Aug 17 18:26:31.949 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91292026-08-17T18:26:32.797Z[ recovery-image] Aug 17 18:26:31.949 INFO O| Aug 17 18:26:31.949 INFO STEP 92 (remove_files) COMPLETE
91302026-08-17T18:26:32.797Z[ recovery-image] Aug 17 18:26:31.949 INFO O| Aug 17 18:26:31.949 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91312026-08-17T18:26:32.806Z[ recovery-image] Aug 17 18:26:31.958 INFO O| Aug 17 18:26:31.958 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91322026-08-17T18:26:32.806Z[ recovery-image] Aug 17 18:26:31.958 INFO O| Aug 17 18:26:31.958 INFO STEP 93 (remove_files) COMPLETE
91332026-08-17T18:26:32.809Z[ recovery-image] Aug 17 18:26:31.958 INFO O| Aug 17 18:26:31.958 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91342026-08-17T18:26:32.815Z[ recovery-image] Aug 17 18:26:31.966 INFO O| Aug 17 18:26:31.966 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91352026-08-17T18:26:32.815Z[ recovery-image] Aug 17 18:26:31.966 INFO O| Aug 17 18:26:31.966 INFO STEP 94 (remove_files) COMPLETE
91362026-08-17T18:26:32.818Z[ recovery-image] Aug 17 18:26:31.966 INFO O| Aug 17 18:26:31.966 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91372026-08-17T18:26:32.822Z[ recovery-image] Aug 17 18:26:31.974 INFO O| Aug 17 18:26:31.974 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91382026-08-17T18:26:32.822Z[ recovery-image] Aug 17 18:26:31.974 INFO O| Aug 17 18:26:31.974 INFO STEP 95 (remove_files) COMPLETE
91392026-08-17T18:26:32.826Z[ recovery-image] Aug 17 18:26:31.974 INFO O| Aug 17 18:26:31.974 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91402026-08-17T18:26:32.831Z[ recovery-image] Aug 17 18:26:31.983 INFO O| Aug 17 18:26:31.983 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91412026-08-17T18:26:32.831Z[ recovery-image] Aug 17 18:26:31.983 INFO O| Aug 17 18:26:31.983 INFO STEP 96 (remove_files) COMPLETE
91422026-08-17T18:26:32.834Z[ recovery-image] Aug 17 18:26:31.983 INFO O| Aug 17 18:26:31.983 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91432026-08-17T18:26:32.839Z[ recovery-image] Aug 17 18:26:31.991 INFO O| Aug 17 18:26:31.991 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91442026-08-17T18:26:32.839Z[ recovery-image] Aug 17 18:26:31.991 INFO O| Aug 17 18:26:31.991 INFO STEP 97 (remove_files) COMPLETE
91452026-08-17T18:26:32.842Z[ recovery-image] Aug 17 18:26:31.991 INFO O| Aug 17 18:26:31.991 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91462026-08-17T18:26:32.848Z[ recovery-image] Aug 17 18:26:32.000 INFO O| Aug 17 18:26:32.000 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91472026-08-17T18:26:32.848Z[ recovery-image] Aug 17 18:26:32.000 INFO O| Aug 17 18:26:32.000 INFO STEP 98 (remove_files) COMPLETE
91482026-08-17T18:26:32.850Z[ recovery-image] Aug 17 18:26:32.000 INFO O| Aug 17 18:26:32.000 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91492026-08-17T18:26:32.857Z[ recovery-image] Aug 17 18:26:32.009 INFO O| Aug 17 18:26:32.009 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91502026-08-17T18:26:32.857Z[ recovery-image] Aug 17 18:26:32.009 INFO O| Aug 17 18:26:32.009 INFO STEP 99 (remove_files) COMPLETE
91512026-08-17T18:26:32.860Z[ recovery-image] Aug 17 18:26:32.009 INFO O| Aug 17 18:26:32.009 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91522026-08-17T18:26:32.870Z[ recovery-image] Aug 17 18:26:32.022 INFO O| Aug 17 18:26:32.022 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91532026-08-17T18:26:32.870Z[ recovery-image] Aug 17 18:26:32.022 INFO O| Aug 17 18:26:32.022 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
91542026-08-17T18:26:34.324Z[verify-libraries] Compiling polar-core v0.27.3
91552026-08-17T18:26:39.931Z[ recovery-image] Aug 17 18:26:39.081 INFO O| Aug 17 18:26:39.081 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
91562026-08-17T18:26:39.931Z[ recovery-image] Aug 17 18:26:39.081 INFO O| Aug 17 18:26:39.081 INFO E| svccfg: Loaded 69 smf(7) service descriptions
91572026-08-17T18:26:39.956Z[ recovery-image] Aug 17 18:26:39.097 INFO O| Aug 17 18:26:39.097 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
91582026-08-17T18:26:40.053Z[ recovery-image] Aug 17 18:26:39.200 INFO O| Aug 17 18:26:39.200 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_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"}
91592026-08-17T18:26:40.108Z[ recovery-image] Aug 17 18:26:39.259 INFO O| Aug 17 18:26:39.259 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
91602026-08-17T18:26:40.178Z[ recovery-image] Aug 17 18:26:39.328 INFO O| Aug 17 18:26:39.328 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
91612026-08-17T18:26:40.178Z[ recovery-image] Aug 17 18:26:39.328 INFO O| Aug 17 18:26:39.328 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 ...
91622026-08-17T18:26:40.182Z[ recovery-image] Aug 17 18:26:39.331 INFO O| Aug 17 18:26:39.331 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
91632026-08-17T18:26:40.182Z[ recovery-image] Aug 17 18:26:39.331 INFO O| Aug 17 18:26:39.331 INFO ok!
91642026-08-17T18:26:40.182Z[ recovery-image] Aug 17 18:26:39.331 INFO O| Aug 17 18:26:39.331 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
91652026-08-17T18:26:40.182Z[ recovery-image] Aug 17 18:26:39.331 INFO O| Aug 17 18:26:39.331 INFO STEP 100 (seed_smf) COMPLETE
91662026-08-17T18:26:40.182Z[ recovery-image] Aug 17 18:26:39.331 INFO O| Aug 17 18:26:39.331 INFO steps complete; finalising image!
91672026-08-17T18:26:40.182Z[ recovery-image] Aug 17 18:26:39.331 INFO O| Aug 17 18:26:39.331 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
91682026-08-17T18:26:40.245Z[ recovery-image] Aug 17 18:26:39.394 INFO O| Aug 17 18:26:39.394 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Mon Aug 17 18:26:39 2026)
91692026-08-17T18:26:40.454Z[ recovery-image] Aug 17 18:26:39.606 INFO O| Aug 17 18:26:39.605 INFO trim TEMPORARY-sled-zfs-recovery: (52% trimmed, started at Mon Aug 17 18:26:39 2026)
91702026-08-17T18:26:40.659Z[ recovery-image] Aug 17 18:26:39.811 INFO O| Aug 17 18:26:39.811 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Mon Aug 17 18:26:39 2026)
91712026-08-17T18:26:40.869Z[ recovery-image] Aug 17 18:26:40.021 INFO O| Aug 17 18:26:40.019 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Mon Aug 17 18:26:39 2026)
91722026-08-17T18:26:41.074Z[ recovery-image] Aug 17 18:26:40.226 INFO O| Aug 17 18:26:40.226 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Mon Aug 17 18:26:39 2026)
91732026-08-17T18:26:41.281Z[ recovery-image] Aug 17 18:26:40.433 INFO O| Aug 17 18:26:40.433 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Mon Aug 17 18:26:39 2026)
91742026-08-17T18:26:41.487Z[ recovery-image] Aug 17 18:26:40.639 INFO O| Aug 17 18:26:40.639 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Mon Aug 17 18:26:39 2026)
91752026-08-17T18:26:41.692Z[ recovery-image] Aug 17 18:26:40.844 INFO O| Aug 17 18:26:40.844 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Mon Aug 17 18:26:39 2026)
91762026-08-17T18:26:41.899Z[ recovery-image] Aug 17 18:26:41.051 INFO O| Aug 17 18:26:41.051 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Mon Aug 17 18:26:39 2026)
91772026-08-17T18:26:42.105Z[ recovery-image] Aug 17 18:26:41.257 INFO O| Aug 17 18:26:41.257 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Mon Aug 17 18:26:39 2026)
91782026-08-17T18:26:42.311Z[ recovery-image] Aug 17 18:26:41.463 INFO O| Aug 17 18:26:41.463 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Mon Aug 17 18:26:39 2026)
91792026-08-17T18:26:42.518Z[ recovery-image] Aug 17 18:26:41.669 INFO O| Aug 17 18:26:41.669 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Mon Aug 17 18:26:39 2026)
91802026-08-17T18:26:42.724Z[ recovery-image] Aug 17 18:26:41.876 INFO O| Aug 17 18:26:41.876 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Mon Aug 17 18:26:39 2026)
91812026-08-17T18:26:42.930Z[ recovery-image] Aug 17 18:26:42.082 INFO O| Aug 17 18:26:42.082 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Mon Aug 17 18:26:39 2026)
91822026-08-17T18:26:43.136Z[ recovery-image] Aug 17 18:26:42.288 INFO O| Aug 17 18:26:42.288 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Mon Aug 17 18:26:39 2026)
91832026-08-17T18:26:43.343Z[ recovery-image] Aug 17 18:26:42.494 INFO O| Aug 17 18:26:42.494 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Mon Aug 17 18:26:39 2026)
91842026-08-17T18:26:43.551Z[ recovery-image] Aug 17 18:26:42.701 INFO O| Aug 17 18:26:42.701 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Mon Aug 17 18:26:39 2026)
91852026-08-17T18:26:43.672Z[ host-image] Aug 17 18:26:42.824 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24191:20260817T130502Z
91862026-08-17T18:26:43.672Z[ host-image] Aug 17 18:26:42.824 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24191:20260817T130502Z
91872026-08-17T18:26:43.676Z[ host-image] Aug 17 18:26:42.824 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
91882026-08-17T18:26:43.676Z[ host-image] Aug 17 18:26:42.824 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
91892026-08-17T18:26:43.676Z[ host-image] Aug 17 18:26:42.824 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
91902026-08-17T18:26:43.676Z[ host-image] Aug 17 18:26:42.824 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
91912026-08-17T18:26:43.676Z[ host-image] Aug 17 18:26:42.824 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
91922026-08-17T18:26:43.676Z[ host-image] Aug 17 18:26:42.824 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
91932026-08-17T18:26:43.676Z[ host-image] Aug 17 18:26:42.825 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260817T181207Z
91942026-08-17T18:26:43.676Z[ host-image] Aug 17 18:26:42.825 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
91952026-08-17T18:26:43.676Z[ host-image] Aug 17 18:26:42.825 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
91962026-08-17T18:26:43.676Z[ host-image] Aug 17 18:26:42.825 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24191:20260817T130503Z
91972026-08-17T18:26:43.676Z[ host-image] Aug 17 18:26:42.825 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24191:20260817T130503Z
91982026-08-17T18:26:43.676Z[ host-image] Aug 17 18:26:42.825 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24191:20260817T130503Z
91992026-08-17T18:26:43.676Z[ host-image] Aug 17 18:26:42.825 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24191:20260817T130503Z
92002026-08-17T18:26:43.676Z[ host-image] Aug 17 18:26:42.825 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92012026-08-17T18:26:43.676Z[ host-image] Aug 17 18:26:42.826 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24191:20260817T130503Z
92022026-08-17T18:26:43.676Z[ host-image] Aug 17 18:26:42.826 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24191:20260817T130503Z
92032026-08-17T18:26:43.676Z[ host-image] Aug 17 18:26:42.826 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24191:20260817T130503Z
92042026-08-17T18:26:43.676Z[ host-image] Aug 17 18:26:42.826 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24191:20260817T130503Z
92052026-08-17T18:26:43.677Z[ host-image] Aug 17 18:26:42.826 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24191:20260817T130504Z
92062026-08-17T18:26:43.677Z[ host-image] Aug 17 18:26:42.826 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24191:20260817T130504Z
92072026-08-17T18:26:43.677Z[ host-image] Aug 17 18:26:42.826 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24191:20260817T130504Z
92082026-08-17T18:26:43.677Z[ host-image] Aug 17 18:26:42.826 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24191:20260817T130504Z
92092026-08-17T18:26:43.677Z[ host-image] Aug 17 18:26:42.826 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24191:20260817T130504Z
92102026-08-17T18:26:43.677Z[ host-image] Aug 17 18:26:42.826 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24191:20260817T130504Z
92112026-08-17T18:26:43.677Z[ host-image] Aug 17 18:26:42.826 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24191:20260817T130505Z
92122026-08-17T18:26:43.677Z[ host-image] Aug 17 18:26:42.826 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24191:20260817T130505Z
92132026-08-17T18:26:43.677Z[ host-image] Aug 17 18:26:42.826 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24191:20260817T130505Z
92142026-08-17T18:26:43.677Z[ host-image] Aug 17 18:26:42.826 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24191:20260817T130506Z
92152026-08-17T18:26:43.677Z[ host-image] Aug 17 18:26:42.826 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24191:20260817T130506Z
92162026-08-17T18:26:43.677Z[ host-image] Aug 17 18:26:42.826 INFO O| install = pkg://helios/driver/network/opte@0.41.504-3.0:20260725T001627Z
92172026-08-17T18:26:43.677Z[ host-image] Aug 17 18:26:42.827 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24191:20260817T130507Z
92182026-08-17T18:26:43.677Z[ host-image] Aug 17 18:26:42.827 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24191:20260817T130508Z
92192026-08-17T18:26:43.677Z[ host-image] Aug 17 18:26:42.827 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24191:20260817T130508Z
92202026-08-17T18:26:43.677Z[ host-image] Aug 17 18:26:42.827 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24191:20260817T130508Z
92212026-08-17T18:26:43.677Z[ host-image] Aug 17 18:26:42.827 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24191:20260817T130508Z
92222026-08-17T18:26:43.677Z[ host-image] Aug 17 18:26:42.827 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24191:20260817T130509Z
92232026-08-17T18:26:43.677Z[ host-image] Aug 17 18:26:42.827 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24191:20260817T130509Z
92242026-08-17T18:26:43.682Z[ host-image] Aug 17 18:26:42.830 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92252026-08-17T18:26:43.682Z[ host-image] Aug 17 18:26:42.830 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24191:20260817T130509Z
92262026-08-17T18:26:43.682Z[ host-image] Aug 17 18:26:42.830 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92272026-08-17T18:26:43.682Z[ host-image] Aug 17 18:26:42.830 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92282026-08-17T18:26:43.682Z[ host-image] Aug 17 18:26:42.830 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92292026-08-17T18:26:43.682Z[ host-image] Aug 17 18:26:42.830 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92302026-08-17T18:26:43.682Z[ host-image] Aug 17 18:26:42.831 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24191:20260817T130509Z
92312026-08-17T18:26:43.682Z[ host-image] Aug 17 18:26:42.831 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92322026-08-17T18:26:43.682Z[ host-image] Aug 17 18:26:42.831 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92332026-08-17T18:26:43.682Z[ host-image] Aug 17 18:26:42.831 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92342026-08-17T18:26:43.682Z[ host-image] Aug 17 18:26:42.831 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92352026-08-17T18:26:43.686Z[ host-image] Aug 17 18:26:42.834 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92362026-08-17T18:26:43.686Z[ host-image] Aug 17 18:26:42.834 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92372026-08-17T18:26:43.686Z[ host-image] Aug 17 18:26:42.834 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92382026-08-17T18:26:43.686Z[ host-image] Aug 17 18:26:42.835 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92392026-08-17T18:26:43.686Z[ host-image] Aug 17 18:26:42.835 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92402026-08-17T18:26:43.686Z[ host-image] Aug 17 18:26:42.835 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92412026-08-17T18:26:43.695Z[ host-image] Aug 17 18:26:42.846 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92422026-08-17T18:26:43.698Z[ host-image] Aug 17 18:26:42.847 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92432026-08-17T18:26:43.699Z[ host-image] Aug 17 18:26:42.847 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92442026-08-17T18:26:43.699Z[ host-image] Aug 17 18:26:42.847 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24191:20260817T130510Z
92452026-08-17T18:26:43.699Z[ host-image] Aug 17 18:26:42.847 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24191:20260817T130513Z
92462026-08-17T18:26:43.699Z[ host-image] Aug 17 18:26:42.847 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92472026-08-17T18:26:43.699Z[ host-image] Aug 17 18:26:42.847 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24191:20260817T130513Z
92482026-08-17T18:26:43.699Z[ host-image] Aug 17 18:26:42.847 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92492026-08-17T18:26:43.699Z[ host-image] Aug 17 18:26:42.847 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92502026-08-17T18:26:43.699Z[ host-image] Aug 17 18:26:42.847 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92512026-08-17T18:26:43.699Z[ host-image] Aug 17 18:26:42.847 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92522026-08-17T18:26:43.699Z[ host-image] Aug 17 18:26:42.847 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24191:20260817T130513Z
92532026-08-17T18:26:43.699Z[ host-image] Aug 17 18:26:42.847 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92542026-08-17T18:26:43.699Z[ host-image] Aug 17 18:26:42.848 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92552026-08-17T18:26:43.699Z[ host-image] Aug 17 18:26:42.848 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92562026-08-17T18:26:43.699Z[ host-image] Aug 17 18:26:42.848 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92572026-08-17T18:26:43.699Z[ host-image] Aug 17 18:26:42.848 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24191:20260817T130513Z
92582026-08-17T18:26:43.699Z[ host-image] Aug 17 18:26:42.848 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92592026-08-17T18:26:43.703Z[ host-image] Aug 17 18:26:42.852 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92602026-08-17T18:26:43.703Z[ host-image] Aug 17 18:26:42.852 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24191:20260817T130513Z
92612026-08-17T18:26:43.703Z[ host-image] Aug 17 18:26:42.853 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24191:20260817T130513Z
92622026-08-17T18:26:43.703Z[ host-image] Aug 17 18:26:42.853 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24191:20260817T130513Z
92632026-08-17T18:26:43.703Z[ host-image] Aug 17 18:26:42.854 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92642026-08-17T18:26:43.703Z[ host-image] Aug 17 18:26:42.854 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24191:20260817T130514Z
92652026-08-17T18:26:43.703Z[ host-image] Aug 17 18:26:42.854 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24191:20260817T130514Z
92662026-08-17T18:26:43.703Z[ host-image] Aug 17 18:26:42.854 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24191:20260817T130514Z
92672026-08-17T18:26:43.703Z[ host-image] Aug 17 18:26:42.854 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24191:20260817T130514Z
92682026-08-17T18:26:43.707Z[ host-image] Aug 17 18:26:42.855 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92692026-08-17T18:26:43.707Z[ host-image] Aug 17 18:26:42.855 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24191:20260817T130514Z
92702026-08-17T18:26:43.707Z[ host-image] Aug 17 18:26:42.855 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24191:20260817T130515Z
92712026-08-17T18:26:43.707Z[ host-image] Aug 17 18:26:42.855 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92722026-08-17T18:26:43.707Z[ host-image] Aug 17 18:26:42.856 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24191:20260817T130515Z
92732026-08-17T18:26:43.707Z[ host-image] Aug 17 18:26:42.856 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24191:20260817T130515Z
92742026-08-17T18:26:43.707Z[ host-image] Aug 17 18:26:42.856 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24191:20260817T130515Z
92752026-08-17T18:26:43.707Z[ host-image] Aug 17 18:26:42.856 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24191:20260817T130515Z
92762026-08-17T18:26:43.707Z[ host-image] Aug 17 18:26:42.858 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24191:20260817T130515Z
92772026-08-17T18:26:43.707Z[ host-image] Aug 17 18:26:42.858 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92782026-08-17T18:26:43.707Z[ host-image] Aug 17 18:26:42.858 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24191:20260817T130515Z
92792026-08-17T18:26:43.707Z[ host-image] Aug 17 18:26:42.858 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24191:20260817T130515Z
92802026-08-17T18:26:43.707Z[ host-image] Aug 17 18:26:42.859 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24191:20260817T130515Z
92812026-08-17T18:26:43.711Z[ host-image] Aug 17 18:26:42.859 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24191:20260817T130515Z
92822026-08-17T18:26:43.711Z[ host-image] Aug 17 18:26:42.859 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24191:20260817T130516Z
92832026-08-17T18:26:43.711Z[ host-image] Aug 17 18:26:42.859 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24191:20260817T130516Z
92842026-08-17T18:26:43.712Z[ host-image] Aug 17 18:26:42.859 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24191:20260817T130516Z
92852026-08-17T18:26:43.712Z[ host-image] Aug 17 18:26:42.859 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24191:20260817T130516Z
92862026-08-17T18:26:43.712Z[ host-image] Aug 17 18:26:42.862 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24191:20260817T130517Z
92872026-08-17T18:26:43.712Z[ host-image] Aug 17 18:26:42.862 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24191:20260817T130516Z
92882026-08-17T18:26:43.712Z[ host-image] Aug 17 18:26:42.862 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24191:20260817T130516Z
92892026-08-17T18:26:43.712Z[ host-image] Aug 17 18:26:42.863 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24191:20260817T130516Z
92902026-08-17T18:26:43.712Z[ host-image] Aug 17 18:26:42.863 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24191:20260817T130517Z
92912026-08-17T18:26:43.717Z[ host-image] Aug 17 18:26:42.868 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24191:20260817T130518Z
92922026-08-17T18:26:43.717Z[ host-image] Aug 17 18:26:42.868 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24191:20260817T130517Z
92932026-08-17T18:26:43.717Z[ host-image] Aug 17 18:26:42.868 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24191:20260817T130517Z
92942026-08-17T18:26:43.721Z[ host-image] Aug 17 18:26:42.869 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
92952026-08-17T18:26:43.721Z[ host-image] Aug 17 18:26:42.869 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
92962026-08-17T18:26:43.725Z[ host-image] Aug 17 18:26:42.877 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24191:20260817T130517Z
92972026-08-17T18:26:43.728Z[ host-image] Aug 17 18:26:42.877 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
92982026-08-17T18:26:43.728Z[ host-image] Aug 17 18:26:42.877 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24191:20260817T130517Z
92992026-08-17T18:26:43.728Z[ host-image] Aug 17 18:26:42.877 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24191:20260817T130517Z
93002026-08-17T18:26:43.728Z[ host-image] Aug 17 18:26:42.877 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24191:20260817T130517Z
93012026-08-17T18:26:43.728Z[ host-image] Aug 17 18:26:42.878 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93022026-08-17T18:26:43.728Z[ host-image] Aug 17 18:26:42.878 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93032026-08-17T18:26:43.728Z[ host-image] Aug 17 18:26:42.878 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24191:20260817T130518Z
93042026-08-17T18:26:43.729Z[ host-image] Aug 17 18:26:42.878 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24191:20260817T130518Z
93052026-08-17T18:26:43.729Z[ host-image] Aug 17 18:26:42.878 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24191:20260817T130518Z
93062026-08-17T18:26:43.729Z[ host-image] Aug 17 18:26:42.878 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24191:20260817T130518Z
93072026-08-17T18:26:43.729Z[ host-image] Aug 17 18:26:42.878 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24191:20260817T130518Z
93082026-08-17T18:26:43.729Z[ host-image] Aug 17 18:26:42.878 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24191:20260817T130518Z
93092026-08-17T18:26:43.729Z[ host-image] Aug 17 18:26:42.879 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93102026-08-17T18:26:43.729Z[ host-image] Aug 17 18:26:42.879 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24191:20260817T130518Z
93112026-08-17T18:26:43.729Z[ host-image] Aug 17 18:26:42.879 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24191:20260817T130518Z
93122026-08-17T18:26:43.729Z[ host-image] Aug 17 18:26:42.879 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24191:20260817T130518Z
93132026-08-17T18:26:43.729Z[ host-image] Aug 17 18:26:42.879 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24191:20260817T130519Z
93142026-08-17T18:26:43.729Z[ host-image] Aug 17 18:26:42.879 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24191:20260817T130519Z
93152026-08-17T18:26:43.729Z[ host-image] Aug 17 18:26:42.879 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24191:20260817T130519Z
93162026-08-17T18:26:43.729Z[ host-image] Aug 17 18:26:42.880 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93172026-08-17T18:26:43.729Z[ host-image] Aug 17 18:26:42.880 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93182026-08-17T18:26:43.729Z[ host-image] Aug 17 18:26:42.880 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24191:20260817T130520Z
93192026-08-17T18:26:43.729Z[ host-image] Aug 17 18:26:42.880 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24191:20260817T130520Z
93202026-08-17T18:26:43.729Z[ host-image] Aug 17 18:26:42.880 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93212026-08-17T18:26:43.729Z[ host-image] Aug 17 18:26:42.880 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93222026-08-17T18:26:43.729Z[ host-image] Aug 17 18:26:42.880 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93232026-08-17T18:26:43.733Z[ host-image] Aug 17 18:26:42.880 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93242026-08-17T18:26:43.733Z[ host-image] Aug 17 18:26:42.880 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93252026-08-17T18:26:43.733Z[ host-image] Aug 17 18:26:42.880 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93262026-08-17T18:26:43.733Z[ host-image] Aug 17 18:26:42.881 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93272026-08-17T18:26:43.733Z[ host-image] Aug 17 18:26:42.881 INFO O| tempdir @ "/tmp/.tmptZFrNX/tmp"
93282026-08-17T18:26:43.733Z[ host-image] Aug 17 18:26:42.881 INFO O| image root @ "/tmp/.tmptZFrNX/tmp/root"
93292026-08-17T18:26:43.733Z[ host-image] Aug 17 18:26:42.881 INFO O| creating image...
93302026-08-17T18:26:43.765Z[ recovery-image] Aug 17 18:26:42.908 INFO O| Aug 17 18:26:42.908 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Mon Aug 17 18:26:39 2026)
93312026-08-17T18:26:43.963Z[ recovery-image] Aug 17 18:26:43.114 INFO O| Aug 17 18:26:43.114 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Mon Aug 17 18:26:39 2026)
93322026-08-17T18:26:44.472Z[ recovery-image] Aug 17 18:26:43.623 INFO O| Aug 17 18:26:43.623 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Mon Aug 17 18:26:39 2026)
93332026-08-17T18:26:44.607Z[verify-libraries] Compiling oso v0.27.3
93342026-08-17T18:26:44.706Z[ recovery-image] Aug 17 18:26:43.850 INFO O| Aug 17 18:26:43.850 INFO temporary pool has 494M used, 1.27G avail, 1.00x compressratio
93352026-08-17T18:26:44.706Z[ recovery-image] Aug 17 18:26:43.850 INFO O| Aug 17 18:26:43.850 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93362026-08-17T18:26:45.937Z[ recovery-image] Aug 17 18:26:45.088 INFO O| Aug 17 18:26:45.088 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
93372026-08-17T18:26:45.937Z[ recovery-image] Aug 17 18:26:45.088 INFO O| Aug 17 18:26:45.088 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93382026-08-17T18:26:46.034Z[ host-image] Aug 17 18:26:45.178 INFO O| copying publishers...
93392026-08-17T18:26:48.009Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93402026-08-17T18:26:48.168Z[ recovery-image] Aug 17 18:26:47.318 INFO O| Aug 17 18:26:47.317 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93412026-08-17T18:26:48.168Z[ recovery-image] Aug 17 18:26:47.318 INFO O| Aug 17 18:26:47.317 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93422026-08-17T18:26:48.171Z[ recovery-image] Aug 17 18:26:47.318 INFO O| Aug 17 18:26:47.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93432026-08-17T18:26:48.171Z[ recovery-image] Aug 17 18:26:47.318 INFO O| Aug 17 18:26:47.317 INFO completed processing sled/zfs-recovery
93442026-08-17T18:26:48.171Z[ recovery-image] Aug 17 18:26:47.318 INFO O| Aug 17 18:26:47.317 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93452026-08-17T18:26:48.443Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93462026-08-17T18:26:48.781Z[ recovery-image] Aug 17 18:26:47.932 INFO O| Aug 17 18:26:47.932 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93472026-08-17T18:26:48.902Z[ recovery-image] Aug 17 18:26:48.053 INFO BUILD STRING "heads/stlouis-0-ga931ca4556\n"
93482026-08-17T18:26:48.902Z[ recovery-image] Aug 17 18:26:48.053 INFO expanded image name: "recovery 3072267/${os_short_commit} 2026-08-17 18:12" -> "recovery 3072267/a931ca4 2026-08-17 18:12"
93492026-08-17T18:26:48.906Z[ recovery-image] Aug 17 18:26:48.054 INFO output artefacts stored in: "/work/os-recovery"
93502026-08-17T18:26:48.906Z[ recovery-image] Aug 17 18:26:48.054 INFO collecting git info from project "amd-firmware"...
93512026-08-17T18:26:49.336Z[ recovery-image] Aug 17 18:26:48.483 INFO collecting git info from project "pinprick"...
93522026-08-17T18:26:49.342Z[ recovery-image] Aug 17 18:26:48.491 INFO collecting git info from project "amd-host-image-builder"...
93532026-08-17T18:26:49.382Z[ recovery-image] Aug 17 18:26:48.534 INFO collecting git info from project "image-builder"...
93542026-08-17T18:26:49.390Z[ recovery-image] Aug 17 18:26:48.542 INFO collecting git info from project "dmar-report"...
93552026-08-17T18:26:49.403Z[ recovery-image] Aug 17 18:26:48.553 INFO collecting git info from project "pilot"...
93562026-08-17T18:26:49.424Z[ recovery-image] Aug 17 18:26:48.576 INFO collecting git info from project "bootserver"...
93572026-08-17T18:26:49.432Z[ recovery-image] Aug 17 18:26:48.584 INFO collecting git info from project "phbl"...
93582026-08-17T18:26:49.441Z[ recovery-image] Aug 17 18:26:48.592 INFO collecting git info from project "chelsio-t6-roms"...
93592026-08-17T18:26:49.472Z[ recovery-image] Aug 17 18:26:48.624 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93602026-08-17T18:26:49.932Z[ host-image] Aug 17 18:26:49.082 INFO O| adding properties...
93612026-08-17T18:26:49.999Z[ recovery-image] Aug 17 18:26:49.150 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93622026-08-17T18:26:50.420Z[ recovery-image] Aug 17 18:26:49.572 INFO creating Oxide boot image...
93632026-08-17T18:26:50.420Z[ recovery-image] Aug 17 18:26:49.572 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 3072267/a931ca4 2026-08-17 18:12", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93642026-08-17T18:26:51.198Z[ host-image] Aug 17 18:26:50.345 INFO O| installing packages...
93652026-08-17T18:26:56.247Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93662026-08-17T18:27:01.813Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93672026-08-17T18:27:01.928Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93682026-08-17T18:27:03.128Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93692026-08-17T18:27:03.614Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
93702026-08-17T18:27:03.954Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
93712026-08-17T18:27:04.726Z[ host-image] Aug 17 18:27:03.877 INFO O| seeding SMF database...
93722026-08-17T18:27:08.083Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
93732026-08-17T18:27:08.811Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
93742026-08-17T18:27:09.776Z[ host-image] Aug 17 18:27:08.926 INFO O| configuring SMF profile...
93752026-08-17T18:27:09.776Z[ host-image] Aug 17 18:27:08.926 INFO O| modifying shadow(5)...
93762026-08-17T18:27:09.779Z[ host-image] Aug 17 18:27:08.927 INFO O| loading user and group database...
93772026-08-17T18:27:09.779Z[ host-image] Aug 17 18:27:08.927 INFO O| loading facet selections...
93782026-08-17T18:27:10.205Z[ host-image] Aug 17 18:27:09.356 INFO O| devel -> true
93792026-08-17T18:27:10.205Z[ host-image] Aug 17 18:27:09.356 INFO O| doc.man -> true
93802026-08-17T18:27:10.205Z[ host-image] Aug 17 18:27:09.356 INFO O| version-lock.shell/ksh93 -> true
93812026-08-17T18:27:10.208Z[ host-image] Aug 17 18:27:09.356 INFO O| version-lock.system/data/hardware-registry -> true
93822026-08-17T18:27:10.208Z[ host-image] Aug 17 18:27:09.356 INFO O| version-lock.system/data/zoneinfo -> true
93832026-08-17T18:27:10.208Z[ host-image] Aug 17 18:27:09.356 INFO O| version-lock.system/microcode/amd -> true
93842026-08-17T18:27:10.208Z[ host-image] Aug 17 18:27:09.356 INFO O| version-lock.system/microcode/intel -> true
93852026-08-17T18:27:10.208Z[ host-image] Aug 17 18:27:09.356 INFO O| version-lock.system/microcode/oxide -> true
93862026-08-17T18:27:10.209Z[ host-image] Aug 17 18:27:09.356 INFO O| assessing packaged files...
93872026-08-17T18:27:10.369Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
93882026-08-17T18:27:12.275Z[ host-image] Aug 17 18:27:11.426 INFO O| creating archive...
93892026-08-17T18:27:12.297Z[ host-image] Aug 17 18:27:11.448 INFO O| missing from packaging:
93902026-08-17T18:27:12.297Z[ host-image] Aug 17 18:27:11.448 INFO O| "etc/.pwd.lock"
93912026-08-17T18:27:12.297Z[ host-image] Aug 17 18:27:11.448 INFO O| "etc/bash"
93922026-08-17T18:27:12.302Z[ host-image] Aug 17 18:27:11.452 INFO O| "etc/svc/profile/generic.xml"
93932026-08-17T18:27:12.302Z[ host-image] Aug 17 18:27:11.452 INFO O| "etc/svc/profile/inetd_services.xml"
93942026-08-17T18:27:12.302Z[ host-image] Aug 17 18:27:11.452 INFO O| "etc/svc/profile/name_service.xml"
93952026-08-17T18:27:12.302Z[ host-image] Aug 17 18:27:11.452 INFO O| "etc/svc/profile/platform.xml"
93962026-08-17T18:27:12.302Z[ host-image] Aug 17 18:27:11.452 INFO O| "etc/svc/profile/platform_omicron1.xml"
93972026-08-17T18:27:12.302Z[ host-image] Aug 17 18:27:11.452 INFO O| "etc/svc/repository.db"
93982026-08-17T18:27:12.307Z[ host-image] Aug 17 18:27:11.459 INFO O| "opt/ooce/share"
93992026-08-17T18:27:12.307Z[ host-image] Aug 17 18:27:11.459 INFO O| "opt/ooce/share/man"
94002026-08-17T18:27:12.312Z[ host-image] Aug 17 18:27:11.459 INFO O| "opt/ooce/share/man/man1"
94012026-08-17T18:27:12.316Z[ host-image] Aug 17 18:27:11.468 INFO O| finishing archive...
94022026-08-17T18:27:15.186Z[ host-image] Aug 17 18:27:14.338 INFO O| creating gzonly manifest...
94032026-08-17T18:27:15.205Z[ host-image] Aug 17 18:27:14.356 INFO O| ok
94042026-08-17T18:27:15.383Z[ host-image] Aug 17 18:27:14.528 INFO image builder template: ramdisk-02-trim...
94052026-08-17T18:27:15.383Z[ host-image] Aug 17 18:27:14.528 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpSodkyB/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.504", "-n", "ramdisk-02-trim"], pwd: None
94062026-08-17T18:27:15.408Z[ host-image] Aug 17 18:27:14.551 INFO O| Aug 17 18:27:14.551 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94072026-08-17T18:27:15.408Z[ host-image] Aug 17 18:27:14.555 INFO O| Aug 17 18:27:14.555 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94082026-08-17T18:27:17.858Z[ host-image] Aug 17 18:27:17.008 INFO O| Aug 17 18:27:17.008 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94092026-08-17T18:27:18.025Z[ host-image] Aug 17 18:27:17.175 INFO O| Aug 17 18:27:17.175 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94102026-08-17T18:27:18.025Z[ host-image] Aug 17 18:27:17.175 INFO O| Aug 17 18:27:17.175 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94112026-08-17T18:27:18.029Z[ host-image] Aug 17 18:27:17.179 INFO O| Aug 17 18:27:17.179 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94122026-08-17T18:27:18.032Z[ host-image] Aug 17 18:27:17.182 INFO O| Aug 17 18:27:17.182 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94132026-08-17T18:27:18.036Z[ host-image] Aug 17 18:27:17.188 INFO O| Aug 17 18:27:17.188 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94142026-08-17T18:27:18.588Z[ host-image] Aug 17 18:27:17.738 INFO O| Aug 17 18:27:17.738 INFO rolled back to input snapshot; work may begin
94152026-08-17T18:27:18.588Z[ host-image] Aug 17 18:27:17.738 INFO O| Aug 17 18:27:17.738 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94162026-08-17T18:27:18.593Z[ host-image] Aug 17 18:27:17.742 INFO O| Aug 17 18:27:17.742 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94172026-08-17T18:27:18.599Z[ host-image] Aug 17 18:27:17.750 INFO O| Aug 17 18:27:17.750 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94182026-08-17T18:27:18.638Z[ host-image] Aug 17 18:27:17.789 INFO O| Aug 17 18:27:17.788 INFO STEP 0 (remove_files) COMPLETE
94192026-08-17T18:27:18.638Z[ host-image] Aug 17 18:27:17.789 INFO O| Aug 17 18:27:17.788 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94202026-08-17T18:27:18.646Z[ host-image] Aug 17 18:27:17.797 INFO O| Aug 17 18:27:17.797 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94212026-08-17T18:27:18.649Z[ host-image] Aug 17 18:27:17.798 INFO O| Aug 17 18:27:17.798 INFO STEP 1 (remove_files) COMPLETE
94222026-08-17T18:27:18.649Z[ host-image] Aug 17 18:27:17.798 INFO O| Aug 17 18:27:17.798 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94232026-08-17T18:27:18.655Z[ host-image] Aug 17 18:27:17.806 INFO O| Aug 17 18:27:17.806 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94242026-08-17T18:27:18.674Z[ host-image] Aug 17 18:27:17.819 INFO O| Aug 17 18:27:17.819 INFO STEP 2 (remove_files) COMPLETE
94252026-08-17T18:27:18.679Z[ host-image] Aug 17 18:27:17.819 INFO O| Aug 17 18:27:17.819 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94262026-08-17T18:27:18.684Z[ host-image] Aug 17 18:27:17.829 INFO O| Aug 17 18:27:17.829 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94272026-08-17T18:27:18.684Z[ host-image] Aug 17 18:27:17.831 INFO O| Aug 17 18:27:17.831 INFO STEP 3 (remove_files) COMPLETE
94282026-08-17T18:27:18.684Z[ host-image] Aug 17 18:27:17.831 INFO O| Aug 17 18:27:17.831 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94292026-08-17T18:27:18.696Z[ host-image] Aug 17 18:27:17.840 INFO O| Aug 17 18:27:17.840 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94302026-08-17T18:27:18.704Z[ host-image] Aug 17 18:27:17.843 INFO O| Aug 17 18:27:17.843 INFO STEP 4 (remove_files) COMPLETE
94312026-08-17T18:27:18.704Z[ host-image] Aug 17 18:27:17.843 INFO O| Aug 17 18:27:17.843 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94322026-08-17T18:27:18.704Z[ host-image] Aug 17 18:27:17.852 INFO O| Aug 17 18:27:17.852 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94332026-08-17T18:27:18.708Z[ host-image] Aug 17 18:27:17.853 INFO O| Aug 17 18:27:17.853 INFO STEP 5 (remove_files) COMPLETE
94342026-08-17T18:27:18.708Z[ host-image] Aug 17 18:27:17.853 INFO O| Aug 17 18:27:17.853 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94352026-08-17T18:27:18.713Z[ host-image] Aug 17 18:27:17.861 INFO O| Aug 17 18:27:17.861 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94362026-08-17T18:27:18.720Z[ host-image] Aug 17 18:27:17.871 INFO O| Aug 17 18:27:17.871 INFO STEP 6 (remove_files) COMPLETE
94372026-08-17T18:27:18.720Z[ host-image] Aug 17 18:27:17.871 INFO O| Aug 17 18:27:17.871 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94382026-08-17T18:27:18.722Z[ host-image] Aug 17 18:27:17.871 INFO O| Aug 17 18:27:17.871 INFO skip step because feature "heliosv2" is not enabled
94392026-08-17T18:27:18.722Z[ host-image] Aug 17 18:27:17.871 INFO O| Aug 17 18:27:17.871 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94402026-08-17T18:27:18.730Z[ host-image] Aug 17 18:27:17.880 INFO O| Aug 17 18:27:17.880 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94412026-08-17T18:27:18.739Z[ host-image] Aug 17 18:27:17.891 INFO O| Aug 17 18:27:17.891 INFO STEP 8 (remove_files) COMPLETE
94422026-08-17T18:27:18.739Z[ host-image] Aug 17 18:27:17.891 INFO O| Aug 17 18:27:17.891 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94432026-08-17T18:27:18.751Z[ host-image] Aug 17 18:27:17.899 INFO O| Aug 17 18:27:17.899 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94442026-08-17T18:27:18.821Z[ host-image] Aug 17 18:27:17.969 INFO O| Aug 17 18:27:17.969 INFO STEP 9 (remove_files) COMPLETE
94452026-08-17T18:27:18.821Z[ host-image] Aug 17 18:27:17.969 INFO O| Aug 17 18:27:17.969 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94462026-08-17T18:27:18.828Z[ host-image] Aug 17 18:27:17.978 INFO O| Aug 17 18:27:17.978 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94472026-08-17T18:27:18.911Z[ host-image] Aug 17 18:27:18.062 INFO O| Aug 17 18:27:18.061 INFO STEP 10 (remove_files) COMPLETE
94482026-08-17T18:27:18.911Z[ host-image] Aug 17 18:27:18.062 INFO O| Aug 17 18:27:18.062 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94492026-08-17T18:27:18.919Z[ host-image] Aug 17 18:27:18.070 INFO O| Aug 17 18:27:18.070 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94502026-08-17T18:27:18.924Z[ host-image] Aug 17 18:27:18.073 INFO O| Aug 17 18:27:18.073 INFO STEP 11 (remove_files) COMPLETE
94512026-08-17T18:27:18.924Z[ host-image] Aug 17 18:27:18.073 INFO O| Aug 17 18:27:18.073 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94522026-08-17T18:27:18.930Z[ host-image] Aug 17 18:27:18.080 INFO O| Aug 17 18:27:18.080 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94532026-08-17T18:27:18.940Z[ host-image] Aug 17 18:27:18.081 INFO O| Aug 17 18:27:18.081 INFO STEP 12 (remove_files) COMPLETE
94542026-08-17T18:27:18.940Z[ host-image] Aug 17 18:27:18.081 INFO O| Aug 17 18:27:18.081 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94552026-08-17T18:27:18.945Z[ host-image] Aug 17 18:27:18.091 INFO O| Aug 17 18:27:18.091 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94562026-08-17T18:27:18.945Z[ host-image] Aug 17 18:27:18.092 INFO O| Aug 17 18:27:18.092 INFO STEP 13 (remove_files) COMPLETE
94572026-08-17T18:27:18.945Z[ host-image] Aug 17 18:27:18.092 INFO O| Aug 17 18:27:18.092 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94582026-08-17T18:27:18.989Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94592026-08-17T18:27:19.159Z[ host-image] Aug 17 18:27:18.300 INFO O| Aug 17 18:27:18.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94602026-08-17T18:27:19.175Z[ host-image] Aug 17 18:27:18.301 INFO O| Aug 17 18:27:18.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94612026-08-17T18:27:19.185Z[ host-image] Aug 17 18:27:18.333 INFO O| Aug 17 18:27:18.333 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94622026-08-17T18:27:19.194Z[ host-image] Aug 17 18:27:18.333 INFO O| Aug 17 18:27:18.333 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94632026-08-17T18:27:19.194Z[ host-image] Aug 17 18:27:18.333 INFO O| Aug 17 18:27:18.333 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94642026-08-17T18:27:19.194Z[ host-image] Aug 17 18:27:18.333 INFO O| Aug 17 18:27:18.333 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94652026-08-17T18:27:19.194Z[ host-image] Aug 17 18:27:18.333 INFO O| Aug 17 18:27:18.333 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94662026-08-17T18:27:19.194Z[ host-image] Aug 17 18:27:18.333 INFO O| Aug 17 18:27:18.333 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94672026-08-17T18:27:19.194Z[ host-image] Aug 17 18:27:18.333 INFO O| Aug 17 18:27:18.333 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94682026-08-17T18:27:19.194Z[ host-image] Aug 17 18:27:18.333 INFO O| Aug 17 18:27:18.333 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94692026-08-17T18:27:19.194Z[ host-image] Aug 17 18:27:18.333 INFO O| Aug 17 18:27:18.333 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94702026-08-17T18:27:19.194Z[ host-image] Aug 17 18:27:18.334 INFO O| Aug 17 18:27:18.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94712026-08-17T18:27:19.195Z[ host-image] Aug 17 18:27:18.334 INFO O| Aug 17 18:27:18.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94722026-08-17T18:27:19.195Z[ host-image] Aug 17 18:27:18.334 INFO O| Aug 17 18:27:18.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94732026-08-17T18:27:19.195Z[ host-image] Aug 17 18:27:18.334 INFO O| Aug 17 18:27:18.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94742026-08-17T18:27:19.195Z[ host-image] Aug 17 18:27:18.334 INFO O| Aug 17 18:27:18.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94752026-08-17T18:27:19.195Z[ host-image] Aug 17 18:27:18.334 INFO O| Aug 17 18:27:18.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94762026-08-17T18:27:19.195Z[ host-image] Aug 17 18:27:18.334 INFO O| Aug 17 18:27:18.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94772026-08-17T18:27:19.195Z[ host-image] Aug 17 18:27:18.341 INFO O| Aug 17 18:27:18.341 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94782026-08-17T18:27:19.195Z[ host-image] Aug 17 18:27:18.341 INFO O| Aug 17 18:27:18.341 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94792026-08-17T18:27:19.201Z[ host-image] Aug 17 18:27:18.345 INFO O| Aug 17 18:27:18.345 INFO STEP 14 (remove_files) COMPLETE
94802026-08-17T18:27:19.201Z[ host-image] Aug 17 18:27:18.345 INFO O| Aug 17 18:27:18.345 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94812026-08-17T18:27:19.215Z[ host-image] Aug 17 18:27:18.355 INFO O| Aug 17 18:27:18.355 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94822026-08-17T18:27:19.215Z[ host-image] Aug 17 18:27:18.356 INFO O| Aug 17 18:27:18.356 INFO STEP 15 (remove_files) COMPLETE
94832026-08-17T18:27:19.215Z[ host-image] Aug 17 18:27:18.356 INFO O| Aug 17 18:27:18.356 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-08-17T18:27:19.251Z[ host-image] Aug 17 18:27:18.365 INFO O| Aug 17 18:27:18.365 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94852026-08-17T18:27:19.266Z[ host-image] Aug 17 18:27:18.371 INFO O| Aug 17 18:27:18.371 INFO STEP 16 (remove_files) COMPLETE
94862026-08-17T18:27:19.266Z[ host-image] Aug 17 18:27:18.371 INFO O| Aug 17 18:27:18.371 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-08-17T18:27:19.266Z[ host-image] Aug 17 18:27:18.380 INFO O| Aug 17 18:27:18.380 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94882026-08-17T18:27:19.266Z[ host-image] Aug 17 18:27:18.380 INFO O| Aug 17 18:27:18.380 INFO STEP 17 (remove_files) COMPLETE
94892026-08-17T18:27:19.266Z[ host-image] Aug 17 18:27:18.380 INFO O| Aug 17 18:27:18.380 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-08-17T18:27:19.266Z[ host-image] Aug 17 18:27:18.388 INFO O| Aug 17 18:27:18.388 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94912026-08-17T18:27:19.266Z[ host-image] Aug 17 18:27:18.389 INFO O| Aug 17 18:27:18.389 INFO STEP 18 (remove_files) COMPLETE
94922026-08-17T18:27:19.266Z[ host-image] Aug 17 18:27:18.389 INFO O| Aug 17 18:27:18.389 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-08-17T18:27:19.266Z[ host-image] Aug 17 18:27:18.398 INFO O| Aug 17 18:27:18.398 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94942026-08-17T18:27:19.266Z[ host-image] Aug 17 18:27:18.398 INFO O| Aug 17 18:27:18.398 INFO STEP 19 (remove_files) COMPLETE
94952026-08-17T18:27:19.266Z[ host-image] Aug 17 18:27:18.398 INFO O| Aug 17 18:27:18.398 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-08-17T18:27:19.266Z[ host-image] Aug 17 18:27:18.407 INFO O| Aug 17 18:27:18.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94972026-08-17T18:27:19.266Z[ host-image] Aug 17 18:27:18.407 INFO O| Aug 17 18:27:18.407 INFO STEP 20 (remove_files) COMPLETE
94982026-08-17T18:27:19.266Z[ host-image] Aug 17 18:27:18.407 INFO O| Aug 17 18:27:18.407 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-08-17T18:27:19.280Z[ host-image] Aug 17 18:27:18.414 INFO O| Aug 17 18:27:18.414 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95002026-08-17T18:27:19.280Z[ host-image] Aug 17 18:27:18.414 INFO O| Aug 17 18:27:18.414 INFO STEP 21 (remove_files) COMPLETE
95012026-08-17T18:27:19.280Z[ host-image] Aug 17 18:27:18.414 INFO O| Aug 17 18:27:18.414 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-08-17T18:27:19.280Z[ host-image] Aug 17 18:27:18.421 INFO O| Aug 17 18:27:18.421 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95032026-08-17T18:27:19.280Z[ host-image] Aug 17 18:27:18.421 INFO O| Aug 17 18:27:18.421 INFO STEP 22 (remove_files) COMPLETE
95042026-08-17T18:27:19.280Z[ host-image] Aug 17 18:27:18.421 INFO O| Aug 17 18:27:18.421 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-08-17T18:27:19.288Z[ host-image] Aug 17 18:27:18.431 INFO O| Aug 17 18:27:18.431 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95062026-08-17T18:27:19.288Z[ host-image] Aug 17 18:27:18.431 INFO O| Aug 17 18:27:18.431 INFO STEP 23 (remove_files) COMPLETE
95072026-08-17T18:27:19.288Z[ host-image] Aug 17 18:27:18.431 INFO O| Aug 17 18:27:18.431 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-08-17T18:27:19.309Z[ host-image] Aug 17 18:27:18.439 INFO O| Aug 17 18:27:18.438 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95092026-08-17T18:27:19.309Z[ host-image] Aug 17 18:27:18.439 INFO O| Aug 17 18:27:18.439 INFO STEP 24 (remove_files) COMPLETE
95102026-08-17T18:27:19.309Z[ host-image] Aug 17 18:27:18.439 INFO O| Aug 17 18:27:18.439 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-08-17T18:27:19.310Z[ host-image] Aug 17 18:27:18.445 INFO O| Aug 17 18:27:18.445 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95122026-08-17T18:27:19.310Z[ host-image] Aug 17 18:27:18.445 INFO O| Aug 17 18:27:18.445 INFO STEP 25 (remove_files) COMPLETE
95132026-08-17T18:27:19.310Z[ host-image] Aug 17 18:27:18.445 INFO O| Aug 17 18:27:18.445 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-08-17T18:27:19.324Z[ host-image] Aug 17 18:27:18.455 INFO O| Aug 17 18:27:18.455 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95152026-08-17T18:27:19.324Z[ host-image] Aug 17 18:27:18.455 INFO O| Aug 17 18:27:18.455 INFO STEP 26 (remove_files) COMPLETE
95162026-08-17T18:27:19.324Z[ host-image] Aug 17 18:27:18.455 INFO O| Aug 17 18:27:18.455 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-08-17T18:27:19.324Z[ host-image] Aug 17 18:27:18.464 INFO O| Aug 17 18:27:18.464 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95182026-08-17T18:27:19.324Z[ host-image] Aug 17 18:27:18.464 INFO O| Aug 17 18:27:18.464 INFO STEP 27 (remove_files) COMPLETE
95192026-08-17T18:27:19.324Z[ host-image] Aug 17 18:27:18.464 INFO O| Aug 17 18:27:18.464 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-08-17T18:27:19.360Z[ host-image] Aug 17 18:27:18.471 INFO O| Aug 17 18:27:18.471 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95212026-08-17T18:27:19.360Z[ host-image] Aug 17 18:27:18.471 INFO O| Aug 17 18:27:18.471 INFO STEP 28 (remove_files) COMPLETE
95222026-08-17T18:27:19.360Z[ host-image] Aug 17 18:27:18.471 INFO O| Aug 17 18:27:18.471 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-08-17T18:27:19.360Z[ host-image] Aug 17 18:27:18.481 INFO O| Aug 17 18:27:18.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95242026-08-17T18:27:19.360Z[ host-image] Aug 17 18:27:18.481 INFO O| Aug 17 18:27:18.481 INFO STEP 29 (remove_files) COMPLETE
95252026-08-17T18:27:19.360Z[ host-image] Aug 17 18:27:18.481 INFO O| Aug 17 18:27:18.481 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-08-17T18:27:19.406Z[ host-image] Aug 17 18:27:18.493 INFO O| Aug 17 18:27:18.492 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95272026-08-17T18:27:19.407Z[ host-image] Aug 17 18:27:18.493 INFO O| Aug 17 18:27:18.493 INFO STEP 30 (remove_files) COMPLETE
95282026-08-17T18:27:19.407Z[ host-image] Aug 17 18:27:18.493 INFO O| Aug 17 18:27:18.493 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-08-17T18:27:19.407Z[ host-image] Aug 17 18:27:18.503 INFO O| Aug 17 18:27:18.502 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95302026-08-17T18:27:19.407Z[ host-image] Aug 17 18:27:18.503 INFO O| Aug 17 18:27:18.503 INFO STEP 31 (remove_files) COMPLETE
95312026-08-17T18:27:19.407Z[ host-image] Aug 17 18:27:18.503 INFO O| Aug 17 18:27:18.503 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-08-17T18:27:19.407Z[ host-image] Aug 17 18:27:18.512 INFO O| Aug 17 18:27:18.512 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95332026-08-17T18:27:19.407Z[ host-image] Aug 17 18:27:18.512 INFO O| Aug 17 18:27:18.512 INFO STEP 32 (remove_files) COMPLETE
95342026-08-17T18:27:19.407Z[ host-image] Aug 17 18:27:18.512 INFO O| Aug 17 18:27:18.512 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-08-17T18:27:19.407Z[ host-image] Aug 17 18:27:18.522 INFO O| Aug 17 18:27:18.522 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95362026-08-17T18:27:19.407Z[ host-image] Aug 17 18:27:18.522 INFO O| Aug 17 18:27:18.522 INFO STEP 33 (remove_files) COMPLETE
95372026-08-17T18:27:19.407Z[ host-image] Aug 17 18:27:18.522 INFO O| Aug 17 18:27:18.522 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-08-17T18:27:19.519Z[ host-image] Aug 17 18:27:18.532 INFO O| Aug 17 18:27:18.532 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95392026-08-17T18:27:19.519Z[ host-image] Aug 17 18:27:18.532 INFO O| Aug 17 18:27:18.532 INFO STEP 34 (remove_files) COMPLETE
95402026-08-17T18:27:19.519Z[ host-image] Aug 17 18:27:18.532 INFO O| Aug 17 18:27:18.532 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-08-17T18:27:19.520Z[ host-image] Aug 17 18:27:18.542 INFO O| Aug 17 18:27:18.542 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95422026-08-17T18:27:19.520Z[ host-image] Aug 17 18:27:18.542 INFO O| Aug 17 18:27:18.542 INFO STEP 35 (remove_files) COMPLETE
95432026-08-17T18:27:19.520Z[ host-image] Aug 17 18:27:18.542 INFO O| Aug 17 18:27:18.542 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-08-17T18:27:19.520Z[ host-image] Aug 17 18:27:18.550 INFO O| Aug 17 18:27:18.550 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95452026-08-17T18:27:19.520Z[ host-image] Aug 17 18:27:18.550 INFO O| Aug 17 18:27:18.550 INFO STEP 36 (remove_files) COMPLETE
95462026-08-17T18:27:19.520Z[ host-image] Aug 17 18:27:18.550 INFO O| Aug 17 18:27:18.550 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-08-17T18:27:19.520Z[ host-image] Aug 17 18:27:18.559 INFO O| Aug 17 18:27:18.559 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95482026-08-17T18:27:19.520Z[ host-image] Aug 17 18:27:18.559 INFO O| Aug 17 18:27:18.559 INFO STEP 37 (remove_files) COMPLETE
95492026-08-17T18:27:19.520Z[ host-image] Aug 17 18:27:18.559 INFO O| Aug 17 18:27:18.559 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-17T18:27:19.520Z[ host-image] Aug 17 18:27:18.567 INFO O| Aug 17 18:27:18.567 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95512026-08-17T18:27:19.520Z[ host-image] Aug 17 18:27:18.567 INFO O| Aug 17 18:27:18.567 INFO STEP 38 (remove_files) COMPLETE
95522026-08-17T18:27:19.520Z[ host-image] Aug 17 18:27:18.567 INFO O| Aug 17 18:27:18.567 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-17T18:27:19.545Z[ host-image] Aug 17 18:27:18.576 INFO O| Aug 17 18:27:18.576 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95542026-08-17T18:27:19.545Z[ host-image] Aug 17 18:27:18.576 INFO O| Aug 17 18:27:18.576 INFO STEP 39 (remove_files) COMPLETE
95552026-08-17T18:27:19.545Z[ host-image] Aug 17 18:27:18.576 INFO O| Aug 17 18:27:18.576 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-17T18:27:19.545Z[ host-image] Aug 17 18:27:18.584 INFO O| Aug 17 18:27:18.584 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95572026-08-17T18:27:19.545Z[ host-image] Aug 17 18:27:18.585 INFO O| Aug 17 18:27:18.585 INFO STEP 40 (remove_files) COMPLETE
95582026-08-17T18:27:19.545Z[ host-image] Aug 17 18:27:18.585 INFO O| Aug 17 18:27:18.585 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-17T18:27:19.545Z[ host-image] Aug 17 18:27:18.594 INFO O| Aug 17 18:27:18.594 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95602026-08-17T18:27:19.545Z[ host-image] Aug 17 18:27:18.594 INFO O| Aug 17 18:27:18.594 INFO STEP 41 (remove_files) COMPLETE
95612026-08-17T18:27:19.545Z[ host-image] Aug 17 18:27:18.594 INFO O| Aug 17 18:27:18.594 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.603 INFO O| Aug 17 18:27:18.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95632026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.603 INFO O| Aug 17 18:27:18.603 INFO STEP 42 (remove_files) COMPLETE
95642026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.603 INFO O| Aug 17 18:27:18.603 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.611 INFO O| Aug 17 18:27:18.611 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95662026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.611 INFO O| Aug 17 18:27:18.611 INFO STEP 43 (remove_files) COMPLETE
95672026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.611 INFO O| Aug 17 18:27:18.611 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.618 INFO O| Aug 17 18:27:18.618 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95692026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.618 INFO O| Aug 17 18:27:18.618 INFO STEP 44 (remove_files) COMPLETE
95702026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.618 INFO O| Aug 17 18:27:18.618 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.626 INFO O| Aug 17 18:27:18.626 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95722026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.626 INFO O| Aug 17 18:27:18.626 INFO STEP 45 (remove_files) COMPLETE
95732026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.626 INFO O| Aug 17 18:27:18.626 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.633 INFO O| Aug 17 18:27:18.633 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95752026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.633 INFO O| Aug 17 18:27:18.633 INFO STEP 46 (remove_files) COMPLETE
95762026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.633 INFO O| Aug 17 18:27:18.633 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.640 INFO O| Aug 17 18:27:18.640 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95782026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.640 INFO O| Aug 17 18:27:18.640 INFO STEP 47 (remove_files) COMPLETE
95792026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.640 INFO O| Aug 17 18:27:18.640 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.647 INFO O| Aug 17 18:27:18.647 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95812026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.647 INFO O| Aug 17 18:27:18.647 INFO STEP 48 (remove_files) COMPLETE
95822026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.647 INFO O| Aug 17 18:27:18.647 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-08-17T18:27:19.546Z[ host-image] Aug 17 18:27:18.655 INFO O| Aug 17 18:27:18.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95842026-08-17T18:27:19.547Z[ host-image] Aug 17 18:27:18.655 INFO O| Aug 17 18:27:18.655 INFO STEP 49 (remove_files) COMPLETE
95852026-08-17T18:27:19.547Z[ host-image] Aug 17 18:27:18.655 INFO O| Aug 17 18:27:18.655 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-08-17T18:27:19.547Z[ host-image] Aug 17 18:27:18.662 INFO O| Aug 17 18:27:18.662 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95872026-08-17T18:27:19.547Z[ host-image] Aug 17 18:27:18.662 INFO O| Aug 17 18:27:18.662 INFO STEP 50 (remove_files) COMPLETE
95882026-08-17T18:27:19.547Z[ host-image] Aug 17 18:27:18.662 INFO O| Aug 17 18:27:18.662 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-08-17T18:27:19.547Z[ host-image] Aug 17 18:27:18.670 INFO O| Aug 17 18:27:18.670 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95902026-08-17T18:27:19.547Z[ host-image] Aug 17 18:27:18.670 INFO O| Aug 17 18:27:18.670 INFO STEP 51 (remove_files) COMPLETE
95912026-08-17T18:27:19.547Z[ host-image] Aug 17 18:27:18.670 INFO O| Aug 17 18:27:18.670 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-08-17T18:27:19.557Z[ host-image] Aug 17 18:27:18.678 INFO O| Aug 17 18:27:18.678 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95932026-08-17T18:27:19.557Z[ host-image] Aug 17 18:27:18.678 INFO O| Aug 17 18:27:18.678 INFO STEP 52 (remove_files) COMPLETE
95942026-08-17T18:27:19.557Z[ host-image] Aug 17 18:27:18.678 INFO O| Aug 17 18:27:18.678 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-08-17T18:27:19.557Z[ host-image] Aug 17 18:27:18.686 INFO O| Aug 17 18:27:18.686 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95962026-08-17T18:27:19.557Z[ host-image] Aug 17 18:27:18.686 INFO O| Aug 17 18:27:18.686 INFO STEP 53 (remove_files) COMPLETE
95972026-08-17T18:27:19.558Z[ host-image] Aug 17 18:27:18.686 INFO O| Aug 17 18:27:18.686 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-08-17T18:27:19.558Z[ host-image] Aug 17 18:27:18.693 INFO O| Aug 17 18:27:18.693 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
95992026-08-17T18:27:19.558Z[ host-image] Aug 17 18:27:18.693 INFO O| Aug 17 18:27:18.693 INFO STEP 54 (remove_files) COMPLETE
96002026-08-17T18:27:19.558Z[ host-image] Aug 17 18:27:18.693 INFO O| Aug 17 18:27:18.693 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-08-17T18:27:19.558Z[ host-image] Aug 17 18:27:18.700 INFO O| Aug 17 18:27:18.700 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96022026-08-17T18:27:19.558Z[ host-image] Aug 17 18:27:18.700 INFO O| Aug 17 18:27:18.700 INFO STEP 55 (remove_files) COMPLETE
96032026-08-17T18:27:19.558Z[ host-image] Aug 17 18:27:18.700 INFO O| Aug 17 18:27:18.700 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-08-17T18:27:19.580Z[ host-image] Aug 17 18:27:18.707 INFO O| Aug 17 18:27:18.707 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96052026-08-17T18:27:19.580Z[ host-image] Aug 17 18:27:18.707 INFO O| Aug 17 18:27:18.707 INFO STEP 56 (remove_files) COMPLETE
96062026-08-17T18:27:19.580Z[ host-image] Aug 17 18:27:18.707 INFO O| Aug 17 18:27:18.707 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-08-17T18:27:19.598Z[ host-image] Aug 17 18:27:18.714 INFO O| Aug 17 18:27:18.713 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96082026-08-17T18:27:19.598Z[ host-image] Aug 17 18:27:18.714 INFO O| Aug 17 18:27:18.714 INFO STEP 57 (remove_files) COMPLETE
96092026-08-17T18:27:19.598Z[ host-image] Aug 17 18:27:18.714 INFO O| Aug 17 18:27:18.714 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-08-17T18:27:19.598Z[ host-image] Aug 17 18:27:18.721 INFO O| Aug 17 18:27:18.721 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96112026-08-17T18:27:19.598Z[ host-image] Aug 17 18:27:18.721 INFO O| Aug 17 18:27:18.721 INFO STEP 58 (remove_files) COMPLETE
96122026-08-17T18:27:19.598Z[ host-image] Aug 17 18:27:18.721 INFO O| Aug 17 18:27:18.721 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-08-17T18:27:19.598Z[ host-image] Aug 17 18:27:18.728 INFO O| Aug 17 18:27:18.728 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96142026-08-17T18:27:19.598Z[ host-image] Aug 17 18:27:18.729 INFO O| Aug 17 18:27:18.728 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96152026-08-17T18:27:19.598Z[ host-image] Aug 17 18:27:18.729 INFO O| Aug 17 18:27:18.729 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96162026-08-17T18:27:19.598Z[ host-image] Aug 17 18:27:18.729 INFO O| Aug 17 18:27:18.729 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96172026-08-17T18:27:19.599Z[ host-image] Aug 17 18:27:18.729 INFO O| Aug 17 18:27:18.729 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96182026-08-17T18:27:19.599Z[ host-image] Aug 17 18:27:18.729 INFO O| Aug 17 18:27:18.729 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96192026-08-17T18:27:19.599Z[ host-image] Aug 17 18:27:18.729 INFO O| Aug 17 18:27:18.729 INFO ok!
96202026-08-17T18:27:19.599Z[ host-image] Aug 17 18:27:18.729 INFO O| Aug 17 18:27:18.729 INFO STEP 59 (ensure_file) COMPLETE
96212026-08-17T18:27:19.599Z[ host-image] Aug 17 18:27:18.729 INFO O| Aug 17 18:27:18.729 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96222026-08-17T18:27:19.610Z[ host-image] Aug 17 18:27:18.736 INFO O| Aug 17 18:27:18.736 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96232026-08-17T18:27:19.610Z[ host-image] Aug 17 18:27:18.736 INFO O| Aug 17 18:27:18.736 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96242026-08-17T18:27:19.610Z[ host-image] Aug 17 18:27:18.736 INFO O| Aug 17 18:27:18.736 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96252026-08-17T18:27:19.610Z[ host-image] Aug 17 18:27:18.736 INFO O| Aug 17 18:27:18.736 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96262026-08-17T18:27:19.610Z[ host-image] Aug 17 18:27:18.736 INFO O| Aug 17 18:27:18.736 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96272026-08-17T18:27:19.610Z[ host-image] Aug 17 18:27:18.736 INFO O| Aug 17 18:27:18.736 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96282026-08-17T18:27:19.610Z[ host-image] Aug 17 18:27:18.736 INFO O| Aug 17 18:27:18.736 INFO ok!
96292026-08-17T18:27:19.610Z[ host-image] Aug 17 18:27:18.736 INFO O| Aug 17 18:27:18.736 INFO STEP 60 (ensure_file) COMPLETE
96302026-08-17T18:27:19.610Z[ host-image] Aug 17 18:27:18.736 INFO O| Aug 17 18:27:18.736 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96312026-08-17T18:27:19.610Z[ host-image] Aug 17 18:27:18.745 INFO O| Aug 17 18:27:18.745 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96322026-08-17T18:27:19.610Z[ host-image] Aug 17 18:27:18.745 INFO O| Aug 17 18:27:18.745 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96332026-08-17T18:27:19.610Z[ host-image] Aug 17 18:27:18.745 INFO O| Aug 17 18:27:18.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96342026-08-17T18:27:19.610Z[ host-image] Aug 17 18:27:18.746 INFO O| Aug 17 18:27:18.745 INFO ok!
96352026-08-17T18:27:19.610Z[ host-image] Aug 17 18:27:18.746 INFO O| Aug 17 18:27:18.745 INFO STEP 61 (ensure_file) COMPLETE
96362026-08-17T18:27:19.610Z[ host-image] Aug 17 18:27:18.746 INFO O| Aug 17 18:27:18.746 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96372026-08-17T18:27:19.616Z[ host-image] Aug 17 18:27:18.755 INFO O| Aug 17 18:27:18.755 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96382026-08-17T18:27:19.617Z[ host-image] Aug 17 18:27:18.755 INFO O| Aug 17 18:27:18.755 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96392026-08-17T18:27:19.617Z[ host-image] Aug 17 18:27:18.756 INFO O| Aug 17 18:27:18.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96402026-08-17T18:27:19.617Z[ host-image] Aug 17 18:27:18.756 INFO O| Aug 17 18:27:18.756 INFO ok!
96412026-08-17T18:27:19.617Z[ host-image] Aug 17 18:27:18.756 INFO O| Aug 17 18:27:18.756 INFO STEP 62 (ensure_file) COMPLETE
96422026-08-17T18:27:19.617Z[ host-image] Aug 17 18:27:18.756 INFO O| Aug 17 18:27:18.756 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96432026-08-17T18:27:19.617Z[ host-image] Aug 17 18:27:18.764 INFO O| Aug 17 18:27:18.764 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96442026-08-17T18:27:19.617Z[ host-image] Aug 17 18:27:18.764 INFO O| Aug 17 18:27:18.764 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96452026-08-17T18:27:19.617Z[ host-image] Aug 17 18:27:18.765 INFO O| Aug 17 18:27:18.764 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96462026-08-17T18:27:19.617Z[ host-image] Aug 17 18:27:18.765 INFO O| Aug 17 18:27:18.765 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96472026-08-17T18:27:19.617Z[ host-image] Aug 17 18:27:18.765 INFO O| Aug 17 18:27:18.765 INFO ok!
96482026-08-17T18:27:19.617Z[ host-image] Aug 17 18:27:18.765 INFO O| Aug 17 18:27:18.765 INFO STEP 63 (ensure_file) COMPLETE
96492026-08-17T18:27:19.617Z[ host-image] Aug 17 18:27:18.765 INFO O| Aug 17 18:27:18.765 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96502026-08-17T18:27:19.625Z[ host-image] Aug 17 18:27:18.775 INFO O| Aug 17 18:27:18.775 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96512026-08-17T18:27:19.625Z[ host-image] Aug 17 18:27:18.775 INFO O| Aug 17 18:27:18.775 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96522026-08-17T18:27:19.625Z[ host-image] Aug 17 18:27:18.775 INFO O| Aug 17 18:27:18.775 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96532026-08-17T18:27:19.639Z[ host-image] Aug 17 18:27:18.775 INFO O| Aug 17 18:27:18.775 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96542026-08-17T18:27:19.639Z[ host-image] Aug 17 18:27:18.775 INFO O| Aug 17 18:27:18.775 INFO ok!
96552026-08-17T18:27:19.639Z[ host-image] Aug 17 18:27:18.775 INFO O| Aug 17 18:27:18.775 INFO STEP 64 (ensure_file) COMPLETE
96562026-08-17T18:27:19.639Z[ host-image] Aug 17 18:27:18.775 INFO O| Aug 17 18:27:18.775 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-08-17T18:27:19.655Z[ host-image] Aug 17 18:27:18.784 INFO O| Aug 17 18:27:18.784 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96582026-08-17T18:27:19.655Z[ host-image] Aug 17 18:27:18.784 INFO O| Aug 17 18:27:18.784 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96592026-08-17T18:27:19.655Z[ host-image] Aug 17 18:27:18.784 INFO O| Aug 17 18:27:18.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96602026-08-17T18:27:19.655Z[ host-image] Aug 17 18:27:18.784 INFO O| Aug 17 18:27:18.784 INFO ok!
96612026-08-17T18:27:19.655Z[ host-image] Aug 17 18:27:18.784 INFO O| Aug 17 18:27:18.784 INFO STEP 65 (assemble_files) COMPLETE
96622026-08-17T18:27:19.655Z[ host-image] Aug 17 18:27:18.784 INFO O| Aug 17 18:27:18.784 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-08-17T18:27:19.676Z[ host-image] Aug 17 18:27:18.795 INFO O| Aug 17 18:27:18.795 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96642026-08-17T18:27:19.676Z[ host-image] Aug 17 18:27:18.795 INFO O| Aug 17 18:27:18.795 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96652026-08-17T18:27:19.676Z[ host-image] Aug 17 18:27:18.795 INFO O| Aug 17 18:27:18.795 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96662026-08-17T18:27:19.676Z[ host-image] Aug 17 18:27:18.795 INFO O| Aug 17 18:27:18.795 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96672026-08-17T18:27:19.676Z[ host-image] Aug 17 18:27:18.796 INFO O| Aug 17 18:27:18.795 INFO ok!
96682026-08-17T18:27:19.677Z[ host-image] Aug 17 18:27:18.796 INFO O| Aug 17 18:27:18.795 INFO STEP 66 (ensure_file) COMPLETE
96692026-08-17T18:27:19.677Z[ host-image] Aug 17 18:27:18.796 INFO O| Aug 17 18:27:18.796 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96702026-08-17T18:27:19.677Z[ host-image] Aug 17 18:27:18.805 INFO O| Aug 17 18:27:18.805 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96712026-08-17T18:27:19.677Z[ host-image] Aug 17 18:27:18.805 INFO O| Aug 17 18:27:18.805 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96722026-08-17T18:27:19.677Z[ host-image] Aug 17 18:27:18.805 INFO O| Aug 17 18:27:18.805 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96732026-08-17T18:27:19.677Z[ host-image] Aug 17 18:27:18.805 INFO O| Aug 17 18:27:18.805 INFO STEP 67 (ensure_dir) COMPLETE
96742026-08-17T18:27:19.677Z[ host-image] Aug 17 18:27:18.805 INFO O| Aug 17 18:27:18.805 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96752026-08-17T18:27:19.684Z[ host-image] Aug 17 18:27:18.815 INFO O| Aug 17 18:27:18.815 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96762026-08-17T18:27:19.684Z[ host-image] Aug 17 18:27:18.815 INFO O| Aug 17 18:27:18.815 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 ...
96772026-08-17T18:27:19.684Z[ host-image] Aug 17 18:27:18.821 INFO O| Aug 17 18:27:18.821 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
96782026-08-17T18:27:19.684Z[ host-image] Aug 17 18:27:18.821 INFO O| Aug 17 18:27:18.821 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96792026-08-17T18:27:19.684Z[ host-image] Aug 17 18:27:18.821 INFO O| Aug 17 18:27:18.821 INFO ok!
96802026-08-17T18:27:19.684Z[ host-image] Aug 17 18:27:18.821 INFO O| Aug 17 18:27:18.821 INFO STEP 68 (ensure_file) COMPLETE
96812026-08-17T18:27:19.684Z[ host-image] Aug 17 18:27:18.821 INFO O| Aug 17 18:27:18.821 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96822026-08-17T18:27:19.684Z[ host-image] Aug 17 18:27:18.830 INFO O| Aug 17 18:27:18.830 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96832026-08-17T18:27:19.685Z[ host-image] Aug 17 18:27:18.830 INFO O| Aug 17 18:27:18.830 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 ...
96842026-08-17T18:27:19.685Z[ host-image] Aug 17 18:27:18.830 INFO O| Aug 17 18:27:18.830 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
96852026-08-17T18:27:19.685Z[ host-image] Aug 17 18:27:18.830 INFO O| Aug 17 18:27:18.830 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96862026-08-17T18:27:19.685Z[ host-image] Aug 17 18:27:18.830 INFO O| Aug 17 18:27:18.830 INFO ok!
96872026-08-17T18:27:19.685Z[ host-image] Aug 17 18:27:18.830 INFO O| Aug 17 18:27:18.830 INFO STEP 69 (ensure_file) COMPLETE
96882026-08-17T18:27:19.685Z[ host-image] Aug 17 18:27:18.830 INFO O| Aug 17 18:27:18.830 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96892026-08-17T18:27:19.693Z[ host-image] Aug 17 18:27:18.844 INFO O| Aug 17 18:27:18.844 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96902026-08-17T18:27:19.693Z[ host-image] Aug 17 18:27:18.844 INFO O| Aug 17 18:27:18.844 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96912026-08-17T18:27:21.145Z[ host-image] Aug 17 18:27:20.297 INFO O| Aug 17 18:27:20.297 INFO STEP 70 (pack_tar) COMPLETE
96922026-08-17T18:27:21.146Z[ host-image] Aug 17 18:27:20.297 INFO O| Aug 17 18:27:20.297 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96932026-08-17T18:27:21.146Z[ host-image] Aug 17 18:27:20.297 INFO O| Aug 17 18:27:20.297 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96942026-08-17T18:27:21.916Z[ host-image] Aug 17 18:27:20.979 INFO O| Aug 17 18:27:20.979 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96952026-08-17T18:27:22.137Z[ host-image] Aug 17 18:27:21.279 INFO O| Aug 17 18:27:21.279 INFO completed processing sled/ramdisk-02-trim
96962026-08-17T18:27:22.150Z[ host-image] Aug 17 18:27:21.281 INFO image builder template: zfs...
96972026-08-17T18:27:22.150Z[ host-image] Aug 17 18:27:21.281 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/.tmpSodkyB/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.504", "-n", "zfs"], pwd: None
96982026-08-17T18:27:22.155Z[ host-image] Aug 17 18:27:21.293 INFO O| Aug 17 18:27:21.293 INFO skip include "stress" because feature "stress" is not enabled
96992026-08-17T18:27:22.155Z[ host-image] Aug 17 18:27:21.293 INFO O| Aug 17 18:27:21.293 INFO skip include "stress" because feature "compliance" is not enabled
97002026-08-17T18:27:22.180Z[ host-image] Aug 17 18:27:21.322 INFO O| Aug 17 18:27:21.322 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97012026-08-17T18:27:22.199Z[ host-image] Aug 17 18:27:21.326 INFO O| Aug 17 18:27:21.326 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97022026-08-17T18:27:22.274Z[ host-image] Aug 17 18:27:21.416 INFO O| Aug 17 18:27:21.416 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97032026-08-17T18:27:22.348Z[ host-image] Aug 17 18:27:21.492 INFO O| Aug 17 18:27:21.492 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97042026-08-17T18:27:22.348Z[ host-image] Aug 17 18:27:21.492 INFO O| Aug 17 18:27:21.492 INFO work dataset: rpool/images/build/host/work/sled/zfs
97052026-08-17T18:27:22.358Z[ host-image] Aug 17 18:27:21.496 INFO O| Aug 17 18:27:21.496 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97062026-08-17T18:27:22.441Z[ host-image] Aug 17 18:27:21.573 INFO O| Aug 17 18:27:21.573 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97072026-08-17T18:27:22.502Z[ host-image] Aug 17 18:27:21.646 INFO O| Aug 17 18:27:21.646 INFO DESTROY POOL: TEMPORARY-sled-zfs
97082026-08-17T18:27:22.511Z[ host-image] Aug 17 18:27:21.655 INFO O| Aug 17 18:27:21.654 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97092026-08-17T18:27:22.517Z[ host-image] Aug 17 18:27:21.659 INFO O| Aug 17 18:27:21.659 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97102026-08-17T18:27:22.517Z[ host-image] Aug 17 18:27:21.659 INFO O| Aug 17 18:27:21.659 INFO no lofi found
97112026-08-17T18:27:22.517Z[ host-image] Aug 17 18:27:21.659 INFO O| Aug 17 18:27:21.659 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97122026-08-17T18:27:22.517Z[ host-image] Aug 17 18:27:21.659 INFO O| Aug 17 18:27:21.659 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97132026-08-17T18:27:22.871Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97142026-08-17T18:27:23.854Z[ host-image] Aug 17 18:27:23.001 INFO O| Aug 17 18:27:23.001 INFO lofi device = /dev/dsk/c2t1d0p0
97152026-08-17T18:27:23.854Z[ host-image] Aug 17 18:27:23.001 INFO O| Aug 17 18:27:23.001 INFO pool device = /dev/dsk/c2t1d0p0
97162026-08-17T18:27:23.854Z[ host-image] Aug 17 18:27:23.001 INFO O| Aug 17 18:27:23.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"]
97172026-08-17T18:27:23.953Z[ host-image] Aug 17 18:27:23.103 INFO O| Aug 17 18:27:23.103 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97182026-08-17T18:27:23.953Z[ host-image] Aug 17 18:27:23.103 INFO O| Aug 17 18:27:23.103 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97192026-08-17T18:27:24.128Z[ host-image] Aug 17 18:27:23.126 INFO O| Aug 17 18:27:23.126 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97202026-08-17T18:27:24.133Z[ host-image] Aug 17 18:27:23.175 INFO O| Aug 17 18:27:23.175 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97212026-08-17T18:27:24.133Z[ host-image] Aug 17 18:27:23.204 INFO O| Aug 17 18:27:23.204 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97222026-08-17T18:27:24.133Z[ host-image] Aug 17 18:27:23.218 INFO O| Aug 17 18:27:23.218 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97232026-08-17T18:27:24.133Z[ host-image] Aug 17 18:27:23.232 INFO O| Aug 17 18:27:23.232 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97242026-08-17T18:27:24.134Z[ host-image] Aug 17 18:27:23.270 INFO O| Aug 17 18:27:23.270 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97252026-08-17T18:27:24.134Z[ host-image] Aug 17 18:27:23.270 INFO O| Aug 17 18:27:23.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97262026-08-17T18:27:24.134Z[ host-image] Aug 17 18:27:23.270 INFO O| Aug 17 18:27:23.270 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97272026-08-17T18:27:24.134Z[ host-image] Aug 17 18:27:23.279 INFO O| Aug 17 18:27:23.279 INFO boot environment UUID: 0e8c02f7-4e06-4bec-9c8a-a921712ad918
97282026-08-17T18:27:24.134Z[ host-image] Aug 17 18:27:23.279 INFO O| Aug 17 18:27:23.279 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 0e8c02f7-4e06-4bec-9c8a-a921712ad918
97292026-08-17T18:27:24.146Z[ host-image] Aug 17 18:27:23.291 INFO O| Aug 17 18:27:23.291 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97302026-08-17T18:27:24.153Z[ host-image] Aug 17 18:27:23.303 INFO O| Aug 17 18:27:23.303 INFO STEP 0 (create_be) COMPLETE
97312026-08-17T18:27:24.153Z[ host-image] Aug 17 18:27:23.303 INFO O| Aug 17 18:27:23.303 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97322026-08-17T18:27:24.168Z[ host-image] Aug 17 18:27:23.316 INFO O| Aug 17 18:27:23.316 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97332026-08-17T18:27:34.460Z[ host-image] Aug 17 18:27:33.598 INFO O| Aug 17 18:27:33.598 INFO STEP 1 (unpack_tar) COMPLETE
97342026-08-17T18:27:34.460Z[ host-image] Aug 17 18:27:33.598 INFO O| Aug 17 18:27:33.598 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97352026-08-17T18:27:34.470Z[ host-image] Aug 17 18:27:33.609 INFO O| Aug 17 18:27:33.609 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97362026-08-17T18:27:34.756Z[ host-image] Aug 17 18:27:33.907 INFO O| Aug 17 18:27:33.907 INFO STEP 2 (devfsadm) COMPLETE
97372026-08-17T18:27:34.756Z[ host-image] Aug 17 18:27:33.907 INFO O| Aug 17 18:27:33.907 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97382026-08-17T18:27:34.765Z[ host-image] Aug 17 18:27:33.917 INFO O| Aug 17 18:27:33.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97392026-08-17T18:27:34.765Z[ host-image] Aug 17 18:27:33.917 INFO O| Aug 17 18:27:33.917 INFO STEP 3 (ensure_dir) COMPLETE
97402026-08-17T18:27:34.771Z[ host-image] Aug 17 18:27:33.917 INFO O| Aug 17 18:27:33.917 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97412026-08-17T18:27:34.775Z[ host-image] Aug 17 18:27:33.925 INFO O| Aug 17 18:27:33.925 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97422026-08-17T18:27:34.775Z[ host-image] Aug 17 18:27:33.925 INFO O| Aug 17 18:27:33.925 INFO STEP 4 (ensure_dir) COMPLETE
97432026-08-17T18:27:34.775Z[ host-image] Aug 17 18:27:33.925 INFO O| Aug 17 18:27:33.925 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97442026-08-17T18:27:34.785Z[ host-image] Aug 17 18:27:33.933 INFO O| Aug 17 18:27:33.933 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97452026-08-17T18:27:34.785Z[ host-image] Aug 17 18:27:33.933 INFO O| Aug 17 18:27:33.933 INFO STEP 5 (ensure_dir) COMPLETE
97462026-08-17T18:27:34.789Z[ host-image] Aug 17 18:27:33.933 INFO O| Aug 17 18:27:33.933 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97472026-08-17T18:27:34.793Z[ host-image] Aug 17 18:27:33.941 INFO O| Aug 17 18:27:33.941 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97482026-08-17T18:27:34.793Z[ host-image] Aug 17 18:27:33.941 INFO O| Aug 17 18:27:33.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97492026-08-17T18:27:34.794Z[ host-image] Aug 17 18:27:33.941 INFO O| Aug 17 18:27:33.941 INFO STEP 6 (ensure_dir) COMPLETE
97502026-08-17T18:27:34.794Z[ host-image] Aug 17 18:27:33.941 INFO O| Aug 17 18:27:33.941 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97512026-08-17T18:27:34.798Z[ host-image] Aug 17 18:27:33.949 INFO O| Aug 17 18:27:33.949 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97522026-08-17T18:27:34.798Z[ host-image] Aug 17 18:27:33.949 INFO O| Aug 17 18:27:33.949 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97532026-08-17T18:27:34.803Z[ host-image] Aug 17 18:27:33.949 INFO O| Aug 17 18:27:33.949 INFO STEP 7 (ensure_dir) COMPLETE
97542026-08-17T18:27:34.803Z[ host-image] Aug 17 18:27:33.949 INFO O| Aug 17 18:27:33.949 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97552026-08-17T18:27:34.809Z[ host-image] Aug 17 18:27:33.957 INFO O| Aug 17 18:27:33.957 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97562026-08-17T18:27:34.809Z[ host-image] Aug 17 18:27:33.957 INFO O| Aug 17 18:27:33.957 INFO STEP 8 (remove_files) COMPLETE
97572026-08-17T18:27:34.809Z[ host-image] Aug 17 18:27:33.957 INFO O| Aug 17 18:27:33.957 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97582026-08-17T18:27:34.817Z[ host-image] Aug 17 18:27:33.967 INFO O| Aug 17 18:27:33.967 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97592026-08-17T18:27:34.822Z[ host-image] Aug 17 18:27:33.967 INFO O| Aug 17 18:27:33.967 INFO STEP 9 (remove_files) COMPLETE
97602026-08-17T18:27:34.822Z[ host-image] Aug 17 18:27:33.967 INFO O| Aug 17 18:27:33.967 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97612026-08-17T18:27:34.827Z[ host-image] Aug 17 18:27:33.978 INFO O| Aug 17 18:27:33.978 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97622026-08-17T18:27:34.831Z[ host-image] Aug 17 18:27:33.979 INFO O| Aug 17 18:27:33.979 INFO STEP 10 (remove_files) COMPLETE
97632026-08-17T18:27:34.831Z[ host-image] Aug 17 18:27:33.979 INFO O| Aug 17 18:27:33.979 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97642026-08-17T18:27:34.837Z[ host-image] Aug 17 18:27:33.989 INFO O| Aug 17 18:27:33.989 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97652026-08-17T18:27:34.837Z[ host-image] Aug 17 18:27:33.989 INFO O| Aug 17 18:27:33.989 INFO STEP 11 (remove_files) COMPLETE
97662026-08-17T18:27:34.841Z[ host-image] Aug 17 18:27:33.989 INFO O| Aug 17 18:27:33.989 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97672026-08-17T18:27:34.847Z[ host-image] Aug 17 18:27:33.997 INFO O| Aug 17 18:27:33.997 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97682026-08-17T18:27:34.847Z[ host-image] Aug 17 18:27:33.997 INFO O| Aug 17 18:27:33.997 INFO STEP 12 (remove_files) COMPLETE
97692026-08-17T18:27:34.850Z[ host-image] Aug 17 18:27:33.997 INFO O| Aug 17 18:27:33.997 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97702026-08-17T18:27:34.856Z[ host-image] Aug 17 18:27:34.007 INFO O| Aug 17 18:27:34.007 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97712026-08-17T18:27:34.856Z[ host-image] Aug 17 18:27:34.007 INFO O| Aug 17 18:27:34.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97722026-08-17T18:27:34.860Z[ host-image] Aug 17 18:27:34.007 INFO O| Aug 17 18:27:34.007 INFO STEP 13 (ensure_dir) COMPLETE
97732026-08-17T18:27:34.860Z[ host-image] Aug 17 18:27:34.007 INFO O| Aug 17 18:27:34.007 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97742026-08-17T18:27:34.866Z[ host-image] Aug 17 18:27:34.017 INFO O| Aug 17 18:27:34.017 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97752026-08-17T18:27:34.869Z[ host-image] Aug 17 18:27:34.017 INFO O| Aug 17 18:27:34.017 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97762026-08-17T18:27:34.869Z[ host-image] Aug 17 18:27:34.017 INFO O| Aug 17 18:27:34.017 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97772026-08-17T18:27:34.869Z[ host-image] Aug 17 18:27:34.017 INFO O| Aug 17 18:27:34.017 INFO STEP 14 (ensure_dir) COMPLETE
97782026-08-17T18:27:34.869Z[ host-image] Aug 17 18:27:34.017 INFO O| Aug 17 18:27:34.017 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97792026-08-17T18:27:34.882Z[ host-image] Aug 17 18:27:34.027 INFO O| Aug 17 18:27:34.027 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97802026-08-17T18:27:34.886Z[ host-image] Aug 17 18:27:34.027 INFO O| Aug 17 18:27:34.027 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97812026-08-17T18:27:34.886Z[ host-image] Aug 17 18:27:34.027 INFO O| Aug 17 18:27:34.027 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97822026-08-17T18:27:34.886Z[ host-image] Aug 17 18:27:34.027 INFO O| Aug 17 18:27:34.027 INFO STEP 15 (ensure_dir) COMPLETE
97832026-08-17T18:27:34.886Z[ host-image] Aug 17 18:27:34.027 INFO O| Aug 17 18:27:34.027 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97842026-08-17T18:27:34.890Z[ host-image] Aug 17 18:27:34.038 INFO O| Aug 17 18:27:34.038 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97852026-08-17T18:27:34.890Z[ host-image] Aug 17 18:27:34.038 INFO O| Aug 17 18:27:34.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97862026-08-17T18:27:34.890Z[ host-image] Aug 17 18:27:34.038 INFO O| Aug 17 18:27:34.038 INFO STEP 16 (ensure_dir) COMPLETE
97872026-08-17T18:27:34.891Z[ host-image] Aug 17 18:27:34.038 INFO O| Aug 17 18:27:34.038 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97882026-08-17T18:27:34.897Z[ host-image] Aug 17 18:27:34.048 INFO O| Aug 17 18:27:34.048 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97892026-08-17T18:27:34.900Z[ host-image] Aug 17 18:27:34.048 INFO O| Aug 17 18:27:34.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97902026-08-17T18:27:34.900Z[ host-image] Aug 17 18:27:34.048 INFO O| Aug 17 18:27:34.048 INFO STEP 17 (ensure_dir) COMPLETE
97912026-08-17T18:27:34.900Z[ host-image] Aug 17 18:27:34.048 INFO O| Aug 17 18:27:34.048 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97922026-08-17T18:27:34.907Z[ host-image] Aug 17 18:27:34.058 INFO O| Aug 17 18:27:34.058 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97932026-08-17T18:27:34.907Z[ host-image] Aug 17 18:27:34.058 INFO O| Aug 17 18:27:34.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97942026-08-17T18:27:34.913Z[ host-image] Aug 17 18:27:34.058 INFO O| Aug 17 18:27:34.058 INFO ok!
97952026-08-17T18:27:34.914Z[ host-image] Aug 17 18:27:34.058 INFO O| Aug 17 18:27:34.058 INFO STEP 18 (ensure_symlink) COMPLETE
97962026-08-17T18:27:34.914Z[ host-image] Aug 17 18:27:34.058 INFO O| Aug 17 18:27:34.058 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97972026-08-17T18:27:34.918Z[ host-image] Aug 17 18:27:34.067 INFO O| Aug 17 18:27:34.067 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97982026-08-17T18:27:34.918Z[ host-image] Aug 17 18:27:34.067 INFO O| Aug 17 18:27:34.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
97992026-08-17T18:27:34.918Z[ host-image] Aug 17 18:27:34.067 INFO O| Aug 17 18:27:34.067 INFO ok!
98002026-08-17T18:27:34.918Z[ host-image] Aug 17 18:27:34.067 INFO O| Aug 17 18:27:34.067 INFO STEP 19 (ensure_file) COMPLETE
98012026-08-17T18:27:34.919Z[ host-image] Aug 17 18:27:34.067 INFO O| Aug 17 18:27:34.067 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98022026-08-17T18:27:34.926Z[ host-image] Aug 17 18:27:34.076 INFO O| Aug 17 18:27:34.076 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98032026-08-17T18:27:34.926Z[ host-image] Aug 17 18:27:34.076 INFO O| Aug 17 18:27:34.076 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98042026-08-17T18:27:34.935Z[ host-image] Aug 17 18:27:34.076 INFO O| Aug 17 18:27:34.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98052026-08-17T18:27:34.935Z[ host-image] Aug 17 18:27:34.077 INFO O| Aug 17 18:27:34.076 INFO ok!
98062026-08-17T18:27:34.935Z[ host-image] Aug 17 18:27:34.077 INFO O| Aug 17 18:27:34.077 INFO STEP 20 (ensure_symlink) COMPLETE
98072026-08-17T18:27:34.935Z[ host-image] Aug 17 18:27:34.077 INFO O| Aug 17 18:27:34.077 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98082026-08-17T18:27:34.941Z[ host-image] Aug 17 18:27:34.085 INFO O| Aug 17 18:27:34.085 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98092026-08-17T18:27:34.941Z[ host-image] Aug 17 18:27:34.085 INFO O| Aug 17 18:27:34.085 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98102026-08-17T18:27:34.941Z[ host-image] Aug 17 18:27:34.085 INFO O| Aug 17 18:27:34.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98112026-08-17T18:27:34.941Z[ host-image] Aug 17 18:27:34.086 INFO O| Aug 17 18:27:34.085 INFO ok!
98122026-08-17T18:27:34.941Z[ host-image] Aug 17 18:27:34.086 INFO O| Aug 17 18:27:34.085 INFO STEP 21 (ensure_symlink) COMPLETE
98132026-08-17T18:27:34.941Z[ host-image] Aug 17 18:27:34.086 INFO O| Aug 17 18:27:34.085 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98142026-08-17T18:27:34.945Z[ host-image] Aug 17 18:27:34.094 INFO O| Aug 17 18:27:34.094 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98152026-08-17T18:27:34.945Z[ host-image] Aug 17 18:27:34.094 INFO O| Aug 17 18:27:34.094 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98162026-08-17T18:27:34.945Z[ host-image] Aug 17 18:27:34.094 INFO O| Aug 17 18:27:34.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98172026-08-17T18:27:34.945Z[ host-image] Aug 17 18:27:34.094 INFO O| Aug 17 18:27:34.094 INFO ok!
98182026-08-17T18:27:34.945Z[ host-image] Aug 17 18:27:34.094 INFO O| Aug 17 18:27:34.094 INFO STEP 22 (ensure_symlink) COMPLETE
98192026-08-17T18:27:34.945Z[ host-image] Aug 17 18:27:34.094 INFO O| Aug 17 18:27:34.094 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98202026-08-17T18:27:34.952Z[ host-image] Aug 17 18:27:34.103 INFO O| Aug 17 18:27:34.103 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98212026-08-17T18:27:34.952Z[ host-image] Aug 17 18:27:34.103 INFO O| Aug 17 18:27:34.103 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98222026-08-17T18:27:34.955Z[ host-image] Aug 17 18:27:34.103 INFO O| Aug 17 18:27:34.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98232026-08-17T18:27:34.955Z[ host-image] Aug 17 18:27:34.103 INFO O| Aug 17 18:27:34.103 INFO ok!
98242026-08-17T18:27:34.955Z[ host-image] Aug 17 18:27:34.103 INFO O| Aug 17 18:27:34.103 INFO STEP 23 (ensure_symlink) COMPLETE
98252026-08-17T18:27:34.955Z[ host-image] Aug 17 18:27:34.103 INFO O| Aug 17 18:27:34.103 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98262026-08-17T18:27:34.964Z[ host-image] Aug 17 18:27:34.113 INFO O| Aug 17 18:27:34.113 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98272026-08-17T18:27:34.964Z[ host-image] Aug 17 18:27:34.113 INFO O| Aug 17 18:27:34.113 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98282026-08-17T18:27:34.969Z[ host-image] Aug 17 18:27:34.113 INFO O| Aug 17 18:27:34.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98292026-08-17T18:27:34.969Z[ host-image] Aug 17 18:27:34.113 INFO O| Aug 17 18:27:34.113 INFO ok!
98302026-08-17T18:27:34.969Z[ host-image] Aug 17 18:27:34.113 INFO O| Aug 17 18:27:34.113 INFO STEP 24 (ensure_file) COMPLETE
98312026-08-17T18:27:34.969Z[ host-image] Aug 17 18:27:34.113 INFO O| Aug 17 18:27:34.113 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98322026-08-17T18:27:34.973Z[ host-image] Aug 17 18:27:34.122 INFO O| Aug 17 18:27:34.122 INFO updating shadow file
98332026-08-17T18:27:34.973Z[ host-image] Aug 17 18:27:34.122 INFO O| Aug 17 18:27:34.122 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98342026-08-17T18:27:34.973Z[ host-image] Aug 17 18:27:34.122 INFO O| Aug 17 18:27:34.122 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98352026-08-17T18:27:34.973Z[ host-image] Aug 17 18:27:34.122 INFO O| Aug 17 18:27:34.122 INFO STEP 25 (shadow) COMPLETE
98362026-08-17T18:27:34.973Z[ host-image] Aug 17 18:27:34.122 INFO O| Aug 17 18:27:34.122 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98372026-08-17T18:27:34.979Z[ host-image] Aug 17 18:27:34.130 INFO O| Aug 17 18:27:34.130 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98382026-08-17T18:27:34.984Z[ host-image] Aug 17 18:27:34.130 INFO O| Aug 17 18:27:34.130 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98392026-08-17T18:27:34.984Z[ host-image] Aug 17 18:27:34.130 INFO O| Aug 17 18:27:34.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98402026-08-17T18:27:34.984Z[ host-image] Aug 17 18:27:34.130 INFO O| Aug 17 18:27:34.130 INFO ok!
98412026-08-17T18:27:34.984Z[ host-image] Aug 17 18:27:34.130 INFO O| Aug 17 18:27:34.130 INFO STEP 26 (ensure_file) COMPLETE
98422026-08-17T18:27:34.984Z[ host-image] Aug 17 18:27:34.130 INFO O| Aug 17 18:27:34.130 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98432026-08-17T18:27:34.987Z[ host-image] Aug 17 18:27:34.138 INFO O| Aug 17 18:27:34.138 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98442026-08-17T18:27:34.987Z[ host-image] Aug 17 18:27:34.138 INFO O| Aug 17 18:27:34.138 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98452026-08-17T18:27:34.987Z[ host-image] Aug 17 18:27:34.138 INFO O| Aug 17 18:27:34.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98462026-08-17T18:27:34.987Z[ host-image] Aug 17 18:27:34.138 INFO O| Aug 17 18:27:34.138 INFO ok!
98472026-08-17T18:27:34.987Z[ host-image] Aug 17 18:27:34.138 INFO O| Aug 17 18:27:34.138 INFO STEP 27 (ensure_file) COMPLETE
98482026-08-17T18:27:34.988Z[ host-image] Aug 17 18:27:34.138 INFO O| Aug 17 18:27:34.138 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98492026-08-17T18:27:34.999Z[ host-image] Aug 17 18:27:34.147 INFO O| Aug 17 18:27:34.147 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98502026-08-17T18:27:34.999Z[ host-image] Aug 17 18:27:34.147 INFO O| Aug 17 18:27:34.147 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98512026-08-17T18:27:34.999Z[ host-image] Aug 17 18:27:34.147 INFO O| Aug 17 18:27:34.147 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98522026-08-17T18:27:35.007Z[ host-image] Aug 17 18:27:34.147 INFO O| Aug 17 18:27:34.147 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98532026-08-17T18:27:35.007Z[ host-image] Aug 17 18:27:34.147 INFO O| Aug 17 18:27:34.147 INFO ok!
98542026-08-17T18:27:35.007Z[ host-image] Aug 17 18:27:34.147 INFO O| Aug 17 18:27:34.147 INFO STEP 28 (ensure_file) COMPLETE
98552026-08-17T18:27:35.007Z[ host-image] Aug 17 18:27:34.147 INFO O| Aug 17 18:27:34.147 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98562026-08-17T18:27:35.011Z[ host-image] Aug 17 18:27:34.157 INFO O| Aug 17 18:27:34.157 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98572026-08-17T18:27:35.011Z[ host-image] Aug 17 18:27:34.157 INFO O| Aug 17 18:27:34.157 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98582026-08-17T18:27:35.011Z[ host-image] Aug 17 18:27:34.157 INFO O| Aug 17 18:27:34.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98592026-08-17T18:27:35.011Z[ host-image] Aug 17 18:27:34.157 INFO O| Aug 17 18:27:34.157 INFO ok!
98602026-08-17T18:27:35.011Z[ host-image] Aug 17 18:27:34.157 INFO O| Aug 17 18:27:34.157 INFO STEP 29 (ensure_file) COMPLETE
98612026-08-17T18:27:35.011Z[ host-image] Aug 17 18:27:34.157 INFO O| Aug 17 18:27:34.157 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98622026-08-17T18:27:35.019Z[ host-image] Aug 17 18:27:34.166 INFO O| Aug 17 18:27:34.166 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98632026-08-17T18:27:35.019Z[ host-image] Aug 17 18:27:34.167 INFO O| Aug 17 18:27:34.167 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98642026-08-17T18:27:35.024Z[ host-image] Aug 17 18:27:34.167 INFO O| Aug 17 18:27:34.167 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98652026-08-17T18:27:35.024Z[ host-image] Aug 17 18:27:34.167 INFO O| Aug 17 18:27:34.167 INFO STEP 30 (ensure_dir) COMPLETE
98662026-08-17T18:27:35.024Z[ host-image] Aug 17 18:27:34.167 INFO O| Aug 17 18:27:34.167 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98672026-08-17T18:27:35.028Z[ host-image] Aug 17 18:27:34.176 INFO O| Aug 17 18:27:34.176 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98682026-08-17T18:27:35.028Z[ host-image] Aug 17 18:27:34.176 INFO O| Aug 17 18:27:34.176 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98692026-08-17T18:27:35.028Z[ host-image] Aug 17 18:27:34.176 INFO O| Aug 17 18:27:34.176 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98702026-08-17T18:27:35.028Z[ host-image] Aug 17 18:27:34.176 INFO O| Aug 17 18:27:34.176 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98712026-08-17T18:27:35.028Z[ host-image] Aug 17 18:27:34.176 INFO O| Aug 17 18:27:34.176 INFO ok!
98722026-08-17T18:27:35.028Z[ host-image] Aug 17 18:27:34.176 INFO O| Aug 17 18:27:34.176 INFO STEP 31 (ensure_file) COMPLETE
98732026-08-17T18:27:35.028Z[ host-image] Aug 17 18:27:34.176 INFO O| Aug 17 18:27:34.176 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98742026-08-17T18:27:35.033Z[ host-image] Aug 17 18:27:34.184 INFO O| Aug 17 18:27:34.184 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98752026-08-17T18:27:35.038Z[ host-image] Aug 17 18:27:34.184 INFO O| Aug 17 18:27:34.184 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98762026-08-17T18:27:35.038Z[ host-image] Aug 17 18:27:34.185 INFO O| Aug 17 18:27:34.184 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98772026-08-17T18:27:35.038Z[ host-image] Aug 17 18:27:34.185 INFO O| Aug 17 18:27:34.184 INFO STEP 32 (ensure_dir) COMPLETE
98782026-08-17T18:27:35.038Z[ host-image] Aug 17 18:27:34.185 INFO O| Aug 17 18:27:34.184 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98792026-08-17T18:27:35.043Z[ host-image] Aug 17 18:27:34.194 INFO O| Aug 17 18:27:34.194 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98802026-08-17T18:27:35.043Z[ host-image] Aug 17 18:27:34.194 INFO O| Aug 17 18:27:34.194 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 ...
98812026-08-17T18:27:35.046Z[ host-image] Aug 17 18:27:34.194 INFO O| Aug 17 18:27:34.194 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
98822026-08-17T18:27:35.047Z[ host-image] Aug 17 18:27:34.194 INFO O| Aug 17 18:27:34.194 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98832026-08-17T18:27:35.047Z[ host-image] Aug 17 18:27:34.194 INFO O| Aug 17 18:27:34.194 INFO ok!
98842026-08-17T18:27:35.047Z[ host-image] Aug 17 18:27:34.194 INFO O| Aug 17 18:27:34.194 INFO STEP 33 (ensure_file) COMPLETE
98852026-08-17T18:27:35.047Z[ host-image] Aug 17 18:27:34.194 INFO O| Aug 17 18:27:34.194 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98862026-08-17T18:27:35.051Z[ host-image] Aug 17 18:27:34.203 INFO O| Aug 17 18:27:34.202 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98872026-08-17T18:27:35.051Z[ host-image] Aug 17 18:27:34.203 INFO O| Aug 17 18:27:34.202 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98882026-08-17T18:27:35.054Z[ host-image] Aug 17 18:27:34.203 INFO O| Aug 17 18:27:34.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98892026-08-17T18:27:35.054Z[ host-image] Aug 17 18:27:34.203 INFO O| Aug 17 18:27:34.203 INFO ok!
98902026-08-17T18:27:35.054Z[ host-image] Aug 17 18:27:34.203 INFO O| Aug 17 18:27:34.203 INFO STEP 34 (ensure_file) COMPLETE
98912026-08-17T18:27:35.054Z[ host-image] Aug 17 18:27:34.203 INFO O| Aug 17 18:27:34.203 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98922026-08-17T18:27:35.061Z[ host-image] Aug 17 18:27:34.212 INFO O| Aug 17 18:27:34.212 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98932026-08-17T18:27:35.061Z[ host-image] Aug 17 18:27:34.212 INFO O| Aug 17 18:27:34.212 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98942026-08-17T18:27:35.061Z[ host-image] Aug 17 18:27:34.212 INFO O| Aug 17 18:27:34.212 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98952026-08-17T18:27:35.061Z[ host-image] Aug 17 18:27:34.212 INFO O| Aug 17 18:27:34.212 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98962026-08-17T18:27:35.066Z[ host-image] Aug 17 18:27:34.212 INFO O| Aug 17 18:27:34.212 INFO ok!
98972026-08-17T18:27:35.066Z[ host-image] Aug 17 18:27:34.212 INFO O| Aug 17 18:27:34.212 INFO STEP 35 (ensure_file) COMPLETE
98982026-08-17T18:27:35.066Z[ host-image] Aug 17 18:27:34.212 INFO O| Aug 17 18:27:34.212 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98992026-08-17T18:27:35.089Z[ host-image] Aug 17 18:27:34.221 INFO O| Aug 17 18:27:34.221 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99002026-08-17T18:27:35.089Z[ host-image] Aug 17 18:27:34.221 INFO O| Aug 17 18:27:34.221 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99012026-08-17T18:27:35.089Z[ host-image] Aug 17 18:27:34.221 INFO O| Aug 17 18:27:34.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99022026-08-17T18:27:35.089Z[ host-image] Aug 17 18:27:34.221 INFO O| Aug 17 18:27:34.221 INFO ok!
99032026-08-17T18:27:35.089Z[ host-image] Aug 17 18:27:34.221 INFO O| Aug 17 18:27:34.221 INFO STEP 36 (ensure_file) COMPLETE
99042026-08-17T18:27:35.089Z[ host-image] Aug 17 18:27:34.221 INFO O| Aug 17 18:27:34.221 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99052026-08-17T18:27:35.089Z[ recovery-image] Aug 17 18:27:34.223 INFO O| ok, image written!
99062026-08-17T18:27:35.089Z[ recovery-image] Aug 17 18:27:34.223 INFO O| ok, boot_image_csum file written!
99072026-08-17T18:27:35.090Z[ recovery-image] Aug 17 18:27:34.225 INFO creating boot archive (CPIO)...
99082026-08-17T18:27:35.090Z[ recovery-image] Aug 17 18:27:34.225 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
99092026-08-17T18:27:35.090Z[ recovery-image] Aug 17 18:27:34.229 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
99102026-08-17T18:27:35.090Z[ recovery-image] Aug 17 18:27:34.230 INFO E| + outfile=/work/os-recovery/cpio
99112026-08-17T18:27:35.090Z[ recovery-image] Aug 17 18:27:34.230 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
99122026-08-17T18:27:35.090Z[ host-image] Aug 17 18:27:34.230 INFO O| Aug 17 18:27:34.230 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99132026-08-17T18:27:35.090Z[ host-image] Aug 17 18:27:34.230 INFO O| Aug 17 18:27:34.230 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99142026-08-17T18:27:35.090Z[ host-image] Aug 17 18:27:34.230 INFO O| Aug 17 18:27:34.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99152026-08-17T18:27:35.090Z[ host-image] Aug 17 18:27:34.230 INFO O| Aug 17 18:27:34.230 INFO ok!
99162026-08-17T18:27:35.090Z[ host-image] Aug 17 18:27:34.230 INFO O| Aug 17 18:27:34.230 INFO STEP 37 (ensure_file) COMPLETE
99172026-08-17T18:27:35.090Z[ host-image] Aug 17 18:27:34.230 INFO O| Aug 17 18:27:34.230 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99182026-08-17T18:27:35.090Z[ recovery-image] Aug 17 18:27:34.232 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
99192026-08-17T18:27:35.090Z[ recovery-image] Aug 17 18:27:34.232 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
99202026-08-17T18:27:35.094Z[ host-image] Aug 17 18:27:34.240 INFO O| Aug 17 18:27:34.240 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99212026-08-17T18:27:35.094Z[ host-image] Aug 17 18:27:34.240 INFO O| Aug 17 18:27:34.240 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99222026-08-17T18:27:35.095Z[ host-image] Aug 17 18:27:34.240 INFO O| Aug 17 18:27:34.240 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99232026-08-17T18:27:35.095Z[ host-image] Aug 17 18:27:34.240 INFO O| Aug 17 18:27:34.240 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99242026-08-17T18:27:35.095Z[ host-image] Aug 17 18:27:34.240 INFO O| Aug 17 18:27:34.240 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99252026-08-17T18:27:35.095Z[ host-image] Aug 17 18:27:34.240 INFO O| Aug 17 18:27:34.240 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99262026-08-17T18:27:35.095Z[ host-image] Aug 17 18:27:34.240 INFO O| Aug 17 18:27:34.240 INFO ok!
99272026-08-17T18:27:35.095Z[ host-image] Aug 17 18:27:34.240 INFO O| Aug 17 18:27:34.240 INFO STEP 38 (ensure_file) COMPLETE
99282026-08-17T18:27:35.095Z[ host-image] Aug 17 18:27:34.240 INFO O| Aug 17 18:27:34.240 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99292026-08-17T18:27:35.099Z[ host-image] Aug 17 18:27:34.249 INFO O| Aug 17 18:27:34.249 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99302026-08-17T18:27:35.099Z[ host-image] Aug 17 18:27:34.249 INFO O| Aug 17 18:27:34.249 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99312026-08-17T18:27:35.099Z[ host-image] Aug 17 18:27:34.249 INFO O| Aug 17 18:27:34.249 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99322026-08-17T18:27:35.099Z[ host-image] Aug 17 18:27:34.249 INFO O| Aug 17 18:27:34.249 INFO STEP 39 (ensure_dir) COMPLETE
99332026-08-17T18:27:35.099Z[ host-image] Aug 17 18:27:34.249 INFO O| Aug 17 18:27:34.249 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99342026-08-17T18:27:35.105Z[ host-image] Aug 17 18:27:34.257 INFO O| Aug 17 18:27:34.257 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
99352026-08-17T18:27:35.105Z[ host-image] Aug 17 18:27:34.257 INFO O| Aug 17 18:27:34.257 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 ...
99362026-08-17T18:27:35.108Z[ host-image] Aug 17 18:27:34.257 INFO O| Aug 17 18:27:34.257 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
99372026-08-17T18:27:35.108Z[ host-image] Aug 17 18:27:34.257 INFO O| Aug 17 18:27:34.257 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
99382026-08-17T18:27:35.108Z[ host-image] Aug 17 18:27:34.257 INFO O| Aug 17 18:27:34.257 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
99392026-08-17T18:27:35.108Z[ host-image] Aug 17 18:27:34.257 INFO O| Aug 17 18:27:34.257 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
99402026-08-17T18:27:35.108Z[ host-image] Aug 17 18:27:34.257 INFO O| Aug 17 18:27:34.257 INFO ok!
99412026-08-17T18:27:35.108Z[ host-image] Aug 17 18:27:34.257 INFO O| Aug 17 18:27:34.257 INFO STEP 40 (ensure_file) COMPLETE
99422026-08-17T18:27:35.108Z[ host-image] Aug 17 18:27:34.257 INFO O| Aug 17 18:27:34.257 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99432026-08-17T18:27:35.114Z[ recovery-image] Aug 17 18:27:34.260 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
99442026-08-17T18:27:35.114Z[ recovery-image] Aug 17 18:27:34.260 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
99452026-08-17T18:27:35.114Z[ host-image] Aug 17 18:27:34.264 INFO O| Aug 17 18:27:34.264 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99462026-08-17T18:27:35.115Z[ host-image] Aug 17 18:27:34.264 INFO O| Aug 17 18:27:34.264 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 ...
99472026-08-17T18:27:35.115Z[ host-image] Aug 17 18:27:34.264 INFO O| Aug 17 18:27:34.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99482026-08-17T18:27:35.115Z[ host-image] Aug 17 18:27:34.264 INFO O| Aug 17 18:27:34.264 INFO ok!
99492026-08-17T18:27:35.115Z[ host-image] Aug 17 18:27:34.264 INFO O| Aug 17 18:27:34.264 INFO STEP 41 (ensure_symlink) COMPLETE
99502026-08-17T18:27:35.115Z[ host-image] Aug 17 18:27:34.264 INFO O| Aug 17 18:27:34.264 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99512026-08-17T18:27:35.119Z[ recovery-image] Aug 17 18:27:34.267 INFO creating compressed cpio/unix for dev loaders...
99522026-08-17T18:27:35.119Z[ recovery-image] Aug 17 18:27:34.267 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
99532026-08-17T18:27:35.124Z[ host-image] Aug 17 18:27:34.273 INFO O| Aug 17 18:27:34.273 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99542026-08-17T18:27:35.124Z[ host-image] Aug 17 18:27:34.273 INFO O| Aug 17 18:27:34.273 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99552026-08-17T18:27:35.124Z[ host-image] Aug 17 18:27:34.273 INFO O| Aug 17 18:27:34.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99562026-08-17T18:27:35.124Z[ host-image] Aug 17 18:27:34.273 INFO O| Aug 17 18:27:34.273 INFO ok!
99572026-08-17T18:27:35.124Z[ host-image] Aug 17 18:27:34.273 INFO O| Aug 17 18:27:34.273 INFO STEP 42 (ensure_symlink) COMPLETE
99582026-08-17T18:27:35.124Z[ host-image] Aug 17 18:27:34.273 INFO O| Aug 17 18:27:34.273 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99592026-08-17T18:27:35.130Z[ host-image] Aug 17 18:27:34.281 INFO O| Aug 17 18:27:34.281 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99602026-08-17T18:27:35.130Z[ host-image] Aug 17 18:27:34.281 INFO O| Aug 17 18:27:34.281 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99612026-08-17T18:27:35.133Z[ host-image] Aug 17 18:27:34.282 INFO O| Aug 17 18:27:34.282 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99622026-08-17T18:27:35.133Z[ host-image] Aug 17 18:27:34.282 INFO O| Aug 17 18:27:34.282 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99632026-08-17T18:27:35.133Z[ host-image] Aug 17 18:27:34.282 INFO O| Aug 17 18:27:34.282 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99642026-08-17T18:27:35.134Z[ host-image] Aug 17 18:27:34.282 INFO O| Aug 17 18:27:34.282 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99652026-08-17T18:27:35.134Z[ host-image] Aug 17 18:27:34.282 INFO O| Aug 17 18:27:34.282 INFO ok!
99662026-08-17T18:27:35.134Z[ host-image] Aug 17 18:27:34.282 INFO O| Aug 17 18:27:34.282 INFO STEP 43 (ensure_file) COMPLETE
99672026-08-17T18:27:35.134Z[ host-image] Aug 17 18:27:34.282 INFO O| Aug 17 18:27:34.282 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99682026-08-17T18:27:35.138Z[ host-image] Aug 17 18:27:34.289 INFO O| Aug 17 18:27:34.289 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99692026-08-17T18:27:35.138Z[ host-image] Aug 17 18:27:34.289 INFO O| Aug 17 18:27:34.289 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 ...
99702026-08-17T18:27:35.138Z[ host-image] Aug 17 18:27:34.289 INFO O| Aug 17 18:27:34.289 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
99712026-08-17T18:27:35.138Z[ host-image] Aug 17 18:27:34.289 INFO O| Aug 17 18:27:34.289 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99722026-08-17T18:27:35.138Z[ host-image] Aug 17 18:27:34.289 INFO O| Aug 17 18:27:34.289 INFO ok!
99732026-08-17T18:27:35.138Z[ host-image] Aug 17 18:27:34.289 INFO O| Aug 17 18:27:34.289 INFO STEP 44 (ensure_file) COMPLETE
99742026-08-17T18:27:35.138Z[ host-image] Aug 17 18:27:34.289 INFO O| Aug 17 18:27:34.289 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99752026-08-17T18:27:35.145Z[ host-image] Aug 17 18:27:34.295 INFO O| Aug 17 18:27:34.295 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99762026-08-17T18:27:35.151Z[ host-image] Aug 17 18:27:34.295 INFO O| Aug 17 18:27:34.295 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99772026-08-17T18:27:35.151Z[ host-image] Aug 17 18:27:34.295 INFO O| Aug 17 18:27:34.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99782026-08-17T18:27:35.151Z[ host-image] Aug 17 18:27:34.295 INFO O| Aug 17 18:27:34.295 INFO ok!
99792026-08-17T18:27:35.151Z[ host-image] Aug 17 18:27:34.295 INFO O| Aug 17 18:27:34.295 INFO STEP 45 (ensure_file) COMPLETE
99802026-08-17T18:27:35.151Z[ host-image] Aug 17 18:27:34.295 INFO O| Aug 17 18:27:34.295 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99812026-08-17T18:27:35.155Z[ host-image] Aug 17 18:27:34.305 INFO O| Aug 17 18:27:34.305 INFO updating shadow file
99822026-08-17T18:27:35.155Z[ host-image] Aug 17 18:27:34.305 INFO O| Aug 17 18:27:34.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99832026-08-17T18:27:35.155Z[ host-image] Aug 17 18:27:34.305 INFO O| Aug 17 18:27:34.305 INFO STEP 46 (shadow) COMPLETE
99842026-08-17T18:27:35.155Z[ host-image] Aug 17 18:27:34.305 INFO O| Aug 17 18:27:34.305 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99852026-08-17T18:27:35.162Z[ host-image] Aug 17 18:27:34.313 INFO O| Aug 17 18:27:34.313 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99862026-08-17T18:27:35.162Z[ host-image] Aug 17 18:27:34.313 INFO O| Aug 17 18:27:34.313 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99872026-08-17T18:27:35.173Z[ host-image] Aug 17 18:27:34.314 INFO O| Aug 17 18:27:34.314 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99882026-08-17T18:27:35.173Z[ host-image] Aug 17 18:27:34.314 INFO O| Aug 17 18:27:34.314 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99892026-08-17T18:27:35.173Z[ host-image] Aug 17 18:27:34.314 INFO O| Aug 17 18:27:34.314 INFO ok!
99902026-08-17T18:27:35.173Z[ host-image] Aug 17 18:27:34.314 INFO O| Aug 17 18:27:34.314 INFO STEP 47 (ensure_file) COMPLETE
99912026-08-17T18:27:35.173Z[ host-image] Aug 17 18:27:34.314 INFO O| Aug 17 18:27:34.314 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99922026-08-17T18:27:35.173Z[ host-image] Aug 17 18:27:34.314 INFO O| Aug 17 18:27:34.314 INFO skip step because feature "mfg" is not enabled
99932026-08-17T18:27:35.173Z[ host-image] Aug 17 18:27:34.314 INFO O| Aug 17 18:27:34.314 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99942026-08-17T18:27:35.173Z[ host-image] Aug 17 18:27:34.314 INFO O| Aug 17 18:27:34.314 INFO skip step because feature "mfg" is not enabled
99952026-08-17T18:27:35.173Z[ host-image] Aug 17 18:27:34.314 INFO O| Aug 17 18:27:34.314 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99962026-08-17T18:27:35.182Z[ host-image] Aug 17 18:27:34.323 INFO O| Aug 17 18:27:34.323 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99972026-08-17T18:27:35.182Z[ host-image] Aug 17 18:27:34.323 INFO O| Aug 17 18:27:34.323 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99982026-08-17T18:27:35.206Z[ host-image] Aug 17 18:27:34.350 INFO O| Aug 17 18:27:34.350 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99992026-08-17T18:27:35.206Z[ host-image] Aug 17 18:27:34.350 INFO O| Aug 17 18:27:34.350 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100002026-08-17T18:27:35.220Z[ host-image] Aug 17 18:27:34.350 INFO O| Aug 17 18:27:34.350 INFO ok!
100012026-08-17T18:27:35.220Z[ host-image] Aug 17 18:27:34.350 INFO O| Aug 17 18:27:34.350 INFO STEP 50 (ensure_file) COMPLETE
100022026-08-17T18:27:35.220Z[ host-image] Aug 17 18:27:34.350 INFO O| Aug 17 18:27:34.350 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100032026-08-17T18:27:35.220Z[ host-image] Aug 17 18:27:34.350 INFO O| Aug 17 18:27:34.350 INFO skip step because feature "compliance" is not enabled
100042026-08-17T18:27:35.220Z[ host-image] Aug 17 18:27:34.350 INFO O| Aug 17 18:27:34.350 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100052026-08-17T18:27:35.220Z[ host-image] Aug 17 18:27:34.359 INFO O| Aug 17 18:27:34.359 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100062026-08-17T18:27:35.220Z[ host-image] Aug 17 18:27:34.359 INFO O| Aug 17 18:27:34.359 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100072026-08-17T18:27:35.220Z[ host-image] Aug 17 18:27:34.359 INFO O| Aug 17 18:27:34.359 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100082026-08-17T18:27:35.220Z[ host-image] Aug 17 18:27:34.359 INFO O| Aug 17 18:27:34.359 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100092026-08-17T18:27:35.220Z[ host-image] Aug 17 18:27:34.359 INFO O| Aug 17 18:27:34.359 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100102026-08-17T18:27:35.220Z[ host-image] Aug 17 18:27:34.359 INFO O| Aug 17 18:27:34.359 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100112026-08-17T18:27:35.220Z[ host-image] Aug 17 18:27:34.359 INFO O| Aug 17 18:27:34.359 INFO ok!
100122026-08-17T18:27:35.220Z[ host-image] Aug 17 18:27:34.359 INFO O| Aug 17 18:27:34.359 INFO STEP 52 (ensure_file) COMPLETE
100132026-08-17T18:27:35.220Z[ host-image] Aug 17 18:27:34.359 INFO O| Aug 17 18:27:34.359 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100142026-08-17T18:27:35.228Z[ host-image] Aug 17 18:27:34.369 INFO O| Aug 17 18:27:34.369 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100152026-08-17T18:27:35.228Z[ host-image] Aug 17 18:27:34.369 INFO O| Aug 17 18:27:34.369 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 ...
100162026-08-17T18:27:35.228Z[ host-image] Aug 17 18:27:34.369 INFO O| Aug 17 18:27:34.369 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
100172026-08-17T18:27:35.228Z[ host-image] Aug 17 18:27:34.369 INFO O| Aug 17 18:27:34.369 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100182026-08-17T18:27:35.228Z[ host-image] Aug 17 18:27:34.369 INFO O| Aug 17 18:27:34.369 INFO ok!
100192026-08-17T18:27:35.228Z[ host-image] Aug 17 18:27:34.369 INFO O| Aug 17 18:27:34.369 INFO STEP 53 (ensure_file) COMPLETE
100202026-08-17T18:27:35.228Z[ host-image] Aug 17 18:27:34.369 INFO O| Aug 17 18:27:34.369 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100212026-08-17T18:27:35.233Z[ host-image] Aug 17 18:27:34.379 INFO O| Aug 17 18:27:34.379 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100222026-08-17T18:27:35.233Z[ host-image] Aug 17 18:27:34.379 INFO O| Aug 17 18:27:34.379 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 ...
100232026-08-17T18:27:35.234Z[ host-image] Aug 17 18:27:34.380 INFO O| Aug 17 18:27:34.380 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100242026-08-17T18:27:35.234Z[ host-image] Aug 17 18:27:34.380 INFO O| Aug 17 18:27:34.380 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100252026-08-17T18:27:35.234Z[ host-image] Aug 17 18:27:34.380 INFO O| Aug 17 18:27:34.380 INFO ok!
100262026-08-17T18:27:35.234Z[ host-image] Aug 17 18:27:34.380 INFO O| Aug 17 18:27:34.380 INFO STEP 54 (ensure_file) COMPLETE
100272026-08-17T18:27:35.234Z[ host-image] Aug 17 18:27:34.380 INFO O| Aug 17 18:27:34.380 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100282026-08-17T18:27:35.237Z[ host-image] Aug 17 18:27:34.389 INFO O| Aug 17 18:27:34.389 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100292026-08-17T18:27:35.238Z[ host-image] Aug 17 18:27:34.389 INFO O| Aug 17 18:27:34.389 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 ...
100302026-08-17T18:27:35.243Z[ host-image] Aug 17 18:27:34.389 INFO O| Aug 17 18:27:34.389 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
100312026-08-17T18:27:35.243Z[ host-image] Aug 17 18:27:34.389 INFO O| Aug 17 18:27:34.389 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100322026-08-17T18:27:35.243Z[ host-image] Aug 17 18:27:34.389 INFO O| Aug 17 18:27:34.389 INFO ok!
100332026-08-17T18:27:35.243Z[ host-image] Aug 17 18:27:34.389 INFO O| Aug 17 18:27:34.389 INFO STEP 55 (ensure_file) COMPLETE
100342026-08-17T18:27:35.243Z[ host-image] Aug 17 18:27:34.389 INFO O| Aug 17 18:27:34.389 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100352026-08-17T18:27:35.248Z[ host-image] Aug 17 18:27:34.398 INFO O| Aug 17 18:27:34.398 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100362026-08-17T18:27:35.248Z[ host-image] Aug 17 18:27:34.398 INFO O| Aug 17 18:27:34.398 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 ...
100372026-08-17T18:27:35.251Z[ host-image] Aug 17 18:27:34.398 INFO O| Aug 17 18:27:34.398 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100382026-08-17T18:27:35.251Z[ host-image] Aug 17 18:27:34.398 INFO O| Aug 17 18:27:34.398 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100392026-08-17T18:27:35.251Z[ host-image] Aug 17 18:27:34.398 INFO O| Aug 17 18:27:34.398 INFO ok!
100402026-08-17T18:27:35.251Z[ host-image] Aug 17 18:27:34.398 INFO O| Aug 17 18:27:34.398 INFO STEP 56 (ensure_file) COMPLETE
100412026-08-17T18:27:35.251Z[ host-image] Aug 17 18:27:34.398 INFO O| Aug 17 18:27:34.398 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100422026-08-17T18:27:35.256Z[ host-image] Aug 17 18:27:34.407 INFO O| Aug 17 18:27:34.407 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100432026-08-17T18:27:35.256Z[ host-image] Aug 17 18:27:34.407 INFO O| Aug 17 18:27:34.407 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 ...
100442026-08-17T18:27:35.256Z[ host-image] Aug 17 18:27:34.407 INFO O| Aug 17 18:27:34.407 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
100452026-08-17T18:27:35.256Z[ host-image] Aug 17 18:27:34.407 INFO O| Aug 17 18:27:34.407 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100462026-08-17T18:27:35.256Z[ host-image] Aug 17 18:27:34.407 INFO O| Aug 17 18:27:34.407 INFO ok!
100472026-08-17T18:27:35.256Z[ host-image] Aug 17 18:27:34.407 INFO O| Aug 17 18:27:34.407 INFO STEP 57 (ensure_file) COMPLETE
100482026-08-17T18:27:35.256Z[ host-image] Aug 17 18:27:34.407 INFO O| Aug 17 18:27:34.407 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100492026-08-17T18:27:35.265Z[ host-image] Aug 17 18:27:34.416 INFO O| Aug 17 18:27:34.416 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100502026-08-17T18:27:35.265Z[ host-image] Aug 17 18:27:34.416 INFO O| Aug 17 18:27:34.416 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 ...
100512026-08-17T18:27:35.270Z[ host-image] Aug 17 18:27:34.416 INFO O| Aug 17 18:27:34.416 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100522026-08-17T18:27:35.270Z[ host-image] Aug 17 18:27:34.416 INFO O| Aug 17 18:27:34.416 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100532026-08-17T18:27:35.270Z[ host-image] Aug 17 18:27:34.416 INFO O| Aug 17 18:27:34.416 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100542026-08-17T18:27:35.270Z[ host-image] Aug 17 18:27:34.416 INFO O| Aug 17 18:27:34.416 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100552026-08-17T18:27:35.270Z[ host-image] Aug 17 18:27:34.416 INFO O| Aug 17 18:27:34.416 INFO ok!
100562026-08-17T18:27:35.270Z[ host-image] Aug 17 18:27:34.416 INFO O| Aug 17 18:27:34.416 INFO STEP 58 (ensure_file) COMPLETE
100572026-08-17T18:27:35.270Z[ host-image] Aug 17 18:27:34.416 INFO O| Aug 17 18:27:34.416 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100582026-08-17T18:27:35.275Z[ host-image] Aug 17 18:27:34.426 INFO O| Aug 17 18:27:34.426 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100592026-08-17T18:27:35.275Z[ host-image] Aug 17 18:27:34.426 INFO O| Aug 17 18:27:34.426 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 ...
100602026-08-17T18:27:35.275Z[ host-image] Aug 17 18:27:34.426 INFO O| Aug 17 18:27:34.426 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
100612026-08-17T18:27:35.275Z[ host-image] Aug 17 18:27:34.426 INFO O| Aug 17 18:27:34.426 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100622026-08-17T18:27:35.275Z[ host-image] Aug 17 18:27:34.426 INFO O| Aug 17 18:27:34.426 INFO ok!
100632026-08-17T18:27:35.275Z[ host-image] Aug 17 18:27:34.426 INFO O| Aug 17 18:27:34.426 INFO STEP 59 (ensure_file) COMPLETE
100642026-08-17T18:27:35.275Z[ host-image] Aug 17 18:27:34.426 INFO O| Aug 17 18:27:34.426 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100652026-08-17T18:27:35.283Z[ host-image] Aug 17 18:27:34.434 INFO O| Aug 17 18:27:34.434 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100662026-08-17T18:27:35.283Z[ host-image] Aug 17 18:27:34.434 INFO O| Aug 17 18:27:34.434 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100672026-08-17T18:27:35.292Z[ host-image] Aug 17 18:27:34.434 INFO O| Aug 17 18:27:34.434 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100682026-08-17T18:27:35.292Z[ host-image] Aug 17 18:27:34.434 INFO O| Aug 17 18:27:34.434 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100692026-08-17T18:27:35.292Z[ host-image] Aug 17 18:27:34.434 INFO O| Aug 17 18:27:34.434 INFO ok!
100702026-08-17T18:27:35.292Z[ host-image] Aug 17 18:27:34.434 INFO O| Aug 17 18:27:34.434 INFO STEP 60 (ensure_file) COMPLETE
100712026-08-17T18:27:35.292Z[ host-image] Aug 17 18:27:34.434 INFO O| Aug 17 18:27:34.434 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100722026-08-17T18:27:35.297Z[ host-image] Aug 17 18:27:34.444 INFO O| Aug 17 18:27:34.444 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100732026-08-17T18:27:35.297Z[ host-image] Aug 17 18:27:34.444 INFO O| Aug 17 18:27:34.444 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 ...
100742026-08-17T18:27:35.297Z[ host-image] Aug 17 18:27:34.444 INFO O| Aug 17 18:27:34.444 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
100752026-08-17T18:27:35.297Z[ host-image] Aug 17 18:27:34.444 INFO O| Aug 17 18:27:34.444 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100762026-08-17T18:27:35.297Z[ host-image] Aug 17 18:27:34.444 INFO O| Aug 17 18:27:34.444 INFO ok!
100772026-08-17T18:27:35.297Z[ host-image] Aug 17 18:27:34.444 INFO O| Aug 17 18:27:34.444 INFO STEP 61 (ensure_file) COMPLETE
100782026-08-17T18:27:35.297Z[ host-image] Aug 17 18:27:34.444 INFO O| Aug 17 18:27:34.444 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100792026-08-17T18:27:35.301Z[ host-image] Aug 17 18:27:34.452 INFO O| Aug 17 18:27:34.452 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100802026-08-17T18:27:35.301Z[ host-image] Aug 17 18:27:34.452 INFO O| Aug 17 18:27:34.452 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100812026-08-17T18:27:35.301Z[ host-image] Aug 17 18:27:34.452 INFO O| Aug 17 18:27:34.452 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100822026-08-17T18:27:35.301Z[ host-image] Aug 17 18:27:34.452 INFO O| Aug 17 18:27:34.452 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100832026-08-17T18:27:35.302Z[ host-image] Aug 17 18:27:34.452 INFO O| Aug 17 18:27:34.452 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100842026-08-17T18:27:35.302Z[ host-image] Aug 17 18:27:34.452 INFO O| Aug 17 18:27:34.452 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100852026-08-17T18:27:35.302Z[ host-image] Aug 17 18:27:34.452 INFO O| Aug 17 18:27:34.452 INFO ok!
100862026-08-17T18:27:35.302Z[ host-image] Aug 17 18:27:34.452 INFO O| Aug 17 18:27:34.452 INFO STEP 62 (ensure_file) COMPLETE
100872026-08-17T18:27:35.302Z[ host-image] Aug 17 18:27:34.452 INFO O| Aug 17 18:27:34.452 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100882026-08-17T18:27:35.311Z[ host-image] Aug 17 18:27:34.462 INFO O| Aug 17 18:27:34.462 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100892026-08-17T18:27:35.311Z[ host-image] Aug 17 18:27:34.462 INFO O| Aug 17 18:27:34.462 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 ...
100902026-08-17T18:27:35.318Z[ host-image] Aug 17 18:27:34.462 INFO O| Aug 17 18:27:34.462 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
100912026-08-17T18:27:35.318Z[ host-image] Aug 17 18:27:34.462 INFO O| Aug 17 18:27:34.462 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100922026-08-17T18:27:35.318Z[ host-image] Aug 17 18:27:34.462 INFO O| Aug 17 18:27:34.462 INFO ok!
100932026-08-17T18:27:35.318Z[ host-image] Aug 17 18:27:34.462 INFO O| Aug 17 18:27:34.462 INFO STEP 63 (ensure_file) COMPLETE
100942026-08-17T18:27:35.318Z[ host-image] Aug 17 18:27:34.462 INFO O| Aug 17 18:27:34.462 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100952026-08-17T18:27:35.323Z[ host-image] Aug 17 18:27:34.469 INFO O| Aug 17 18:27:34.469 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100962026-08-17T18:27:35.323Z[ host-image] Aug 17 18:27:34.469 INFO O| Aug 17 18:27:34.469 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 ...
100972026-08-17T18:27:35.323Z[ host-image] Aug 17 18:27:34.469 INFO O| Aug 17 18:27:34.469 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
100982026-08-17T18:27:35.323Z[ host-image] Aug 17 18:27:34.469 INFO O| Aug 17 18:27:34.469 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100992026-08-17T18:27:35.323Z[ host-image] Aug 17 18:27:34.469 INFO O| Aug 17 18:27:34.469 INFO ok!
101002026-08-17T18:27:35.323Z[ host-image] Aug 17 18:27:34.469 INFO O| Aug 17 18:27:34.469 INFO STEP 64 (ensure_file) COMPLETE
101012026-08-17T18:27:35.323Z[ host-image] Aug 17 18:27:34.469 INFO O| Aug 17 18:27:34.469 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101022026-08-17T18:27:35.327Z[ host-image] Aug 17 18:27:34.478 INFO O| Aug 17 18:27:34.478 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101032026-08-17T18:27:35.331Z[ host-image] Aug 17 18:27:34.478 INFO O| Aug 17 18:27:34.478 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 ...
101042026-08-17T18:27:35.331Z[ host-image] Aug 17 18:27:34.478 INFO O| Aug 17 18:27:34.478 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
101052026-08-17T18:27:35.331Z[ host-image] Aug 17 18:27:34.478 INFO O| Aug 17 18:27:34.478 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101062026-08-17T18:27:35.331Z[ host-image] Aug 17 18:27:34.478 INFO O| Aug 17 18:27:34.478 INFO ok!
101072026-08-17T18:27:35.331Z[ host-image] Aug 17 18:27:34.478 INFO O| Aug 17 18:27:34.478 INFO STEP 65 (ensure_file) COMPLETE
101082026-08-17T18:27:35.331Z[ host-image] Aug 17 18:27:34.478 INFO O| Aug 17 18:27:34.478 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101092026-08-17T18:27:35.331Z[ host-image] Aug 17 18:27:34.478 INFO O| Aug 17 18:27:34.478 INFO skip step because feature "mbist" is not enabled
101102026-08-17T18:27:35.331Z[ host-image] Aug 17 18:27:34.478 INFO O| Aug 17 18:27:34.478 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101112026-08-17T18:27:35.336Z[ host-image] Aug 17 18:27:34.487 INFO O| Aug 17 18:27:34.487 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101122026-08-17T18:27:35.336Z[ host-image] Aug 17 18:27:34.487 INFO O| Aug 17 18:27:34.487 INFO STEP 67 (ensure_dir) COMPLETE
101132026-08-17T18:27:35.336Z[ host-image] Aug 17 18:27:34.487 INFO O| Aug 17 18:27:34.487 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101142026-08-17T18:27:35.344Z[ recovery-image] Aug 17 18:27:34.494 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
101152026-08-17T18:27:35.351Z[ host-image] Aug 17 18:27:34.496 INFO O| Aug 17 18:27:34.496 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101162026-08-17T18:27:35.351Z[ host-image] Aug 17 18:27:34.496 INFO O| Aug 17 18:27:34.496 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101172026-08-17T18:27:35.351Z[ host-image] Aug 17 18:27:34.496 INFO O| Aug 17 18:27:34.496 INFO STEP 68 (ensure_dir) COMPLETE
101182026-08-17T18:27:35.351Z[ host-image] Aug 17 18:27:34.496 INFO O| Aug 17 18:27:34.496 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101192026-08-17T18:27:35.356Z[ host-image] Aug 17 18:27:34.505 INFO O| Aug 17 18:27:34.505 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101202026-08-17T18:27:35.356Z[ host-image] Aug 17 18:27:34.505 INFO O| Aug 17 18:27:34.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101212026-08-17T18:27:35.356Z[ host-image] Aug 17 18:27:34.505 INFO O| Aug 17 18:27:34.505 INFO STEP 69 (ensure_dir) COMPLETE
101222026-08-17T18:27:35.356Z[ host-image] Aug 17 18:27:34.505 INFO O| Aug 17 18:27:34.505 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101232026-08-17T18:27:35.363Z[ host-image] Aug 17 18:27:34.514 INFO O| Aug 17 18:27:34.514 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101242026-08-17T18:27:35.363Z[ host-image] Aug 17 18:27:34.514 INFO O| Aug 17 18:27:34.514 INFO copying /tmp/.tmpSodkyB/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101252026-08-17T18:27:35.740Z[ host-image] Aug 17 18:27:34.890 INFO O| Aug 17 18:27:34.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101262026-08-17T18:27:35.740Z[ host-image] Aug 17 18:27:34.890 INFO O| Aug 17 18:27:34.890 INFO ok!
101272026-08-17T18:27:35.740Z[ host-image] Aug 17 18:27:34.890 INFO O| Aug 17 18:27:34.890 INFO STEP 70 (ensure_file) COMPLETE
101282026-08-17T18:27:35.740Z[ host-image] Aug 17 18:27:34.890 INFO O| Aug 17 18:27:34.890 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101292026-08-17T18:27:35.749Z[ host-image] Aug 17 18:27:34.900 INFO O| Aug 17 18:27:34.900 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101302026-08-17T18:27:35.749Z[ host-image] Aug 17 18:27:34.900 INFO O| Aug 17 18:27:34.900 INFO copying /tmp/.tmpSodkyB/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101312026-08-17T18:27:36.425Z[ host-image] Aug 17 18:27:35.576 INFO O| Aug 17 18:27:35.576 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101322026-08-17T18:27:36.426Z[ host-image] Aug 17 18:27:35.576 INFO O| Aug 17 18:27:35.576 INFO ok!
101332026-08-17T18:27:36.426Z[ host-image] Aug 17 18:27:35.576 INFO O| Aug 17 18:27:35.576 INFO STEP 71 (ensure_file) COMPLETE
101342026-08-17T18:27:36.435Z[ host-image] Aug 17 18:27:35.576 INFO O| Aug 17 18:27:35.576 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101352026-08-17T18:27:36.438Z[ host-image] Aug 17 18:27:35.586 INFO O| Aug 17 18:27:35.586 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101362026-08-17T18:27:36.438Z[ host-image] Aug 17 18:27:35.586 INFO O| Aug 17 18:27:35.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101372026-08-17T18:27:36.438Z[ host-image] Aug 17 18:27:35.586 INFO O| Aug 17 18:27:35.586 INFO STEP 72 (ensure_dir) COMPLETE
101382026-08-17T18:27:36.438Z[ host-image] Aug 17 18:27:35.586 INFO O| Aug 17 18:27:35.586 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101392026-08-17T18:27:36.467Z[ host-image] Aug 17 18:27:35.594 INFO O| Aug 17 18:27:35.594 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101402026-08-17T18:27:36.467Z[ host-image] Aug 17 18:27:35.594 INFO O| Aug 17 18:27:35.594 INFO copying /tmp/.tmpSodkyB/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 ...
101412026-08-17T18:27:36.480Z[ host-image] Aug 17 18:27:35.594 INFO O| Aug 17 18:27:35.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101422026-08-17T18:27:36.480Z[ host-image] Aug 17 18:27:35.594 INFO O| Aug 17 18:27:35.594 INFO ok!
101432026-08-17T18:27:36.480Z[ host-image] Aug 17 18:27:35.594 INFO O| Aug 17 18:27:35.594 INFO STEP 73 (ensure_file) COMPLETE
101442026-08-17T18:27:36.480Z[ host-image] Aug 17 18:27:35.594 INFO O| Aug 17 18:27:35.594 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101452026-08-17T18:27:36.480Z[ host-image] Aug 17 18:27:35.604 INFO O| Aug 17 18:27:35.604 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101462026-08-17T18:27:36.480Z[ host-image] Aug 17 18:27:35.604 INFO O| Aug 17 18:27:35.604 INFO copying /tmp/.tmpSodkyB/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 ...
101472026-08-17T18:27:36.480Z[ host-image] Aug 17 18:27:35.604 INFO O| Aug 17 18:27:35.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101482026-08-17T18:27:36.481Z[ host-image] Aug 17 18:27:35.604 INFO O| Aug 17 18:27:35.604 INFO ok!
101492026-08-17T18:27:36.481Z[ host-image] Aug 17 18:27:35.604 INFO O| Aug 17 18:27:35.604 INFO STEP 74 (ensure_file) COMPLETE
101502026-08-17T18:27:36.481Z[ host-image] Aug 17 18:27:35.604 INFO O| Aug 17 18:27:35.604 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101512026-08-17T18:27:36.481Z[ host-image] Aug 17 18:27:35.611 INFO O| Aug 17 18:27:35.611 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101522026-08-17T18:27:36.481Z[ host-image] Aug 17 18:27:35.612 INFO O| Aug 17 18:27:35.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101532026-08-17T18:27:36.481Z[ host-image] Aug 17 18:27:35.612 INFO O| Aug 17 18:27:35.612 INFO STEP 75 (ensure_dir) COMPLETE
101542026-08-17T18:27:36.481Z[ host-image] Aug 17 18:27:35.612 INFO O| Aug 17 18:27:35.612 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101552026-08-17T18:27:36.481Z[ host-image] Aug 17 18:27:35.618 INFO O| Aug 17 18:27:35.618 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101562026-08-17T18:27:36.481Z[ host-image] Aug 17 18:27:35.618 INFO O| Aug 17 18:27:35.618 INFO copying /tmp/.tmpSodkyB/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 ...
101572026-08-17T18:27:36.481Z[ host-image] Aug 17 18:27:35.618 INFO O| Aug 17 18:27:35.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101582026-08-17T18:27:36.481Z[ host-image] Aug 17 18:27:35.618 INFO O| Aug 17 18:27:35.618 INFO ok!
101592026-08-17T18:27:36.481Z[ host-image] Aug 17 18:27:35.618 INFO O| Aug 17 18:27:35.618 INFO STEP 76 (ensure_file) COMPLETE
101602026-08-17T18:27:36.481Z[ host-image] Aug 17 18:27:35.618 INFO O| Aug 17 18:27:35.618 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101612026-08-17T18:27:36.486Z[ host-image] Aug 17 18:27:35.625 INFO O| Aug 17 18:27:35.625 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101622026-08-17T18:27:36.486Z[ host-image] Aug 17 18:27:35.625 INFO O| Aug 17 18:27:35.625 INFO copying /tmp/.tmpSodkyB/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 ...
101632026-08-17T18:27:36.486Z[ host-image] Aug 17 18:27:35.625 INFO O| Aug 17 18:27:35.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101642026-08-17T18:27:36.486Z[ host-image] Aug 17 18:27:35.625 INFO O| Aug 17 18:27:35.625 INFO ok!
101652026-08-17T18:27:36.486Z[ host-image] Aug 17 18:27:35.625 INFO O| Aug 17 18:27:35.625 INFO STEP 77 (ensure_file) COMPLETE
101662026-08-17T18:27:36.486Z[ host-image] Aug 17 18:27:35.625 INFO O| Aug 17 18:27:35.625 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672026-08-17T18:27:36.486Z[ host-image] Aug 17 18:27:35.631 INFO O| Aug 17 18:27:35.631 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101682026-08-17T18:27:36.486Z[ host-image] Aug 17 18:27:35.631 INFO O| Aug 17 18:27:35.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101692026-08-17T18:27:36.486Z[ host-image] Aug 17 18:27:35.631 INFO O| Aug 17 18:27:35.631 INFO STEP 78 (ensure_dir) COMPLETE
101702026-08-17T18:27:36.486Z[ host-image] Aug 17 18:27:35.631 INFO O| Aug 17 18:27:35.631 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101712026-08-17T18:27:36.492Z[ host-image] Aug 17 18:27:35.641 INFO O| Aug 17 18:27:35.641 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101722026-08-17T18:27:36.492Z[ host-image] Aug 17 18:27:35.641 INFO O| Aug 17 18:27:35.641 INFO copying /tmp/.tmpSodkyB/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 ...
101732026-08-17T18:27:36.494Z[ host-image] Aug 17 18:27:35.641 INFO O| Aug 17 18:27:35.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101742026-08-17T18:27:36.517Z[ host-image] Aug 17 18:27:35.641 INFO O| Aug 17 18:27:35.641 INFO ok!
101752026-08-17T18:27:36.517Z[ host-image] Aug 17 18:27:35.641 INFO O| Aug 17 18:27:35.641 INFO STEP 79 (ensure_file) COMPLETE
101762026-08-17T18:27:36.517Z[ host-image] Aug 17 18:27:35.641 INFO O| Aug 17 18:27:35.641 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101772026-08-17T18:27:36.517Z[ host-image] Aug 17 18:27:35.649 INFO O| Aug 17 18:27:35.649 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101782026-08-17T18:27:36.517Z[ host-image] Aug 17 18:27:35.649 INFO O| Aug 17 18:27:35.649 INFO copying /tmp/.tmpSodkyB/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101792026-08-17T18:27:36.517Z[ host-image] Aug 17 18:27:35.649 INFO O| Aug 17 18:27:35.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101802026-08-17T18:27:36.517Z[ host-image] Aug 17 18:27:35.649 INFO O| Aug 17 18:27:35.649 INFO ok!
101812026-08-17T18:27:36.517Z[ host-image] Aug 17 18:27:35.649 INFO O| Aug 17 18:27:35.649 INFO STEP 80 (ensure_file) COMPLETE
101822026-08-17T18:27:36.517Z[ host-image] Aug 17 18:27:35.649 INFO O| Aug 17 18:27:35.649 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101832026-08-17T18:27:36.517Z[ host-image] Aug 17 18:27:35.657 INFO O| Aug 17 18:27:35.657 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101842026-08-17T18:27:36.518Z[ host-image] Aug 17 18:27:35.657 INFO O| Aug 17 18:27:35.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101852026-08-17T18:27:36.518Z[ host-image] Aug 17 18:27:35.657 INFO O| Aug 17 18:27:35.657 INFO STEP 81 (ensure_dir) COMPLETE
101862026-08-17T18:27:36.518Z[ host-image] Aug 17 18:27:35.657 INFO O| Aug 17 18:27:35.657 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101872026-08-17T18:27:36.518Z[ host-image] Aug 17 18:27:35.666 INFO O| Aug 17 18:27:35.666 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101882026-08-17T18:27:36.518Z[ host-image] Aug 17 18:27:35.666 INFO O| Aug 17 18:27:35.666 INFO copying /tmp/.tmpSodkyB/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101892026-08-17T18:27:37.112Z[ host-image] Aug 17 18:27:36.259 INFO O| Aug 17 18:27:36.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101902026-08-17T18:27:37.112Z[ host-image] Aug 17 18:27:36.259 INFO O| Aug 17 18:27:36.259 INFO ok!
101912026-08-17T18:27:37.115Z[ host-image] Aug 17 18:27:36.259 INFO O| Aug 17 18:27:36.259 INFO STEP 82 (ensure_file) COMPLETE
101922026-08-17T18:27:37.116Z[ host-image] Aug 17 18:27:36.259 INFO O| Aug 17 18:27:36.259 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101932026-08-17T18:27:37.130Z[ host-image] Aug 17 18:27:36.267 INFO O| Aug 17 18:27:36.267 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101942026-08-17T18:27:37.130Z[ host-image] Aug 17 18:27:36.267 INFO O| Aug 17 18:27:36.267 INFO copying /tmp/.tmpSodkyB/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101952026-08-17T18:27:37.479Z[ host-image] Aug 17 18:27:36.576 INFO O| Aug 17 18:27:36.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101962026-08-17T18:27:37.479Z[ host-image] Aug 17 18:27:36.576 INFO O| Aug 17 18:27:36.576 INFO ok!
101972026-08-17T18:27:37.479Z[ host-image] Aug 17 18:27:36.576 INFO O| Aug 17 18:27:36.576 INFO STEP 83 (ensure_file) COMPLETE
101982026-08-17T18:27:37.514Z[ host-image] Aug 17 18:27:36.576 INFO O| Aug 17 18:27:36.576 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101992026-08-17T18:27:37.514Z[ host-image] Aug 17 18:27:36.585 INFO O| Aug 17 18:27:36.585 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102002026-08-17T18:27:37.514Z[ host-image] Aug 17 18:27:36.585 INFO O| Aug 17 18:27:36.585 INFO copying /tmp/.tmpSodkyB/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102012026-08-17T18:27:38.899Z[ host-image] Aug 17 18:27:38.047 INFO O| Aug 17 18:27:38.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102022026-08-17T18:27:38.899Z[ host-image] Aug 17 18:27:38.047 INFO O| Aug 17 18:27:38.047 INFO ok!
102032026-08-17T18:27:38.899Z[ host-image] Aug 17 18:27:38.047 INFO O| Aug 17 18:27:38.047 INFO STEP 84 (ensure_file) COMPLETE
102042026-08-17T18:27:38.906Z[ host-image] Aug 17 18:27:38.048 INFO O| Aug 17 18:27:38.047 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-08-17T18:27:38.913Z[ host-image] Aug 17 18:27:38.058 INFO O| Aug 17 18:27:38.058 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102062026-08-17T18:27:38.913Z[ host-image] Aug 17 18:27:38.058 INFO O| Aug 17 18:27:38.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102072026-08-17T18:27:38.913Z[ host-image] Aug 17 18:27:38.058 INFO O| Aug 17 18:27:38.058 INFO STEP 85 (ensure_dir) COMPLETE
102082026-08-17T18:27:38.913Z[ host-image] Aug 17 18:27:38.058 INFO O| Aug 17 18:27:38.058 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102092026-08-17T18:27:38.920Z[ host-image] Aug 17 18:27:38.065 INFO O| Aug 17 18:27:38.065 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102102026-08-17T18:27:38.920Z[ host-image] Aug 17 18:27:38.065 INFO O| Aug 17 18:27:38.065 INFO copying /tmp/.tmpSodkyB/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 ...
102112026-08-17T18:27:38.920Z[ host-image] Aug 17 18:27:38.065 INFO O| Aug 17 18:27:38.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102122026-08-17T18:27:38.920Z[ host-image] Aug 17 18:27:38.065 INFO O| Aug 17 18:27:38.065 INFO ok!
102132026-08-17T18:27:38.920Z[ host-image] Aug 17 18:27:38.065 INFO O| Aug 17 18:27:38.065 INFO STEP 86 (ensure_file) COMPLETE
102142026-08-17T18:27:38.920Z[ host-image] Aug 17 18:27:38.065 INFO O| Aug 17 18:27:38.065 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-08-17T18:27:38.927Z[ host-image] Aug 17 18:27:38.071 INFO O| Aug 17 18:27:38.071 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102162026-08-17T18:27:38.927Z[ host-image] Aug 17 18:27:38.071 INFO O| Aug 17 18:27:38.071 INFO copying /tmp/.tmpSodkyB/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 ...
102172026-08-17T18:27:38.927Z[ host-image] Aug 17 18:27:38.071 INFO O| Aug 17 18:27:38.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102182026-08-17T18:27:38.927Z[ host-image] Aug 17 18:27:38.071 INFO O| Aug 17 18:27:38.071 INFO ok!
102192026-08-17T18:27:38.927Z[ host-image] Aug 17 18:27:38.071 INFO O| Aug 17 18:27:38.071 INFO STEP 87 (ensure_file) COMPLETE
102202026-08-17T18:27:38.927Z[ host-image] Aug 17 18:27:38.071 INFO O| Aug 17 18:27:38.071 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-08-17T18:27:38.933Z[ host-image] Aug 17 18:27:38.082 INFO O| Aug 17 18:27:38.082 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102222026-08-17T18:27:38.933Z[ host-image] Aug 17 18:27:38.082 INFO O| Aug 17 18:27:38.082 INFO copying /tmp/.tmpSodkyB/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102232026-08-17T18:27:38.933Z[ host-image] Aug 17 18:27:38.082 INFO O| Aug 17 18:27:38.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102242026-08-17T18:27:38.933Z[ host-image] Aug 17 18:27:38.082 INFO O| Aug 17 18:27:38.082 INFO ok!
102252026-08-17T18:27:38.934Z[ host-image] Aug 17 18:27:38.082 INFO O| Aug 17 18:27:38.082 INFO STEP 88 (ensure_file) COMPLETE
102262026-08-17T18:27:38.934Z[ host-image] Aug 17 18:27:38.082 INFO O| Aug 17 18:27:38.082 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102272026-08-17T18:27:38.953Z[ host-image] Aug 17 18:27:38.090 INFO O| Aug 17 18:27:38.090 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102282026-08-17T18:27:38.953Z[ host-image] Aug 17 18:27:38.090 INFO O| Aug 17 18:27:38.090 INFO copying /tmp/.tmpSodkyB/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102292026-08-17T18:27:38.953Z[ host-image] Aug 17 18:27:38.090 INFO O| Aug 17 18:27:38.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102302026-08-17T18:27:38.953Z[ host-image] Aug 17 18:27:38.090 INFO O| Aug 17 18:27:38.090 INFO ok!
102312026-08-17T18:27:38.953Z[ host-image] Aug 17 18:27:38.090 INFO O| Aug 17 18:27:38.090 INFO STEP 89 (ensure_file) COMPLETE
102322026-08-17T18:27:38.953Z[ host-image] Aug 17 18:27:38.090 INFO O| Aug 17 18:27:38.090 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332026-08-17T18:27:38.960Z[ host-image] Aug 17 18:27:38.099 INFO O| Aug 17 18:27:38.099 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102342026-08-17T18:27:38.960Z[ host-image] Aug 17 18:27:38.099 INFO O| Aug 17 18:27:38.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102352026-08-17T18:27:38.960Z[ host-image] Aug 17 18:27:38.099 INFO O| Aug 17 18:27:38.099 INFO STEP 90 (ensure_dir) COMPLETE
102362026-08-17T18:27:38.960Z[ host-image] Aug 17 18:27:38.099 INFO O| Aug 17 18:27:38.099 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-08-17T18:27:38.960Z[ host-image] Aug 17 18:27:38.108 INFO O| Aug 17 18:27:38.108 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102382026-08-17T18:27:38.960Z[ host-image] Aug 17 18:27:38.108 INFO O| Aug 17 18:27:38.108 INFO copying /tmp/.tmpSodkyB/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102392026-08-17T18:27:39.138Z[ host-image] Aug 17 18:27:38.281 INFO O| Aug 17 18:27:38.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102402026-08-17T18:27:39.138Z[ host-image] Aug 17 18:27:38.282 INFO O| Aug 17 18:27:38.281 INFO ok!
102412026-08-17T18:27:39.138Z[ host-image] Aug 17 18:27:38.282 INFO O| Aug 17 18:27:38.281 INFO STEP 91 (ensure_file) COMPLETE
102422026-08-17T18:27:39.161Z[ host-image] Aug 17 18:27:38.282 INFO O| Aug 17 18:27:38.281 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-08-17T18:27:39.161Z[ host-image] Aug 17 18:27:38.290 INFO O| Aug 17 18:27:38.290 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102442026-08-17T18:27:39.161Z[ host-image] Aug 17 18:27:38.290 INFO O| Aug 17 18:27:38.290 INFO copying /tmp/.tmpSodkyB/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102452026-08-17T18:27:39.162Z[ host-image] Aug 17 18:27:38.290 INFO O| Aug 17 18:27:38.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102462026-08-17T18:27:39.162Z[ host-image] Aug 17 18:27:38.290 INFO O| Aug 17 18:27:38.290 INFO ok!
102472026-08-17T18:27:39.162Z[ host-image] Aug 17 18:27:38.290 INFO O| Aug 17 18:27:38.290 INFO STEP 92 (ensure_file) COMPLETE
102482026-08-17T18:27:39.162Z[ host-image] Aug 17 18:27:38.290 INFO O| Aug 17 18:27:38.290 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102492026-08-17T18:27:39.202Z[ host-image] Aug 17 18:27:38.300 INFO O| Aug 17 18:27:38.300 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102502026-08-17T18:27:39.202Z[ host-image] Aug 17 18:27:38.300 INFO O| Aug 17 18:27:38.300 INFO copying /tmp/.tmpSodkyB/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102512026-08-17T18:27:39.620Z[ recovery-image] Aug 17 18:27:38.763 INFO creating reset image...
102522026-08-17T18:27:39.621Z[ recovery-image] Aug 17 18:27:38.763 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")
102532026-08-17T18:27:39.651Z[ host-image] Aug 17 18:27:38.786 INFO O| Aug 17 18:27:38.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102542026-08-17T18:27:39.651Z[ host-image] Aug 17 18:27:38.786 INFO O| Aug 17 18:27:38.778 INFO ok!
102552026-08-17T18:27:39.668Z[ host-image] Aug 17 18:27:38.786 INFO O| Aug 17 18:27:38.778 INFO STEP 93 (ensure_file) COMPLETE
102562026-08-17T18:27:39.669Z[ host-image] Aug 17 18:27:38.786 INFO O| Aug 17 18:27:38.778 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102572026-08-17T18:27:39.676Z[ host-image] Aug 17 18:27:38.806 INFO O| Aug 17 18:27:38.788 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102582026-08-17T18:27:39.676Z[ host-image] Aug 17 18:27:38.806 INFO O| Aug 17 18:27:38.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102592026-08-17T18:27:39.687Z[ host-image] Aug 17 18:27:38.806 INFO O| Aug 17 18:27:38.788 INFO STEP 94 (ensure_dir) COMPLETE
102602026-08-17T18:27:39.695Z[ host-image] Aug 17 18:27:38.806 INFO O| Aug 17 18:27:38.788 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102612026-08-17T18:27:39.695Z[ host-image] Aug 17 18:27:38.806 INFO O| Aug 17 18:27:38.797 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102622026-08-17T18:27:39.695Z[ host-image] Aug 17 18:27:38.806 INFO O| Aug 17 18:27:38.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102632026-08-17T18:27:39.695Z[ host-image] Aug 17 18:27:38.806 INFO O| Aug 17 18:27:38.797 INFO STEP 95 (ensure_dir) COMPLETE
102642026-08-17T18:27:39.695Z[ host-image] Aug 17 18:27:38.806 INFO O| Aug 17 18:27:38.797 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102652026-08-17T18:27:39.695Z[ host-image] Aug 17 18:27:38.806 INFO O| Aug 17 18:27:38.805 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102662026-08-17T18:27:39.695Z[ host-image] Aug 17 18:27:38.806 INFO O| Aug 17 18:27:38.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102672026-08-17T18:27:39.695Z[ host-image] Aug 17 18:27:38.806 INFO O| Aug 17 18:27:38.805 INFO STEP 96 (ensure_dir) COMPLETE
102682026-08-17T18:27:39.695Z[ host-image] Aug 17 18:27:38.806 INFO O| Aug 17 18:27:38.805 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102692026-08-17T18:27:39.695Z[ host-image] Aug 17 18:27:38.842 INFO O| Aug 17 18:27:38.813 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102702026-08-17T18:27:39.695Z[ host-image] Aug 17 18:27:38.842 INFO O| Aug 17 18:27:38.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102712026-08-17T18:27:39.695Z[ host-image] Aug 17 18:27:38.842 INFO O| Aug 17 18:27:38.813 INFO STEP 97 (ensure_dir) COMPLETE
102722026-08-17T18:27:39.695Z[ host-image] Aug 17 18:27:38.842 INFO O| Aug 17 18:27:38.813 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102732026-08-17T18:27:39.695Z[ host-image] Aug 17 18:27:38.842 INFO O| Aug 17 18:27:38.822 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102742026-08-17T18:27:39.695Z[ host-image] Aug 17 18:27:38.842 INFO O| Aug 17 18:27:38.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102752026-08-17T18:27:39.695Z[ host-image] Aug 17 18:27:38.842 INFO O| Aug 17 18:27:38.822 INFO STEP 98 (ensure_dir) COMPLETE
102762026-08-17T18:27:39.695Z[ host-image] Aug 17 18:27:38.842 INFO O| Aug 17 18:27:38.822 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-08-17T18:27:39.696Z[ host-image] Aug 17 18:27:38.842 INFO O| Aug 17 18:27:38.831 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102782026-08-17T18:27:39.696Z[ host-image] Aug 17 18:27:38.842 INFO O| Aug 17 18:27:38.831 INFO copying /tmp/.tmpSodkyB/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 ...
102792026-08-17T18:27:39.696Z[ host-image] Aug 17 18:27:38.842 INFO O| Aug 17 18:27:38.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102802026-08-17T18:27:39.696Z[ host-image] Aug 17 18:27:38.842 INFO O| Aug 17 18:27:38.831 INFO ok!
102812026-08-17T18:27:39.696Z[ host-image] Aug 17 18:27:38.842 INFO O| Aug 17 18:27:38.831 INFO STEP 99 (ensure_file) COMPLETE
102822026-08-17T18:27:39.696Z[ host-image] Aug 17 18:27:38.842 INFO O| Aug 17 18:27:38.831 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-08-17T18:27:39.696Z[ host-image] Aug 17 18:27:38.842 INFO O| Aug 17 18:27:38.840 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102842026-08-17T18:27:39.696Z[ host-image] Aug 17 18:27:38.842 INFO O| Aug 17 18:27:38.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102852026-08-17T18:27:39.696Z[ host-image] Aug 17 18:27:38.842 INFO O| Aug 17 18:27:38.840 INFO STEP 100 (ensure_dir) COMPLETE
102862026-08-17T18:27:39.696Z[ host-image] Aug 17 18:27:38.842 INFO O| Aug 17 18:27:38.840 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102872026-08-17T18:27:39.704Z[ host-image] Aug 17 18:27:38.847 INFO O| Aug 17 18:27:38.847 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102882026-08-17T18:27:39.704Z[ host-image] Aug 17 18:27:38.847 INFO O| Aug 17 18:27:38.847 INFO copying /tmp/.tmpSodkyB/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102892026-08-17T18:27:39.745Z[ host-image] Aug 17 18:27:38.858 INFO O| Aug 17 18:27:38.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102902026-08-17T18:27:39.745Z[ host-image] Aug 17 18:27:38.858 INFO O| Aug 17 18:27:38.858 INFO ok!
102912026-08-17T18:27:39.745Z[ host-image] Aug 17 18:27:38.858 INFO O| Aug 17 18:27:38.858 INFO STEP 101 (ensure_file) COMPLETE
102922026-08-17T18:27:39.745Z[ host-image] Aug 17 18:27:38.858 INFO O| Aug 17 18:27:38.858 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102932026-08-17T18:27:39.745Z[ host-image] Aug 17 18:27:38.865 INFO O| Aug 17 18:27:38.865 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102942026-08-17T18:27:39.745Z[ host-image] Aug 17 18:27:38.865 INFO O| Aug 17 18:27:38.865 INFO copying /tmp/.tmpSodkyB/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102952026-08-17T18:27:39.745Z[ host-image] Aug 17 18:27:38.865 INFO O| Aug 17 18:27:38.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102962026-08-17T18:27:39.746Z[ host-image] Aug 17 18:27:38.865 INFO O| Aug 17 18:27:38.865 INFO ok!
102972026-08-17T18:27:39.746Z[ host-image] Aug 17 18:27:38.865 INFO O| Aug 17 18:27:38.865 INFO STEP 102 (ensure_file) COMPLETE
102982026-08-17T18:27:39.746Z[ host-image] Aug 17 18:27:38.865 INFO O| Aug 17 18:27:38.865 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102992026-08-17T18:27:39.746Z[ host-image] Aug 17 18:27:38.873 INFO O| Aug 17 18:27:38.873 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103002026-08-17T18:27:39.746Z[ host-image] Aug 17 18:27:38.873 INFO O| Aug 17 18:27:38.873 INFO copying /tmp/.tmpSodkyB/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103012026-08-17T18:27:39.878Z[ recovery-image] Aug 17 18:27:39.028 INFO E| Updating crates.io index
103022026-08-17T18:27:40.036Z[ host-image] Aug 17 18:27:39.187 INFO O| Aug 17 18:27:39.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103032026-08-17T18:27:40.036Z[ host-image] Aug 17 18:27:39.187 INFO O| Aug 17 18:27:39.187 INFO ok!
103042026-08-17T18:27:40.036Z[ host-image] Aug 17 18:27:39.187 INFO O| Aug 17 18:27:39.187 INFO STEP 103 (ensure_file) COMPLETE
103052026-08-17T18:27:40.043Z[ host-image] Aug 17 18:27:39.187 INFO O| Aug 17 18:27:39.187 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062026-08-17T18:27:40.050Z[ host-image] Aug 17 18:27:39.197 INFO O| Aug 17 18:27:39.197 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103072026-08-17T18:27:40.050Z[ host-image] Aug 17 18:27:39.197 INFO O| Aug 17 18:27:39.197 INFO copying /tmp/.tmpSodkyB/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103082026-08-17T18:27:40.051Z[ host-image] Aug 17 18:27:39.197 INFO O| Aug 17 18:27:39.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103092026-08-17T18:27:40.051Z[ host-image] Aug 17 18:27:39.197 INFO O| Aug 17 18:27:39.197 INFO ok!
103102026-08-17T18:27:40.051Z[ host-image] Aug 17 18:27:39.197 INFO O| Aug 17 18:27:39.197 INFO STEP 104 (ensure_file) COMPLETE
103112026-08-17T18:27:40.051Z[ host-image] Aug 17 18:27:39.197 INFO O| Aug 17 18:27:39.197 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103122026-08-17T18:27:40.062Z[ host-image] Aug 17 18:27:39.207 INFO O| Aug 17 18:27:39.207 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103132026-08-17T18:27:40.062Z[ host-image] Aug 17 18:27:39.207 INFO O| Aug 17 18:27:39.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103142026-08-17T18:27:40.062Z[ host-image] Aug 17 18:27:39.207 INFO O| Aug 17 18:27:39.207 INFO STEP 105 (ensure_dir) COMPLETE
103152026-08-17T18:27:40.062Z[ host-image] Aug 17 18:27:39.207 INFO O| Aug 17 18:27:39.207 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103162026-08-17T18:27:40.089Z[ host-image] Aug 17 18:27:39.215 INFO O| Aug 17 18:27:39.215 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103172026-08-17T18:27:40.090Z[ host-image] Aug 17 18:27:39.215 INFO O| Aug 17 18:27:39.215 INFO copying /tmp/.tmpSodkyB/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 ...
103182026-08-17T18:27:40.215Z[ recovery-image] Aug 17 18:27:39.363 INFO E| Downloading crates ...
103192026-08-17T18:27:40.272Z[ recovery-image] Aug 17 18:27:39.416 INFO E| Downloaded colorchoice v1.0.5
103202026-08-17T18:27:40.272Z[ recovery-image] Aug 17 18:27:39.417 INFO E| Downloaded clap_lex v1.1.0
103212026-08-17T18:27:40.294Z[ recovery-image] Aug 17 18:27:39.418 INFO E| Downloaded shared_thread v0.2.0
103222026-08-17T18:27:40.294Z[ recovery-image] Aug 17 18:27:39.424 INFO E| Downloaded duct v1.1.1
103232026-08-17T18:27:40.306Z[ recovery-image] Aug 17 18:27:39.426 INFO E| Downloaded sigchld v0.2.4
103242026-08-17T18:27:40.307Z[ recovery-image] Aug 17 18:27:39.426 INFO E| Downloaded shared_child v1.1.1
103252026-08-17T18:27:40.307Z[ recovery-image] Aug 17 18:27:39.428 INFO E| Downloaded os_pipe v1.2.3
103262026-08-17T18:27:40.323Z[ recovery-image] Aug 17 18:27:39.475 INFO E| Compiling libc v0.2.186
103272026-08-17T18:27:40.323Z[ recovery-image] Aug 17 18:27:39.475 INFO E| Compiling proc-macro2 v1.0.106
103282026-08-17T18:27:40.331Z[ recovery-image] Aug 17 18:27:39.475 INFO E| Compiling signal-hook v0.3.18
103292026-08-17T18:27:40.331Z[ recovery-image] Aug 17 18:27:39.475 INFO E| Compiling quote v1.0.45
103302026-08-17T18:27:40.331Z[ recovery-image] Aug 17 18:27:39.475 INFO E| Compiling unicode-ident v1.0.24
103312026-08-17T18:27:40.331Z[ recovery-image] Aug 17 18:27:39.475 INFO E| Compiling utf8parse v0.2.2
103322026-08-17T18:27:40.331Z[ recovery-image] Aug 17 18:27:39.475 INFO E| Compiling anstyle v1.0.14
103332026-08-17T18:27:40.331Z[ recovery-image] Aug 17 18:27:39.475 INFO E| Compiling is_terminal_polyfill v1.70.2
103342026-08-17T18:27:40.331Z[ recovery-image] Aug 17 18:27:39.475 INFO E| Compiling colorchoice v1.0.5
103352026-08-17T18:27:40.331Z[ recovery-image] Aug 17 18:27:39.475 INFO E| Compiling anstyle-query v1.1.5
103362026-08-17T18:27:40.332Z[ recovery-image] Aug 17 18:27:39.475 INFO E| Compiling heck v0.5.0
103372026-08-17T18:27:40.332Z[ recovery-image] Aug 17 18:27:39.475 INFO E| Compiling strsim v0.11.1
103382026-08-17T18:27:40.332Z[ recovery-image] Aug 17 18:27:39.475 INFO E| Compiling clap_lex v1.1.0
103392026-08-17T18:27:40.340Z[ recovery-image] Aug 17 18:27:39.488 INFO E| Compiling shared_thread v0.2.0
103402026-08-17T18:27:40.411Z[ host-image] Aug 17 18:27:39.562 INFO O| Aug 17 18:27:39.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103412026-08-17T18:27:40.411Z[ host-image] Aug 17 18:27:39.562 INFO O| Aug 17 18:27:39.562 INFO ok!
103422026-08-17T18:27:40.429Z[ host-image] Aug 17 18:27:39.562 INFO O| Aug 17 18:27:39.562 INFO STEP 106 (ensure_file) COMPLETE
103432026-08-17T18:27:40.429Z[ host-image] Aug 17 18:27:39.562 INFO O| Aug 17 18:27:39.562 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103442026-08-17T18:27:40.429Z[ host-image] Aug 17 18:27:39.574 INFO O| Aug 17 18:27:39.574 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103452026-08-17T18:27:40.429Z[ host-image] Aug 17 18:27:39.574 INFO O| Aug 17 18:27:39.574 INFO copying /tmp/.tmpSodkyB/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 ...
103462026-08-17T18:27:40.429Z[ host-image] Aug 17 18:27:39.574 INFO O| Aug 17 18:27:39.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103472026-08-17T18:27:40.429Z[ host-image] Aug 17 18:27:39.574 INFO O| Aug 17 18:27:39.574 INFO ok!
103482026-08-17T18:27:40.429Z[ host-image] Aug 17 18:27:39.574 INFO O| Aug 17 18:27:39.574 INFO STEP 107 (ensure_file) COMPLETE
103492026-08-17T18:27:40.429Z[ host-image] Aug 17 18:27:39.574 INFO O| Aug 17 18:27:39.574 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103502026-08-17T18:27:40.439Z[ host-image] Aug 17 18:27:39.584 INFO O| Aug 17 18:27:39.584 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103512026-08-17T18:27:40.439Z[ host-image] Aug 17 18:27:39.584 INFO O| Aug 17 18:27:39.584 INFO copying /tmp/.tmpSodkyB/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 ...
103522026-08-17T18:27:40.439Z[ host-image] Aug 17 18:27:39.584 INFO O| Aug 17 18:27:39.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103532026-08-17T18:27:40.439Z[ host-image] Aug 17 18:27:39.584 INFO O| Aug 17 18:27:39.584 INFO ok!
103542026-08-17T18:27:40.439Z[ host-image] Aug 17 18:27:39.584 INFO O| Aug 17 18:27:39.584 INFO STEP 108 (ensure_file) COMPLETE
103552026-08-17T18:27:40.439Z[ host-image] Aug 17 18:27:39.584 INFO O| Aug 17 18:27:39.584 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103562026-08-17T18:27:40.448Z[ host-image] Aug 17 18:27:39.595 INFO O| Aug 17 18:27:39.595 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103572026-08-17T18:27:40.448Z[ host-image] Aug 17 18:27:39.595 INFO O| Aug 17 18:27:39.595 INFO copying /tmp/.tmpSodkyB/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 ...
103582026-08-17T18:27:40.448Z[ host-image] Aug 17 18:27:39.595 INFO O| Aug 17 18:27:39.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103592026-08-17T18:27:40.448Z[ host-image] Aug 17 18:27:39.595 INFO O| Aug 17 18:27:39.595 INFO ok!
103602026-08-17T18:27:40.448Z[ host-image] Aug 17 18:27:39.595 INFO O| Aug 17 18:27:39.595 INFO STEP 109 (ensure_file) COMPLETE
103612026-08-17T18:27:40.448Z[ host-image] Aug 17 18:27:39.595 INFO O| Aug 17 18:27:39.595 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103622026-08-17T18:27:40.456Z[ host-image] Aug 17 18:27:39.605 INFO O| Aug 17 18:27:39.605 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103632026-08-17T18:27:40.457Z[ host-image] Aug 17 18:27:39.605 INFO O| Aug 17 18:27:39.605 INFO copying /tmp/.tmpSodkyB/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 ...
103642026-08-17T18:27:40.457Z[ host-image] Aug 17 18:27:39.605 INFO O| Aug 17 18:27:39.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103652026-08-17T18:27:40.457Z[ host-image] Aug 17 18:27:39.605 INFO O| Aug 17 18:27:39.605 INFO ok!
103662026-08-17T18:27:40.457Z[ host-image] Aug 17 18:27:39.605 INFO O| Aug 17 18:27:39.605 INFO STEP 110 (ensure_file) COMPLETE
103672026-08-17T18:27:40.457Z[ host-image] Aug 17 18:27:39.605 INFO O| Aug 17 18:27:39.605 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103682026-08-17T18:27:40.484Z[ recovery-image] Aug 17 18:27:39.612 INFO E| Compiling anstyle-parse v1.0.0
103692026-08-17T18:27:40.484Z[ host-image] Aug 17 18:27:39.615 INFO O| Aug 17 18:27:39.615 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103702026-08-17T18:27:40.484Z[ host-image] Aug 17 18:27:39.615 INFO O| Aug 17 18:27:39.615 INFO copying /tmp/.tmpSodkyB/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 ...
103712026-08-17T18:27:40.484Z[ host-image] Aug 17 18:27:39.615 INFO O| Aug 17 18:27:39.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103722026-08-17T18:27:40.484Z[ host-image] Aug 17 18:27:39.615 INFO O| Aug 17 18:27:39.615 INFO ok!
103732026-08-17T18:27:40.485Z[ host-image] Aug 17 18:27:39.615 INFO O| Aug 17 18:27:39.615 INFO STEP 111 (ensure_file) COMPLETE
103742026-08-17T18:27:40.485Z[ host-image] Aug 17 18:27:39.615 INFO O| Aug 17 18:27:39.615 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103752026-08-17T18:27:40.498Z[ host-image] Aug 17 18:27:39.626 INFO O| Aug 17 18:27:39.626 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103762026-08-17T18:27:40.498Z[ host-image] Aug 17 18:27:39.626 INFO O| Aug 17 18:27:39.626 INFO copying /tmp/.tmpSodkyB/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 ...
103772026-08-17T18:27:40.498Z[ host-image] Aug 17 18:27:39.626 INFO O| Aug 17 18:27:39.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103782026-08-17T18:27:40.498Z[ host-image] Aug 17 18:27:39.626 INFO O| Aug 17 18:27:39.626 INFO ok!
103792026-08-17T18:27:40.498Z[ host-image] Aug 17 18:27:39.626 INFO O| Aug 17 18:27:39.626 INFO STEP 112 (ensure_file) COMPLETE
103802026-08-17T18:27:40.498Z[ host-image] Aug 17 18:27:39.626 INFO O| Aug 17 18:27:39.626 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103812026-08-17T18:27:40.498Z[ host-image] Aug 17 18:27:39.637 INFO O| Aug 17 18:27:39.637 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103822026-08-17T18:27:40.498Z[ host-image] Aug 17 18:27:39.637 INFO O| Aug 17 18:27:39.637 INFO copying /tmp/.tmpSodkyB/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103832026-08-17T18:27:40.498Z[ host-image] Aug 17 18:27:39.637 INFO O| Aug 17 18:27:39.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103842026-08-17T18:27:40.498Z[ host-image] Aug 17 18:27:39.637 INFO O| Aug 17 18:27:39.637 INFO ok!
103852026-08-17T18:27:40.498Z[ host-image] Aug 17 18:27:39.637 INFO O| Aug 17 18:27:39.637 INFO STEP 113 (ensure_file) COMPLETE
103862026-08-17T18:27:40.498Z[ host-image] Aug 17 18:27:39.637 INFO O| Aug 17 18:27:39.637 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103872026-08-17T18:27:40.506Z[ host-image] Aug 17 18:27:39.649 INFO O| Aug 17 18:27:39.649 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103882026-08-17T18:27:40.506Z[ host-image] Aug 17 18:27:39.649 INFO O| Aug 17 18:27:39.649 INFO copying /tmp/.tmpSodkyB/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 ...
103892026-08-17T18:27:40.506Z[ host-image] Aug 17 18:27:39.649 INFO O| Aug 17 18:27:39.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103902026-08-17T18:27:40.506Z[ host-image] Aug 17 18:27:39.649 INFO O| Aug 17 18:27:39.649 INFO ok!
103912026-08-17T18:27:40.506Z[ host-image] Aug 17 18:27:39.649 INFO O| Aug 17 18:27:39.649 INFO STEP 114 (ensure_file) COMPLETE
103922026-08-17T18:27:40.506Z[ host-image] Aug 17 18:27:39.649 INFO O| Aug 17 18:27:39.649 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103932026-08-17T18:27:40.515Z[ host-image] Aug 17 18:27:39.659 INFO O| Aug 17 18:27:39.659 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103942026-08-17T18:27:40.515Z[ host-image] Aug 17 18:27:39.659 INFO O| Aug 17 18:27:39.659 INFO copying /tmp/.tmpSodkyB/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 ...
103952026-08-17T18:27:40.515Z[ host-image] Aug 17 18:27:39.660 INFO O| Aug 17 18:27:39.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103962026-08-17T18:27:40.515Z[ host-image] Aug 17 18:27:39.660 INFO O| Aug 17 18:27:39.659 INFO ok!
103972026-08-17T18:27:40.515Z[ host-image] Aug 17 18:27:39.660 INFO O| Aug 17 18:27:39.659 INFO STEP 115 (ensure_file) COMPLETE
103982026-08-17T18:27:40.515Z[ host-image] Aug 17 18:27:39.660 INFO O| Aug 17 18:27:39.660 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103992026-08-17T18:27:40.523Z[ host-image] Aug 17 18:27:39.669 INFO O| Aug 17 18:27:39.669 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104002026-08-17T18:27:40.523Z[ host-image] Aug 17 18:27:39.669 INFO O| Aug 17 18:27:39.669 INFO copying /tmp/.tmpSodkyB/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 ...
104012026-08-17T18:27:40.524Z[ host-image] Aug 17 18:27:39.669 INFO O| Aug 17 18:27:39.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104022026-08-17T18:27:40.524Z[ host-image] Aug 17 18:27:39.669 INFO O| Aug 17 18:27:39.669 INFO ok!
104032026-08-17T18:27:40.524Z[ host-image] Aug 17 18:27:39.669 INFO O| Aug 17 18:27:39.669 INFO STEP 116 (ensure_file) COMPLETE
104042026-08-17T18:27:40.524Z[ host-image] Aug 17 18:27:39.669 INFO O| Aug 17 18:27:39.669 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104052026-08-17T18:27:40.555Z[ host-image] Aug 17 18:27:39.680 INFO O| Aug 17 18:27:39.680 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104062026-08-17T18:27:40.555Z[ host-image] Aug 17 18:27:39.680 INFO O| Aug 17 18:27:39.680 INFO copying /tmp/.tmpSodkyB/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104072026-08-17T18:27:40.556Z[ host-image] Aug 17 18:27:39.680 INFO O| Aug 17 18:27:39.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104082026-08-17T18:27:40.556Z[ host-image] Aug 17 18:27:39.680 INFO O| Aug 17 18:27:39.680 INFO ok!
104092026-08-17T18:27:40.556Z[ host-image] Aug 17 18:27:39.680 INFO O| Aug 17 18:27:39.680 INFO STEP 117 (ensure_file) COMPLETE
104102026-08-17T18:27:40.556Z[ host-image] Aug 17 18:27:39.680 INFO O| Aug 17 18:27:39.680 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104112026-08-17T18:27:40.564Z[ host-image] Aug 17 18:27:39.691 INFO O| Aug 17 18:27:39.691 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104122026-08-17T18:27:40.564Z[ host-image] Aug 17 18:27:39.691 INFO O| Aug 17 18:27:39.691 INFO copying /tmp/.tmpSodkyB/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 ...
104132026-08-17T18:27:40.564Z[ host-image] Aug 17 18:27:39.691 INFO O| Aug 17 18:27:39.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104142026-08-17T18:27:40.564Z[ host-image] Aug 17 18:27:39.691 INFO O| Aug 17 18:27:39.691 INFO ok!
104152026-08-17T18:27:40.564Z[ host-image] Aug 17 18:27:39.691 INFO O| Aug 17 18:27:39.691 INFO STEP 118 (ensure_file) COMPLETE
104162026-08-17T18:27:40.564Z[ host-image] Aug 17 18:27:39.691 INFO O| Aug 17 18:27:39.691 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104172026-08-17T18:27:40.565Z[ host-image] Aug 17 18:27:39.702 INFO O| Aug 17 18:27:39.702 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104182026-08-17T18:27:40.565Z[ host-image] Aug 17 18:27:39.702 INFO O| Aug 17 18:27:39.702 INFO copying /tmp/.tmpSodkyB/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 ...
104192026-08-17T18:27:40.565Z[ host-image] Aug 17 18:27:39.702 INFO O| Aug 17 18:27:39.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104202026-08-17T18:27:40.565Z[ host-image] Aug 17 18:27:39.702 INFO O| Aug 17 18:27:39.702 INFO ok!
104212026-08-17T18:27:40.565Z[ host-image] Aug 17 18:27:39.702 INFO O| Aug 17 18:27:39.702 INFO STEP 119 (ensure_file) COMPLETE
104222026-08-17T18:27:40.565Z[ host-image] Aug 17 18:27:39.702 INFO O| Aug 17 18:27:39.702 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104232026-08-17T18:27:40.565Z[ host-image] Aug 17 18:27:39.712 INFO O| Aug 17 18:27:39.712 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104242026-08-17T18:27:40.565Z[ host-image] Aug 17 18:27:39.712 INFO O| Aug 17 18:27:39.712 INFO copying /tmp/.tmpSodkyB/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 ...
104252026-08-17T18:27:40.565Z[ host-image] Aug 17 18:27:39.712 INFO O| Aug 17 18:27:39.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104262026-08-17T18:27:40.565Z[ host-image] Aug 17 18:27:39.712 INFO O| Aug 17 18:27:39.712 INFO ok!
104272026-08-17T18:27:40.565Z[ host-image] Aug 17 18:27:39.712 INFO O| Aug 17 18:27:39.712 INFO STEP 120 (ensure_file) COMPLETE
104282026-08-17T18:27:40.565Z[ host-image] Aug 17 18:27:39.712 INFO O| Aug 17 18:27:39.712 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104292026-08-17T18:27:40.605Z[ host-image] Aug 17 18:27:39.722 INFO O| Aug 17 18:27:39.722 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104302026-08-17T18:27:40.605Z[ host-image] Aug 17 18:27:39.722 INFO O| Aug 17 18:27:39.722 INFO copying /tmp/.tmpSodkyB/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 ...
104312026-08-17T18:27:40.605Z[ host-image] Aug 17 18:27:39.722 INFO O| Aug 17 18:27:39.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104322026-08-17T18:27:40.605Z[ host-image] Aug 17 18:27:39.722 INFO O| Aug 17 18:27:39.722 INFO ok!
104332026-08-17T18:27:40.605Z[ host-image] Aug 17 18:27:39.722 INFO O| Aug 17 18:27:39.722 INFO STEP 121 (ensure_file) COMPLETE
104342026-08-17T18:27:40.605Z[ host-image] Aug 17 18:27:39.722 INFO O| Aug 17 18:27:39.722 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104352026-08-17T18:27:40.613Z[ host-image] Aug 17 18:27:39.731 INFO O| Aug 17 18:27:39.731 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104362026-08-17T18:27:40.613Z[ host-image] Aug 17 18:27:39.731 INFO O| Aug 17 18:27:39.731 INFO copying /tmp/.tmpSodkyB/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 ...
104372026-08-17T18:27:40.613Z[ host-image] Aug 17 18:27:39.731 INFO O| Aug 17 18:27:39.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104382026-08-17T18:27:40.613Z[ host-image] Aug 17 18:27:39.731 INFO O| Aug 17 18:27:39.731 INFO ok!
104392026-08-17T18:27:40.613Z[ host-image] Aug 17 18:27:39.731 INFO O| Aug 17 18:27:39.731 INFO STEP 122 (ensure_file) COMPLETE
104402026-08-17T18:27:40.613Z[ host-image] Aug 17 18:27:39.731 INFO O| Aug 17 18:27:39.731 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104412026-08-17T18:27:40.613Z[ host-image] Aug 17 18:27:39.740 INFO O| Aug 17 18:27:39.740 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104422026-08-17T18:27:40.613Z[ host-image] Aug 17 18:27:39.740 INFO O| Aug 17 18:27:39.740 INFO copying /tmp/.tmpSodkyB/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 ...
104432026-08-17T18:27:40.613Z[ host-image] Aug 17 18:27:39.740 INFO O| Aug 17 18:27:39.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104442026-08-17T18:27:40.613Z[ host-image] Aug 17 18:27:39.740 INFO O| Aug 17 18:27:39.740 INFO ok!
104452026-08-17T18:27:40.613Z[ host-image] Aug 17 18:27:39.740 INFO O| Aug 17 18:27:39.740 INFO STEP 123 (ensure_file) COMPLETE
104462026-08-17T18:27:40.613Z[ host-image] Aug 17 18:27:39.740 INFO O| Aug 17 18:27:39.740 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104472026-08-17T18:27:40.613Z[ host-image] Aug 17 18:27:39.751 INFO O| Aug 17 18:27:39.751 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104482026-08-17T18:27:40.613Z[ host-image] Aug 17 18:27:39.751 INFO O| Aug 17 18:27:39.751 INFO copying /tmp/.tmpSodkyB/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 ...
104492026-08-17T18:27:40.614Z[ host-image] Aug 17 18:27:39.751 INFO O| Aug 17 18:27:39.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104502026-08-17T18:27:40.614Z[ host-image] Aug 17 18:27:39.751 INFO O| Aug 17 18:27:39.751 INFO ok!
104512026-08-17T18:27:40.614Z[ host-image] Aug 17 18:27:39.751 INFO O| Aug 17 18:27:39.751 INFO STEP 124 (ensure_file) COMPLETE
104522026-08-17T18:27:40.614Z[ host-image] Aug 17 18:27:39.751 INFO O| Aug 17 18:27:39.751 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104532026-08-17T18:27:40.614Z[ host-image] Aug 17 18:27:39.762 INFO O| Aug 17 18:27:39.762 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104542026-08-17T18:27:40.614Z[ host-image] Aug 17 18:27:39.762 INFO O| Aug 17 18:27:39.762 INFO copying /tmp/.tmpSodkyB/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 ...
104552026-08-17T18:27:40.614Z[ host-image] Aug 17 18:27:39.762 INFO O| Aug 17 18:27:39.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104562026-08-17T18:27:40.614Z[ host-image] Aug 17 18:27:39.762 INFO O| Aug 17 18:27:39.762 INFO ok!
104572026-08-17T18:27:40.614Z[ host-image] Aug 17 18:27:39.762 INFO O| Aug 17 18:27:39.762 INFO STEP 125 (ensure_file) COMPLETE
104582026-08-17T18:27:40.614Z[ host-image] Aug 17 18:27:39.762 INFO O| Aug 17 18:27:39.762 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104592026-08-17T18:27:40.643Z[ host-image] Aug 17 18:27:39.771 INFO O| Aug 17 18:27:39.771 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104602026-08-17T18:27:40.644Z[ host-image] Aug 17 18:27:39.771 INFO O| Aug 17 18:27:39.771 INFO copying /tmp/.tmpSodkyB/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 ...
104612026-08-17T18:27:40.644Z[ host-image] Aug 17 18:27:39.771 INFO O| Aug 17 18:27:39.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104622026-08-17T18:27:40.644Z[ host-image] Aug 17 18:27:39.771 INFO O| Aug 17 18:27:39.771 INFO ok!
104632026-08-17T18:27:40.644Z[ host-image] Aug 17 18:27:39.771 INFO O| Aug 17 18:27:39.771 INFO STEP 126 (ensure_file) COMPLETE
104642026-08-17T18:27:40.644Z[ host-image] Aug 17 18:27:39.771 INFO O| Aug 17 18:27:39.771 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104652026-08-17T18:27:40.644Z[ recovery-image] Aug 17 18:27:39.774 INFO E| Compiling anstream v1.0.0
104662026-08-17T18:27:40.652Z[ host-image] Aug 17 18:27:39.782 INFO O| Aug 17 18:27:39.782 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104672026-08-17T18:27:40.652Z[ host-image] Aug 17 18:27:39.782 INFO O| Aug 17 18:27:39.782 INFO copying /tmp/.tmpSodkyB/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 ...
104682026-08-17T18:27:40.652Z[ host-image] Aug 17 18:27:39.782 INFO O| Aug 17 18:27:39.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104692026-08-17T18:27:40.652Z[ host-image] Aug 17 18:27:39.782 INFO O| Aug 17 18:27:39.782 INFO ok!
104702026-08-17T18:27:40.652Z[ host-image] Aug 17 18:27:39.782 INFO O| Aug 17 18:27:39.782 INFO STEP 127 (ensure_file) COMPLETE
104712026-08-17T18:27:40.652Z[ host-image] Aug 17 18:27:39.782 INFO O| Aug 17 18:27:39.782 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104722026-08-17T18:27:40.652Z[ host-image] Aug 17 18:27:39.793 INFO O| Aug 17 18:27:39.793 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104732026-08-17T18:27:40.653Z[ host-image] Aug 17 18:27:39.793 INFO O| Aug 17 18:27:39.793 INFO copying /tmp/.tmpSodkyB/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 ...
104742026-08-17T18:27:40.653Z[ host-image] Aug 17 18:27:39.793 INFO O| Aug 17 18:27:39.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104752026-08-17T18:27:40.653Z[ host-image] Aug 17 18:27:39.793 INFO O| Aug 17 18:27:39.793 INFO ok!
104762026-08-17T18:27:40.653Z[ host-image] Aug 17 18:27:39.793 INFO O| Aug 17 18:27:39.793 INFO STEP 128 (ensure_file) COMPLETE
104772026-08-17T18:27:40.653Z[ host-image] Aug 17 18:27:39.793 INFO O| Aug 17 18:27:39.793 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104782026-08-17T18:27:40.653Z[ host-image] Aug 17 18:27:39.804 INFO O| Aug 17 18:27:39.803 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104792026-08-17T18:27:40.653Z[ host-image] Aug 17 18:27:39.804 INFO O| Aug 17 18:27:39.804 INFO copying /tmp/.tmpSodkyB/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 ...
104802026-08-17T18:27:40.653Z[ host-image] Aug 17 18:27:39.804 INFO O| Aug 17 18:27:39.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104812026-08-17T18:27:40.694Z[ host-image] Aug 17 18:27:39.804 INFO O| Aug 17 18:27:39.804 INFO ok!
104822026-08-17T18:27:40.694Z[ host-image] Aug 17 18:27:39.804 INFO O| Aug 17 18:27:39.804 INFO STEP 129 (ensure_file) COMPLETE
104832026-08-17T18:27:40.694Z[ host-image] Aug 17 18:27:39.804 INFO O| Aug 17 18:27:39.804 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104842026-08-17T18:27:40.717Z[ host-image] Aug 17 18:27:39.814 INFO O| Aug 17 18:27:39.814 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104852026-08-17T18:27:40.717Z[ host-image] Aug 17 18:27:39.814 INFO O| Aug 17 18:27:39.814 INFO copying /tmp/.tmpSodkyB/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 ...
104862026-08-17T18:27:40.717Z[ host-image] Aug 17 18:27:39.814 INFO O| Aug 17 18:27:39.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104872026-08-17T18:27:40.717Z[ host-image] Aug 17 18:27:39.814 INFO O| Aug 17 18:27:39.814 INFO ok!
104882026-08-17T18:27:40.717Z[ host-image] Aug 17 18:27:39.814 INFO O| Aug 17 18:27:39.814 INFO STEP 130 (ensure_file) COMPLETE
104892026-08-17T18:27:40.717Z[ host-image] Aug 17 18:27:39.814 INFO O| Aug 17 18:27:39.814 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104902026-08-17T18:27:40.717Z[ host-image] Aug 17 18:27:39.824 INFO O| Aug 17 18:27:39.824 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104912026-08-17T18:27:40.717Z[ host-image] Aug 17 18:27:39.824 INFO O| Aug 17 18:27:39.824 INFO copying /tmp/.tmpSodkyB/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 ...
104922026-08-17T18:27:40.717Z[ host-image] Aug 17 18:27:39.824 INFO O| Aug 17 18:27:39.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104932026-08-17T18:27:40.717Z[ host-image] Aug 17 18:27:39.824 INFO O| Aug 17 18:27:39.824 INFO ok!
104942026-08-17T18:27:40.718Z[ host-image] Aug 17 18:27:39.824 INFO O| Aug 17 18:27:39.824 INFO STEP 131 (ensure_file) COMPLETE
104952026-08-17T18:27:40.718Z[ host-image] Aug 17 18:27:39.824 INFO O| Aug 17 18:27:39.824 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104962026-08-17T18:27:40.718Z[ host-image] Aug 17 18:27:39.834 INFO O| Aug 17 18:27:39.834 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104972026-08-17T18:27:40.718Z[ host-image] Aug 17 18:27:39.834 INFO O| Aug 17 18:27:39.834 INFO copying /tmp/.tmpSodkyB/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 ...
104982026-08-17T18:27:40.718Z[ host-image] Aug 17 18:27:39.834 INFO O| Aug 17 18:27:39.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104992026-08-17T18:27:40.718Z[ host-image] Aug 17 18:27:39.834 INFO O| Aug 17 18:27:39.834 INFO ok!
105002026-08-17T18:27:40.718Z[ host-image] Aug 17 18:27:39.834 INFO O| Aug 17 18:27:39.834 INFO STEP 132 (ensure_file) COMPLETE
105012026-08-17T18:27:40.718Z[ host-image] Aug 17 18:27:39.834 INFO O| Aug 17 18:27:39.834 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105022026-08-17T18:27:40.718Z[ host-image] Aug 17 18:27:39.844 INFO O| Aug 17 18:27:39.844 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105032026-08-17T18:27:40.718Z[ host-image] Aug 17 18:27:39.844 INFO O| Aug 17 18:27:39.844 INFO copying /tmp/.tmpSodkyB/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 ...
105042026-08-17T18:27:40.718Z[ host-image] Aug 17 18:27:39.844 INFO O| Aug 17 18:27:39.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105052026-08-17T18:27:40.718Z[ host-image] Aug 17 18:27:39.844 INFO O| Aug 17 18:27:39.844 INFO ok!
105062026-08-17T18:27:40.718Z[ host-image] Aug 17 18:27:39.844 INFO O| Aug 17 18:27:39.844 INFO STEP 133 (ensure_file) COMPLETE
105072026-08-17T18:27:40.718Z[ host-image] Aug 17 18:27:39.844 INFO O| Aug 17 18:27:39.844 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105082026-08-17T18:27:40.745Z[ host-image] Aug 17 18:27:39.854 INFO O| Aug 17 18:27:39.854 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105092026-08-17T18:27:40.745Z[ host-image] Aug 17 18:27:39.854 INFO O| Aug 17 18:27:39.854 INFO copying /tmp/.tmpSodkyB/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 ...
105102026-08-17T18:27:40.745Z[ host-image] Aug 17 18:27:39.854 INFO O| Aug 17 18:27:39.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105112026-08-17T18:27:40.745Z[ host-image] Aug 17 18:27:39.854 INFO O| Aug 17 18:27:39.854 INFO ok!
105122026-08-17T18:27:40.745Z[ host-image] Aug 17 18:27:39.854 INFO O| Aug 17 18:27:39.854 INFO STEP 134 (ensure_file) COMPLETE
105132026-08-17T18:27:40.745Z[ host-image] Aug 17 18:27:39.854 INFO O| Aug 17 18:27:39.854 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105142026-08-17T18:27:40.745Z[ host-image] Aug 17 18:27:39.863 INFO O| Aug 17 18:27:39.863 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105152026-08-17T18:27:40.745Z[ host-image] Aug 17 18:27:39.863 INFO O| Aug 17 18:27:39.863 INFO copying /tmp/.tmpSodkyB/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 ...
105162026-08-17T18:27:40.745Z[ host-image] Aug 17 18:27:39.863 INFO O| Aug 17 18:27:39.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105172026-08-17T18:27:40.745Z[ host-image] Aug 17 18:27:39.863 INFO O| Aug 17 18:27:39.863 INFO ok!
105182026-08-17T18:27:40.745Z[ host-image] Aug 17 18:27:39.863 INFO O| Aug 17 18:27:39.863 INFO STEP 135 (ensure_file) COMPLETE
105192026-08-17T18:27:40.745Z[ host-image] Aug 17 18:27:39.863 INFO O| Aug 17 18:27:39.863 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105202026-08-17T18:27:40.745Z[ host-image] Aug 17 18:27:39.873 INFO O| Aug 17 18:27:39.873 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105212026-08-17T18:27:40.745Z[ host-image] Aug 17 18:27:39.873 INFO O| Aug 17 18:27:39.873 INFO copying /tmp/.tmpSodkyB/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105222026-08-17T18:27:40.745Z[ host-image] Aug 17 18:27:39.873 INFO O| Aug 17 18:27:39.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105232026-08-17T18:27:40.745Z[ host-image] Aug 17 18:27:39.873 INFO O| Aug 17 18:27:39.873 INFO ok!
105242026-08-17T18:27:40.745Z[ host-image] Aug 17 18:27:39.873 INFO O| Aug 17 18:27:39.873 INFO STEP 136 (ensure_file) COMPLETE
105252026-08-17T18:27:40.745Z[ host-image] Aug 17 18:27:39.873 INFO O| Aug 17 18:27:39.873 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105262026-08-17T18:27:40.745Z[ host-image] Aug 17 18:27:39.882 INFO O| Aug 17 18:27:39.882 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105272026-08-17T18:27:40.745Z[ host-image] Aug 17 18:27:39.882 INFO O| Aug 17 18:27:39.882 INFO copying /tmp/.tmpSodkyB/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 ...
105282026-08-17T18:27:40.746Z[ host-image] Aug 17 18:27:39.882 INFO O| Aug 17 18:27:39.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105292026-08-17T18:27:40.746Z[ host-image] Aug 17 18:27:39.882 INFO O| Aug 17 18:27:39.882 INFO ok!
105302026-08-17T18:27:40.746Z[ host-image] Aug 17 18:27:39.882 INFO O| Aug 17 18:27:39.882 INFO STEP 137 (ensure_file) COMPLETE
105312026-08-17T18:27:40.746Z[ host-image] Aug 17 18:27:39.882 INFO O| Aug 17 18:27:39.882 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105322026-08-17T18:27:40.746Z[ host-image] Aug 17 18:27:39.891 INFO O| Aug 17 18:27:39.891 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105332026-08-17T18:27:40.746Z[ host-image] Aug 17 18:27:39.891 INFO O| Aug 17 18:27:39.891 INFO copying /tmp/.tmpSodkyB/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105342026-08-17T18:27:40.746Z[ host-image] Aug 17 18:27:39.891 INFO O| Aug 17 18:27:39.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105352026-08-17T18:27:40.746Z[ host-image] Aug 17 18:27:39.891 INFO O| Aug 17 18:27:39.891 INFO ok!
105362026-08-17T18:27:40.746Z[ host-image] Aug 17 18:27:39.891 INFO O| Aug 17 18:27:39.891 INFO STEP 138 (ensure_file) COMPLETE
105372026-08-17T18:27:40.746Z[ host-image] Aug 17 18:27:39.891 INFO O| Aug 17 18:27:39.891 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105382026-08-17T18:27:40.754Z[ host-image] Aug 17 18:27:39.900 INFO O| Aug 17 18:27:39.900 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105392026-08-17T18:27:40.754Z[ host-image] Aug 17 18:27:39.900 INFO O| Aug 17 18:27:39.900 INFO copying /tmp/.tmpSodkyB/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105402026-08-17T18:27:40.868Z[ recovery-image] Aug 17 18:27:40.015 INFO E| Compiling clap_builder v4.6.0
105412026-08-17T18:27:41.230Z[ recovery-image] Aug 17 18:27:40.355 INFO E| Compiling errno v0.3.14
105422026-08-17T18:27:41.230Z[ recovery-image] Aug 17 18:27:40.355 INFO E| Compiling os_pipe v1.2.3
105432026-08-17T18:27:41.312Z[ recovery-image] Aug 17 18:27:40.463 INFO E| Compiling signal-hook-registry v1.4.8
105442026-08-17T18:27:41.574Z[ recovery-image] Aug 17 18:27:40.719 INFO E| Compiling syn v2.0.117
105452026-08-17T18:27:41.629Z[ recovery-image] Aug 17 18:27:40.778 INFO E| Compiling sigchld v0.2.4
105462026-08-17T18:27:41.739Z[ recovery-image] Aug 17 18:27:40.885 INFO E| Compiling shared_child v1.1.1
105472026-08-17T18:27:41.868Z[ recovery-image] Aug 17 18:27:41.018 INFO E| Compiling duct v1.1.1
105482026-08-17T18:27:44.273Z[ recovery-image] Aug 17 18:27:43.423 INFO E| Compiling clap_derive v4.6.1
105492026-08-17T18:27:49.770Z[ recovery-image] Aug 17 18:27:45.082 INFO E| Compiling clap v4.6.1
105502026-08-17T18:27:49.967Z[ recovery-image] Aug 17 18:27:45.159 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
105512026-08-17T18:27:49.967Z[ recovery-image] Aug 17 18:27:46.284 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.46s
105522026-08-17T18:27:49.967Z[ recovery-image] Aug 17 18:27:46.292 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
105532026-08-17T18:27:49.967Z[ recovery-image] Aug 17 18:27:46.603 INFO E| Downloading crates ...
105542026-08-17T18:27:49.967Z[ recovery-image] Aug 17 18:27:46.657 INFO E| Downloaded log v0.4.32
105552026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:46.659 INFO E| Downloaded bitstruct v0.1.1
105562026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:46.660 INFO E| Downloaded bit_field v0.10.3
105572026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:46.661 INFO E| Downloaded cpio_reader v0.1.2
105582026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:46.664 INFO E| Downloaded bitstruct_derive v0.1.0
105592026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:46.665 INFO E| Downloaded bitflags v2.13.0
105602026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:46.679 INFO E| Downloaded miniz_oxide v0.9.1
105612026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:46.692 INFO E| Downloaded raw-cpuid v10.7.0
105622026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:46.716 INFO E| Downloaded goblin v0.10.7
105632026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:46.836 INFO E| Downloaded x86 v0.52.0
105642026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:46.891 INFO E| Updating crates.io index
105652026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:46.939 INFO E| Downloading crates ...
105662026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:46.961 INFO E| Downloaded hashbrown v0.17.1
105672026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:46.967 INFO E| Downloaded rustc-literal-escaper v0.0.7
105682026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:47.018 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)
105692026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:47.018 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)
105702026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:47.018 INFO E| Compiling proc-macro2 v1.0.106
105712026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:47.018 INFO E| Compiling quote v1.0.45
105722026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:47.018 INFO E| Compiling unicode-ident v1.0.24
105732026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:47.018 INFO E| Compiling syn v1.0.109
105742026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:47.018 INFO E| Compiling x86 v0.52.0
105752026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:47.018 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
105762026-08-17T18:27:49.968Z[ recovery-image] Aug 17 18:27:47.018 INFO E| Compiling seq-macro v0.3.6
105772026-08-17T18:27:49.968Z[ host-image] Aug 17 18:27:47.634 INFO O| Aug 17 18:27:47.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105782026-08-17T18:27:49.968Z[ host-image] Aug 17 18:27:47.634 INFO O| Aug 17 18:27:47.634 INFO ok!
105792026-08-17T18:27:49.968Z[ host-image] Aug 17 18:27:47.634 INFO O| Aug 17 18:27:47.634 INFO STEP 139 (ensure_file) COMPLETE
105802026-08-17T18:27:49.968Z[ host-image] Aug 17 18:27:47.634 INFO O| Aug 17 18:27:47.634 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105812026-08-17T18:27:49.968Z[ host-image] Aug 17 18:27:47.644 INFO O| Aug 17 18:27:47.644 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105822026-08-17T18:27:49.968Z[ host-image] Aug 17 18:27:47.644 INFO O| Aug 17 18:27:47.644 INFO STEP 140 (ensure_dir) COMPLETE
105832026-08-17T18:27:49.968Z[ host-image] Aug 17 18:27:47.644 INFO O| Aug 17 18:27:47.644 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105842026-08-17T18:27:49.968Z[ host-image] Aug 17 18:27:47.652 INFO O| Aug 17 18:27:47.652 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105852026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.652 INFO O| Aug 17 18:27:47.652 INFO STEP 141 (ensure_dir) COMPLETE
105862026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.652 INFO O| Aug 17 18:27:47.652 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105872026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.660 INFO O| Aug 17 18:27:47.660 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105882026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.660 INFO O| Aug 17 18:27:47.660 INFO STEP 142 (ensure_dir) COMPLETE
105892026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.660 INFO O| Aug 17 18:27:47.660 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105902026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.667 INFO O| Aug 17 18:27:47.667 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105912026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.667 INFO O| Aug 17 18:27:47.667 INFO STEP 143 (ensure_dir) COMPLETE
105922026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.667 INFO O| Aug 17 18:27:47.667 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105932026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.677 INFO O| Aug 17 18:27:47.677 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105942026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.677 INFO O| Aug 17 18:27:47.677 INFO copying /tmp/.tmpSodkyB/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 ...
105952026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.677 INFO O| Aug 17 18:27:47.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105962026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.677 INFO O| Aug 17 18:27:47.677 INFO ok!
105972026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.677 INFO O| Aug 17 18:27:47.677 INFO STEP 144 (ensure_file) COMPLETE
105982026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.677 INFO O| Aug 17 18:27:47.677 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105992026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.690 INFO O| Aug 17 18:27:47.690 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106002026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.691 INFO O| Aug 17 18:27:47.690 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106012026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.691 INFO O| Aug 17 18:27:47.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106022026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.691 INFO O| Aug 17 18:27:47.690 INFO STEP 145 (ensure_dir) COMPLETE
106032026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.691 INFO O| Aug 17 18:27:47.690 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106042026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.699 INFO O| Aug 17 18:27:47.699 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106052026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.699 INFO O| Aug 17 18:27:47.699 INFO copying /tmp/.tmpSodkyB/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106062026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.699 INFO O| Aug 17 18:27:47.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106072026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.699 INFO O| Aug 17 18:27:47.699 INFO ok!
106082026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.699 INFO O| Aug 17 18:27:47.699 INFO STEP 146 (ensure_file) COMPLETE
106092026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.699 INFO O| Aug 17 18:27:47.699 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106102026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.708 INFO O| Aug 17 18:27:47.708 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106112026-08-17T18:27:49.969Z[ host-image] Aug 17 18:27:47.708 INFO O| Aug 17 18:27:47.708 INFO STEP 147 (remove_files) COMPLETE
106122026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.708 INFO O| Aug 17 18:27:47.708 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106132026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.716 INFO O| Aug 17 18:27:47.716 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106142026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.716 INFO O| Aug 17 18:27:47.716 INFO STEP 148 (remove_files) COMPLETE
106152026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.716 INFO O| Aug 17 18:27:47.716 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106162026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.724 INFO O| Aug 17 18:27:47.723 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106172026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.724 INFO O| Aug 17 18:27:47.724 INFO STEP 149 (remove_files) COMPLETE
106182026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.724 INFO O| Aug 17 18:27:47.724 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106192026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.731 INFO O| Aug 17 18:27:47.731 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106202026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.731 INFO O| Aug 17 18:27:47.731 INFO STEP 150 (remove_files) COMPLETE
106212026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.731 INFO O| Aug 17 18:27:47.731 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106222026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.739 INFO O| Aug 17 18:27:47.739 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106232026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.739 INFO O| Aug 17 18:27:47.739 INFO STEP 151 (remove_files) COMPLETE
106242026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.739 INFO O| Aug 17 18:27:47.739 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106252026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.746 INFO O| Aug 17 18:27:47.746 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106262026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.746 INFO O| Aug 17 18:27:47.746 INFO STEP 152 (remove_files) COMPLETE
106272026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.746 INFO O| Aug 17 18:27:47.746 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106282026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.753 INFO O| Aug 17 18:27:47.753 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106292026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.753 INFO O| Aug 17 18:27:47.753 INFO STEP 153 (remove_files) COMPLETE
106302026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.753 INFO O| Aug 17 18:27:47.753 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106312026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.761 INFO O| Aug 17 18:27:47.761 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106322026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.761 INFO O| Aug 17 18:27:47.761 INFO STEP 154 (remove_files) COMPLETE
106332026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.761 INFO O| Aug 17 18:27:47.761 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106342026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.768 INFO O| Aug 17 18:27:47.768 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106352026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.768 INFO O| Aug 17 18:27:47.768 INFO STEP 155 (remove_files) COMPLETE
106362026-08-17T18:27:49.970Z[ host-image] Aug 17 18:27:47.768 INFO O| Aug 17 18:27:47.768 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106372026-08-17T18:27:49.971Z[ host-image] Aug 17 18:27:47.776 INFO O| Aug 17 18:27:47.776 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106382026-08-17T18:27:49.971Z[ host-image] Aug 17 18:27:47.776 INFO O| Aug 17 18:27:47.776 INFO STEP 156 (remove_files) COMPLETE
106392026-08-17T18:27:49.971Z[ host-image] Aug 17 18:27:47.776 INFO O| Aug 17 18:27:47.776 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106402026-08-17T18:27:49.971Z[ host-image] Aug 17 18:27:47.786 INFO O| Aug 17 18:27:47.786 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106412026-08-17T18:27:49.971Z[ host-image] Aug 17 18:27:47.786 INFO O| Aug 17 18:27:47.786 INFO STEP 157 (remove_files) COMPLETE
106422026-08-17T18:27:49.971Z[ host-image] Aug 17 18:27:47.786 INFO O| Aug 17 18:27:47.786 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106432026-08-17T18:27:49.971Z[ host-image] Aug 17 18:27:47.794 INFO O| Aug 17 18:27:47.794 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106442026-08-17T18:27:49.971Z[ host-image] Aug 17 18:27:47.794 INFO O| Aug 17 18:27:47.794 INFO STEP 158 (remove_files) COMPLETE
106452026-08-17T18:27:49.971Z[ host-image] Aug 17 18:27:47.794 INFO O| Aug 17 18:27:47.794 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106462026-08-17T18:27:49.971Z[ host-image] Aug 17 18:27:47.802 INFO O| Aug 17 18:27:47.802 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106472026-08-17T18:27:49.971Z[ host-image] Aug 17 18:27:47.803 INFO O| Aug 17 18:27:47.803 INFO STEP 159 (remove_files) COMPLETE
106482026-08-17T18:27:49.971Z[ host-image] Aug 17 18:27:47.803 INFO O| Aug 17 18:27:47.803 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106492026-08-17T18:27:49.971Z[ host-image] Aug 17 18:27:47.810 INFO O| Aug 17 18:27:47.810 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106502026-08-17T18:27:50.030Z[ host-image] Aug 17 18:27:47.810 INFO O| Aug 17 18:27:47.810 INFO STEP 160 (remove_files) COMPLETE
106512026-08-17T18:27:50.030Z[ host-image] Aug 17 18:27:47.810 INFO O| Aug 17 18:27:47.810 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106522026-08-17T18:27:50.030Z[ host-image] Aug 17 18:27:47.816 INFO O| Aug 17 18:27:47.816 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106532026-08-17T18:27:50.030Z[ host-image] Aug 17 18:27:47.816 INFO O| Aug 17 18:27:47.816 INFO STEP 161 (remove_files) COMPLETE
106542026-08-17T18:27:50.030Z[ host-image] Aug 17 18:27:47.816 INFO O| Aug 17 18:27:47.816 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106552026-08-17T18:27:50.030Z[ host-image] Aug 17 18:27:47.823 INFO O| Aug 17 18:27:47.823 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106562026-08-17T18:27:50.030Z[ host-image] Aug 17 18:27:47.823 INFO O| Aug 17 18:27:47.823 INFO STEP 162 (remove_files) COMPLETE
106572026-08-17T18:27:50.030Z[ host-image] Aug 17 18:27:47.823 INFO O| Aug 17 18:27:47.823 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106582026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.832 INFO O| Aug 17 18:27:47.831 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106592026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.832 INFO O| Aug 17 18:27:47.832 INFO STEP 163 (remove_files) COMPLETE
106602026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.832 INFO O| Aug 17 18:27:47.832 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106612026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.839 INFO O| Aug 17 18:27:47.839 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106622026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.839 INFO O| Aug 17 18:27:47.839 INFO STEP 164 (remove_files) COMPLETE
106632026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.839 INFO O| Aug 17 18:27:47.839 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106642026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.846 INFO O| Aug 17 18:27:47.846 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106652026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.846 INFO O| Aug 17 18:27:47.846 INFO STEP 165 (remove_files) COMPLETE
106662026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.846 INFO O| Aug 17 18:27:47.846 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106672026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.852 INFO O| Aug 17 18:27:47.852 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106682026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.852 INFO O| Aug 17 18:27:47.852 INFO STEP 166 (remove_files) COMPLETE
106692026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.852 INFO O| Aug 17 18:27:47.852 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106702026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.858 INFO O| Aug 17 18:27:47.858 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106712026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.858 INFO O| Aug 17 18:27:47.858 INFO STEP 167 (remove_files) COMPLETE
106722026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.858 INFO O| Aug 17 18:27:47.858 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106732026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.864 INFO O| Aug 17 18:27:47.864 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106742026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.864 INFO O| Aug 17 18:27:47.864 INFO STEP 168 (remove_files) COMPLETE
106752026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.864 INFO O| Aug 17 18:27:47.864 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106762026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.871 INFO O| Aug 17 18:27:47.870 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106772026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.871 INFO O| Aug 17 18:27:47.871 INFO STEP 169 (remove_files) COMPLETE
106782026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.871 INFO O| Aug 17 18:27:47.871 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106792026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.876 INFO O| Aug 17 18:27:47.876 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106802026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.876 INFO O| Aug 17 18:27:47.876 INFO STEP 170 (remove_files) COMPLETE
106812026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.876 INFO O| Aug 17 18:27:47.876 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106822026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.882 INFO O| Aug 17 18:27:47.882 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106832026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.883 INFO O| Aug 17 18:27:47.883 INFO STEP 171 (remove_files) COMPLETE
106842026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.883 INFO O| Aug 17 18:27:47.883 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106852026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.891 INFO O| Aug 17 18:27:47.891 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106862026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.891 INFO O| Aug 17 18:27:47.891 INFO STEP 172 (remove_files) COMPLETE
106872026-08-17T18:27:50.031Z[ host-image] Aug 17 18:27:47.891 INFO O| Aug 17 18:27:47.891 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106882026-08-17T18:27:50.032Z[ host-image] Aug 17 18:27:47.899 INFO O| Aug 17 18:27:47.898 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106892026-08-17T18:27:50.032Z[ host-image] Aug 17 18:27:47.899 INFO O| Aug 17 18:27:47.899 INFO STEP 173 (remove_files) COMPLETE
106902026-08-17T18:27:50.032Z[ host-image] Aug 17 18:27:47.899 INFO O| Aug 17 18:27:47.899 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106912026-08-17T18:27:50.032Z[ host-image] Aug 17 18:27:47.906 INFO O| Aug 17 18:27:47.906 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106922026-08-17T18:27:50.032Z[ host-image] Aug 17 18:27:47.906 INFO O| Aug 17 18:27:47.906 INFO STEP 174 (remove_files) COMPLETE
106932026-08-17T18:27:50.032Z[ host-image] Aug 17 18:27:47.906 INFO O| Aug 17 18:27:47.906 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106942026-08-17T18:27:50.032Z[ host-image] Aug 17 18:27:47.913 INFO O| Aug 17 18:27:47.913 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106952026-08-17T18:27:50.032Z[ host-image] Aug 17 18:27:47.913 INFO O| Aug 17 18:27:47.913 INFO STEP 175 (remove_files) COMPLETE
106962026-08-17T18:27:50.032Z[ host-image] Aug 17 18:27:47.913 INFO O| Aug 17 18:27:47.913 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106972026-08-17T18:27:50.032Z[ host-image] Aug 17 18:27:47.923 INFO O| Aug 17 18:27:47.923 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106982026-08-17T18:27:50.032Z[ host-image] Aug 17 18:27:47.923 INFO O| Aug 17 18:27:47.923 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"}
106992026-08-17T18:27:50.032Z[ recovery-image] Aug 17 18:27:48.094 INFO E| Compiling syn v2.0.117
107002026-08-17T18:27:50.252Z[ recovery-image] Aug 17 18:27:49.403 INFO E| Compiling scroll_derive v0.13.1
107012026-08-17T18:27:51.259Z[ recovery-image] Aug 17 18:27:50.410 INFO E| Compiling bitstruct_derive v0.1.0
107022026-08-17T18:27:54.228Z[ host-image] Aug 17 18:27:53.379 INFO O| Aug 17 18:27:53.378 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
107032026-08-17T18:27:54.228Z[ host-image] Aug 17 18:27:53.379 INFO O| Aug 17 18:27:53.379 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107042026-08-17T18:27:54.242Z[ host-image] Aug 17 18:27:53.391 INFO O| Aug 17 18:27:53.391 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
107052026-08-17T18:27:54.339Z[ host-image] Aug 17 18:27:53.487 INFO O| Aug 17 18:27:53.487 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107062026-08-17T18:27:54.391Z[ host-image] Aug 17 18:27:53.543 INFO O| Aug 17 18:27:53.543 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107072026-08-17T18:27:54.455Z[ host-image] Aug 17 18:27:53.606 INFO O| Aug 17 18:27:53.606 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107082026-08-17T18:27:54.455Z[ host-image] Aug 17 18:27:53.606 INFO O| Aug 17 18:27:53.606 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107092026-08-17T18:27:54.458Z[ host-image] Aug 17 18:27:53.608 INFO O| Aug 17 18:27:53.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107102026-08-17T18:27:54.459Z[ host-image] Aug 17 18:27:53.608 INFO O| Aug 17 18:27:53.607 INFO ok!
107112026-08-17T18:27:54.459Z[ host-image] Aug 17 18:27:53.608 INFO O| Aug 17 18:27:53.608 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107122026-08-17T18:27:54.459Z[ host-image] Aug 17 18:27:53.608 INFO O| Aug 17 18:27:53.608 INFO STEP 176 (seed_smf) COMPLETE
107132026-08-17T18:27:54.459Z[ host-image] Aug 17 18:27:53.608 INFO O| Aug 17 18:27:53.608 INFO steps complete; finalising image!
107142026-08-17T18:27:54.459Z[ host-image] Aug 17 18:27:53.608 INFO O| Aug 17 18:27:53.608 INFO TRIM POOL: TEMPORARY-sled-zfs
107152026-08-17T18:27:54.547Z[ host-image] Aug 17 18:27:53.698 INFO O| Aug 17 18:27:53.698 INFO trim TEMPORARY-sled-zfs: (6% trimmed, started at Mon Aug 17 18:27:53 2026)
107162026-08-17T18:27:54.775Z[ host-image] Aug 17 18:27:53.911 INFO O| Aug 17 18:27:53.911 INFO temporary pool has 908M used, 116M avail, 1.81x compressratio
107172026-08-17T18:27:54.775Z[ host-image] Aug 17 18:27:53.911 INFO O| Aug 17 18:27:53.911 INFO EXPORT POOL: TEMPORARY-sled-zfs
107182026-08-17T18:27:55.097Z[ host-image] Aug 17 18:27:54.247 INFO O| Aug 17 18:27:54.247 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107192026-08-17T18:27:55.097Z[ host-image] Aug 17 18:27:54.247 INFO O| Aug 17 18:27:54.247 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107202026-08-17T18:27:55.911Z[ host-image] Aug 17 18:27:55.061 INFO O| Aug 17 18:27:55.061 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107212026-08-17T18:27:55.911Z[ host-image] Aug 17 18:27:55.061 INFO O| Aug 17 18:27:55.061 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107222026-08-17T18:27:55.915Z[ host-image] Aug 17 18:27:55.061 INFO O| Aug 17 18:27:55.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107232026-08-17T18:27:55.915Z[ host-image] Aug 17 18:27:55.061 INFO O| Aug 17 18:27:55.061 INFO completed processing sled/zfs
107242026-08-17T18:27:55.915Z[ host-image] Aug 17 18:27:55.061 INFO O| Aug 17 18:27:55.061 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107252026-08-17T18:28:00.264Z[ recovery-image] Aug 17 18:27:59.413 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)
107262026-08-17T18:28:02.322Z[ recovery-image] Aug 17 18:28:01.472 INFO E| Compiling bitflags v1.3.2
107272026-08-17T18:28:02.322Z[ recovery-image] Aug 17 18:28:01.472 INFO E| Compiling bit_field v0.10.3
107282026-08-17T18:28:02.322Z[ recovery-image] Aug 17 18:28:01.472 INFO E| Compiling bitflags v2.13.0
107292026-08-17T18:28:02.325Z[ recovery-image] Aug 17 18:28:01.472 INFO E| Compiling scroll v0.13.0
107302026-08-17T18:28:02.325Z[ recovery-image] Aug 17 18:28:01.473 INFO E| Compiling adler2 v2.0.1
107312026-08-17T18:28:02.325Z[ recovery-image] Aug 17 18:28:01.473 INFO E| Compiling log v0.4.32
107322026-08-17T18:28:02.326Z[ recovery-image] Aug 17 18:28:01.473 INFO E| Compiling plain v0.2.3
107332026-08-17T18:28:02.326Z[ recovery-image] Aug 17 18:28:01.473 INFO E| Compiling bitstruct v0.1.1
107342026-08-17T18:28:02.326Z[ recovery-image] Aug 17 18:28:01.473 INFO E| Compiling static_assertions v1.1.0
107352026-08-17T18:28:02.372Z[ recovery-image] Aug 17 18:28:01.523 INFO E| Compiling raw-cpuid v10.7.0
107362026-08-17T18:28:02.424Z[ recovery-image] Aug 17 18:28:01.575 INFO E| Compiling miniz_oxide v0.9.1
107372026-08-17T18:28:02.480Z[ recovery-image] Aug 17 18:28:01.631 INFO E| Compiling cpio_reader v0.1.2
107382026-08-17T18:28:02.528Z[ recovery-image] Aug 17 18:28:01.679 INFO E| Compiling goblin v0.10.7
107392026-08-17T18:28:05.321Z[ recovery-image] Aug 17 18:28:04.472 INFO E| Finished `release` profile [optimized] target(s) in 18.16s
107402026-08-17T18:28:05.341Z[ recovery-image] Aug 17 18:28:04.491 INFO building ROM for gimlet
107412026-08-17T18:28:05.341Z[ recovery-image] Aug 17 18:28:04.491 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")
107422026-08-17T18:28:05.416Z[ recovery-image] Aug 17 18:28:04.567 INFO E| Downloading crates ...
107432026-08-17T18:28:05.473Z[ recovery-image] Aug 17 18:28:04.625 INFO E| Downloaded cc v1.2.20
107442026-08-17T18:28:05.479Z[ recovery-image] Aug 17 18:28:04.630 INFO E| Downloaded anstyle v1.0.10
107452026-08-17T18:28:05.483Z[ recovery-image] Aug 17 18:28:04.632 INFO E| Downloaded clap_lex v0.7.4
107462026-08-17T18:28:05.483Z[ recovery-image] Aug 17 18:28:04.633 INFO E| Downloaded colorchoice v1.0.3
107472026-08-17T18:28:05.487Z[ recovery-image] Aug 17 18:28:04.637 INFO E| Downloaded anstyle-query v1.1.2
107482026-08-17T18:28:05.487Z[ recovery-image] Aug 17 18:28:04.637 INFO E| Downloaded os_pipe v1.2.1
107492026-08-17T18:28:05.490Z[ recovery-image] Aug 17 18:28:04.638 INFO E| Downloaded toml_datetime v0.6.9
107502026-08-17T18:28:05.490Z[ recovery-image] Aug 17 18:28:04.639 INFO E| Downloaded is_terminal_polyfill v1.70.1
107512026-08-17T18:28:05.495Z[ recovery-image] Aug 17 18:28:04.646 INFO E| Downloaded serde_spanned v0.6.8
107522026-08-17T18:28:05.498Z[ recovery-image] Aug 17 18:28:04.647 INFO E| Downloaded shared_child v1.0.1
107532026-08-17T18:28:05.498Z[ recovery-image] Aug 17 18:28:04.648 INFO E| Downloaded anstream v0.6.18
107542026-08-17T18:28:05.498Z[ recovery-image] Aug 17 18:28:04.649 INFO E| Downloaded anstyle-parse v0.2.6
107552026-08-17T18:28:05.503Z[ recovery-image] Aug 17 18:28:04.654 INFO E| Downloaded duct v0.13.7
107562026-08-17T18:28:05.507Z[ recovery-image] Aug 17 18:28:04.656 INFO E| Downloaded toml_write v0.1.1
107572026-08-17T18:28:05.507Z[ recovery-image] Aug 17 18:28:04.657 INFO E| Downloaded clap_derive v4.5.32
107582026-08-17T18:28:05.515Z[ recovery-image] Aug 17 18:28:04.666 INFO E| Downloaded clap v4.5.37
107592026-08-17T18:28:05.519Z[ recovery-image] Aug 17 18:28:04.671 INFO E| Downloaded toml v0.8.22
107602026-08-17T18:28:05.538Z[ recovery-image] Aug 17 18:28:04.689 INFO E| Downloaded toml_edit v0.22.26
107612026-08-17T18:28:05.557Z[ recovery-image] Aug 17 18:28:04.708 INFO E| Downloaded winnow v0.7.7
107622026-08-17T18:28:05.562Z[ recovery-image] Aug 17 18:28:04.713 INFO E| Downloaded clap_builder v4.5.37
107632026-08-17T18:28:05.577Z[ recovery-image] Aug 17 18:28:04.727 INFO E| Compiling libc v0.2.172
107642026-08-17T18:28:05.580Z[ recovery-image] Aug 17 18:28:04.727 INFO E| Compiling utf8parse v0.2.2
107652026-08-17T18:28:05.580Z[ recovery-image] Aug 17 18:28:04.727 INFO E| Compiling is_terminal_polyfill v1.70.1
107662026-08-17T18:28:05.580Z[ recovery-image] Aug 17 18:28:04.727 INFO E| Compiling anstyle v1.0.10
107672026-08-17T18:28:05.580Z[ recovery-image] Aug 17 18:28:04.727 INFO E| Compiling shlex v1.3.0
107682026-08-17T18:28:05.581Z[ recovery-image] Aug 17 18:28:04.727 INFO E| Compiling colorchoice v1.0.3
107692026-08-17T18:28:05.581Z[ recovery-image] Aug 17 18:28:04.727 INFO E| Compiling equivalent v1.0.2
107702026-08-17T18:28:05.581Z[ recovery-image] Aug 17 18:28:04.727 INFO E| Compiling once_cell v1.21.3
107712026-08-17T18:28:05.581Z[ recovery-image] Aug 17 18:28:04.727 INFO E| Compiling hashbrown v0.15.2
107722026-08-17T18:28:05.581Z[ recovery-image] Aug 17 18:28:04.727 INFO E| Compiling anstyle-query v1.1.2
107732026-08-17T18:28:05.595Z[ recovery-image] Aug 17 18:28:04.746 INFO E| Compiling toml_write v0.1.1
107742026-08-17T18:28:05.598Z[ recovery-image] Aug 17 18:28:04.746 INFO E| Compiling clap_lex v0.7.4
107752026-08-17T18:28:05.611Z[ recovery-image] Aug 17 18:28:04.762 INFO E| Compiling strsim v0.11.1
107762026-08-17T18:28:05.614Z[ recovery-image] Aug 17 18:28:04.762 INFO E| Compiling anyhow v1.0.98
107772026-08-17T18:28:05.619Z[ recovery-image] Aug 17 18:28:04.771 INFO E| Compiling winnow v0.7.7
107782026-08-17T18:28:05.622Z[ recovery-image] Aug 17 18:28:04.771 INFO E| Compiling syn v2.0.101
107792026-08-17T18:28:05.703Z[ recovery-image] Aug 17 18:28:04.854 INFO E| Compiling anstyle-parse v0.2.6
107802026-08-17T18:28:05.738Z[ recovery-image] Aug 17 18:28:04.889 INFO E| Compiling cc v1.2.20
107812026-08-17T18:28:05.845Z[ recovery-image] Aug 17 18:28:04.996 INFO E| Compiling anstream v0.6.18
107822026-08-17T18:28:06.047Z[ recovery-image] Aug 17 18:28:05.198 INFO E| Compiling clap_builder v4.5.37
107832026-08-17T18:28:06.074Z[ recovery-image] Aug 17 18:28:05.225 INFO E| Compiling indexmap v2.9.0
107842026-08-17T18:28:06.215Z[ recovery-image] Aug 17 18:28:05.366 INFO E| Compiling os_pipe v1.2.1
107852026-08-17T18:28:06.215Z[ recovery-image] Aug 17 18:28:05.366 INFO E| Compiling shared_child v1.0.1
107862026-08-17T18:28:06.337Z[ recovery-image] Aug 17 18:28:05.488 INFO E| Compiling duct v0.13.7
107872026-08-17T18:28:06.804Z[ recovery-image] Aug 17 18:28:05.955 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
107882026-08-17T18:28:07.625Z[ recovery-image] Aug 17 18:28:06.776 INFO E| Compiling serde_derive v1.0.219
107892026-08-17T18:28:07.625Z[ recovery-image] Aug 17 18:28:06.776 INFO E| Compiling clap_derive v4.5.32
107902026-08-17T18:28:08.868Z[ recovery-image] Aug 17 18:28:08.019 INFO E| Compiling clap v4.5.37
107912026-08-17T18:28:09.442Z[ recovery-image] Aug 17 18:28:08.585 INFO E| Compiling serde v1.0.219
107922026-08-17T18:28:11.003Z[ host-image] Aug 17 18:28:10.154 INFO O| Aug 17 18:28:10.154 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107932026-08-17T18:28:11.090Z[ recovery-image] Aug 17 18:28:10.241 INFO E| Compiling toml_datetime v0.6.9
107942026-08-17T18:28:11.090Z[ recovery-image] Aug 17 18:28:10.241 INFO E| Compiling serde_spanned v0.6.8
107952026-08-17T18:28:11.093Z[ host-image] Aug 17 18:28:10.244 INFO BUILD STRING "heads/stlouis-0-ga931ca4556\n"
107962026-08-17T18:28:11.093Z[ host-image] Aug 17 18:28:10.244 INFO expanded image name: "ci 3072267/${os_short_commit} 2026-08-17 18:12" -> "ci 3072267/a931ca4 2026-08-17 18:12"
107972026-08-17T18:28:11.093Z[ host-image] Aug 17 18:28:10.244 INFO output artefacts stored in: "/work/os-host"
107982026-08-17T18:28:11.093Z[ host-image] Aug 17 18:28:10.244 INFO collecting git info from project "amd-firmware"...
107992026-08-17T18:28:11.106Z[ host-image] Aug 17 18:28:10.257 INFO collecting git info from project "pinprick"...
108002026-08-17T18:28:11.110Z[ host-image] Aug 17 18:28:10.262 INFO collecting git info from project "amd-host-image-builder"...
108012026-08-17T18:28:11.115Z[ host-image] Aug 17 18:28:10.266 INFO collecting git info from project "image-builder"...
108022026-08-17T18:28:11.119Z[ host-image] Aug 17 18:28:10.271 INFO collecting git info from project "dmar-report"...
108032026-08-17T18:28:11.123Z[ host-image] Aug 17 18:28:10.275 INFO collecting git info from project "pilot"...
108042026-08-17T18:28:11.129Z[ host-image] Aug 17 18:28:10.280 INFO collecting git info from project "bootserver"...
108052026-08-17T18:28:11.133Z[ host-image] Aug 17 18:28:10.285 INFO collecting git info from project "phbl"...
108062026-08-17T18:28:11.138Z[ host-image] Aug 17 18:28:10.290 INFO collecting git info from project "chelsio-t6-roms"...
108072026-08-17T18:28:11.143Z[ host-image] Aug 17 18:28:10.294 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108082026-08-17T18:28:11.235Z[ recovery-image] Aug 17 18:28:10.386 INFO E| Compiling toml_edit v0.22.26
108092026-08-17T18:28:11.457Z[ host-image] Aug 17 18:28:10.608 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108102026-08-17T18:28:11.737Z[ host-image] Aug 17 18:28:10.888 INFO creating Oxide boot image...
108112026-08-17T18:28:11.737Z[ host-image] Aug 17 18:28:10.888 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 3072267/a931ca4 2026-08-17 18:12", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108122026-08-17T18:28:12.453Z[ recovery-image] Aug 17 18:28:11.604 INFO E| Compiling toml v0.8.22
108132026-08-17T18:28:12.600Z[ host-image] Aug 17 18:28:11.750 INFO O| ok, image written!
108142026-08-17T18:28:12.600Z[ host-image] Aug 17 18:28:11.750 INFO O| ok, boot_image_csum file written!
108152026-08-17T18:28:12.604Z[ host-image] Aug 17 18:28:11.753 INFO creating boot archive (CPIO)...
108162026-08-17T18:28:12.604Z[ host-image] Aug 17 18:28:11.753 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
108172026-08-17T18:28:12.608Z[ host-image] Aug 17 18:28:11.757 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108182026-08-17T18:28:12.608Z[ host-image] Aug 17 18:28:11.757 INFO E| + outfile=/work/os-host/cpio
108192026-08-17T18:28:12.608Z[ host-image] Aug 17 18:28:11.757 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108202026-08-17T18:28:12.608Z[ host-image] Aug 17 18:28:11.759 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108212026-08-17T18:28:12.608Z[ host-image] Aug 17 18:28:11.759 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108222026-08-17T18:28:12.636Z[ host-image] Aug 17 18:28:11.787 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108232026-08-17T18:28:12.636Z[ host-image] Aug 17 18:28:11.787 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108242026-08-17T18:28:12.643Z[ host-image] Aug 17 18:28:11.794 INFO creating compressed cpio/unix for dev loaders...
108252026-08-17T18:28:12.643Z[ host-image] Aug 17 18:28:11.794 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
108262026-08-17T18:28:12.875Z[ host-image] Aug 17 18:28:12.026 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108272026-08-17T18:28:15.132Z[ recovery-image] Aug 17 18:28:14.283 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.75s
108282026-08-17T18:28:15.142Z[ recovery-image] Aug 17 18:28:14.293 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`
108292026-08-17T18:28:15.162Z[ recovery-image] Aug 17 18:28:14.314 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108302026-08-17T18:28:15.271Z[ recovery-image] Aug 17 18:28:14.421 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
108312026-08-17T18:28:15.276Z[ recovery-image] Aug 17 18:28:14.427 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`
108322026-08-17T18:28:15.430Z[ recovery-image] Aug 17 18:28:14.580 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108332026-08-17T18:28:15.430Z[ recovery-image] Aug 17 18:28:14.580 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108342026-08-17T18:28:15.430Z[ recovery-image] Aug 17 18:28:14.580 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108352026-08-17T18:28:15.430Z[ recovery-image] Aug 17 18:28:14.580 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108362026-08-17T18:28:15.435Z[ recovery-image] Aug 17 18:28:14.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108372026-08-17T18:28:15.436Z[ recovery-image] Aug 17 18:28:14.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108382026-08-17T18:28:15.436Z[ recovery-image] Aug 17 18:28:14.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108392026-08-17T18:28:15.436Z[ recovery-image] Aug 17 18:28:14.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108402026-08-17T18:28:15.436Z[ recovery-image] Aug 17 18:28:14.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108412026-08-17T18:28:15.436Z[ recovery-image] Aug 17 18:28:14.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108422026-08-17T18:28:15.436Z[ recovery-image] Aug 17 18:28:14.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108432026-08-17T18:28:15.436Z[ recovery-image] Aug 17 18:28:14.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108442026-08-17T18:28:15.436Z[ recovery-image] Aug 17 18:28:14.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108452026-08-17T18:28:15.436Z[ recovery-image] Aug 17 18:28:14.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108462026-08-17T18:28:15.436Z[ recovery-image] Aug 17 18:28:14.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108472026-08-17T18:28:15.436Z[ recovery-image] Aug 17 18:28:14.581 INFO O| Info: ABL version: 0x100f5010
108482026-08-17T18:28:15.436Z[ recovery-image] Aug 17 18:28:14.581 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108492026-08-17T18:28:15.437Z[ recovery-image] Aug 17 18:28:14.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108502026-08-17T18:28:15.437Z[ recovery-image] Aug 17 18:28:14.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108512026-08-17T18:28:15.437Z[ recovery-image] Aug 17 18:28:14.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108522026-08-17T18:28:15.437Z[ recovery-image] Aug 17 18:28:14.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108532026-08-17T18:28:15.437Z[ recovery-image] Aug 17 18:28:14.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108542026-08-17T18:28:15.437Z[ recovery-image] Aug 17 18:28:14.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108552026-08-17T18:28:15.437Z[ recovery-image] Aug 17 18:28:14.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108562026-08-17T18:28:15.437Z[ recovery-image] Aug 17 18:28:14.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108572026-08-17T18:28:15.437Z[ recovery-image] Aug 17 18:28:14.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108582026-08-17T18:28:15.437Z[ recovery-image] Aug 17 18:28:14.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108592026-08-17T18:28:15.437Z[ recovery-image] Aug 17 18:28:14.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108602026-08-17T18:28:15.437Z[ recovery-image] Aug 17 18:28:14.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108612026-08-17T18:28:15.437Z[ recovery-image] Aug 17 18:28:14.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108622026-08-17T18:28:15.437Z[ recovery-image] Aug 17 18:28:14.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108632026-08-17T18:28:15.437Z[ recovery-image] Aug 17 18:28:14.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108642026-08-17T18:28:15.437Z[ recovery-image] Aug 17 18:28:14.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108652026-08-17T18:28:15.437Z[ recovery-image] Aug 17 18:28:14.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108662026-08-17T18:28:15.437Z[ recovery-image] Aug 17 18:28:14.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108672026-08-17T18:28:15.471Z[ recovery-image] Aug 17 18:28:14.622 INFO building ROM for cosmo
108682026-08-17T18:28:15.471Z[ recovery-image] Aug 17 18:28:14.622 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")
108692026-08-17T18:28:15.576Z[ recovery-image] Aug 17 18:28:14.728 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108702026-08-17T18:28:15.581Z[ recovery-image] Aug 17 18:28:14.732 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`
108712026-08-17T18:28:15.600Z[ recovery-image] Aug 17 18:28:14.750 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108722026-08-17T18:28:15.684Z[ recovery-image] Aug 17 18:28:14.834 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108732026-08-17T18:28:15.691Z[ recovery-image] Aug 17 18:28:14.838 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`
108742026-08-17T18:28:15.900Z[ recovery-image] Aug 17 18:28:15.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108752026-08-17T18:28:15.900Z[ recovery-image] Aug 17 18:28:15.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108762026-08-17T18:28:15.900Z[ recovery-image] Aug 17 18:28:15.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108772026-08-17T18:28:15.900Z[ recovery-image] Aug 17 18:28:15.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108782026-08-17T18:28:15.905Z[ recovery-image] Aug 17 18:28:15.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108792026-08-17T18:28:15.905Z[ recovery-image] Aug 17 18:28:15.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108802026-08-17T18:28:15.905Z[ recovery-image] Aug 17 18:28:15.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108812026-08-17T18:28:15.905Z[ recovery-image] Aug 17 18:28:15.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108822026-08-17T18:28:15.905Z[ recovery-image] Aug 17 18:28:15.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108832026-08-17T18:28:15.905Z[ recovery-image] Aug 17 18:28:15.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108842026-08-17T18:28:15.905Z[ recovery-image] Aug 17 18:28:15.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108852026-08-17T18:28:15.905Z[ recovery-image] Aug 17 18:28:15.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108862026-08-17T18:28:15.905Z[ recovery-image] Aug 17 18:28:15.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108872026-08-17T18:28:15.905Z[ recovery-image] Aug 17 18:28:15.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108882026-08-17T18:28:15.905Z[ recovery-image] Aug 17 18:28:15.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108892026-08-17T18:28:15.906Z[ recovery-image] Aug 17 18:28:15.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108902026-08-17T18:28:15.906Z[ recovery-image] Aug 17 18:28:15.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108912026-08-17T18:28:15.906Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108922026-08-17T18:28:15.906Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108932026-08-17T18:28:15.906Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108942026-08-17T18:28:15.906Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108952026-08-17T18:28:15.906Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108962026-08-17T18:28:15.906Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108972026-08-17T18:28:15.906Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108982026-08-17T18:28:15.906Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108992026-08-17T18:28:15.906Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109002026-08-17T18:28:15.906Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109012026-08-17T18:28:15.906Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109022026-08-17T18:28:15.906Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109032026-08-17T18:28:15.906Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109042026-08-17T18:28:15.906Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109052026-08-17T18:28:15.906Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109062026-08-17T18:28:15.907Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109072026-08-17T18:28:15.907Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109082026-08-17T18:28:15.907Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109092026-08-17T18:28:15.907Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109102026-08-17T18:28:15.907Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109112026-08-17T18:28:15.907Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109122026-08-17T18:28:15.907Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109132026-08-17T18:28:15.907Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109142026-08-17T18:28:15.907Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109152026-08-17T18:28:15.907Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109162026-08-17T18:28:15.907Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109172026-08-17T18:28:15.907Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109182026-08-17T18:28:15.907Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109192026-08-17T18:28:15.907Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109202026-08-17T18:28:15.907Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109212026-08-17T18:28:15.907Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109222026-08-17T18:28:15.907Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109232026-08-17T18:28:15.908Z[ recovery-image] Aug 17 18:28:15.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109242026-08-17T18:28:15.909Z[ recovery-image] Aug 17 18:28:15.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109252026-08-17T18:28:15.909Z[ recovery-image] Aug 17 18:28:15.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109262026-08-17T18:28:15.909Z[ recovery-image] Aug 17 18:28:15.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109272026-08-17T18:28:15.909Z[ recovery-image] Aug 17 18:28:15.053 INFO O| Info: ABL version: 0x100af010
109282026-08-17T18:28:15.909Z[ recovery-image] Aug 17 18:28:15.053 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109292026-08-17T18:28:15.909Z[ recovery-image] Aug 17 18:28:15.053 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109302026-08-17T18:28:15.910Z[ recovery-image] Aug 17 18:28:15.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109312026-08-17T18:28:15.910Z[ recovery-image] Aug 17 18:28:15.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109322026-08-17T18:28:15.910Z[ recovery-image] Aug 17 18:28:15.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109332026-08-17T18:28:15.910Z[ recovery-image] Aug 17 18:28:15.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109342026-08-17T18:28:15.910Z[ recovery-image] Aug 17 18:28:15.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109352026-08-17T18:28:15.910Z[ recovery-image] Aug 17 18:28:15.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109362026-08-17T18:28:15.910Z[ recovery-image] Aug 17 18:28:15.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109372026-08-17T18:28:15.910Z[ recovery-image] Aug 17 18:28:15.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109382026-08-17T18:28:15.910Z[ recovery-image] Aug 17 18:28:15.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109392026-08-17T18:28:15.910Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109402026-08-17T18:28:15.910Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109412026-08-17T18:28:15.910Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109422026-08-17T18:28:15.910Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109432026-08-17T18:28:15.910Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109442026-08-17T18:28:15.910Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109452026-08-17T18:28:15.910Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109462026-08-17T18:28:15.910Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109472026-08-17T18:28:15.910Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109482026-08-17T18:28:15.911Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109492026-08-17T18:28:15.911Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109502026-08-17T18:28:15.911Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109512026-08-17T18:28:15.911Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109522026-08-17T18:28:15.911Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109532026-08-17T18:28:15.911Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109542026-08-17T18:28:15.911Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109552026-08-17T18:28:15.911Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109562026-08-17T18:28:15.911Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109572026-08-17T18:28:15.911Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109582026-08-17T18:28:15.911Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109592026-08-17T18:28:15.911Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109602026-08-17T18:28:15.911Z[ recovery-image] Aug 17 18:28:15.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109612026-08-17T18:28:15.942Z[ recovery-image] Aug 17 18:28:15.091 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109622026-08-17T18:28:15.942Z[ recovery-image] Aug 17 18:28:15.091 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109632026-08-17T18:28:15.942Z[ recovery-image] Aug 17 18:28:15.091 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109642026-08-17T18:28:16.306Z[ host-image] Aug 17 18:28:15.457 INFO creating reset image...
109652026-08-17T18:28:16.306Z[ host-image] Aug 17 18:28:15.457 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")
109662026-08-17T18:28:16.377Z[ host-image] Aug 17 18:28:15.528 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
109672026-08-17T18:28:16.381Z[ host-image] Aug 17 18:28:15.529 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
109682026-08-17T18:28:16.655Z[ host-image] Aug 17 18:28:15.806 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)
109692026-08-17T18:28:16.656Z[ host-image] Aug 17 18:28:15.806 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)
109702026-08-17T18:28:16.659Z[ host-image] Aug 17 18:28:15.806 INFO E| Compiling proc-macro2 v1.0.106
109712026-08-17T18:28:16.659Z[ host-image] Aug 17 18:28:15.806 INFO E| Compiling quote v1.0.45
109722026-08-17T18:28:16.659Z[ host-image] Aug 17 18:28:15.806 INFO E| Compiling unicode-ident v1.0.24
109732026-08-17T18:28:16.659Z[ host-image] Aug 17 18:28:15.806 INFO E| Compiling syn v1.0.109
109742026-08-17T18:28:16.660Z[ host-image] Aug 17 18:28:15.807 INFO E| Compiling x86 v0.52.0
109752026-08-17T18:28:16.660Z[ host-image] Aug 17 18:28:15.807 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
109762026-08-17T18:28:16.660Z[ host-image] Aug 17 18:28:15.807 INFO E| Compiling seq-macro v0.3.6
109772026-08-17T18:28:17.124Z[ recovery-image] Aug 17 18:28:16.275 INFO image complete! materials are in "/work/os-recovery"
109782026-08-17T18:28:17.130Z[ recovery-image]
109792026-08-17T18:28:17.130Z[ recovery-image] real 3:18.071104802
109802026-08-17T18:28:17.130Z[ recovery-image] user 2:36.355570650
109812026-08-17T18:28:17.130Z[ recovery-image] sys 39.623784658
109822026-08-17T18:28:17.130Z[ recovery-image] trap 0.149903255
109832026-08-17T18:28:17.130Z[ recovery-image] tflt 0.673449123
109842026-08-17T18:28:17.130Z[ recovery-image] dflt 0.791568187
109852026-08-17T18:28:17.130Z[ recovery-image] kflt 0.010167177
109862026-08-17T18:28:17.130Z[ recovery-image] lock 8:01.922219736
109872026-08-17T18:28:17.130Z[ recovery-image] slp 17:35.536616959
109882026-08-17T18:28:17.130Z[ recovery-image] lat 30.915150020
109892026-08-17T18:28:17.130Z[ recovery-image] stop 7.127108972
109902026-08-17T18:28:17.133ZAug 17 18:28:16.279 INFO [recovery-image] process exited with exit status: 0 (198.076635776s)
109912026-08-17T18:28:17.133ZAug 17 18:28:16.279 INFO [tuf-v2-recovery] running task
109922026-08-17T18:28:17.134ZAug 17 18:28:16.280 INFO [tuf-v2-recovery] task succeeded (697.63µs)
109932026-08-17T18:28:17.673Z[ host-image] Aug 17 18:28:16.824 INFO E| Compiling syn v2.0.117
109942026-08-17T18:28:19.126Z[ host-image] Aug 17 18:28:18.277 INFO E| Compiling scroll_derive v0.13.1
109952026-08-17T18:28:20.289Z[ host-image] Aug 17 18:28:19.440 INFO E| Compiling bitstruct_derive v0.1.0
109962026-08-17T18:28:29.605Z[ host-image] Aug 17 18:28:28.755 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)
109972026-08-17T18:28:31.792Z[ host-image] Aug 17 18:28:30.943 INFO E| Compiling bitflags v1.3.2
109982026-08-17T18:28:31.792Z[ host-image] Aug 17 18:28:30.943 INFO E| Compiling bitflags v2.13.0
109992026-08-17T18:28:31.796Z[ host-image] Aug 17 18:28:30.943 INFO E| Compiling adler2 v2.0.1
110002026-08-17T18:28:31.796Z[ host-image] Aug 17 18:28:30.943 INFO E| Compiling scroll v0.13.0
110012026-08-17T18:28:31.796Z[ host-image] Aug 17 18:28:30.944 INFO E| Compiling log v0.4.32
110022026-08-17T18:28:31.796Z[ host-image] Aug 17 18:28:30.944 INFO E| Compiling bit_field v0.10.3
110032026-08-17T18:28:31.796Z[ host-image] Aug 17 18:28:30.944 INFO E| Compiling plain v0.2.3
110042026-08-17T18:28:31.796Z[ host-image] Aug 17 18:28:30.944 INFO E| Compiling static_assertions v1.1.0
110052026-08-17T18:28:31.797Z[ host-image] Aug 17 18:28:30.944 INFO E| Compiling bitstruct v0.1.1
110062026-08-17T18:28:31.847Z[ host-image] Aug 17 18:28:30.997 INFO E| Compiling raw-cpuid v10.7.0
110072026-08-17T18:28:31.894Z[ host-image] Aug 17 18:28:31.046 INFO E| Compiling miniz_oxide v0.9.1
110082026-08-17T18:28:31.964Z[ host-image] Aug 17 18:28:31.115 INFO E| Compiling cpio_reader v0.1.2
110092026-08-17T18:28:32.013Z[ host-image] Aug 17 18:28:31.165 INFO E| Compiling goblin v0.10.7
110102026-08-17T18:28:35.004Z[ host-image] Aug 17 18:28:34.155 INFO E| Finished `release` profile [optimized] target(s) in 18.61s
110112026-08-17T18:28:35.020Z[ host-image] Aug 17 18:28:34.168 INFO building ROM for cosmo
110122026-08-17T18:28:35.020Z[ host-image] Aug 17 18:28:34.168 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")
110132026-08-17T18:28:35.116Z[ host-image] Aug 17 18:28:34.267 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110142026-08-17T18:28:35.119Z[ host-image] Aug 17 18:28:34.269 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`
110152026-08-17T18:28:35.130Z[ host-image] Aug 17 18:28:34.282 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110162026-08-17T18:28:35.202Z[ host-image] Aug 17 18:28:34.353 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110172026-08-17T18:28:35.206Z[ host-image] Aug 17 18:28:34.357 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`
110182026-08-17T18:28:35.409Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110192026-08-17T18:28:35.409Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110202026-08-17T18:28:35.410Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110212026-08-17T18:28:35.413Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110222026-08-17T18:28:35.413Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110232026-08-17T18:28:35.413Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110242026-08-17T18:28:35.413Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110252026-08-17T18:28:35.413Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110262026-08-17T18:28:35.413Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110272026-08-17T18:28:35.413Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110282026-08-17T18:28:35.413Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110292026-08-17T18:28:35.413Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110302026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110312026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110322026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110332026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110342026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110352026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110362026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110372026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110382026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110392026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110402026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110412026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110422026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110432026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110442026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110452026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110462026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.561 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110472026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110482026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110492026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110502026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110512026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110522026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110532026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110542026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110552026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110562026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110572026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110582026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110592026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110602026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110612026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110622026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110632026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110642026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110652026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110662026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110672026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110682026-08-17T18:28:35.414Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110692026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110702026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110712026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.562 INFO O| Info: ABL version: 0x100af010
110722026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.562 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110732026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.562 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110742026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110752026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110762026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110772026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110782026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110792026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110802026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110812026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110822026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110832026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110842026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110852026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110862026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110872026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110882026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110892026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110902026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110912026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110922026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110932026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110942026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110952026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110962026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110972026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110982026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110992026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111002026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111012026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111022026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111032026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111042026-08-17T18:28:35.415Z[ host-image] Aug 17 18:28:34.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111052026-08-17T18:28:35.444Z[ host-image] Aug 17 18:28:34.594 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111062026-08-17T18:28:35.444Z[ host-image] Aug 17 18:28:34.594 INFO building ROM for gimlet
111072026-08-17T18:28:35.447Z[ host-image] Aug 17 18:28:34.595 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")
111082026-08-17T18:28:35.526Z[ host-image] Aug 17 18:28:34.678 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111092026-08-17T18:28:35.530Z[ host-image] Aug 17 18:28:34.680 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`
111102026-08-17T18:28:35.539Z[ host-image] Aug 17 18:28:34.691 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111112026-08-17T18:28:35.605Z[ host-image] Aug 17 18:28:34.756 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111122026-08-17T18:28:35.608Z[ host-image] Aug 17 18:28:34.759 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`
111132026-08-17T18:28:35.718Z[ host-image] Aug 17 18:28:34.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111142026-08-17T18:28:35.718Z[ host-image] Aug 17 18:28:34.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111152026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111162026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111172026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111182026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111192026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111202026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111212026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111222026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111232026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111242026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111252026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111262026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111272026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111282026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.870 INFO O| Info: ABL version: 0x100f5010
111292026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.870 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111302026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111312026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111322026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111332026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111342026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111352026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111362026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111372026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111382026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111392026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111402026-08-17T18:28:35.721Z[ host-image] Aug 17 18:28:34.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111412026-08-17T18:28:35.722Z[ host-image] Aug 17 18:28:34.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111422026-08-17T18:28:35.722Z[ host-image] Aug 17 18:28:34.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111432026-08-17T18:28:35.722Z[ host-image] Aug 17 18:28:34.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111442026-08-17T18:28:35.722Z[ host-image] Aug 17 18:28:34.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111452026-08-17T18:28:35.722Z[ host-image] Aug 17 18:28:34.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111462026-08-17T18:28:35.722Z[ host-image] Aug 17 18:28:34.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111472026-08-17T18:28:35.722Z[ host-image] Aug 17 18:28:34.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111482026-08-17T18:28:35.751Z[ host-image] Aug 17 18:28:34.902 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111492026-08-17T18:28:35.751Z[ host-image] Aug 17 18:28:34.902 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111502026-08-17T18:28:46.962Z[ host-image] Aug 17 18:28:46.113 INFO image complete! materials are in "/work/os-host"
111512026-08-17T18:28:46.966Z[ host-image]
111522026-08-17T18:28:46.966Z[ host-image] real 3:57.510259824
111532026-08-17T18:28:46.969Z[ host-image] user 2:48.030818208
111542026-08-17T18:28:46.969Z[ host-image] sys 37.107517576
111552026-08-17T18:28:46.969Z[ host-image] trap 0.148511447
111562026-08-17T18:28:46.969Z[ host-image] tflt 0.292188997
111572026-08-17T18:28:46.969Z[ host-image] dflt 0.308600910
111582026-08-17T18:28:46.969Z[ host-image] kflt 0.002998382
111592026-08-17T18:28:46.969Z[ host-image] lock 4:47.430247550
111602026-08-17T18:28:46.969Z[ host-image] slp 20:13.041213412
111612026-08-17T18:28:46.969Z[ host-image] lat 23.029414836
111622026-08-17T18:28:46.969Z[ host-image] stop 1.711904161
111632026-08-17T18:28:46.969ZAug 17 18:28:46.118 INFO [host-image] process exited with exit status: 0 (237.515922858s)
111642026-08-17T18:28:46.969ZAug 17 18:28:46.118 INFO [tuf-v2-host] running task
111652026-08-17T18:28:46.969ZAug 17 18:28:46.118 INFO [tuf-repo] running task
111662026-08-17T18:28:46.969ZAug 17 18:28:46.118 INFO [tuf-v2-host] task succeeded (558.79µs)
111672026-08-17T18:28:46.969ZAug 17 18:28:46.118 INFO [tuf-v2-repo] running task
111682026-08-17T18:29:08.959ZAug 17 18:29:07.653 INFO assembling repository in `/tmp/tufaceous2PWip8`, component: OmicronRepoAssembler
111692026-08-17T18:29:08.974ZAug 17 18:29:07.796 INFO [tuf-v2-repo] task succeeded (21.677943247s)
111702026-08-17T18:29:17.399ZAug 17 18:29:16.549 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111712026-08-17T18:29:17.678ZAug 17 18:29:16.827 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111722026-08-17T18:29:19.869ZAug 17 18:29:19.020 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111732026-08-17T18:29:19.929ZAug 17 18:29:19.078 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111742026-08-17T18:29:19.980ZAug 17 18:29:19.131 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111752026-08-17T18:29:20.032ZAug 17 18:29:19.182 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111762026-08-17T18:29:20.083ZAug 17 18:29:19.233 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111772026-08-17T18:29:20.129ZAug 17 18:29:19.281 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111782026-08-17T18:29:20.180ZAug 17 18:29:19.331 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111792026-08-17T18:29:30.596ZAug 17 18:29:29.745 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
111802026-08-17T18:29:30.600ZAug 17 18:29:29.751 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
111812026-08-17T18:29:30.623ZAug 17 18:29:29.774 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
111822026-08-17T18:29:30.681ZAug 17 18:29:29.832 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111832026-08-17T18:29:30.736ZAug 17 18:29:29.887 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111842026-08-17T18:29:30.789ZAug 17 18:29:29.940 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
111852026-08-17T18:29:30.852ZAug 17 18:29:30.002 INFO skipping duplicate RoT image, skipped_inner_file: archive-a.zip, skipped_target: switch_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
111862026-08-17T18:29:30.858ZAug 17 18:29:30.009 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
111872026-08-17T18:29:30.880ZAug 17 18:29:30.031 INFO skipping duplicate RoT bootloader image, skipped: switch_rot_bootloader-switch_rot_bootloader-bart-1.4.1.tar.gz, existing: gimlet_rot_bootloader-gimlet_rot_bootloader-bart-1.4.1.tar.gz
111882026-08-17T18:29:32.723ZAug 17 18:29:31.874 INFO [tuf-repo] task succeeded (45.756376047s)
111892026-08-17T18:32:07.404Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 04s
111902026-08-17T18:32:10.011ZAug 17 18:32:09.160 INFO [verify-libraries] process exited with exit status: 0 (431.219598533s)
111912026-08-17T18:32:10.011ZAug 17 18:32:09.161 INFO all jobs completed in 1206.740069398s
111922026-08-17T18:32:11.257Zprocess exited: duration 1429406 ms, exit code 0
 
111932026-08-17T18:32:11.270Zfound 41 output files
111942026-08-17T18:32:11.270Zuploading: /work/manifest.toml (17334 bytes)
111952026-08-17T18:32:12.283Zuploaded: /work/manifest.toml
111962026-08-17T18:32:12.283Zuploading: /work/repo.zip (3277345719 bytes)
111972026-08-17T18:32:50.972Zuploaded: /work/repo.zip
111982026-08-17T18:32:50.972Zuploading: /work/repo.zip.sha256.txt (65 bytes)
111992026-08-17T18:32:51.996Zuploaded: /work/repo.zip.sha256.txt
112002026-08-17T18:32:51.996Zuploading: /work/helios.json (647 bytes)
112012026-08-17T18:32:53.005Zuploaded: /work/helios.json
112022026-08-17T18:32:53.005Zuploading: /work/incorporation.p5m (113590 bytes)
112032026-08-17T18:32:54.019Zuploaded: /work/incorporation.p5m
112042026-08-17T18:32:54.019Zuploading: /work/incorporation.p5p (133120 bytes)
112052026-08-17T18:32:55.034Zuploaded: /work/incorporation.p5p
112062026-08-17T18:32:55.034Zuploading: /work/helios-incorp.log (522 bytes)
112072026-08-17T18:32:56.044Zuploaded: /work/helios-incorp.log
112082026-08-17T18:32:56.045Zuploading: /work/helios-setup.log (56907 bytes)
112092026-08-17T18:32:57.056Zuploaded: /work/helios-setup.log
112102026-08-17T18:32:57.060Zuploading: /work/host-image.log (233226 bytes)
112112026-08-17T18:32:58.070Zuploaded: /work/host-image.log
112122026-08-17T18:32:58.071Zuploading: /work/host-package.log (33129 bytes)
112132026-08-17T18:32:59.083Zuploaded: /work/host-package.log
112142026-08-17T18:32:59.083Zuploading: /work/host-target.log (101 bytes)
112152026-08-17T18:33:00.092Zuploaded: /work/host-target.log
112162026-08-17T18:33:00.092Zuploading: /work/incorp-create.log (0 bytes)
112172026-08-17T18:33:01.099Zuploaded: /work/incorp-create.log
112182026-08-17T18:33:01.099Zuploading: /work/incorp-fmt.log (0 bytes)
112192026-08-17T18:33:02.106Zuploaded: /work/incorp-fmt.log
112202026-08-17T18:33:02.106Zuploading: /work/incorp-pkgsend.log (108 bytes)
112212026-08-17T18:33:03.114Zuploaded: /work/incorp-pkgsend.log
112222026-08-17T18:33:03.115Zuploading: /work/incorp-publisher.log (0 bytes)
112232026-08-17T18:33:04.123Zuploaded: /work/incorp-publisher.log
112242026-08-17T18:33:04.123Zuploading: /work/omicron-package.log (10114 bytes)
112252026-08-17T18:33:05.132Zuploaded: /work/omicron-package.log
112262026-08-17T18:33:05.132Zuploading: /work/recovery-image.log (591245 bytes)
112272026-08-17T18:33:06.149Zuploaded: /work/recovery-image.log
112282026-08-17T18:33:06.149Zuploading: /work/recovery-package.log (321 bytes)
112292026-08-17T18:33:07.160Zuploaded: /work/recovery-package.log
112302026-08-17T18:33:07.160Zuploading: /work/recovery-target.log (98 bytes)
112312026-08-17T18:33:08.169Zuploaded: /work/recovery-target.log
112322026-08-17T18:33:08.169Zuploading: /work/stamp-clickhouse.log (117 bytes)
112332026-08-17T18:33:09.178Zuploaded: /work/stamp-clickhouse.log
112342026-08-17T18:33:09.179Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112352026-08-17T18:33:10.190Zuploaded: /work/stamp-clickhouse_keeper.log
112362026-08-17T18:33:10.190Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112372026-08-17T18:33:11.199Zuploaded: /work/stamp-clickhouse_server.log
112382026-08-17T18:33:11.199Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112392026-08-17T18:33:12.209Zuploaded: /work/stamp-cockroachdb.log
112402026-08-17T18:33:12.209Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112412026-08-17T18:33:13.217Zuploaded: /work/stamp-crucible-pantry-zone.log
112422026-08-17T18:33:13.217Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112432026-08-17T18:33:14.227Zuploaded: /work/stamp-crucible-utils.log
112442026-08-17T18:33:14.227Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112452026-08-17T18:33:15.235Zuploaded: /work/stamp-crucible-zone.log
112462026-08-17T18:33:15.235Zuploading: /work/stamp-external-dns.log (119 bytes)
112472026-08-17T18:33:16.245Zuploaded: /work/stamp-external-dns.log
112482026-08-17T18:33:16.245Zuploading: /work/stamp-installinator.log (103 bytes)
112492026-08-17T18:33:17.254Zuploaded: /work/stamp-installinator.log
112502026-08-17T18:33:17.254Zuploading: /work/stamp-internal-dns.log (119 bytes)
112512026-08-17T18:33:18.263Zuploaded: /work/stamp-internal-dns.log
112522026-08-17T18:33:18.263Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112532026-08-17T18:33:19.271Zuploaded: /work/stamp-mg-ddm-gz.log
112542026-08-17T18:33:19.272Zuploading: /work/stamp-nexus.log (112 bytes)
112552026-08-17T18:33:20.281Zuploaded: /work/stamp-nexus.log
112562026-08-17T18:33:20.281Zuploading: /work/stamp-ntp.log (110 bytes)
112572026-08-17T18:33:21.290Zuploaded: /work/stamp-ntp.log
112582026-08-17T18:33:21.290Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112592026-08-17T18:33:22.301Zuploaded: /work/stamp-omicron-sled-agent.log
112602026-08-17T18:33:22.301Zuploading: /work/stamp-overlay.log (114 bytes)
112612026-08-17T18:33:23.313Zuploaded: /work/stamp-overlay.log
112622026-08-17T18:33:23.313Zuploading: /work/stamp-oximeter.log (115 bytes)
112632026-08-17T18:33:24.322Zuploaded: /work/stamp-oximeter.log
112642026-08-17T18:33:24.322Zuploading: /work/stamp-oxlog.log (109 bytes)
112652026-08-17T18:33:25.332Zuploaded: /work/stamp-oxlog.log
112662026-08-17T18:33:25.332Zuploading: /work/stamp-probe.log (112 bytes)
112672026-08-17T18:33:26.344Zuploaded: /work/stamp-probe.log
112682026-08-17T18:33:26.344Zuploading: /work/stamp-propolis-server.log (122 bytes)
112692026-08-17T18:33:27.354Zuploaded: /work/stamp-propolis-server.log
112702026-08-17T18:33:27.354Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
112712026-08-17T18:33:28.362Zuploaded: /work/stamp-pumpkind-gz.log
112722026-08-17T18:33:28.362Zuploading: /work/stamp-switch-asic.log (118 bytes)
112732026-08-17T18:33:29.374Zuploaded: /work/stamp-switch-asic.log
112742026-08-17T18:33:29.374Zuploading: /work/verify-libraries.log (49730 bytes)
112752026-08-17T18:33:30.384Zuploaded: /work/verify-libraries.log