01M1C315Y122SK9X23BQK9JTJ3: 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: 01M1C3328W5SCQYQAJNJQCF6KS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T14:21:31.416Zjob assigned to worker 01M1C33DGFD4N38XDM7QNVY0ZB [factory aws, i-076761daffa6f3421] (queued for 54 s)
 
22026-08-31T14:21:38.212Zstarting task 0: "setup"
32026-08-31T14:21:38.216Z++ uname -s
42026-08-31T14:21:38.216Z+ kern=SunOS
52026-08-31T14:21:38.216Z+ build_user=build
62026-08-31T14:21:38.216Z+ build_uid=12345
72026-08-31T14:21:38.216Z+ work_dir=/work
82026-08-31T14:21:38.216Z+ input_dir=/input
92026-08-31T14:21:38.216Z+ [[ 0 == 12345 ]]
102026-08-31T14:21:38.216Z+ case "$kern" in
112026-08-31T14:21:38.216Z+ groupadd -g 12345 build
122026-08-31T14:21:38.216Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T14:21:40.229Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T14:21:40.330Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T14:21:40.339Z+ home_fs=zfs
162026-08-31T14:21:40.339Z+ [[ zfs == autofs ]]
172026-08-31T14:21:40.339Z+ mkdir -p /home/build
182026-08-31T14:21:40.339Z+ chown build:build /home/build /work
192026-08-31T14:21:42.338Z+ chmod 0700 /home/build /work
202026-08-31T14:21:42.342Zprocess exited: duration 4143 ms, exit code 0
 
212026-08-31T14:21:42.378Zstarting task 1: "rust-toolchain"
222026-08-31T14:21:42.382Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-31T14:21:42.382Z * rust toolchain channel = "1.97.1"
242026-08-31T14:21:42.382Z * rust toolchain profile = "default"
252026-08-31T14:21:42.383Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-31T14:21:42.383Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-31T14:21:42.383Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-31T14:21:42.383Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T14:21:42.383Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-31T14:21:42.437Zinfo: downloading installer
312026-08-31T14:21:43.782Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T14:21:43.783Zwarn: /home/build/.rustup/settings.toml
332026-08-31T14:21:43.783Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T14:21:43.783Zwarn: instead of the one inferred from the default host triple.
352026-08-31T14:21:43.810Zinfo: profile set to default
362026-08-31T14:21:43.811Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T14:21:43.811Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-31T14:21:43.919Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-31T14:21:43.937Zinfo: downloading 6 components
402026-08-31T14:21:58.338Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-31T14:21:58.338Z
422026-08-31T14:21:58.357Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-31T14:21:58.357Z
442026-08-31T14:21:58.358Z
452026-08-31T14:21:58.358ZRust is installed now. Great!
462026-08-31T14:21:58.358Z
472026-08-31T14:21:58.358ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T14:21:58.358Zenvironment variable. This has not been done automatically.
492026-08-31T14:21:58.358Z
502026-08-31T14:21:58.358ZTo configure your current shell, you need to source
512026-08-31T14:21:58.358Zthe corresponding env file under $HOME/.cargo.
522026-08-31T14:21:58.358Z
532026-08-31T14:21:58.358ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T14:21:58.358Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T14:21:58.358Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T14:21:58.358Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T14:21:58.359Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T14:21:58.359Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T14:21:58.359Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T14:21:58.359Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T14:21:58.359Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T14:21:58.501Z+ rustup --version
632026-08-31T14:21:58.529Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T14:21:58.529Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T14:21:58.529Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-31T14:21:58.530Z+ cargo --version
672026-08-31T14:21:58.530Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-31T14:21:58.530Z+ rustc --version
692026-08-31T14:21:58.530Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-31T14:21:58.530Zprocess exited: duration 16129 ms, exit code 0
 
712026-08-31T14:21:58.566Zstarting task 2: "authentication"
722026-08-31T14:21:58.578Zprocess exited: duration 22 ms, exit code 0
 
732026-08-31T14:21:58.623Zstarting task 3: "clone repository"
742026-08-31T14:21:58.628Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-31T14:21:58.629Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-31T14:21:58.654ZCloning into '/work/oxidecomputer/omicron'...
772026-08-31T14:22:19.341Z+ cd /work/oxidecomputer/omicron
782026-08-31T14:22:19.342Z+ git fetch origin c28413b20f50762b4f1ff1748cd7fa5ca6eea6c6
792026-08-31T14:22:19.806ZFrom https://github.com/oxidecomputer/omicron
802026-08-31T14:22:19.806Z * branch c28413b20f50762b4f1ff1748cd7fa5ca6eea6c6 -> FETCH_HEAD
812026-08-31T14:22:19.858Z+ [[ -n '' ]]
822026-08-31T14:22:19.858Z+ git reset --hard c28413b20f50762b4f1ff1748cd7fa5ca6eea6c6
832026-08-31T14:22:20.076ZHEAD is now at c28413b20 [workspace-hack] regenerate for itertools 0.15 pulled in by the main merge
842026-08-31T14:22:20.086Zprocess exited: duration 21474 ms, exit code 0
 
852026-08-31T14:22:20.105Zstarting task 4: "build"
862026-08-31T14:22:20.114Z+ source .github/buildomat/ci-env.sh
872026-08-31T14:22:20.114Z++ export CARGO_TERM_COLOR=always
882026-08-31T14:22:20.114Z++ CARGO_TERM_COLOR=always
892026-08-31T14:22:20.114Z+++ uname -s
902026-08-31T14:22:20.114Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-31T14:22:20.114Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-31T14:22:20.119Z+ cargo --version
932026-08-31T14:22:20.127Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-31T14:22:20.127Z+ rustc --version
952026-08-31T14:22:20.143Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-31T14:22:20.148Z+ cargo tree --locked
972026-08-31T14:22:20.324Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
982026-08-31T14:22:20.640Z Updating crates.io index
992026-08-31T14:22:20.644Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1002026-08-31T14:22:21.006Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1012026-08-31T14:22:21.465Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1022026-08-31T14:22:21.805Z Updating git repository `https://github.com/oxidecomputer/propolis`
1032026-08-31T14:22:23.165Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1042026-08-31T14:22:23.877Z Updating git repository `https://github.com/oxidecomputer/crucible`
1052026-08-31T14:22:25.819Z Updating git repository `https://github.com/oxidecomputer/opte`
1062026-08-31T14:22:26.946Z Updating git repository `https://github.com/oxidecomputer/tofino`
1072026-08-31T14:22:27.261Z Updating git repository `https://github.com/oxidecomputer/lldp`
1082026-08-31T14:22:27.687Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1092026-08-31T14:22:29.410Z Updating git repository `https://github.com/oxidecomputer/clickward`
1102026-08-31T14:22:29.679Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1112026-08-31T14:22:30.146Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1122026-08-31T14:22:30.544Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1132026-08-31T14:22:30.781Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1142026-08-31T14:22:31.347Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1152026-08-31T14:22:31.541Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1162026-08-31T14:22:32.495Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1172026-08-31T14:22:32.796Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1182026-08-31T14:22:32.863Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1192026-08-31T14:22:33.632Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1202026-08-31T14:22:34.046Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1212026-08-31T14:22:34.561Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1222026-08-31T14:22:34.911Z Updating git repository `https://github.com/oxidecomputer/erebor`
1232026-08-31T14:22:35.756Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1242026-08-31T14:22:36.437Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1252026-08-31T14:22:36.437Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1262026-08-31T14:22:36.714Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1272026-08-31T14:22:37.091Z Updating git repository `https://github.com/oxidecomputer/ispf`
1282026-08-31T14:22:37.340Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1292026-08-31T14:22:37.795Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1302026-08-31T14:22:38.983Z Updating git repository `https://github.com/oxidecomputer/tough`
1312026-08-31T14:22:43.158Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1322026-08-31T14:22:43.158Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1332026-08-31T14:22:43.158Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1342026-08-31T14:22:43.158Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1352026-08-31T14:22:43.158Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1362026-08-31T14:22:43.158Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1372026-08-31T14:22:43.158Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1382026-08-31T14:22:43.158Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1392026-08-31T14:22:43.158Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-08-31T14:22:43.158Z Updating git repository `https://github.com/illumos/smf-rs`
1412026-08-31T14:22:44.279Z Downloading crates ...
1422026-08-31T14:22:44.679Z Downloaded cmov v0.5.4
1432026-08-31T14:22:44.785Z Downloaded colored v2.2.0
1442026-08-31T14:22:44.785Z Downloaded addr2line v0.25.1
1452026-08-31T14:22:44.785Z Downloaded cobs v0.3.0
1462026-08-31T14:22:44.785Z Downloaded colorchoice v1.0.4
1472026-08-31T14:22:44.785Z Downloaded compression-codecs v0.4.37
1482026-08-31T14:22:44.785Z Downloaded cpubits v0.1.1
1492026-08-31T14:22:44.785Z Downloaded cmake v0.1.57
1502026-08-31T14:22:44.785Z Downloaded colored v3.1.1
1512026-08-31T14:22:44.785Z Downloaded cpufeatures v0.2.17
1522026-08-31T14:22:44.785Z Downloaded crc-catalog v2.4.0
1532026-08-31T14:22:44.785Z Downloaded diesel_table_macro_syntax v0.3.0
1542026-08-31T14:22:44.785Z Downloaded constant_time_eq v0.3.1
1552026-08-31T14:22:44.785Z Downloaded convert_case v0.4.0
1562026-08-31T14:22:44.785Z Downloaded crc8 v0.1.1
1572026-08-31T14:22:44.785Z Downloaded hex-literal v1.1.0
1582026-08-31T14:22:44.785Z Downloaded crc v3.4.0
1592026-08-31T14:22:44.785Z Downloaded hash32 v0.2.1
1602026-08-31T14:22:44.785Z Downloaded hostname v0.3.1
1612026-08-31T14:22:44.785Z Downloaded convert_case v0.10.0
1622026-08-31T14:22:44.785Z Downloaded critical-section v1.2.0
1632026-08-31T14:22:44.785Z Downloaded hex v0.4.3
1642026-08-31T14:22:44.785Z Downloaded crossbeam-deque v0.8.6
1652026-08-31T14:22:44.785Z Downloaded is_terminal_polyfill v1.70.2
1662026-08-31T14:22:44.785Z Downloaded cookie_store v0.22.1
1672026-08-31T14:22:44.786Z Downloaded crunchy v0.2.4
1682026-08-31T14:22:44.786Z Downloaded clap_lex v1.0.0
1692026-08-31T14:22:44.786Z Downloaded hubpack_derive v0.1.1
1702026-08-31T14:22:44.786Z Downloaded compression-core v0.4.31
1712026-08-31T14:22:44.786Z Downloaded cpufeatures v0.3.0
1722026-08-31T14:22:44.786Z Downloaded crucible-workspace-hack v0.1.0
1732026-08-31T14:22:44.786Z Downloaded darling_macro v0.13.4
1742026-08-31T14:22:44.786Z Downloaded instant v0.1.13
1752026-08-31T14:22:44.786Z Downloaded httpdate v1.0.3
1762026-08-31T14:22:44.786Z Downloaded inout v0.1.4
1772026-08-31T14:22:44.786Z Downloaded heck v0.5.0
1782026-08-31T14:22:44.786Z Downloaded guppy-workspace-hack v0.1.0
1792026-08-31T14:22:44.786Z Downloaded headers-core v0.3.0
1802026-08-31T14:22:44.786Z Downloaded home v0.5.12
1812026-08-31T14:22:44.786Z Downloaded debug-ignore v1.0.5
1822026-08-31T14:22:44.786Z Downloaded hex-literal v0.4.1
1832026-08-31T14:22:44.786Z Downloaded concurrent-queue v2.5.0
1842026-08-31T14:22:44.786Z Downloaded hash32 v0.3.1
1852026-08-31T14:22:44.786Z Downloaded http-body v1.0.1
1862026-08-31T14:22:44.786Z Downloaded highway v1.3.0
1872026-08-31T14:22:44.787Z Downloaded cipher v0.5.2
1882026-08-31T14:22:44.787Z Downloaded constant_time_eq v0.4.2
1892026-08-31T14:22:44.787Z Downloaded corncobs v0.1.4
1902026-08-31T14:22:44.787Z Downloaded criterion-plot v0.6.0
1912026-08-31T14:22:44.787Z Downloaded httparse v1.10.1
1922026-08-31T14:22:44.787Z Downloaded crc32fast v1.5.0
1932026-08-31T14:22:44.787Z Downloaded crossbeam-epoch v0.9.18
1942026-08-31T14:22:44.787Z Downloaded crypto-common v0.1.7
1952026-08-31T14:22:44.787Z Downloaded defmt v0.3.100
1962026-08-31T14:22:44.787Z Downloaded base16ct v1.0.0
1972026-08-31T14:22:44.787Z Downloaded darling_macro v0.21.3
1982026-08-31T14:22:44.787Z Downloaded crypto-common v0.2.2
1992026-08-31T14:22:44.787Z Downloaded heck v0.4.1
2002026-08-31T14:22:44.787Z Downloaded instability v0.3.11
2012026-08-31T14:22:44.787Z Downloaded hubpack v0.1.2
2022026-08-31T14:22:44.787Z Downloaded ident_case v1.0.1
2032026-08-31T14:22:44.787Z Downloaded cstr-argument v0.1.2
2042026-08-31T14:22:44.787Z Downloaded darling_macro v0.20.11
2052026-08-31T14:22:44.787Z Downloaded http-range v0.1.5
2062026-08-31T14:22:44.788Z Downloaded indent_write v2.2.0
2072026-08-31T14:22:44.788Z Downloaded darling_macro v0.23.0
2082026-08-31T14:22:44.788Z Downloaded derive_builder_macro v0.20.2
2092026-08-31T14:22:44.788Z Downloaded async-recursion v1.1.1
2102026-08-31T14:22:44.788Z Downloaded assert_matches v1.5.0
2112026-08-31T14:22:44.788Z Downloaded async-object-pool v0.2.0
2122026-08-31T14:22:44.788Z Downloaded const_format_proc_macros v0.2.34
2132026-08-31T14:22:44.788Z Downloaded data-encoding v2.10.0
2142026-08-31T14:22:44.788Z Downloaded hmac v0.12.1
2152026-08-31T14:22:44.788Z Downloaded http-body-util v0.1.3
2162026-08-31T14:22:44.788Z Downloaded csv-core v0.1.13
2172026-08-31T14:22:44.788Z Downloaded defmt-parser v1.0.0
2182026-08-31T14:22:44.788Z Downloaded daft-derive v0.1.8
2192026-08-31T14:22:44.788Z Downloaded derive-ex v0.1.8
2202026-08-31T14:22:44.788Z Downloaded approx v0.5.1
2212026-08-31T14:22:44.788Z Downloaded hyper-tls v0.6.0
2222026-08-31T14:22:44.788Z Downloaded darling v0.13.4
2232026-08-31T14:22:44.788Z Downloaded illumos-nvpair-sys v0.2.0
2242026-08-31T14:22:44.788Z Downloaded itoa v1.0.17
2252026-08-31T14:22:44.788Z Downloaded delegate v0.13.5
2262026-08-31T14:22:44.788Z Downloaded deranged v0.5.8
2272026-08-31T14:22:44.788Z Downloaded crossbeam-utils v0.8.21
2282026-08-31T14:22:44.788Z Downloaded daft v0.1.8
2292026-08-31T14:22:44.788Z Downloaded hostname v0.4.2
2302026-08-31T14:22:44.789Z Downloaded internet-checksum v0.2.1
2312026-08-31T14:22:44.789Z Downloaded console v0.15.11
2322026-08-31T14:22:44.789Z Downloaded bit-set v0.5.3
2332026-08-31T14:22:44.789Z Downloaded const-oid v0.10.2
2342026-08-31T14:22:44.789Z Downloaded is-terminal v0.4.17
2352026-08-31T14:22:44.789Z Downloaded cast v0.3.0
2362026-08-31T14:22:44.789Z Downloaded indoc v1.0.9
2372026-08-31T14:22:44.789Z Downloaded cfg_aliases v0.2.1
2382026-08-31T14:22:44.789Z Downloaded ciborium-io v0.2.2
2392026-08-31T14:22:44.789Z Downloaded opaque-debug v0.3.1
2402026-08-31T14:22:44.789Z Downloaded openssl-macros v0.1.1
2412026-08-31T14:22:44.789Z Downloaded idna_adapter v1.2.1
2422026-08-31T14:22:44.789Z Downloaded jiff-static v0.2.34
2432026-08-31T14:22:44.890Z Downloaded illumos-nvpair v0.3.0
2442026-08-31T14:22:44.890Z Downloaded inout v0.2.2
2452026-08-31T14:22:44.890Z Downloaded curve25519-dalek-derive v0.1.1
2462026-08-31T14:22:44.890Z Downloaded derive_builder_core v0.20.2
2472026-08-31T14:22:44.890Z Downloaded defmt v1.0.1
2482026-08-31T14:22:44.890Z Downloaded ctutils v0.4.2
2492026-08-31T14:22:44.890Z Downloaded is_ci v1.2.0
2502026-08-31T14:22:44.890Z Downloaded block-padding v0.4.2
2512026-08-31T14:22:44.890Z Downloaded anstyle v1.0.14
2522026-08-31T14:22:44.890Z Downloaded arrayvec v0.7.6
2532026-08-31T14:22:44.890Z Downloaded peg-runtime v0.8.5
2542026-08-31T14:22:44.890Z Downloaded olpc-cjson v0.1.4
2552026-08-31T14:22:44.890Z Downloaded parse-size v1.1.0
2562026-08-31T14:22:44.890Z Downloaded predicates-core v1.0.10
2572026-08-31T14:22:44.890Z Downloaded clap_derive v4.6.1
2582026-08-31T14:22:44.890Z Downloaded clang-sys v1.8.1
2592026-08-31T14:22:44.890Z Downloaded impl-trait-for-tuples v0.2.3
2602026-08-31T14:22:44.890Z Downloaded ipnet v2.12.0
2612026-08-31T14:22:44.890Z Downloaded console v0.16.2
2622026-08-31T14:22:44.890Z Downloaded darling v0.20.11
2632026-08-31T14:22:44.890Z Downloaded datatest-stable v0.3.3
2642026-08-31T14:22:44.890Z Downloaded httptest v0.16.4
2652026-08-31T14:22:44.891Z Downloaded bb8 v0.8.6
2662026-08-31T14:22:44.891Z Downloaded autocfg v1.5.0
2672026-08-31T14:22:44.891Z Downloaded predicates-tree v1.0.13
2682026-08-31T14:22:44.891Z Downloaded percent-encoding v2.3.2
2692026-08-31T14:22:44.891Z Downloaded progenitor-client v0.14.0
2702026-08-31T14:22:44.891Z Downloaded cookie v0.18.1
2712026-08-31T14:22:44.891Z Downloaded crc-any v2.5.0
2722026-08-31T14:22:44.891Z Downloaded byteorder v1.5.0
2732026-08-31T14:22:44.891Z Downloaded hickory-client v0.25.2
2742026-08-31T14:22:44.891Z Downloaded potential_utf v0.1.4
2752026-08-31T14:22:44.891Z Downloaded bitfield v0.19.4
2762026-08-31T14:22:44.891Z Downloaded ref-cast-impl v1.0.25
2772026-08-31T14:22:44.891Z Downloaded ref-cast v1.0.25
2782026-08-31T14:22:44.891Z Downloaded rfc6979 v0.4.0
2792026-08-31T14:22:44.891Z Downloaded headers v0.4.1
2802026-08-31T14:22:44.891Z Downloaded russh-util v0.52.0
2812026-08-31T14:22:44.891Z Downloaded humantime v2.3.0
2822026-08-31T14:22:44.891Z Downloaded ingot v0.2.1
2832026-08-31T14:22:44.891Z Downloaded derive_builder v0.20.2
2842026-08-31T14:22:44.891Z Downloaded des v0.9.0
2852026-08-31T14:22:44.892Z Downloaded chacha20 v0.9.1
2862026-08-31T14:22:44.892Z Downloaded hyper-staticfile v0.10.1
2872026-08-31T14:22:44.892Z Downloaded ingot-types v0.2.0
2882026-08-31T14:22:44.892Z Downloaded darling v0.23.0
2892026-08-31T14:22:44.892Z Downloaded indoc v2.0.7
2902026-08-31T14:22:44.892Z Downloaded ctr v0.10.1
2912026-08-31T14:22:44.892Z Downloaded diesel-dtrace v0.5.0
2922026-08-31T14:22:44.892Z Downloaded ipnetwork v0.21.1
2932026-08-31T14:22:44.892Z Downloaded anyhow v1.0.104
2942026-08-31T14:22:44.892Z Downloaded darling v0.21.3
2952026-08-31T14:22:44.892Z Downloaded rustc_version v0.1.7
2962026-08-31T14:22:44.892Z Downloaded der_derive v0.7.3
2972026-08-31T14:22:44.892Z Downloaded half v1.8.3
2982026-08-31T14:22:44.892Z Downloaded pkcs8 v0.10.2
2992026-08-31T14:22:44.892Z Downloaded poly1305 v0.8.0
3002026-08-31T14:22:44.892Z Downloaded serde_repr v0.1.20
3012026-08-31T14:22:44.892Z Downloaded serde_spanned v0.6.9
3022026-08-31T14:22:44.892Z Downloaded hmac v0.13.0
3032026-08-31T14:22:44.892Z Downloaded signal-hook-mio v0.2.5
3042026-08-31T14:22:44.892Z Downloaded signature v2.2.0
3052026-08-31T14:22:44.892Z Downloaded camino-tempfile v1.4.1
3062026-08-31T14:22:44.892Z Downloaded cexpr v0.6.0
3072026-08-31T14:22:44.892Z Downloaded rustc_version v0.4.1
3082026-08-31T14:22:44.892Z Downloaded scroll_derive v0.13.1
3092026-08-31T14:22:44.892Z Downloaded semver v0.1.20
3102026-08-31T14:22:44.892Z Downloaded const-oid v0.9.6
3112026-08-31T14:22:44.892Z Downloaded defmt-macros v1.0.1
3122026-08-31T14:22:44.892Z Downloaded predicates v3.1.4
3132026-08-31T14:22:44.892Z Downloaded parse-display-derive v0.10.0
3142026-08-31T14:22:44.892Z Downloaded hybrid-array v0.4.13
3152026-08-31T14:22:44.892Z Downloaded darling_core v0.13.4
3162026-08-31T14:22:44.892Z Downloaded clap v4.6.1
3172026-08-31T14:22:44.892Z Downloaded rand_chacha v0.9.0
3182026-08-31T14:22:44.893Z Downloaded rand_core v0.6.4
3192026-08-31T14:22:44.893Z Downloaded blake2b_simd v1.0.4
3202026-08-31T14:22:44.893Z Downloaded strum v0.26.3
3212026-08-31T14:22:44.893Z Downloaded tap v1.0.1
3222026-08-31T14:22:44.893Z Downloaded similar-asserts v1.7.0
3232026-08-31T14:22:44.893Z Downloaded slog-envlogger v2.2.0
3242026-08-31T14:22:44.893Z Downloaded relative-path v1.9.3
3252026-08-31T14:22:44.893Z Downloaded rfc6979 v0.6.0
3262026-08-31T14:22:44.893Z Downloaded strip-ansi-escapes v0.2.1
3272026-08-31T14:22:44.893Z Downloaded supports-hyperlinks v3.2.0
3282026-08-31T14:22:44.893Z Downloaded tabled_derive v0.7.0
3292026-08-31T14:22:44.893Z Downloaded target-triple v1.0.0
3302026-08-31T14:22:44.893Z Downloaded partial-io v0.5.4
3312026-08-31T14:22:44.893Z Downloaded thread-id v5.1.0
3322026-08-31T14:22:44.893Z Downloaded toml_write v0.1.2
3332026-08-31T14:22:44.893Z Downloaded psm v0.1.30
3342026-08-31T14:22:44.893Z Downloaded pin-project-lite v0.2.17
3352026-08-31T14:22:44.893Z Downloaded r2d2 v0.8.10
3362026-08-31T14:22:44.893Z Downloaded supports-unicode v2.1.0
3372026-08-31T14:22:44.893Z Downloaded sec1 v0.8.1
3382026-08-31T14:22:44.893Z Downloaded hyper-rustls v0.27.7
3392026-08-31T14:22:44.893Z Downloaded derive_more v0.99.20
3402026-08-31T14:22:44.893Z Downloaded allocator-api2 v0.2.21
3412026-08-31T14:22:44.893Z Downloaded derive-where v1.6.0
3422026-08-31T14:22:44.893Z Downloaded poly1305 v0.9.0
3432026-08-31T14:22:44.990Z Downloaded proc-macro-error v1.0.4
3442026-08-31T14:22:44.990Z Downloaded trait-variant v0.1.2
3452026-08-31T14:22:44.991Z Downloaded ingot-macros v0.2.0
3462026-08-31T14:22:44.991Z Downloaded unicode-xid v0.2.6
3472026-08-31T14:22:44.991Z Downloaded usdt-attr-macro v0.6.0
3482026-08-31T14:22:44.991Z Downloaded quote v1.0.45
3492026-08-31T14:22:44.991Z Downloaded compact_str v0.8.1
3502026-08-31T14:22:44.991Z Downloaded termtree v0.5.1
3512026-08-31T14:22:44.991Z Downloaded darling_core v0.20.11
3522026-08-31T14:22:44.991Z Downloaded half v2.7.1
3532026-08-31T14:22:44.991Z Downloaded slog-term v2.9.2
3542026-08-31T14:22:44.991Z Downloaded usdt-macro v0.6.0
3552026-08-31T14:22:44.991Z Downloaded yoke-derive v0.8.1
3562026-08-31T14:22:44.991Z Downloaded crossbeam-channel v0.5.15
3572026-08-31T14:22:44.991Z Downloaded crypto-bigint v0.5.5
3582026-08-31T14:22:44.991Z Downloaded buf-list v1.1.2
3592026-08-31T14:22:44.991Z Downloaded serde-hex v0.1.0
3602026-08-31T14:22:44.991Z Downloaded wait-timeout v0.2.1
3612026-08-31T14:22:44.991Z Downloaded tower-service v0.3.3
3622026-08-31T14:22:44.991Z Downloaded zerofrom-derive v0.1.6
3632026-08-31T14:22:44.991Z Downloaded utf-8 v0.7.6
3642026-08-31T14:22:44.991Z Downloaded version_check v0.9.5
3652026-08-31T14:22:44.991Z Downloaded structmeta-derive v0.3.0
3662026-08-31T14:22:44.991Z Downloaded support-bundle-viewer v0.1.2
3672026-08-31T14:22:44.991Z Downloaded sha2 v0.10.9
3682026-08-31T14:22:44.991Z Downloaded thiserror-impl v2.0.18
3692026-08-31T14:22:44.991Z Downloaded tokio-dtrace v0.1.1
3702026-08-31T14:22:44.991Z Downloaded tokio-macros v2.7.0
3712026-08-31T14:22:44.991Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3722026-08-31T14:22:44.991Z Downloaded dropshot-api-manager-types v0.8.0
3732026-08-31T14:22:44.991Z Downloaded dtrace-parser v0.3.0
3742026-08-31T14:22:44.992Z Downloaded parking_lot v0.12.5
3752026-08-31T14:22:44.992Z Downloaded endian-type v0.1.2
3762026-08-31T14:22:44.992Z Downloaded enum-as-inner v0.6.1
3772026-08-31T14:22:44.992Z Downloaded fnv v1.0.7
3782026-08-31T14:22:44.992Z Downloaded foreign-types v0.5.0
3792026-08-31T14:22:44.992Z Downloaded form_urlencoded v1.2.2
3802026-08-31T14:22:44.992Z Downloaded futures-task v0.3.32
3812026-08-31T14:22:44.992Z Downloaded xshell-macros v0.2.7
3822026-08-31T14:22:44.992Z Downloaded icu_collections v2.1.1
3832026-08-31T14:22:44.992Z Downloaded heapless v0.8.0
3842026-08-31T14:22:44.992Z Downloaded serde_derive_internals v0.29.1
3852026-08-31T14:22:44.992Z Downloaded fxhash v0.2.1
3862026-08-31T14:22:44.992Z Downloaded supports-unicode v3.0.0
3872026-08-31T14:22:44.992Z Downloaded digest-io v0.1.0
3882026-08-31T14:22:44.992Z Downloaded downcast-rs v2.0.2
3892026-08-31T14:22:44.992Z Downloaded embedded-io v0.4.0
3902026-08-31T14:22:44.992Z Downloaded escape8259 v0.5.3
3912026-08-31T14:22:44.992Z Downloaded globwalk v0.9.1
3922026-08-31T14:22:44.992Z Downloaded lru v0.12.5
3932026-08-31T14:22:44.992Z Downloaded darling_core v0.21.3
3942026-08-31T14:22:44.992Z Downloaded funty v2.0.0
3952026-08-31T14:22:44.992Z Downloaded smf v0.2.3
3962026-08-31T14:22:44.992Z Downloaded linkme-impl v0.3.35
3972026-08-31T14:22:44.992Z Downloaded iana-time-zone v0.1.65
3982026-08-31T14:22:44.992Z Downloaded icu_provider v2.1.1
3992026-08-31T14:22:44.992Z Downloaded match_cfg v0.1.0
4002026-08-31T14:22:44.992Z Downloaded newtype-uuid-macros v0.1.0
4012026-08-31T14:22:44.992Z Downloaded whoami v1.6.1
4022026-08-31T14:22:44.992Z Downloaded const_format v0.2.35
4032026-08-31T14:22:44.992Z Downloaded whoami v2.1.0
4042026-08-31T14:22:44.993Z Downloaded zeroize v1.9.0
4052026-08-31T14:22:44.993Z Downloaded bitflags v2.11.0
4062026-08-31T14:22:44.993Z Downloaded icu_properties v2.1.2
4072026-08-31T14:22:44.993Z Downloaded termcolor v1.4.1
4082026-08-31T14:22:44.993Z Downloaded displaydoc v0.2.5
4092026-08-31T14:22:44.993Z Downloaded num v0.4.3
4102026-08-31T14:22:44.993Z Downloaded time-macros v0.2.27
4112026-08-31T14:22:44.993Z Downloaded tiny-keccak v2.0.2
4122026-08-31T14:22:44.993Z Downloaded rustls-platform-verifier v0.6.2
4132026-08-31T14:22:44.993Z Downloaded schemars v0.8.22
4142026-08-31T14:22:44.993Z Downloaded kstat-rs v0.2.5
4152026-08-31T14:22:44.994Z Downloaded maybe-uninit v2.0.0
4162026-08-31T14:22:44.994Z Downloaded heapless v0.7.17
4172026-08-31T14:22:44.994Z Downloaded icu_normalizer_data v2.1.1
4182026-08-31T14:22:44.994Z Downloaded toml_parser v1.1.2+spec-1.1.0
4192026-08-31T14:22:44.994Z Downloaded num_enum_derive v0.5.11
4202026-08-31T14:22:44.994Z Downloaded adler2 v2.0.1
4212026-08-31T14:22:44.994Z Downloaded assert-json-diff v2.0.2
4222026-08-31T14:22:44.994Z Downloaded ignore v0.4.25
4232026-08-31T14:22:44.994Z Downloaded vergen-git2 v9.1.0
4242026-08-31T14:22:44.994Z Downloaded mime v0.3.17
4252026-08-31T14:22:44.994Z Downloaded multimap v0.10.1
4262026-08-31T14:22:44.994Z Downloaded der v0.7.10
4272026-08-31T14:22:44.994Z Downloaded derive_more v2.1.1
4282026-08-31T14:22:44.994Z Downloaded icu_normalizer v2.1.1
4292026-08-31T14:22:44.994Z Downloaded wyz v0.5.1
4302026-08-31T14:22:44.994Z Downloaded pest_meta v2.8.6
4312026-08-31T14:22:44.994Z Downloaded darling_core v0.23.0
4322026-08-31T14:22:44.994Z Downloaded serde_derive v1.0.229
4332026-08-31T14:22:44.994Z Downloaded libloading v0.8.9
4342026-08-31T14:22:44.994Z Downloaded base16ct v0.2.0
4352026-08-31T14:22:44.994Z Downloaded bcrypt-pbkdf v0.11.0
4362026-08-31T14:22:44.994Z Downloaded hickory-resolver v0.24.4
4372026-08-31T14:22:44.995Z Downloaded oxide-update-engine-types v0.1.2
4382026-08-31T14:22:44.995Z Downloaded bitfield-macros v0.19.4
4392026-08-31T14:22:44.995Z Downloaded hashbrown v0.13.2
4402026-08-31T14:22:44.995Z Downloaded progenitor-impl v0.14.0
4412026-08-31T14:22:44.995Z Downloaded proc-macro2 v1.0.106
4422026-08-31T14:22:44.995Z Downloaded oxide-generation-macros v0.2.0
4432026-08-31T14:22:45.041Z Downloaded password-hash v0.6.1
4442026-08-31T14:22:45.041Z Downloaded phf_shared v0.12.1
4452026-08-31T14:22:45.041Z Downloaded fallible-iterator v0.2.0
4462026-08-31T14:22:45.041Z Downloaded fd-lock v4.0.4
4472026-08-31T14:22:45.041Z Downloaded ff v0.13.1
4482026-08-31T14:22:45.041Z Downloaded ff v0.14.0
4492026-08-31T14:22:45.042Z Downloaded futures-executor v0.3.32
4502026-08-31T14:22:45.042Z Downloaded phf_shared v0.13.1
4512026-08-31T14:22:45.042Z Downloaded plain v0.2.3
4522026-08-31T14:22:45.042Z Downloaded diff v0.1.13
4532026-08-31T14:22:45.042Z Downloaded bytes v1.11.1
4542026-08-31T14:22:45.042Z Downloaded oso-derive v0.27.3
4552026-08-31T14:22:45.042Z Downloaded textwrap v0.16.2
4562026-08-31T14:22:45.042Z Downloaded ecdsa v0.17.0
4572026-08-31T14:22:45.042Z Downloaded ed25519 v2.2.3
4582026-08-31T14:22:45.042Z Downloaded atomic-waker v1.1.2
4592026-08-31T14:22:45.042Z Downloaded num-rational v0.4.2
4602026-08-31T14:22:45.042Z Downloaded anstream v1.0.0
4612026-08-31T14:22:45.042Z Downloaded anstream v0.6.21
4622026-08-31T14:22:45.042Z Downloaded proc-macro-error-attr2 v2.0.0
4632026-08-31T14:22:45.043Z Downloaded indicatif v0.18.4
4642026-08-31T14:22:45.043Z Downloaded recursive v0.1.1
4652026-08-31T14:22:45.043Z Downloaded rstest_macros v0.25.0
4662026-08-31T14:22:45.043Z Downloaded icu_locale_core v2.1.1
4672026-08-31T14:22:45.043Z Downloaded indexmap v1.9.3
4682026-08-31T14:22:45.043Z Downloaded schemars v0.9.0
4692026-08-31T14:22:45.043Z Downloaded typify v0.6.2
4702026-08-31T14:22:45.043Z Downloaded diesel_derives v2.3.7
4712026-08-31T14:22:45.043Z Downloaded tungstenite v0.21.0
4722026-08-31T14:22:45.043Z Downloaded multer v3.1.0
4732026-08-31T14:22:45.043Z Downloaded globset v0.4.18
4742026-08-31T14:22:45.043Z Downloaded bit-vec v0.6.3
4752026-08-31T14:22:45.043Z Downloaded bit-vec v0.8.0
4762026-08-31T14:22:45.043Z Downloaded oxide-update-engine-display v0.1.2
4772026-08-31T14:22:45.043Z Downloaded serde_regex v1.1.0
4782026-08-31T14:22:45.043Z Downloaded serde_spanned v1.1.1
4792026-08-31T14:22:45.043Z Downloaded signature v3.0.0
4802026-08-31T14:22:45.043Z Downloaded sqlparser_derive v0.5.0
4812026-08-31T14:22:45.043Z Downloaded pkg-config v0.3.32
4822026-08-31T14:22:45.043Z Downloaded derive_more-impl v2.1.1
4832026-08-31T14:22:45.043Z Downloaded password-hash v0.5.0
4842026-08-31T14:22:45.043Z Downloaded oxide-tokio-rt v0.1.4
4852026-08-31T14:22:45.043Z Downloaded testing_table v0.3.0
4862026-08-31T14:22:45.043Z Downloaded zopfli v0.8.3
4872026-08-31T14:22:45.043Z Downloaded criterion v0.7.0
4882026-08-31T14:22:45.043Z Downloaded russh-cryptovec v0.62.0
4892026-08-31T14:22:45.043Z Downloaded samael v0.0.19
4902026-08-31T14:22:45.044Z Downloaded primeorder v0.14.0
4912026-08-31T14:22:45.044Z Downloaded rand_core v0.10.0
4922026-08-31T14:22:45.044Z Downloaded seq-macro v0.3.6
4932026-08-31T14:22:45.044Z Downloaded secrecy v0.8.0
4942026-08-31T14:22:45.044Z Downloaded slog-bunyan v2.5.0
4952026-08-31T14:22:45.044Z Downloaded hickory-server v0.25.2
4962026-08-31T14:22:45.044Z Downloaded typify-macro v0.6.2
4972026-08-31T14:22:45.044Z Downloaded unicode-linebreak v0.1.5
4982026-08-31T14:22:45.044Z Downloaded universal-hash v0.5.1
4992026-08-31T14:22:45.044Z Downloaded rustls-webpki v0.103.13
5002026-08-31T14:22:45.044Z Downloaded camino v1.2.5
5012026-08-31T14:22:45.044Z Downloaded rcgen v0.12.1
5022026-08-31T14:22:45.044Z Downloaded backoff v0.4.0
5032026-08-31T14:22:45.044Z Downloaded bytecount v0.6.9
5042026-08-31T14:22:45.044Z Downloaded der v0.8.0
5052026-08-31T14:22:45.045Z Downloaded bs58 v0.5.1
5062026-08-31T14:22:45.045Z Downloaded cargo_metadata v0.23.1
5072026-08-31T14:22:45.045Z Downloaded getrandom v0.3.4
5082026-08-31T14:22:45.045Z Downloaded getrandom v0.4.3
5092026-08-31T14:22:45.045Z Downloaded siphasher v1.0.2
5102026-08-31T14:22:45.045Z Downloaded structmeta v0.3.0
5112026-08-31T14:22:45.045Z Downloaded subtle v2.6.1
5122026-08-31T14:22:45.045Z Downloaded sqlformat v0.3.5
5132026-08-31T14:22:45.045Z Downloaded hashbrown v0.14.5
5142026-08-31T14:22:45.045Z Downloaded paste v1.0.15
5152026-08-31T14:22:45.045Z Downloaded hickory-resolver v0.25.2
5162026-08-31T14:22:45.045Z Downloaded zeroize_derive v1.5.0
5172026-08-31T14:22:45.045Z Downloaded crossterm v0.28.1
5182026-08-31T14:22:45.045Z Downloaded knus-derive v3.4.0
5192026-08-31T14:22:45.045Z Downloaded toml v0.8.23
5202026-08-31T14:22:45.045Z Downloaded pest_derive v2.8.6
5212026-08-31T14:22:45.045Z Downloaded stringmetrics v2.2.2
5222026-08-31T14:22:45.045Z Downloaded embedded-io v0.6.1
5232026-08-31T14:22:45.045Z Downloaded synstructure v0.13.2
5242026-08-31T14:22:45.046Z Downloaded thiserror v2.0.18
5252026-08-31T14:22:45.046Z Downloaded postgres-protocol v0.6.10
5262026-08-31T14:22:45.046Z Downloaded thread_local v1.1.9
5272026-08-31T14:22:45.046Z Downloaded tls_codec_derive v0.4.2
5282026-08-31T14:22:45.046Z Downloaded progenitor-client v0.13.0
5292026-08-31T14:22:45.046Z Downloaded schemars_derive v0.8.22
5302026-08-31T14:22:45.046Z Downloaded tls_codec v0.4.2
5312026-08-31T14:22:45.046Z Downloaded universal-hash v0.6.1
5322026-08-31T14:22:45.046Z Downloaded usdt v0.5.0
5332026-08-31T14:22:45.046Z Downloaded untrusted v0.9.0
5342026-08-31T14:22:45.046Z Downloaded kem v0.3.0
5352026-08-31T14:22:45.046Z Downloaded unicode-ident v1.0.24
5362026-08-31T14:22:45.046Z Downloaded p384 v0.14.0
5372026-08-31T14:22:45.046Z Downloaded macaddr v1.0.1
5382026-08-31T14:22:45.046Z Downloaded nested v0.1.1
5392026-08-31T14:22:45.046Z Downloaded unicode_categories v0.1.1
5402026-08-31T14:22:45.046Z Downloaded serde_yaml v0.9.34+deprecated
5412026-08-31T14:22:45.046Z Downloaded url v2.5.8
5422026-08-31T14:22:45.047Z Downloaded omicron-zone-package v0.12.3
5432026-08-31T14:22:45.078Z Downloaded oxide-update-engine v0.1.2
5442026-08-31T14:22:45.078Z Downloaded argon2 v0.6.0-rc.8
5452026-08-31T14:22:45.078Z Downloaded env_filter v2.0.0
5462026-08-31T14:22:45.078Z Downloaded foreign-types-shared v0.1.1
5472026-08-31T14:22:45.078Z Downloaded spin v0.9.8
5482026-08-31T14:22:45.078Z Downloaded walkdir v2.5.0
5492026-08-31T14:22:45.078Z Downloaded dof v0.4.0
5502026-08-31T14:22:45.078Z Downloaded async-lock v3.4.2
5512026-08-31T14:22:45.078Z Downloaded zstd-safe v7.2.4
5522026-08-31T14:22:45.078Z Downloaded chacha20 v0.10.0
5532026-08-31T14:22:45.078Z Downloaded serde_with_macros v1.5.2
5542026-08-31T14:22:45.078Z Downloaded lzss v0.8.2
5552026-08-31T14:22:45.078Z Downloaded managed v0.8.0
5562026-08-31T14:22:45.079Z Downloaded slog-scope v4.4.1
5572026-08-31T14:22:45.079Z Downloaded slog-stdlog v4.1.1
5582026-08-31T14:22:45.079Z Downloaded log v0.4.33
5592026-08-31T14:22:45.079Z Downloaded find-msvc-tools v0.1.9
5602026-08-31T14:22:45.079Z Downloaded num_threads v0.1.7
5612026-08-31T14:22:45.079Z Downloaded crossterm v0.29.0
5622026-08-31T14:22:45.079Z Downloaded foldhash v0.1.5
5632026-08-31T14:22:45.079Z Downloaded ascii-canvas v3.0.0
5642026-08-31T14:22:45.079Z Downloaded target-spec v3.5.7
5652026-08-31T14:22:45.079Z Downloaded normalize-line-endings v0.3.0
5662026-08-31T14:22:45.079Z Downloaded fs_extra v1.3.0
5672026-08-31T14:22:45.079Z Downloaded atty v0.2.14
5682026-08-31T14:22:45.079Z Downloaded toml_writer v1.1.1+spec-1.1.0
5692026-08-31T14:22:45.079Z Downloaded indexmap v2.14.0
5702026-08-31T14:22:45.079Z Downloaded git-stub-vcs v0.1.0
5712026-08-31T14:22:45.121Z Downloaded libefi-sys v0.1.0
5722026-08-31T14:22:45.121Z Downloaded linear-map v1.2.0
5732026-08-31T14:22:45.121Z Downloaded postcard v1.1.3
5742026-08-31T14:22:45.121Z Downloaded phf_shared v0.11.3
5752026-08-31T14:22:45.121Z Downloaded untrusted v0.7.1
5762026-08-31T14:22:45.121Z Downloaded plotters-svg v0.3.7
5772026-08-31T14:22:45.121Z Downloaded async-stream v0.3.6
5782026-08-31T14:22:45.121Z Downloaded ryu v1.0.23
5792026-08-31T14:22:45.121Z Downloaded native-tls v0.2.18
5802026-08-31T14:22:45.121Z Downloaded cargo-platform v0.3.2
5812026-08-31T14:22:45.121Z Downloaded openssl-probe v0.2.1
5822026-08-31T14:22:45.121Z Downloaded pathdiff v0.2.3
5832026-08-31T14:22:45.121Z Downloaded progenitor-extras v0.2.0
5842026-08-31T14:22:45.121Z Downloaded quinn-udp v0.5.14
5852026-08-31T14:22:45.121Z Downloaded env_logger v0.11.11
5862026-08-31T14:22:45.121Z Downloaded zstd v0.13.3
5872026-08-31T14:22:45.122Z Downloaded hashbrown v0.12.3
5882026-08-31T14:22:45.324Z Downloaded dyn-clone v1.0.20
5892026-08-31T14:22:45.324Z Downloaded miette v5.10.0
5902026-08-31T14:22:45.324Z Downloaded progenitor-macro v0.13.0
5912026-08-31T14:22:45.324Z Downloaded precomputed-hash v0.1.1
5922026-08-31T14:22:45.324Z Downloaded cipher v0.4.4
5932026-08-31T14:22:45.324Z Downloaded secrecy v0.10.3
5942026-08-31T14:22:45.324Z Downloaded rand_chacha v0.3.1
5952026-08-31T14:22:45.324Z Downloaded internal-russh-num-bigint v0.5.0
5962026-08-31T14:22:45.324Z Downloaded miette-derive v7.6.0
5972026-08-31T14:22:45.324Z Downloaded strum_macros v0.27.2
5982026-08-31T14:22:45.324Z Downloaded hyper-util v0.1.20
5992026-08-31T14:22:45.393Z Downloaded http v1.4.2
6002026-08-31T14:22:45.393Z Downloaded itertools v0.10.5
6012026-08-31T14:22:45.393Z Downloaded rand_distr v0.5.1
6022026-08-31T14:22:45.393Z Downloaded tinytemplate v1.2.1
6032026-08-31T14:22:45.393Z Downloaded unicode-bidi v0.3.18
6042026-08-31T14:22:45.393Z Downloaded term v1.2.1
6052026-08-31T14:22:45.393Z Downloaded nu-ansi-term v0.50.3
6062026-08-31T14:22:45.393Z Downloaded getrandom v0.2.17
6072026-08-31T14:22:45.393Z Downloaded sapling-renderdag v0.1.0
6082026-08-31T14:22:45.393Z Downloaded litrs v1.0.0
6092026-08-31T14:22:45.393Z Downloaded serde_urlencoded v0.7.1
6102026-08-31T14:22:45.393Z Downloaded primeorder v0.13.6
6112026-08-31T14:22:45.393Z Downloaded bitflags v1.3.2
6122026-08-31T14:22:45.393Z Downloaded primefield v0.14.0
6132026-08-31T14:22:45.393Z Downloaded ml-kem v0.3.2
6142026-08-31T14:22:45.393Z Downloaded plotters v0.3.7
6152026-08-31T14:22:45.393Z Downloaded typenum v1.20.1
6162026-08-31T14:22:45.393Z Downloaded yasna v0.5.2
6172026-08-31T14:22:45.393Z Downloaded owo-colors v4.3.0
6182026-08-31T14:22:45.393Z Downloaded oxide-generation v0.1.3
6192026-08-31T14:22:45.393Z Downloaded supports-color v3.0.2
6202026-08-31T14:22:45.393Z Downloaded supports-hyperlinks v2.1.0
6212026-08-31T14:22:45.393Z Downloaded progenitor-impl v0.13.0
6222026-08-31T14:22:45.393Z Downloaded dropshot_endpoint v0.17.1
6232026-08-31T14:22:45.394Z Downloaded p521 v0.14.0
6242026-08-31T14:22:45.394Z Downloaded unarray v0.1.4
6252026-08-31T14:22:45.394Z Downloaded anstyle-parse v0.2.7
6262026-08-31T14:22:45.394Z Downloaded clap_builder v4.6.0
6272026-08-31T14:22:45.394Z Downloaded hashbrown v0.17.0
6282026-08-31T14:22:45.394Z Downloaded chumsky v0.9.3
6292026-08-31T14:22:45.394Z Downloaded serde_with_macros v3.21.0
6302026-08-31T14:22:45.394Z Downloaded steno v0.4.1
6312026-08-31T14:22:45.394Z Downloaded serde_core v1.0.229
6322026-08-31T14:22:45.394Z Downloaded terminal_size v0.1.17
6332026-08-31T14:22:45.394Z Downloaded num-bigint v0.4.6
6342026-08-31T14:22:45.394Z Downloaded peg-macros v0.8.5
6352026-08-31T14:22:45.394Z Downloaded topological-sort v0.2.2
6362026-08-31T14:22:45.394Z Downloaded bcs v0.1.6
6372026-08-31T14:22:45.394Z Downloaded bzip2 v0.6.1
6382026-08-31T14:22:45.394Z Downloaded rust-argon2 v2.1.0
6392026-08-31T14:22:45.394Z Downloaded rustls-native-certs v0.8.3
6402026-08-31T14:22:45.394Z Downloaded rusty-fork v0.3.1
6412026-08-31T14:22:45.394Z Downloaded scroll v0.13.0
6422026-08-31T14:22:45.394Z Downloaded sec1 v0.7.3
6432026-08-31T14:22:45.394Z Downloaded shell-words v1.1.1
6442026-08-31T14:22:45.394Z Downloaded shlex v1.3.0
6452026-08-31T14:22:45.394Z Downloaded slab v0.4.12
6462026-08-31T14:22:45.394Z Downloaded difflib v0.4.0
6472026-08-31T14:22:45.394Z Downloaded tracing-core v0.1.36
6482026-08-31T14:22:45.394Z Downloaded futures v0.3.32
6492026-08-31T14:22:45.394Z Downloaded subprocess v0.2.15
6502026-08-31T14:22:45.394Z Downloaded toml v0.7.8
6512026-08-31T14:22:45.394Z Downloaded string_cache v0.8.9
6522026-08-31T14:22:45.394Z Downloaded stringprep v0.1.5
6532026-08-31T14:22:45.394Z Downloaded serde_path_to_error v0.1.20
6542026-08-31T14:22:45.394Z Downloaded slog-json v2.6.1
6552026-08-31T14:22:45.394Z Downloaded spki v0.7.3
6562026-08-31T14:22:45.395Z Downloaded dsl_auto_type v0.2.0
6572026-08-31T14:22:45.395Z Downloaded event-listener-strategy v0.5.4
6582026-08-31T14:22:45.395Z Downloaded foreign-types v0.3.2
6592026-08-31T14:22:45.395Z Downloaded equivalent v1.0.2
6602026-08-31T14:22:45.395Z Downloaded cc v1.2.56
6612026-08-31T14:22:45.395Z Downloaded schemars v1.2.1
6622026-08-31T14:22:45.395Z Downloaded tungstenite v0.23.0
6632026-08-31T14:22:45.395Z Downloaded unsafe-libyaml v0.2.11
6642026-08-31T14:22:45.395Z Downloaded zerotrie v0.2.3
6652026-08-31T14:22:45.395Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6662026-08-31T14:22:45.395Z Downloaded spki v0.8.0
6672026-08-31T14:22:45.395Z Downloaded float-cmp v0.10.0
6682026-08-31T14:22:45.395Z Downloaded futures-macro v0.3.32
6692026-08-31T14:22:45.395Z Downloaded new_debug_unreachable v1.0.6
6702026-08-31T14:22:45.396Z Downloaded lazy_static v1.5.0
6712026-08-31T14:22:45.396Z Downloaded itertools v0.13.0
6722026-08-31T14:22:45.396Z Downloaded thiserror v1.0.69
6732026-08-31T14:22:45.396Z Downloaded tinystr v0.8.2
6742026-08-31T14:22:45.396Z Downloaded vsss-rs v3.3.4
6752026-08-31T14:22:45.396Z Downloaded nonempty v0.12.0
6762026-08-31T14:22:45.396Z Downloaded anstyle-query v1.1.5
6772026-08-31T14:22:45.396Z Downloaded ghash v0.6.0
6782026-08-31T14:22:45.396Z Downloaded tokio-tungstenite v0.21.0
6792026-08-31T14:22:45.396Z Downloaded writeable v0.6.2
6802026-08-31T14:22:45.396Z Downloaded nibble_vec v0.1.0
6812026-08-31T14:22:45.396Z Downloaded ed25519 v3.0.0
6822026-08-31T14:22:45.396Z Downloaded guppy v0.17.25
6832026-08-31T14:22:45.396Z Downloaded async-stream-impl v0.3.6
6842026-08-31T14:22:45.396Z Downloaded packed_struct_codegen v0.10.1
6852026-08-31T14:22:45.396Z Downloaded jiff-core v0.1.0
6862026-08-31T14:22:45.396Z Downloaded tui-tree-widget v0.23.1
6872026-08-31T14:22:45.396Z Downloaded usdt-impl v0.6.0
6882026-08-31T14:22:45.396Z Downloaded vergen-gitcl v1.0.8
6892026-08-31T14:22:45.396Z Downloaded papergrid v0.18.0
6902026-08-31T14:22:45.396Z Downloaded parking_lot_core v0.9.12
6912026-08-31T14:22:45.396Z Downloaded pin-project v1.1.11
6922026-08-31T14:22:45.396Z Downloaded fs-err v3.3.0
6932026-08-31T14:22:45.396Z Downloaded hyper v1.10.1
6942026-08-31T14:22:45.396Z Downloaded radium v0.7.0
6952026-08-31T14:22:45.396Z Downloaded digest v0.10.7
6962026-08-31T14:22:45.396Z Downloaded cfg-if v1.0.4
6972026-08-31T14:22:45.396Z Downloaded openssl-probe v0.1.6
6982026-08-31T14:22:45.396Z Downloaded proc-macro-crate v3.4.0
6992026-08-31T14:22:45.456Z Downloaded psl-types v2.0.11
7002026-08-31T14:22:45.456Z Downloaded linked-hash-map v0.5.6
7012026-08-31T14:22:45.456Z Downloaded filetime v0.2.27
7022026-08-31T14:22:45.456Z Downloaded pretty_assertions v1.4.1
7032026-08-31T14:22:45.456Z Downloaded proc-macro-crate v1.3.1
7042026-08-31T14:22:45.456Z Downloaded unicode-segmentation v1.12.0
7052026-08-31T14:22:45.456Z Downloaded hashbrown v0.15.5
7062026-08-31T14:22:45.456Z Downloaded flate2 v1.1.9
7072026-08-31T14:22:45.456Z Downloaded cfg-expr v0.20.6
7082026-08-31T14:22:45.456Z Downloaded gethostname v0.5.0
7092026-08-31T14:22:45.456Z Downloaded num_enum v0.7.6
7102026-08-31T14:22:45.456Z Downloaded goblin v0.8.2
7112026-08-31T14:22:45.456Z Downloaded stable_deref_trait v1.2.1
7122026-08-31T14:22:45.456Z Downloaded fancy-regex v0.14.0
7132026-08-31T14:22:45.456Z Downloaded hashbrown v0.16.1
7142026-08-31T14:22:45.456Z Downloaded ucd-trie v0.1.7
7152026-08-31T14:22:45.456Z Downloaded h2 v0.4.15
7162026-08-31T14:22:45.456Z Downloaded hkdf v0.13.0
7172026-08-31T14:22:45.456Z Downloaded anstyle-parse v1.0.0
7182026-08-31T14:22:45.456Z Downloaded knuffel-derive v3.2.0
7192026-08-31T14:22:45.456Z Downloaded tabwriter v1.4.1
7202026-08-31T14:22:45.456Z Downloaded tagptr v0.2.0
7212026-08-31T14:22:45.457Z Downloaded thread-id v4.2.2
7222026-08-31T14:22:45.457Z Downloaded tinyvec_macros v0.1.1
7232026-08-31T14:22:45.457Z Downloaded oxnet v0.1.6
7242026-08-31T14:22:45.457Z Downloaded num-integer v0.1.46
7252026-08-31T14:22:45.457Z Downloaded async-trait v0.1.89
7262026-08-31T14:22:45.457Z Downloaded ppv-lite86 v0.2.21
7272026-08-31T14:22:45.457Z Downloaded tokio-test v0.4.5
7282026-08-31T14:22:45.457Z Downloaded unit-prefix v0.5.2
7292026-08-31T14:22:45.457Z Downloaded want v0.3.1
7302026-08-31T14:22:45.457Z Downloaded zone_cfg_derive v0.3.1
7312026-08-31T14:22:45.457Z Downloaded document-features v0.2.12
7322026-08-31T14:22:45.457Z Downloaded fixedbitset v0.4.2
7332026-08-31T14:22:45.457Z Downloaded futures-sink v0.3.32
7342026-08-31T14:22:45.458Z Downloaded itertools v0.15.0
7352026-08-31T14:22:45.503Z Downloaded x509-cert v0.2.5
7362026-08-31T14:22:45.503Z Downloaded rustyline v14.0.0
7372026-08-31T14:22:45.503Z Downloaded idna v1.1.0
7382026-08-31T14:22:45.503Z Downloaded iri-string v0.7.10
7392026-08-31T14:22:45.503Z Downloaded bitfield-struct v0.6.2
7402026-08-31T14:22:45.503Z Downloaded textwrap v0.15.2
7412026-08-31T14:22:45.503Z Downloaded dtrace-parser v0.2.0
7422026-08-31T14:22:45.503Z Downloaded pbkdf2 v0.13.0
7432026-08-31T14:22:45.503Z Downloaded phf v0.12.1
7442026-08-31T14:22:45.503Z Downloaded resolv-conf v0.7.6
7452026-08-31T14:22:45.503Z Downloaded rpassword v7.5.4
7462026-08-31T14:22:45.503Z Downloaded serdect v0.4.3
7472026-08-31T14:22:45.503Z Downloaded itertools v0.12.1
7482026-08-31T14:22:45.503Z Downloaded itertools v0.14.0
7492026-08-31T14:22:45.503Z Downloaded pem-rfc7468 v1.0.0
7502026-08-31T14:22:45.503Z Downloaded phf v0.13.1
7512026-08-31T14:22:45.503Z Downloaded mio v1.2.0
7522026-08-31T14:22:45.504Z Downloaded serde_tokenstream v0.3.0
7532026-08-31T14:22:45.504Z Downloaded crypto-primes v0.7.2
7542026-08-31T14:22:45.504Z Downloaded polyval v0.7.1
7552026-08-31T14:22:45.504Z Downloaded pest v2.8.6
7562026-08-31T14:22:45.504Z Downloaded uuid v1.23.4
7572026-08-31T14:22:45.504Z Downloaded lalrpop-util v0.19.12
7582026-08-31T14:22:45.504Z Downloaded arc-swap v1.8.2
7592026-08-31T14:22:45.504Z Downloaded smallvec v0.6.14
7602026-08-31T14:22:45.504Z Downloaded newline-converter v0.3.0
7612026-08-31T14:22:45.504Z Downloaded num-derive v0.4.2
7622026-08-31T14:22:45.504Z Downloaded icu_properties_data v2.1.2
7632026-08-31T14:22:45.504Z Downloaded rand v0.9.2
7642026-08-31T14:22:45.504Z Downloaded ciborium v0.2.2
7652026-08-31T14:22:45.504Z Downloaded block-buffer v0.12.1
7662026-08-31T14:22:45.550Z Downloaded tar v0.4.46
7672026-08-31T14:22:45.551Z Downloaded ssh-encoding v0.3.0
7682026-08-31T14:22:45.551Z Downloaded stacker v0.1.23
7692026-08-31T14:22:45.551Z Downloaded parking_lot v0.11.2
7702026-08-31T14:22:45.551Z Downloaded array-init v0.0.4
7712026-08-31T14:22:45.551Z Downloaded arrayref v0.3.9
7722026-08-31T14:22:45.551Z Downloaded bit-set v0.8.0
7732026-08-31T14:22:45.551Z Downloaded ssh-key v0.7.0-rc.11
7742026-08-31T14:22:45.551Z Downloaded recursive-proc-macro-impl v0.1.1
7752026-08-31T14:22:45.551Z Downloaded scroll_derive v0.12.1
7762026-08-31T14:22:45.551Z Downloaded tokio-tungstenite v0.23.1
7772026-08-31T14:22:45.551Z Downloaded ciborium-ll v0.2.2
7782026-08-31T14:22:45.551Z Downloaded publicsuffix v2.3.0
7792026-08-31T14:22:45.551Z Downloaded qorb v0.4.1
7802026-08-31T14:22:45.552Z Downloaded rayon-core v1.13.0
7812026-08-31T14:22:45.552Z Downloaded elliptic-curve v0.14.1
7822026-08-31T14:22:45.552Z Downloaded ed25519-dalek v3.0.0
7832026-08-31T14:22:45.552Z Downloaded fs-err v2.11.0
7842026-08-31T14:22:45.580Z Downloaded lock_api v0.4.14
7852026-08-31T14:22:45.580Z Downloaded nodrop v0.1.14
7862026-08-31T14:22:45.580Z Downloaded blake2 v0.11.0-rc.6
7872026-08-31T14:22:45.580Z Downloaded strum v0.27.2
7882026-08-31T14:22:45.580Z Downloaded trybuild v1.0.116
7892026-08-31T14:22:45.580Z Downloaded swrite v0.1.0
7902026-08-31T14:22:45.580Z Downloaded serde_cbor v0.11.2
7912026-08-31T14:22:45.580Z Downloaded git-stub v1.0.0
7922026-08-31T14:22:45.580Z Downloaded jobserver v0.1.34
7932026-08-31T14:22:45.581Z Downloaded utf8parse v0.2.2
7942026-08-31T14:22:45.581Z Downloaded zone v0.3.1
7952026-08-31T14:22:45.581Z Downloaded keccak v0.1.6
7962026-08-31T14:22:45.581Z Downloaded try-lock v0.2.5
7972026-08-31T14:22:45.581Z Downloaded nom v8.0.0
7982026-08-31T14:22:45.581Z Downloaded num_enum_derive v0.7.6
7992026-08-31T14:22:45.581Z Downloaded snafu v0.8.9
8002026-08-31T14:22:45.581Z Downloaded hkdf v0.12.4
8012026-08-31T14:22:45.622Z Downloaded rsa v0.10.0-rc.18
8022026-08-31T14:22:45.622Z Downloaded uzers v0.12.2
8032026-08-31T14:22:45.622Z Downloaded pem v3.0.6
8042026-08-31T14:22:45.622Z Downloaded generic-array v1.4.3
8052026-08-31T14:22:45.622Z Downloaded pin-project-internal v1.1.11
8062026-08-31T14:22:45.622Z Downloaded progenitor v0.14.0
8072026-08-31T14:22:45.622Z Downloaded libbz2-rs-sys v0.2.2
8082026-08-31T14:22:45.622Z Downloaded rustls-pemfile v2.2.0
8092026-08-31T14:22:45.622Z Downloaded scroll v0.12.0
8102026-08-31T14:22:45.622Z Downloaded lru-cache v0.1.2
8112026-08-31T14:22:45.622Z Downloaded usdt-attr-macro v0.5.0
8122026-08-31T14:22:45.622Z Downloaded void v1.0.2
8132026-08-31T14:22:45.622Z Downloaded waitgroup v0.1.2
8142026-08-31T14:22:45.622Z Downloaded sha3 v0.12.0
8152026-08-31T14:22:45.622Z Downloaded futures-core v0.3.32
8162026-08-31T14:22:45.622Z Downloaded libscf-sys v1.2.0
8172026-08-31T14:22:45.622Z Downloaded zerovec v0.11.5
8182026-08-31T14:22:45.643Z Downloaded blowfish v0.10.0
8192026-08-31T14:22:45.643Z Downloaded vergen-lib v9.1.0
8202026-08-31T14:22:45.643Z Downloaded blake2 v0.10.6
8212026-08-31T14:22:45.643Z Downloaded simd-adler32 v0.3.8
8222026-08-31T14:22:45.643Z Downloaded parking_lot_core v0.8.6
8232026-08-31T14:22:45.643Z Downloaded litemap v0.8.1
8242026-08-31T14:22:45.643Z Downloaded memmap2 v0.9.10
8252026-08-31T14:22:45.643Z Downloaded miette-derive v5.10.0
8262026-08-31T14:22:45.643Z Downloaded castaway v0.2.4
8272026-08-31T14:22:45.643Z Downloaded parking v2.2.1
8282026-08-31T14:22:45.643Z Downloaded progenitor-macro v0.14.0
8292026-08-31T14:22:45.643Z Downloaded rsa v0.9.10
8302026-08-31T14:22:45.643Z Downloaded yansi v1.0.1
8312026-08-31T14:22:45.643Z Downloaded smallvec v1.15.1
8322026-08-31T14:22:45.643Z Downloaded thiserror-impl v1.0.69
8332026-08-31T14:22:45.643Z Downloaded zmij v1.0.21
8342026-08-31T14:22:45.644Z Downloaded cancel-safe-futures v0.1.5
8352026-08-31T14:22:45.644Z Downloaded ron v0.8.1
8362026-08-31T14:22:45.667Z Downloaded event-listener v5.4.1
8372026-08-31T14:22:45.668Z Downloaded rstest v0.25.0
8382026-08-31T14:22:45.668Z Downloaded postgres-types v0.2.12
8392026-08-31T14:22:45.668Z Downloaded rustls-pki-types v1.14.0
8402026-08-31T14:22:45.668Z Downloaded sha1 v0.11.0
8412026-08-31T14:22:45.668Z Downloaded signal-hook-registry v1.4.8
8422026-08-31T14:22:45.668Z Downloaded smawk v0.3.2
8432026-08-31T14:22:45.668Z Downloaded snafu-derive v0.8.9
8442026-08-31T14:22:45.668Z Downloaded pretty-hex v0.4.1
8452026-08-31T14:22:45.668Z Downloaded signal-hook v0.3.18
8462026-08-31T14:22:45.668Z Downloaded similar v2.7.0
8472026-08-31T14:22:45.679Z Downloaded thiserror-impl-no-std v2.0.2
8482026-08-31T14:22:45.679Z Downloaded linkme v0.3.35
8492026-08-31T14:22:45.679Z Downloaded nanorand v0.7.0
8502026-08-31T14:22:45.679Z Downloaded tokio-postgres v0.7.16
8512026-08-31T14:22:45.679Z Downloaded test-strategy v0.4.5
8522026-08-31T14:22:45.679Z Downloaded miniz_oxide v0.8.9
8532026-08-31T14:22:45.680Z Downloaded either v1.15.0
8542026-08-31T14:22:45.680Z Downloaded usdt-macro v0.5.0
8552026-08-31T14:22:45.680Z Downloaded wnaf v0.14.0
8562026-08-31T14:22:45.680Z Downloaded aws-lc-rs v1.16.3
8572026-08-31T14:22:45.694Z Downloaded enum_dispatch v0.3.13
8582026-08-31T14:22:45.694Z Downloaded rand_core v0.9.5
8592026-08-31T14:22:45.694Z Downloaded errno v0.3.14
8602026-08-31T14:22:45.694Z Downloaded maplit v1.0.2
8612026-08-31T14:22:45.694Z Downloaded pkcs8 v0.11.0
8622026-08-31T14:22:45.694Z Downloaded md-5 v0.10.6
8632026-08-31T14:22:45.712Z Downloaded num-iter v0.1.45
8642026-08-31T14:22:45.712Z Downloaded zerofrom v0.1.6
8652026-08-31T14:22:45.712Z Downloaded dunce v1.0.5
8662026-08-31T14:22:45.712Z Downloaded term v0.7.0
8672026-08-31T14:22:45.712Z Downloaded scopeguard v1.2.0
8682026-08-31T14:22:45.712Z Downloaded num_enum v0.5.11
8692026-08-31T14:22:45.712Z Downloaded iddqd v0.4.2
8702026-08-31T14:22:45.729Z Downloaded quick-xml v0.37.5
8712026-08-31T14:22:45.729Z Downloaded oso v0.27.3
8722026-08-31T14:22:45.729Z Downloaded flagset v0.4.7
8732026-08-31T14:22:45.729Z Downloaded peg v0.8.5
8742026-08-31T14:22:45.729Z Downloaded md5 v0.8.0
8752026-08-31T14:22:45.729Z Downloaded zip v0.6.6
8762026-08-31T14:22:45.751Z Downloaded bzip2 v0.4.4
8772026-08-31T14:22:45.751Z Downloaded slog-async v2.8.0
8782026-08-31T14:22:45.751Z Downloaded slog-dtrace v0.3.0
8792026-08-31T14:22:45.751Z Downloaded target-lexicon v0.13.3
8802026-08-31T14:22:45.751Z Downloaded rtoolbox v0.0.3
8812026-08-31T14:22:45.751Z Downloaded sigpipe v0.1.3
8822026-08-31T14:22:45.751Z Downloaded tokio-native-tls v0.3.1
8832026-08-31T14:22:45.751Z Downloaded signal-hook-tokio v0.3.1
8842026-08-31T14:22:45.751Z Downloaded time-core v0.1.8
8852026-08-31T14:22:45.771Z Downloaded vergen-lib v0.1.6
8862026-08-31T14:22:45.771Z Downloaded scrypt v0.12.0
8872026-08-31T14:22:45.771Z Downloaded serde_bytes v0.11.19
8882026-08-31T14:22:45.771Z Downloaded rustc-demangle v0.1.27
8892026-08-31T14:22:45.771Z Downloaded terminal_size v0.4.3
8902026-08-31T14:22:45.771Z Downloaded memchr v2.8.0
8912026-08-31T14:22:45.771Z Downloaded aes-gcm v0.11.0
8922026-08-31T14:22:45.771Z Downloaded twox-hash v2.1.2
8932026-08-31T14:22:45.794Z Downloaded ena v0.14.4
8942026-08-31T14:22:45.795Z Downloaded xattr v1.6.1
8952026-08-31T14:22:45.795Z Downloaded dirs-sys-next v0.1.2
8962026-08-31T14:22:45.795Z Downloaded futures-timer v3.0.3
8972026-08-31T14:22:45.795Z Downloaded group v0.14.0
8982026-08-31T14:22:45.795Z Downloaded dirs-next v2.0.0
8992026-08-31T14:22:45.795Z Downloaded fastrand v2.3.0
9002026-08-31T14:22:45.795Z Downloaded lru-slab v0.1.2
9012026-08-31T14:22:45.795Z Downloaded rand v0.10.1
9022026-08-31T14:22:45.795Z Downloaded toml v1.1.2+spec-1.1.0
9032026-08-31T14:22:45.795Z Downloaded salsa20 v0.11.0
9042026-08-31T14:22:45.795Z Downloaded num-conv v0.2.0
9052026-08-31T14:22:45.815Z Downloaded packed_struct v0.10.1
9062026-08-31T14:22:45.815Z Downloaded same-file v1.0.6
9072026-08-31T14:22:45.815Z Downloaded scheduled-thread-pool v0.2.7
9082026-08-31T14:22:45.815Z Downloaded supports-color v2.1.0
9092026-08-31T14:22:45.815Z Downloaded tower-layer v0.3.3
9102026-08-31T14:22:45.815Z Downloaded libsw v3.5.0
9112026-08-31T14:22:45.815Z Downloaded num-bigint-dig v0.8.6
9122026-08-31T14:22:45.815Z Downloaded serde_with v1.14.0
9132026-08-31T14:22:45.827Z Downloaded once_cell v1.21.3
9142026-08-31T14:22:45.827Z Downloaded path-slash v0.1.5
9152026-08-31T14:22:45.827Z Downloaded plotters-backend v0.3.7
9162026-08-31T14:22:45.827Z Downloaded rand_pcg v0.10.2
9172026-08-31T14:22:45.827Z Downloaded path-tree v0.8.3
9182026-08-31T14:22:45.827Z Downloaded tower-http v0.6.8
9192026-08-31T14:22:45.828Z Downloaded usdt-impl v0.5.0
9202026-08-31T14:22:45.828Z Downloaded float-ord v0.3.2
9212026-08-31T14:22:45.834Z Downloaded byte-wrapper v0.1.0
9222026-08-31T14:22:45.835Z Downloaded miette v7.6.0
9232026-08-31T14:22:45.852Z Downloaded minimal-lexical v0.2.1
9242026-08-31T14:22:45.853Z Downloaded pkcs1 v0.7.5
9252026-08-31T14:22:45.853Z Downloaded newtype_derive v0.1.6
9262026-08-31T14:22:45.853Z Downloaded quick-error v1.2.3
9272026-08-31T14:22:45.925Z Downloaded ecdsa v0.16.9
9282026-08-31T14:22:45.925Z Downloaded memmap v0.7.0
9292026-08-31T14:22:45.925Z Downloaded powerfmt v0.2.0
9302026-08-31T14:22:45.925Z Downloaded socket2 v0.5.10
9312026-08-31T14:22:45.925Z Downloaded knus v3.4.0
9322026-08-31T14:22:45.925Z Downloaded rustc-hash v2.1.1
9332026-08-31T14:22:45.925Z Downloaded sha1 v0.10.6
9342026-08-31T14:22:45.925Z Downloaded serde-big-array v0.5.1
9352026-08-31T14:22:45.926Z Downloaded take_mut v0.2.2
9362026-08-31T14:22:45.926Z Downloaded vte v0.14.1
9372026-08-31T14:22:45.926Z Downloaded toml_edit v0.23.10+spec-1.0.0
9382026-08-31T14:22:45.949Z Downloaded elliptic-curve v0.13.8
9392026-08-31T14:22:45.949Z Downloaded generic-array v0.14.7
9402026-08-31T14:22:45.949Z Downloaded base64 v0.21.7
9412026-08-31T14:22:45.949Z Downloaded atomicwrites v0.4.4
9422026-08-31T14:22:45.949Z Downloaded cbc v0.2.1
9432026-08-31T14:22:45.950Z Downloaded owo-colors v3.5.0
9442026-08-31T14:22:45.950Z Downloaded strsim v0.10.0
9452026-08-31T14:22:45.950Z Downloaded strum_macros v0.26.4
9462026-08-31T14:22:45.950Z Downloaded cfg_aliases v0.1.1
9472026-08-31T14:22:45.950Z Downloaded num-traits v0.2.19
9482026-08-31T14:22:45.950Z Downloaded zerocopy-derive v0.8.55
9492026-08-31T14:22:45.950Z Downloaded async-compression v0.4.41
9502026-08-31T14:22:45.950Z Downloaded sponge-cursor v0.1.0
9512026-08-31T14:22:45.950Z Downloaded tracing-attributes v0.1.31
9522026-08-31T14:22:45.950Z Downloaded fixedbitset v0.5.7
9532026-08-31T14:22:45.950Z Downloaded glob v0.3.3
9542026-08-31T14:22:45.950Z Downloaded prettyplease v0.2.37
9552026-08-31T14:22:45.950Z Downloaded zip v4.6.1
9562026-08-31T14:22:45.951Z Downloaded tokio-util v0.7.18
9572026-08-31T14:22:45.951Z Downloaded anes v0.1.6
9582026-08-31T14:22:45.951Z Downloaded tokio-rustls v0.26.4
9592026-08-31T14:22:45.951Z Downloaded semver v1.0.28
9602026-08-31T14:22:45.951Z Downloaded backtrace-ext v0.2.1
9612026-08-31T14:22:45.951Z Downloaded winnow v0.7.14
9622026-08-31T14:22:45.951Z Downloaded libxml v0.3.3
9632026-08-31T14:22:45.951Z Downloaded flume v0.11.1
9642026-08-31T14:22:45.951Z Downloaded crypto-bigint v0.7.5
9652026-08-31T14:22:45.951Z Downloaded smoltcp v0.9.1
9662026-08-31T14:22:45.951Z Downloaded tinyvec v1.10.0
9672026-08-31T14:22:45.996Z Downloaded display-error-chain v0.2.2
9682026-08-31T14:22:45.996Z Downloaded xshell v0.2.7
9692026-08-31T14:22:45.996Z Downloaded yoke v0.8.1
9702026-08-31T14:22:45.996Z Downloaded foreign-types-macros v0.2.3
9712026-08-31T14:22:45.996Z Downloaded oorandom v11.1.5
9722026-08-31T14:22:45.996Z Downloaded pem-rfc7468 v0.7.0
9732026-08-31T14:22:45.996Z Downloaded port-file v0.1.0
9742026-08-31T14:22:45.997Z Downloaded keccak v0.2.0
9752026-08-31T14:22:45.997Z Downloaded proc-macro-error-attr v1.0.4
9762026-08-31T14:22:45.997Z Downloaded async-bb8-diesel v0.2.1
9772026-08-31T14:22:45.997Z Downloaded pkcs5 v0.8.1
9782026-08-31T14:22:45.997Z Downloaded strsim v0.11.1
9792026-08-31T14:22:45.997Z Downloaded usdt v0.6.0
9802026-08-31T14:22:45.997Z Downloaded unicode-truncate v1.1.0
9812026-08-31T14:22:45.997Z Downloaded foreign-types-shared v0.3.1
9822026-08-31T14:22:45.997Z Downloaded utf8_iter v1.0.4
9832026-08-31T14:22:45.997Z Downloaded cassowary v0.3.0
9842026-08-31T14:22:45.997Z Downloaded ssh-cipher v0.3.0
9852026-08-31T14:22:45.997Z Downloaded futures-util v0.3.32
9862026-08-31T14:22:46.020Z Downloaded memoffset v0.9.1
9872026-08-31T14:22:46.020Z Downloaded module-lattice v0.2.3
9882026-08-31T14:22:46.020Z Downloaded rand_xorshift v0.4.0
9892026-08-31T14:22:46.020Z Downloaded slog v2.8.2
9902026-08-31T14:22:46.020Z Downloaded ahash v0.8.12
9912026-08-31T14:22:46.021Z Downloaded quinn v0.11.11
9922026-08-31T14:22:46.021Z Downloaded aead v0.5.2
9932026-08-31T14:22:46.021Z Downloaded toml_datetime v0.6.11
9942026-08-31T14:22:46.021Z Downloaded erased-serde v0.3.31
9952026-08-31T14:22:46.021Z Downloaded block-buffer v0.10.4
9962026-08-31T14:22:46.021Z Downloaded sync-ptr v0.1.4
9972026-08-31T14:22:46.021Z Downloaded futures-io v0.3.32
9982026-08-31T14:22:46.021Z Downloaded num-complex v0.4.6
9992026-08-31T14:22:46.021Z Downloaded serde_with v3.21.0
10002026-08-31T14:22:46.021Z Downloaded dof v0.3.0
10012026-08-31T14:22:46.021Z Downloaded sync_wrapper v1.0.2
10022026-08-31T14:22:46.021Z Downloaded parse-display v0.10.0
10032026-08-31T14:22:46.021Z Downloaded unicase v2.9.0
10042026-08-31T14:22:46.021Z Downloaded papergrid v0.11.0
10052026-08-31T14:22:46.021Z Downloaded libtest-mimic v0.8.1
10062026-08-31T14:22:46.021Z Downloaded termios v0.3.3
10072026-08-31T14:22:46.021Z Downloaded tokio-stream v0.1.18
10082026-08-31T14:22:46.049Z Downloaded fatfs v0.3.6
10092026-08-31T14:22:46.049Z Downloaded libsw-core v0.3.2
10102026-08-31T14:22:46.050Z Downloaded sha2 v0.11.0
10112026-08-31T14:22:46.050Z Downloaded tabled v0.15.0
10122026-08-31T14:22:46.050Z Downloaded prefix-trie v0.7.0
10132026-08-31T14:22:46.050Z Downloaded socket2 v0.6.3
10142026-08-31T14:22:46.050Z Downloaded unicode-properties v0.1.4
10152026-08-31T14:22:46.050Z Downloaded argon2 v0.5.3
10162026-08-31T14:22:46.050Z Downloaded camino-tempfile-ext v0.3.3
10172026-08-31T14:22:46.050Z Downloaded static_assertions v1.1.0
10182026-08-31T14:22:46.050Z Downloaded futures-channel v0.3.32
10192026-08-31T14:22:46.051Z Downloaded newtype-uuid v1.3.2
10202026-08-31T14:22:46.051Z Downloaded backon v1.6.0
10212026-08-31T14:22:46.051Z Downloaded portable-atomic v1.13.1
10222026-08-31T14:22:46.060Z Downloaded aead v0.6.1
10232026-08-31T14:22:46.061Z Downloaded rand_seeder v0.4.0
10242026-08-31T14:22:46.061Z Downloaded openssl v0.10.80
10252026-08-31T14:22:46.061Z Downloaded foldhash v0.2.0
10262026-08-31T14:22:46.061Z Downloaded curve25519-dalek v4.1.3
10272026-08-31T14:22:46.061Z Downloaded drift v0.2.0
10282026-08-31T14:22:46.061Z Downloaded reqwest v0.13.2
10292026-08-31T14:22:46.061Z Downloaded phc v0.6.1
10302026-08-31T14:22:46.061Z Downloaded ar_archive_writer v0.5.1
10312026-08-31T14:22:46.061Z Downloaded backtrace v0.3.76
10322026-08-31T14:22:46.083Z Downloaded goblin v0.10.5
10332026-08-31T14:22:46.083Z Downloaded zerovec-derive v0.11.2
10342026-08-31T14:22:46.083Z Downloaded assert_cmd v2.1.2
10352026-08-31T14:22:46.083Z Downloaded thiserror-no-std v2.0.2
10362026-08-31T14:22:46.083Z Downloaded strum_macros v0.24.3
10372026-08-31T14:22:46.087Z Downloaded proc-macro-error2 v2.0.1
10382026-08-31T14:22:46.088Z Downloaded serde_plain v1.0.2
10392026-08-31T14:22:46.088Z Downloaded vergen v9.1.0
10402026-08-31T14:22:46.088Z Downloaded pkcs1 v0.8.0-rc.4
10412026-08-31T14:22:46.088Z Downloaded base64ct v1.8.3
10422026-08-31T14:22:46.088Z Downloaded progenitor v0.13.0
10432026-08-31T14:22:46.088Z Downloaded rustversion v1.0.22
10442026-08-31T14:22:46.088Z Downloaded digest v0.11.3
10452026-08-31T14:22:46.088Z Downloaded serde_tokenstream v0.2.3
10462026-08-31T14:22:46.088Z Downloaded openssl-sys v0.9.117
10472026-08-31T14:22:46.088Z Downloaded tower v0.5.3
10482026-08-31T14:22:46.088Z Downloaded group v0.13.0
10492026-08-31T14:22:46.088Z Downloaded mime_guess v2.0.5
10502026-08-31T14:22:46.088Z Downloaded serde v1.0.229
10512026-08-31T14:22:46.120Z Downloaded zerocopy v0.6.6
10522026-08-31T14:22:46.120Z Downloaded zerocopy-derive v0.7.35
10532026-08-31T14:22:46.143Z Downloaded aes v0.9.1
10542026-08-31T14:22:46.143Z Downloaded bumpalo v3.20.2
10552026-08-31T14:22:46.143Z Downloaded reqwest v0.12.28
10562026-08-31T14:22:46.143Z Downloaded knuffel v3.2.0
10572026-08-31T14:22:46.160Z Downloaded git2 v0.20.4
10582026-08-31T14:22:46.160Z Downloaded lalrpop v0.19.12
10592026-08-31T14:22:46.160Z Downloaded chacha20poly1305 v0.10.1
10602026-08-31T14:22:46.160Z Downloaded zlib-rs v0.6.2
10612026-08-31T14:22:46.161Z Downloaded tempfile v3.27.0
10622026-08-31T14:22:46.161Z Downloaded pest_generator v2.8.6
10632026-08-31T14:22:46.161Z Downloaded toml_edit v0.19.15
10642026-08-31T14:22:46.177Z Downloaded winnow v0.5.40
10652026-08-31T14:22:46.183Z Downloaded smoltcp v0.11.0
10662026-08-31T14:22:46.183Z Downloaded base64 v0.22.1
10672026-08-31T14:22:46.183Z Downloaded p256 v0.14.0
10682026-08-31T14:22:46.183Z Downloaded dropshot-api-manager v0.8.0
10692026-08-31T14:22:46.183Z Downloaded petname v2.0.2
10702026-08-31T14:22:46.198Z Downloaded curve25519-dalek v5.0.0
10712026-08-31T14:22:46.198Z Downloaded toml_edit v0.22.27
10722026-08-31T14:22:46.205Z Downloaded ed25519-dalek v2.2.0
10732026-08-31T14:22:46.205Z Downloaded scuffle v0.1.0
10742026-08-31T14:22:46.209Z Downloaded rayon v1.11.0
10752026-08-31T14:22:46.217Z Downloaded serde_json v1.0.151
10762026-08-31T14:22:46.220Z Downloaded unicode-normalization v0.1.25
10772026-08-31T14:22:46.225Z Downloaded zerocopy v0.8.55
10782026-08-31T14:22:46.232Z Downloaded object v0.30.4
10792026-08-31T14:22:46.241Z Downloaded typed-path v0.9.3
10802026-08-31T14:22:46.247Z Downloaded nom v7.1.3
10812026-08-31T14:22:46.252Z Downloaded tabled v0.21.0
10822026-08-31T14:22:46.256Z Downloaded winnow v0.6.26
10832026-08-31T14:22:46.260Z Downloaded bitvec v1.0.1
10842026-08-31T14:22:46.268Z Downloaded aho-corasick v1.1.4
10852026-08-31T14:22:46.272Z Downloaded winnow v1.0.3
10862026-08-31T14:22:46.285Z Downloaded openapiv3 v2.2.0
10872026-08-31T14:22:46.289Z Downloaded expectorate v1.2.0
10882026-08-31T14:22:46.289Z Downloaded chrono v0.4.45
10892026-08-31T14:22:46.295Z Downloaded tough v0.22.0
10902026-08-31T14:22:46.299Z Downloaded rand v0.8.6
10912026-08-31T14:22:46.307Z Downloaded regex v1.12.3
10922026-08-31T14:22:46.322Z Downloaded radix_trie v0.2.1
10932026-08-31T14:22:46.326Z Downloaded rawzip v0.4.4
10942026-08-31T14:22:46.334Z Downloaded regex-syntax v0.6.29
10952026-08-31T14:22:46.342Z Downloaded hickory-proto v0.24.4
10962026-08-31T14:22:46.354Z Downloaded zerocopy v0.7.35
10972026-08-31T14:22:46.367Z Downloaded object v0.37.3
10982026-08-31T14:22:46.367Z Downloaded nix v0.28.0
10992026-08-31T14:22:46.372Z Downloaded salty v0.3.0
11002026-08-31T14:22:46.372Z Downloaded unicode-width v0.1.14
11012026-08-31T14:22:46.372Z Downloaded diesel v2.3.7
11022026-08-31T14:22:46.380Z Downloaded libm v0.2.16
11032026-08-31T14:22:46.385Z Downloaded reedline v0.40.0
11042026-08-31T14:22:46.393Z Downloaded syn v1.0.109
11052026-08-31T14:22:46.397Z Downloaded moka v0.12.13
11062026-08-31T14:22:46.407Z Downloaded regress v0.11.1
11072026-08-31T14:22:46.415Z Downloaded bindgen v0.71.1
11082026-08-31T14:22:46.415Z Downloaded p384 v0.13.1
11092026-08-31T14:22:46.418Z Downloaded blake3 v1.8.5
11102026-08-31T14:22:46.418Z Downloaded russh v0.62.4
11112026-08-31T14:22:46.422Z Downloaded rustix v0.38.44
11122026-08-31T14:22:46.435Z Downloaded bstr v1.12.1
11132026-08-31T14:22:46.447Z Downloaded hickory-proto v0.25.2
11142026-08-31T14:22:46.460Z Downloaded gimli v0.32.3
11152026-08-31T14:22:46.488Z Downloaded quinn-proto v0.11.16
11162026-08-31T14:22:46.488Z Downloaded rustix v1.1.4
11172026-08-31T14:22:46.500Z Downloaded unicode-width v0.2.0
11182026-08-31T14:22:46.500Z Downloaded proptest v1.11.0
11192026-08-31T14:22:46.500Z Downloaded sled v0.34.7
11202026-08-31T14:22:46.500Z Downloaded time v0.3.47
11212026-08-31T14:22:46.515Z Downloaded regress v0.10.5
11222026-08-31T14:22:46.515Z Downloaded regex-syntax v0.8.10
11232026-08-31T14:22:46.527Z Downloaded nix v0.27.1
11242026-08-31T14:22:46.527Z Downloaded dropshot v0.17.1
11252026-08-31T14:22:46.535Z Downloaded nix v0.31.2
11262026-08-31T14:22:46.535Z Downloaded vcpkg v0.2.15
11272026-08-31T14:22:46.554Z Downloaded polar-core v0.27.3
11282026-08-31T14:22:46.560Z Downloaded syn v2.0.117
11292026-08-31T14:22:46.564Z Downloaded tracing v0.1.44
11302026-08-31T14:22:46.577Z Downloaded sqlparser v0.61.0
11312026-08-31T14:22:46.583Z Downloaded sha3 v0.11.0
11322026-08-31T14:22:46.649Z Downloaded syn v3.0.3
11332026-08-31T14:22:46.660Z Downloaded zerocopy-derive v0.6.6
11342026-08-31T14:22:46.660Z Downloaded csv v1.4.0
11352026-08-31T14:22:46.688Z Downloaded ratatui v0.29.0
11362026-08-31T14:22:46.709Z Downloaded libc v0.2.185
11372026-08-31T14:22:46.717Z Downloaded tokio v1.52.1
11382026-08-31T14:22:46.720Z Downloaded typify-impl v0.6.2
11392026-08-31T14:22:46.723Z Downloaded rustls v0.23.41
11402026-08-31T14:22:46.733Z Downloaded regex-automata v0.4.14
11412026-08-31T14:22:46.753Z Downloaded jiff v0.2.34
11422026-08-31T14:22:46.777Z Downloaded encoding_rs v0.8.35
11432026-08-31T14:22:46.790Z Downloaded petgraph v0.6.5
11442026-08-31T14:22:46.803Z Downloaded ring v0.17.14
11452026-08-31T14:22:46.826Z Downloaded libgit2-sys v0.18.3+1.9.2
11462026-08-31T14:22:46.858Z Downloaded petgraph v0.8.3
11472026-08-31T14:22:46.871Z Downloaded bzip2-sys v0.1.13+1.0.8
11482026-08-31T14:22:46.878Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11492026-08-31T14:22:46.891Z Downloaded chrono-tz v0.10.4
11502026-08-31T14:22:46.903Z Downloaded libz-sys v1.1.24
11512026-08-31T14:22:46.925Z Downloaded sha3 v0.10.8
11522026-08-31T14:22:47.021Z Downloaded httpmock v0.8.3
11532026-08-31T14:22:47.620Z Downloaded aws-lc-sys v0.40.0
11542026-08-31T14:22:48.025Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11552026-08-31T14:22:52.371Z Startup: Refreshing catalog 'helios' ... Done
11562026-08-31T14:22:52.678Z Startup: Caching catalogs ... Done
11572026-08-31T14:22:55.020ZPlanning: Solver setup ... Done (2.190s)
11582026-08-31T14:22:55.155ZPlanning: Running solver ... Done (0.066s)
11592026-08-31T14:22:55.155ZPlanning: Finding local manifests ... Done (0.002s)
11602026-08-31T14:22:55.155ZPlanning: Fetching manifests: 0/2 0% complete
11612026-08-31T14:22:55.155ZPlanning: Fetching manifests: 2/2 100% complete
11622026-08-31T14:22:55.155ZPlanning: Package planning ... Done (0.014s)
11632026-08-31T14:22:55.156ZPlanning: Merging actions ... Done (0.002s)
11642026-08-31T14:22:55.578ZPlanning: Checking for conflicting actions ... Done (0.226s)
11652026-08-31T14:22:55.578ZPlanning: Consolidating action changes ... Done (0.001s)
11662026-08-31T14:22:55.919ZPlanning: Evaluating mediators ... Done (0.679s)
11672026-08-31T14:22:56.043ZPlanning: Planning completed in 3.34 seconds
11682026-08-31T14:22:56.043Z Packages to install: 2
11692026-08-31T14:22:56.043Z Estimated space available: 155.72 GB
11702026-08-31T14:22:56.043ZEstimated space to be consumed: 83.65 MB
11712026-08-31T14:22:56.043Z Create boot environment: No
11722026-08-31T14:22:56.043ZCreate backup boot environment: No
11732026-08-31T14:22:56.043Z Rebuild boot archive: No
11742026-08-31T14:22:56.044Z
11752026-08-31T14:22:56.044ZChanged packages:
11762026-08-31T14:22:56.044Zhelios
11772026-08-31T14:22:56.044Z developer/build-essential
11782026-08-31T14:22:56.044Z None -> 11-3.0
11792026-08-31T14:22:56.044Z library/libxmlsec1
11802026-08-31T14:22:56.044Z None -> 1.2.35-3.0
11812026-08-31T14:22:56.044Z
11822026-08-31T14:22:56.044ZDownload: 0/214 items 0.0/1.3MB 0% complete
11832026-08-31T14:22:56.393ZDownload: Completed 1.28 MB in 0.07 seconds (18.2M/s)
11842026-08-31T14:22:56.393Z Actions: 1/268 actions (Installing new actions)
11852026-08-31T14:22:56.393Z Actions: Completed 268 actions in 0.04 seconds.
11862026-08-31T14:22:56.961ZFinalize: Updating package state database ... Done (0.040s)
11872026-08-31T14:22:56.961ZFinalize: Updating package cache ... Done (0.000s)
11882026-08-31T14:22:56.961ZFinalize: Updating image state ... Done (0.093s)
11892026-08-31T14:22:59.226ZFinalize: Creating fast lookup database ... Done (2.513s)
11902026-08-31T14:22:59.454ZFinalize: Reading search index ... Done (0.011s)
11912026-08-31T14:22:59.454ZFinalize: Updating search index ... Done (0.000s)
11922026-08-31T14:22:59.454ZFinalize: Updating package cache ... Done (0.000s)
11932026-08-31T14:22:59.604ZPlanning: Evaluating mediator changes ... Done
11942026-08-31T14:22:59.604ZPlanning: Checking for conflicting actions ... Done
11952026-08-31T14:22:59.604ZPlanning: Consolidating action changes ... Done
11962026-08-31T14:22:59.714ZPlanning: Evaluating mediators ... Done
11972026-08-31T14:22:59.714ZPlanning: Planning completed in 0.26 seconds
11982026-08-31T14:22:59.785Z Mediators to change: 2
11992026-08-31T14:22:59.785Z Create boot environment: No
12002026-08-31T14:22:59.785ZCreate backup boot environment: No
12012026-08-31T14:22:59.785ZFinalize: Updating package state database ... Done
12022026-08-31T14:22:59.786ZFinalize: Updating package cache ... Done
12032026-08-31T14:22:59.914ZFinalize: Updating image state ... Done
12042026-08-31T14:23:01.848ZFinalize: Creating fast lookup database ... Done
12052026-08-31T14:23:02.255ZFinalize: Reading search index ... Done
12062026-08-31T14:23:02.255ZFinalize: Updating search index ... Done
12072026-08-31T14:23:02.255ZFinalize: Updating package cache ... Done
12082026-08-31T14:23:03.061ZPlanning: Evaluating mediator changes ... Done
12092026-08-31T14:23:03.061ZPlanning: Checking for conflicting actions ... Done
12102026-08-31T14:23:03.061ZPlanning: Consolidating action changes ... Done
12112026-08-31T14:23:03.062ZPlanning: Evaluating mediators ... Done
12122026-08-31T14:23:03.062ZPlanning: Planning completed in 0.26 seconds
12132026-08-31T14:23:03.062Z Mediators to change: 1
12142026-08-31T14:23:03.062Z Create boot environment: No
12152026-08-31T14:23:03.062ZCreate backup boot environment: No
12162026-08-31T14:23:03.062ZFinalize: Updating package state database ... Done
12172026-08-31T14:23:03.062ZFinalize: Updating package cache ... Done
12182026-08-31T14:23:03.062ZFinalize: Updating image state ... Done
12192026-08-31T14:23:04.740ZFinalize: Creating fast lookup database ... Done
12202026-08-31T14:23:05.119ZFinalize: Reading search index ... Done
12212026-08-31T14:23:05.119ZFinalize: Updating search index ... Done
12222026-08-31T14:23:05.119ZFinalize: Updating package cache ... Done
12232026-08-31T14:23:05.119ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12242026-08-31T14:23:05.120Zapache system 2.4 system
12252026-08-31T14:23:05.120Zclang system 15 system
12262026-08-31T14:23:05.120Zcsh system system illumos
12272026-08-31T14:23:05.120Zctags system system illumos
12282026-08-31T14:23:05.120Zfile vendor vendor darwinsys
12292026-08-31T14:23:05.120Zfile system system illumos
12302026-08-31T14:23:05.120Zgcc vendor 14 vendor
12312026-08-31T14:23:05.120Zgcc system 13 system
12322026-08-31T14:23:05.120Zgcc system 10 system
12332026-08-31T14:23:05.120Zgo system 1.25 system
12342026-08-31T14:23:05.121Zllvm system 15 system
12352026-08-31T14:23:05.121Zmariadb system 11.4 system
12362026-08-31T14:23:05.121Zmta vendor vendor dma
12372026-08-31T14:23:05.121Zopenjdk system 17 system
12382026-08-31T14:23:05.121Zopenjdk system 11 system
12392026-08-31T14:23:05.121Zopenssl vendor 3 vendor
12402026-08-31T14:23:05.121Zperl system 5.40 system
12412026-08-31T14:23:05.121Zpostgresql system 18 system
12422026-08-31T14:23:05.121Zpostgresql system 17 system
12432026-08-31T14:23:05.121Zpython vendor 3 vendor
12442026-08-31T14:23:05.121Zpython system 2 system
12452026-08-31T14:23:05.122Zpython3 vendor 3.13 vendor
12462026-08-31T14:23:05.122Zruby system 3.4 system
12472026-08-31T14:23:05.122Zruby system 3.0 system
12482026-08-31T14:23:05.122Zwords vendor vendor american-english
12492026-08-31T14:23:05.122Zwords system system australian-english
12502026-08-31T14:23:05.122Zwords system system british-english
12512026-08-31T14:23:05.122Zwords system system canadian-english
12522026-08-31T14:23:05.122Zwords system system french
12532026-08-31T14:23:05.122Zwords system system italian
12542026-08-31T14:23:05.123Zwords system system ngerman
12552026-08-31T14:23:05.123Zwords system system ogerman
12562026-08-31T14:23:05.123Zwords system system spanish
12572026-08-31T14:23:05.388ZPUBLISHER TYPE STATUS P LOCATION
12582026-08-31T14:23:05.388Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12592026-08-31T14:23:05.698ZFMRI IFO
12602026-08-31T14:23:05.698Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12612026-08-31T14:23:05.698Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12622026-08-31T14:23:05.698Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12632026-08-31T14:23:05.698Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12642026-08-31T14:23:05.698Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12652026-08-31T14:23:05.698Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12662026-08-31T14:23:05.698Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12672026-08-31T14:23:05.698Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12682026-08-31T14:23:05.698Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12692026-08-31T14:23:06.530Z Downloading crates ...
12702026-08-31T14:23:06.798Z Downloaded cargo_toml v0.21.0
12712026-08-31T14:23:06.799Z Compiling proc-macro2 v1.0.106
12722026-08-31T14:23:06.799Z Compiling quote v1.0.45
12732026-08-31T14:23:06.799Z Compiling unicode-ident v1.0.24
12742026-08-31T14:23:06.799Z Compiling serde_core v1.0.229
12752026-08-31T14:23:06.799Z Compiling libc v0.2.185
12762026-08-31T14:23:06.799Z Compiling version_check v0.9.5
12772026-08-31T14:23:06.799Z Compiling memchr v2.8.0
12782026-08-31T14:23:06.799Z Compiling serde v1.0.229
12792026-08-31T14:23:06.799Z Compiling zmij v1.0.21
12802026-08-31T14:23:06.799Z Compiling ucd-trie v0.1.7
12812026-08-31T14:23:06.799Z Compiling itoa v1.0.17
12822026-08-31T14:23:06.799Z Compiling thiserror v1.0.69
12832026-08-31T14:23:06.799Z Compiling rustix v1.1.4
12842026-08-31T14:23:06.799Z Compiling byteorder v1.5.0
12852026-08-31T14:23:07.091Z Compiling bitflags v2.11.0
12862026-08-31T14:23:07.091Z Compiling serde_json v1.0.151
12872026-08-31T14:23:07.092Z Compiling camino v1.2.5
12882026-08-31T14:23:07.092Z Compiling syn v1.0.109
12892026-08-31T14:23:07.584Z Compiling usdt-impl v0.5.0
12902026-08-31T14:23:07.584Z Compiling pest v2.8.6
12912026-08-31T14:23:07.584Z Compiling proc-macro-error-attr v1.0.4
12922026-08-31T14:23:07.584Z Compiling proc-macro-error v1.0.4
12932026-08-31T14:23:07.584Z Compiling getrandom v0.4.3
12942026-08-31T14:23:07.584Z Compiling log v0.4.33
12952026-08-31T14:23:07.584Z Compiling hashbrown v0.17.0
12962026-08-31T14:23:07.584Z Compiling utf8parse v0.2.2
12972026-08-31T14:23:08.507Z Compiling plain v0.2.3
12982026-08-31T14:23:08.508Z Compiling equivalent v1.0.2
12992026-08-31T14:23:08.508Z Compiling colorchoice v1.0.4
13002026-08-31T14:23:08.508Z Compiling anstyle-parse v1.0.0
13012026-08-31T14:23:08.508Z Compiling autocfg v1.5.0
13022026-08-31T14:23:08.508Z Compiling toml_write v0.1.2
13032026-08-31T14:23:08.508Z Compiling anstyle-query v1.1.5
13042026-08-31T14:23:08.508Z Compiling thiserror v2.0.18
13052026-08-31T14:23:08.508Z Compiling anstyle v1.0.14
13062026-08-31T14:23:08.508Z Compiling is_terminal_polyfill v1.70.2
13072026-08-31T14:23:08.509Z Compiling errno v0.3.14
13082026-08-31T14:23:08.509Z Compiling thread-id v4.2.2
13092026-08-31T14:23:08.509Z Compiling pretty-hex v0.4.1
13102026-08-31T14:23:08.509Z Compiling winnow v0.7.14
13112026-08-31T14:23:08.509Z Compiling cfg-if v1.0.4
13122026-08-31T14:23:08.509Z Compiling clap_lex v1.0.0
13132026-08-31T14:23:08.509Z Compiling anstream v1.0.0
13142026-08-31T14:23:08.509Z Compiling unicode-width v0.1.14
13152026-08-31T14:23:08.509Z Compiling strsim v0.11.1
13162026-08-31T14:23:08.510Z Compiling fnv v1.0.7
13172026-08-31T14:23:08.510Z Compiling indexmap v2.14.0
13182026-08-31T14:23:08.510Z Compiling heck v0.4.1
13192026-08-31T14:23:08.510Z Compiling fastrand v2.3.0
13202026-08-31T14:23:08.511Z Compiling once_cell v1.21.3
13212026-08-31T14:23:08.511Z Compiling fs-err v3.3.0
13222026-08-31T14:23:08.511Z Compiling syn v2.0.117
13232026-08-31T14:23:08.511Z Compiling syn v3.0.3
13242026-08-31T14:23:09.477Z Compiling anyhow v1.0.104
13252026-08-31T14:23:09.477Z Compiling heck v0.5.0
13262026-08-31T14:23:09.477Z Compiling pest_meta v2.8.6
13272026-08-31T14:23:09.477Z Compiling bytecount v0.6.9
13282026-08-31T14:23:09.477Z Compiling memmap v0.7.0
13292026-08-31T14:23:09.477Z Compiling papergrid v0.11.0
13302026-08-31T14:23:09.477Z Compiling unicode-width v0.2.0
13312026-08-31T14:23:10.260Z Compiling unicode-linebreak v0.1.5
13322026-08-31T14:23:10.260Z Compiling smawk v0.3.2
13332026-08-31T14:23:10.260Z Compiling swrite v0.1.0
13342026-08-31T14:23:10.260Z Compiling terminal_size v0.4.3
13352026-08-31T14:23:10.260Z Compiling tempfile v3.27.0
13362026-08-31T14:23:10.260Z Compiling clap_builder v4.6.0
13372026-08-31T14:23:10.260Z Compiling textwrap v0.16.2
13382026-08-31T14:23:10.260Z Compiling cargo-platform v0.3.2
13392026-08-31T14:23:10.260Z Compiling semver v1.0.28
13402026-08-31T14:23:10.260Z Compiling camino-tempfile v1.4.1
13412026-08-31T14:23:10.260Z Compiling tabled_derive v0.7.0
13422026-08-31T14:23:10.260Z Compiling serde_derive v1.0.229
13432026-08-31T14:23:11.151Z Compiling tabled v0.15.0
13442026-08-31T14:23:11.151Z Compiling pest_generator v2.8.6
13452026-08-31T14:23:11.151Z Compiling thiserror-impl v1.0.69
13462026-08-31T14:23:11.151Z Compiling zerocopy-derive v0.7.35
13472026-08-31T14:23:11.151Z Compiling scroll_derive v0.12.1
13482026-08-31T14:23:11.151Z Compiling thiserror-impl v2.0.18
13492026-08-31T14:23:11.151Z Compiling clap_derive v4.6.1
13502026-08-31T14:23:11.151Z Compiling pest_derive v2.8.6
13512026-08-31T14:23:12.312Z Compiling scroll v0.12.0
13522026-08-31T14:23:12.312Z Compiling zerocopy v0.7.35
13532026-08-31T14:23:12.312Z Compiling goblin v0.8.2
13542026-08-31T14:23:12.312Z Compiling dtrace-parser v0.2.0
13552026-08-31T14:23:14.147Z Compiling toml_datetime v0.6.11
13562026-08-31T14:23:14.147Z Compiling serde_spanned v0.6.9
13572026-08-31T14:23:14.147Z Compiling macaddr v1.0.1
13582026-08-31T14:23:14.147Z Compiling cargo_metadata v0.23.1
13592026-08-31T14:23:14.147Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13602026-08-31T14:23:14.147Z Compiling dof v0.3.0
13612026-08-31T14:23:14.185Z Compiling serde_tokenstream v0.2.3
13622026-08-31T14:23:14.185Z Compiling clap v4.6.1
13632026-08-31T14:23:14.186Z Compiling toml_edit v0.22.27
13642026-08-31T14:23:14.186Z Compiling usdt-attr-macro v0.5.0
13652026-08-31T14:23:14.186Z Compiling usdt-macro v0.5.0
13662026-08-31T14:23:14.917Z Compiling toml v0.8.23
13672026-08-31T14:23:14.918Z Compiling cargo_toml v0.21.0
13682026-08-31T14:23:14.918Z Compiling usdt v0.5.0
13692026-08-31T14:23:15.578Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13702026-08-31T14:23:17.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.07s
13712026-08-31T14:23:19.247Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13722026-08-31T14:23:19.247Z Compiling serde_core v1.0.229
13732026-08-31T14:23:19.247Z Compiling libc v0.2.185
13742026-08-31T14:23:19.247Z Compiling serde v1.0.229
13752026-08-31T14:23:19.248Z Compiling log v0.4.33
13762026-08-31T14:23:19.248Z Compiling smallvec v1.15.1
13772026-08-31T14:23:19.252Z Compiling find-msvc-tools v0.1.9
13782026-08-31T14:23:19.252Z Compiling shlex v1.3.0
13792026-08-31T14:23:19.252Z Compiling subtle v2.6.1
13802026-08-31T14:23:19.252Z Compiling scopeguard v1.2.0
13812026-08-31T14:23:19.252Z Compiling stable_deref_trait v1.2.1
13822026-08-31T14:23:19.252Z Compiling typenum v1.20.1
13832026-08-31T14:23:19.252Z Compiling zerocopy v0.8.55
13842026-08-31T14:23:19.252Z Compiling portable-atomic v1.13.1
13852026-08-31T14:23:19.252Z Compiling serde_json v1.0.151
13862026-08-31T14:23:19.252Z Compiling syn v2.0.117
13872026-08-31T14:23:19.253Z Compiling syn v3.0.3
13882026-08-31T14:23:19.253Z Compiling critical-section v1.2.0
13892026-08-31T14:23:19.837Z Compiling lock_api v0.4.14
13902026-08-31T14:23:19.837Z Compiling libm v0.2.16
13912026-08-31T14:23:19.837Z Compiling num-traits v0.2.19
13922026-08-31T14:23:19.837Z Compiling pkg-config v0.3.32
13932026-08-31T14:23:19.837Z Compiling generic-array v0.14.7
13942026-08-31T14:23:19.837Z Compiling pin-project-lite v0.2.17
13952026-08-31T14:23:19.837Z Compiling const-oid v0.9.6
13962026-08-31T14:23:21.344Z Compiling parking_lot_core v0.9.12
13972026-08-31T14:23:21.345Z Compiling getrandom v0.4.3
13982026-08-31T14:23:21.345Z Compiling rand_core v0.10.0
13992026-08-31T14:23:21.345Z Compiling futures-core v0.3.32
14002026-08-31T14:23:21.345Z Compiling percent-encoding v2.3.2
14012026-08-31T14:23:21.345Z Compiling litemap v0.8.1
14022026-08-31T14:23:21.345Z Compiling writeable v0.6.2
14032026-08-31T14:23:21.345Z Compiling icu_normalizer_data v2.1.1
14042026-08-31T14:23:21.345Z Compiling icu_properties_data v2.1.2
14052026-08-31T14:23:21.345Z Compiling getrandom v0.3.4
14062026-08-31T14:23:21.345Z Compiling rustix v1.1.4
14072026-08-31T14:23:21.345Z Compiling futures-sink v0.3.32
14082026-08-31T14:23:21.345Z Compiling slab v0.4.12
14092026-08-31T14:23:21.345Z Compiling futures-task v0.3.32
14102026-08-31T14:23:21.346Z Compiling futures-io v0.3.32
14112026-08-31T14:23:21.346Z Compiling futures-channel v0.3.32
14122026-08-31T14:23:21.346Z Compiling errno v0.3.14
14132026-08-31T14:23:21.346Z Compiling jobserver v0.1.34
14142026-08-31T14:23:21.346Z Compiling getrandom v0.2.17
14152026-08-31T14:23:21.346Z Compiling mio v1.2.0
14162026-08-31T14:23:21.346Z Compiling signal-hook-registry v1.4.8
14172026-08-31T14:23:21.346Z Compiling once_cell v1.21.3
14182026-08-31T14:23:21.346Z Compiling rand_core v0.6.4
14192026-08-31T14:23:21.346Z Compiling cc v1.2.56
14202026-08-31T14:23:21.346Z Compiling parking_lot v0.12.5
14212026-08-31T14:23:21.347Z Compiling socket2 v0.6.3
14222026-08-31T14:23:21.347Z Compiling utf8_iter v1.0.4
14232026-08-31T14:23:21.347Z Compiling form_urlencoded v1.2.2
14242026-08-31T14:23:21.347Z Compiling rustversion v1.0.22
14252026-08-31T14:23:21.347Z Compiling base64ct v1.8.3
14262026-08-31T14:23:21.347Z Compiling iana-time-zone v0.1.65
14272026-08-31T14:23:21.347Z Compiling flagset v0.4.7
14282026-08-31T14:23:21.347Z Compiling regex-syntax v0.8.10
14292026-08-31T14:23:21.348Z Compiling ident_case v1.0.1
14302026-08-31T14:23:21.348Z Compiling dunce v1.0.5
14312026-08-31T14:23:21.348Z Compiling fs_extra v1.3.0
14322026-08-31T14:23:21.348Z Compiling pem-rfc7468 v0.7.0
14332026-08-31T14:23:21.348Z Compiling rand_core v0.9.5
14342026-08-31T14:23:21.348Z Compiling base64 v0.22.1
14352026-08-31T14:23:21.348Z Compiling vcpkg v0.2.15
14362026-08-31T14:23:21.348Z Compiling syn v1.0.109
14372026-08-31T14:23:21.348Z Compiling tracing-core v0.1.36
14382026-08-31T14:23:21.349Z Compiling aws-lc-rs v1.16.3
14392026-08-31T14:23:21.349Z Compiling cpufeatures v0.2.17
14402026-08-31T14:23:21.349Z Compiling simd-adler32 v0.3.8
14412026-08-31T14:23:21.349Z Compiling dyn-clone v1.0.20
14422026-08-31T14:23:21.349Z Compiling cmake v0.1.57
14432026-08-31T14:23:21.349Z Compiling schemars v0.8.22
14442026-08-31T14:23:21.349Z Compiling spin v0.9.8
14452026-08-31T14:23:21.349Z Compiling httparse v1.10.1
14462026-08-31T14:23:21.349Z Compiling cmov v0.5.4
14472026-08-31T14:23:21.349Z Compiling openssl-probe v0.2.1
14482026-08-31T14:23:21.349Z Compiling adler2 v2.0.1
14492026-08-31T14:23:21.349Z Compiling bitflags v2.11.0
14502026-08-31T14:23:21.349Z Compiling semver v1.0.28
14512026-08-31T14:23:21.349Z Compiling indexmap v2.14.0
14522026-08-31T14:23:21.350Z Compiling uuid v1.23.4
14532026-08-31T14:23:21.350Z Compiling tinyvec_macros v0.1.1
14542026-08-31T14:23:21.350Z Compiling crc32fast v1.5.0
14552026-08-31T14:23:22.687Z Compiling ctutils v0.4.2
14562026-08-31T14:23:22.687Z Compiling tinyvec v1.10.0
14572026-08-31T14:23:22.687Z Compiling miniz_oxide v0.8.9
14582026-08-31T14:23:22.687Z Compiling aho-corasick v1.1.4
14592026-08-31T14:23:22.687Z Compiling tower-service v0.3.3
14602026-08-31T14:23:22.687Z Compiling rustc_version v0.4.1
14612026-08-31T14:23:22.687Z Compiling radium v0.7.0
14622026-08-31T14:23:22.688Z Compiling atomic-waker v1.1.2
14632026-08-31T14:23:22.688Z Compiling untrusted v0.7.1
14642026-08-31T14:23:22.688Z Compiling try-lock v0.2.5
14652026-08-31T14:23:22.688Z Compiling tower-layer v0.3.3
14662026-08-31T14:23:22.688Z Compiling aws-lc-sys v0.40.0
14672026-08-31T14:23:22.688Z Compiling openssl-sys v0.9.117
14682026-08-31T14:23:22.688Z Compiling want v0.3.1
14692026-08-31T14:23:22.688Z Compiling openssl v0.10.80
14702026-08-31T14:23:22.688Z Compiling httpdate v1.0.3
14712026-08-31T14:23:22.689Z Compiling synstructure v0.13.2
14722026-08-31T14:23:22.689Z Compiling serde_derive_internals v0.29.1
14732026-08-31T14:23:22.689Z Compiling pest_generator v2.8.6
14742026-08-31T14:23:22.689Z Compiling darling_core v0.20.11
14752026-08-31T14:23:22.689Z Compiling tap v1.0.1
14762026-08-31T14:23:22.689Z Compiling untrusted v0.9.0
14772026-08-31T14:23:22.689Z Compiling foreign-types-shared v0.1.1
14782026-08-31T14:23:22.689Z Compiling terminal_size v0.4.3
14792026-08-31T14:23:22.689Z Compiling tempfile v3.27.0
14802026-08-31T14:23:22.689Z Compiling regex-automata v0.4.14
14812026-08-31T14:23:22.689Z Compiling rustls v0.23.41
14822026-08-31T14:23:22.689Z Compiling maybe-uninit v2.0.0
14832026-08-31T14:23:22.689Z Compiling foreign-types v0.3.2
14842026-08-31T14:23:22.689Z Compiling wyz v0.5.1
14852026-08-31T14:23:22.689Z Compiling bzip2-sys v0.1.13+1.0.8
14862026-08-31T14:23:22.689Z Compiling serde_derive v1.0.229
14872026-08-31T14:23:22.690Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14882026-08-31T14:23:22.690Z Compiling unicode-normalization v0.1.25
14892026-08-31T14:23:22.690Z Compiling num-integer v0.1.46
14902026-08-31T14:23:22.690Z Compiling wait-timeout v0.2.1
14912026-08-31T14:23:22.690Z Compiling ahash v0.8.12
14922026-08-31T14:23:22.690Z Compiling funty v2.0.0
14932026-08-31T14:23:23.894Z Compiling quick-error v1.2.3
14942026-08-31T14:23:23.894Z Compiling native-tls v0.2.18
14952026-08-31T14:23:23.894Z Compiling time-core v0.1.8
14962026-08-31T14:23:23.894Z Compiling powerfmt v0.2.0
14972026-08-31T14:23:23.894Z Compiling num-bigint-dig v0.8.6
14982026-08-31T14:23:23.894Z Compiling packed_struct v0.10.1
14992026-08-31T14:23:23.894Z Compiling bit-vec v0.8.0
15002026-08-31T14:23:23.894Z Compiling num-conv v0.2.0
15012026-08-31T14:23:23.894Z Compiling bitvec v1.0.1
15022026-08-31T14:23:23.894Z Compiling deranged v0.5.8
15032026-08-31T14:23:23.894Z Compiling clap_builder v4.6.0
15042026-08-31T14:23:23.894Z Compiling time-macros v0.2.27
15052026-08-31T14:23:23.895Z Compiling bit-set v0.8.0
15062026-08-31T14:23:23.895Z Compiling rusty-fork v0.3.1
15072026-08-31T14:23:23.895Z Compiling num-iter v0.1.45
15082026-08-31T14:23:23.895Z Compiling lazy_static v1.5.0
15092026-08-31T14:23:23.895Z Compiling rand_xorshift v0.4.0
15102026-08-31T14:23:23.895Z Compiling sync_wrapper v1.0.2
15112026-08-31T14:23:23.895Z Compiling indexmap v1.9.3
15122026-08-31T14:23:23.895Z Compiling paste v1.0.15
15132026-08-31T14:23:23.895Z Compiling nodrop v0.1.14
15142026-08-31T14:23:23.895Z Compiling object v0.37.3
15152026-08-31T14:23:23.895Z Compiling zeroize_derive v1.5.0
15162026-08-31T14:23:23.895Z Compiling zerofrom-derive v0.1.6
15172026-08-31T14:23:23.895Z Compiling zerocopy-derive v0.8.55
15182026-08-31T14:23:23.896Z Compiling yoke-derive v0.8.1
15192026-08-31T14:23:23.896Z Compiling zerovec-derive v0.11.2
15202026-08-31T14:23:24.890Z Compiling displaydoc v0.2.5
15212026-08-31T14:23:24.890Z Compiling tokio-macros v2.7.0
15222026-08-31T14:23:25.989Z Compiling futures-macro v0.3.32
15232026-08-31T14:23:25.989Z Compiling thiserror-impl v2.0.18
15242026-08-31T14:23:25.989Z Compiling der_derive v0.7.3
15252026-08-31T14:23:25.989Z Compiling tracing-attributes v0.1.31
15262026-08-31T14:23:25.989Z Compiling schemars_derive v0.8.22
15272026-08-31T14:23:25.989Z Compiling pest_derive v2.8.6
15282026-08-31T14:23:25.989Z Compiling scroll_derive v0.13.1
15292026-08-31T14:23:25.989Z Compiling darling_macro v0.20.11
15302026-08-31T14:23:25.989Z Compiling openssl-macros v0.1.1
15312026-08-31T14:23:25.989Z Compiling zerofrom v0.1.6
15322026-08-31T14:23:25.989Z Compiling futures-util v0.3.32
15332026-08-31T14:23:25.989Z Compiling yoke v0.8.1
15342026-08-31T14:23:25.990Z Compiling thiserror-impl v1.0.69
15352026-08-31T14:23:25.990Z Compiling packed_struct_codegen v0.10.1
15362026-08-31T14:23:25.990Z Compiling zerovec v0.11.5
15372026-08-31T14:23:25.990Z Compiling zerotrie v0.2.3
15382026-08-31T14:23:25.990Z Compiling darling v0.20.11
15392026-08-31T14:23:25.990Z Compiling thiserror v2.0.18
15402026-08-31T14:23:25.990Z Compiling zerocopy-derive v0.6.6
15412026-08-31T14:23:25.990Z Compiling clap_derive v4.6.1
15422026-08-31T14:23:25.990Z Compiling scroll v0.13.0
15432026-08-31T14:23:25.990Z Compiling zeroize v1.9.0
15442026-08-31T14:23:25.990Z Compiling bytes v1.11.1
15452026-08-31T14:23:25.990Z Compiling tinystr v0.8.2
15462026-08-31T14:23:25.990Z Compiling potential_utf v0.1.4
15472026-08-31T14:23:25.990Z Compiling chrono v0.4.45
15482026-08-31T14:23:25.991Z Compiling der v0.7.10
15492026-08-31T14:23:25.991Z Compiling icu_locale_core v2.1.1
15502026-08-31T14:23:25.991Z Compiling icu_collections v2.1.1
15512026-08-31T14:23:26.986Z Compiling rustls-pki-types v1.14.0
15522026-08-31T14:23:26.986Z Compiling tokio v1.52.1
15532026-08-31T14:23:26.986Z Compiling crypto-common v0.1.7
15542026-08-31T14:23:26.987Z Compiling block-buffer v0.10.4
15552026-08-31T14:23:26.987Z Compiling http v1.4.2
15562026-08-31T14:23:26.987Z Compiling tracing v0.1.44
15572026-08-31T14:23:26.987Z Compiling digest v0.10.7
15582026-08-31T14:23:26.987Z Compiling hybrid-array v0.4.13
15592026-08-31T14:23:26.987Z Compiling ipnet v2.12.0
15602026-08-31T14:23:26.987Z Compiling hex v0.4.3
15612026-08-31T14:23:26.987Z Compiling icu_provider v2.1.1
15622026-08-31T14:23:26.987Z Compiling spki v0.7.3
15632026-08-31T14:23:26.988Z Compiling sha2 v0.10.9
15642026-08-31T14:23:26.988Z Compiling signature v2.2.0
15652026-08-31T14:23:26.988Z Compiling icu_normalizer v2.1.1
15662026-08-31T14:23:26.988Z Compiling icu_properties v2.1.2
15672026-08-31T14:23:26.988Z Compiling http-body v1.0.1
15682026-08-31T14:23:26.988Z Compiling pkcs8 v0.10.2
15692026-08-31T14:23:26.988Z Compiling hmac v0.12.1
15702026-08-31T14:23:26.989Z Compiling thiserror v1.0.69
15712026-08-31T14:23:28.205Z Compiling goblin v0.10.5
15722026-08-31T14:23:28.205Z Compiling serde_spanned v0.6.9
15732026-08-31T14:23:28.205Z Compiling toml_datetime v0.6.11
15742026-08-31T14:23:28.205Z Compiling bitfield-macros v0.19.4
15752026-08-31T14:23:28.205Z Compiling crossbeam-utils v0.8.21
15762026-08-31T14:23:28.206Z Compiling unicode-segmentation v1.12.0
15772026-08-31T14:23:28.206Z Compiling zlib-rs v0.6.2
15782026-08-31T14:23:28.206Z Compiling unarray v0.1.4
15792026-08-31T14:23:28.206Z Compiling num_threads v0.1.7
15802026-08-31T14:23:28.206Z Compiling crc-catalog v2.4.0
15812026-08-31T14:23:28.206Z Compiling siphasher v1.0.2
15822026-08-31T14:23:28.206Z Compiling usdt-impl v0.6.0
15832026-08-31T14:23:28.206Z Compiling crc v3.4.0
15842026-08-31T14:23:28.206Z Compiling time v0.3.47
15852026-08-31T14:23:28.206Z Compiling clap v4.6.1
15862026-08-31T14:23:28.206Z Compiling pkcs1 v0.7.5
15872026-08-31T14:23:28.206Z Compiling http-body-util v0.1.3
15882026-08-31T14:23:28.206Z Compiling ppv-lite86 v0.2.21
15892026-08-31T14:23:28.206Z Compiling idna_adapter v1.2.1
15902026-08-31T14:23:28.207Z Compiling bitfield v0.19.4
15912026-08-31T14:23:28.207Z Compiling zerocopy v0.6.6
15922026-08-31T14:23:28.207Z Compiling dtrace-parser v0.3.0
15932026-08-31T14:23:28.207Z Compiling idna v1.1.0
15942026-08-31T14:23:28.207Z Compiling rand_chacha v0.9.0
15952026-08-31T14:23:28.207Z Compiling rand_chacha v0.3.1
15962026-08-31T14:23:28.207Z Compiling derive_builder_core v0.20.2
15972026-08-31T14:23:28.692Z Compiling rand v0.9.2
15982026-08-31T14:23:28.692Z Compiling rand v0.8.6
15992026-08-31T14:23:28.692Z Compiling array-init v0.0.4
16002026-08-31T14:23:28.692Z Compiling url v2.5.8
16012026-08-31T14:23:28.692Z Compiling structmeta-derive v0.3.0
16022026-08-31T14:23:28.692Z Compiling scroll_derive v0.12.1
16032026-08-31T14:23:28.692Z Compiling smallvec v0.6.14
16042026-08-31T14:23:28.692Z Compiling darling_core v0.23.0
16052026-08-31T14:23:29.640Z Compiling proptest v1.11.0
16062026-08-31T14:23:29.640Z Compiling heapless v0.7.17
16072026-08-31T14:23:29.640Z Compiling slog v2.8.2
16082026-08-31T14:23:29.640Z Compiling thread-id v5.1.0
16092026-08-31T14:23:29.640Z Compiling env_filter v2.0.0
16102026-08-31T14:23:29.640Z Compiling cookie v0.18.1
16112026-08-31T14:23:29.640Z Compiling iri-string v0.7.10
16122026-08-31T14:23:29.640Z Compiling unicode-properties v0.1.4
16132026-08-31T14:23:29.640Z Compiling unicode-bidi v0.3.18
16142026-08-31T14:23:29.640Z Compiling hashbrown v0.12.3
16152026-08-31T14:23:29.640Z Compiling signal-hook v0.3.18
16162026-08-31T14:23:29.641Z Compiling gimli v0.32.3
16172026-08-31T14:23:29.641Z Compiling ryu v1.0.23
16182026-08-31T14:23:29.641Z Compiling allocator-api2 v0.2.21
16192026-08-31T14:23:29.641Z Compiling zstd-safe v7.2.4
16202026-08-31T14:23:29.641Z Compiling ipnetwork v0.21.1
16212026-08-31T14:23:29.641Z Compiling dof v0.4.0
16222026-08-31T14:23:30.790Z Compiling anyhow v1.0.104
16232026-08-31T14:23:30.790Z Compiling tokio-util v0.7.18
16242026-08-31T14:23:30.790Z Compiling tower v0.5.3
16252026-08-31T14:23:30.790Z Compiling base64 v0.21.7
16262026-08-31T14:23:30.794Z Compiling flate2 v1.1.9
16272026-08-31T14:23:30.794Z Compiling winnow v0.5.40
16282026-08-31T14:23:30.794Z Compiling ron v0.8.1
16292026-08-31T14:23:30.794Z Compiling rsa v0.9.10
16302026-08-31T14:23:30.794Z Compiling tower-http v0.6.8
16312026-08-31T14:23:30.794Z Compiling h2 v0.4.15
16322026-08-31T14:23:32.115Z Compiling oxnet v0.1.6
16332026-08-31T14:23:32.115Z Compiling tokio-native-tls v0.3.1
16342026-08-31T14:23:32.115Z Compiling structmeta v0.3.0
16352026-08-31T14:23:32.115Z Compiling addr2line v0.25.1
16362026-08-31T14:23:32.115Z Compiling serde_urlencoded v0.7.1
16372026-08-31T14:23:32.115Z Compiling stringprep v0.1.5
16382026-08-31T14:23:32.115Z Compiling darling_macro v0.23.0
16392026-08-31T14:23:32.115Z Compiling scroll v0.12.0
16402026-08-31T14:23:32.115Z Compiling newtype-uuid v1.3.2
16412026-08-31T14:23:32.115Z Compiling env_logger v0.11.11
16422026-08-31T14:23:32.116Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16432026-08-31T14:23:32.116Z Compiling toml_edit v0.19.15
16442026-08-31T14:23:32.116Z Compiling derive_builder_macro v0.20.2
16452026-08-31T14:23:32.116Z Compiling serde-hex v0.1.0
16462026-08-31T14:23:32.116Z Compiling camino v1.2.5
16472026-08-31T14:23:32.116Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16482026-08-31T14:23:32.116Z Compiling bzip2 v0.4.4
16492026-08-31T14:23:32.116Z Compiling hashbrown v0.13.2
16502026-08-31T14:23:32.116Z Compiling block-buffer v0.12.1
16512026-08-31T14:23:32.116Z Compiling block-padding v0.4.2
16522026-08-31T14:23:33.188Z Compiling crypto-common v0.2.2
16532026-08-31T14:23:33.188Z Compiling x509-cert v0.2.5
16542026-08-31T14:23:33.188Z Compiling md-5 v0.10.6
16552026-08-31T14:23:33.189Z Compiling rustls-native-certs v0.8.3
16562026-08-31T14:23:33.189Z Compiling serde_tokenstream v0.2.3
16572026-08-31T14:23:33.189Z Compiling erased-serde v0.3.31
16582026-08-31T14:23:33.189Z Compiling bstr v1.12.1
16592026-08-31T14:23:33.189Z Compiling async-trait v0.1.89
16602026-08-31T14:23:33.189Z Compiling zerocopy-derive v0.7.35
16612026-08-31T14:23:33.189Z Compiling pin-project-internal v1.1.11
16622026-08-31T14:23:33.189Z Compiling daft-derive v0.1.8
16632026-08-31T14:23:33.189Z Compiling curve25519-dalek v4.1.3
16642026-08-31T14:23:33.189Z Compiling vergen-lib v9.1.0
16652026-08-31T14:23:34.292Z Compiling hash32 v0.2.1
16662026-08-31T14:23:34.293Z Compiling encoding_rs v0.8.35
16672026-08-31T14:23:34.293Z Compiling memoffset v0.9.1
16682026-08-31T14:23:34.293Z Compiling ref-cast v1.0.25
16692026-08-31T14:23:34.293Z Compiling rustix v0.38.44
16702026-08-31T14:23:34.293Z Compiling crc-any v2.5.0
16712026-08-31T14:23:34.293Z Compiling cfg_aliases v0.2.1
16722026-08-31T14:23:34.293Z Compiling smoltcp v0.9.1
16732026-08-31T14:23:34.294Z Compiling owo-colors v4.3.0
16742026-08-31T14:23:34.294Z Compiling mime v0.3.17
16752026-08-31T14:23:34.294Z Compiling hyper v1.10.1
16762026-08-31T14:23:34.294Z Compiling rustc-demangle v0.1.27
16772026-08-31T14:23:34.298Z Compiling psl-types v2.0.11
16782026-08-31T14:23:35.301Z Compiling litrs v1.0.0
16792026-08-31T14:23:35.301Z Compiling fallible-iterator v0.2.0
16802026-08-31T14:23:35.301Z Compiling publicsuffix v2.3.0
16812026-08-31T14:23:35.301Z Compiling nix v0.31.2
16822026-08-31T14:23:35.301Z Compiling pin-project v1.1.11
16832026-08-31T14:23:35.301Z Compiling daft v0.1.8
16842026-08-31T14:23:35.301Z Compiling backtrace v0.3.76
16852026-08-31T14:23:35.301Z Compiling postgres-protocol v0.6.10
16862026-08-31T14:23:35.301Z Compiling zerocopy v0.7.35
16872026-08-31T14:23:35.301Z Compiling toml v0.7.8
16882026-08-31T14:23:35.301Z Compiling document-features v0.2.12
16892026-08-31T14:23:35.301Z Compiling object v0.30.4
16902026-08-31T14:23:35.301Z Compiling inout v0.2.2
16912026-08-31T14:23:35.301Z Compiling derive_builder v0.20.2
16922026-08-31T14:23:35.301Z Compiling zip v0.6.6
16932026-08-31T14:23:35.302Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16942026-08-31T14:23:35.302Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16952026-08-31T14:23:35.302Z Compiling darling v0.23.0
16962026-08-31T14:23:35.302Z Compiling goblin v0.8.2
16972026-08-31T14:23:35.302Z Compiling hyper-util v0.1.20
16982026-08-31T14:23:35.302Z Compiling derive-ex v0.1.8
16992026-08-31T14:23:35.302Z Compiling phf_shared v0.13.1
17002026-08-31T14:23:35.302Z Compiling convert_case v0.10.0
17012026-08-31T14:23:35.302Z Compiling futures-executor v0.3.32
17022026-08-31T14:23:35.302Z Compiling hubpack_derive v0.1.1
17032026-08-31T14:23:35.302Z Compiling regex v1.12.3
17042026-08-31T14:23:35.302Z Compiling ref-cast-impl v1.0.25
17052026-08-31T14:23:35.302Z Compiling curve25519-dalek-derive v0.1.1
17062026-08-31T14:23:35.302Z Compiling snafu-derive v0.8.9
17072026-08-31T14:23:35.302Z Compiling strum_macros v0.27.2
17082026-08-31T14:23:35.303Z Compiling vergen v9.1.0
17092026-08-31T14:23:36.143Z Compiling cargo-platform v0.3.2
17102026-08-31T14:23:36.143Z Compiling ff v0.13.1
17112026-08-31T14:23:36.143Z Compiling fs-err v3.3.0
17122026-08-31T14:23:36.143Z Compiling base16ct v0.2.0
17132026-08-31T14:23:36.143Z Compiling foldhash v0.1.5
17142026-08-31T14:23:36.143Z Compiling foldhash v0.2.0
17152026-08-31T14:23:36.143Z Compiling same-file v1.0.6
17162026-08-31T14:23:36.143Z Compiling managed v0.8.0
17172026-08-31T14:23:36.143Z Compiling is_ci v1.2.0
17182026-08-31T14:23:36.143Z Compiling jiff-core v0.1.0
17192026-08-31T14:23:36.144Z Compiling either v1.15.0
17202026-08-31T14:23:36.144Z Compiling bumpalo v3.20.2
17212026-08-31T14:23:36.144Z Compiling bitflags v1.3.2
17222026-08-31T14:23:36.144Z Compiling path-slash v0.1.5
17232026-08-31T14:23:36.144Z Compiling libbz2-rs-sys v0.2.2
17242026-08-31T14:23:36.144Z Compiling textwrap v0.16.2
17252026-08-31T14:23:36.144Z Compiling hyper-tls v0.6.0
17262026-08-31T14:23:36.144Z Compiling zopfli v0.8.3
17272026-08-31T14:23:37.286Z Compiling reqwest v0.12.28
17282026-08-31T14:23:37.286Z Compiling bzip2 v0.6.1
17292026-08-31T14:23:37.286Z Compiling supports-color v3.0.2
17302026-08-31T14:23:37.286Z Compiling test-strategy v0.4.5
17312026-08-31T14:23:37.287Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17322026-08-31T14:23:37.287Z Compiling jiff v0.2.34
17332026-08-31T14:23:37.287Z Compiling walkdir v2.5.0
17342026-08-31T14:23:37.287Z Compiling hashbrown v0.16.1
17352026-08-31T14:23:37.287Z Compiling dof v0.3.0
17362026-08-31T14:23:37.287Z Compiling hashbrown v0.15.5
17372026-08-31T14:23:37.287Z Compiling sec1 v0.7.3
17382026-08-31T14:23:38.584Z Compiling snafu v0.8.9
17392026-08-31T14:23:38.584Z Compiling hubpack v0.1.2
17402026-08-31T14:23:38.584Z Compiling strum v0.27.2
17412026-08-31T14:23:38.584Z Compiling group v0.13.0
17422026-08-31T14:23:38.584Z Compiling cargo_metadata v0.23.1
17432026-08-31T14:23:38.584Z Compiling futures v0.3.32
17442026-08-31T14:23:38.584Z Compiling derive_more-impl v2.1.1
17452026-08-31T14:23:38.584Z Compiling phf v0.13.1
17462026-08-31T14:23:38.584Z Compiling signal-hook-mio v0.2.5
17472026-08-31T14:23:38.585Z Compiling cookie_store v0.22.1
17482026-08-31T14:23:38.585Z Compiling zstd v0.13.3
17492026-08-31T14:23:38.585Z Compiling serde_with_macros v3.21.0
17502026-08-31T14:23:38.585Z Compiling cipher v0.5.2
17512026-08-31T14:23:38.585Z Compiling backtrace-ext v0.2.1
17522026-08-31T14:23:38.585Z Compiling postgres-types v0.2.12
17532026-08-31T14:23:38.585Z Compiling globset v0.4.18
17542026-08-31T14:23:38.585Z Compiling usdt-attr-macro v0.6.0
17552026-08-31T14:23:38.586Z Compiling usdt-macro v0.6.0
17562026-08-31T14:23:38.586Z Compiling byte-wrapper v0.1.0
17572026-08-31T14:23:39.748Z Compiling phf_shared v0.11.3
17582026-08-31T14:23:39.748Z Compiling hkdf v0.12.4
17592026-08-31T14:23:41.452Z Compiling dtrace-parser v0.2.0
17602026-08-31T14:23:41.452Z Compiling ed25519 v2.2.3
17612026-08-31T14:23:41.452Z Compiling crypto-bigint v0.5.5
17622026-08-31T14:23:41.452Z Compiling serde-big-array v0.5.1
17632026-08-31T14:23:41.452Z Compiling olpc-cjson v0.1.4
17642026-08-31T14:23:41.452Z Compiling serde_plain v1.0.2
17652026-08-31T14:23:41.452Z Compiling serde_repr v0.1.20
17662026-08-31T14:23:41.452Z Compiling strum_macros v0.26.4
17672026-08-31T14:23:41.452Z Compiling miette-derive v7.6.0
17682026-08-31T14:23:41.453Z Compiling enum-as-inner v0.6.1
17692026-08-31T14:23:41.453Z Compiling async-recursion v1.1.1
17702026-08-31T14:23:41.453Z Compiling pem v3.0.6
17712026-08-31T14:23:41.453Z Compiling float-cmp v0.10.0
17722026-08-31T14:23:41.453Z Compiling memmap2 v0.9.10
17732026-08-31T14:23:41.453Z Compiling thread-id v4.2.2
17742026-08-31T14:23:41.453Z Compiling supports-unicode v3.0.0
17752026-08-31T14:23:41.453Z Compiling normalize-line-endings v0.3.0
17762026-08-31T14:23:41.453Z Compiling static_assertions v1.1.0
17772026-08-31T14:23:41.453Z Compiling const-oid v0.10.2
17782026-08-31T14:23:41.453Z Compiling predicates-core v1.0.10
17792026-08-31T14:23:41.453Z Compiling precomputed-hash v0.1.1
17802026-08-31T14:23:41.454Z Compiling typed-path v0.9.3
17812026-08-31T14:23:41.454Z Compiling fixedbitset v0.5.7
17822026-08-31T14:23:41.454Z Compiling cpufeatures v0.3.0
17832026-08-31T14:23:41.454Z Compiling fixedbitset v0.4.2
17842026-08-31T14:23:41.454Z Compiling whoami v2.1.0
17852026-08-31T14:23:41.454Z Compiling data-encoding v2.10.0
17862026-08-31T14:23:41.454Z Compiling difflib v0.4.0
17872026-08-31T14:23:41.454Z Compiling keccak v0.1.6
17882026-08-31T14:23:41.454Z Compiling supports-hyperlinks v3.2.0
17892026-08-31T14:23:41.454Z Compiling winnow v1.0.3
17902026-08-31T14:23:41.454Z Compiling new_debug_unreachable v1.0.6
17912026-08-31T14:23:41.454Z Compiling tokio-postgres v0.7.16
17922026-08-31T14:23:41.454Z Compiling predicates v3.1.4
17932026-08-31T14:23:41.455Z Compiling hickory-proto v0.25.2
17942026-08-31T14:23:41.455Z Compiling string_cache v0.8.9
17952026-08-31T14:23:41.455Z Compiling sha3 v0.10.8
17962026-08-31T14:23:41.455Z Compiling miette v7.6.0
17972026-08-31T14:23:41.455Z Compiling elliptic-curve v0.13.8
17982026-08-31T14:23:41.455Z Compiling petgraph v0.6.5
17992026-08-31T14:23:41.455Z Compiling petgraph v0.8.3
18002026-08-31T14:23:41.455Z Compiling toml_edit v0.22.27
18012026-08-31T14:23:41.455Z Compiling chacha20 v0.10.0
18022026-08-31T14:23:41.455Z Compiling digest v0.11.3
18032026-08-31T14:23:41.455Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18042026-08-31T14:23:41.455Z Compiling usdt-impl v0.5.0
18052026-08-31T14:23:42.651Z Compiling strum v0.26.3
18062026-08-31T14:23:42.652Z Compiling usdt v0.6.0
18072026-08-31T14:23:42.652Z Compiling toml_parser v1.1.2+spec-1.1.0
18082026-08-31T14:23:42.652Z Compiling crossterm v0.28.1
18092026-08-31T14:23:42.652Z Compiling zip v4.6.1
18102026-08-31T14:23:42.652Z Compiling serde_with v3.21.0
18112026-08-31T14:23:42.652Z Compiling ed25519-dalek v2.2.0
18122026-08-31T14:23:42.652Z Compiling derive_more v2.1.1
18132026-08-31T14:23:42.652Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18142026-08-31T14:23:42.652Z Compiling iddqd v0.4.2
18152026-08-31T14:23:42.652Z Compiling itertools v0.15.0
18162026-08-31T14:23:42.653Z Compiling itertools v0.13.0
18172026-08-31T14:23:42.653Z Compiling similar v2.7.0
18182026-08-31T14:23:42.653Z Compiling crossbeam-epoch v0.9.18
18192026-08-31T14:23:42.653Z Compiling tokio-stream v0.1.18
18202026-08-31T14:23:42.653Z Compiling buf-list v1.1.2
18212026-08-31T14:23:42.653Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18222026-08-31T14:23:42.653Z Compiling heck v0.4.1
18232026-08-31T14:23:43.753Z Compiling openapiv3 v2.2.0
18242026-08-31T14:23:43.753Z Compiling peg-runtime v0.8.5
18252026-08-31T14:23:43.753Z Compiling lalrpop-util v0.19.12
18262026-08-31T14:23:43.753Z Compiling thread_local v1.1.9
18272026-08-31T14:23:43.753Z Compiling slog-async v2.8.0
18282026-08-31T14:23:43.753Z Compiling crossbeam-channel v0.5.15
18292026-08-31T14:23:43.753Z Compiling filetime v0.2.27
18302026-08-31T14:23:43.753Z Compiling is-terminal v0.4.17
18312026-08-31T14:23:43.753Z Compiling take_mut v0.2.2
18322026-08-31T14:23:43.753Z Compiling xattr v1.6.1
18332026-08-31T14:23:43.754Z Compiling term v1.2.1
18342026-08-31T14:23:43.754Z Compiling camino-tempfile v1.4.1
18352026-08-31T14:23:43.754Z Compiling tar v0.4.46
18362026-08-31T14:23:43.754Z Compiling slog-term v2.9.2
18372026-08-31T14:24:00.471Z Compiling rustls-webpki v0.103.13
18382026-08-31T14:24:03.295Z Compiling tokio-rustls v0.26.4
18392026-08-31T14:24:03.295Z Compiling rustls-platform-verifier v0.6.2
18402026-08-31T14:24:04.252Z Compiling tough v0.22.0
18412026-08-31T14:24:04.252Z Compiling hyper-rustls v0.27.7
18422026-08-31T14:24:04.252Z Compiling reqwest v0.13.2
18432026-08-31T14:24:06.093Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18442026-08-31T14:24:07.284Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18452026-08-31T14:24:09.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.34s
18462026-08-31T14:24:09.385Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18472026-08-31T14:24:09.386ZAug 31 14:24:07.854 INFO Starting download, target: Cockroach
18482026-08-31T14:24:09.387ZAug 31 14:24:07.855 INFO Starting download, target: Console
18492026-08-31T14:24:09.387ZAug 31 14:24:07.855 INFO Starting download, target: Clickhouse
18502026-08-31T14:24:09.387ZAug 31 14:24:07.855 INFO Starting download, target: DendriteStub
18512026-08-31T14:24:09.388ZAug 31 14:24:07.855 INFO Starting download, target: MaghemiteMgd
18522026-08-31T14:24:09.388ZAug 31 14:24:07.855 INFO Starting download, target: MaghemiteDdmd
18532026-08-31T14:24:09.388ZAug 31 14:24:07.855 INFO Starting download, target: TransceiverControl
18542026-08-31T14:24:09.388ZAug 31 14:24:07.855 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18552026-08-31T14:24:09.389ZAug 31 14:24:07.855 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18562026-08-31T14:24:09.389ZAug 31 14:24:07.855 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18572026-08-31T14:24:09.389ZAug 31 14:24:07.855 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18582026-08-31T14:24:09.389ZAug 31 14:24:07.855 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18592026-08-31T14:24:09.389ZAug 31 14:24:07.855 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18602026-08-31T14:24:09.389ZAug 31 14:24:07.855 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18612026-08-31T14:24:10.837ZAug 31 14:24:09.584 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18622026-08-31T14:24:11.613ZAug 31 14:24:09.626 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18632026-08-31T14:24:11.613ZAug 31 14:24:09.825 INFO Download complete, target: Console
18642026-08-31T14:24:17.308ZAug 31 14:24:16.293 INFO Checking that binary works, target: Clickhouse
18652026-08-31T14:24:18.140ZAug 31 14:24:16.380 INFO Download complete, target: Clickhouse
18662026-08-31T14:24:23.681ZAug 31 14:24:22.973 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/cockroach/illumos-amd64/86fdbfca060275d794a557be7289020ffd848850/cockroach.tgz), target: Cockroach
18672026-08-31T14:24:23.681ZAug 31 14:24:22.973 INFO Downloading out/downloads/cockroach.tgz (attempt 2/3), target: Cockroach
18682026-08-31T14:24:23.681ZAug 31 14:24:22.973 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/878a31ea328cd7ebd4b80c7e33bd9e552c331361/xcvradm.gz), target: TransceiverControl
18692026-08-31T14:24:23.681ZAug 31 14:24:22.973 INFO Downloading out/downloads/xcvradm.gz (attempt 2/3), target: TransceiverControl
18702026-08-31T14:24:23.747ZAug 31 14:24:22.974 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d/dendrite-stub.tar.gz), target: DendriteStub
18712026-08-31T14:24:23.747ZAug 31 14:24:22.974 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/96a2f153a08a8c55d75df6f92b084ed003e04400/mgd.tar.gz), target: MaghemiteMgd
18722026-08-31T14:24:23.747ZAug 31 14:24:22.974 INFO Downloading out/downloads/mgd.tar.gz (attempt 2/3), target: MaghemiteMgd
18732026-08-31T14:24:23.748ZAug 31 14:24:22.974 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 2/3), target: DendriteStub
18742026-08-31T14:24:23.748ZAug 31 14:24:22.974 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/96a2f153a08a8c55d75df6f92b084ed003e04400/mg-ddm.tar.gz), target: MaghemiteDdmd
18752026-08-31T14:24:23.748ZAug 31 14:24:22.974 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 2/3), target: MaghemiteDdmd
18762026-08-31T14:24:47.054ZAug 31 14:24:46.334 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18772026-08-31T14:24:47.268ZAug 31 14:24:46.542 INFO Download complete, target: TransceiverControl
18782026-08-31T14:26:44.764ZAug 31 14:26:44.009 WARN Download failed, retrying: error decoding response body, target: Cockroach
18792026-08-31T14:26:44.764ZAug 31 14:26:44.009 INFO Downloading out/downloads/cockroach.tgz (attempt 3/3), target: Cockroach
18802026-08-31T14:26:44.764ZAug 31 14:26:44.009 WARN Download failed, retrying: error decoding response body, target: MaghemiteDdmd
18812026-08-31T14:26:44.764ZAug 31 14:26:44.009 WARN Download failed, retrying: error decoding response body, target: MaghemiteMgd
18822026-08-31T14:26:44.847ZAug 31 14:26:44.009 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 3/3), target: MaghemiteDdmd
18832026-08-31T14:26:44.847ZAug 31 14:26:44.009 INFO Downloading out/downloads/mgd.tar.gz (attempt 3/3), target: MaghemiteMgd
18842026-08-31T14:26:44.847ZAug 31 14:26:44.009 WARN Download failed, retrying: error decoding response body, target: DendriteStub
18852026-08-31T14:26:44.847ZAug 31 14:26:44.009 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 3/3), target: DendriteStub
18862026-08-31T14:27:45.431ZError: Failed to download DendriteStub
18872026-08-31T14:27:45.431Z
18882026-08-31T14:27:45.431ZCaused by:
18892026-08-31T14:27:45.431Z HTTP status server error (504 Gateway Timeout) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d/dendrite-stub.tar.gz)
18902026-08-31T14:27:45.617ZFailed to run command -- will try 2 more times
18912026-08-31T14:27:45.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18922026-08-31T14:27:45.617Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18932026-08-31T14:27:45.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18942026-08-31T14:27:46.177Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18952026-08-31T14:27:46.217ZAug 31 14:27:45.396 INFO Starting download, target: Clickhouse
18962026-08-31T14:27:46.217ZAug 31 14:27:45.397 INFO Starting download, target: Cockroach
18972026-08-31T14:27:46.217ZAug 31 14:27:45.397 INFO Starting download, target: Console
18982026-08-31T14:27:46.217ZAug 31 14:27:45.397 INFO Starting download, target: DendriteStub
18992026-08-31T14:27:46.218ZAug 31 14:27:45.397 INFO Starting download, target: MaghemiteMgd
19002026-08-31T14:27:46.218ZAug 31 14:27:45.397 INFO Starting download, target: MaghemiteDdmd
19012026-08-31T14:27:46.218ZAug 31 14:27:45.397 INFO Starting download, target: TransceiverControl
19022026-08-31T14:27:46.218ZAug 31 14:27:45.397 INFO Already downloaded (out/downloads/xcvradm.gz), target: TransceiverControl
19032026-08-31T14:27:46.218ZAug 31 14:27:45.397 INFO Already downloaded (out/downloads/mg-ddm.tar.gz), target: MaghemiteDdmd
19042026-08-31T14:27:46.218ZAug 31 14:27:45.397 INFO Already downloaded (out/downloads/mgd.tar.gz), target: MaghemiteMgd
19052026-08-31T14:27:46.218ZAug 31 14:27:45.398 INFO Already downloaded (out/downloads/console.tar.gz), target: Console
19062026-08-31T14:27:46.218ZAug 31 14:27:45.398 INFO Already downloaded (out/downloads/cockroach.tgz), target: Cockroach
19072026-08-31T14:27:46.218ZAug 31 14:27:45.398 INFO Already downloaded (out/downloads/dendrite-stub.tar.gz), target: DendriteStub
19082026-08-31T14:27:46.218ZAug 31 14:27:45.398 INFO Already downloaded (out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz), target: Clickhouse
19092026-08-31T14:27:46.218ZAug 31 14:27:45.403 INFO Checksum matches already downloaded file - skipping download, target: TransceiverControl
19102026-08-31T14:27:46.218ZAug 31 14:27:45.407 INFO Checksum matches already downloaded file - skipping download, target: Console
19112026-08-31T14:27:46.218ZAug 31 14:27:45.408 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
19122026-08-31T14:27:46.218ZAug 31 14:27:45.425 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
19132026-08-31T14:27:46.218ZAug 31 14:27:45.428 WARN Checksum mismatch - retrying download, target: DendriteStub
19142026-08-31T14:27:46.218ZAug 31 14:27:45.428 WARN Checksum mismatch - retrying download, target: MaghemiteDdmd
19152026-08-31T14:27:46.218ZAug 31 14:27:45.428 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
19162026-08-31T14:27:46.218ZAug 31 14:27:45.428 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
19172026-08-31T14:27:46.218ZAug 31 14:27:45.428 WARN Checksum mismatch - retrying download, target: Cockroach
19182026-08-31T14:27:46.218ZAug 31 14:27:45.428 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
19192026-08-31T14:27:46.218ZAug 31 14:27:45.428 WARN Checksum mismatch - retrying download, target: MaghemiteMgd
19202026-08-31T14:27:46.218ZAug 31 14:27:45.428 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
19212026-08-31T14:27:46.269ZAug 31 14:27:45.557 INFO Checksum matches already downloaded file - skipping download, target: Clickhouse
19222026-08-31T14:27:46.309ZAug 31 14:27:45.631 INFO Download complete, target: TransceiverControl
19232026-08-31T14:27:46.338ZAug 31 14:27:45.673 INFO Download complete, target: Console
19242026-08-31T14:27:46.402ZAug 31 14:27:45.705 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
19252026-08-31T14:27:53.121ZAug 31 14:27:52.389 INFO Checking that binary works, target: Clickhouse
19262026-08-31T14:27:53.235ZAug 31 14:27:52.461 INFO Download complete, target: Clickhouse
19272026-08-31T14:28:43.414ZAug 31 14:28:42.187 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
19282026-08-31T14:28:45.596ZAug 31 14:28:44.068 INFO Download complete, target: MaghemiteDdmd
19292026-08-31T14:28:48.493ZAug 31 14:28:47.087 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
19302026-08-31T14:28:50.770ZAug 31 14:28:49.752 INFO Download complete, target: MaghemiteMgd
19312026-08-31T14:29:07.931ZAug 31 14:29:06.934 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
19322026-08-31T14:29:11.259ZAug 31 14:29:09.883 INFO Download complete, target: DendriteStub
19332026-08-31T14:29:12.987ZAug 31 14:29:12.116 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
19342026-08-31T14:29:12.988ZAug 31 14:29:12.116 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
19352026-08-31T14:29:17.574ZAug 31 14:29:16.715 INFO Checking that binary works, target: Cockroach
19362026-08-31T14:29:17.771ZAug 31 14:29:16.835 INFO Download complete, target: Cockroach
19372026-08-31T14:29:17.771ZAll prerequisites installed successfully
19382026-08-31T14:29:17.771Z
19392026-08-31T14:29:17.771Zreal 6:29.453591490
19402026-08-31T14:29:17.771Zuser 7:28.602006019
19412026-08-31T14:29:17.771Zsys 1:43.725612516
19422026-08-31T14:29:17.771Ztrap 0.258834709
19432026-08-31T14:29:17.771Ztflt 0.891825303
19442026-08-31T14:29:17.772Zdflt 1.774540989
19452026-08-31T14:29:17.772Zkflt 0.028807724
19462026-08-31T14:29:17.772Zlock 2:32:28.141898364
19472026-08-31T14:29:17.772Zslp 29:36.256312345
19482026-08-31T14:29:17.772Zlat 26.225640198
19492026-08-31T14:29:17.772Zstop 2:53.364324504
19502026-08-31T14:29:17.772Z+ source ./tools/include/force-git-over-https.sh
19512026-08-31T14:29:17.772Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19522026-08-31T14:29:17.772Z++ (( i = 0 ))
19532026-08-31T14:29:17.772Z++ (( i < 5 ))
19542026-08-31T14:29:17.772Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19552026-08-31T14:29:17.772Z++ (( i++ ))
19562026-08-31T14:29:17.772Z++ (( i < 5 ))
19572026-08-31T14:29:17.773Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19582026-08-31T14:29:17.773Z++ (( i++ ))
19592026-08-31T14:29:17.773Z++ (( i < 5 ))
19602026-08-31T14:29:17.773Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19612026-08-31T14:29:17.773Z++ (( i++ ))
19622026-08-31T14:29:17.773Z++ (( i < 5 ))
19632026-08-31T14:29:17.773Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19642026-08-31T14:29:17.773Z++ (( i++ ))
19652026-08-31T14:29:17.773Z++ (( i < 5 ))
19662026-08-31T14:29:17.773Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19672026-08-31T14:29:17.773Z++ (( i++ ))
19682026-08-31T14:29:17.773Z++ (( i < 5 ))
19692026-08-31T14:29:17.774Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19702026-08-31T14:29:17.774Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19712026-08-31T14:29:17.774Z+ rc=0
19722026-08-31T14:29:17.774Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19732026-08-31T14:29:23.641Z+ case $rc in
19742026-08-31T14:29:23.641Z+ pfexec zfs create -p rpool/images/build/host
19752026-08-31T14:29:23.759Z+ pfexec zfs create -p rpool/images/build/recovery
19762026-08-31T14:29:23.816Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19772026-08-31T14:29:24.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19782026-08-31T14:29:24.385Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19792026-08-31T14:29:25.092Z Compiling proc-macro2 v1.0.106
19802026-08-31T14:29:25.092Z Compiling quote v1.0.45
19812026-08-31T14:29:25.194Z Compiling unicode-ident v1.0.24
19822026-08-31T14:29:25.194Z Compiling serde_core v1.0.229
19832026-08-31T14:29:25.195Z Compiling libc v0.2.185
19842026-08-31T14:29:25.195Z Compiling serde v1.0.229
19852026-08-31T14:29:25.195Z Compiling cfg-if v1.0.4
19862026-08-31T14:29:25.195Z Compiling shlex v1.3.0
19872026-08-31T14:29:25.195Z Compiling find-msvc-tools v0.1.9
19882026-08-31T14:29:25.262Z Compiling autocfg v1.5.0
19892026-08-31T14:29:25.318Z Compiling version_check v0.9.5
19902026-08-31T14:29:25.319Z Compiling zerocopy v0.8.55
19912026-08-31T14:29:25.319Z Compiling portable-atomic v1.13.1
19922026-08-31T14:29:25.319Z Compiling memchr v2.8.0
19932026-08-31T14:29:25.319Z Compiling zmij v1.0.21
19942026-08-31T14:29:25.427Z Compiling serde_json v1.0.151
19952026-08-31T14:29:25.461Z Compiling libm v0.2.16
19962026-08-31T14:29:25.672Z Compiling getrandom v0.4.3
19972026-08-31T14:29:25.870Z Compiling generic-array v0.14.7
19982026-08-31T14:29:25.909Z Compiling num-traits v0.2.19
19992026-08-31T14:29:25.910Z Compiling parking_lot_core v0.9.12
20002026-08-31T14:29:25.910Z Compiling pkg-config v0.3.32
20012026-08-31T14:29:25.910Z Compiling icu_normalizer_data v2.1.1
20022026-08-31T14:29:25.910Z Compiling icu_properties_data v2.1.2
20032026-08-31T14:29:25.910Z Compiling smallvec v1.15.1
20042026-08-31T14:29:25.928Z Compiling rustix v1.1.4
20052026-08-31T14:29:25.955Z Compiling log v0.4.33
20062026-08-31T14:29:25.989Z Compiling itoa v1.0.17
20072026-08-31T14:29:26.069Z Compiling getrandom v0.3.4
20082026-08-31T14:29:26.097Z Compiling subtle v2.6.1
20092026-08-31T14:29:26.266Z Compiling jobserver v0.1.34
20102026-08-31T14:29:26.406Z Compiling errno v0.3.14
20112026-08-31T14:29:26.406Z Compiling scopeguard v1.2.0
20122026-08-31T14:29:26.406Z Compiling stable_deref_trait v1.2.1
20132026-08-31T14:29:26.406Z Compiling typenum v1.20.1
20142026-08-31T14:29:26.406Z Compiling lock_api v0.4.14
20152026-08-31T14:29:26.487Z Compiling cc v1.2.56
20162026-08-31T14:29:26.487Z Compiling heck v0.5.0
20172026-08-31T14:29:26.487Z Compiling critical-section v1.2.0
20182026-08-31T14:29:26.487Z Compiling rand_core v0.10.0
20192026-08-31T14:29:26.530Z Compiling thiserror v2.0.18
20202026-08-31T14:29:26.593Z Compiling syn v2.0.117
20212026-08-31T14:29:26.593Z Compiling syn v3.0.3
20222026-08-31T14:29:26.806Z Compiling getrandom v0.2.17
20232026-08-31T14:29:26.845Z Compiling dunce v1.0.5
20242026-08-31T14:29:26.845Z Compiling fs_extra v1.3.0
20252026-08-31T14:29:26.898Z Compiling litemap v0.8.1
20262026-08-31T14:29:26.922Z Compiling rand_core v0.6.4
20272026-08-31T14:29:26.941Z Compiling writeable v0.6.2
20282026-08-31T14:29:26.941Z Compiling percent-encoding v2.3.2
20292026-08-31T14:29:26.969Z Compiling once_cell v1.21.3
20302026-08-31T14:29:27.168Z Compiling cmake v0.1.57
20312026-08-31T14:29:27.255Z Compiling const-oid v0.9.6
20322026-08-31T14:29:27.300Z Compiling pin-project-lite v0.2.17
20332026-08-31T14:29:27.343Z Compiling schemars v0.8.22
20342026-08-31T14:29:27.446Z Compiling equivalent v1.0.2
20352026-08-31T14:29:27.472Z Compiling bitflags v2.11.0
20362026-08-31T14:29:27.486Z Compiling semver v1.0.28
20372026-08-31T14:29:27.564Z Compiling signal-hook-registry v1.4.8
20382026-08-31T14:29:27.713Z Compiling futures-core v0.3.32
20392026-08-31T14:29:27.749Z Compiling aws-lc-sys v0.40.0
20402026-08-31T14:29:27.749Z Compiling rustversion v1.0.22
20412026-08-31T14:29:27.817Z Compiling aws-lc-rs v1.16.3
20422026-08-31T14:29:27.834Z Compiling parking_lot v0.12.5
20432026-08-31T14:29:27.989Z Compiling mio v1.2.0
20442026-08-31T14:29:28.107Z Compiling crc32fast v1.5.0
20452026-08-31T14:29:28.124Z Compiling utf8_iter v1.0.4
20462026-08-31T14:29:28.235Z Compiling form_urlencoded v1.2.2
20472026-08-31T14:29:28.415Z Compiling vcpkg v0.2.15
20482026-08-31T14:29:28.513Z Compiling hashbrown v0.17.0
20492026-08-31T14:29:28.563Z Compiling strsim v0.11.1
20502026-08-31T14:29:28.574Z Compiling fnv v1.0.7
20512026-08-31T14:29:28.644Z Compiling syn v1.0.109
20522026-08-31T14:29:28.671Z Compiling byteorder v1.5.0
20532026-08-31T14:29:28.819Z Compiling socket2 v0.6.3
20542026-08-31T14:29:29.094Z Compiling openssl-sys v0.9.117
20552026-08-31T14:29:29.128Z Compiling httparse v1.10.1
20562026-08-31T14:29:29.128Z Compiling radium v0.7.0
20572026-08-31T14:29:29.128Z Compiling futures-sink v0.3.32
20582026-08-31T14:29:29.207Z Compiling indexmap v2.14.0
20592026-08-31T14:29:29.234Z Compiling futures-channel v0.3.32
20602026-08-31T14:29:29.270Z Compiling futures-task v0.3.32
20612026-08-31T14:29:29.281Z Compiling futures-io v0.3.32
20622026-08-31T14:29:29.363Z Compiling synstructure v0.13.2
20632026-08-31T14:29:29.377Z Compiling serde_derive_internals v0.29.1
20642026-08-31T14:29:29.400Z Compiling slab v0.4.12
20652026-08-31T14:29:29.466Z Compiling thiserror v1.0.69
20662026-08-31T14:29:29.488Z Compiling iana-time-zone v0.1.65
20672026-08-31T14:29:29.533Z Compiling maybe-uninit v2.0.0
20682026-08-31T14:29:29.612Z Compiling base64 v0.22.1
20692026-08-31T14:29:29.728Z Compiling rustls v0.23.41
20702026-08-31T14:29:29.761Z Compiling serde_derive v1.0.229
20712026-08-31T14:29:29.804Z Compiling rustc_version v0.4.1
20722026-08-31T14:29:29.942Z Compiling bzip2-sys v0.1.13+1.0.8
20732026-08-31T14:29:30.024Z Compiling uuid v1.23.4
20742026-08-31T14:29:30.063Z Compiling ahash v0.8.12
20752026-08-31T14:29:30.070Z Compiling ucd-trie v0.1.7
20762026-08-31T14:29:30.070Z Compiling base64ct v1.8.3
20772026-08-31T14:29:30.070Z Compiling regex-syntax v0.8.10
20782026-08-31T14:29:30.132Z Compiling num-bigint-dig v0.8.6
20792026-08-31T14:29:30.203Z Compiling packed_struct v0.10.1
20802026-08-31T14:29:30.203Z Compiling ident_case v1.0.1
20812026-08-31T14:29:30.310Z Compiling pest v2.8.6
20822026-08-31T14:29:30.343Z Compiling rand_core v0.9.5
20832026-08-31T14:29:30.375Z Compiling dyn-clone v1.0.20
20842026-08-31T14:29:30.375Z Compiling openssl v0.10.80
20852026-08-31T14:29:30.471Z Compiling fastrand v2.3.0
20862026-08-31T14:29:30.515Z Compiling pem-rfc7468 v0.7.0
20872026-08-31T14:29:30.533Z Compiling flagset v0.4.7
20882026-08-31T14:29:30.585Z Compiling indexmap v1.9.3
20892026-08-31T14:29:30.619Z Compiling zeroize_derive v1.5.0
20902026-08-31T14:29:30.638Z Compiling zerocopy-derive v0.8.55
20912026-08-31T14:29:30.665Z Compiling zerofrom-derive v0.1.6
20922026-08-31T14:29:30.716Z Compiling yoke-derive v0.8.1
20932026-08-31T14:29:30.790Z Compiling zerovec-derive v0.11.2
20942026-08-31T14:29:30.827Z Compiling displaydoc v0.2.5
20952026-08-31T14:29:30.834Z Compiling tokio-macros v2.7.0
20962026-08-31T14:29:30.907Z Compiling futures-macro v0.3.32
20972026-08-31T14:29:30.971Z Compiling thiserror-impl v2.0.18
20982026-08-31T14:29:31.162Z Compiling der_derive v0.7.3
20992026-08-31T14:29:31.177Z Compiling schemars_derive v0.8.22
21002026-08-31T14:29:31.214Z Compiling tracing-attributes v0.1.31
21012026-08-31T14:29:31.501Z Compiling thiserror-impl v1.0.69
21022026-08-31T14:29:31.505Z Compiling clap_derive v4.6.1
21032026-08-31T14:29:31.535Z Compiling pest_meta v2.8.6
21042026-08-31T14:29:31.724Z Compiling tempfile v3.27.0
21052026-08-31T14:29:31.750Z Compiling futures-util v0.3.32
21062026-08-31T14:29:31.848Z Compiling zerofrom v0.1.6
21072026-08-31T14:29:32.001Z Compiling yoke v0.8.1
21082026-08-31T14:29:32.302Z Compiling zerovec v0.11.5
21092026-08-31T14:29:32.322Z Compiling zerotrie v0.2.3
21102026-08-31T14:29:32.461Z Compiling packed_struct_codegen v0.10.1
21112026-08-31T14:29:32.774Z Compiling tinystr v0.8.2
21122026-08-31T14:29:32.802Z Compiling potential_utf v0.1.4
21132026-08-31T14:29:32.928Z Compiling zeroize v1.9.0
21142026-08-31T14:29:32.981Z Compiling bytes v1.11.1
21152026-08-31T14:29:33.039Z Compiling icu_locale_core v2.1.1
21162026-08-31T14:29:33.039Z Compiling icu_collections v2.1.1
21172026-08-31T14:29:33.150Z Compiling chrono v0.4.45
21182026-08-31T14:29:33.509Z Compiling tokio v1.52.1
21192026-08-31T14:29:33.578Z Compiling crypto-common v0.1.7
21202026-08-31T14:29:33.607Z Compiling block-buffer v0.10.4
21212026-08-31T14:29:33.720Z Compiling icu_provider v2.1.1
21222026-08-31T14:29:33.810Z Compiling digest v0.10.7
21232026-08-31T14:29:33.834Z Compiling der v0.7.10
21242026-08-31T14:29:33.849Z Compiling hex v0.4.3
21252026-08-31T14:29:34.159Z Compiling icu_properties v2.1.2
21262026-08-31T14:29:34.185Z Compiling icu_normalizer v2.1.1
21272026-08-31T14:29:34.201Z Compiling bitfield-macros v0.19.4
21282026-08-31T14:29:34.413Z Compiling zerocopy-derive v0.6.6
21292026-08-31T14:29:34.927Z Compiling spki v0.7.3
21302026-08-31T14:29:34.951Z Compiling pest_generator v2.8.6
21312026-08-31T14:29:35.038Z Compiling idna_adapter v1.2.1
21322026-08-31T14:29:35.268Z Compiling idna v1.1.0
21332026-08-31T14:29:35.275Z Compiling ppv-lite86 v0.2.21
21342026-08-31T14:29:35.335Z Compiling openssl-macros v0.1.1
21352026-08-31T14:29:35.391Z Compiling zstd-sys v2.0.16+zstd.1.5.7
21362026-08-31T14:29:35.423Z Compiling native-tls v0.2.18
21372026-08-31T14:29:35.440Z Compiling cpufeatures v0.2.17
21382026-08-31T14:29:35.557Z Compiling rand_chacha v0.9.0
21392026-08-31T14:29:35.601Z Compiling url v2.5.8
21402026-08-31T14:29:35.625Z Compiling paste v1.0.15
21412026-08-31T14:29:35.720Z Compiling simd-adler32 v0.3.8
21422026-08-31T14:29:35.866Z Compiling rand v0.9.2
21432026-08-31T14:29:35.961Z Compiling pest_derive v2.8.6
21442026-08-31T14:29:36.141Z Compiling scroll_derive v0.13.1
21452026-08-31T14:29:36.577Z Compiling adler2 v2.0.1
21462026-08-31T14:29:36.613Z Compiling anstyle v1.0.14
21472026-08-31T14:29:36.674Z Compiling camino v1.2.5
21482026-08-31T14:29:36.813Z Compiling utf8parse v0.2.2
21492026-08-31T14:29:36.837Z Compiling crossbeam-utils v0.8.21
21502026-08-31T14:29:36.898Z Compiling anstyle-parse v1.0.0
21512026-08-31T14:29:36.940Z Compiling miniz_oxide v0.8.9
21522026-08-31T14:29:36.968Z Compiling sha2 v0.10.9
21532026-08-31T14:29:37.018Z Compiling pkcs8 v0.10.2
21542026-08-31T14:29:37.057Z Compiling http v1.4.2
21552026-08-31T14:29:37.181Z Compiling rustls-pki-types v1.14.0
21562026-08-31T14:29:37.207Z Compiling daft-derive v0.1.8
21572026-08-31T14:29:37.222Z Compiling terminal_size v0.4.3
21582026-08-31T14:29:37.495Z Compiling spin v0.9.8
21592026-08-31T14:29:37.527Z Compiling anstyle-query v1.1.5
21602026-08-31T14:29:37.594Z Compiling num-conv v0.2.0
21612026-08-31T14:29:37.625Z Compiling time-core v0.1.8
21622026-08-31T14:29:37.692Z Compiling tinyvec_macros v0.1.1
21632026-08-31T14:29:37.748Z Compiling is_terminal_polyfill v1.70.2
21642026-08-31T14:29:37.771Z Compiling colorchoice v1.0.4
21652026-08-31T14:29:37.790Z Compiling time-macros v0.2.27
21662026-08-31T14:29:37.794Z Compiling tinyvec v1.10.0
21672026-08-31T14:29:37.862Z Compiling tokio-util v0.7.18
21682026-08-31T14:29:37.929Z Compiling anstream v1.0.0
21692026-08-31T14:29:38.099Z Compiling structmeta-derive v0.3.0
21702026-08-31T14:29:38.237Z Compiling async-trait v0.1.89
21712026-08-31T14:29:38.307Z Compiling tracing-core v0.1.36
21722026-08-31T14:29:38.355Z Compiling plain v0.2.3
21732026-08-31T14:29:38.365Z Compiling untrusted v0.7.1
21742026-08-31T14:29:38.439Z Compiling cmov v0.5.4
21752026-08-31T14:29:38.651Z Compiling object v0.37.3
21762026-08-31T14:29:38.690Z Compiling tracing v0.1.44
21772026-08-31T14:29:38.858Z Compiling ctutils v0.4.2
21782026-08-31T14:29:38.924Z Compiling http-body v1.0.1
21792026-08-31T14:29:39.040Z Compiling structmeta v0.3.0
21802026-08-31T14:29:39.089Z Compiling toml_datetime v0.6.11
21812026-08-31T14:29:39.115Z Compiling serde_spanned v0.6.9
21822026-08-31T14:29:39.133Z Compiling pin-project-internal v1.1.11
21832026-08-31T14:29:39.207Z Compiling slog v2.8.2
21842026-08-31T14:29:39.270Z Compiling wait-timeout v0.2.1
21852026-08-31T14:29:39.297Z Compiling cookie v0.18.1
21862026-08-31T14:29:39.322Z Compiling tap v1.0.1
21872026-08-31T14:29:39.347Z Compiling untrusted v0.9.0
21882026-08-31T14:29:39.458Z Compiling zstd-safe v7.2.4
21892026-08-31T14:29:39.551Z Compiling bit-vec v0.8.0
21902026-08-31T14:29:39.560Z Compiling openssl-probe v0.2.1
21912026-08-31T14:29:39.560Z Compiling quick-error v1.2.3
21922026-08-31T14:29:39.670Z Compiling clap_lex v1.0.0
21932026-08-31T14:29:39.686Z Compiling rusty-fork v0.3.1
21942026-08-31T14:29:39.699Z Compiling bit-set v0.8.0
21952026-08-31T14:29:39.789Z Compiling wyz v0.5.1
21962026-08-31T14:29:39.905Z Compiling clap_builder v4.6.0
21972026-08-31T14:29:39.921Z Compiling derive-ex v0.1.8
21982026-08-31T14:29:40.006Z Compiling hybrid-array v0.4.13
21992026-08-31T14:29:40.045Z Compiling unicode-normalization v0.1.25
22002026-08-31T14:29:40.152Z Compiling rand_chacha v0.3.1
22012026-08-31T14:29:40.187Z Compiling signature v2.2.0
22022026-08-31T14:29:40.264Z Compiling scroll_derive v0.12.1
22032026-08-31T14:29:40.294Z Compiling rand_xorshift v0.4.0
22042026-08-31T14:29:40.358Z Compiling heapless v0.7.17
22052026-08-31T14:29:40.489Z Compiling num-integer v0.1.46
22062026-08-31T14:29:40.501Z Compiling aho-corasick v1.1.4
22072026-08-31T14:29:40.524Z Compiling tower-layer v0.3.3
22082026-08-31T14:29:40.551Z Compiling atomic-waker v1.1.2
22092026-08-31T14:29:40.610Z Compiling signal-hook v0.3.18
22102026-08-31T14:29:40.692Z Compiling pretty-hex v0.4.1
22112026-08-31T14:29:40.754Z Compiling usdt-impl v0.6.0
22122026-08-31T14:29:40.795Z Compiling zlib-rs v0.6.2
22132026-08-31T14:29:40.812Z Compiling rustix v0.38.44
22142026-08-31T14:29:40.812Z Compiling anyhow v1.0.104
22152026-08-31T14:29:40.843Z Compiling tower-service v0.3.3
22162026-08-31T14:29:40.868Z Compiling unarray v0.1.4
22172026-08-31T14:29:40.952Z Compiling try-lock v0.2.5
22182026-08-31T14:29:41.010Z Compiling funty v2.0.0
22192026-08-31T14:29:41.130Z Compiling want v0.3.1
22202026-08-31T14:29:41.224Z Compiling h2 v0.4.15
22212026-08-31T14:29:41.278Z Compiling proptest v1.11.0
22222026-08-31T14:29:41.308Z Compiling num-iter v0.1.45
22232026-08-31T14:29:41.329Z Compiling regex-automata v0.4.14
22242026-08-31T14:29:41.388Z Compiling bitvec v1.0.1
22252026-08-31T14:29:41.409Z Compiling test-strategy v0.4.5
22262026-08-31T14:29:41.806Z Compiling clap v4.6.1
22272026-08-31T14:29:42.034Z Compiling rand v0.8.6
22282026-08-31T14:29:42.398Z Compiling lazy_static v1.5.0
22292026-08-31T14:29:42.512Z Compiling ipnetwork v0.21.1
22302026-08-31T14:29:42.677Z Compiling scroll v0.13.0
22312026-08-31T14:29:42.796Z Compiling ipnet v2.12.0
22322026-08-31T14:29:42.985Z Compiling flate2 v1.1.9
22332026-08-31T14:29:43.256Z Compiling strum_macros v0.26.4
22342026-08-31T14:29:43.271Z Compiling snafu-derive v0.8.9
22352026-08-31T14:29:44.066Z Compiling darling_core v0.20.11
22362026-08-31T14:29:44.256Z Compiling darling_core v0.23.0
22372026-08-31T14:29:44.828Z Compiling winnow v0.5.40
22382026-08-31T14:29:44.857Z Compiling crc-catalog v2.4.0
22392026-08-31T14:29:44.949Z Compiling nodrop v0.1.14
22402026-08-31T14:29:44.994Z Compiling foreign-types-shared v0.1.1
22412026-08-31T14:29:45.062Z Compiling httpdate v1.0.3
22422026-08-31T14:29:45.346Z Compiling hyper v1.10.1
22432026-08-31T14:29:45.490Z Compiling foreign-types v0.3.2
22442026-08-31T14:29:45.518Z Compiling array-init v0.0.4
22452026-08-31T14:29:45.536Z Compiling crc v3.4.0
22462026-08-31T14:29:45.839Z Compiling newtype-uuid v1.3.2
22472026-08-31T14:29:46.098Z Compiling darling_macro v0.20.11
22482026-08-31T14:29:46.241Z Compiling goblin v0.10.5
22492026-08-31T14:29:46.458Z Compiling darling_macro v0.23.0
22502026-08-31T14:29:46.615Z Compiling toml_edit v0.19.15
22512026-08-31T14:29:46.625Z Compiling oxnet v0.1.6
22522026-08-31T14:29:46.650Z Compiling smallvec v0.6.14
22532026-08-31T14:29:46.907Z Compiling pkcs1 v0.7.5
22542026-08-31T14:29:47.272Z Compiling zerocopy v0.6.6
22552026-08-31T14:29:47.309Z Compiling bitfield v0.19.4
22562026-08-31T14:29:47.675Z Compiling zerocopy-derive v0.7.35
22572026-08-31T14:29:47.696Z Compiling curve25519-dalek v4.1.3
22582026-08-31T14:29:47.973Z Compiling env_filter v2.0.0
22592026-08-31T14:29:48.201Z Compiling memoffset v0.9.1
22602026-08-31T14:29:48.219Z Compiling ref-cast v1.0.25
22612026-08-31T14:29:48.219Z Compiling owo-colors v4.3.0
22622026-08-31T14:29:48.466Z Compiling litrs v1.0.0
22632026-08-31T14:29:48.505Z Compiling smoltcp v0.9.1
22642026-08-31T14:29:48.540Z Compiling hashbrown v0.12.3
22652026-08-31T14:29:48.561Z Compiling unicode-segmentation v1.12.0
22662026-08-31T14:29:48.766Z Compiling base64 v0.21.7
22672026-08-31T14:29:48.980Z Compiling dof v0.4.0
22682026-08-31T14:29:48.995Z Compiling document-features v0.2.12
22692026-08-31T14:29:49.193Z Compiling ron v0.8.1
22702026-08-31T14:29:49.576Z Compiling env_logger v0.11.11
22712026-08-31T14:29:49.599Z Compiling toml v0.7.8
22722026-08-31T14:29:49.804Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22732026-08-31T14:29:49.811Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22742026-08-31T14:29:50.047Z Compiling rsa v0.9.10
22752026-08-31T14:29:50.070Z Compiling darling v0.23.0
22762026-08-31T14:29:50.139Z Compiling daft v0.1.8
22772026-08-31T14:29:50.271Z Compiling serde-hex v0.1.0
22782026-08-31T14:29:50.401Z Compiling hyper-util v0.1.20
22792026-08-31T14:29:50.458Z Compiling darling v0.20.11
22802026-08-31T14:29:50.477Z Compiling bzip2 v0.4.4
22812026-08-31T14:29:50.732Z Compiling hashbrown v0.13.2
22822026-08-31T14:29:51.151Z Compiling dtrace-parser v0.3.0
22832026-08-31T14:29:51.325Z Compiling x509-cert v0.2.5
22842026-08-31T14:29:51.486Z Compiling hmac v0.12.1
22852026-08-31T14:29:51.642Z Compiling async-recursion v1.1.1
22862026-08-31T14:29:51.814Z Compiling sync_wrapper v1.0.2
22872026-08-31T14:29:51.961Z Compiling thread-id v5.1.0
22882026-08-31T14:29:52.027Z Compiling powerfmt v0.2.0
22892026-08-31T14:29:52.223Z Compiling crc-any v2.5.0
22902026-08-31T14:29:52.235Z Compiling siphasher v1.0.2
22912026-08-31T14:29:52.360Z Compiling cfg_aliases v0.2.1
22922026-08-31T14:29:52.438Z Compiling deranged v0.5.8
22932026-08-31T14:29:52.446Z Compiling nix v0.31.2
22942026-08-31T14:29:52.726Z Compiling tower v0.5.3
22952026-08-31T14:29:53.357Z Compiling object v0.30.4
22962026-08-31T14:29:53.618Z Compiling zip v0.6.6
22972026-08-31T14:29:53.654Z Compiling derive_builder_core v0.20.2
22982026-08-31T14:29:53.989Z Compiling serde_with_macros v3.21.0
22992026-08-31T14:29:54.279Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23002026-08-31T14:29:54.470Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23012026-08-31T14:29:54.826Z Compiling bstr v1.12.1
23022026-08-31T14:29:54.862Z Compiling crypto-common v0.2.2
23032026-08-31T14:29:54.877Z Compiling block-buffer v0.12.1
23042026-08-31T14:29:55.084Z Compiling http-body-util v0.1.3
23052026-08-31T14:29:55.511Z Compiling futures-executor v0.3.32
23062026-08-31T14:29:55.600Z Compiling serde_tokenstream v0.2.3
23072026-08-31T14:29:55.755Z Compiling erased-serde v0.3.31
23082026-08-31T14:29:55.783Z Compiling hubpack_derive v0.1.1
23092026-08-31T14:29:55.891Z Compiling curve25519-dalek-derive v0.1.1
23102026-08-31T14:29:55.930Z Compiling ref-cast-impl v1.0.25
23112026-08-31T14:29:55.993Z Compiling strum_macros v0.27.2
23122026-08-31T14:29:56.144Z Compiling fs-err v3.3.0
23132026-08-31T14:29:56.224Z Compiling usdt-impl v0.5.0
23142026-08-31T14:29:56.369Z Compiling num_threads v0.1.7
23152026-08-31T14:29:56.369Z Compiling same-file v1.0.6
23162026-08-31T14:29:56.511Z Compiling path-slash v0.1.5
23172026-08-31T14:29:56.539Z Compiling gimli v0.32.3
23182026-08-31T14:29:56.539Z Compiling unicode-properties v0.1.4
23192026-08-31T14:29:56.566Z Compiling ryu v1.0.23
23202026-08-31T14:29:56.598Z Compiling unicode-bidi v0.3.18
23212026-08-31T14:29:56.637Z Compiling iri-string v0.7.10
23222026-08-31T14:29:56.993Z Compiling allocator-api2 v0.2.21
23232026-08-31T14:29:57.346Z Compiling time v0.3.47
23242026-08-31T14:29:57.692Z Compiling stringprep v0.1.5
23252026-08-31T14:29:58.064Z Compiling tower-http v0.6.8
23262026-08-31T14:29:58.086Z Compiling serde_urlencoded v0.7.1
23272026-08-31T14:29:58.186Z Compiling addr2line v0.25.1
23282026-08-31T14:29:58.421Z Compiling walkdir v2.5.0
23292026-08-31T14:29:59.308Z Compiling futures v0.3.32
23302026-08-31T14:29:59.687Z Compiling derive_builder_macro v0.20.2
23312026-08-31T14:29:59.859Z Compiling tokio-native-tls v0.3.1
23322026-08-31T14:29:59.990Z Compiling convert_case v0.10.0
23332026-08-31T14:30:00.043Z Compiling strum v0.26.3
23342026-08-31T14:30:00.124Z Compiling block-padding v0.4.2
23352026-08-31T14:30:00.277Z Compiling scroll v0.12.0
23362026-08-31T14:30:00.303Z Compiling pin-project v1.1.11
23372026-08-31T14:30:00.303Z Compiling rustls-native-certs v0.8.3
23382026-08-31T14:30:00.402Z Compiling md-5 v0.10.6
23392026-08-31T14:30:00.513Z Compiling hash32 v0.2.1
23402026-08-31T14:30:00.528Z Compiling vergen-lib v9.1.0
23412026-08-31T14:30:00.572Z Compiling encoding_rs v0.8.35
23422026-08-31T14:30:00.594Z Compiling cpufeatures v0.3.0
23432026-08-31T14:30:00.610Z Compiling fallible-iterator v0.2.0
23442026-08-31T14:30:00.623Z Compiling psl-types v2.0.11
23452026-08-31T14:30:00.646Z Compiling mime v0.3.17
23462026-08-31T14:30:00.744Z Compiling rustc-demangle v0.1.27
23472026-08-31T14:30:00.883Z Compiling jiff-core v0.1.0
23482026-08-31T14:30:00.883Z Compiling postgres-protocol v0.6.10
23492026-08-31T14:30:00.914Z Compiling publicsuffix v2.3.0
23502026-08-31T14:30:01.099Z Compiling goblin v0.8.2
23512026-08-31T14:30:01.415Z Compiling snafu v0.8.9
23522026-08-31T14:30:01.531Z Compiling derive_more-impl v2.1.1
23532026-08-31T14:30:01.626Z Compiling inout v0.2.2
23542026-08-31T14:30:01.724Z Compiling jiff v0.2.34
23552026-08-31T14:30:01.778Z Compiling derive_builder v0.20.2
23562026-08-31T14:30:01.836Z Compiling backtrace v0.3.76
23572026-08-31T14:30:01.921Z Compiling hyper-tls v0.6.0
23582026-08-31T14:30:02.333Z Compiling usdt-attr-macro v0.6.0
23592026-08-31T14:30:02.375Z Compiling usdt-macro v0.6.0
23602026-08-31T14:30:02.455Z Compiling globset v0.4.18
23612026-08-31T14:30:02.507Z Compiling phf_shared v0.13.1
23622026-08-31T14:30:02.566Z Compiling crossbeam-epoch v0.9.18
23632026-08-31T14:30:02.758Z Compiling zerocopy v0.7.35
23642026-08-31T14:30:02.907Z Compiling regex v1.12.3
23652026-08-31T14:30:03.266Z Compiling serde_plain v1.0.2
23662026-08-31T14:30:03.302Z Compiling miette-derive v7.6.0
23672026-08-31T14:30:03.318Z Compiling serde_repr v0.1.20
23682026-08-31T14:30:03.344Z Compiling enum-as-inner v0.6.1
23692026-08-31T14:30:03.470Z Compiling pem v3.0.6
23702026-08-31T14:30:03.530Z Compiling vergen v9.1.0
23712026-08-31T14:30:03.554Z Compiling ff v0.13.1
23722026-08-31T14:30:03.666Z Compiling cargo-platform v0.3.2
23732026-08-31T14:30:03.679Z Compiling filetime v0.2.27
23742026-08-31T14:30:03.892Z Compiling base16ct v0.2.0
23752026-08-31T14:30:03.942Z Compiling bumpalo v3.20.2
23762026-08-31T14:30:03.954Z Compiling libbz2-rs-sys v0.2.2
23772026-08-31T14:30:04.012Z Compiling const-oid v0.10.2
23782026-08-31T14:30:04.055Z Compiling unicode-linebreak v0.1.5
23792026-08-31T14:30:04.329Z Compiling either v1.15.0
23802026-08-31T14:30:04.380Z Compiling bitflags v1.3.2
23812026-08-31T14:30:04.380Z Compiling foldhash v0.1.5
23822026-08-31T14:30:04.381Z Compiling foldhash v0.2.0
23832026-08-31T14:30:04.381Z Compiling typed-path v0.9.3
23842026-08-31T14:30:04.536Z Compiling is_ci v1.2.0
23852026-08-31T14:30:04.645Z Compiling xattr v1.6.1
23862026-08-31T14:30:04.645Z Compiling unicode-width v0.2.0
23872026-08-31T14:30:04.645Z Compiling managed v0.8.0
23882026-08-31T14:30:04.645Z Compiling smawk v0.3.2
23892026-08-31T14:30:04.729Z Compiling tar v0.4.46
23902026-08-31T14:30:04.767Z Compiling supports-color v3.0.2
23912026-08-31T14:30:04.806Z Compiling textwrap v0.16.2
23922026-08-31T14:30:04.880Z Compiling hashbrown v0.16.1
23932026-08-31T14:30:04.898Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23942026-08-31T14:30:05.030Z Compiling bzip2 v0.6.1
23952026-08-31T14:30:05.065Z Compiling hashbrown v0.15.5
23962026-08-31T14:30:05.100Z Compiling digest v0.11.3
23972026-08-31T14:30:05.177Z Compiling zopfli v0.8.3
23982026-08-31T14:30:05.238Z Compiling sec1 v0.7.3
23992026-08-31T14:30:05.572Z Compiling cargo_metadata v0.23.1
24002026-08-31T14:30:05.597Z Compiling group v0.13.0
24012026-08-31T14:30:05.641Z Compiling dof v0.3.0
24022026-08-31T14:30:07.076Z Compiling phf v0.13.1
24032026-08-31T14:30:07.097Z Compiling zstd v0.13.3
24042026-08-31T14:30:07.127Z Compiling backtrace-ext v0.2.1
24052026-08-31T14:30:07.132Z Compiling reqwest v0.12.28
24062026-08-31T14:30:07.289Z Compiling cipher v0.5.2
24072026-08-31T14:30:07.315Z Compiling signal-hook-mio v0.2.5
24082026-08-31T14:30:07.360Z Compiling cookie_store v0.22.1
24092026-08-31T14:30:07.453Z Compiling postgres-types v0.2.12
24102026-08-31T14:30:07.564Z Compiling strum v0.27.2
24112026-08-31T14:30:07.787Z Compiling hubpack v0.1.2
24122026-08-31T14:30:07.822Z Compiling phf_shared v0.11.3
24132026-08-31T14:30:07.841Z Compiling hkdf v0.12.4
24142026-08-31T14:30:07.951Z Compiling dtrace-parser v0.2.0
24152026-08-31T14:30:07.967Z Compiling byte-wrapper v0.1.0
24162026-08-31T14:30:08.036Z Compiling ed25519 v2.2.3
24172026-08-31T14:30:08.044Z Compiling olpc-cjson v0.1.4
24182026-08-31T14:30:08.270Z Compiling crypto-bigint v0.5.5
24192026-08-31T14:30:08.329Z Compiling serde-big-array v0.5.1
24202026-08-31T14:30:08.490Z Compiling float-cmp v0.10.0
24212026-08-31T14:30:08.578Z Compiling memmap2 v0.9.10
24222026-08-31T14:30:08.642Z Compiling thread-id v4.2.2
24232026-08-31T14:30:08.756Z Compiling difflib v0.4.0
24242026-08-31T14:30:08.784Z Compiling toml_write v0.1.2
24252026-08-31T14:30:08.789Z Compiling data-encoding v2.10.0
24262026-08-31T14:30:09.049Z Compiling predicates-core v1.0.10
24272026-08-31T14:30:09.081Z Compiling winnow v0.7.14
24282026-08-31T14:30:09.150Z Compiling fixedbitset v0.4.2
24292026-08-31T14:30:09.213Z Compiling keccak v0.1.6
24302026-08-31T14:30:09.226Z Compiling normalize-line-endings v0.3.0
24312026-08-31T14:30:09.241Z Compiling unicode-width v0.1.14
24322026-08-31T14:30:09.352Z Compiling precomputed-hash v0.1.1
24332026-08-31T14:30:09.442Z Compiling supports-unicode v3.0.0
24342026-08-31T14:30:09.592Z Compiling rayon-core v1.13.0
24352026-08-31T14:30:09.632Z Compiling winnow v1.0.3
24362026-08-31T14:30:09.661Z Compiling whoami v2.1.0
24372026-08-31T14:30:09.690Z Compiling fixedbitset v0.5.7
24382026-08-31T14:30:09.752Z Compiling supports-hyperlinks v3.2.0
24392026-08-31T14:30:09.808Z Compiling static_assertions v1.1.0
24402026-08-31T14:30:09.892Z Compiling new_debug_unreachable v1.0.6
24412026-08-31T14:30:09.986Z Compiling string_cache v0.8.9
24422026-08-31T14:30:09.987Z Compiling petgraph v0.8.3
24432026-08-31T14:30:10.113Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24442026-08-31T14:30:10.127Z Compiling miette v7.6.0
24452026-08-31T14:30:10.228Z Compiling tokio-postgres v0.7.16
24462026-08-31T14:30:10.558Z Compiling toml_parser v1.1.2+spec-1.1.0
24472026-08-31T14:30:10.626Z Compiling toml_edit v0.22.27
24482026-08-31T14:30:11.151Z Compiling sha3 v0.10.8
24492026-08-31T14:30:11.448Z Compiling petgraph v0.6.5
24502026-08-31T14:30:11.791Z Compiling predicates v3.1.4
24512026-08-31T14:30:12.323Z Compiling elliptic-curve v0.13.8
24522026-08-31T14:30:12.340Z Compiling chacha20 v0.10.0
24532026-08-31T14:30:12.340Z Compiling hickory-proto v0.25.2
24542026-08-31T14:30:12.359Z Compiling usdt v0.6.0
24552026-08-31T14:30:12.822Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24562026-08-31T14:30:13.163Z Compiling ed25519-dalek v2.2.0
24572026-08-31T14:30:13.763Z Compiling crossterm v0.28.1
24582026-08-31T14:30:14.072Z Compiling zip v4.6.1
24592026-08-31T14:30:14.761Z Compiling iddqd v0.4.2
24602026-08-31T14:30:15.111Z Compiling itertools v0.13.0
24612026-08-31T14:30:15.227Z Compiling itertools v0.15.0
24622026-08-31T14:30:15.551Z Compiling derive_more v2.1.1
24632026-08-31T14:30:15.628Z Compiling similar v2.7.0
24642026-08-31T14:30:15.902Z Compiling serde_with v3.21.0
24652026-08-31T14:30:16.347Z Compiling heck v0.4.1
24662026-08-31T14:30:16.722Z Compiling tokio-stream v0.1.18
24672026-08-31T14:30:16.738Z Compiling buf-list v1.1.2
24682026-08-31T14:30:16.756Z Compiling half v2.7.1
24692026-08-31T14:30:16.922Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24702026-08-31T14:30:17.002Z Compiling openapiv3 v2.2.0
24712026-08-31T14:30:17.187Z Compiling peg-runtime v0.8.5
24722026-08-31T14:30:17.272Z Compiling lalrpop-util v0.19.12
24732026-08-31T14:30:17.580Z Compiling ciborium-io v0.2.2
24742026-08-31T14:30:17.783Z Compiling ciborium-ll v0.2.2
24752026-08-31T14:30:19.252Z Compiling crossbeam-deque v0.8.6
24762026-08-31T14:30:19.712Z Compiling camino-tempfile v1.4.1
24772026-08-31T14:30:20.114Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24782026-08-31T14:30:20.572Z Compiling blake3 v1.8.5
24792026-08-31T14:30:20.664Z Compiling fs-err v2.11.0
24802026-08-31T14:30:22.236Z Compiling rustls-webpki v0.103.13
24812026-08-31T14:30:23.421Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24822026-08-31T14:30:25.238Z Compiling ciborium v0.2.2
24832026-08-31T14:30:25.305Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24842026-08-31T14:30:25.926Z Compiling tokio-rustls v0.26.4
24852026-08-31T14:30:25.981Z Compiling rustls-platform-verifier v0.6.2
24862026-08-31T14:30:26.047Z Compiling tough v0.22.0
24872026-08-31T14:30:26.178Z Compiling hyper-rustls v0.27.7
24882026-08-31T14:30:26.232Z Compiling thread_local v1.1.9
24892026-08-31T14:30:26.266Z Compiling constant_time_eq v0.4.2
24902026-08-31T14:30:26.469Z Compiling reqwest v0.13.2
24912026-08-31T14:30:26.514Z Compiling arrayref v0.3.9
24922026-08-31T14:30:26.568Z Compiling arrayvec v0.7.6
24932026-08-31T14:30:26.992Z Compiling slog-async v2.8.0
24942026-08-31T14:30:26.997Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24952026-08-31T14:30:26.997Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24962026-08-31T14:30:27.043Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24972026-08-31T14:30:27.060Z Compiling toml v0.8.23
24982026-08-31T14:30:27.293Z Compiling atomicwrites v0.4.4
24992026-08-31T14:30:27.318Z Compiling digest-io v0.1.0
25002026-08-31T14:30:27.361Z Compiling sha2 v0.11.0
25012026-08-31T14:30:27.396Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
25022026-08-31T14:30:27.479Z Compiling crossbeam-channel v0.5.15
25032026-08-31T14:30:27.597Z Compiling serde_path_to_error v0.1.20
25042026-08-31T14:30:27.698Z Compiling is-terminal v0.4.17
25052026-08-31T14:30:27.817Z Compiling indent_write v2.2.0
25062026-08-31T14:30:27.844Z Compiling term v1.2.1
25072026-08-31T14:30:27.941Z Compiling parse-size v1.1.0
25082026-08-31T14:30:28.390Z Compiling take_mut v0.2.2
25092026-08-31T14:30:28.426Z Compiling rawzip v0.4.4
25102026-08-31T14:30:28.426Z Compiling topological-sort v0.2.2
25112026-08-31T14:30:28.426Z Compiling debug-ignore v1.0.5
25122026-08-31T14:30:28.426Z Compiling slog-term v2.9.2
25132026-08-31T14:30:28.427Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25142026-08-31T14:30:28.427Z Compiling shell-words v1.1.1
25152026-08-31T14:30:29.722Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25162026-08-31T14:30:35.834Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
25172026-08-31T14:30:37.918Z Compiling omicron-zone-package v0.12.3
25182026-08-31T14:30:38.169Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25192026-08-31T14:30:38.620Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25202026-08-31T14:30:38.660Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
25212026-08-31T14:30:43.127Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
25222026-08-31T14:30:55.317Z Finished `release` profile [optimized] target(s) in 1m 31s
25232026-08-31T14:30:55.868Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
25242026-08-31T14:30:55.872ZAug 31 14:30:54.877 DEBG changing working directory to /work/oxidecomputer/omicron
25252026-08-31T14:30:55.872ZAug 31 14:30:54.975 DEBG running: git rev-parse HEAD
25262026-08-31T14:30:55.872ZAug 31 14:30:54.977 DEBG process exited with exit status: 0 (2.35525ms)
25272026-08-31T14:30:55.873ZAug 31 14:30:54.977 INFO version: 23.0.0-0.ci+gitc28413b20f5
25282026-08-31T14:30:55.873ZAug 31 14:30:54.986 INFO cloning helios to /work/oxidecomputer/helios
25292026-08-31T14:30:55.873ZAug 31 14:30:54.986 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
25302026-08-31T14:30:55.873ZCloning into '/work/oxidecomputer/helios'...
25312026-08-31T14:30:56.370ZAug 31 14:30:55.711 DEBG process exited with exit status: 0 (726.032769ms)
25322026-08-31T14:30:56.370ZAug 31 14:30:55.711 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
25332026-08-31T14:30:56.385ZAug 31 14:30:55.714 DEBG process exited with exit status: 0 (2.28962ms)
25342026-08-31T14:30:56.385ZAug 31 14:30:55.714 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
25352026-08-31T14:30:56.727ZAug 31 14:30:56.087 DEBG process exited with exit status: 0 (372.925779ms)
25362026-08-31T14:30:56.727ZAug 31 14:30:56.087 DEBG running: zfs list rpool/images/build/host
25372026-08-31T14:30:56.733ZNAME USED AVAIL REFER MOUNTPOINT
25382026-08-31T14:30:56.733Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
25392026-08-31T14:30:56.733ZAug 31 14:30:56.091 DEBG process exited with exit status: 0 (4.48553ms)
25402026-08-31T14:30:56.733ZAug 31 14:30:56.092 DEBG running: zfs list rpool/images/build/recovery
25412026-08-31T14:30:56.740ZNAME USED AVAIL REFER MOUNTPOINT
25422026-08-31T14:30:56.740Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
25432026-08-31T14:30:56.740ZAug 31 14:30:56.095 DEBG process exited with exit status: 0 (3.45855ms)
25442026-08-31T14:30:56.740ZAug 31 14:30:56.095 INFO console assets match pinned console commit (46f3fd847da666f00e0b42dd68dddf9cd2ecfdca)
25452026-08-31T14:30:56.748ZAug 31 14:30:56.108 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081901.0.0, but the current nexus API version is 2026083100.0.0; the console needs a client regen and tools/console_version needs a bump
25462026-08-31T14:30:56.756ZAug 31 14:30:56.108 INFO [incorp-manifest] running task
25472026-08-31T14:30:56.756ZAug 31 14:30:56.108 INFO [hubris-production] running task
25482026-08-31T14:30:56.756ZAug 31 14:30:56.108 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
25492026-08-31T14:30:56.756ZAug 31 14:30:56.109 INFO [hubris-staging] running task
25502026-08-31T14:30:56.756ZAug 31 14:30:56.109 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
25512026-08-31T14:30:56.756ZAug 31 14:30:56.109 INFO [incorp-create] running: pkgrepo create /work/incorporation
25522026-08-31T14:30:56.756ZAug 31 14:30:56.111 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25532026-08-31T14:30:56.779Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25542026-08-31T14:30:56.859Z[ omicron-package] Blocking waiting for file lock on package cache
25552026-08-31T14:30:57.006ZAug 31 14:30:56.365 INFO [incorp-create] process exited with exit status: 0 (255.55184ms)
25562026-08-31T14:30:57.010ZAug 31 14:30:56.365 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25572026-08-31T14:30:57.233ZAug 31 14:30:56.592 INFO [incorp-publisher] process exited with exit status: 0 (226.677689ms)
25582026-08-31T14:30:57.511Z[ omicron-package] Blocking waiting for file lock on package cache
25592026-08-31T14:30:57.933ZAug 31 14:30:57.290 INFO [hubris-production] task succeeded (1.181711418s)
25602026-08-31T14:30:58.640Z[ omicron-package] Compiling macaddr v1.0.1
25612026-08-31T14:30:58.644Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25622026-08-31T14:30:58.645Z[ omicron-package] Compiling secrecy v0.10.3
25632026-08-31T14:30:58.645Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25642026-08-31T14:30:58.645Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25652026-08-31T14:30:58.645Z[ omicron-package] Compiling heapless v0.8.0
25662026-08-31T14:30:58.645Z[ omicron-package] Compiling ingot-macros v0.2.0
25672026-08-31T14:30:58.645Z[ omicron-package] Compiling hash32 v0.3.1
25682026-08-31T14:30:58.645Z[ omicron-package] Compiling inout v0.1.4
25692026-08-31T14:30:58.645Z[ omicron-package] Compiling multer v3.1.0
25702026-08-31T14:30:58.789Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25712026-08-31T14:30:58.789Z[ omicron-package] Compiling smoltcp v0.11.0
25722026-08-31T14:30:58.800Z[ omicron-package] Compiling compression-core v0.4.31
25732026-08-31T14:30:58.809Z[ omicron-package] Compiling match_cfg v0.1.0
25742026-08-31T14:30:58.813Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25752026-08-31T14:30:58.813Z[ omicron-package] Compiling slog-json v2.6.1
25762026-08-31T14:30:59.070ZAug 31 14:30:58.428 DEBG process exited with exit status: 0 (2.319723116s)
25772026-08-31T14:30:59.070ZAug 31 14:30:58.428 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25782026-08-31T14:30:59.444Z[ omicron-package] Compiling hostname v0.3.1
25792026-08-31T14:30:59.444Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25802026-08-31T14:30:59.450Z[ omicron-package] Compiling cobs v0.3.0
25812026-08-31T14:30:59.506Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25822026-08-31T14:30:59.506Z[ omicron-package] Compiling compression-codecs v0.4.37
25832026-08-31T14:30:59.612Z[ omicron-package] Compiling universal-hash v0.5.1
25842026-08-31T14:30:59.620Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25852026-08-31T14:30:59.686Z[ omicron-package] Compiling cipher v0.4.4
25862026-08-31T14:30:59.769Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25872026-08-31T14:30:59.774Z[ omicron-package] Compiling dropshot v0.17.1
25882026-08-31T14:31:00.037Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25892026-08-31T14:31:00.044Z[ omicron-package] Compiling serde_spanned v1.1.1
25902026-08-31T14:31:00.044Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25912026-08-31T14:31:00.087Z[ omicron-package] Compiling async-stream-impl v0.3.6
25922026-08-31T14:31:00.142Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25932026-08-31T14:31:00.236Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25942026-08-31T14:31:00.240Z[ omicron-package] Compiling opaque-debug v0.3.1
25952026-08-31T14:31:00.395Z[ omicron-package] Compiling convert_case v0.4.0
25962026-08-31T14:31:00.429Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25972026-08-31T14:31:00.435Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25982026-08-31T14:31:00.499Z[ omicron-package] Compiling poly1305 v0.8.0
25992026-08-31T14:31:00.639Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
26002026-08-31T14:31:00.704Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26012026-08-31T14:31:00.708Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26022026-08-31T14:31:00.708Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
26032026-08-31T14:31:00.708Z[ omicron-package] Compiling postcard v1.1.3
26042026-08-31T14:31:00.771Z[ omicron-package] Compiling async-stream v0.3.6
26052026-08-31T14:31:00.775Z[ omicron-package] Compiling slog-bunyan v2.5.0
26062026-08-31T14:31:00.775Z[ omicron-package] Compiling derive_more v0.99.20
26072026-08-31T14:31:00.889Z[ omicron-package] Compiling thiserror-no-std v2.0.2
26082026-08-31T14:31:00.897Z[ omicron-package] Compiling async-compression v0.4.41
26092026-08-31T14:31:00.897Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26102026-08-31T14:31:01.029Z[ omicron-package] Compiling num_enum_derive v0.7.6
26112026-08-31T14:31:01.160Z[ omicron-package] Compiling chacha20 v0.9.1
26122026-08-31T14:31:01.322Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26132026-08-31T14:31:01.403Z[ omicron-package] Compiling sha1 v0.11.0
26142026-08-31T14:31:01.463Z[ omicron-package] Compiling progenitor-client v0.14.0
26152026-08-31T14:31:01.463Z[ omicron-package] Compiling oxide-generation v0.1.3
26162026-08-31T14:31:01.511Z[ omicron-package] Compiling parse-display-derive v0.10.0
26172026-08-31T14:31:01.560Z[ omicron-package] Compiling waitgroup v0.1.2
26182026-08-31T14:31:01.631Z[ omicron-package] Compiling proc-macro-crate v1.3.1
26192026-08-31T14:31:01.739Z[ omicron-package] Compiling rustls-pemfile v2.2.0
26202026-08-31T14:31:01.807Z[ omicron-package] Compiling backon v1.6.0
26212026-08-31T14:31:01.814ZAug 31 14:31:01.172 DEBG process exited with exit status: 0 (2.744264034s)
26222026-08-31T14:31:01.818ZAug 31 14:31:01.173 INFO [incorp-manifest] task succeeded (5.06530056s)
26232026-08-31T14:31:01.818ZAug 31 14:31:01.174 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26242026-08-31T14:31:02.020ZAug 31 14:31:01.379 INFO [incorp-fmt] process exited with exit status: 0 (204.99619ms)
26252026-08-31T14:31:02.020ZAug 31 14:31:01.379 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26262026-08-31T14:31:02.049Z[ omicron-package] Compiling password-hash v0.5.0
26272026-08-31T14:31:02.088Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
26282026-08-31T14:31:02.106Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26292026-08-31T14:31:02.269Z[ omicron-package] Compiling blake2 v0.10.6
26302026-08-31T14:31:02.286Z[ omicron-package] Compiling aead v0.5.2
26312026-08-31T14:31:02.286Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26322026-08-31T14:31:02.329Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26332026-08-31T14:31:02.349Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260831T143101Z
26342026-08-31T14:31:02.350Z[ incorp-pkgsend] PUBLISHED
26352026-08-31T14:31:02.403ZAug 31 14:31:01.763 INFO [incorp-pkgsend] process exited with exit status: 0 (384.165489ms)
26362026-08-31T14:31:02.407ZAug 31 14:31:01.763 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26372026-08-31T14:31:02.516Z[ omicron-package] Compiling proc-macro-error v1.0.4
26382026-08-31T14:31:02.557Z[ omicron-package] Compiling ingot-types v0.2.0
26392026-08-31T14:31:02.625Z[ omicron-package] Compiling instant v0.1.13
26402026-08-31T14:31:02.655Z[ omicron-package] Compiling hostname v0.4.2
26412026-08-31T14:31:02.655Z[ helios-incorp] Retrieving packages for publisher helios ...
26422026-08-31T14:31:02.655Z[ helios-incorp] Retrieving catalog 'helios' ... Done
26432026-08-31T14:31:02.686Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26442026-08-31T14:31:02.687Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26452026-08-31T14:31:02.691Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26462026-08-31T14:31:02.691Z[ helios-incorp]
26472026-08-31T14:31:02.692Z[ helios-incorp] Archiving packages ...
26482026-08-31T14:31:02.692Z[ helios-incorp] Packages to add: 1
26492026-08-31T14:31:02.692Z[ helios-incorp] Files to retrieve: 0
26502026-08-31T14:31:02.692Z[ helios-incorp] Estimated transfer size: 0.00 B
26512026-08-31T14:31:02.692Z[ helios-incorp]
26522026-08-31T14:31:02.692Z[ helios-incorp] Packages to archive:
26532026-08-31T14:31:02.692Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260831T143101Z
26542026-08-31T14:31:02.692Z[ helios-incorp]
26552026-08-31T14:31:02.692Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26562026-08-31T14:31:02.692Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26572026-08-31T14:31:02.726Z[ omicron-package] Compiling foreign-types-macros v0.2.3
26582026-08-31T14:31:02.733ZAug 31 14:31:02.092 INFO [helios-incorp] process exited with exit status: 0 (329.163059ms)
26592026-08-31T14:31:02.784Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26602026-08-31T14:31:02.789Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26612026-08-31T14:31:02.867Z[ omicron-package] Compiling backoff v0.4.0
26622026-08-31T14:31:02.986Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26632026-08-31T14:31:03.003Z[ omicron-package] Compiling argon2 v0.5.3
26642026-08-31T14:31:03.003Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26652026-08-31T14:31:03.065Z[ omicron-package] Compiling num_enum_derive v0.5.11
26662026-08-31T14:31:03.099Z[ omicron-package] Compiling num_enum v0.7.6
26672026-08-31T14:31:03.141Z[ omicron-package] Compiling ingot v0.2.1
26682026-08-31T14:31:03.267Z[ omicron-package] Compiling progenitor-extras v0.2.0
26692026-08-31T14:31:03.282Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26702026-08-31T14:31:03.359Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26712026-08-31T14:31:03.385Z[ omicron-package] Compiling vsss-rs v3.3.4
26722026-08-31T14:31:03.401Z[ omicron-package] Compiling parse-display v0.10.0
26732026-08-31T14:31:03.509Z[ omicron-package] Compiling foreign-types v0.5.0
26742026-08-31T14:31:03.589Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26752026-08-31T14:31:03.593Z[ omicron-package] Compiling regress v0.10.5
26762026-08-31T14:31:03.694Z[ omicron-package] Compiling itertools v0.14.0
26772026-08-31T14:31:03.719Z[ omicron-package] Compiling tabwriter v1.4.1
26782026-08-31T14:31:03.809Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26792026-08-31T14:31:04.025Z[ omicron-package] Compiling cstr-argument v0.1.2
26802026-08-31T14:31:04.103Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26812026-08-31T14:31:04.147Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26822026-08-31T14:31:04.147Z[ omicron-package] Compiling humantime v2.3.0
26832026-08-31T14:31:04.294Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26842026-08-31T14:31:04.349Z[ omicron-package] Compiling num_enum v0.5.11
26852026-08-31T14:31:04.445Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26862026-08-31T14:31:04.625Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26872026-08-31T14:31:04.658Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26882026-08-31T14:31:04.690Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26892026-08-31T14:31:04.793Z[ omicron-package] Compiling rayon v1.11.0
26902026-08-31T14:31:04.819Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26912026-08-31T14:31:04.819Z[ omicron-package] Compiling rand v0.10.1
26922026-08-31T14:31:04.932Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26932026-08-31T14:31:04.966Z[ omicron-package] Compiling colored v3.1.1
26942026-08-31T14:31:05.012Z[ omicron-package] Compiling libefi-sys v0.1.0
26952026-08-31T14:31:05.074Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26962026-08-31T14:31:05.348Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26972026-08-31T14:31:05.358Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26982026-08-31T14:31:05.428Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26992026-08-31T14:31:05.478Z[ omicron-package] Compiling itertools v0.12.1
27002026-08-31T14:31:05.532Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27012026-08-31T14:31:05.618Z[ omicron-package] Compiling usdt-macro v0.5.0
27022026-08-31T14:31:05.700Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
27032026-08-31T14:31:05.728Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
27042026-08-31T14:31:05.760Z[ omicron-package] Compiling memmap v0.7.0
27052026-08-31T14:31:05.940Z[ omicron-package] Compiling sigpipe v0.1.3
27062026-08-31T14:31:05.949Z[ omicron-package] Compiling num-derive v0.4.2
27072026-08-31T14:31:05.949Z[ omicron-package] Compiling bitfield-struct v0.6.2
27082026-08-31T14:31:06.030Z[ omicron-package] Compiling swrite v0.1.0
27092026-08-31T14:31:06.095Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27102026-08-31T14:31:06.196Z[ omicron-package] Compiling glob v0.3.3
27112026-08-31T14:31:06.338Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
27122026-08-31T14:31:06.875Z[ omicron-package] Compiling usdt v0.5.0
27132026-08-31T14:31:06.999Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27142026-08-31T14:31:07.052Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27152026-08-31T14:31:07.112Z[ omicron-package] Compiling zone v0.3.1
27162026-08-31T14:31:07.295Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27172026-08-31T14:31:07.321Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
27182026-08-31T14:31:07.370Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27192026-08-31T14:31:07.374Z[ omicron-package] Compiling smf v0.2.3
27202026-08-31T14:31:07.493Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27212026-08-31T14:31:07.560Z[ omicron-package] Compiling whoami v1.6.1
27222026-08-31T14:31:07.630Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27232026-08-31T14:31:07.630Z[ omicron-package] Compiling tokio-dtrace v0.1.1
27242026-08-31T14:31:07.703Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27252026-08-31T14:31:07.711Z[ omicron-package] Compiling gethostname v0.5.0
27262026-08-31T14:31:07.743Z[ omicron-package] Compiling console v0.16.2
27272026-08-31T14:31:08.052Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27282026-08-31T14:31:08.083Z[ omicron-package] Compiling unit-prefix v0.5.2
27292026-08-31T14:31:08.106Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
27302026-08-31T14:31:08.281Z[ omicron-package] Compiling indicatif v0.18.4
27312026-08-31T14:31:08.903Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27322026-08-31T14:31:12.134Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27332026-08-31T14:31:12.416Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27342026-08-31T14:31:12.416Z[ helios-setup] Aug 31 14:31:11.766 INFO helios repository root is: /work/oxidecomputer/helios
27352026-08-31T14:31:12.420Z[ helios-setup] Aug 31 14:31:11.767 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
27362026-08-31T14:31:12.420Z[ helios-setup] Aug 31 14:31:11.767 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27372026-08-31T14:31:13.726Z[ helios-setup] Aug 31 14:31:13.085 INFO clone ok!, project: pilot
27382026-08-31T14:31:13.730Z[ helios-setup] Aug 31 14:31:13.085 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
27392026-08-31T14:31:13.730Z[ helios-setup] Aug 31 14:31:13.085 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
27402026-08-31T14:31:13.735Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27412026-08-31T14:31:14.608Z[ helios-setup] Aug 31 14:31:13.950 INFO clone ok!, project: amd-host-image-builder
27422026-08-31T14:31:14.621Z[ helios-setup] Aug 31 14:31:13.950 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
27432026-08-31T14:31:14.621Z[ helios-setup] Aug 31 14:31:13.950 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27442026-08-31T14:31:14.621Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27452026-08-31T14:31:15.151Z[ helios-setup] Aug 31 14:31:14.509 INFO clone ok!, project: phbl
27462026-08-31T14:31:15.154Z[ helios-setup] Aug 31 14:31:14.510 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
27472026-08-31T14:31:15.154Z[ helios-setup] Aug 31 14:31:14.510 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27482026-08-31T14:31:15.154Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27492026-08-31T14:31:15.767Z[ helios-setup] Aug 31 14:31:15.125 INFO clone ok!, project: bootserver
27502026-08-31T14:31:15.772Z[ helios-setup] Aug 31 14:31:15.125 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
27512026-08-31T14:31:15.772Z[ helios-setup] Aug 31 14:31:15.125 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
27522026-08-31T14:31:15.772Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
27532026-08-31T14:31:16.781ZAug 31 14:31:16.140 INFO [hubris-staging] task succeeded (20.03175245s)
27542026-08-31T14:31:21.471Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27552026-08-31T14:31:22.749Z[ helios-setup] Aug 31 14:31:22.104 INFO clone ok!, project: amd-firmware
27562026-08-31T14:31:22.753Z[ helios-setup] Aug 31 14:31:22.104 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
27572026-08-31T14:31:22.754Z[ helios-setup] Aug 31 14:31:22.104 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27582026-08-31T14:31:22.754Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27592026-08-31T14:31:23.523Z[ helios-setup] Aug 31 14:31:22.879 INFO clone ok!, project: dmar-report
27602026-08-31T14:31:23.572Z[ helios-setup] Aug 31 14:31:22.880 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27612026-08-31T14:31:23.572Z[ helios-setup] Aug 31 14:31:22.880 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27622026-08-31T14:31:23.572Z[ helios-setup] Aug 31 14:31:22.880 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
27632026-08-31T14:31:23.572Z[ helios-setup] Aug 31 14:31:22.880 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27642026-08-31T14:31:23.572Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27652026-08-31T14:31:24.111Z[ helios-setup] Aug 31 14:31:23.469 INFO clone ok!, project: image-builder
27662026-08-31T14:31:24.111Z[ helios-setup] Aug 31 14:31:23.469 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
27672026-08-31T14:31:24.120Z[ helios-setup] Aug 31 14:31:23.470 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27682026-08-31T14:31:24.120Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27692026-08-31T14:31:24.701Z[ helios-setup] Aug 31 14:31:24.060 INFO clone ok!, project: pinprick
27702026-08-31T14:31:24.702Z[ helios-setup] Aug 31 14:31:24.060 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
27712026-08-31T14:31:24.712Z[ helios-setup] Aug 31 14:31:24.061 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27722026-08-31T14:31:24.712Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27732026-08-31T14:31:24.825Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27742026-08-31T14:31:25.942Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27752026-08-31T14:31:26.013Z[ helios-setup] Aug 31 14:31:25.371 INFO clone ok!, project: chelsio-t6-roms
27762026-08-31T14:31:26.013Z[ helios-setup] Aug 31 14:31:25.371 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27772026-08-31T14:31:26.018Z[ helios-setup] Aug 31 14:31:25.371 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27782026-08-31T14:31:26.251Z[ helios-setup] Aug 31 14:31:25.610 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27792026-08-31T14:31:26.483Z[ helios-setup] Aug 31 14:31:25.842 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27802026-08-31T14:31:26.483Z[ helios-setup] Aug 31 14:31:25.842 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27812026-08-31T14:31:26.705Z[ helios-setup] Aug 31 14:31:26.063 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27822026-08-31T14:31:26.942Z[ helios-setup] Aug 31 14:31:26.301 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27832026-08-31T14:31:26.942Z[ helios-setup] Aug 31 14:31:26.302 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27842026-08-31T14:31:27.178Z[ helios-setup] Aug 31 14:31:26.537 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27852026-08-31T14:31:27.434Z[ helios-setup] Aug 31 14:31:26.792 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27862026-08-31T14:31:27.434Z[ helios-setup] Aug 31 14:31:26.792 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27872026-08-31T14:31:27.434Z[ helios-setup] Aug 31 14:31:26.792 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27882026-08-31T14:31:27.440Z[ helios-setup] Aug 31 14:31:26.792 INFO ok!
27892026-08-31T14:31:27.440Z[ helios-setup] Aug 31 14:31:26.792 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27902026-08-31T14:31:27.440Z[ helios-setup] Aug 31 14:31:26.792 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27912026-08-31T14:31:27.440Z[ helios-setup] Aug 31 14:31:26.792 INFO ok!
27922026-08-31T14:31:27.440Z[ helios-setup] Aug 31 14:31:26.792 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27932026-08-31T14:31:27.440Z[ helios-setup] Aug 31 14:31:26.792 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27942026-08-31T14:31:27.440Z[ helios-setup] Aug 31 14:31:26.792 INFO ok!
27952026-08-31T14:31:27.440Z[ helios-setup] Aug 31 14:31:26.792 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
27962026-08-31T14:31:27.443Z[ helios-setup] Aug 31 14:31:26.800 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
27972026-08-31T14:31:27.443Z[ helios-setup] Aug 31 14:31:26.800 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27982026-08-31T14:31:27.443Z[ helios-setup] Aug 31 14:31:26.800 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27992026-08-31T14:31:27.527Z[ helios-setup] Aug 31 14:31:26.886 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28002026-08-31T14:31:27.887Z[ helios-setup] Aug 31 14:31:27.246 INFO E| From https://github.com/jclulow/hiercmd
28012026-08-31T14:31:27.887Z[ helios-setup] Aug 31 14:31:27.246 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
28022026-08-31T14:31:27.896Z[ helios-setup] Aug 31 14:31:27.255 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
28032026-08-31T14:31:28.218Z[ helios-setup] Aug 31 14:31:27.576 INFO E| From https://github.com/oxidecomputer/network-interface
28042026-08-31T14:31:28.218Z[ helios-setup] Aug 31 14:31:27.576 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
28052026-08-31T14:31:28.226Z[ helios-setup] Aug 31 14:31:27.586 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
28062026-08-31T14:31:28.864Z[ helios-setup] Aug 31 14:31:28.224 INFO E| From https://github.com/oxidecomputer/boot-image-tools
28072026-08-31T14:31:28.864Z[ helios-setup] Aug 31 14:31:28.224 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
28082026-08-31T14:31:28.880Z[ helios-setup] Aug 31 14:31:28.238 INFO E| Updating crates.io index
28092026-08-31T14:31:29.141Z[ helios-setup] Aug 31 14:31:28.497 INFO E| Downloading crates ...
28102026-08-31T14:31:29.189Z[ helios-setup] Aug 31 14:31:28.548 INFO E| Downloaded futures-executor v0.3.31
28112026-08-31T14:31:29.196Z[ helios-setup] Aug 31 14:31:28.549 INFO E| Downloaded bitfield-macros v0.19.3
28122026-08-31T14:31:29.200Z[ helios-setup] Aug 31 14:31:28.555 INFO E| Downloaded time-core v0.1.6
28132026-08-31T14:31:29.207Z[ helios-setup] Aug 31 14:31:28.567 INFO E| Downloaded futures-io v0.3.31
28142026-08-31T14:31:29.213Z[ helios-setup] Aug 31 14:31:28.567 INFO E| Downloaded crc v3.3.0
28152026-08-31T14:31:29.213Z[ helios-setup] Aug 31 14:31:28.568 INFO E| Downloaded futures-task v0.3.31
28162026-08-31T14:31:29.213Z[ helios-setup] Aug 31 14:31:28.568 INFO E| Downloaded itoa v1.0.15
28172026-08-31T14:31:29.261Z[ helios-setup] Aug 31 14:31:28.576 INFO E| Downloaded futures-core v0.3.31
28182026-08-31T14:31:29.261Z[ helios-setup] Aug 31 14:31:28.582 INFO E| Downloaded anstyle v1.0.13
28192026-08-31T14:31:29.261Z[ helios-setup] Aug 31 14:31:28.585 INFO E| Downloaded devinfo v0.1.0
28202026-08-31T14:31:29.262Z[ helios-setup] Aug 31 14:31:28.585 INFO E| Downloaded env_filter v0.1.4
28212026-08-31T14:31:29.262Z[ helios-setup] Aug 31 14:31:28.590 INFO E| Downloaded anstyle-query v1.1.4
28222026-08-31T14:31:29.262Z[ helios-setup] Aug 31 14:31:28.596 INFO E| Downloaded env_logger v0.11.8
28232026-08-31T14:31:29.262Z[ helios-setup] Aug 31 14:31:28.598 INFO E| Downloaded deranged v0.5.5
28242026-08-31T14:31:29.262Z[ helios-setup] Aug 31 14:31:28.601 INFO E| Downloaded clap_lex v0.7.6
28252026-08-31T14:31:29.262Z[ helios-setup] Aug 31 14:31:28.607 INFO E| Downloaded futures-sink v0.3.31
28262026-08-31T14:31:29.263Z[ helios-setup] Aug 31 14:31:28.617 INFO E| Downloaded futures-macro v0.3.31
28272026-08-31T14:31:29.272Z[ helios-setup] Aug 31 14:31:28.622 INFO E| Downloaded simd-adler32 v0.3.7
28282026-08-31T14:31:29.273Z[ helios-setup] Aug 31 14:31:28.623 INFO E| Downloaded libdevinfo-sys v1.1.0
28292026-08-31T14:31:29.273Z[ helios-setup] Aug 31 14:31:28.624 INFO E| Downloaded zeroize_derive v1.4.2
28302026-08-31T14:31:29.276Z[ helios-setup] Aug 31 14:31:28.633 INFO E| Downloaded quote v1.0.41
28312026-08-31T14:31:29.291Z[ helios-setup] Aug 31 14:31:28.651 INFO E| Downloaded serde_json v1.0.145
28322026-08-31T14:31:29.296Z[ helios-setup] Aug 31 14:31:28.655 INFO E| Downloaded serde_spanned v1.0.3
28332026-08-31T14:31:29.303Z[ helios-setup] Aug 31 14:31:28.655 INFO E| Downloaded pin-utils v0.1.0
28342026-08-31T14:31:29.315Z[ helios-setup] Aug 31 14:31:28.673 INFO E| Downloaded tokio-macros v2.6.0
28352026-08-31T14:31:29.320Z[ helios-setup] Aug 31 14:31:28.673 INFO E| Downloaded toml_datetime v0.7.3
28362026-08-31T14:31:29.320Z[ helios-setup] Aug 31 14:31:28.674 INFO E| Downloaded base64ct v1.8.0
28372026-08-31T14:31:29.320Z[ helios-setup] Aug 31 14:31:28.676 INFO E| Downloaded find-msvc-tools v0.1.4
28382026-08-31T14:31:29.324Z[ helios-setup] Aug 31 14:31:28.681 INFO E| Downloaded time-macros v0.2.24
28392026-08-31T14:31:29.324Z[ helios-setup] Aug 31 14:31:28.682 INFO E| Downloaded thiserror v2.0.17
28402026-08-31T14:31:29.328Z[ helios-setup] Aug 31 14:31:28.685 INFO E| Downloaded getopts v0.2.24
28412026-08-31T14:31:29.332Z[ helios-setup] Aug 31 14:31:28.687 INFO E| Downloaded clap_derive v4.5.49
28422026-08-31T14:31:29.339Z[ helios-setup] Aug 31 14:31:28.693 INFO E| Downloaded getrandom v0.2.16
28432026-08-31T14:31:29.342Z[ helios-setup] Aug 31 14:31:28.698 INFO E| Downloaded num_enum_derive v0.7.5
28442026-08-31T14:31:29.348Z[ helios-setup] Aug 31 14:31:28.705 INFO E| Downloaded toml_edit v0.23.7
28452026-08-31T14:31:29.354Z[ helios-setup] Aug 31 14:31:28.707 INFO E| Downloaded thiserror-impl v2.0.17
28462026-08-31T14:31:29.354Z[ helios-setup] Aug 31 14:31:28.708 INFO E| Downloaded futures-channel v0.3.31
28472026-08-31T14:31:29.354Z[ helios-setup] Aug 31 14:31:28.709 INFO E| Downloaded zeroize v1.8.2
28482026-08-31T14:31:29.360Z[ helios-setup] Aug 31 14:31:28.713 INFO E| Downloaded num_enum v0.7.5
28492026-08-31T14:31:29.360Z[ helios-setup] Aug 31 14:31:28.716 INFO E| Downloaded bitfield v0.19.3
28502026-08-31T14:31:29.360Z[ helios-setup] Aug 31 14:31:28.716 INFO E| Downloaded generic-array v0.14.9
28512026-08-31T14:31:29.360Z[ helios-setup] Aug 31 14:31:28.717 INFO E| Downloaded slab v0.4.11
28522026-08-31T14:31:29.365Z[ helios-setup] Aug 31 14:31:28.718 INFO E| Downloaded toml_writer v1.0.4
28532026-08-31T14:31:29.365Z[ helios-setup] Aug 31 14:31:28.723 INFO E| Downloaded iana-time-zone v0.1.64
28542026-08-31T14:31:29.377Z[ helios-setup] Aug 31 14:31:28.725 INFO E| Downloaded pin-project-lite v0.2.16
28552026-08-31T14:31:29.388Z[ helios-setup] Aug 31 14:31:28.735 INFO E| Downloaded clap v4.5.51
28562026-08-31T14:31:29.388Z[ helios-setup] Aug 31 14:31:28.740 INFO E| Downloaded anyhow v1.0.100
28572026-08-31T14:31:29.394Z[ helios-setup] Aug 31 14:31:28.742 INFO E| Downloaded bitflags v2.10.0
28582026-08-31T14:31:29.394Z[ helios-setup] Aug 31 14:31:28.744 INFO E| Downloaded flate2 v1.1.5
28592026-08-31T14:31:29.394Z[ helios-setup] Aug 31 14:31:28.747 INFO E| Downloaded unicode-ident v1.0.22
28602026-08-31T14:31:29.395Z[ helios-setup] Aug 31 14:31:28.749 INFO E| Downloaded ryu v1.0.20
28612026-08-31T14:31:29.395Z[ helios-setup] Aug 31 14:31:28.751 INFO E| Downloaded signal-hook-registry v1.4.6
28622026-08-31T14:31:29.399Z[ helios-setup] Aug 31 14:31:28.757 INFO E| Downloaded toml_parser v1.0.4
28632026-08-31T14:31:29.405Z[ helios-setup] Aug 31 14:31:28.760 INFO E| Downloaded term v1.2.0
28642026-08-31T14:31:29.411Z[ helios-setup] Aug 31 14:31:28.769 INFO E| Downloaded serde_core v1.0.228
28652026-08-31T14:31:29.417Z[ helios-setup] Aug 31 14:31:28.773 INFO E| Downloaded futures v0.3.31
28662026-08-31T14:31:29.423Z[ helios-setup] Aug 31 14:31:28.775 INFO E| Downloaded serde_derive v1.0.228
28672026-08-31T14:31:29.423Z[ helios-setup] Aug 31 14:31:28.777 INFO E| Downloaded memchr v2.7.6
28682026-08-31T14:31:29.430Z[ helios-setup] Aug 31 14:31:28.789 INFO E| Downloaded log v0.4.28
28692026-08-31T14:31:29.435Z[ helios-setup] Aug 31 14:31:28.790 INFO E| Downloaded uuid v1.18.1
28702026-08-31T14:31:29.440Z[ helios-setup] Aug 31 14:31:28.798 INFO E| Downloaded socket2 v0.6.1
28712026-08-31T14:31:29.445Z[ helios-setup] Aug 31 14:31:28.799 INFO E| Downloaded proc-macro2 v1.0.103
28722026-08-31T14:31:29.445Z[ helios-setup] Aug 31 14:31:28.802 INFO E| Downloaded bytes v1.10.1
28732026-08-31T14:31:29.448Z[ helios-setup] Aug 31 14:31:28.804 INFO E| Downloaded cc v1.2.44
28742026-08-31T14:31:29.448Z[ helios-setup] Aug 31 14:31:28.806 INFO E| Downloaded toml v0.9.8
28752026-08-31T14:31:29.453Z[ helios-setup] Aug 31 14:31:28.808 INFO E| Downloaded typenum v1.19.0
28762026-08-31T14:31:29.463Z[ helios-setup] Aug 31 14:31:28.822 INFO E| Downloaded rsa v0.9.8
28772026-08-31T14:31:29.467Z[ helios-setup] Aug 31 14:31:28.827 INFO E| Downloaded rand v0.8.5
28782026-08-31T14:31:29.472Z[ helios-setup] Aug 31 14:31:28.828 INFO E| Downloaded serde v1.0.228
28792026-08-31T14:31:29.478Z[ helios-setup] Aug 31 14:31:28.830 INFO E| Downloaded zerocopy-derive v0.8.27
28802026-08-31T14:31:29.479Z[ helios-setup] Aug 31 14:31:28.834 INFO E| Downloaded mio v1.1.0
28812026-08-31T14:31:29.487Z[ helios-setup] Aug 31 14:31:28.838 INFO E| Downloaded indexmap v2.12.0
28822026-08-31T14:31:29.487Z[ helios-setup] Aug 31 14:31:28.841 INFO E| Downloaded num-bigint-dig v0.8.4
28832026-08-31T14:31:29.496Z[ helios-setup] Aug 31 14:31:28.853 INFO E| Downloaded iddqd v0.3.14
28842026-08-31T14:31:29.504Z[ helios-setup] Aug 31 14:31:28.864 INFO E| Downloaded hashbrown v0.16.0
28852026-08-31T14:31:29.510Z[ helios-setup] Aug 31 14:31:28.866 INFO E| Downloaded time v0.3.44
28862026-08-31T14:31:29.518Z[ helios-setup] Aug 31 14:31:28.873 INFO E| Downloaded libm v0.2.15
28872026-08-31T14:31:29.523Z[ helios-setup] Aug 31 14:31:28.878 INFO E| Downloaded futures-util v0.3.31
28882026-08-31T14:31:29.527Z[ helios-setup] Aug 31 14:31:28.885 INFO E| Downloaded winnow v0.7.13
28892026-08-31T14:31:29.547Z[ helios-setup] Aug 31 14:31:28.902 INFO E| Downloaded clap_builder v4.5.51
28902026-08-31T14:31:29.555Z[ helios-setup] Aug 31 14:31:28.913 INFO E| Downloaded zerocopy v0.8.27
28912026-08-31T14:31:29.566Z[ helios-setup] Aug 31 14:31:28.924 INFO E| Downloaded chrono v0.4.42
28922026-08-31T14:31:29.577Z[ helios-setup] Aug 31 14:31:28.936 INFO E| Downloaded unicode-width v0.2.2
28932026-08-31T14:31:29.581Z[ helios-setup] Aug 31 14:31:28.939 INFO E| Downloaded syn v2.0.108
28942026-08-31T14:31:29.603Z[ helios-setup] Aug 31 14:31:28.961 INFO E| Downloaded rustix v1.1.2
28952026-08-31T14:31:29.650Z[ helios-setup] Aug 31 14:31:29.010 INFO E| Downloaded libc v0.2.177
28962026-08-31T14:31:29.666Z[ helios-setup] Aug 31 14:31:29.024 INFO E| Downloaded tokio v1.48.0
28972026-08-31T14:31:29.747Z[ helios-setup] Aug 31 14:31:29.107 INFO E| Compiling proc-macro2 v1.0.103
28982026-08-31T14:31:29.748Z[ helios-setup] Aug 31 14:31:29.107 INFO E| Compiling quote v1.0.41
28992026-08-31T14:31:29.748Z[ helios-setup] Aug 31 14:31:29.107 INFO E| Compiling unicode-ident v1.0.22
29002026-08-31T14:31:29.753Z[ helios-setup] Aug 31 14:31:29.107 INFO E| Compiling libc v0.2.177
29012026-08-31T14:31:29.753Z[ helios-setup] Aug 31 14:31:29.107 INFO E| Compiling serde_core v1.0.228
29022026-08-31T14:31:29.753Z[ helios-setup] Aug 31 14:31:29.107 INFO E| Compiling cfg-if v1.0.4
29032026-08-31T14:31:29.753Z[ helios-setup] Aug 31 14:31:29.107 INFO E| Compiling serde v1.0.228
29042026-08-31T14:31:29.753Z[ helios-setup] Aug 31 14:31:29.107 INFO E| Compiling version_check v0.9.5
29052026-08-31T14:31:29.753Z[ helios-setup] Aug 31 14:31:29.107 INFO E| Compiling autocfg v1.5.0
29062026-08-31T14:31:29.753Z[ helios-setup] Aug 31 14:31:29.107 INFO E| Compiling typenum v1.19.0
29072026-08-31T14:31:29.780Z[ helios-setup] Aug 31 14:31:29.139 INFO E| Compiling const-oid v0.9.6
29082026-08-31T14:31:29.784Z[ helios-setup] Aug 31 14:31:29.140 INFO E| Compiling libm v0.2.15
29092026-08-31T14:31:29.784Z[ helios-setup] Aug 31 14:31:29.140 INFO E| Compiling zerocopy v0.8.27
29102026-08-31T14:31:29.784Z[ helios-setup] Aug 31 14:31:29.140 INFO E| Compiling rustversion v1.0.22
29112026-08-31T14:31:29.784Z[ helios-setup] Aug 31 14:31:29.140 INFO E| Compiling zeroize v1.8.2
29122026-08-31T14:31:29.789Z[ helios-setup] Aug 31 14:31:29.146 INFO E| Compiling base64ct v1.8.0
29132026-08-31T14:31:29.903Z[ helios-setup] Aug 31 14:31:29.258 INFO E| Compiling smallvec v1.15.1
29142026-08-31T14:31:29.939Z[ helios-setup] Aug 31 14:31:29.298 INFO E| Compiling anyhow v1.0.100
29152026-08-31T14:31:30.051Z[ helios-setup] Aug 31 14:31:29.400 INFO E| Compiling winnow v0.7.13
29162026-08-31T14:31:30.098Z[ helios-setup] Aug 31 14:31:29.456 INFO E| Compiling generic-array v0.14.9
29172026-08-31T14:31:30.151Z[ helios-setup] Aug 31 14:31:29.510 INFO E| Compiling pem-rfc7468 v0.7.0
29182026-08-31T14:31:30.165Z[ helios-setup] Aug 31 14:31:29.520 INFO E| Compiling crc32fast v1.5.0
29192026-08-31T14:31:30.178Z[ helios-setup] Aug 31 14:31:29.537 INFO E| Compiling flagset v0.4.7
29202026-08-31T14:31:30.190Z[ helios-setup] Aug 31 14:31:29.549 INFO E| Compiling num-traits v0.2.19
29212026-08-31T14:31:30.225Z[ helios-setup] Aug 31 14:31:29.583 INFO E| Compiling memchr v2.7.6
29222026-08-31T14:31:30.263Z[ helios-setup] Aug 31 14:31:29.622 INFO E| Compiling byteorder v1.5.0
29232026-08-31T14:31:30.298Z[ helios-setup] Aug 31 14:31:29.655 INFO E| Compiling rustix v1.1.2
29242026-08-31T14:31:30.343Z[ helios-setup] Aug 31 14:31:29.702 INFO E| Compiling utf8parse v0.2.2
29252026-08-31T14:31:30.488Z[ helios-setup] Aug 31 14:31:29.846 INFO E| Compiling equivalent v1.0.2
29262026-08-31T14:31:30.505Z[ helios-setup] Aug 31 14:31:29.863 INFO E| Compiling hashbrown v0.16.0
29272026-08-31T14:31:30.551Z[ helios-setup] Aug 31 14:31:29.911 INFO E| Compiling anstyle-parse v0.2.7
29282026-08-31T14:31:30.583Z[ helios-setup] Aug 31 14:31:29.943 INFO E| Compiling getrandom v0.2.16
29292026-08-31T14:31:30.594Z[ helios-setup] Aug 31 14:31:29.954 INFO E| Compiling errno v0.3.14
29302026-08-31T14:31:30.680Z[ helios-setup] Aug 31 14:31:30.039 INFO E| Compiling radium v0.7.0
29312026-08-31T14:31:30.694Z[ helios-setup] Aug 31 14:31:30.054 INFO E| Compiling find-msvc-tools v0.1.4
29322026-08-31T14:31:30.803Z[ helios-setup] Aug 31 14:31:30.160 INFO E| Compiling rand_core v0.6.4
29332026-08-31T14:31:30.823Z[ helios-setup] Aug 31 14:31:30.180 INFO E| Compiling allocator-api2 v0.2.21
29342026-08-31T14:31:30.844Z[ helios-setup] Aug 31 14:31:30.201 INFO E| Compiling syn v1.0.109
29352026-08-31T14:31:30.852Z[ helios-setup] Aug 31 14:31:30.211 INFO E| Compiling anstyle v1.0.13
29362026-08-31T14:31:30.912Z[ helios-setup] Aug 31 14:31:30.271 INFO E| Compiling toml_datetime v0.7.3
29372026-08-31T14:31:30.941Z[ helios-setup] Aug 31 14:31:30.299 INFO E| Compiling shlex v1.3.0
29382026-08-31T14:31:31.074Z[ helios-setup] Aug 31 14:31:30.396 INFO E| Compiling indexmap v2.12.0
29392026-08-31T14:31:31.103Z[ helios-setup] Aug 31 14:31:30.462 INFO E| Compiling syn v2.0.108
29402026-08-31T14:31:31.127Z[ helios-setup] Aug 31 14:31:30.485 INFO E| Compiling colorchoice v1.0.4
29412026-08-31T14:31:31.141Z[ helios-setup] Aug 31 14:31:30.499 INFO E| Compiling is_terminal_polyfill v1.70.2
29422026-08-31T14:31:31.146Z[ helios-setup] Aug 31 14:31:30.506 INFO E| Compiling cpufeatures v0.2.17
29432026-08-31T14:31:31.153Z[ helios-setup] Aug 31 14:31:30.512 INFO E| Compiling anstyle-query v1.1.4
29442026-08-31T14:31:31.170Z[ helios-setup] Aug 31 14:31:30.529 INFO E| Compiling cc v1.2.44
29452026-08-31T14:31:31.233Z[ helios-setup] Aug 31 14:31:30.591 INFO E| Compiling anstream v0.6.21
29462026-08-31T14:31:31.244Z[ helios-setup] Aug 31 14:31:30.604 INFO E| Compiling slog v2.8.2
29472026-08-31T14:31:31.258Z[ helios-setup] Aug 31 14:31:30.616 INFO E| Compiling pkg-config v0.3.32
29482026-08-31T14:31:31.270Z[ helios-setup] Aug 31 14:31:30.627 INFO E| Compiling unicode-width v0.2.2
29492026-08-31T14:31:31.362Z[ helios-setup] Aug 31 14:31:30.721 INFO E| Compiling block-buffer v0.10.4
29502026-08-31T14:31:31.402Z[ helios-setup] Aug 31 14:31:30.762 INFO E| Compiling crypto-common v0.1.6
29512026-08-31T14:31:31.518Z[ helios-setup] Aug 31 14:31:30.876 INFO E| Compiling digest v0.10.7
29522026-08-31T14:31:31.551Z[ helios-setup] Aug 31 14:31:30.909 INFO E| Compiling toml_parser v1.0.4
29532026-08-31T14:31:31.563Z[ helios-setup] Aug 31 14:31:30.922 INFO E| Compiling futures-core v0.3.31
29542026-08-31T14:31:31.573Z[ helios-setup] Aug 31 14:31:30.923 INFO E| Compiling pin-project-lite v0.2.16
29552026-08-31T14:31:31.591Z[ helios-setup] Aug 31 14:31:30.949 INFO E| Compiling parking_lot_core v0.9.12
29562026-08-31T14:31:31.610Z[ helios-setup] Aug 31 14:31:30.967 INFO E| Compiling tap v1.0.1
29572026-08-31T14:31:31.695Z[ helios-setup] Aug 31 14:31:31.054 INFO E| Compiling maybe-uninit v2.0.0
29582026-08-31T14:31:31.712Z[ helios-setup] Aug 31 14:31:31.071 INFO E| Compiling sha2 v0.10.9
29592026-08-31T14:31:31.727Z[ helios-setup] Aug 31 14:31:31.085 INFO E| Compiling futures-sink v0.3.31
29602026-08-31T14:31:31.727Z[ helios-setup] Aug 31 14:31:31.085 INFO E| Compiling wyz v0.5.1
29612026-08-31T14:31:31.739Z[ helios-setup] Aug 31 14:31:31.098 INFO E| Compiling num-integer v0.1.46
29622026-08-31T14:31:31.775Z[ helios-setup] Aug 31 14:31:31.134 INFO E| Compiling getopts v0.2.24
29632026-08-31T14:31:31.878Z[ helios-setup] Aug 31 14:31:31.221 INFO E| Compiling futures-channel v0.3.31
29642026-08-31T14:31:31.885Z[ helios-setup] Aug 31 14:31:31.231 INFO E| Compiling ahash v0.8.12
29652026-08-31T14:31:31.899Z[ helios-setup] Aug 31 14:31:31.258 INFO E| Compiling packed_struct v0.10.1
29662026-08-31T14:31:31.924Z[ helios-setup] Aug 31 14:31:31.283 INFO E| Compiling time-core v0.1.6
29672026-08-31T14:31:31.934Z[ helios-setup] Aug 31 14:31:31.292 INFO E| Compiling toml_edit v0.23.7
29682026-08-31T14:31:31.953Z[ helios-setup] Aug 31 14:31:31.310 INFO E| Compiling getrandom v0.3.4
29692026-08-31T14:31:32.033Z[ helios-setup] Aug 31 14:31:31.391 INFO E| Compiling powerfmt v0.2.0
29702026-08-31T14:31:32.077Z[ helios-setup] Aug 31 14:31:31.431 INFO E| Compiling num-bigint-dig v0.8.4
29712026-08-31T14:31:32.083Z[ helios-setup] Aug 31 14:31:31.443 INFO E| Compiling heck v0.5.0
29722026-08-31T14:31:32.142Z[ helios-setup] Aug 31 14:31:31.500 INFO E| Compiling spin v0.9.8
29732026-08-31T14:31:32.149Z[ helios-setup] Aug 31 14:31:31.509 INFO E| Compiling futures-task v0.3.31
29742026-08-31T14:31:32.168Z[ helios-setup] Aug 31 14:31:31.526 INFO E| Compiling itoa v1.0.15
29752026-08-31T14:31:32.264Z[ helios-setup] Aug 31 14:31:31.623 INFO E| Compiling bitflags v2.10.0
29762026-08-31T14:31:32.271Z[ helios-setup] Aug 31 14:31:31.630 INFO E| Compiling thiserror v1.0.69
29772026-08-31T14:31:32.306Z[ helios-setup] Aug 31 14:31:31.664 INFO E| Compiling pin-utils v0.1.0
29782026-08-31T14:31:32.313Z[ helios-setup] Aug 31 14:31:31.672 INFO E| Compiling scopeguard v1.2.0
29792026-08-31T14:31:32.313Z[ helios-setup] Aug 31 14:31:31.672 INFO E| Compiling slab v0.4.11
29802026-08-31T14:31:32.324Z[ helios-setup] Aug 31 14:31:31.683 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
29812026-08-31T14:31:32.328Z[ helios-setup] Aug 31 14:31:31.684 INFO E| Compiling bytes v1.10.1
29822026-08-31T14:31:32.328Z[ helios-setup] Aug 31 14:31:31.684 INFO E| Compiling clap_lex v0.7.6
29832026-08-31T14:31:32.344Z[ helios-setup] Aug 31 14:31:31.704 INFO E| Compiling funty v2.0.0
29842026-08-31T14:31:32.351Z[ helios-setup] Aug 31 14:31:31.711 INFO E| Compiling num-conv v0.1.0
29852026-08-31T14:31:32.378Z[ helios-setup] Aug 31 14:31:31.738 INFO E| Compiling strsim v0.11.1
29862026-08-31T14:31:32.421Z[ helios-setup] Aug 31 14:31:31.778 INFO E| Compiling futures-io v0.3.31
29872026-08-31T14:31:32.430Z[ helios-setup] Aug 31 14:31:31.789 INFO E| Compiling lock_api v0.4.14
29882026-08-31T14:31:32.561Z[ helios-setup] Aug 31 14:31:31.920 INFO E| Compiling proc-macro-crate v3.4.0
29892026-08-31T14:31:32.630Z[ helios-setup] Aug 31 14:31:31.987 INFO E| Compiling time-macros v0.2.24
29902026-08-31T14:31:32.701Z[ helios-setup] Aug 31 14:31:32.059 INFO E| Compiling bitvec v1.0.1
29912026-08-31T14:31:32.742Z[ helios-setup] Aug 31 14:31:32.101 INFO E| Compiling lazy_static v1.5.0
29922026-08-31T14:31:32.747Z[ helios-setup] Aug 31 14:31:32.106 INFO E| Compiling deranged v0.5.5
29932026-08-31T14:31:32.864Z[ helios-setup] Aug 31 14:31:32.224 INFO E| Compiling num-iter v0.1.45
29942026-08-31T14:31:32.933Z[ helios-setup] Aug 31 14:31:32.293 INFO E| Compiling indexmap v1.9.3
29952026-08-31T14:31:32.949Z[ helios-setup] Aug 31 14:31:32.309 INFO E| Compiling log v0.4.28
29962026-08-31T14:31:33.051Z[ helios-setup] Aug 31 14:31:32.404 INFO E| Compiling thiserror v2.0.17
29972026-08-31T14:31:33.081Z[ helios-setup] Aug 31 14:31:32.434 INFO E| Compiling terminal_size v0.4.3
29982026-08-31T14:31:33.122Z[ helios-setup] Aug 31 14:31:32.481 INFO E| Compiling serde_json v1.0.145
29992026-08-31T14:31:33.190Z[ helios-setup] Aug 31 14:31:32.549 INFO E| Compiling clap_builder v4.5.51
30002026-08-31T14:31:33.228Z[ helios-setup] Aug 31 14:31:32.587 INFO E| Compiling crc-catalog v2.4.0
30012026-08-31T14:31:33.235Z[ helios-setup] Aug 31 14:31:32.595 INFO E| Compiling adler2 v2.0.1
30022026-08-31T14:31:33.328Z[ helios-setup] Aug 31 14:31:32.688 INFO E| Compiling once_cell v1.21.3
30032026-08-31T14:31:33.329Z[ helios-setup] Aug 31 14:31:32.688 INFO E| Compiling iana-time-zone v0.1.64
30042026-08-31T14:31:33.341Z[ helios-setup] Aug 31 14:31:32.699 INFO E| Compiling simd-adler32 v0.3.7
30052026-08-31T14:31:33.417Z[ helios-setup] Aug 31 14:31:32.765 INFO E| Compiling nodrop v0.1.14
30062026-08-31T14:31:33.448Z[ helios-setup] Aug 31 14:31:32.795 INFO E| Compiling chrono v0.4.42
30072026-08-31T14:31:33.492Z[ helios-setup] Aug 31 14:31:32.826 INFO E| Compiling crc v3.3.0
30082026-08-31T14:31:33.512Z[ helios-setup] Aug 31 14:31:32.855 INFO E| Compiling miniz_oxide v0.8.9
30092026-08-31T14:31:33.519Z[ helios-setup] Aug 31 14:31:32.877 INFO E| Compiling array-init v0.0.4
30102026-08-31T14:31:33.598Z[ helios-setup] Aug 31 14:31:32.957 INFO E| Compiling env_filter v0.1.4
30112026-08-31T14:31:33.651Z[ helios-setup] Aug 31 14:31:33.010 INFO E| Compiling parking_lot v0.12.5
30122026-08-31T14:31:33.660Z[ helios-setup] Aug 31 14:31:33.019 INFO E| Compiling smallvec v0.6.14
30132026-08-31T14:31:33.923Z[ helios-setup] Aug 31 14:31:33.283 INFO E| Compiling serde_spanned v1.0.3
30142026-08-31T14:31:33.960Z[ helios-setup] Aug 31 14:31:33.319 INFO E| Compiling signature v2.2.0
30152026-08-31T14:31:34.095Z[ helios-setup] Aug 31 14:31:33.449 INFO E| Compiling time v0.3.44
30162026-08-31T14:31:34.095Z[ helios-setup] Aug 31 14:31:33.449 INFO E| Compiling mio v1.1.0
30172026-08-31T14:31:34.237Z[ helios-setup] Aug 31 14:31:33.509 INFO E| Compiling is-terminal v0.4.17
30182026-08-31T14:31:34.265Z[ helios-setup] Aug 31 14:31:33.618 INFO E| Compiling signal-hook-registry v1.4.6
30192026-08-31T14:31:34.321Z[ helios-setup] Aug 31 14:31:33.679 INFO E| Compiling socket2 v0.6.1
30202026-08-31T14:31:34.345Z[ helios-setup] Aug 31 14:31:33.704 INFO E| Compiling thread_local v1.1.9
30212026-08-31T14:31:34.389Z[ helios-setup] Aug 31 14:31:33.748 INFO E| Compiling hashbrown v0.12.3
30222026-08-31T14:31:34.664Z[ helios-setup] Aug 31 14:31:34.022 INFO E| Compiling toml_writer v1.0.4
30232026-08-31T14:31:34.675Z[ helios-setup] Aug 31 14:31:34.030 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30242026-08-31T14:31:34.692Z[ helios-setup] Aug 31 14:31:34.050 INFO E| Compiling packed_struct_codegen v0.10.1
30252026-08-31T14:31:34.737Z[ helios-setup] Aug 31 14:31:34.096 INFO E| Compiling winnow v0.5.40
30262026-08-31T14:31:34.819Z[ helios-setup] Aug 31 14:31:34.179 INFO E| Compiling term v1.2.0
30272026-08-31T14:31:34.962Z[ helios-setup] Aug 31 14:31:34.322 INFO E| Compiling subtle v2.6.1
30282026-08-31T14:31:34.977Z[ helios-setup] Aug 31 14:31:34.337 INFO E| Compiling libdevinfo-sys v1.1.0
30292026-08-31T14:31:34.998Z[ helios-setup] Aug 31 14:31:34.357 INFO E| Compiling base64 v0.21.7
30302026-08-31T14:31:35.054Z[ helios-setup] Aug 31 14:31:34.410 INFO E| Compiling serde_derive v1.0.228
30312026-08-31T14:31:35.094Z[ helios-setup] Aug 31 14:31:34.453 INFO E| Compiling zerocopy-derive v0.8.27
30322026-08-31T14:31:35.109Z[ helios-setup] Aug 31 14:31:34.465 INFO E| Compiling der_derive v0.7.3
30332026-08-31T14:31:35.128Z[ helios-setup] Aug 31 14:31:34.487 INFO E| Compiling futures-macro v0.3.31
30342026-08-31T14:31:35.142Z[ helios-setup] Aug 31 14:31:34.500 INFO E| Compiling bitfield-macros v0.19.3
30352026-08-31T14:31:35.147Z[ helios-setup] Aug 31 14:31:34.507 INFO E| Compiling zerocopy-derive v0.6.6
30362026-08-31T14:31:35.200Z[ helios-setup] Aug 31 14:31:34.560 INFO E| Compiling num_enum_derive v0.7.5
30372026-08-31T14:31:35.282Z[ helios-setup] Aug 31 14:31:34.641 INFO E| Compiling thiserror-impl v1.0.69
30382026-08-31T14:31:35.536Z[ helios-setup] Aug 31 14:31:34.896 INFO E| Compiling clap_derive v4.5.49
30392026-08-31T14:31:36.112Z[ helios-setup] Aug 31 14:31:35.469 INFO E| Compiling bitfield v0.19.3
30402026-08-31T14:31:36.149Z[ helios-setup] Aug 31 14:31:35.508 INFO E| Compiling tokio-macros v2.6.0
30412026-08-31T14:31:36.176Z[ helios-setup] Aug 31 14:31:35.535 INFO E| Compiling thiserror-impl v2.0.17
30422026-08-31T14:31:36.176Z[ helios-setup] Aug 31 14:31:35.536 INFO E| Compiling zerocopy v0.6.6
30432026-08-31T14:31:36.319Z[ helios-setup] Aug 31 14:31:35.679 INFO E| Compiling futures-util v0.3.31
30442026-08-31T14:31:36.366Z[ helios-setup] Aug 31 14:31:35.726 INFO E| Compiling der v0.7.10
30452026-08-31T14:31:36.478Z[ helios-setup] Aug 31 14:31:35.835 INFO E| Compiling ryu v1.0.20
30462026-08-31T14:31:36.577Z[ helios-setup] Aug 31 14:31:35.937 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
30472026-08-31T14:31:36.610Z[ helios-setup] Aug 31 14:31:35.969 INFO E| Compiling num_enum v0.7.5
30482026-08-31T14:31:36.631Z[ helios-setup] Aug 31 14:31:35.990 INFO E| Compiling toml v0.9.8
30492026-08-31T14:31:36.778Z[ helios-setup] Aug 31 14:31:36.137 INFO E| Compiling devinfo v0.1.0
30502026-08-31T14:31:36.885Z[ helios-setup] Aug 31 14:31:36.244 INFO E| Compiling bzip2 v0.4.4
30512026-08-31T14:31:37.119Z[ helios-setup] Aug 31 14:31:36.478 INFO E| Compiling flate2 v1.1.5
30522026-08-31T14:31:37.213Z[ helios-setup] Aug 31 14:31:36.571 INFO E| Compiling uuid v1.18.1
30532026-08-31T14:31:37.231Z[ helios-setup] Aug 31 14:31:36.589 INFO E| Compiling env_logger v0.11.8
30542026-08-31T14:31:37.312Z[ helios-setup] Aug 31 14:31:36.671 INFO E| Compiling tokio v1.48.0
30552026-08-31T14:31:37.397Z[ helios-setup] Aug 31 14:31:36.755 INFO E| Compiling rustc-hash v2.1.1
30562026-08-31T14:31:37.568Z[ helios-setup] Aug 31 14:31:36.928 INFO E| Compiling bitflags v1.3.2
30572026-08-31T14:31:37.626Z[ helios-setup] Aug 31 14:31:36.985 INFO E| Compiling crc-any v2.5.0
30582026-08-31T14:31:37.688Z[ helios-setup] Aug 31 14:31:37.046 INFO E| Compiling foldhash v0.2.0
30592026-08-31T14:31:37.726Z[ helios-setup] Aug 31 14:31:37.086 INFO E| Compiling hex v0.4.3
30602026-08-31T14:31:37.910Z[ helios-setup] Aug 31 14:31:37.269 INFO E| Compiling spki v0.7.3
30612026-08-31T14:31:37.976Z[ helios-setup] Aug 31 14:31:37.335 INFO E| Compiling iddqd v0.3.14
30622026-08-31T14:31:38.009Z[ helios-setup] Aug 31 14:31:37.369 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30632026-08-31T14:31:38.312Z[ helios-setup] Aug 31 14:31:37.672 INFO E| Compiling pkcs8 v0.10.2
30642026-08-31T14:31:38.465Z[ helios-setup] Aug 31 14:31:37.825 INFO E| Compiling x509-cert v0.2.5
30652026-08-31T14:31:38.543Z[ helios-setup] Aug 31 14:31:37.903 INFO E| Compiling pkcs1 v0.7.5
30662026-08-31T14:31:38.605Z[ helios-setup] Aug 31 14:31:37.964 INFO E| Compiling clap v4.5.51
30672026-08-31T14:31:38.620Z[ helios-setup] Aug 31 14:31:37.978 INFO E| Compiling zip v0.6.6
30682026-08-31T14:31:38.692Z[ helios-setup] Aug 31 14:31:38.049 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30692026-08-31T14:31:38.986Z[ helios-setup] Aug 31 14:31:38.343 INFO E| Compiling path-slash v0.1.5
30702026-08-31T14:31:39.167Z[ helios-setup] Aug 31 14:31:38.527 INFO E| Compiling ppv-lite86 v0.2.21
30712026-08-31T14:31:39.362Z[ helios-setup] Aug 31 14:31:38.722 INFO E| Compiling hashbrown v0.13.2
30722026-08-31T14:31:39.518Z[ helios-setup] Aug 31 14:31:38.877 INFO E| Compiling erased-serde v0.3.31
30732026-08-31T14:31:39.718Z[ helios-setup] Aug 31 14:31:39.076 INFO E| Compiling rand_chacha v0.3.1
30742026-08-31T14:31:39.735Z[ helios-setup] Aug 31 14:31:39.094 INFO E| Compiling futures-executor v0.3.31
30752026-08-31T14:31:39.824Z[ helios-setup] Aug 31 14:31:39.184 INFO E| Compiling serde_spanned v0.6.9
30762026-08-31T14:31:39.864Z[ helios-setup] Aug 31 14:31:39.223 INFO E| Compiling toml_datetime v0.6.11
30772026-08-31T14:31:39.985Z[ helios-setup] Aug 31 14:31:39.325 INFO E| Compiling rand v0.8.5
30782026-08-31T14:31:39.997Z[ helios-setup] Aug 31 14:31:39.337 INFO E| Compiling futures v0.3.31
30792026-08-31T14:31:40.065Z[ helios-setup] Aug 31 14:31:39.424 INFO E| Compiling toml_edit v0.19.15
30802026-08-31T14:31:40.082Z[ helios-setup] Aug 31 14:31:39.441 INFO E| Compiling ron v0.8.1
30812026-08-31T14:31:40.176Z[ helios-setup] Aug 31 14:31:39.534 INFO E| Compiling serde-hex v0.1.0
30822026-08-31T14:31:40.210Z[ helios-setup] Aug 31 14:31:39.568 INFO E| Compiling object v0.30.4
30832026-08-31T14:31:40.289Z[ helios-setup] Aug 31 14:31:39.649 INFO E| Compiling slog-term v2.9.2
30842026-08-31T14:31:40.585Z[ helios-setup] Aug 31 14:31:39.944 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
30852026-08-31T14:31:40.878Z[ helios-setup] Aug 31 14:31:40.234 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30862026-08-31T14:31:41.031Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.27s
30872026-08-31T14:31:41.278Z[ omicron-package]
30882026-08-31T14:31:41.279Z[ omicron-package] real 44.459447651
30892026-08-31T14:31:41.282Z[ omicron-package] user 3:54.410438313
30902026-08-31T14:31:41.282Z[ omicron-package] sys 27.492424595
30912026-08-31T14:31:41.282Z[ omicron-package] trap 0.433964703
30922026-08-31T14:31:41.282Z[ omicron-package] tflt 0.504183448
30932026-08-31T14:31:41.283Z[ omicron-package] dflt 2.626337406
30942026-08-31T14:31:41.283Z[ omicron-package] kflt 0.000262487
30952026-08-31T14:31:41.283Z[ omicron-package] lock 12:15.101892018
30962026-08-31T14:31:41.283Z[ omicron-package] slp 6:25.950397217
30972026-08-31T14:31:41.283Z[ omicron-package] lat 1:06.474228473
30982026-08-31T14:31:41.283Z[ omicron-package] stop 1:50.210649361
30992026-08-31T14:31:41.283ZAug 31 14:31:40.639 INFO [omicron-package] process exited with exit status: 0 (44.529753211s)
31002026-08-31T14:31:41.283ZAug 31 14:31:40.639 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
31012026-08-31T14:31:41.283ZAug 31 14:31:40.639 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
31022026-08-31T14:31:41.288Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
31032026-08-31T14:31:41.293Z[ host-target] Created new build target 'host' and set it as active
31042026-08-31T14:31:41.297Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
31052026-08-31T14:31:41.297Z[ recovery-target] Created new build target 'recovery' and set it as active
31062026-08-31T14:31:41.297ZAug 31 14:31:40.652 INFO [host-target] process exited with exit status: 0 (13.39628ms)
31072026-08-31T14:31:41.297ZAug 31 14:31:40.652 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
31082026-08-31T14:31:41.324ZAug 31 14:31:40.684 INFO [recovery-target] process exited with exit status: 0 (44.52456ms)
31092026-08-31T14:31:41.328Z[ helios-setup] Aug 31 14:31:40.684 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31102026-08-31T14:31:41.333Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
31112026-08-31T14:31:41.399Z[ helios-setup] Aug 31 14:31:40.758 INFO E| Compiling rsa v0.9.8
31122026-08-31T14:31:41.618Z[ helios-setup] Aug 31 14:31:40.954 INFO E| Compiling toml v0.7.8
31132026-08-31T14:31:42.225Z[ helios-setup] Aug 31 14:31:41.584 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
31142026-08-31T14:31:42.543Z[ helios-setup] Aug 31 14:31:41.902 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31152026-08-31T14:31:43.249Z[ host-package] Compiling heck v0.5.0
31162026-08-31T14:31:43.249Z[ host-package] Compiling regress v0.11.1
31172026-08-31T14:31:43.252Z[ host-package] Compiling unsafe-libyaml v0.2.11
31182026-08-31T14:31:43.252Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31192026-08-31T14:31:43.728Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31202026-08-31T14:31:43.728Z[ host-package] Compiling derive-where v1.6.0
31212026-08-31T14:31:43.735Z[ host-package] Compiling bytecount v0.6.9
31222026-08-31T14:31:43.919Z[ host-package] Compiling atomicwrites v0.4.4
31232026-08-31T14:31:43.919Z[ host-package] Compiling is-terminal v0.4.17
31242026-08-31T14:31:43.919Z[ host-package] Compiling prettyplease v0.2.37
31252026-08-31T14:31:43.922Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31262026-08-31T14:31:43.922Z[ host-package] Compiling newline-converter v0.3.0
31272026-08-31T14:31:43.923Z[ host-package] Compiling console v0.15.11
31282026-08-31T14:31:43.923Z[ host-package] Compiling slog-dtrace v0.3.0
31292026-08-31T14:31:43.923Z[ host-package] Compiling cancel-safe-futures v0.1.5
31302026-08-31T14:31:44.771Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
31312026-08-31T14:31:44.775Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31322026-08-31T14:31:44.775Z[ host-package] Compiling expectorate v1.2.0
31332026-08-31T14:31:44.775Z[ host-package] Compiling num-rational v0.4.2
31342026-08-31T14:31:44.832Z[ host-package] Compiling num-complex v0.4.6
31352026-08-31T14:31:45.142Z[ host-package] Compiling thread_local v1.1.9
31362026-08-31T14:31:45.199Z[ host-package] Compiling match_cfg v0.1.0
31372026-08-31T14:31:45.335Z[ host-package] Compiling oxide-update-engine-types v0.1.2
31382026-08-31T14:31:45.380Z[ host-package] Compiling compression-core v0.4.31
31392026-08-31T14:31:45.384Z[ host-package] Compiling resolv-conf v0.7.6
31402026-08-31T14:31:45.486Z[ host-package] Compiling num v0.4.3
31412026-08-31T14:31:45.489Z[ host-package] Compiling hostname v0.3.1
31422026-08-31T14:31:45.543Z[ host-package] Compiling multer v3.1.0
31432026-08-31T14:31:45.563Z[ host-package] Compiling slog-async v2.8.0
31442026-08-31T14:31:45.598Z[ host-package] Compiling typify-impl v0.6.2
31452026-08-31T14:31:45.627Z[ host-package] Compiling compression-codecs v0.4.37
31462026-08-31T14:31:45.627Z[ host-package] Compiling crossbeam-channel v0.5.15
31472026-08-31T14:31:45.671Z[ host-package] Compiling slog-json v2.6.1
31482026-08-31T14:31:45.735Z[ host-package] Compiling serde_spanned v1.1.1
31492026-08-31T14:31:45.807Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
31502026-08-31T14:31:45.906Z[ host-package] Compiling take_mut v0.2.2
31512026-08-31T14:31:45.975Z[ host-package] Compiling linear-map v1.2.0
31522026-08-31T14:31:46.022Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31532026-08-31T14:31:46.066Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31542026-08-31T14:31:46.089Z[ host-package] Compiling float-ord v0.3.2
31552026-08-31T14:31:46.095Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
31562026-08-31T14:31:46.135Z[ host-package] Compiling term v1.2.1
31572026-08-31T14:31:46.159Z[ host-package] Compiling slog-bunyan v2.5.0
31582026-08-31T14:31:46.183Z[ host-package] Compiling async-compression v0.4.41
31592026-08-31T14:31:46.236Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31602026-08-31T14:31:46.353Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
31612026-08-31T14:31:46.383Z[ helios-setup] Aug 31 14:31:45.741 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31622026-08-31T14:31:46.458Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31632026-08-31T14:31:46.537Z[ host-package] Compiling slog-term v2.9.2
31642026-08-31T14:31:46.594Z[ host-package] Compiling async-stream v0.3.6
31652026-08-31T14:31:46.686Z[ host-package] Compiling oxide-update-engine v0.1.2
31662026-08-31T14:31:46.719Z[ host-package] Compiling dropshot v0.17.1
31672026-08-31T14:31:46.723Z[ host-package] Compiling sha1 v0.11.0
31682026-08-31T14:31:46.784Z[ host-package] Compiling progenitor-client v0.14.0
31692026-08-31T14:31:46.941Z[ host-package] Compiling oxide-generation v0.1.3
31702026-08-31T14:31:46.992Z[ host-package] Compiling waitgroup v0.1.2
31712026-08-31T14:31:47.105Z[ host-package] Compiling rustls-pemfile v2.2.0
31722026-08-31T14:31:47.164Z[ host-package] Compiling backon v1.6.0
31732026-08-31T14:31:47.262Z[ host-package] Compiling serde_path_to_error v0.1.20
31742026-08-31T14:31:47.340Z[ host-package] Compiling hostname v0.4.2
31752026-08-31T14:31:47.344Z[ host-package] Compiling instant v0.1.13
31762026-08-31T14:31:47.420Z[ host-package] Compiling debug-ignore v1.0.5
31772026-08-31T14:31:47.464Z[ host-package] Compiling linked-hash-map v0.5.6
31782026-08-31T14:31:47.499Z[ host-package] Compiling minimal-lexical v0.2.1
31792026-08-31T14:31:47.502Z[ host-package] Compiling progenitor-extras v0.2.0
31802026-08-31T14:31:47.570Z[ host-package] Compiling backoff v0.4.0
31812026-08-31T14:31:47.604Z[ helios-setup] Aug 31 14:31:46.963 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31822026-08-31T14:31:47.694Z[ host-package] Compiling lru-cache v0.1.2
31832026-08-31T14:31:47.720Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31842026-08-31T14:31:47.746Z[ host-package] Compiling nom v7.1.3
31852026-08-31T14:31:47.872Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31862026-08-31T14:31:47.879Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31872026-08-31T14:31:47.895Z[ host-package] Compiling parse-display v0.10.0
31882026-08-31T14:31:47.995Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31892026-08-31T14:31:48.323Z[ host-package] Compiling regress v0.10.5
31902026-08-31T14:31:48.516Z[ host-package] Compiling itertools v0.14.0
31912026-08-31T14:31:48.815Z[ host-package] Compiling macaddr v1.0.1
31922026-08-31T14:31:48.885Z[ host-package] Compiling humantime v2.3.0
31932026-08-31T14:31:49.087Z[ host-package] Compiling unicode-xid v0.2.6
31942026-08-31T14:31:49.168Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31952026-08-31T14:31:49.293Z[ host-package] Compiling hickory-proto v0.24.4
31962026-08-31T14:31:49.472Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31972026-08-31T14:31:49.568Z[ host-package] Compiling typify-macro v0.6.2
31982026-08-31T14:31:49.617Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31992026-08-31T14:31:49.817Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
32002026-08-31T14:31:49.842Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32012026-08-31T14:31:50.048Z[ host-package] Compiling toml v0.8.23
32022026-08-31T14:31:50.269Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32032026-08-31T14:31:50.371Z[ host-package] Compiling papergrid v0.11.0
32042026-08-31T14:31:50.531Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32052026-08-31T14:31:50.779Z[ host-package] Compiling tabled_derive v0.7.0
32062026-08-31T14:31:50.872Z[ host-package] Compiling termtree v0.5.1
32072026-08-31T14:31:51.014Z[ host-package] Compiling crossterm v0.29.0
32082026-08-31T14:31:51.150Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32092026-08-31T14:31:51.501Z[ host-package] Compiling phf_shared v0.12.1
32102026-08-31T14:31:51.578Z[ host-package] Compiling typify v0.6.2
32112026-08-31T14:31:51.636Z[ helios-setup] Aug 31 14:31:50.994 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32122026-08-31T14:31:51.809Z[ host-package] Compiling progenitor-impl v0.14.0
32132026-08-31T14:31:51.860Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32142026-08-31T14:31:52.054Z[ host-package] Compiling tabled v0.15.0
32152026-08-31T14:31:52.326Z[ host-package] Compiling hickory-resolver v0.24.4
32162026-08-31T14:31:53.482Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32172026-08-31T14:31:53.530Z[ host-package] Compiling vte v0.14.1
32182026-08-31T14:31:53.974Z[ host-package] Compiling qorb v0.4.1
32192026-08-31T14:31:53.998Z[ host-package] Compiling progenitor-macro v0.14.0
32202026-08-31T14:31:54.019Z[ host-package] Compiling csv-core v0.1.13
32212026-08-31T14:31:54.098Z[ host-package] Compiling highway v1.3.0
32222026-08-31T14:31:54.500Z[ host-package] Compiling chrono-tz v0.10.4
32232026-08-31T14:31:54.882Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32242026-08-31T14:31:54.915Z[ host-package] Compiling csv v1.4.0
32252026-08-31T14:31:56.085Z[ host-package] Compiling strip-ansi-escapes v0.2.1
32262026-08-31T14:31:56.492Z[ host-package] Compiling phf v0.12.1
32272026-08-31T14:31:56.652Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32282026-08-31T14:31:56.815Z[ host-package] Compiling const_format_proc_macros v0.2.34
32292026-08-31T14:31:56.865Z[ host-package] Compiling fd-lock v4.0.4
32302026-08-31T14:31:56.923Z[ host-package] Compiling peg-macros v0.8.5
32312026-08-31T14:31:57.234Z[ host-package] Compiling nu-ansi-term v0.50.3
32322026-08-31T14:31:57.800Z[ host-package] Compiling reedline v0.40.0
32332026-08-31T14:31:57.972Z[ host-package] Compiling const_format v0.2.35
32342026-08-31T14:31:58.632Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32352026-08-31T14:31:58.788Z[ host-package] Compiling peg v0.8.5
32362026-08-31T14:31:59.161Z[ host-package] Compiling progenitor v0.14.0
32372026-08-31T14:31:59.404Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32382026-08-31T14:31:59.564Z[ host-package] Compiling bcs v0.1.6
32392026-08-31T14:31:59.737Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32402026-08-31T14:32:00.464Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32412026-08-31T14:32:00.685Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32422026-08-31T14:32:00.937Z[ host-package] Compiling nom v8.0.0
32432026-08-31T14:32:01.164Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32442026-08-31T14:32:01.888Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32452026-08-31T14:32:02.339Z[ host-package] Compiling semver v0.1.20
32462026-08-31T14:32:02.501Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32472026-08-31T14:32:02.716Z[ host-package] Compiling rustc_version v0.1.7
32482026-08-31T14:32:02.796Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32492026-08-31T14:32:02.859Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32502026-08-31T14:32:02.997Z[ host-package] Compiling newtype_derive v0.1.6
32512026-08-31T14:32:03.402Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32522026-08-31T14:32:03.963Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
32532026-08-31T14:32:04.065Z[ helios-setup] Aug 31 14:32:03.424 INFO E| Finished `release` profile [optimized] target(s) in 36.61s
32542026-08-31T14:32:04.069Z[ helios-setup] Aug 31 14:32:03.427 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
32552026-08-31T14:32:04.069Z[ helios-setup] Aug 31 14:32:03.427 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
32562026-08-31T14:32:04.127Z[ helios-setup] Aug 31 14:32:03.487 INFO building project "pilot" ok (36 seconds)
32572026-08-31T14:32:04.128Z[ helios-setup] Aug 31 14:32:03.487 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
32582026-08-31T14:32:04.136Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32592026-08-31T14:32:04.164Z[ helios-setup] Aug 31 14:32:03.523 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')"
32602026-08-31T14:32:04.164Z[ helios-setup] Aug 31 14:32:03.523 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32612026-08-31T14:32:04.168Z[ helios-setup] Aug 31 14:32:03.523 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32622026-08-31T14:32:04.293Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
32632026-08-31T14:32:04.349Z[ helios-setup] Aug 31 14:32:03.708 INFO E| Updating crates.io index
32642026-08-31T14:32:04.352Z[ helios-setup] Aug 31 14:32:03.709 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32652026-08-31T14:32:04.392Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32662026-08-31T14:32:04.430Z[ host-package] Compiling steno v0.4.1
32672026-08-31T14:32:04.460Z[ host-package] Compiling sha1 v0.10.6
32682026-08-31T14:32:04.848Z[ helios-setup] Aug 31 14:32:04.207 INFO E| From https://github.com/oxidecomputer/amd-apcb
32692026-08-31T14:32:04.848Z[ helios-setup] Aug 31 14:32:04.207 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
32702026-08-31T14:32:04.861Z[ helios-setup] Aug 31 14:32:04.221 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
32712026-08-31T14:32:04.959Z[ host-package] Compiling utf-8 v0.7.6
32722026-08-31T14:32:04.967Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32732026-08-31T14:32:04.973Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32742026-08-31T14:32:05.106Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32752026-08-31T14:32:05.156Z[ host-package] Compiling tagptr v0.2.0
32762026-08-31T14:32:05.347Z[ helios-setup] Aug 31 14:32:04.705 INFO E| From https://github.com/oxidecomputer/amd-efs
32772026-08-31T14:32:05.347Z[ helios-setup] Aug 31 14:32:04.705 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
32782026-08-31T14:32:05.378Z[ host-package] Compiling moka v0.12.13
32792026-08-31T14:32:05.410Z[ host-package] Compiling tungstenite v0.21.0
32802026-08-31T14:32:05.681Z[ helios-setup] Aug 31 14:32:05.041 INFO E| Downloading crates ...
32812026-08-31T14:32:05.725Z[ helios-setup] Aug 31 14:32:05.084 INFO E| Downloaded strum v0.27.1
32822026-08-31T14:32:05.731Z[ helios-setup] Aug 31 14:32:05.091 INFO E| Downloaded dyn-clone v1.0.19
32832026-08-31T14:32:05.734Z[ helios-setup] Aug 31 14:32:05.094 INFO E| Downloaded unic-ucd-version v0.9.0
32842026-08-31T14:32:05.737Z[ helios-setup] Aug 31 14:32:05.095 INFO E| Downloaded ansi_term v0.12.1
32852026-08-31T14:32:05.740Z[ helios-setup] Aug 31 14:32:05.099 INFO E| Downloaded vec_map v0.8.2
32862026-08-31T14:32:05.743Z[ helios-setup] Aug 31 14:32:05.103 INFO E| Downloaded serde_derive v1.0.219
32872026-08-31T14:32:05.747Z[ helios-setup] Aug 31 14:32:05.107 INFO E| Downloaded unic-char-range v0.9.0
32882026-08-31T14:32:05.751Z[ helios-setup] Aug 31 14:32:05.109 INFO E| Downloaded unic-common v0.9.0
32892026-08-31T14:32:05.751Z[ helios-setup] Aug 31 14:32:05.110 INFO E| Downloaded unic-ucd-ident v0.9.0
32902026-08-31T14:32:05.753Z[ helios-setup] Aug 31 14:32:05.111 INFO E| Downloaded parse_int v0.9.0
32912026-08-31T14:32:05.756Z[ helios-setup] Aug 31 14:32:05.115 INFO E| Downloaded heck v0.3.3
32922026-08-31T14:32:05.760Z[ helios-setup] Aug 31 14:32:05.118 INFO E| Downloaded fletcher v1.0.0
32932026-08-31T14:32:05.760Z[ helios-setup] Aug 31 14:32:05.119 INFO E| Downloaded four-cc v0.4.0
32942026-08-31T14:32:05.763Z[ helios-setup] Aug 31 14:32:05.123 INFO E| Downloaded strsim v0.8.0
32952026-08-31T14:32:05.766Z[ helios-setup] Aug 31 14:32:05.124 INFO E| Downloaded unic-char-property v0.9.0
32962026-08-31T14:32:05.779Z[ helios-setup] Aug 31 14:32:05.137 INFO E| Downloaded textwrap v0.11.0
32972026-08-31T14:32:05.783Z[ helios-setup] Aug 31 14:32:05.139 INFO E| Downloaded rustversion v1.0.20
32982026-08-31T14:32:05.783Z[ helios-setup] Aug 31 14:32:05.141 INFO E| Downloaded pest_generator v2.8.0
32992026-08-31T14:32:05.785Z[ helios-setup] Aug 31 14:32:05.143 INFO E| Downloaded quote v1.0.40
33002026-08-31T14:32:05.786Z[ helios-setup] Aug 31 14:32:05.144 INFO E| Downloaded thiserror-impl v2.0.12
33012026-08-31T14:32:05.789Z[ helios-setup] Aug 31 14:32:05.147 INFO E| Downloaded structopt-derive v0.4.18
33022026-08-31T14:32:05.793Z[ helios-setup] Aug 31 14:32:05.152 INFO E| Downloaded bytesize v2.0.1
33032026-08-31T14:32:05.796Z[ helios-setup] Aug 31 14:32:05.154 INFO E| Downloaded thiserror v2.0.12
33042026-08-31T14:32:05.798Z[ helios-setup] Aug 31 14:32:05.157 INFO E| Downloaded autocfg v1.4.0
33052026-08-31T14:32:05.799Z[ helios-setup] Aug 31 14:32:05.158 INFO E| Downloaded modular-bitfield-impl v0.11.2
33062026-08-31T14:32:05.802Z[ helios-setup] Aug 31 14:32:05.159 INFO E| Downloaded unicode-ident v1.0.18
33072026-08-31T14:32:05.804Z[ helios-setup] Aug 31 14:32:05.163 INFO E| Downloaded modular-bitfield-impl v0.13.1
33082026-08-31T14:32:05.804Z[ helios-setup] Aug 31 14:32:05.164 INFO E| Downloaded strum_macros v0.27.1
33092026-08-31T14:32:05.807Z[ helios-setup] Aug 31 14:32:05.166 INFO E| Downloaded log v0.4.27
33102026-08-31T14:32:05.812Z[ helios-setup] Aug 31 14:32:05.171 INFO E| Downloaded pest_derive v2.8.0
33112026-08-31T14:32:05.815Z[ helios-setup] Aug 31 14:32:05.174 INFO E| Downloaded pest_meta v2.8.0
33122026-08-31T14:32:05.815Z[ helios-setup] Aug 31 14:32:05.175 INFO E| Downloaded structopt v0.3.26
33132026-08-31T14:32:05.822Z[ helios-setup] Aug 31 14:32:05.179 INFO E| Downloaded modular-bitfield v0.13.1
33142026-08-31T14:32:05.825Z[ helios-setup] Aug 31 14:32:05.184 INFO E| Downloaded proc-macro2 v1.0.95
33152026-08-31T14:32:05.830Z[ helios-setup] Aug 31 14:32:05.190 INFO E| Downloaded zerocopy-derive v0.8.25
33162026-08-31T14:32:05.836Z[ helios-setup] Aug 31 14:32:05.195 INFO E| Downloaded typenum v1.18.0
33172026-08-31T14:32:05.839Z[ helios-setup] Aug 31 14:32:05.198 INFO E| Downloaded serde v1.0.219
33182026-08-31T14:32:05.853Z[ helios-setup] Aug 31 14:32:05.212 INFO E| Downloaded memchr v2.7.4
33192026-08-31T14:32:05.857Z[ helios-setup] Aug 31 14:32:05.215 INFO E| Downloaded pest v2.8.0
33202026-08-31T14:32:05.872Z[ helios-setup] Aug 31 14:32:05.232 INFO E| Downloaded serde_json v1.0.140
33212026-08-31T14:32:05.895Z[ helios-setup] Aug 31 14:32:05.254 INFO E| Downloaded goblin v0.9.3
33222026-08-31T14:32:05.899Z[ helios-setup] Aug 31 14:32:05.259 INFO E| Downloaded clap v2.34.0
33232026-08-31T14:32:05.904Z[ helios-setup] Aug 31 14:32:05.264 INFO E| Downloaded zerocopy v0.8.25
33242026-08-31T14:32:05.923Z[ helios-setup] Aug 31 14:32:05.281 INFO E| Downloaded syn v2.0.101
33252026-08-31T14:32:05.931Z[ helios-setup] Aug 31 14:32:05.289 INFO E| Downloaded modular-bitfield v0.11.2
33262026-08-31T14:32:05.971Z[ helios-setup] Aug 31 14:32:05.330 INFO E| Downloaded libc v0.2.172
33272026-08-31T14:32:06.054Z[ helios-setup] Aug 31 14:32:05.413 INFO E| Compiling proc-macro2 v1.0.95
33282026-08-31T14:32:06.054Z[ helios-setup] Aug 31 14:32:05.414 INFO E| Compiling unicode-ident v1.0.18
33292026-08-31T14:32:06.054Z[ helios-setup] Aug 31 14:32:05.414 INFO E| Compiling memchr v2.7.4
33302026-08-31T14:32:06.058Z[ helios-setup] Aug 31 14:32:05.414 INFO E| Compiling thiserror v2.0.12
33312026-08-31T14:32:06.059Z[ helios-setup] Aug 31 14:32:05.414 INFO E| Compiling autocfg v1.4.0
33322026-08-31T14:32:06.059Z[ helios-setup] Aug 31 14:32:05.414 INFO E| Compiling syn v1.0.109
33332026-08-31T14:32:06.059Z[ helios-setup] Aug 31 14:32:05.414 INFO E| Compiling serde v1.0.219
33342026-08-31T14:32:06.059Z[ helios-setup] Aug 31 14:32:05.414 INFO E| Compiling version_check v0.9.5
33352026-08-31T14:32:06.059Z[ helios-setup] Aug 31 14:32:05.414 INFO E| Compiling serde_json v1.0.140
33362026-08-31T14:32:06.059Z[ helios-setup] Aug 31 14:32:05.414 INFO E| Compiling ryu v1.0.20
33372026-08-31T14:32:06.059Z[ helios-setup] Aug 31 14:32:05.414 INFO E| Compiling itoa v1.0.15
33382026-08-31T14:32:06.059Z[ helios-setup] Aug 31 14:32:05.414 INFO E| Compiling schemars v0.8.22
33392026-08-31T14:32:06.059Z[ helios-setup] Aug 31 14:32:05.414 INFO E| Compiling libc v0.2.172
33402026-08-31T14:32:06.059Z[ helios-setup] Aug 31 14:32:05.414 INFO E| Compiling ucd-trie v0.1.7
33412026-08-31T14:32:06.059Z[ host-package] Compiling tokio-tungstenite v0.21.0
33422026-08-31T14:32:06.059Z[ helios-setup] Aug 31 14:32:05.414 INFO E| Compiling rustversion v1.0.20
33432026-08-31T14:32:06.059Z[ helios-setup] Aug 31 14:32:05.415 INFO E| Compiling zerocopy v0.8.25
33442026-08-31T14:32:06.277Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33452026-08-31T14:32:06.456Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33462026-08-31T14:32:06.821Z[ host-package] Compiling hickory-resolver v0.25.2
33472026-08-31T14:32:06.958Z[ helios-setup] Aug 31 14:32:06.318 INFO E| Compiling static_assertions v1.1.0
33482026-08-31T14:32:07.025Z[ helios-setup] Aug 31 14:32:06.384 INFO E| Compiling paste v1.0.15
33492026-08-31T14:32:07.033Z[ helios-setup] Aug 31 14:32:06.392 INFO E| Compiling dyn-clone v1.0.19
33502026-08-31T14:32:07.136Z[ helios-setup] Aug 31 14:32:06.491 INFO E| Compiling once_cell v1.21.3
33512026-08-31T14:32:07.169Z[ helios-setup] Aug 31 14:32:06.529 INFO E| Compiling heck v0.5.0
33522026-08-31T14:32:07.216Z[ helios-setup] Aug 31 14:32:06.575 INFO E| Compiling unicode-width v0.1.14
33532026-08-31T14:32:07.275Z[ helios-setup] Aug 31 14:32:06.635 INFO E| Compiling unicode-segmentation v1.12.0
33542026-08-31T14:32:07.328Z[ helios-setup] Aug 31 14:32:06.687 INFO E| Compiling unic-common v0.9.0
33552026-08-31T14:32:07.399Z[ helios-setup] Aug 31 14:32:06.758 INFO E| Compiling bitflags v1.3.2
33562026-08-31T14:32:07.485Z[ helios-setup] Aug 31 14:32:06.843 INFO E| Compiling strum v0.27.1
33572026-08-31T14:32:07.492Z[ helios-setup] Aug 31 14:32:06.850 INFO E| Compiling unic-char-range v0.9.0
33582026-08-31T14:32:07.492Z[ helios-setup] Aug 31 14:32:06.850 INFO E| Compiling vec_map v0.8.2
33592026-08-31T14:32:07.509Z[ helios-setup] Aug 31 14:32:06.867 INFO E| Compiling fletcher v1.0.0
33602026-08-31T14:32:07.537Z[ helios-setup] Aug 31 14:32:06.894 INFO E| Compiling num-traits v0.2.19
33612026-08-31T14:32:07.566Z[ helios-setup] Aug 31 14:32:06.923 INFO E| Compiling memoffset v0.9.1
33622026-08-31T14:32:07.700Z[ helios-setup] Aug 31 14:32:07.059 INFO E| Compiling textwrap v0.11.0
33632026-08-31T14:32:07.717Z[ helios-setup] Aug 31 14:32:07.076 INFO E| Compiling byteorder v1.5.0
33642026-08-31T14:32:07.721Z[ helios-setup] Aug 31 14:32:07.081 INFO E| Compiling ansi_term v0.12.1
33652026-08-31T14:32:07.726Z[ helios-setup] Aug 31 14:32:07.086 INFO E| Compiling strsim v0.8.0
33662026-08-31T14:32:07.733Z[ helios-setup] Aug 31 14:32:07.093 INFO E| Compiling proc-macro-error-attr v1.0.4
33672026-08-31T14:32:07.733Z[ helios-setup] Aug 31 14:32:07.093 INFO E| Compiling proc-macro-error v1.0.4
33682026-08-31T14:32:07.811Z[ helios-setup] Aug 31 14:32:07.170 INFO E| Compiling unic-char-property v0.9.0
33692026-08-31T14:32:07.865Z[ host-package] Compiling darling_core v0.21.3
33702026-08-31T14:32:07.909Z[ helios-setup] Aug 31 14:32:07.269 INFO E| Compiling heck v0.3.3
33712026-08-31T14:32:07.935Z[ helios-setup] Aug 31 14:32:07.295 INFO E| Compiling unic-ucd-version v0.9.0
33722026-08-31T14:32:07.953Z[ helios-setup] Aug 31 14:32:07.312 INFO E| Compiling plain v0.2.3
33732026-08-31T14:32:08.032Z[ helios-setup] Aug 31 14:32:07.386 INFO E| Compiling lazy_static v1.5.0
33742026-08-31T14:32:08.075Z[ helios-setup] Aug 31 14:32:07.434 INFO E| Compiling log v0.4.27
33752026-08-31T14:32:08.123Z[ helios-setup] Aug 31 14:32:07.483 INFO E| Compiling unic-ucd-ident v0.9.0
33762026-08-31T14:32:08.208Z[ helios-setup] Aug 31 14:32:07.566 INFO E| Compiling atty v0.2.14
33772026-08-31T14:32:08.232Z[ helios-setup] Aug 31 14:32:07.592 INFO E| Compiling bytesize v2.0.1
33782026-08-31T14:32:08.298Z[ helios-setup] Aug 31 14:32:07.658 INFO E| Compiling clap v2.34.0
33792026-08-31T14:32:08.639Z[ helios-setup] Aug 31 14:32:07.998 INFO E| Compiling quote v1.0.40
33802026-08-31T14:32:08.894Z[ helios-setup] Aug 31 14:32:08.253 INFO E| Compiling syn v2.0.101
33812026-08-31T14:32:09.024Z[ helios-setup] Aug 31 14:32:08.383 INFO E| Compiling parse_int v0.9.0
33822026-08-31T14:32:10.053Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33832026-08-31T14:32:10.161Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33842026-08-31T14:32:10.925Z[ host-package] Compiling display-error-chain v0.2.2
33852026-08-31T14:32:11.160Z[ host-package] Compiling darling_macro v0.21.3
33862026-08-31T14:32:11.277Z[ host-package] Compiling vergen-lib v0.1.6
33872026-08-31T14:32:11.568Z[ helios-setup] Aug 31 14:32:10.926 INFO E| Compiling serde_derive_internals v0.29.1
33882026-08-31T14:32:11.635Z[ host-package] Compiling diesel_derives v2.3.7
33892026-08-31T14:32:14.719Z[ helios-setup] Aug 31 14:32:11.249 INFO E| Compiling modular-bitfield-impl v0.11.2
33902026-08-31T14:32:14.719Z[ helios-setup] Aug 31 14:32:11.250 INFO E| Compiling structopt-derive v0.4.18
33912026-08-31T14:32:14.814Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
33922026-08-31T14:32:14.814Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
33932026-08-31T14:32:14.814Z[ host-package] Compiling darling v0.21.3
33942026-08-31T14:32:14.814Z[ helios-setup] Aug 31 14:32:11.881 INFO E| Compiling thiserror-impl v2.0.12
33952026-08-31T14:32:14.815Z[ helios-setup] Aug 31 14:32:11.881 INFO E| Compiling serde_derive v1.0.219
33962026-08-31T14:32:14.815Z[ helios-setup] Aug 31 14:32:11.881 INFO E| Compiling schemars_derive v0.8.22
33972026-08-31T14:32:14.815Z[ helios-setup] Aug 31 14:32:11.881 INFO E| Compiling zerocopy-derive v0.8.25
33982026-08-31T14:32:14.815Z[ helios-setup] Aug 31 14:32:11.881 INFO E| Compiling num-derive v0.4.2
33992026-08-31T14:32:14.815Z[ helios-setup] Aug 31 14:32:11.881 INFO E| Compiling modular-bitfield-impl v0.13.1
34002026-08-31T14:32:14.815Z[ helios-setup] Aug 31 14:32:11.881 INFO E| Compiling strum_macros v0.27.1
34012026-08-31T14:32:14.815Z[ helios-setup] Aug 31 14:32:11.881 INFO E| Compiling scroll_derive v0.12.1
34022026-08-31T14:32:14.815Z[ host-package] Compiling dsl_auto_type v0.2.0
34032026-08-31T14:32:15.015Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34042026-08-31T14:32:15.015Z[ helios-setup] Aug 31 14:32:12.671 INFO E| Compiling structopt v0.3.26
34052026-08-31T14:32:15.015Z[ host-package] Compiling vergen-gitcl v1.0.8
34062026-08-31T14:32:15.015Z[ helios-setup] Aug 31 14:32:12.716 INFO E| Compiling modular-bitfield v0.11.2
34072026-08-31T14:32:15.015Z[ host-package] Compiling dirs-sys-next v0.1.2
34082026-08-31T14:32:15.015Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
34092026-08-31T14:32:15.015Z[ host-package] Compiling maplit v1.0.2
34102026-08-31T14:32:15.015Z[ host-package] Compiling glob v0.3.3
34112026-08-31T14:32:15.015Z[ host-package] Compiling crunchy v0.2.4
34122026-08-31T14:32:15.015Z[ helios-setup] Aug 31 14:32:13.758 INFO E| Compiling scroll v0.12.0
34132026-08-31T14:32:15.015Z[ helios-setup] Aug 31 14:32:13.789 INFO E| Compiling pest v2.8.0
34142026-08-31T14:32:15.015Z[ helios-setup] Aug 31 14:32:13.846 INFO E| Compiling modular-bitfield v0.13.1
34152026-08-31T14:32:15.015Z[ host-package] Compiling dirs-next v2.0.0
34162026-08-31T14:32:15.015Z[ helios-setup] Aug 31 14:32:13.983 INFO E| Compiling goblin v0.9.3
34172026-08-31T14:32:15.047Z[ host-package] Compiling clang-sys v1.8.1
34182026-08-31T14:32:15.105Z[ host-package] Compiling r2d2 v0.8.10
34192026-08-31T14:32:15.591Z[ host-package] Compiling libscf-sys v1.2.0
34202026-08-31T14:32:15.622Z[ host-package] Compiling tiny-keccak v2.0.2
34212026-08-31T14:32:15.691Z[ helios-setup] Aug 31 14:32:15.050 INFO E| Compiling pest_meta v2.8.0
34222026-08-31T14:32:15.695Z[ host-package] Compiling xshell-macros v0.2.7
34232026-08-31T14:32:15.737Z[ host-package] Compiling downcast-rs v2.0.2
34242026-08-31T14:32:16.023Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34252026-08-31T14:32:16.232Z[ host-package] Compiling xshell v0.2.7
34262026-08-31T14:32:16.307Z[ host-package] Compiling term v0.7.0
34272026-08-31T14:32:16.360Z[ helios-setup] Aug 31 14:32:15.719 INFO E| Compiling pest_generator v2.8.0
34282026-08-31T14:32:16.433Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34292026-08-31T14:32:16.698Z[ host-package] Compiling papergrid v0.18.0
34302026-08-31T14:32:16.759Z[ host-package] Compiling bit-vec v0.6.3
34312026-08-31T14:32:16.762Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34322026-08-31T14:32:17.072Z[ host-package] Compiling bit-set v0.5.3
34332026-08-31T14:32:17.139Z[ helios-setup] Aug 31 14:32:16.498 INFO E| Compiling pest_derive v2.8.0
34342026-08-31T14:32:17.372Z[ host-package] Compiling ascii-canvas v3.0.0
34352026-08-31T14:32:17.521Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34362026-08-31T14:32:17.582Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34372026-08-31T14:32:17.743Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34382026-08-31T14:32:17.772Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34392026-08-31T14:32:17.836Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34402026-08-31T14:32:18.088Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34412026-08-31T14:32:18.207Z[ host-package] Compiling tabled v0.21.0
34422026-08-31T14:32:18.317Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34432026-08-31T14:32:18.438Z[ helios-setup] Aug 31 14:32:17.795 INFO E| Compiling json5 v0.4.1
34442026-08-31T14:32:18.507Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34452026-08-31T14:32:18.718Z[ host-package] Compiling itertools v0.10.5
34462026-08-31T14:32:18.808Z[ host-package] Compiling ena v0.14.4
34472026-08-31T14:32:19.020Z[ host-package] Compiling libloading v0.8.9
34482026-08-31T14:32:19.100Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34492026-08-31T14:32:19.333Z[ host-package] Compiling diff v0.1.13
34502026-08-31T14:32:19.375Z[ host-package] Compiling unicase v2.9.0
34512026-08-31T14:32:19.427Z[ host-package] Compiling bindgen v0.71.1
34522026-08-31T14:32:19.489Z[ host-package] Compiling regex-syntax v0.6.29
34532026-08-31T14:32:19.708Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34542026-08-31T14:32:19.943Z[ host-package] Compiling diesel v2.3.7
34552026-08-31T14:32:20.077Z[ host-package] Compiling cexpr v0.6.0
34562026-08-31T14:32:20.112Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34572026-08-31T14:32:20.174Z[ helios-setup] Aug 31 14:32:19.533 INFO E| Compiling four-cc v0.4.0
34582026-08-31T14:32:20.174Z[ helios-setup] Aug 31 14:32:19.533 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
34592026-08-31T14:32:20.219Z[ host-package] Compiling rustc-hash v2.1.1
34602026-08-31T14:32:20.305Z[ helios-setup] Aug 31 14:32:19.664 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
34612026-08-31T14:32:20.665Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34622026-08-31T14:32:20.740Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34632026-08-31T14:32:20.895Z[ host-package] Compiling headers-core v0.3.0
34642026-08-31T14:32:20.923Z[ host-package] Compiling libxml v0.3.3
34652026-08-31T14:32:21.254Z[ host-package] Compiling lalrpop v0.19.12
34662026-08-31T14:32:21.718Z[ host-package] Compiling crc8 v0.1.1
34672026-08-31T14:32:21.932Z[ host-package] Compiling headers v0.4.1
34682026-08-31T14:32:22.231Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34692026-08-31T14:32:22.462Z[ host-package] Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
34702026-08-31T14:32:22.922Z[ host-package] Compiling strum_macros v0.24.3
34712026-08-31T14:32:23.031Z[ host-package] Compiling indoc v1.0.9
34722026-08-31T14:32:23.752Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34732026-08-31T14:32:24.065Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
34742026-08-31T14:32:24.098Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34752026-08-31T14:32:24.304Z[ host-package] Compiling derive_builder v0.20.2
34762026-08-31T14:32:24.614Z[ host-package] Compiling oso-derive v0.27.3
34772026-08-31T14:32:24.652Z[ host-package] Compiling quick-xml v0.37.5
34782026-08-31T14:32:24.676Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
34792026-08-31T14:32:24.710Z[ host-package] Compiling openssl-probe v0.1.6
34802026-08-31T14:32:25.163Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34812026-08-31T14:32:25.221Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34822026-08-31T14:32:25.616Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34832026-08-31T14:32:25.899Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
34842026-08-31T14:32:25.933Z[ host-package] Compiling bb8 v0.8.6
34852026-08-31T14:32:26.134Z[ host-package] Compiling trait-variant v0.1.2
34862026-08-31T14:32:26.232Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
34872026-08-31T14:32:26.334Z[ host-package] Compiling half v1.8.3
34882026-08-31T14:32:26.478Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34892026-08-31T14:32:26.598Z[ host-package] Compiling samael v0.0.19
34902026-08-31T14:32:26.668Z[ host-package] Compiling proc-macro-error2 v2.0.1
34912026-08-31T14:32:26.712Z[ host-package] Compiling serde_cbor v0.11.2
34922026-08-31T14:32:26.817Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
34932026-08-31T14:32:26.820Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34942026-08-31T14:32:26.840Z[ host-package] Compiling hashbrown v0.14.5
34952026-08-31T14:32:27.043Z[ host-package] Compiling rfc6979 v0.4.0
34962026-08-31T14:32:27.138Z[ host-package] Compiling salty v0.3.0
34972026-08-31T14:32:27.254Z[ host-package] Compiling ecdsa v0.16.9
34982026-08-31T14:32:27.462Z[ host-package] Compiling chumsky v0.9.3
34992026-08-31T14:32:27.522Z[ host-package] Compiling knus-derive v3.4.0
35002026-08-31T14:32:27.564Z[ host-package] Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
35012026-08-31T14:32:27.768Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
35022026-08-31T14:32:27.904Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35032026-08-31T14:32:27.911Z[ host-package] Compiling primeorder v0.13.6
35042026-08-31T14:32:28.137Z[ host-package] Compiling nonempty v0.12.0
35052026-08-31T14:32:28.232Z[ host-package] Compiling p384 v0.13.1
35062026-08-31T14:32:28.722Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
35072026-08-31T14:32:28.785Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35082026-08-31T14:32:28.919Z[ host-package] Compiling knus v3.4.0
35092026-08-31T14:32:29.073Z[ host-package] Compiling polar-core v0.27.3
35102026-08-31T14:32:29.366Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35112026-08-31T14:32:29.865Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35122026-08-31T14:32:30.367Z[ host-package] Compiling fxhash v0.2.1
35132026-08-31T14:32:30.623Z[ host-package] Compiling libz-sys v1.1.24
35142026-08-31T14:32:30.849Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35152026-08-31T14:32:31.131Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
35162026-08-31T14:32:31.364Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35172026-08-31T14:32:31.858Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35182026-08-31T14:32:32.721Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35192026-08-31T14:32:33.228Z[ host-package] Compiling kstat-rs v0.2.5
35202026-08-31T14:32:33.556Z[ host-package] Compiling mime_guess v2.0.5
35212026-08-31T14:32:33.729Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35222026-08-31T14:32:34.194Z[ helios-setup] Aug 31 14:32:33.554 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35232026-08-31T14:32:34.794Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
35242026-08-31T14:32:34.978Z[ host-package] Compiling nanorand v0.7.0
35252026-08-31T14:32:35.053Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35262026-08-31T14:32:35.730Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
35272026-08-31T14:32:36.112Z[ host-package] Compiling parking_lot_core v0.8.6
35282026-08-31T14:32:36.168Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
35292026-08-31T14:32:36.386Z[ host-package] Compiling flume v0.11.1
35302026-08-31T14:32:36.625Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35312026-08-31T14:32:37.023Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35322026-08-31T14:32:37.097Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35332026-08-31T14:32:37.666Z[ helios-setup] Aug 31 14:32:37.025 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
35342026-08-31T14:32:37.746Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35352026-08-31T14:32:38.205Z[ host-package] Compiling git-stub v1.0.0
35362026-08-31T14:32:38.355Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
35372026-08-31T14:32:38.591Z[ host-package] Compiling diesel-dtrace v0.5.0
35382026-08-31T14:32:38.641Z[ host-package] Compiling oso v0.27.3
35392026-08-31T14:32:38.742Z[ host-package] Compiling async-bb8-diesel v0.2.1
35402026-08-31T14:32:38.964Z[ host-package] Compiling http-range v0.1.5
35412026-08-31T14:32:39.329Z[ host-package] Compiling strsim v0.10.0
35422026-08-31T14:32:39.354Z[ host-package] Compiling corncobs v0.1.4
35432026-08-31T14:32:39.639Z[ host-package] Compiling instability v0.3.11
35442026-08-31T14:32:39.661Z[ host-package] Compiling darling_core v0.13.4
35452026-08-31T14:32:39.689Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35462026-08-31T14:32:39.991Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35472026-08-31T14:32:40.458Z[ host-package] Compiling git-stub-vcs v0.1.0
35482026-08-31T14:32:41.377Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
35492026-08-31T14:32:42.695Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35502026-08-31T14:32:42.881Z[ host-package] Compiling progenitor-impl v0.13.0
35512026-08-31T14:32:43.035Z[ host-package] Compiling ignore v0.4.25
35522026-08-31T14:32:45.257Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35532026-08-31T14:32:45.685Z[ host-package] Compiling anstyle-parse v0.2.7
35542026-08-31T14:32:45.753Z[ host-package] Compiling secrecy v0.8.0
35552026-08-31T14:32:45.954Z[ host-package] Compiling vergen-git2 v9.1.0
35562026-08-31T14:32:46.067Z[ host-package] Compiling castaway v0.2.4
35572026-08-31T14:32:46.202Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35582026-08-31T14:32:46.237Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35592026-08-31T14:32:46.551Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35602026-08-31T14:32:47.019Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35612026-08-31T14:32:47.324Z[ host-package] Compiling indoc v2.0.7
35622026-08-31T14:32:47.434Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35632026-08-31T14:32:48.038Z[ host-package] Compiling compact_str v0.8.1
35642026-08-31T14:32:48.487Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35652026-08-31T14:32:48.601Z[ host-package] Compiling anstream v0.6.21
35662026-08-31T14:32:49.197Z[ host-package] Compiling progenitor-macro v0.13.0
35672026-08-31T14:32:49.221Z[ host-package] Compiling globwalk v0.9.1
35682026-08-31T14:32:49.363Z[ helios-setup] Aug 31 14:32:48.722 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.16s
35692026-08-31T14:32:49.397Z[ helios-setup] Aug 31 14:32:48.757 INFO building project "amd-host-image-builder" ok (45 seconds)
35702026-08-31T14:32:49.398Z[ helios-setup] Aug 31 14:32:48.757 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
35712026-08-31T14:32:49.913Z[ host-package] Compiling parking_lot v0.11.2
35722026-08-31T14:32:50.281Z[ host-package] Compiling hyper-staticfile v0.10.1
35732026-08-31T14:32:51.898Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35742026-08-31T14:32:51.900Z[ host-package] Compiling darling_macro v0.13.4
35752026-08-31T14:32:51.901Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35762026-08-31T14:32:51.901Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35772026-08-31T14:32:51.901Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35782026-08-31T14:32:51.901Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35792026-08-31T14:32:52.080Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35802026-08-31T14:32:52.641Z[ host-package] Compiling predicates-tree v1.0.13
35812026-08-31T14:32:53.077Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35822026-08-31T14:32:53.183Z[ host-package] Compiling unicode-truncate v1.1.0
35832026-08-31T14:32:53.291Z[ host-package] Compiling lru v0.12.5
35842026-08-31T14:32:53.401Z[ host-package] Compiling progenitor-client v0.13.0
35852026-08-31T14:32:53.427Z[ host-package] Compiling prefix-trie v0.7.0
35862026-08-31T14:32:53.532Z[ host-package] Compiling rand_seeder v0.4.0
35872026-08-31T14:32:53.597Z[ host-package] Compiling cassowary v0.3.0
35882026-08-31T14:32:53.856Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35892026-08-31T14:32:53.880Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35902026-08-31T14:32:54.012Z[ host-package] Compiling ratatui v0.29.0
35912026-08-31T14:32:54.074Z[ host-package] Compiling hickory-server v0.25.2
35922026-08-31T14:32:54.124Z[ host-package] Compiling progenitor v0.13.0
35932026-08-31T14:32:54.146Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35942026-08-31T14:32:54.395Z[ host-package] Compiling darling v0.13.4
35952026-08-31T14:32:54.569Z[ host-package] Compiling sled v0.34.7
35962026-08-31T14:32:54.622Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35972026-08-31T14:32:54.718Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35982026-08-31T14:32:55.421Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35992026-08-31T14:32:55.482Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36002026-08-31T14:32:55.727Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36012026-08-31T14:32:56.023Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
36022026-08-31T14:32:57.501Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
36032026-08-31T14:32:58.438Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36042026-08-31T14:32:58.949Z[ host-package] Compiling serde_with_macros v1.5.2
36052026-08-31T14:32:59.531Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
36062026-08-31T14:32:59.853Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36072026-08-31T14:33:01.464Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
36082026-08-31T14:33:01.691Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36092026-08-31T14:33:01.789Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36102026-08-31T14:33:02.028Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
36112026-08-31T14:33:02.053Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36122026-08-31T14:33:02.263Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36132026-08-31T14:33:02.567Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36142026-08-31T14:33:02.939Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
36152026-08-31T14:33:03.047Z[ host-package] Compiling git2 v0.20.4
36162026-08-31T14:33:03.306Z[ host-package] Compiling arc-swap v1.8.2
36172026-08-31T14:33:03.339Z[ host-package] Compiling void v1.0.2
36182026-08-31T14:33:03.597Z[ host-package] Compiling lzss v0.8.2
36192026-08-31T14:33:03.675Z[ host-package] Compiling slog-scope v4.4.1
36202026-08-31T14:33:04.021Z[ host-package] Compiling serde_with v1.14.0
36212026-08-31T14:33:04.139Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36222026-08-31T14:33:05.381Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36232026-08-31T14:33:06.121Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
36242026-08-31T14:33:06.344Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36252026-08-31T14:33:07.292Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36262026-08-31T14:33:07.594Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36272026-08-31T14:33:07.622Z[ host-package] Compiling scuffle v0.1.0
36282026-08-31T14:33:07.818Z[ host-package] Compiling tungstenite v0.23.0
36292026-08-31T14:33:08.334Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36302026-08-31T14:33:08.903Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36312026-08-31T14:33:09.722Z[ helios-setup] Aug 31 14:33:09.073 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-06-16-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
36322026-08-31T14:33:09.722Z[ helios-setup] Aug 31 14:33:09.074 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
36332026-08-31T14:33:09.728Z[ helios-setup] Aug 31 14:33:09.084 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
36342026-08-31T14:33:09.728Z[ helios-setup] Aug 31 14:33:09.084 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
36352026-08-31T14:33:09.728Z[ helios-setup] Aug 31 14:33:09.084 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
36362026-08-31T14:33:09.766Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36372026-08-31T14:33:09.835Z[ helios-setup] Aug 31 14:33:09.193 INFO E| Blocking waiting for file lock on package cache
36382026-08-31T14:33:09.842Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36392026-08-31T14:33:09.993Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36402026-08-31T14:33:10.064Z[ host-package] Compiling nix v0.27.1
36412026-08-31T14:33:10.116Z[ host-package] Compiling twox-hash v2.1.2
36422026-08-31T14:33:10.259Z[ host-package] Compiling libsw-core v0.3.2
36432026-08-31T14:33:10.402Z[ host-package] Compiling atty v0.2.14
36442026-08-31T14:33:10.436Z[ host-package] Compiling serde_bytes v0.11.19
36452026-08-31T14:33:10.489Z[ host-package] Compiling libsw v3.5.0
36462026-08-31T14:33:10.624Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36472026-08-31T14:33:10.647Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36482026-08-31T14:33:10.719Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36492026-08-31T14:33:10.741Z[ host-package] Compiling tokio-tungstenite v0.23.1
36502026-08-31T14:33:10.924Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
36512026-08-31T14:33:28.094Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36522026-08-31T14:33:28.159Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36532026-08-31T14:33:28.159Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36542026-08-31T14:33:28.159Z[ host-package] Compiling slog-stdlog v4.1.1
36552026-08-31T14:33:28.159Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36562026-08-31T14:33:28.740Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36572026-08-31T14:33:28.740Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
36582026-08-31T14:33:28.740Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36592026-08-31T14:33:28.740Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36602026-08-31T14:33:28.740Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36612026-08-31T14:33:28.741Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36622026-08-31T14:33:28.741Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36632026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.565 INFO E| Downloading crates ...
36642026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.612 INFO E| Downloaded typenum v1.15.0
36652026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.614 INFO E| Downloaded block-buffer v0.10.3
36662026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.615 INFO E| Downloaded cpufeatures v0.2.5
36672026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.616 INFO E| Downloaded unicode-width v0.1.10
36682026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.616 INFO E| Downloaded generic-array v0.14.6
36692026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.620 INFO E| Downloaded bytes v1.2.1
36702026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.627 INFO E| Downloaded digest v0.10.3
36712026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.629 INFO E| Downloaded sha2 v0.10.5
36722026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.630 INFO E| Downloaded anyhow v1.0.62
36732026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.632 INFO E| Downloaded miniz_oxide v0.6.2
36742026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.633 INFO E| Downloaded flate2 v1.0.25
36752026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.637 INFO E| Blocking waiting for file lock on package cache
36762026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.732 INFO E| Compiling version_check v0.9.4
36772026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.732 INFO E| Compiling typenum v1.15.0
36782026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.733 INFO E| Compiling cfg-if v1.0.0
36792026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.733 INFO E| Compiling crc32fast v1.3.2
36802026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.733 INFO E| Compiling adler v1.0.2
36812026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.739 INFO E| Compiling anyhow v1.0.62
36822026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.739 INFO E| Compiling unicode-width v0.1.10
36832026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.739 INFO E| Compiling cpufeatures v0.2.5
36842026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.739 INFO E| Compiling bitflags v1.3.2
36852026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.739 INFO E| Compiling bytes v1.2.1
36862026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.860 INFO E| Compiling getopts v0.2.21
36872026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:17.870 INFO E| Compiling miniz_oxide v0.6.2
36882026-08-31T14:33:28.741Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36892026-08-31T14:33:28.741Z[ helios-setup] Aug 31 14:33:18.089 INFO E| Compiling generic-array v0.14.6
36902026-08-31T14:33:28.741Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36912026-08-31T14:33:28.742Z[ helios-setup] Aug 31 14:33:18.419 INFO E| Compiling flate2 v1.0.25
36922026-08-31T14:33:28.742Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
36932026-08-31T14:33:28.742Z[ helios-setup] Aug 31 14:33:19.793 INFO E| Compiling block-buffer v0.10.3
36942026-08-31T14:33:28.742Z[ helios-setup] Aug 31 14:33:19.793 INFO E| Compiling crypto-common v0.1.6
36952026-08-31T14:33:28.742Z[ helios-setup] Aug 31 14:33:19.918 INFO E| Compiling digest v0.10.3
36962026-08-31T14:33:28.742Z[ helios-setup] Aug 31 14:33:20.112 INFO E| Compiling sha2 v0.10.5
36972026-08-31T14:33:28.742Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36982026-08-31T14:33:28.742Z[ helios-setup] Aug 31 14:33:20.342 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
36992026-08-31T14:33:28.742Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37002026-08-31T14:33:28.742Z[ helios-setup] Aug 31 14:33:22.704 INFO E| Finished `release` profile [optimized] target(s) in 13.60s
37012026-08-31T14:33:28.742Z[ helios-setup] Aug 31 14:33:22.718 INFO building project "bootserver" ok (13 seconds)
37022026-08-31T14:33:28.742Z[ helios-setup] Aug 31 14:33:22.718 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
37032026-08-31T14:33:28.742Z[ helios-setup] Aug 31 14:33:22.729 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
37042026-08-31T14:33:29.078Z[ helios-setup] Aug 31 14:33:22.729 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
37052026-08-31T14:33:29.078Z[ helios-setup] Aug 31 14:33:22.729 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
37062026-08-31T14:33:29.078Z[ helios-setup] Aug 31 14:33:22.843 INFO E| Blocking waiting for file lock on package cache
37072026-08-31T14:33:29.078Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37082026-08-31T14:33:29.078Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37092026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:22.997 INFO E| Downloading crates ...
37102026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.059 INFO E| Downloaded bitflags v2.9.1
37112026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.065 INFO E| Downloaded time-core v0.1.4
37122026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.073 INFO E| Downloaded errno v0.3.12
37132026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.079 INFO E| Downloaded deranged v0.4.0
37142026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.080 INFO E| Downloaded time-macros v0.2.22
37152026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.082 INFO E| Downloaded serde_with_macros v3.12.0
37162026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.092 INFO E| Downloaded iana-time-zone v0.1.63
37172026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.097 INFO E| Downloaded tempfile v3.20.0
37182026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.100 INFO E| Downloaded anyhow v1.0.98
37192026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.103 INFO E| Downloaded getrandom v0.3.3
37202026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.106 INFO E| Downloaded time v0.3.41
37212026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.111 INFO E| Downloaded indexmap v2.9.0
37222026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.126 INFO E| Downloaded serde_with v3.12.0
37232026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.134 INFO E| Downloaded hashbrown v0.15.3
37242026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.138 INFO E| Downloaded chrono v0.4.41
37252026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.151 INFO E| Downloaded rustix v1.0.7
37262026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.216 INFO E| Compiling proc-macro2 v1.0.95
37272026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.216 INFO E| Compiling unicode-ident v1.0.18
37282026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.216 INFO E| Compiling libc v0.2.172
37292026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.216 INFO E| Compiling fnv v1.0.7
37302026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.216 INFO E| Compiling strsim v0.11.1
37312026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.216 INFO E| Compiling ident_case v1.0.1
37322026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.216 INFO E| Compiling serde v1.0.219
37332026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.216 INFO E| Compiling getrandom v0.3.3
37342026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.216 INFO E| Compiling rustix v1.0.7
37352026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.284 INFO E| Compiling bitflags v2.9.1
37362026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.285 INFO E| Compiling thiserror v2.0.12
37372026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.285 INFO E| Compiling serde_json v1.0.140
37382026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.285 INFO E| Compiling cfg-if v1.0.0
37392026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.285 INFO E| Compiling anyhow v1.0.98
37402026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.285 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
37412026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.285 INFO E| Compiling once_cell v1.21.3
37422026-08-31T14:33:29.079Z[ helios-setup] Aug 31 14:33:23.838 INFO E| Compiling itoa v1.0.15
37432026-08-31T14:33:29.080Z[ helios-setup] Aug 31 14:33:24.064 INFO E| Compiling fastrand v2.3.0
37442026-08-31T14:33:29.080Z[ helios-setup] Aug 31 14:33:24.064 INFO E| Compiling memchr v2.7.4
37452026-08-31T14:33:29.080Z[ helios-setup] Aug 31 14:33:24.087 INFO E| Compiling ryu v1.0.20
37462026-08-31T14:33:29.080Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37472026-08-31T14:33:29.080Z[ helios-setup] Aug 31 14:33:25.003 INFO E| Compiling quote v1.0.40
37482026-08-31T14:33:29.080Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37492026-08-31T14:33:29.080Z[ helios-setup] Aug 31 14:33:25.222 INFO E| Compiling syn v2.0.101
37502026-08-31T14:33:29.080Z[ helios-setup] Aug 31 14:33:25.391 INFO E| Compiling errno v0.3.12
37512026-08-31T14:33:29.080Z[ host-package] Compiling fatfs v0.3.6
37522026-08-31T14:33:29.080Z[ host-package] Compiling signal-hook-tokio v0.3.1
37532026-08-31T14:33:29.080Z[ helios-setup] Aug 31 14:33:26.378 INFO E| Compiling tempfile v3.20.0
37542026-08-31T14:33:29.080Z[ host-package] Compiling yasna v0.5.2
37552026-08-31T14:33:29.080Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37562026-08-31T14:33:29.080Z[ host-package] Compiling assert_matches v1.5.0
37572026-08-31T14:33:29.080Z[ host-package] Compiling seq-macro v0.3.6
37582026-08-31T14:33:29.080Z[ host-package] Compiling rcgen v0.12.1
37592026-08-31T14:33:29.080Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37602026-08-31T14:33:29.080Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37612026-08-31T14:33:29.080Z[ helios-setup] Aug 31 14:33:27.992 INFO E| Compiling darling_core v0.20.11
37622026-08-31T14:33:29.387Z[ helios-setup] Aug 31 14:33:28.738 INFO E| Compiling serde_derive v1.0.219
37632026-08-31T14:33:29.387Z[ helios-setup] Aug 31 14:33:28.738 INFO E| Compiling thiserror-impl v2.0.12
37642026-08-31T14:33:29.851Z[ host-package] Compiling slog-envlogger v2.2.0
37652026-08-31T14:33:30.481Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37662026-08-31T14:33:30.908Z[ helios-setup] Aug 31 14:33:30.265 INFO E| Compiling darling_macro v0.20.11
37672026-08-31T14:33:31.282Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37682026-08-31T14:33:31.520Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37692026-08-31T14:33:31.635Z[ helios-setup] Aug 31 14:33:30.991 INFO E| Compiling darling v0.20.11
37702026-08-31T14:33:31.736Z[ helios-setup] Aug 31 14:33:31.084 INFO E| Compiling serde_with_macros v3.12.0
37712026-08-31T14:33:31.814Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37722026-08-31T14:33:32.209Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37732026-08-31T14:33:32.559Z[ host-package] Compiling port-file v0.1.0
37742026-08-31T14:33:32.961Z[ host-package] Compiling subprocess v0.2.15
37752026-08-31T14:33:33.760Z[ host-package] Compiling rtoolbox v0.0.3
37762026-08-31T14:33:34.133Z[ host-package] Compiling rpassword v7.5.4
37772026-08-31T14:33:34.710Z[ helios-setup] Aug 31 14:33:34.061 INFO E| Compiling serde_with v3.12.0
37782026-08-31T14:33:34.754Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37792026-08-31T14:33:35.386Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37802026-08-31T14:33:35.587Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37812026-08-31T14:33:37.261Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37822026-08-31T14:33:37.516Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37832026-08-31T14:33:38.136Z[ host-package] Compiling tui-tree-widget v0.23.1
37842026-08-31T14:33:38.625Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37852026-08-31T14:33:39.463Z[ helios-setup] Aug 31 14:33:38.808 INFO E| Finished `release` profile [optimized] target(s) in 16.06s
37862026-08-31T14:33:39.507Z[ helios-setup] Aug 31 14:33:38.832 INFO building project "dmar-report" ok (16 seconds)
37872026-08-31T14:33:39.507Z[ helios-setup] Aug 31 14:33:38.832 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
37882026-08-31T14:33:39.535Z[ helios-setup] Aug 31 14:33:38.841 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
37892026-08-31T14:33:39.535Z[ helios-setup] Aug 31 14:33:38.841 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
37902026-08-31T14:33:39.535Z[ helios-setup] Aug 31 14:33:38.841 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
37912026-08-31T14:33:39.605Z[ helios-setup] Aug 31 14:33:38.951 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
37922026-08-31T14:33:39.930Z[ helios-setup] Aug 31 14:33:39.288 INFO E| From https://github.com/jclulow/rust-jmclib
37932026-08-31T14:33:39.930Z[ helios-setup] Aug 31 14:33:39.288 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
37942026-08-31T14:33:39.949Z[ helios-setup] Aug 31 14:33:39.299 INFO E| Updating crates.io index
37952026-08-31T14:33:40.014Z[ helios-setup] Aug 31 14:33:39.372 INFO E| Downloading crates ...
37962026-08-31T14:33:40.067Z[ helios-setup] Aug 31 14:33:39.413 INFO E| Downloaded digest v0.9.0
37972026-08-31T14:33:40.079Z[ helios-setup] Aug 31 14:33:39.420 INFO E| Downloaded anyhow v1.0.72
37982026-08-31T14:33:40.079Z[ helios-setup] Aug 31 14:33:39.423 INFO E| Downloaded unicode-ident v1.0.11
37992026-08-31T14:33:40.079Z[ helios-setup] Aug 31 14:33:39.425 INFO E| Downloaded block-buffer v0.9.0
38002026-08-31T14:33:40.079Z[ helios-setup] Aug 31 14:33:39.430 INFO E| Downloaded errno v0.3.1
38012026-08-31T14:33:40.079Z[ helios-setup] Aug 31 14:33:39.431 INFO E| Downloaded md-5 v0.9.1
38022026-08-31T14:33:40.079Z[ helios-setup] Aug 31 14:33:39.433 INFO E| Downloaded sha-1 v0.9.8
38032026-08-31T14:33:40.096Z[ helios-setup] Aug 31 14:33:39.438 INFO E| Downloaded cpufeatures v0.2.9
38042026-08-31T14:33:40.097Z[ helios-setup] Aug 31 14:33:39.442 INFO E| Downloaded libdevinfo-sys v1.0.0
38052026-08-31T14:33:40.097Z[ helios-setup] Aug 31 14:33:39.443 INFO E| Downloaded fastrand v2.0.0
38062026-08-31T14:33:40.097Z[ helios-setup] Aug 31 14:33:39.445 INFO E| Downloaded walkdir v2.3.3
38072026-08-31T14:33:40.097Z[ helios-setup] Aug 31 14:33:39.448 INFO E| Downloaded typenum v1.16.0
38082026-08-31T14:33:40.097Z[ helios-setup] Aug 31 14:33:39.450 INFO E| Downloaded glob v0.3.1
38092026-08-31T14:33:40.117Z[ helios-setup] Aug 31 14:33:39.452 INFO E| Downloaded tempfile v3.7.0
38102026-08-31T14:33:40.117Z[ helios-setup] Aug 31 14:33:39.456 INFO E| Downloaded getrandom v0.2.10
38112026-08-31T14:33:40.117Z[ helios-setup] Aug 31 14:33:39.458 INFO E| Downloaded quote v1.0.31
38122026-08-31T14:33:40.117Z[ helios-setup] Aug 31 14:33:39.459 INFO E| Downloaded uuid v0.8.2
38132026-08-31T14:33:40.117Z[ helios-setup] Aug 31 14:33:39.462 INFO E| Downloaded bitflags v2.3.3
38142026-08-31T14:33:40.117Z[ helios-setup] Aug 31 14:33:39.464 INFO E| Downloaded once_cell v1.18.0
38152026-08-31T14:33:40.130Z[ helios-setup] Aug 31 14:33:39.466 INFO E| Downloaded proc-macro2 v1.0.66
38162026-08-31T14:33:40.130Z[ helios-setup] Aug 31 14:33:39.467 INFO E| Downloaded serde_derive v1.0.193
38172026-08-31T14:33:40.130Z[ helios-setup] Aug 31 14:33:39.468 INFO E| Downloaded toml v0.5.11
38182026-08-31T14:33:40.130Z[ helios-setup] Aug 31 14:33:39.472 INFO E| Downloaded serde v1.0.193
38192026-08-31T14:33:40.142Z[ helios-setup] Aug 31 14:33:39.487 INFO E| Downloaded serde_json v1.0.103
38202026-08-31T14:33:40.154Z[ helios-setup] Aug 31 14:33:39.508 INFO E| Downloaded syn v2.0.32
38212026-08-31T14:33:40.161Z[ helios-setup] Aug 31 14:33:39.515 INFO E| Downloaded rustix v0.38.4
38222026-08-31T14:33:40.182Z[ helios-setup] Aug 31 14:33:39.536 INFO E| Downloaded libc v0.2.147
38232026-08-31T14:33:40.248Z[ helios-setup] Aug 31 14:33:39.605 INFO E| Compiling libc v0.2.147
38242026-08-31T14:33:40.248Z[ helios-setup] Aug 31 14:33:39.605 INFO E| Compiling proc-macro2 v1.0.66
38252026-08-31T14:33:40.248Z[ helios-setup] Aug 31 14:33:39.605 INFO E| Compiling unicode-ident v1.0.11
38262026-08-31T14:33:40.271Z[ helios-setup] Aug 31 14:33:39.605 INFO E| Compiling cfg-if v1.0.0
38272026-08-31T14:33:40.271Z[ helios-setup] Aug 31 14:33:39.605 INFO E| Compiling version_check v0.9.4
38282026-08-31T14:33:40.271Z[ helios-setup] Aug 31 14:33:39.605 INFO E| Compiling typenum v1.16.0
38292026-08-31T14:33:40.271Z[ helios-setup] Aug 31 14:33:39.606 INFO E| Compiling serde v1.0.193
38302026-08-31T14:33:40.271Z[ helios-setup] Aug 31 14:33:39.606 INFO E| Compiling powerfmt v0.2.0
38312026-08-31T14:33:40.281Z[ helios-setup] Aug 31 14:33:39.618 INFO E| Compiling time-core v0.1.2
38322026-08-31T14:33:40.281Z[ helios-setup] Aug 31 14:33:39.619 INFO E| Compiling slog v2.7.0
38332026-08-31T14:33:40.301Z[ helios-setup] Aug 31 14:33:39.652 INFO E| Compiling rustix v0.38.4
38342026-08-31T14:33:40.341Z[ helios-setup] Aug 31 14:33:39.672 INFO E| Compiling num-conv v0.1.0
38352026-08-31T14:33:40.341Z[ helios-setup] Aug 31 14:33:39.672 INFO E| Compiling itoa v1.0.9
38362026-08-31T14:33:40.350Z[ helios-setup] Aug 31 14:33:39.672 INFO E| Compiling bitflags v2.3.3
38372026-08-31T14:33:40.351Z[ helios-setup] Aug 31 14:33:39.672 INFO E| Compiling once_cell v1.18.0
38382026-08-31T14:33:40.351Z[ helios-setup] Aug 31 14:33:39.672 INFO E| Compiling num_threads v0.1.6
38392026-08-31T14:33:40.714Z[ helios-setup] Aug 31 14:33:40.071 INFO E| Compiling opaque-debug v0.3.0
38402026-08-31T14:33:40.714Z[ helios-setup] Aug 31 14:33:40.071 INFO E| Compiling anyhow v1.0.72
38412026-08-31T14:33:40.726Z[ helios-setup] Aug 31 14:33:40.084 INFO E| Compiling fastrand v2.0.0
38422026-08-31T14:33:40.822Z[ helios-setup] Aug 31 14:33:40.162 INFO E| Compiling thread_local v1.1.7
38432026-08-31T14:33:40.941Z[ helios-setup] Aug 31 14:33:40.175 INFO E| Compiling serde_json v1.0.103
38442026-08-31T14:33:41.038Z[ helios-setup] Aug 31 14:33:40.327 INFO E| Compiling unicode-width v0.1.10
38452026-08-31T14:33:41.107Z[ helios-setup] Aug 31 14:33:40.429 INFO E| Compiling ryu v1.0.15
38462026-08-31T14:33:41.140Z[ helios-setup] Aug 31 14:33:40.429 INFO E| Compiling cpufeatures v0.2.9
38472026-08-31T14:33:41.140Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38482026-08-31T14:33:41.165Z[ helios-setup] Aug 31 14:33:40.524 INFO E| Compiling same-file v1.0.6
38492026-08-31T14:33:41.184Z[ helios-setup] Aug 31 14:33:40.525 INFO E| Compiling time-macros v0.2.18
38502026-08-31T14:33:41.198Z[ helios-setup] Aug 31 14:33:40.540 INFO E| Compiling getopts v0.2.21
38512026-08-31T14:33:41.417Z[ helios-setup] Aug 31 14:33:40.769 INFO E| Compiling quote v1.0.31
38522026-08-31T14:33:41.491Z[ helios-setup] Aug 31 14:33:40.843 INFO E| Compiling deranged v0.3.11
38532026-08-31T14:33:41.521Z[ helios-setup] Aug 31 14:33:40.880 INFO E| Compiling walkdir v2.3.3
38542026-08-31T14:33:41.546Z[ helios-setup] Aug 31 14:33:40.896 INFO E| Compiling glob v0.3.1
38552026-08-31T14:33:41.558Z[ helios-setup] Aug 31 14:33:40.901 INFO E| Compiling libdevinfo-sys v1.0.0
38562026-08-31T14:33:41.627Z[ helios-setup] Aug 31 14:33:40.985 INFO E| Compiling generic-array v0.14.7
38572026-08-31T14:33:41.794Z[ helios-setup] Aug 31 14:33:41.152 INFO E| Compiling dirs-sys-next v0.1.2
38582026-08-31T14:33:41.794Z[ helios-setup] Aug 31 14:33:41.152 INFO E| Compiling errno v0.3.1
38592026-08-31T14:33:41.814Z[ helios-setup] Aug 31 14:33:41.164 INFO E| Compiling atty v0.2.14
38602026-08-31T14:33:41.847Z[ helios-setup] Aug 31 14:33:41.202 INFO E| Compiling syn v2.0.32
38612026-08-31T14:33:41.900Z[ helios-setup] Aug 31 14:33:41.254 INFO E| Compiling getrandom v0.2.10
38622026-08-31T14:33:42.070Z[ helios-setup] Aug 31 14:33:41.425 INFO E| Compiling dirs-next v2.0.0
38632026-08-31T14:33:42.205Z[ helios-setup] Aug 31 14:33:41.520 INFO E| Compiling term v0.7.0
38642026-08-31T14:33:42.572Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38652026-08-31T14:33:42.874Z[ helios-setup] Aug 31 14:33:42.232 INFO E| Compiling block-buffer v0.9.0
38662026-08-31T14:33:42.874Z[ helios-setup] Aug 31 14:33:42.232 INFO E| Compiling digest v0.9.0
38672026-08-31T14:33:43.009Z[ helios-setup] Aug 31 14:33:42.367 INFO E| Compiling sha-1 v0.9.8
38682026-08-31T14:33:43.009Z[ helios-setup] Aug 31 14:33:42.367 INFO E| Compiling md-5 v0.9.1
38692026-08-31T14:33:43.078Z[ helios-setup] Aug 31 14:33:42.434 INFO E| Compiling time v0.3.36
38702026-08-31T14:33:43.214Z[ helios-setup] Aug 31 14:33:42.569 INFO E| Compiling tempfile v3.7.0
38712026-08-31T14:33:43.780Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38722026-08-31T14:33:44.347Z[ helios-setup] Aug 31 14:33:43.493 INFO E| Compiling serde_derive v1.0.193
38732026-08-31T14:33:44.607Z[ helios-setup] Aug 31 14:33:43.587 INFO E| Compiling slog-term v2.9.0
38742026-08-31T14:33:44.607Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38752026-08-31T14:33:45.309Z[ host-package] Compiling uzers v0.12.2
38762026-08-31T14:33:45.508Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38772026-08-31T14:33:45.609Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38782026-08-31T14:33:46.620Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38792026-08-31T14:33:47.000Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38802026-08-31T14:33:47.523Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38812026-08-31T14:33:48.541Z[ host-package] Compiling support-bundle-viewer v0.1.2
38822026-08-31T14:33:48.717Z[ helios-setup] Aug 31 14:33:48.060 INFO E| Compiling toml v0.5.11
38832026-08-31T14:33:48.717Z[ helios-setup] Aug 31 14:33:48.060 INFO E| Compiling uuid v0.8.2
38842026-08-31T14:33:49.700Z[ helios-setup] Aug 31 14:33:48.817 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
38852026-08-31T14:33:50.112Z[ helios-setup] Aug 31 14:33:49.470 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
38862026-08-31T14:33:50.463Z[ host-package] Compiling multimap v0.10.1
38872026-08-31T14:33:54.682Z[ helios-setup] Aug 31 14:33:54.041 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.18s
38882026-08-31T14:33:54.716Z[ helios-setup] Aug 31 14:33:54.074 INFO building project "image-builder" ok (15 seconds)
38892026-08-31T14:33:54.716Z[ helios-setup] Aug 31 14:33:54.074 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
38902026-08-31T14:33:54.735Z[ helios-setup] Aug 31 14:33:54.083 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
38912026-08-31T14:33:54.735Z[ helios-setup] Aug 31 14:33:54.083 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
38922026-08-31T14:33:54.751Z[ helios-setup] Aug 31 14:33:54.083 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
38932026-08-31T14:33:54.916Z[ helios-setup] Aug 31 14:33:54.273 INFO E| Downloading crates ...
38942026-08-31T14:33:55.516Z[ helios-setup] Aug 31 14:33:54.310 INFO E| Downloaded adler2 v2.0.0
38952026-08-31T14:33:55.606Z[ helios-setup] Aug 31 14:33:54.318 INFO E| Downloaded miniz_oxide v0.8.8
38962026-08-31T14:33:55.606Z[ helios-setup] Aug 31 14:33:54.359 INFO E| Compiling adler2 v2.0.0
38972026-08-31T14:33:55.606Z[ helios-setup] Aug 31 14:33:54.462 INFO E| Compiling miniz_oxide v0.8.8
38982026-08-31T14:33:56.171Z[ helios-setup] Aug 31 14:33:55.519 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
38992026-08-31T14:33:56.741Z[ helios-setup] Aug 31 14:33:56.099 INFO E| Finished `release` profile [optimized] target(s) in 2.00s
39002026-08-31T14:33:56.757Z[ helios-setup] Aug 31 14:33:56.110 INFO building project "pinprick" ok (2 seconds)
39012026-08-31T14:33:56.768Z[ helios-setup] rm -f helios-build
39022026-08-31T14:33:56.768Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
39032026-08-31T14:33:56.768Z[ helios-setup]
39042026-08-31T14:33:56.768Z[ helios-setup] Setup complete! ./helios-build is now available.
39052026-08-31T14:33:56.768Z[ helios-setup]
39062026-08-31T14:33:56.768Z[ helios-setup]
39072026-08-31T14:33:56.768Z[ helios-setup] real 3:00.006625160
39082026-08-31T14:33:56.768Z[ helios-setup] user 7:01.150396939
39092026-08-31T14:33:56.768Z[ helios-setup] sys 1:15.217186003
39102026-08-31T14:33:56.768ZAug 31 14:33:56.121 INFO [helios-setup] process exited with exit status: 0 (180.00967205s)[ helios-setup] trap 0.503377147
39112026-08-31T14:33:56.768Z
39122026-08-31T14:33:56.768Z[ helios-setup] tflt 2.721820408
39132026-08-31T14:33:56.768Z[ helios-setup] dflt 6.521993583
39142026-08-31T14:33:56.768Z[ helios-setup] kflt 0.001770821
39152026-08-31T14:33:56.768Z[ helios-setup] lock 46:14.689448427
39162026-08-31T14:33:56.769Z[ helios-setup] slp 30:53.597835661
39172026-08-31T14:33:56.769Z[ helios-setup] lat 4:19.645672262
39182026-08-31T14:33:56.769Z[ helios-setup] stop 1:34.266158002
39192026-08-31T14:33:56.769ZAug 31 14:33:56.122 INFO [helios-record] running task
39202026-08-31T14:33:56.769ZAug 31 14:33:56.122 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
39212026-08-31T14:33:56.786ZAug 31 14:33:56.127 DEBG process exited with exit status: 0 (4.95531ms)
39222026-08-31T14:33:56.786ZAug 31 14:33:56.127 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
39232026-08-31T14:33:56.786ZAug 31 14:33:56.131 DEBG process exited with exit status: 0 (4.14504ms)
39242026-08-31T14:33:56.786ZAug 31 14:33:56.131 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
39252026-08-31T14:33:56.786ZAug 31 14:33:56.135 DEBG process exited with exit status: 0 (3.64402ms)
39262026-08-31T14:33:56.786ZAug 31 14:33:56.135 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
39272026-08-31T14:33:56.786ZAug 31 14:33:56.138 DEBG process exited with exit status: 0 (3.32441ms)
39282026-08-31T14:33:56.786ZAug 31 14:33:56.138 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
39292026-08-31T14:33:56.806ZAug 31 14:33:56.142 DEBG process exited with exit status: 0 (3.68659ms)
39302026-08-31T14:33:56.806ZAug 31 14:33:56.142 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
39312026-08-31T14:33:56.806ZAug 31 14:33:56.146 DEBG process exited with exit status: 0 (3.24279ms)
39322026-08-31T14:33:56.807ZAug 31 14:33:56.146 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
39332026-08-31T14:33:56.807ZAug 31 14:33:56.149 DEBG process exited with exit status: 0 (3.07863ms)
39342026-08-31T14:33:56.807ZAug 31 14:33:56.149 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
39352026-08-31T14:33:56.807ZAug 31 14:33:56.152 DEBG process exited with exit status: 0 (3.12764ms)
39362026-08-31T14:33:56.807ZAug 31 14:33:56.152 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
39372026-08-31T14:33:56.825ZAug 31 14:33:56.155 DEBG process exited with exit status: 0 (4.15659ms)
39382026-08-31T14:33:56.826ZAug 31 14:33:56.156 INFO [helios-record] task succeeded (33.89173ms)
39392026-08-31T14:33:59.002Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
39402026-08-31T14:34:00.114Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
39412026-08-31T14:34:03.406Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
39422026-08-31T14:34:09.938Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
39432026-08-31T14:34:10.342Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39442026-08-31T14:41:25.219Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 43s
39452026-08-31T14:41:25.223Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39462026-08-31T14:41:25.223Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39472026-08-31T14:42:15.827ZAug 31 14:42:15.184 INFO [host-package] process exited with exit status: 0 (634.531574771s)
39482026-08-31T14:42:15.827ZAug 31 14:42:15.184 INFO [host-libraries] running task
39492026-08-31T14:42:15.827ZAug 31 14:42:15.184 INFO [host-stamp] running task
39502026-08-31T14:42:15.832ZAug 31 14:42:15.186 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+gitc28413b20f5
39512026-08-31T14:42:15.832ZAug 31 14:42:15.187 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+gitc28413b20f5
39522026-08-31T14:42:15.832ZAug 31 14:42:15.187 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+gitc28413b20f5
39532026-08-31T14:42:15.832ZAug 31 14:42:15.187 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+gitc28413b20f5
39542026-08-31T14:42:15.835ZAug 31 14:42:15.188 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+gitc28413b20f5
39552026-08-31T14:42:15.835ZAug 31 14:42:15.188 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+gitc28413b20f5
39562026-08-31T14:42:15.835ZAug 31 14:42:15.188 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+gitc28413b20f5
39572026-08-31T14:42:15.835ZAug 31 14:42:15.188 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+gitc28413b20f5
39582026-08-31T14:42:15.839Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39592026-08-31T14:42:15.842Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39602026-08-31T14:42:15.842Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39612026-08-31T14:42:15.842Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39622026-08-31T14:42:15.842Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39632026-08-31T14:42:15.842Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39642026-08-31T14:42:15.842Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39652026-08-31T14:42:15.842Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39662026-08-31T14:42:15.842Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39672026-08-31T14:42:15.845ZAug 31 14:42:15.200 INFO [stamp-overlay] process exited with exit status: 0 (13.27457ms)
39682026-08-31T14:42:15.851Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39692026-08-31T14:42:15.854ZAug 31 14:42:15.210 INFO [stamp-oxlog] process exited with exit status: 0 (22.20814ms)
39702026-08-31T14:42:15.875Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39712026-08-31T14:42:15.879ZAug 31 14:42:15.234 INFO [stamp-crucible-utils] process exited with exit status: 0 (47.14588ms)
39722026-08-31T14:42:15.913Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39732026-08-31T14:42:15.916ZAug 31 14:42:15.273 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (85.25095ms)
39742026-08-31T14:42:16.037Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39752026-08-31T14:42:16.040ZAug 31 14:42:15.396 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (207.7001ms)
39762026-08-31T14:42:16.432Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39772026-08-31T14:42:16.435ZAug 31 14:42:15.792 INFO [stamp-propolis-server] process exited with exit status: 0 (605.283949ms)
39782026-08-31T14:42:16.443Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39792026-08-31T14:42:16.447ZAug 31 14:42:15.803 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (616.581218ms)
39802026-08-31T14:42:17.527ZAug 31 14:42:16.884 INFO [host-libraries] task succeeded (1.699829336s)
39812026-08-31T14:42:17.531ZAug 31 14:42:16.884 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39822026-08-31T14:42:17.534Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39832026-08-31T14:42:18.500Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39842026-08-31T14:42:19.327Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39852026-08-31T14:42:23.222Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39862026-08-31T14:42:23.227ZAug 31 14:42:22.581 INFO [stamp-switch-asic] process exited with exit status: 0 (7.392994505s)
39872026-08-31T14:42:23.228ZAug 31 14:42:22.581 INFO [host-stamp] task succeeded (7.397387375s)
39882026-08-31T14:42:23.228ZAug 31 14:42:22.581 INFO [host-proto] running task
39892026-08-31T14:42:23.779ZAug 31 14:42:23.130 INFO [host-proto] task succeeded (548.379009ms)
39902026-08-31T14:42:23.779ZAug 31 14:42:23.130 INFO [host-profile] running task
39912026-08-31T14:42:23.783ZAug 31 14:42:23.130 INFO [host-profile] task succeeded (269.87µs)
39922026-08-31T14:42:23.783ZAug 31 14:42:23.130 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.506' -P /tmp/.tmptgqMeT/proto/host/root -N 'ci c28413b/${os_short_commit} 2026-08-31 14:30' -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/'
39932026-08-31T14:42:23.783Z[ host-image] Aug 31 14:42:23.137 INFO Checking files for board 'cosmo-mbist-noaggr'
39942026-08-31T14:42:23.783Z[ host-image] Aug 31 14:42:23.137 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39952026-08-31T14:42:23.783Z[ host-image] Aug 31 14:42:23.137 INFO Checking files for board 'cosmo'
39962026-08-31T14:42:23.783Z[ host-image] Aug 31 14:42:23.137 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39972026-08-31T14:42:23.783Z[ host-image] Aug 31 14:42:23.137 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39982026-08-31T14:42:23.783Z[ host-image] Aug 31 14:42:23.137 INFO Checking files for board 'gimlet'
39992026-08-31T14:42:23.783Z[ host-image] Aug 31 14:42:23.137 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40002026-08-31T14:42:23.783Z[ host-image] Aug 31 14:42:23.137 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40012026-08-31T14:42:23.783Z[ host-image] Aug 31 14:42:23.137 INFO Checking files for board 'cosmo-mbist'
40022026-08-31T14:42:23.783Z[ host-image] Aug 31 14:42:23.137 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40032026-08-31T14:42:23.790Z[ host-image] Aug 31 14:42:23.146 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmptgqMeT/proto/host/root"
40042026-08-31T14:42:23.794Z[ host-image] Aug 31 14:42:23.146 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40052026-08-31T14:42:23.794Z[ host-image] Aug 31 14:42:23.146 INFO image builder template: ramdisk-01-os...
40062026-08-31T14:42:23.794Z[ host-image] Aug 31 14:42:23.146 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/.tmptgqMeT/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40072026-08-31T14:42:23.802Z[ host-image] Aug 31 14:42:23.158 INFO O| Aug 31 14:42:23.158 INFO CREATE DATASET: rpool/images/build/host/output
40082026-08-31T14:42:25.322Z[ host-image] Aug 31 14:42:24.677 INFO O| Aug 31 14:42:24.677 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
40092026-08-31T14:42:25.325Z[ host-image] Aug 31 14:42:24.680 INFO O| Aug 31 14:42:24.680 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
40102026-08-31T14:42:25.558Z[ host-image] Aug 31 14:42:24.914 INFO O| Aug 31 14:42:24.914 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
40112026-08-31T14:42:25.609Z[ host-image] Aug 31 14:42:24.966 INFO O| Aug 31 14:42:24.966 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
40122026-08-31T14:42:25.609Z[ host-image] Aug 31 14:42:24.966 INFO O| Aug 31 14:42:24.966 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
40132026-08-31T14:42:25.612Z[ host-image] Aug 31 14:42:24.966 INFO O| Aug 31 14:42:24.966 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
40142026-08-31T14:42:25.612Z[ host-image] Aug 31 14:42:24.966 INFO O| Aug 31 14:42:24.966 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
40152026-08-31T14:42:25.615Z[ host-image] Aug 31 14:42:24.970 INFO O| Aug 31 14:42:24.970 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
40162026-08-31T14:42:25.826Z[ host-image] Aug 31 14:42:25.182 INFO O| Aug 31 14:42:25.182 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40172026-08-31T14:42:25.832Z[ host-image] Aug 31 14:42:25.189 INFO O| Aug 31 14:42:25.189 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
40182026-08-31T14:42:26.093Z[ host-image] Aug 31 14:42:25.450 INFO O| Aug 31 14:42:25.450 INFO O| Caching catalogs ... Done
40192026-08-31T14:42:26.149Z[ host-image] Aug 31 14:42:25.505 INFO O| Aug 31 14:42:25.505 INFO STEP 0 (pkg_image_create) COMPLETE
40202026-08-31T14:42:26.149Z[ host-image] Aug 31 14:42:25.505 INFO O| Aug 31 14:42:25.505 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40212026-08-31T14:42:26.155Z[ host-image] Aug 31 14:42:25.511 INFO O| Aug 31 14:42:25.511 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"]
40222026-08-31T14:42:26.470Z[ host-image] Aug 31 14:42:25.826 INFO O| Aug 31 14:42:25.826 INFO STEP 1 (pkg_set_publisher) COMPLETE
40232026-08-31T14:42:26.470Z[ host-image] Aug 31 14:42:25.826 INFO O| Aug 31 14:42:25.826 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40242026-08-31T14:42:26.470Z[ host-image] Aug 31 14:42:25.826 INFO O| Aug 31 14:42:25.826 INFO skip step because feature "publisher_1_name" is not enabled
40252026-08-31T14:42:26.474Z[ host-image] Aug 31 14:42:25.826 INFO O| Aug 31 14:42:25.826 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40262026-08-31T14:42:26.474Z[ host-image] Aug 31 14:42:25.826 INFO O| Aug 31 14:42:25.826 INFO skip step because feature "publisher_2_name" is not enabled
40272026-08-31T14:42:26.474Z[ host-image] Aug 31 14:42:25.826 INFO O| Aug 31 14:42:25.826 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40282026-08-31T14:42:26.474Z[ host-image] Aug 31 14:42:25.826 INFO O| Aug 31 14:42:25.826 INFO skip step because feature "publisher_3_name" is not enabled
40292026-08-31T14:42:26.474Z[ host-image] Aug 31 14:42:25.826 INFO O| Aug 31 14:42:25.826 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40302026-08-31T14:42:26.781Z[ host-image] Aug 31 14:42:26.137 INFO O| Aug 31 14:42:26.137 INFO variant opensolaris.zone is already global
40312026-08-31T14:42:26.781Z[ host-image] Aug 31 14:42:26.137 INFO O| Aug 31 14:42:26.137 INFO STEP 5 (pkg_change_variant) COMPLETE
40322026-08-31T14:42:26.781Z[ host-image] Aug 31 14:42:26.137 INFO O| Aug 31 14:42:26.137 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40332026-08-31T14:42:27.064Z[ host-image] Aug 31 14:42:26.421 INFO O| Aug 31 14:42:26.421 INFO variant opensolaris.imagetype is full; changing to partial
40342026-08-31T14:42:27.064Z[ host-image] Aug 31 14:42:26.421 INFO O| Aug 31 14:42:26.421 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40352026-08-31T14:42:28.832Z[ host-image] Aug 31 14:42:28.189 INFO O| Aug 31 14:42:28.189 INFO O| Startup: Refreshing catalog 'helios' ... Done
40362026-08-31T14:42:29.250Z[ host-image] Aug 31 14:42:28.606 INFO O| Aug 31 14:42:28.606 INFO O| Startup: Caching catalogs ... Done
40372026-08-31T14:42:29.266Z[ host-image] Aug 31 14:42:28.622 INFO O| Aug 31 14:42:28.622 INFO O| Planning: Planning completed in 0.00 seconds
40382026-08-31T14:42:29.269Z[ host-image] Aug 31 14:42:28.622 INFO O| Aug 31 14:42:28.622 INFO O| Planning: Consolidating action changes ... Done
40392026-08-31T14:42:29.269Z[ host-image] Aug 31 14:42:28.622 INFO O| Aug 31 14:42:28.622 INFO O| Planning: Evaluating mediators ... Done
40402026-08-31T14:42:29.269Z[ host-image] Aug 31 14:42:28.622 INFO O| Aug 31 14:42:28.622 INFO O| Planning: Planning completed in 0.00 seconds
40412026-08-31T14:42:29.269Z[ host-image] Aug 31 14:42:28.623 INFO O| Aug 31 14:42:28.623 INFO O| Variants/Facets to change: 1
40422026-08-31T14:42:29.275Z[ host-image] Aug 31 14:42:28.631 INFO O| Aug 31 14:42:28.631 INFO O| Finalize: Updating package state database ... Done
40432026-08-31T14:42:29.275Z[ host-image] Aug 31 14:42:28.631 INFO O| Aug 31 14:42:28.631 INFO O| Finalize: Updating package cache ... Done
40442026-08-31T14:42:29.344Z[ host-image] Aug 31 14:42:28.700 INFO O| Aug 31 14:42:28.700 INFO O| Finalize: Updating image state ... Done
40452026-08-31T14:42:29.355Z[ host-image] Aug 31 14:42:28.711 INFO O| Aug 31 14:42:28.711 INFO O| Finalize: Creating fast lookup database ... Done
40462026-08-31T14:42:29.359Z[ host-image] Aug 31 14:42:28.712 INFO O| Aug 31 14:42:28.712 INFO O| Finalize: Reading search index ... Done
40472026-08-31T14:42:29.359Z[ host-image] Aug 31 14:42:28.712 INFO O| Aug 31 14:42:28.712 INFO O| Finalize: Updating search index ... Done
40482026-08-31T14:42:29.359Z[ host-image] Aug 31 14:42:28.713 INFO O| Aug 31 14:42:28.713 INFO O| Finalize: Updating package cache ... Done
40492026-08-31T14:42:29.557Z[ host-image] Aug 31 14:42:28.913 INFO O| Aug 31 14:42:28.913 INFO STEP 6 (pkg_change_variant) COMPLETE
40502026-08-31T14:42:29.557Z[ host-image] Aug 31 14:42:28.913 INFO O| Aug 31 14:42:28.913 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40512026-08-31T14:42:29.557Z[ host-image] Aug 31 14:42:28.913 INFO O| Aug 31 14:42:28.913 INFO skip step because feature "debug_variant" is not enabled
40522026-08-31T14:42:29.560Z[ host-image] Aug 31 14:42:28.913 INFO O| Aug 31 14:42:28.913 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40532026-08-31T14:42:29.819Z[ host-image] Aug 31 14:42:29.175 INFO O| Aug 31 14:42:29.175 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40542026-08-31T14:42:30.413Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.75s
40552026-08-31T14:42:31.556Z[ host-image] Aug 31 14:42:30.911 INFO O| Aug 31 14:42:30.911 INFO O| Startup: Refreshing catalog 'helios' ... Done
40562026-08-31T14:42:31.985Z[ host-image] Aug 31 14:42:31.329 INFO O| Aug 31 14:42:31.329 INFO O| Startup: Caching catalogs ... Done
40572026-08-31T14:42:32.006Z[ host-image] Aug 31 14:42:31.344 INFO O| Aug 31 14:42:31.344 INFO O| Planning: Planning completed in 0.00 seconds
40582026-08-31T14:42:32.006Z[ host-image] Aug 31 14:42:31.345 INFO O| Aug 31 14:42:31.345 INFO O| Planning: Consolidating action changes ... Done
40592026-08-31T14:42:32.006Z[ host-image] Aug 31 14:42:31.345 INFO O| Aug 31 14:42:31.345 INFO O| Planning: Evaluating mediators ... Done
40602026-08-31T14:42:32.006Z[ host-image] Aug 31 14:42:31.345 INFO O| Aug 31 14:42:31.345 INFO O| Planning: Planning completed in 0.00 seconds
40612026-08-31T14:42:32.006Z[ host-image] Aug 31 14:42:31.345 INFO O| Aug 31 14:42:31.345 INFO O| Variants/Facets to change: 1
40622026-08-31T14:42:32.032Z[ host-image] Aug 31 14:42:31.356 INFO O| Aug 31 14:42:31.356 INFO O| Finalize: Updating package state database ... Done
40632026-08-31T14:42:32.033Z[ host-image] Aug 31 14:42:31.356 INFO O| Aug 31 14:42:31.356 INFO O| Finalize: Updating package cache ... Done
40642026-08-31T14:42:32.086Z[ host-image] Aug 31 14:42:31.428 INFO O| Aug 31 14:42:31.428 INFO O| Finalize: Updating image state ... Done
40652026-08-31T14:42:32.133Z[ host-image] Aug 31 14:42:31.439 INFO O| Aug 31 14:42:31.439 INFO O| Finalize: Creating fast lookup database ... Done
40662026-08-31T14:42:32.133Z[ host-image] Aug 31 14:42:31.440 INFO O| Aug 31 14:42:31.440 INFO O| Finalize: Reading search index ... Done
40672026-08-31T14:42:32.134Z[ host-image] Aug 31 14:42:31.440 INFO O| Aug 31 14:42:31.440 INFO O| Finalize: Updating search index ... Done
40682026-08-31T14:42:32.134Z[ host-image] Aug 31 14:42:31.441 INFO O| Aug 31 14:42:31.441 INFO O| Finalize: Updating package cache ... Done
40692026-08-31T14:42:32.289Z[ host-image] Aug 31 14:42:31.628 INFO O| Aug 31 14:42:31.628 INFO STEP 8 (pkg_change_facet) COMPLETE
40702026-08-31T14:42:32.289Z[ host-image] Aug 31 14:42:31.628 INFO O| Aug 31 14:42:31.628 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40712026-08-31T14:42:32.290Z[ host-image] Aug 31 14:42:31.628 INFO O| Aug 31 14:42:31.628 INFO skip step because feature "recovery" is not enabled
40722026-08-31T14:42:32.347Z[ host-image] Aug 31 14:42:31.628 INFO O| Aug 31 14:42:31.628 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40732026-08-31T14:42:32.347Z[ host-image] Aug 31 14:42:31.628 INFO O| Aug 31 14:42:31.628 INFO skip step because feature "recovery" is not enabled
40742026-08-31T14:42:32.347Z[ host-image] Aug 31 14:42:31.628 INFO O| Aug 31 14:42:31.628 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40752026-08-31T14:42:32.348Z[ host-image] Aug 31 14:42:31.635 INFO O| Aug 31 14:42:31.635 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"]
40762026-08-31T14:42:33.819ZAug 31 14:42:33.175 INFO [recovery-package] process exited with exit status: 0 (16.290573278s)
40772026-08-31T14:42:33.820ZAug 31 14:42:33.175 INFO [recovery-libraries] running task
40782026-08-31T14:42:33.820ZAug 31 14:42:33.175 INFO [recovery-stamp] running task
40792026-08-31T14:42:33.823ZAug 31 14:42:33.175 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+gitc28413b20f5
40802026-08-31T14:42:33.823ZAug 31 14:42:33.175 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gitc28413b20f5
40812026-08-31T14:42:33.837Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40822026-08-31T14:42:33.837Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40832026-08-31T14:42:33.873ZAug 31 14:42:33.226 INFO [recovery-libraries] task succeeded (51.26214ms)
40842026-08-31T14:42:33.891ZAug 31 14:42:33.226 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40852026-08-31T14:42:33.941Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40862026-08-31T14:42:33.946ZAug 31 14:42:33.297 INFO [stamp-installinator] process exited with exit status: 0 (121.45288ms)
40872026-08-31T14:42:34.047Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40882026-08-31T14:42:34.059ZAug 31 14:42:33.377 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (202.25723ms)
40892026-08-31T14:42:34.059ZAug 31 14:42:33.377 INFO [recovery-stamp] task succeeded (202.73231ms)
40902026-08-31T14:42:34.059ZAug 31 14:42:33.377 INFO [recovery-proto] running task
40912026-08-31T14:42:34.059ZAug 31 14:42:33.377 INFO [tuf-stamp] running task
40922026-08-31T14:42:34.059ZAug 31 14:42:33.378 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+gitc28413b20f5
40932026-08-31T14:42:34.059ZAug 31 14:42:33.378 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+gitc28413b20f5
40942026-08-31T14:42:34.059ZAug 31 14:42:33.379 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+gitc28413b20f5
40952026-08-31T14:42:34.059ZAug 31 14:42:33.379 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+gitc28413b20f5
40962026-08-31T14:42:34.059ZAug 31 14:42:33.379 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+gitc28413b20f5
40972026-08-31T14:42:34.059ZAug 31 14:42:33.380 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+gitc28413b20f5
40982026-08-31T14:42:34.059ZAug 31 14:42:33.380 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+gitc28413b20f5
40992026-08-31T14:42:34.059ZAug 31 14:42:33.380 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+gitc28413b20f5
41002026-08-31T14:42:34.059ZAug 31 14:42:33.381 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+gitc28413b20f5
41012026-08-31T14:42:34.059ZAug 31 14:42:33.381 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+gitc28413b20f5
41022026-08-31T14:42:34.059ZAug 31 14:42:33.381 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+gitc28413b20f5
41032026-08-31T14:42:34.059ZAug 31 14:42:33.381 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+gitc28413b20f5
41042026-08-31T14:42:34.059Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
41052026-08-31T14:42:34.059Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
41062026-08-31T14:42:34.059Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
41072026-08-31T14:42:34.059Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
41082026-08-31T14:42:34.059Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
41092026-08-31T14:42:34.059Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
41102026-08-31T14:42:34.059Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
41112026-08-31T14:42:34.059Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
41122026-08-31T14:42:34.059Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
41132026-08-31T14:42:34.059Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
41142026-08-31T14:42:34.059Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
41152026-08-31T14:42:34.059Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
41162026-08-31T14:42:34.059Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
41172026-08-31T14:42:34.059ZAug 31 14:42:33.412 INFO [stamp-probe] process exited with exit status: 0 (34.55058ms)
41182026-08-31T14:42:34.124Z[ host-image] Aug 31 14:42:33.466 INFO O| Aug 31 14:42:33.466 INFO O| Startup: Refreshing catalog 'helios' ... Done
41192026-08-31T14:42:34.176ZAug 31 14:42:33.512 INFO [recovery-proto] task succeeded (134.162249ms)
41202026-08-31T14:42:34.185ZAug 31 14:42:33.512 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.506' -P /tmp/.tmptgqMeT/proto/recovery/root -N 'recovery c28413b/${os_short_commit} 2026-08-31 14:30' -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/'
41212026-08-31T14:42:34.185Z[ recovery-image] Aug 31 14:42:33.518 INFO Checking files for board 'cosmo-mbist-noaggr'
41222026-08-31T14:42:34.185Z[ recovery-image] Aug 31 14:42:33.518 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
41232026-08-31T14:42:34.186Z[ recovery-image] Aug 31 14:42:33.518 INFO Checking files for board 'cosmo'
41242026-08-31T14:42:34.186Z[ recovery-image] Aug 31 14:42:33.518 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
41252026-08-31T14:42:34.186Z[ recovery-image] Aug 31 14:42:33.518 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
41262026-08-31T14:42:34.186Z[ recovery-image] Aug 31 14:42:33.518 INFO Checking files for board 'cosmo-mbist'
41272026-08-31T14:42:34.186Z[ recovery-image] Aug 31 14:42:33.518 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
41282026-08-31T14:42:34.186Z[ recovery-image] Aug 31 14:42:33.518 INFO Checking files for board 'gimlet'
41292026-08-31T14:42:34.186Z[ recovery-image] Aug 31 14:42:33.518 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
41302026-08-31T14:42:34.186Z[ recovery-image] Aug 31 14:42:33.518 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
41312026-08-31T14:42:34.186Z[ recovery-image] Aug 31 14:42:33.528 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmptgqMeT/proto/recovery/root"
41322026-08-31T14:42:34.186Z[ recovery-image] Aug 31 14:42:33.528 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
41332026-08-31T14:42:34.186Z[ recovery-image] Aug 31 14:42:33.528 INFO image builder template: ramdisk-01-os...
41342026-08-31T14:42:34.186Z[ recovery-image] Aug 31 14:42:33.528 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/.tmptgqMeT/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
41352026-08-31T14:42:34.196Z[ recovery-image] Aug 31 14:42:33.545 INFO O| Aug 31 14:42:33.545 INFO CREATE DATASET: rpool/images/build/recovery/output
41362026-08-31T14:42:34.410Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41372026-08-31T14:42:34.441Z[verify-libraries] Running `target/debug/xtask verify-libraries`
41382026-08-31T14:42:34.527Z[ recovery-image] Aug 31 14:42:33.874 INFO O| Aug 31 14:42:33.873 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41392026-08-31T14:42:34.545Z[ recovery-image] Aug 31 14:42:33.878 INFO O| Aug 31 14:42:33.878 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41402026-08-31T14:42:34.568Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
41412026-08-31T14:42:34.568ZAug 31 14:42:33.894 INFO [stamp-ntp] process exited with exit status: 0 (513.584958ms)
41422026-08-31T14:42:34.596Z[ host-image] Aug 31 14:42:33.947 INFO O| Aug 31 14:42:33.947 INFO O| Startup: Caching catalogs ... Done
41432026-08-31T14:42:34.662Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
41442026-08-31T14:42:34.668ZAug 31 14:42:34.007 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (628.142198ms)
41452026-08-31T14:42:34.731Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
41462026-08-31T14:42:34.740ZAug 31 14:42:34.080 INFO [stamp-external-dns] process exited with exit status: 0 (701.389358ms)
41472026-08-31T14:42:34.752Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
41482026-08-31T14:42:34.752ZAug 31 14:42:34.100 INFO [stamp-internal-dns] process exited with exit status: 0 (720.592368ms)
41492026-08-31T14:42:34.855Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
41502026-08-31T14:42:34.862ZAug 31 14:42:34.207 INFO [stamp-crucible-zone] process exited with exit status: 0 (826.307838ms)
41512026-08-31T14:42:35.040Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41522026-08-31T14:42:35.048ZAug 31 14:42:34.399 INFO [stamp-oximeter] process exited with exit status: 0 (1.018322998s)
41532026-08-31T14:42:35.129Z[ recovery-image] Aug 31 14:42:34.471 INFO O| Aug 31 14:42:34.471 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
41542026-08-31T14:42:35.242Z[ recovery-image] Aug 31 14:42:34.586 INFO O| Aug 31 14:42:34.586 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41552026-08-31T14:42:35.243Z[ recovery-image] Aug 31 14:42:34.586 INFO O| Aug 31 14:42:34.586 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41562026-08-31T14:42:35.255Z[ recovery-image] Aug 31 14:42:34.586 INFO O| Aug 31 14:42:34.586 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41572026-08-31T14:42:35.255Z[ recovery-image] Aug 31 14:42:34.586 INFO O| Aug 31 14:42:34.586 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41582026-08-31T14:42:35.255Z[ recovery-image] Aug 31 14:42:34.592 INFO O| Aug 31 14:42:34.591 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41592026-08-31T14:42:36.356Z[ recovery-image] Aug 31 14:42:35.712 INFO O| Aug 31 14:42:35.712 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41602026-08-31T14:42:36.362Z[ recovery-image] Aug 31 14:42:35.719 INFO O| Aug 31 14:42:35.719 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41612026-08-31T14:42:36.612Z[ recovery-image] Aug 31 14:42:35.968 INFO O| Aug 31 14:42:35.968 INFO O| Caching catalogs ... Done
41622026-08-31T14:42:36.625Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41632026-08-31T14:42:36.628ZAug 31 14:42:35.985 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.603312304s)
41642026-08-31T14:42:36.676Z[ recovery-image] Aug 31 14:42:36.033 INFO O| Aug 31 14:42:36.033 INFO STEP 0 (pkg_image_create) COMPLETE
41652026-08-31T14:42:36.676Z[ recovery-image] Aug 31 14:42:36.033 INFO O| Aug 31 14:42:36.033 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41662026-08-31T14:42:36.683Z[ recovery-image] Aug 31 14:42:36.040 INFO O| Aug 31 14:42:36.040 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"]
41672026-08-31T14:42:36.935Z[ recovery-image] Aug 31 14:42:36.290 INFO O| Aug 31 14:42:36.290 INFO STEP 1 (pkg_set_publisher) COMPLETE
41682026-08-31T14:42:36.935Z[ recovery-image] Aug 31 14:42:36.290 INFO O| Aug 31 14:42:36.290 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41692026-08-31T14:42:36.938Z[ recovery-image] Aug 31 14:42:36.290 INFO O| Aug 31 14:42:36.290 INFO skip step because feature "publisher_1_name" is not enabled
41702026-08-31T14:42:36.939Z[ recovery-image] Aug 31 14:42:36.290 INFO O| Aug 31 14:42:36.290 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41712026-08-31T14:42:36.939Z[ recovery-image] Aug 31 14:42:36.290 INFO O| Aug 31 14:42:36.290 INFO skip step because feature "publisher_2_name" is not enabled
41722026-08-31T14:42:36.939Z[ recovery-image] Aug 31 14:42:36.290 INFO O| Aug 31 14:42:36.290 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41732026-08-31T14:42:36.939Z[ recovery-image] Aug 31 14:42:36.290 INFO O| Aug 31 14:42:36.290 INFO skip step because feature "publisher_3_name" is not enabled
41742026-08-31T14:42:36.939Z[ recovery-image] Aug 31 14:42:36.290 INFO O| Aug 31 14:42:36.290 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41752026-08-31T14:42:37.193Z[ host-image] Aug 31 14:42:36.550 INFO O| Aug 31 14:42:36.550 INFO O| Planning: Solver setup ... Done
41762026-08-31T14:42:37.226Z[ recovery-image] Aug 31 14:42:36.582 INFO O| Aug 31 14:42:36.582 INFO variant opensolaris.zone is already global
41772026-08-31T14:42:37.226Z[ recovery-image] Aug 31 14:42:36.582 INFO O| Aug 31 14:42:36.582 INFO STEP 5 (pkg_change_variant) COMPLETE
41782026-08-31T14:42:37.229Z[ recovery-image] Aug 31 14:42:36.582 INFO O| Aug 31 14:42:36.582 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41792026-08-31T14:42:37.464Z[ host-image] Aug 31 14:42:36.821 INFO O| Aug 31 14:42:36.821 INFO O| Planning: Running solver ... Done
41802026-08-31T14:42:37.498Z[ recovery-image] Aug 31 14:42:36.855 INFO O| Aug 31 14:42:36.854 INFO variant opensolaris.imagetype is full; changing to partial
41812026-08-31T14:42:37.498Z[ recovery-image] Aug 31 14:42:36.855 INFO O| Aug 31 14:42:36.854 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41822026-08-31T14:42:37.516Z[ host-image] Aug 31 14:42:36.872 INFO O| Aug 31 14:42:36.872 INFO O| Planning: Finding local manifests ... Done
41832026-08-31T14:42:37.535Z[ host-image] Aug 31 14:42:36.890 INFO O| Aug 31 14:42:36.890 INFO O| Planning: Fetching manifests: 0/130 0% complete
41842026-08-31T14:42:38.649Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41852026-08-31T14:42:38.652ZAug 31 14:42:38.009 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.62946204s)
41862026-08-31T14:42:38.897Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41872026-08-31T14:42:38.901ZAug 31 14:42:38.258 INFO [stamp-clickhouse] process exited with exit status: 0 (4.87788131s)
41882026-08-31T14:42:38.938Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41892026-08-31T14:42:38.943ZAug 31 14:42:38.298 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.91816334s)
41902026-08-31T14:42:39.058Z[verify-libraries] Compiling match_cfg v0.1.0
41912026-08-31T14:42:39.058Z[verify-libraries] Compiling slog-json v2.6.1
41922026-08-31T14:42:39.061Z[verify-libraries] Compiling debug-ignore v1.0.5
41932026-08-31T14:42:39.061Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41942026-08-31T14:42:39.061Z[verify-libraries] Compiling sha1 v0.11.0
41952026-08-31T14:42:39.061Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41962026-08-31T14:42:39.233Z[ host-image] Aug 31 14:42:38.590 INFO O| Aug 31 14:42:38.590 INFO O| Planning: Fetching manifests: 130/130 100% complete
41972026-08-31T14:42:39.260Z[verify-libraries] Compiling multer v3.1.0
41982026-08-31T14:42:39.263Z[verify-libraries] Compiling compression-core v0.4.31
41992026-08-31T14:42:39.263Z[verify-libraries] Compiling async-stream-impl v0.3.6
42002026-08-31T14:42:39.263Z[verify-libraries] Compiling serde_spanned v1.1.1
42012026-08-31T14:42:39.264Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
42022026-08-31T14:42:39.279Z[verify-libraries] Compiling dropshot v0.17.1
42032026-08-31T14:42:39.282Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
42042026-08-31T14:42:39.436Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
42052026-08-31T14:42:39.440ZAug 31 14:42:38.796 INFO [stamp-nexus] process exited with exit status: 0 (5.418200468s)
42062026-08-31T14:42:39.440ZAug 31 14:42:38.796 INFO [tuf-stamp] task succeeded (5.418944718s)
42072026-08-31T14:42:39.440ZAug 31 14:42:38.796 INFO [tuf-v2-zones] running task
42082026-08-31T14:42:39.506Z[verify-libraries] Compiling progenitor-client v0.14.0
42092026-08-31T14:42:39.564Z[verify-libraries] Compiling hostname v0.3.1
42102026-08-31T14:42:39.564Z[verify-libraries] Compiling compression-codecs v0.4.37
42112026-08-31T14:42:39.567Z[verify-libraries] Compiling waitgroup v0.1.2
42122026-08-31T14:42:39.567Z[verify-libraries] Compiling rustls-pemfile v2.2.0
42132026-08-31T14:42:39.587ZAug 31 14:42:38.944 INFO [tuf-v2-zones] task succeeded (147.46122ms)
42142026-08-31T14:42:39.651Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
42152026-08-31T14:42:39.651Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
42162026-08-31T14:42:39.654Z[verify-libraries] Compiling hostname v0.4.2
42172026-08-31T14:42:39.673Z[verify-libraries] Compiling atomicwrites v0.4.4
42182026-08-31T14:42:39.744Z[verify-libraries] Compiling slog-bunyan v2.5.0
42192026-08-31T14:42:39.789Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
42202026-08-31T14:42:39.792Z[verify-libraries] Compiling async-compression v0.4.41
42212026-08-31T14:42:39.792Z[verify-libraries] Compiling macaddr v1.0.1
42222026-08-31T14:42:39.798Z[ host-image] Aug 31 14:42:39.155 INFO O| Aug 31 14:42:39.155 INFO O| Planning: Package planning ... Done
42232026-08-31T14:42:39.889Z[verify-libraries] Compiling regress v0.10.5
42242026-08-31T14:42:39.889Z[verify-libraries] Compiling serde_tokenstream v0.3.0
42252026-08-31T14:42:39.892Z[verify-libraries] Compiling instant v0.1.13
42262026-08-31T14:42:39.961Z[verify-libraries] Compiling oxide-generation v0.1.3
42272026-08-31T14:42:39.961Z[verify-libraries] Compiling parse-display-derive v0.10.0
42282026-08-31T14:42:39.961Z[verify-libraries] Compiling itertools v0.14.0
42292026-08-31T14:42:39.965Z[verify-libraries] Compiling backon v1.6.0
42302026-08-31T14:42:39.965Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
42312026-08-31T14:42:40.009Z[verify-libraries] Compiling async-stream v0.3.6
42322026-08-31T14:42:40.111Z[verify-libraries] Compiling humantime v2.3.0
42332026-08-31T14:42:40.114Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
42342026-08-31T14:42:40.114Z[verify-libraries] Compiling backoff v0.4.0
42352026-08-31T14:42:40.122Z[ host-image] Aug 31 14:42:39.478 INFO O| Aug 31 14:42:39.478 INFO O| Planning: Merging actions ... Done
42362026-08-31T14:42:40.248Z[ host-image] Aug 31 14:42:39.604 INFO O| Aug 31 14:42:39.603 INFO O| Planning: Checking for conflicting actions ... Done
42372026-08-31T14:42:40.273Z[verify-libraries] Compiling progenitor-extras v0.2.0
42382026-08-31T14:42:40.277Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
42392026-08-31T14:42:40.319Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
42402026-08-31T14:42:40.322Z[verify-libraries] Compiling convert_case v0.4.0
42412026-08-31T14:42:40.344Z[verify-libraries] Compiling half v2.7.1
42422026-08-31T14:42:40.344Z[verify-libraries] Compiling ciborium-io v0.2.2
42432026-08-31T14:42:40.362Z[ host-image] Aug 31 14:42:39.718 INFO O| Aug 31 14:42:39.718 INFO O| Planning: Consolidating action changes ... Done
42442026-08-31T14:42:40.414Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
42452026-08-31T14:42:40.414Z[verify-libraries] Compiling indent_write v2.2.0
42462026-08-31T14:42:40.489Z[verify-libraries] Compiling regress v0.11.1
42472026-08-31T14:42:40.525Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
42482026-08-31T14:42:40.548Z[ host-image] Aug 31 14:42:39.904 INFO O| Aug 31 14:42:39.904 INFO O| Planning: Evaluating mediators ... Done
42492026-08-31T14:42:40.572Z[verify-libraries] Compiling secrecy v0.10.3
42502026-08-31T14:42:40.575Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
42512026-08-31T14:42:40.609Z[ recovery-image] Aug 31 14:42:39.965 INFO O| Aug 31 14:42:39.965 INFO O| Startup: Refreshing catalog 'helios' ... Done
42522026-08-31T14:42:40.620Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
42532026-08-31T14:42:40.643Z[verify-libraries] Compiling inout v0.1.4
42542026-08-31T14:42:40.664Z[verify-libraries] Compiling ciborium-ll v0.2.2
42552026-08-31T14:42:40.769Z[verify-libraries] Compiling derive_more v0.99.20
42562026-08-31T14:42:40.769Z[verify-libraries] Compiling universal-hash v0.5.1
42572026-08-31T14:42:40.844Z[verify-libraries] Compiling cipher v0.4.4
42582026-08-31T14:42:40.896Z[verify-libraries] Compiling ciborium v0.2.2
42592026-08-31T14:42:40.936Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42602026-08-31T14:42:40.976Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
42612026-08-31T14:42:40.976Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
42622026-08-31T14:42:41.020Z[verify-libraries] Compiling opaque-debug v0.3.1
42632026-08-31T14:42:41.023Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42642026-08-31T14:42:41.091Z[verify-libraries] Compiling blake2 v0.10.6
42652026-08-31T14:42:41.134Z[verify-libraries] Compiling poly1305 v0.8.0
42662026-08-31T14:42:41.134Z[verify-libraries] Compiling chacha20 v0.9.1
42672026-08-31T14:42:41.178Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
42682026-08-31T14:42:41.232Z[verify-libraries] Compiling aead v0.5.2
42692026-08-31T14:42:41.376Z[verify-libraries] Compiling password-hash v0.5.0
42702026-08-31T14:42:41.466Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
42712026-08-31T14:42:41.551Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42722026-08-31T14:42:41.554Z[verify-libraries] Compiling num-derive v0.4.2
42732026-08-31T14:42:41.583Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
42742026-08-31T14:42:41.743Z[verify-libraries] Compiling argon2 v0.5.3
42752026-08-31T14:42:41.743Z[verify-libraries] Compiling crossbeam-deque v0.8.6
42762026-08-31T14:42:41.811Z[verify-libraries] Compiling rayon-core v1.13.0
42772026-08-31T14:42:41.848Z[verify-libraries] Compiling parse-display v0.10.0
42782026-08-31T14:42:41.851Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42792026-08-31T14:42:41.975Z[verify-libraries] Compiling glob v0.3.3
42802026-08-31T14:42:42.007Z[verify-libraries] Compiling heapless v0.8.0
42812026-08-31T14:42:42.034Z[ host-image] Aug 31 14:42:41.391 INFO O| Aug 31 14:42:41.390 INFO O| Planning: Planning completed in 7.43 seconds
42822026-08-31T14:42:42.037Z[ host-image] Aug 31 14:42:41.393 INFO O| Aug 31 14:42:41.393 INFO O| Packages to install: 130
42832026-08-31T14:42:42.037Z[ host-image] Aug 31 14:42:41.393 INFO O| Aug 31 14:42:41.393 INFO O| Mediators to change: 5
42842026-08-31T14:42:42.037Z[ host-image] Aug 31 14:42:41.393 INFO O| Aug 31 14:42:41.393 INFO O| Services to change: 6
42852026-08-31T14:42:42.063Z[verify-libraries] Compiling proc-macro-error v1.0.4
42862026-08-31T14:42:42.071Z[ host-image] Aug 31 14:42:41.427 INFO O| Aug 31 14:42:41.427 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
42872026-08-31T14:42:42.122Z[ recovery-image] Aug 31 14:42:41.478 INFO O| Aug 31 14:42:41.478 INFO O| Startup: Caching catalogs ... Done
42882026-08-31T14:42:42.139Z[ recovery-image] Aug 31 14:42:41.495 INFO O| Aug 31 14:42:41.495 INFO O| Planning: Planning completed in 0.00 seconds
42892026-08-31T14:42:42.142Z[ recovery-image] Aug 31 14:42:41.496 INFO O| Aug 31 14:42:41.496 INFO O| Planning: Consolidating action changes ... Done
42902026-08-31T14:42:42.142Z[ recovery-image] Aug 31 14:42:41.496 INFO O| Aug 31 14:42:41.496 INFO O| Planning: Evaluating mediators ... Done
42912026-08-31T14:42:42.142Z[ recovery-image] Aug 31 14:42:41.496 INFO O| Aug 31 14:42:41.496 INFO O| Planning: Planning completed in 0.00 seconds
42922026-08-31T14:42:42.142Z[ recovery-image] Aug 31 14:42:41.496 INFO O| Aug 31 14:42:41.496 INFO O| Variants/Facets to change: 1
42932026-08-31T14:42:42.151Z[ recovery-image] Aug 31 14:42:41.507 INFO O| Aug 31 14:42:41.507 INFO O| Finalize: Updating package state database ... Done
42942026-08-31T14:42:42.151Z[ recovery-image] Aug 31 14:42:41.507 INFO O| Aug 31 14:42:41.507 INFO O| Finalize: Updating package cache ... Done
42952026-08-31T14:42:42.166Z[verify-libraries] Compiling typify-impl v0.6.2
42962026-08-31T14:42:42.213Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42972026-08-31T14:42:42.244Z[ recovery-image] Aug 31 14:42:41.599 INFO O| Aug 31 14:42:41.599 INFO O| Finalize: Updating image state ... Done
42982026-08-31T14:42:42.248Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42992026-08-31T14:42:42.261Z[ recovery-image] Aug 31 14:42:41.616 INFO O| Aug 31 14:42:41.616 INFO O| Finalize: Creating fast lookup database ... Done
43002026-08-31T14:42:42.261Z[ recovery-image] Aug 31 14:42:41.617 INFO O| Aug 31 14:42:41.617 INFO O| Finalize: Reading search index ... Done
43012026-08-31T14:42:42.261Z[ recovery-image] Aug 31 14:42:41.617 INFO O| Aug 31 14:42:41.617 INFO O| Finalize: Updating search index ... Done
43022026-08-31T14:42:42.264Z[ recovery-image] Aug 31 14:42:41.618 INFO O| Aug 31 14:42:41.618 INFO O| Finalize: Updating package cache ... Done
43032026-08-31T14:42:42.282Z[verify-libraries] Compiling thiserror-no-std v2.0.2
43042026-08-31T14:42:42.463Z[verify-libraries] Compiling vsss-rs v3.3.4
43052026-08-31T14:42:42.559Z[verify-libraries] Compiling usdt-macro v0.5.0
43062026-08-31T14:42:42.574Z[ recovery-image] Aug 31 14:42:41.930 INFO O| Aug 31 14:42:41.930 INFO STEP 6 (pkg_change_variant) COMPLETE
43072026-08-31T14:42:42.574Z[ recovery-image] Aug 31 14:42:41.930 INFO O| Aug 31 14:42:41.930 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43082026-08-31T14:42:42.574Z[ recovery-image] Aug 31 14:42:41.930 INFO O| Aug 31 14:42:41.930 INFO skip step because feature "debug_variant" is not enabled
43092026-08-31T14:42:42.577Z[ recovery-image] Aug 31 14:42:41.930 INFO O| Aug 31 14:42:41.930 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43102026-08-31T14:42:42.590Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
43112026-08-31T14:42:42.649Z[verify-libraries] Compiling ingot-macros v0.2.0
43122026-08-31T14:42:42.789Z[verify-libraries] Compiling tabwriter v1.4.1
43132026-08-31T14:42:42.924Z[ recovery-image] Aug 31 14:42:42.280 INFO O| Aug 31 14:42:42.280 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43142026-08-31T14:42:43.011Z[verify-libraries] Compiling proc-macro-crate v3.4.0
43152026-08-31T14:42:43.146Z[verify-libraries] Compiling hash32 v0.3.1
43162026-08-31T14:42:43.182Z[verify-libraries] Compiling memmap v0.7.0
43172026-08-31T14:42:43.232Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
43182026-08-31T14:42:43.237Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
43192026-08-31T14:42:43.298Z[verify-libraries] Compiling smoltcp v0.11.0
43202026-08-31T14:42:43.383Z[verify-libraries] Compiling cobs v0.3.0
43212026-08-31T14:42:43.448Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
43222026-08-31T14:42:43.597Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
43232026-08-31T14:42:43.626Z[verify-libraries] Compiling usdt v0.5.0
43242026-08-31T14:42:43.630Z[verify-libraries] Compiling colored v3.1.1
43252026-08-31T14:42:43.666Z[verify-libraries] Compiling num_enum_derive v0.7.6
43262026-08-31T14:42:43.669Z[verify-libraries] Compiling postcard v1.1.3
43272026-08-31T14:42:43.706Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
43282026-08-31T14:42:43.750Z[verify-libraries] Compiling rayon v1.11.0
43292026-08-31T14:42:43.816Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
43302026-08-31T14:42:43.843Z[verify-libraries] Compiling rand v0.10.1
43312026-08-31T14:42:43.887Z[verify-libraries] Compiling proc-macro-crate v1.3.1
43322026-08-31T14:42:43.920Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43332026-08-31T14:42:43.920Z[verify-libraries] Compiling foreign-types-macros v0.2.3
43342026-08-31T14:42:44.064Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43352026-08-31T14:42:44.118Z[verify-libraries] Compiling foreign-types-shared v0.3.1
43362026-08-31T14:42:44.298Z[verify-libraries] Compiling illumos-nvpair v0.3.0
43372026-08-31T14:42:44.381Z[verify-libraries] Compiling num_enum_derive v0.5.11
43382026-08-31T14:42:44.428Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
43392026-08-31T14:42:44.488Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
43402026-08-31T14:42:44.620Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43412026-08-31T14:42:44.675Z[verify-libraries] Compiling cstr-argument v0.1.2
43422026-08-31T14:42:44.706Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
43432026-08-31T14:42:44.794Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
43442026-08-31T14:42:44.824Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
43452026-08-31T14:42:44.865Z[verify-libraries] Compiling foreign-types v0.5.0
43462026-08-31T14:42:44.905Z[verify-libraries] Compiling sigpipe v0.1.3
43472026-08-31T14:42:44.946Z[verify-libraries] Compiling num_enum v0.7.6
43482026-08-31T14:42:45.038Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
43492026-08-31T14:42:45.061Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
43502026-08-31T14:42:45.118Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
43512026-08-31T14:42:45.121Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
43522026-08-31T14:42:45.164Z[ recovery-image] Aug 31 14:42:44.519 INFO O| Aug 31 14:42:44.519 INFO O| Startup: Refreshing catalog 'helios' ... Done
43532026-08-31T14:42:45.202Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
43542026-08-31T14:42:45.226Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
43552026-08-31T14:42:45.294Z[verify-libraries] Compiling itertools v0.12.1
43562026-08-31T14:42:45.357Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43572026-08-31T14:42:45.398Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
43582026-08-31T14:42:45.433Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
43592026-08-31T14:42:45.478Z[verify-libraries] Compiling toml v0.8.23
43602026-08-31T14:42:45.478Z[verify-libraries] Compiling smf v0.2.3
43612026-08-31T14:42:45.643Z[ recovery-image] Aug 31 14:42:44.999 INFO O| Aug 31 14:42:44.999 INFO O| Startup: Caching catalogs ... Done
43622026-08-31T14:42:45.661Z[ recovery-image] Aug 31 14:42:45.017 INFO O| Aug 31 14:42:45.017 INFO O| Planning: Planning completed in 0.00 seconds
43632026-08-31T14:42:45.664Z[ recovery-image] Aug 31 14:42:45.017 INFO O| Aug 31 14:42:45.017 INFO O| Planning: Consolidating action changes ... Done
43642026-08-31T14:42:45.664Z[ recovery-image] Aug 31 14:42:45.017 INFO O| Aug 31 14:42:45.017 INFO O| Planning: Evaluating mediators ... Done
43652026-08-31T14:42:45.664Z[ recovery-image] Aug 31 14:42:45.017 INFO O| Aug 31 14:42:45.017 INFO O| Planning: Planning completed in 0.00 seconds
43662026-08-31T14:42:45.664Z[ recovery-image] Aug 31 14:42:45.018 INFO O| Aug 31 14:42:45.018 INFO O| Variants/Facets to change: 1
43672026-08-31T14:42:45.677Z[ recovery-image] Aug 31 14:42:45.030 INFO O| Aug 31 14:42:45.030 INFO O| Finalize: Updating package state database ... Done
43682026-08-31T14:42:45.677Z[ recovery-image] Aug 31 14:42:45.030 INFO O| Aug 31 14:42:45.030 INFO O| Finalize: Updating package cache ... Done
43692026-08-31T14:42:45.693Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
43702026-08-31T14:42:45.742Z[verify-libraries] Compiling num_enum v0.5.11
43712026-08-31T14:42:45.763Z[ recovery-image] Aug 31 14:42:45.113 INFO O| Aug 31 14:42:45.113 INFO O| Finalize: Updating image state ... Done
43722026-08-31T14:42:45.771Z[ recovery-image] Aug 31 14:42:45.127 INFO O| Aug 31 14:42:45.127 INFO O| Finalize: Creating fast lookup database ... Done
43732026-08-31T14:42:45.771Z[ recovery-image] Aug 31 14:42:45.127 INFO O| Aug 31 14:42:45.127 INFO O| Finalize: Reading search index ... Done
43742026-08-31T14:42:45.774Z[ recovery-image] Aug 31 14:42:45.127 INFO O| Aug 31 14:42:45.127 INFO O| Finalize: Updating search index ... Done
43752026-08-31T14:42:45.775Z[ recovery-image] Aug 31 14:42:45.128 INFO O| Aug 31 14:42:45.128 INFO O| Finalize: Updating package cache ... Done
43762026-08-31T14:42:45.803Z[verify-libraries] Compiling whoami v1.6.1
43772026-08-31T14:42:45.839Z[verify-libraries] Compiling tokio-dtrace v0.1.1
43782026-08-31T14:42:45.842Z[verify-libraries] Compiling derive-where v1.6.0
43792026-08-31T14:42:45.889Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
43802026-08-31T14:42:45.950Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43812026-08-31T14:42:45.976Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43822026-08-31T14:42:46.067Z[ recovery-image] Aug 31 14:42:45.423 INFO O| Aug 31 14:42:45.423 INFO STEP 8 (pkg_change_facet) COMPLETE
43832026-08-31T14:42:46.067Z[ recovery-image] Aug 31 14:42:45.423 INFO O| Aug 31 14:42:45.423 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43842026-08-31T14:42:46.075Z[verify-libraries] Compiling ingot-types v0.2.0
43852026-08-31T14:42:46.168Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43862026-08-31T14:42:46.171Z[verify-libraries] Compiling gethostname v0.5.0
43872026-08-31T14:42:46.208Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43882026-08-31T14:42:46.239Z[verify-libraries] Compiling newline-converter v0.3.0
43892026-08-31T14:42:46.321Z[verify-libraries] Compiling console v0.15.11
43902026-08-31T14:42:46.390Z[verify-libraries] Compiling linear-map v1.2.0
43912026-08-31T14:42:46.394Z[ recovery-image] Aug 31 14:42:45.749 INFO O| Aug 31 14:42:45.749 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43922026-08-31T14:42:46.431Z[verify-libraries] Compiling num-rational v0.4.2
43932026-08-31T14:42:46.431Z[verify-libraries] Compiling num-complex v0.4.6
43942026-08-31T14:42:46.559Z[verify-libraries] Compiling ingot v0.2.1
43952026-08-31T14:42:46.562Z[verify-libraries] Compiling zone v0.3.1
43962026-08-31T14:42:46.676Z[verify-libraries] Compiling slog-dtrace v0.3.0
43972026-08-31T14:42:46.702Z[verify-libraries] Compiling expectorate v1.2.0
43982026-08-31T14:42:46.729Z[verify-libraries] Compiling resolv-conf v0.7.6
43992026-08-31T14:42:46.917Z[verify-libraries] Compiling prettyplease v0.2.37
44002026-08-31T14:42:46.993Z[verify-libraries] Compiling num v0.4.3
44012026-08-31T14:42:47.015Z[verify-libraries] Compiling float-ord v0.3.2
44022026-08-31T14:42:47.036Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44032026-08-31T14:42:47.039Z[verify-libraries] Compiling typify-macro v0.6.2
44042026-08-31T14:42:47.071Z[ host-image] Aug 31 14:42:46.427 INFO O| Aug 31 14:42:46.427 INFO O| Download: 10788/23888 items 93.9/222.8MB 42% complete (18.8M/s)
44052026-08-31T14:42:47.123Z[verify-libraries] Compiling linked-hash-map v0.5.6
44062026-08-31T14:42:47.144Z[verify-libraries] Compiling minimal-lexical v0.2.1
44072026-08-31T14:42:47.190Z[verify-libraries] Compiling hickory-proto v0.24.4
44082026-08-31T14:42:47.193Z[verify-libraries] Compiling unicode-xid v0.2.6
44092026-08-31T14:42:47.242Z[verify-libraries] Compiling tabled_derive v0.7.0
44102026-08-31T14:42:47.305Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
44112026-08-31T14:42:47.386Z[verify-libraries] Compiling nom v7.1.3
44122026-08-31T14:42:47.408Z[verify-libraries] Compiling lru-cache v0.1.2
44132026-08-31T14:42:47.411Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
44142026-08-31T14:42:47.458Z[verify-libraries] Compiling ar_archive_writer v0.5.1
44152026-08-31T14:42:47.495Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
44162026-08-31T14:42:47.553Z[verify-libraries] Compiling fd-lock v4.0.4
44172026-08-31T14:42:47.619Z[verify-libraries] Compiling vte v0.14.1
44182026-08-31T14:42:47.769Z[verify-libraries] Compiling display-error-chain v0.2.2
44192026-08-31T14:42:47.827Z[verify-libraries] Compiling crossterm v0.29.0
44202026-08-31T14:42:47.959Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
44212026-08-31T14:42:48.005Z[verify-libraries] Compiling nu-ansi-term v0.50.3
44222026-08-31T14:42:48.011Z[verify-libraries] Compiling stacker v0.1.23
44232026-08-31T14:42:48.267Z[verify-libraries] Compiling cfg_aliases v0.1.1
44242026-08-31T14:42:48.382Z[verify-libraries] Compiling oxide-update-engine v0.1.2
44252026-08-31T14:42:48.423Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44262026-08-31T14:42:48.423Z[verify-libraries] Compiling psm v0.1.30
44272026-08-31T14:42:48.427Z[verify-libraries] Compiling tabled v0.15.0
44282026-08-31T14:42:48.479Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44292026-08-31T14:42:48.502Z[verify-libraries] Compiling reedline v0.40.0
44302026-08-31T14:42:48.561Z[ recovery-image] Aug 31 14:42:47.918 INFO O| Aug 31 14:42:47.917 INFO O| Startup: Refreshing catalog 'helios' ... Done
44312026-08-31T14:42:48.605Z[verify-libraries] Compiling nix v0.28.0
44322026-08-31T14:42:48.705Z[verify-libraries] Compiling termtree v0.5.1
44332026-08-31T14:42:48.769Z[verify-libraries] Compiling semver v0.1.20
44342026-08-31T14:42:48.772Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
44352026-08-31T14:42:48.888Z[verify-libraries] Compiling phf_shared v0.12.1
44362026-08-31T14:42:48.924Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
44372026-08-31T14:42:48.994Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44382026-08-31T14:42:49.044Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
44392026-08-31T14:42:49.048Z[verify-libraries] Compiling typify v0.6.2
44402026-08-31T14:42:49.059Z[ recovery-image] Aug 31 14:42:48.416 INFO O| Aug 31 14:42:48.416 INFO O| Startup: Caching catalogs ... Done
44412026-08-31T14:42:49.077Z[ recovery-image] Aug 31 14:42:48.434 INFO O| Aug 31 14:42:48.434 INFO O| Planning: Planning completed in 0.00 seconds
44422026-08-31T14:42:49.081Z[ recovery-image] Aug 31 14:42:48.434 INFO O| Aug 31 14:42:48.434 INFO O| Planning: Consolidating action changes ... Done
44432026-08-31T14:42:49.081Z[ recovery-image] Aug 31 14:42:48.434 INFO O| Aug 31 14:42:48.434 INFO O| Planning: Evaluating mediators ... Done
44442026-08-31T14:42:49.081Z[ recovery-image] Aug 31 14:42:48.434 INFO O| Aug 31 14:42:48.434 INFO O| Planning: Planning completed in 0.00 seconds
44452026-08-31T14:42:49.081Z[ recovery-image] Aug 31 14:42:48.435 INFO O| Aug 31 14:42:48.435 INFO O| Variants/Facets to change: 1
44462026-08-31T14:42:49.091Z[ recovery-image] Aug 31 14:42:48.447 INFO O| Aug 31 14:42:48.447 INFO O| Finalize: Updating package state database ... Done
44472026-08-31T14:42:49.091Z[ recovery-image] Aug 31 14:42:48.447 INFO O| Aug 31 14:42:48.447 INFO O| Finalize: Updating package cache ... Done
44482026-08-31T14:42:49.098Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
44492026-08-31T14:42:49.218Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44502026-08-31T14:42:49.240Z[ recovery-image] Aug 31 14:42:48.596 INFO O| Aug 31 14:42:48.596 INFO O| Finalize: Updating image state ... Done
44512026-08-31T14:42:49.260Z[ recovery-image] Aug 31 14:42:48.616 INFO O| Aug 31 14:42:48.616 INFO O| Finalize: Creating fast lookup database ... Done
44522026-08-31T14:42:49.264Z[ recovery-image] Aug 31 14:42:48.617 INFO O| Aug 31 14:42:48.617 INFO O| Finalize: Reading search index ... Done
44532026-08-31T14:42:49.264Z[ recovery-image] Aug 31 14:42:48.617 INFO O| Aug 31 14:42:48.617 INFO O| Finalize: Updating search index ... Done
44542026-08-31T14:42:49.264Z[ recovery-image] Aug 31 14:42:48.618 INFO O| Aug 31 14:42:48.618 INFO O| Finalize: Updating package cache ... Done
44552026-08-31T14:42:49.282Z[verify-libraries] Compiling progenitor-impl v0.14.0
44562026-08-31T14:42:49.329Z[verify-libraries] Compiling rustc_version v0.1.7
44572026-08-31T14:42:49.356Z[verify-libraries] Compiling nibble_vec v0.1.0
44582026-08-31T14:42:49.631Z[ recovery-image] Aug 31 14:42:48.987 INFO O| Aug 31 14:42:48.987 INFO STEP 9 (pkg_change_facet) COMPLETE
44592026-08-31T14:42:49.631Z[ recovery-image] Aug 31 14:42:48.987 INFO O| Aug 31 14:42:48.987 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44602026-08-31T14:42:49.641Z[verify-libraries] Compiling hickory-resolver v0.24.4
44612026-08-31T14:42:49.644Z[verify-libraries] Compiling endian-type v0.1.2
44622026-08-31T14:42:49.720Z[verify-libraries] Compiling highway v1.3.0
44632026-08-31T14:42:49.780Z[verify-libraries] Compiling chrono-tz v0.10.4
44642026-08-31T14:42:49.856Z[verify-libraries] Compiling radix_trie v0.2.1
44652026-08-31T14:42:49.889Z[verify-libraries] Compiling recursive v0.1.1
44662026-08-31T14:42:49.980Z[ recovery-image] Aug 31 14:42:49.337 INFO O| Aug 31 14:42:49.336 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44672026-08-31T14:42:50.088Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44682026-08-31T14:42:50.168Z[verify-libraries] Compiling newtype_derive v0.1.6
44692026-08-31T14:42:50.200Z[verify-libraries] Compiling phf v0.12.1
44702026-08-31T14:42:50.260Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
44712026-08-31T14:42:50.451Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
44722026-08-31T14:42:50.477Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
44732026-08-31T14:42:50.751Z[verify-libraries] Compiling peg-macros v0.8.5
44742026-08-31T14:42:50.864Z[verify-libraries] Compiling qorb v0.4.1
44752026-08-31T14:42:51.132Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44762026-08-31T14:42:51.181Z[verify-libraries] Compiling winnow v0.6.26
44772026-08-31T14:42:51.300Z[verify-libraries] Compiling csv-core v0.1.13
44782026-08-31T14:42:51.475Z[verify-libraries] Compiling home v0.5.12
44792026-08-31T14:42:51.516Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44802026-08-31T14:42:51.665Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44812026-08-31T14:42:51.687Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44822026-08-31T14:42:51.722Z[verify-libraries] Compiling unicode_categories v0.1.1
44832026-08-31T14:42:51.759Z[verify-libraries] Compiling rustyline v14.0.0
44842026-08-31T14:42:51.851Z[verify-libraries] Compiling csv v1.4.0
44852026-08-31T14:42:51.980Z[verify-libraries] Compiling const_format v0.2.35
44862026-08-31T14:42:52.063Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44872026-08-31T14:42:52.073Z[ host-image] Aug 31 14:42:51.429 INFO O| Aug 31 14:42:51.429 INFO O| Download: 22025/23888 items 190.6/222.8MB 85% complete (19.1M/s)
44882026-08-31T14:42:52.103Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44892026-08-31T14:42:52.170Z[verify-libraries] Compiling sqlparser v0.61.0
44902026-08-31T14:42:52.174Z[ recovery-image] Aug 31 14:42:51.520 INFO O| Aug 31 14:42:51.520 INFO O| Startup: Refreshing catalog 'helios' ... Done
44912026-08-31T14:42:52.248Z[verify-libraries] Compiling progenitor-macro v0.14.0
44922026-08-31T14:42:52.284Z[verify-libraries] Compiling peg v0.8.5
44932026-08-31T14:42:52.423Z[verify-libraries] Compiling bcs v0.1.6
44942026-08-31T14:42:52.460Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44952026-08-31T14:42:52.558Z[verify-libraries] Compiling sqlformat v0.3.5
44962026-08-31T14:42:52.666Z[ recovery-image] Aug 31 14:42:52.022 INFO O| Aug 31 14:42:52.022 INFO O| Startup: Caching catalogs ... Done
44972026-08-31T14:42:52.685Z[ recovery-image] Aug 31 14:42:52.042 INFO O| Aug 31 14:42:52.042 INFO O| Planning: Planning completed in 0.00 seconds
44982026-08-31T14:42:52.689Z[ recovery-image] Aug 31 14:42:52.042 INFO O| Aug 31 14:42:52.042 INFO O| Planning: Consolidating action changes ... Done
44992026-08-31T14:42:52.689Z[ recovery-image] Aug 31 14:42:52.042 INFO O| Aug 31 14:42:52.042 INFO O| Planning: Evaluating mediators ... Done
45002026-08-31T14:42:52.689Z[ recovery-image] Aug 31 14:42:52.043 INFO O| Aug 31 14:42:52.042 INFO O| Planning: Planning completed in 0.00 seconds
45012026-08-31T14:42:52.689Z[ recovery-image] Aug 31 14:42:52.043 INFO O| Aug 31 14:42:52.043 INFO O| Variants/Facets to change: 1
45022026-08-31T14:42:52.702Z[ recovery-image] Aug 31 14:42:52.059 INFO O| Aug 31 14:42:52.058 INFO O| Finalize: Updating package state database ... Done
45032026-08-31T14:42:52.702Z[ recovery-image] Aug 31 14:42:52.059 INFO O| Aug 31 14:42:52.059 INFO O| Finalize: Updating package cache ... Done
45042026-08-31T14:42:52.748Z[verify-libraries] Compiling nom v8.0.0
45052026-08-31T14:42:52.771Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45062026-08-31T14:42:52.799Z[verify-libraries] Compiling steno v0.4.1
45072026-08-31T14:42:52.830Z[ recovery-image] Aug 31 14:42:52.186 INFO O| Aug 31 14:42:52.186 INFO O| Finalize: Updating image state ... Done
45082026-08-31T14:42:52.848Z[ recovery-image] Aug 31 14:42:52.204 INFO O| Aug 31 14:42:52.204 INFO O| Finalize: Creating fast lookup database ... Done
45092026-08-31T14:42:52.852Z[ recovery-image] Aug 31 14:42:52.204 INFO O| Aug 31 14:42:52.204 INFO O| Finalize: Reading search index ... Done
45102026-08-31T14:42:52.852Z[ recovery-image] Aug 31 14:42:52.204 INFO O| Aug 31 14:42:52.204 INFO O| Finalize: Updating search index ... Done
45112026-08-31T14:42:52.852Z[ recovery-image] Aug 31 14:42:52.205 INFO O| Aug 31 14:42:52.205 INFO O| Finalize: Updating package cache ... Done
45122026-08-31T14:42:52.962Z[verify-libraries] Compiling sha1 v0.10.6
45132026-08-31T14:42:53.040Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
45142026-08-31T14:42:53.074Z[ host-image] Aug 31 14:42:52.430 INFO O| Aug 31 14:42:52.430 INFO O| Download: Completed 222.83 MB in 11.00 seconds (20.2M/s)
45152026-08-31T14:42:53.152Z[ recovery-image] Aug 31 14:42:52.508 INFO O| Aug 31 14:42:52.508 INFO STEP 10 (pkg_change_facet) COMPLETE
45162026-08-31T14:42:53.152Z[ recovery-image] Aug 31 14:42:52.508 INFO O| Aug 31 14:42:52.508 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45172026-08-31T14:42:53.163Z[ recovery-image] Aug 31 14:42:52.519 INFO O| Aug 31 14:42:52.519 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"]
45182026-08-31T14:42:53.222Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45192026-08-31T14:42:53.288Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
45202026-08-31T14:42:53.473Z[ host-image] Aug 31 14:42:52.829 INFO O| Aug 31 14:42:52.829 INFO O| Actions: 1/54182 actions (Installing new actions)
45212026-08-31T14:42:53.558Z[verify-libraries] Compiling utf-8 v0.7.6
45222026-08-31T14:42:53.653Z[verify-libraries] Compiling tagptr v0.2.0
45232026-08-31T14:42:53.682Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
45242026-08-31T14:42:53.686Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
45252026-08-31T14:42:53.707Z[verify-libraries] Compiling libefi-sys v0.1.0
45262026-08-31T14:42:53.800Z[verify-libraries] Compiling tungstenite v0.21.0
45272026-08-31T14:42:53.827Z[verify-libraries] Compiling moka v0.12.13
45282026-08-31T14:42:53.859Z[verify-libraries] Compiling bitfield-struct v0.6.2
45292026-08-31T14:42:53.904Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45302026-08-31T14:42:54.090Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
45312026-08-31T14:42:54.112Z[verify-libraries] Compiling xshell-macros v0.2.7
45322026-08-31T14:42:54.206Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
45332026-08-31T14:42:54.440Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
45342026-08-31T14:42:54.507Z[verify-libraries] Compiling sha2 v0.11.0
45352026-08-31T14:42:54.700Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
45362026-08-31T14:42:54.775Z[verify-libraries] Compiling hickory-resolver v0.25.2
45372026-08-31T14:42:54.778Z[verify-libraries] Compiling xshell v0.2.7
45382026-08-31T14:42:54.832Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45392026-08-31T14:42:54.889Z[verify-libraries] Compiling libscf-sys v1.2.0
45402026-08-31T14:42:55.001Z[verify-libraries] Compiling subprocess v0.2.15
45412026-08-31T14:42:55.038Z[verify-libraries] Compiling papergrid v0.18.0
45422026-08-31T14:42:55.156Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45432026-08-31T14:42:55.221Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
45442026-08-31T14:42:55.224Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
45452026-08-31T14:42:55.489Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
45462026-08-31T14:42:55.544Z[ recovery-image] Aug 31 14:42:54.900 INFO O| Aug 31 14:42:54.900 INFO O| Startup: Refreshing catalog 'helios' ... Done
45472026-08-31T14:42:55.577Z[verify-libraries] Compiling headers-core v0.3.0
45482026-08-31T14:42:55.621Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
45492026-08-31T14:42:55.702Z[verify-libraries] Compiling unicase v2.9.0
45502026-08-31T14:42:55.755Z[verify-libraries] Compiling headers v0.4.1
45512026-08-31T14:42:55.791Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45522026-08-31T14:42:55.839Z[verify-libraries] Compiling darling_core v0.21.3
45532026-08-31T14:42:56.068Z[verify-libraries] Compiling tabled v0.21.0
45542026-08-31T14:42:56.068Z[ recovery-image] Aug 31 14:42:55.423 INFO O| Aug 31 14:42:55.423 INFO O| Startup: Caching catalogs ... Done
45552026-08-31T14:42:56.324Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
45562026-08-31T14:42:56.537Z[verify-libraries] Compiling maplit v1.0.2
45572026-08-31T14:42:56.586Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45582026-08-31T14:42:56.694Z[verify-libraries] Compiling yasna v0.5.2
45592026-08-31T14:42:56.759Z[verify-libraries] Compiling crc8 v0.1.1
45602026-08-31T14:42:56.888Z[verify-libraries] Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
45612026-08-31T14:42:56.965Z[verify-libraries] Compiling vergen-lib v0.1.6
45622026-08-31T14:42:57.056Z[verify-libraries] Compiling diesel_derives v2.3.7
45632026-08-31T14:42:57.214Z[verify-libraries] Compiling port-file v0.1.0
45642026-08-31T14:42:57.325Z[verify-libraries] Compiling rcgen v0.12.1
45652026-08-31T14:42:57.397Z[verify-libraries] Compiling vergen-gitcl v1.0.8
45662026-08-31T14:42:57.526Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45672026-08-31T14:42:57.689Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45682026-08-31T14:42:57.707Z[verify-libraries] Compiling half v1.8.3
45692026-08-31T14:42:57.980Z[verify-libraries] Compiling progenitor v0.14.0
45702026-08-31T14:42:58.154Z[verify-libraries] Compiling serde_cbor v0.11.2
45712026-08-31T14:42:58.157Z[verify-libraries] Compiling r2d2 v0.8.10
45722026-08-31T14:42:58.157Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45732026-08-31T14:42:58.273Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45742026-08-31T14:42:58.363Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
45752026-08-31T14:42:58.437Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45762026-08-31T14:42:58.474Z[ host-image] Aug 31 14:42:57.829 INFO O| Aug 31 14:42:57.829 INFO O| Actions: 22889/54182 actions (Installing new actions)
45772026-08-31T14:42:58.537Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45782026-08-31T14:42:58.604Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45792026-08-31T14:42:58.737Z[verify-libraries] Compiling crunchy v0.2.4
45802026-08-31T14:42:58.815Z[verify-libraries] Compiling cpubits v0.1.1
45812026-08-31T14:42:58.854Z[verify-libraries] Compiling darling_macro v0.21.3
45822026-08-31T14:42:58.931Z[verify-libraries] Compiling downcast-rs v2.0.2
45832026-08-31T14:42:58.986Z[verify-libraries] Compiling dirs-next v2.0.0
45842026-08-31T14:42:59.054Z[verify-libraries] Compiling clang-sys v1.8.1
45852026-08-31T14:42:59.128Z[verify-libraries] Compiling tiny-keccak v2.0.2
45862026-08-31T14:42:59.189Z[verify-libraries] Compiling term v0.7.0
45872026-08-31T14:42:59.302Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45882026-08-31T14:42:59.389Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45892026-08-31T14:42:59.413Z[ recovery-image] Aug 31 14:42:58.766 INFO O| Aug 31 14:42:58.766 INFO O| Planning: Solver setup ... Done
45902026-08-31T14:42:59.491Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45912026-08-31T14:42:59.526Z[verify-libraries] Compiling darling v0.21.3
45922026-08-31T14:42:59.595Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45932026-08-31T14:42:59.664Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45942026-08-31T14:42:59.688Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45952026-08-31T14:42:59.691Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45962026-08-31T14:42:59.691Z[verify-libraries] Compiling bit-vec v0.6.3
45972026-08-31T14:42:59.691Z[verify-libraries] Compiling diff v0.1.13
45982026-08-31T14:42:59.704Z[ recovery-image] Aug 31 14:42:59.060 INFO O| Aug 31 14:42:59.060 INFO O| Planning: Running solver ... Done
45992026-08-31T14:42:59.758Z[ recovery-image] Aug 31 14:42:59.114 INFO O| Aug 31 14:42:59.114 INFO O| Planning: Finding local manifests ... Done
46002026-08-31T14:42:59.792Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
46012026-08-31T14:42:59.805Z[ recovery-image] Aug 31 14:42:59.162 INFO O| Aug 31 14:42:59.161 INFO O| Planning: Fetching manifests: 0/130 0% complete
46022026-08-31T14:42:59.949Z[verify-libraries] Compiling bit-set v0.5.3
46032026-08-31T14:42:59.991Z[verify-libraries] Compiling ascii-canvas v3.0.0
46042026-08-31T14:43:00.020Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46052026-08-31T14:43:00.062Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
46062026-08-31T14:43:00.135Z[verify-libraries] Compiling itertools v0.10.5
46072026-08-31T14:43:00.170Z[verify-libraries] Compiling ena v0.14.4
46082026-08-31T14:43:00.220Z[verify-libraries] Compiling libloading v0.8.9
46092026-08-31T14:43:00.289Z[verify-libraries] Compiling bindgen v0.71.1
46102026-08-31T14:43:00.356Z[verify-libraries] Compiling regex-syntax v0.6.29
46112026-08-31T14:43:00.577Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
46122026-08-31T14:43:00.677Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
46132026-08-31T14:43:00.805Z[verify-libraries] Compiling cexpr v0.6.0
46142026-08-31T14:43:00.829Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
46152026-08-31T14:43:00.884Z[verify-libraries] Compiling rustc-hash v2.1.1
46162026-08-31T14:43:00.971Z[verify-libraries] Compiling rfc6979 v0.4.0
46172026-08-31T14:43:01.050Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
46182026-08-31T14:43:01.153Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
46192026-08-31T14:43:01.173Z[verify-libraries] Compiling libxml v0.3.3
46202026-08-31T14:43:01.203Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
46212026-08-31T14:43:01.235Z[verify-libraries] Compiling ecdsa v0.16.9
46222026-08-31T14:43:01.321Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
46232026-08-31T14:43:01.367Z[ host-image] Aug 31 14:43:00.724 INFO O| Aug 31 14:43:00.724 INFO O| Actions: Completed 54182 actions in 7.89 seconds.
46242026-08-31T14:43:01.407Z[verify-libraries] Compiling strum_macros v0.24.3
46252026-08-31T14:43:01.462Z[ host-image] Aug 31 14:43:00.818 INFO O| Aug 31 14:43:00.818 INFO O| Finalize: Updating package state database ... Done
46262026-08-31T14:43:01.462Z[ host-image] Aug 31 14:43:00.818 INFO O| Aug 31 14:43:00.818 INFO O| Finalize: Updating package cache ... Done
46272026-08-31T14:43:01.582Z[verify-libraries] Compiling primeorder v0.13.6
46282026-08-31T14:43:01.605Z[ host-image] Aug 31 14:43:00.962 INFO O| Aug 31 14:43:00.962 INFO O| Finalize: Updating image state ... Done
46292026-08-31T14:43:01.625Z[verify-libraries] Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
46302026-08-31T14:43:01.656Z[verify-libraries] Compiling hashbrown v0.14.5
46312026-08-31T14:43:01.692Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
46322026-08-31T14:43:01.729Z[verify-libraries] Compiling hmac v0.13.0
46332026-08-31T14:43:01.760Z[verify-libraries] Compiling universal-hash v0.6.1
46342026-08-31T14:43:01.907Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
46352026-08-31T14:43:01.932Z[verify-libraries] Compiling lalrpop v0.19.12
46362026-08-31T14:43:01.977Z[verify-libraries] Compiling fxhash v0.2.1
46372026-08-31T14:43:02.037Z[verify-libraries] Compiling indoc v1.0.9
46382026-08-31T14:43:02.169Z[verify-libraries] Compiling salty v0.3.0
46392026-08-31T14:43:02.199Z[verify-libraries] Compiling knus-derive v3.4.0
46402026-08-31T14:43:02.464Z[verify-libraries] Compiling chumsky v0.9.3
46412026-08-31T14:43:02.503Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46422026-08-31T14:43:02.601Z[ host-image] Aug 31 14:43:01.957 INFO O| Aug 31 14:43:01.954 INFO O| Finalize: Creating fast lookup database ... Done
46432026-08-31T14:43:02.628Z[ host-image] Aug 31 14:43:01.983 INFO O| Aug 31 14:43:01.983 INFO O| Finalize: Reading search index ... Done
46442026-08-31T14:43:02.631Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
46452026-08-31T14:43:02.701Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
46462026-08-31T14:43:02.948Z[verify-libraries] Compiling p384 v0.13.1
46472026-08-31T14:43:03.383Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
46482026-08-31T14:43:03.485Z[ recovery-image] Aug 31 14:43:02.841 INFO O| Aug 31 14:43:02.841 INFO O| Planning: Fetching manifests: 130/130 100% complete
46492026-08-31T14:43:03.690Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
46502026-08-31T14:43:03.892Z[verify-libraries] Compiling oso-derive v0.27.3
46512026-08-31T14:43:03.982Z[verify-libraries] Compiling quick-xml v0.37.5
46522026-08-31T14:43:04.014Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46532026-08-31T14:43:04.098Z[ recovery-image] Aug 31 14:43:03.454 INFO O| Aug 31 14:43:03.454 INFO O| Planning: Package planning ... Done
46542026-08-31T14:43:04.256Z[ recovery-image] Aug 31 14:43:03.612 INFO O| Aug 31 14:43:03.612 INFO O| Planning: Merging actions ... Done
46552026-08-31T14:43:04.325Z[ recovery-image] Aug 31 14:43:03.681 INFO O| Aug 31 14:43:03.681 INFO O| Planning: Checking for conflicting actions ... Done
46562026-08-31T14:43:04.382Z[ recovery-image] Aug 31 14:43:03.737 INFO O| Aug 31 14:43:03.736 INFO O| Planning: Consolidating action changes ... Done
46572026-08-31T14:43:04.386Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46582026-08-31T14:43:04.518Z[ recovery-image] Aug 31 14:43:03.874 INFO O| Aug 31 14:43:03.874 INFO O| Planning: Evaluating mediators ... Done
46592026-08-31T14:43:04.658Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46602026-08-31T14:43:04.682Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46612026-08-31T14:43:05.563Z[ host-image] Aug 31 14:43:04.919 INFO O| Aug 31 14:43:04.919 INFO O| Finalize: Building new search index ... Done
46622026-08-31T14:43:05.632Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46632026-08-31T14:43:05.752Z[verify-libraries] Compiling openssl-probe v0.1.6
46642026-08-31T14:43:05.963Z[verify-libraries] Compiling knus v3.4.0
46652026-08-31T14:43:06.052Z[ recovery-image] Aug 31 14:43:05.408 INFO O| Aug 31 14:43:05.408 INFO O| Planning: Planning completed in 9.97 seconds
46662026-08-31T14:43:06.055Z[ recovery-image] Aug 31 14:43:05.410 INFO O| Aug 31 14:43:05.410 INFO O| Packages to install: 130
46672026-08-31T14:43:06.055Z[ recovery-image] Aug 31 14:43:05.410 INFO O| Aug 31 14:43:05.410 INFO O| Mediators to change: 5
46682026-08-31T14:43:06.055Z[ recovery-image] Aug 31 14:43:05.410 INFO O| Aug 31 14:43:05.410 INFO O| Services to change: 5
46692026-08-31T14:43:06.081Z[ recovery-image] Aug 31 14:43:05.438 INFO O| Aug 31 14:43:05.438 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46702026-08-31T14:43:06.091Z[ host-image] Aug 31 14:43:05.448 INFO O| Aug 31 14:43:05.448 INFO O| Finalize: Updating package cache ... Done
46712026-08-31T14:43:06.206Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46722026-08-31T14:43:06.492Z[ host-image] Aug 31 14:43:05.849 INFO O| Aug 31 14:43:05.848 INFO STEP 11 (pkg_install) COMPLETE
46732026-08-31T14:43:06.492Z[ host-image] Aug 31 14:43:05.849 INFO O| Aug 31 14:43:05.848 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46742026-08-31T14:43:06.504Z[ host-image] Aug 31 14:43:05.860 INFO O| Aug 31 14:43:05.860 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"]
46752026-08-31T14:43:06.517Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46762026-08-31T14:43:06.546Z[verify-libraries] Compiling diesel v2.3.7
46772026-08-31T14:43:06.608Z[verify-libraries] Compiling polyval v0.7.1
46782026-08-31T14:43:06.655Z[verify-libraries] Compiling der v0.8.0
46792026-08-31T14:43:06.956Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46802026-08-31T14:43:07.030Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46812026-08-31T14:43:07.775Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46822026-08-31T14:43:07.943Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46832026-08-31T14:43:08.055Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
46842026-08-31T14:43:08.080Z[verify-libraries] Compiling git-stub v1.0.0
46852026-08-31T14:43:08.421Z[verify-libraries] Compiling kstat-rs v0.2.5
46862026-08-31T14:43:08.525Z[verify-libraries] Compiling trait-variant v0.1.2
46872026-08-31T14:43:08.777Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46882026-08-31T14:43:08.956Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
46892026-08-31T14:43:09.130Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46902026-08-31T14:43:09.169Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46912026-08-31T14:43:09.224Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46922026-08-31T14:43:09.501Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46932026-08-31T14:43:09.604Z[verify-libraries] Compiling ghash v0.6.0
46942026-08-31T14:43:09.698Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46952026-08-31T14:43:09.822Z[verify-libraries] Compiling pbkdf2 v0.13.0
46962026-08-31T14:43:10.022Z[verify-libraries] Compiling aes v0.9.1
46972026-08-31T14:43:10.190Z[verify-libraries] Compiling crypto-bigint v0.7.5
46982026-08-31T14:43:10.325Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46992026-08-31T14:43:10.414Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47002026-08-31T14:43:10.865Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
47012026-08-31T14:43:11.098Z[ recovery-image] Aug 31 14:43:10.455 INFO O| Aug 31 14:43:10.454 INFO O| Download: 8822/16682 items 89.9/200.0MB 44% complete (18.1M/s)
47022026-08-31T14:43:11.144Z[verify-libraries] Compiling ctr v0.10.1
47032026-08-31T14:43:11.181Z[verify-libraries] Compiling bb8 v0.8.6
47042026-08-31T14:43:11.216Z[ host-image] Aug 31 14:43:10.573 INFO O| Aug 31 14:43:10.572 INFO O| Startup: Refreshing catalog 'helios' ... Done
47052026-08-31T14:43:11.240Z[verify-libraries] Compiling aead v0.6.1
47062026-08-31T14:43:11.500Z[verify-libraries] Compiling parking_lot_core v0.8.6
47072026-08-31T14:43:11.636Z[verify-libraries] Compiling aes-gcm v0.11.0
47082026-08-31T14:43:11.639Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
47092026-08-31T14:43:11.712Z[verify-libraries] Compiling spki v0.8.0
47102026-08-31T14:43:11.773Z[ host-image] Aug 31 14:43:11.129 INFO O| Aug 31 14:43:11.129 INFO O| Startup: Caching catalogs ... Done
47112026-08-31T14:43:11.909Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
47122026-08-31T14:43:12.032Z[verify-libraries] Compiling mime_guess v2.0.5
47132026-08-31T14:43:12.062Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47142026-08-31T14:43:12.114Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47152026-08-31T14:43:12.370Z[verify-libraries] Compiling salsa20 v0.11.0
47162026-08-31T14:43:12.428Z[ host-image] Aug 31 14:43:11.784 INFO O| Aug 31 14:43:11.784 INFO O| Planning: Solver setup ... Done
47172026-08-31T14:43:12.432Z[ host-image] Aug 31 14:43:11.789 INFO O| Aug 31 14:43:11.789 INFO O| Planning: Running solver ... Done
47182026-08-31T14:43:12.449Z[ host-image] Aug 31 14:43:11.806 INFO O| Aug 31 14:43:11.805 INFO O| Planning: Finding local manifests ... Done
47192026-08-31T14:43:12.453Z[verify-libraries] Compiling nanorand v0.7.0
47202026-08-31T14:43:12.519Z[ host-image] Aug 31 14:43:11.875 INFO O| Aug 31 14:43:11.875 INFO O| Planning: Fetching manifests: 0/6 0% complete
47212026-08-31T14:43:12.557Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47222026-08-31T14:43:12.615Z[ host-image] Aug 31 14:43:11.969 INFO O| Aug 31 14:43:11.969 INFO O| Planning: Fetching manifests: 6/6 100% complete
47232026-08-31T14:43:12.619Z[verify-libraries] Compiling scrypt v0.12.0
47242026-08-31T14:43:12.637Z[ host-image] Aug 31 14:43:11.991 INFO O| Aug 31 14:43:11.990 INFO O| Planning: Package planning ... Done
47252026-08-31T14:43:12.637Z[ host-image] Aug 31 14:43:11.992 INFO O| Aug 31 14:43:11.992 INFO O| Planning: Merging actions ... Done
47262026-08-31T14:43:12.726Z[ host-image] Aug 31 14:43:12.078 INFO O| Aug 31 14:43:12.078 INFO O| Planning: Checking for conflicting actions ... Done
47272026-08-31T14:43:12.726Z[ host-image] Aug 31 14:43:12.079 INFO O| Aug 31 14:43:12.079 INFO O| Planning: Consolidating action changes ... Done
47282026-08-31T14:43:12.760Z[verify-libraries] Compiling flume v0.11.1
47292026-08-31T14:43:12.811Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47302026-08-31T14:43:12.860Z[ host-image] Aug 31 14:43:12.216 INFO O| Aug 31 14:43:12.216 INFO O| Planning: Evaluating mediators ... Done
47312026-08-31T14:43:12.863Z[ host-image] Aug 31 14:43:12.217 INFO O| Aug 31 14:43:12.217 INFO O| Planning: Planning completed in 1.07 seconds
47322026-08-31T14:43:12.863Z[ host-image] Aug 31 14:43:12.218 INFO O| Aug 31 14:43:12.218 INFO O| Packages to install: 6
47332026-08-31T14:43:12.863Z[ host-image] Aug 31 14:43:12.218 INFO O| Aug 31 14:43:12.218 INFO O| Services to change: 2
47342026-08-31T14:43:12.872Z[ host-image] Aug 31 14:43:12.228 INFO O| Aug 31 14:43:12.228 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
47352026-08-31T14:43:12.933Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47362026-08-31T14:43:13.037Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47372026-08-31T14:43:13.123Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47382026-08-31T14:43:13.210Z[ host-image] Aug 31 14:43:12.566 INFO O| Aug 31 14:43:12.566 INFO O| Download: Completed 1.76 MB in 0.34 seconds (5.2M/s)
47392026-08-31T14:43:13.251Z[ host-image] Aug 31 14:43:12.604 INFO O| Aug 31 14:43:12.604 INFO O| Actions: 1/391 actions (Installing new actions)
47402026-08-31T14:43:13.259Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
47412026-08-31T14:43:13.376Z[verify-libraries] Compiling cbc v0.2.1
47422026-08-31T14:43:13.504Z[ host-image] Aug 31 14:43:12.860 INFO O| Aug 31 14:43:12.860 INFO O| Actions: Completed 391 actions in 0.26 seconds.
47432026-08-31T14:43:13.569Z[verify-libraries] Compiling digest-io v0.1.0
47442026-08-31T14:43:13.573Z[ host-image] Aug 31 14:43:12.930 INFO O| Aug 31 14:43:12.930 INFO O| Finalize: Updating package state database ... Done
47452026-08-31T14:43:13.573Z[ host-image] Aug 31 14:43:12.930 INFO O| Aug 31 14:43:12.930 INFO O| Finalize: Updating package cache ... Done
47462026-08-31T14:43:13.627Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
47472026-08-31T14:43:13.676Z[ host-image] Aug 31 14:43:13.032 INFO O| Aug 31 14:43:13.032 INFO O| Finalize: Updating image state ... Done
47482026-08-31T14:43:13.801Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47492026-08-31T14:43:13.970Z[verify-libraries] Compiling http-range v0.1.5
47502026-08-31T14:43:14.166Z[verify-libraries] Compiling corncobs v0.1.4
47512026-08-31T14:43:14.226Z[verify-libraries] Compiling nonempty v0.12.0
47522026-08-31T14:43:14.354Z[verify-libraries] Compiling rawzip v0.4.4
47532026-08-31T14:43:14.389Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47542026-08-31T14:43:14.558Z[verify-libraries] Compiling pkcs5 v0.8.1
47552026-08-31T14:43:14.646Z[ host-image] Aug 31 14:43:14.002 INFO O| Aug 31 14:43:14.002 INFO O| Finalize: Creating fast lookup database ... Done
47562026-08-31T14:43:14.674Z[ host-image] Aug 31 14:43:14.030 INFO O| Aug 31 14:43:14.030 INFO O| Finalize: Reading search index ... Done
47572026-08-31T14:43:14.674Z[ host-image] Aug 31 14:43:14.030 INFO O| Aug 31 14:43:14.030 INFO O| Finalize: Updating search index ... Done
47582026-08-31T14:43:14.695Z[ host-image] Aug 31 14:43:14.051 INFO O| Aug 31 14:43:14.051 INFO O| Finalize: Updating package cache ... Done
47592026-08-31T14:43:14.759Z[verify-libraries] Compiling parking_lot v0.11.2
47602026-08-31T14:43:14.927Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47612026-08-31T14:43:15.080Z[ host-image] Aug 31 14:43:14.436 INFO O| Aug 31 14:43:14.436 INFO STEP 12 (pkg_install) COMPLETE
47622026-08-31T14:43:15.080Z[ host-image] Aug 31 14:43:14.436 INFO O| Aug 31 14:43:14.436 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47632026-08-31T14:43:15.092Z[ host-image] Aug 31 14:43:14.448 INFO O| Aug 31 14:43:14.448 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47642026-08-31T14:43:15.134Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47652026-08-31T14:43:15.158Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47662026-08-31T14:43:15.255Z[verify-libraries] Compiling ignore v0.4.25
47672026-08-31T14:43:15.311Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47682026-08-31T14:43:15.438Z[verify-libraries] Compiling anstyle-parse v0.2.7
47692026-08-31T14:43:15.517Z[verify-libraries] Compiling prefix-trie v0.7.0
47702026-08-31T14:43:15.574Z[verify-libraries] Compiling secrecy v0.8.0
47712026-08-31T14:43:15.680Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47722026-08-31T14:43:15.766Z[verify-libraries] Compiling anstream v0.6.21
47732026-08-31T14:43:15.808Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47742026-08-31T14:43:15.818Z[ recovery-image] Aug 31 14:43:15.174 INFO O| Aug 31 14:43:15.174 INFO O| Download: Completed 200.00 MB in 9.74 seconds (20.5M/s)
47752026-08-31T14:43:16.024Z[verify-libraries] Compiling hickory-server v0.25.2
47762026-08-31T14:43:16.105Z[ recovery-image] Aug 31 14:43:15.461 INFO O| Aug 31 14:43:15.461 INFO O| Actions: 1/27580 actions (Installing new actions)
47772026-08-31T14:43:16.171Z[verify-libraries] Compiling globwalk v0.9.1
47782026-08-31T14:43:16.414Z[verify-libraries] Compiling sled v0.34.7
47792026-08-31T14:43:16.466Z[verify-libraries] Compiling pkcs8 v0.11.0
47802026-08-31T14:43:16.529Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47812026-08-31T14:43:16.757Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47822026-08-31T14:43:16.957Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47832026-08-31T14:43:17.053Z[verify-libraries] Compiling predicates-tree v1.0.13
47842026-08-31T14:43:17.138Z[verify-libraries] Compiling rand_seeder v0.4.0
47852026-08-31T14:43:17.233Z[verify-libraries] Compiling ff v0.14.0
47862026-08-31T14:43:17.444Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47872026-08-31T14:43:17.526Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47882026-08-31T14:43:17.688Z[ host-image] Aug 31 14:43:17.044 INFO O| Aug 31 14:43:17.044 INFO O| Startup: Refreshing catalog 'helios' ... Done
47892026-08-31T14:43:17.725Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47902026-08-31T14:43:17.936Z[verify-libraries] Compiling libz-sys v1.1.24
47912026-08-31T14:43:18.048Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47922026-08-31T14:43:18.092Z[verify-libraries] Compiling group v0.14.0
47932026-08-31T14:43:18.212Z[ host-image] Aug 31 14:43:17.568 INFO O| Aug 31 14:43:17.568 INFO O| Startup: Caching catalogs ... Done
47942026-08-31T14:43:18.254Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47952026-08-31T14:43:18.382Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47962026-08-31T14:43:18.671Z[verify-libraries] Compiling signature v3.0.0
47972026-08-31T14:43:18.774Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47982026-08-31T14:43:18.778Z[verify-libraries] Compiling base16ct v1.0.0
47992026-08-31T14:43:18.900Z[ host-image] Aug 31 14:43:18.256 INFO O| Aug 31 14:43:18.256 INFO O| Planning: Solver setup ... Done
48002026-08-31T14:43:18.904Z[verify-libraries] Compiling instability v0.3.11
48012026-08-31T14:43:18.907Z[ host-image] Aug 31 14:43:18.262 INFO O| Aug 31 14:43:18.262 INFO O| Planning: Running solver ... Done
48022026-08-31T14:43:18.925Z[ host-image] Aug 31 14:43:18.281 INFO O| Aug 31 14:43:18.281 INFO O| Planning: Finding local manifests ... Done
48032026-08-31T14:43:19.002Z[ host-image] Aug 31 14:43:18.353 INFO O| Aug 31 14:43:18.353 INFO O| Planning: Fetching manifests: 0/6 0% complete
48042026-08-31T14:43:19.027Z[verify-libraries] Compiling sec1 v0.8.1
48052026-08-31T14:43:19.136Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
48062026-08-31T14:43:19.145Z[ host-image] Aug 31 14:43:18.501 INFO O| Aug 31 14:43:18.501 INFO O| Planning: Fetching manifests: 6/6 100% complete
48072026-08-31T14:43:19.182Z[ host-image] Aug 31 14:43:18.538 INFO O| Aug 31 14:43:18.538 INFO O| Planning: Package planning ... Done
48082026-08-31T14:43:19.191Z[ host-image] Aug 31 14:43:18.547 INFO O| Aug 31 14:43:18.547 INFO O| Planning: Merging actions ... Done
48092026-08-31T14:43:19.216Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
48102026-08-31T14:43:19.245Z[ host-image] Aug 31 14:43:18.600 INFO O| Aug 31 14:43:18.600 INFO O| Planning: Checking for conflicting actions ... Done
48112026-08-31T14:43:19.245Z[ host-image] Aug 31 14:43:18.600 INFO O| Aug 31 14:43:18.600 INFO O| Planning: Consolidating action changes ... Done
48122026-08-31T14:43:19.332Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48132026-08-31T14:43:19.385Z[ host-image] Aug 31 14:43:18.741 INFO O| Aug 31 14:43:18.741 INFO O| Planning: Evaluating mediators ... Done
48142026-08-31T14:43:19.389Z[ host-image] Aug 31 14:43:18.745 INFO O| Aug 31 14:43:18.745 INFO O| Planning: Planning completed in 1.16 seconds
48152026-08-31T14:43:19.389Z[ host-image] Aug 31 14:43:18.745 INFO O| Aug 31 14:43:18.745 INFO O| Packages to install: 6
48162026-08-31T14:43:19.389Z[ host-image] Aug 31 14:43:18.745 INFO O| Aug 31 14:43:18.745 INFO O| Mediators to change: 1
48172026-08-31T14:43:19.390Z[ host-image] Aug 31 14:43:18.746 INFO O| Aug 31 14:43:18.745 INFO O| Services to change: 1
48182026-08-31T14:43:19.403Z[ host-image] Aug 31 14:43:18.759 INFO O| Aug 31 14:43:18.759 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
48192026-08-31T14:43:19.468Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
48202026-08-31T14:43:19.495Z[verify-libraries] Compiling hkdf v0.13.0
48212026-08-31T14:43:19.548Z[verify-libraries] Compiling scuffle v0.1.0
48222026-08-31T14:43:19.614Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
48232026-08-31T14:43:19.697Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
48242026-08-31T14:43:19.744Z[verify-libraries] Compiling castaway v0.2.4
48252026-08-31T14:43:19.949Z[verify-libraries] Compiling indoc v2.0.7
48262026-08-31T14:43:19.990Z[verify-libraries] Compiling compact_str v0.8.1
48272026-08-31T14:43:20.084Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48282026-08-31T14:43:20.197Z[ host-image] Aug 31 14:43:19.553 INFO O| Aug 31 14:43:19.553 INFO O| Download: Completed 7.84 MB in 0.79 seconds (9.9M/s)
48292026-08-31T14:43:20.268Z[ host-image] Aug 31 14:43:19.624 INFO O| Aug 31 14:43:19.624 INFO O| Actions: 1/1366 actions (Installing new actions)
48302026-08-31T14:43:20.328Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
48312026-08-31T14:43:20.430Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
48322026-08-31T14:43:20.568Z[ host-image] Aug 31 14:43:19.924 INFO O| Aug 31 14:43:19.924 INFO O| Actions: Completed 1366 actions in 0.30 seconds.
48332026-08-31T14:43:20.614Z[ host-image] Aug 31 14:43:19.970 INFO O| Aug 31 14:43:19.970 INFO O| Finalize: Updating package state database ... Done
48342026-08-31T14:43:20.614Z[ host-image] Aug 31 14:43:19.970 INFO O| Aug 31 14:43:19.970 INFO O| Finalize: Updating package cache ... Done
48352026-08-31T14:43:20.683Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48362026-08-31T14:43:20.713Z[verify-libraries] Compiling elliptic-curve v0.14.1
48372026-08-31T14:43:20.733Z[ host-image] Aug 31 14:43:20.088 INFO O| Aug 31 14:43:20.088 INFO O| Finalize: Updating image state ... Done
48382026-08-31T14:43:21.127Z[ recovery-image] Aug 31 14:43:20.483 INFO O| Aug 31 14:43:20.483 INFO O| Actions: 27016/27580 actions (Installing new actions)
48392026-08-31T14:43:21.210Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
48402026-08-31T14:43:21.313Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48412026-08-31T14:43:21.444Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
48422026-08-31T14:43:21.476Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48432026-08-31T14:43:21.582Z[verify-libraries] Compiling lru v0.12.5
48442026-08-31T14:43:21.658Z[verify-libraries] Compiling unicode-truncate v1.1.0
48452026-08-31T14:43:21.749Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48462026-08-31T14:43:21.831Z[ recovery-image] Aug 31 14:43:21.188 INFO O| Aug 31 14:43:21.187 INFO O| Actions: Completed 27580 actions in 5.72 seconds.
48472026-08-31T14:43:21.860Z[verify-libraries] Compiling arc-swap v1.8.2
48482026-08-31T14:43:21.864Z[ host-image] Aug 31 14:43:21.220 INFO O| Aug 31 14:43:21.220 INFO O| Finalize: Creating fast lookup database ... Done
48492026-08-31T14:43:21.893Z[ host-image] Aug 31 14:43:21.250 INFO O| Aug 31 14:43:21.249 INFO O| Finalize: Reading search index ... Done
48502026-08-31T14:43:21.893Z[ host-image] Aug 31 14:43:21.250 INFO O| Aug 31 14:43:21.250 INFO O| Finalize: Updating search index ... Done
48512026-08-31T14:43:21.928Z[verify-libraries] Compiling cassowary v0.3.0
48522026-08-31T14:43:21.928Z[ host-image] Aug 31 14:43:21.284 INFO O| Aug 31 14:43:21.284 INFO O| Finalize: Updating package cache ... Done
48532026-08-31T14:43:21.955Z[ recovery-image] Aug 31 14:43:21.310 INFO O| Aug 31 14:43:21.310 INFO O| Finalize: Updating package state database ... Done
48542026-08-31T14:43:21.955Z[ recovery-image] Aug 31 14:43:21.310 INFO O| Aug 31 14:43:21.310 INFO O| Finalize: Updating package cache ... Done
48552026-08-31T14:43:22.000Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48562026-08-31T14:43:22.106Z[ recovery-image] Aug 31 14:43:21.460 INFO O| Aug 31 14:43:21.460 INFO O| Finalize: Updating image state ... Done
48572026-08-31T14:43:22.109Z[verify-libraries] Compiling wnaf v0.14.0
48582026-08-31T14:43:22.259Z[ host-image] Aug 31 14:43:21.615 INFO O| Aug 31 14:43:21.615 INFO STEP 13 (pkg_install) COMPLETE
48592026-08-31T14:43:22.259Z[ host-image] Aug 31 14:43:21.615 INFO O| Aug 31 14:43:21.615 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48602026-08-31T14:43:22.262Z[verify-libraries] Compiling ratatui v0.29.0
48612026-08-31T14:43:22.269Z[ host-image] Aug 31 14:43:21.626 INFO O| Aug 31 14:43:21.626 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48622026-08-31T14:43:22.431Z[verify-libraries] Compiling slog-scope v4.4.1
48632026-08-31T14:43:22.495Z[verify-libraries] Compiling primefield v0.14.0
48642026-08-31T14:43:22.553Z[verify-libraries] Compiling rfc6979 v0.6.0
48652026-08-31T14:43:22.775Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48662026-08-31T14:43:22.796Z[verify-libraries] Compiling progenitor-impl v0.13.0
48672026-08-31T14:43:22.821Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48682026-08-31T14:43:22.939Z[ recovery-image] Aug 31 14:43:22.294 INFO O| Aug 31 14:43:22.294 INFO O| Finalize: Creating fast lookup database ... Done
48692026-08-31T14:43:22.956Z[ recovery-image] Aug 31 14:43:22.312 INFO O| Aug 31 14:43:22.312 INFO O| Finalize: Reading search index ... Done
48702026-08-31T14:43:23.152Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48712026-08-31T14:43:23.389Z[verify-libraries] Compiling vergen-git2 v9.1.0
48722026-08-31T14:43:23.683Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48732026-08-31T14:43:24.101Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48742026-08-31T14:43:24.378Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48752026-08-31T14:43:24.404Z[ host-image] Aug 31 14:43:23.757 INFO O| Aug 31 14:43:23.757 INFO O| Startup: Refreshing catalog 'helios' ... Done
48762026-08-31T14:43:24.468Z[verify-libraries] Compiling strsim v0.10.0
48772026-08-31T14:43:24.632Z[ recovery-image] Aug 31 14:43:23.989 INFO O| Aug 31 14:43:23.988 INFO O| Finalize: Building new search index ... Done
48782026-08-31T14:43:24.845Z[verify-libraries] Compiling darling_core v0.13.4
48792026-08-31T14:43:24.921Z[ host-image] Aug 31 14:43:24.277 INFO O| Aug 31 14:43:24.277 INFO O| Startup: Caching catalogs ... Done
48802026-08-31T14:43:24.924Z[verify-libraries] Compiling primeorder v0.14.0
48812026-08-31T14:43:24.948Z[verify-libraries] Compiling ecdsa v0.17.0
48822026-08-31T14:43:24.957Z[ recovery-image] Aug 31 14:43:24.313 INFO O| Aug 31 14:43:24.313 INFO O| Finalize: Updating package cache ... Done
48832026-08-31T14:43:24.974Z[verify-libraries] Compiling slog-stdlog v4.1.1
48842026-08-31T14:43:25.120Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48852026-08-31T14:43:25.278Z[verify-libraries] Compiling tungstenite v0.23.0
48862026-08-31T14:43:25.367Z[verify-libraries] Compiling progenitor-client v0.13.0
48872026-08-31T14:43:25.399Z[ recovery-image] Aug 31 14:43:24.755 INFO O| Aug 31 14:43:24.755 INFO STEP 11 (pkg_install) COMPLETE
48882026-08-31T14:43:25.399Z[ recovery-image] Aug 31 14:43:24.755 INFO O| Aug 31 14:43:24.755 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48892026-08-31T14:43:25.399Z[ recovery-image] Aug 31 14:43:24.755 INFO O| Aug 31 14:43:24.755 INFO skip step because feature "recovery" is enabled
48902026-08-31T14:43:25.402Z[ recovery-image] Aug 31 14:43:24.755 INFO O| Aug 31 14:43:24.755 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48912026-08-31T14:43:25.402Z[ recovery-image] Aug 31 14:43:24.755 INFO O| Aug 31 14:43:24.755 INFO skip step because feature "omicron1" is not enabled
48922026-08-31T14:43:25.402Z[ recovery-image] Aug 31 14:43:24.755 INFO O| Aug 31 14:43:24.755 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48932026-08-31T14:43:25.410Z[ recovery-image] Aug 31 14:43:24.767 INFO O| Aug 31 14:43:24.766 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48942026-08-31T14:43:25.413Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48952026-08-31T14:43:25.454Z[verify-libraries] Compiling console v0.16.2
48962026-08-31T14:43:25.529Z[ host-image] Aug 31 14:43:24.885 INFO O| Aug 31 14:43:24.885 INFO O| Planning: Solver setup ... Done
48972026-08-31T14:43:25.602Z[ host-image] Aug 31 14:43:24.958 INFO O| Aug 31 14:43:24.958 INFO O| Planning: Running solver ... Done
48982026-08-31T14:43:25.607Z[verify-libraries] Compiling progenitor-macro v0.13.0
48992026-08-31T14:43:25.619Z[ host-image] Aug 31 14:43:24.974 INFO O| Aug 31 14:43:24.974 INFO O| Planning: Finding local manifests ... Done
49002026-08-31T14:43:25.671Z[ host-image] Aug 31 14:43:25.026 INFO O| Aug 31 14:43:25.026 INFO O| Planning: Fetching manifests: 0/1 0% complete
49012026-08-31T14:43:25.682Z[ host-image] Aug 31 14:43:25.038 INFO O| Aug 31 14:43:25.038 INFO O| Planning: Fetching manifests: 1/1 100% complete
49022026-08-31T14:43:25.698Z[ host-image] Aug 31 14:43:25.054 INFO O| Aug 31 14:43:25.054 INFO O| Planning: Package planning ... Done
49032026-08-31T14:43:25.698Z[ host-image] Aug 31 14:43:25.054 INFO O| Aug 31 14:43:25.054 INFO O| Planning: Merging actions ... Done
49042026-08-31T14:43:25.736Z[ host-image] Aug 31 14:43:25.092 INFO O| Aug 31 14:43:25.092 INFO O| Planning: Checking for conflicting actions ... Done
49052026-08-31T14:43:25.739Z[ host-image] Aug 31 14:43:25.093 INFO O| Aug 31 14:43:25.093 INFO O| Planning: Consolidating action changes ... Done
49062026-08-31T14:43:25.770Z[verify-libraries] Compiling libsw-core v0.3.2
49072026-08-31T14:43:25.867Z[verify-libraries] Compiling void v1.0.2
49082026-08-31T14:43:25.938Z[ host-image] Aug 31 14:43:25.294 INFO O| Aug 31 14:43:25.294 INFO O| Planning: Evaluating mediators ... Done
49092026-08-31T14:43:25.941Z[ host-image] Aug 31 14:43:25.294 INFO O| Aug 31 14:43:25.294 INFO O| Planning: Planning completed in 1.00 seconds
49102026-08-31T14:43:25.941Z[ host-image] Aug 31 14:43:25.295 INFO O| Aug 31 14:43:25.295 INFO O| Packages to install: 1
49112026-08-31T14:43:25.951Z[ host-image] Aug 31 14:43:25.307 INFO O| Aug 31 14:43:25.307 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49122026-08-31T14:43:25.996Z[verify-libraries] Compiling assert_matches v1.5.0
49132026-08-31T14:43:26.051Z[verify-libraries] Compiling unit-prefix v0.5.2
49142026-08-31T14:43:26.103Z[verify-libraries] Compiling lzss v0.8.2
49152026-08-31T14:43:26.103Z[ host-image] Aug 31 14:43:25.439 INFO O| Aug 31 14:43:25.439 INFO O| Download: Completed 13.27 MB in 0.13 seconds (100M/s)
49162026-08-31T14:43:26.226Z[verify-libraries] Compiling indicatif v0.18.4
49172026-08-31T14:43:26.249Z[verify-libraries] Compiling libsw v3.5.0
49182026-08-31T14:43:26.289Z[ host-image] Aug 31 14:43:25.645 INFO O| Aug 31 14:43:25.645 INFO O| Actions: 1/22 actions (Installing new actions)
49192026-08-31T14:43:26.319Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
49202026-08-31T14:43:26.359Z[verify-libraries] Compiling slog-envlogger v2.2.0
49212026-08-31T14:43:26.457Z[verify-libraries] Compiling ssh-encoding v0.3.0
49222026-08-31T14:43:26.511Z[ host-image] Aug 31 14:43:25.867 INFO O| Aug 31 14:43:25.867 INFO O| Actions: Completed 22 actions in 0.22 seconds.
49232026-08-31T14:43:26.526Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49242026-08-31T14:43:26.567Z[ host-image] Aug 31 14:43:25.923 INFO O| Aug 31 14:43:25.923 INFO O| Finalize: Updating package state database ... Done
49252026-08-31T14:43:26.567Z[ host-image] Aug 31 14:43:25.923 INFO O| Aug 31 14:43:25.923 INFO O| Finalize: Updating package cache ... Done
49262026-08-31T14:43:26.573Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
49272026-08-31T14:43:26.668Z[ host-image] Aug 31 14:43:26.023 INFO O| Aug 31 14:43:26.023 INFO O| Finalize: Updating image state ... Done
49282026-08-31T14:43:26.720Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
49292026-08-31T14:43:26.758Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
49302026-08-31T14:43:26.919Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
49312026-08-31T14:43:26.995Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
49322026-08-31T14:43:27.041Z[verify-libraries] Compiling darling_macro v0.13.4
49332026-08-31T14:43:27.215Z[verify-libraries] Compiling nix v0.27.1
49342026-08-31T14:43:27.281Z[verify-libraries] Compiling colored v2.2.0
49352026-08-31T14:43:27.327Z[verify-libraries] Compiling blake3 v1.8.5
49362026-08-31T14:43:27.375Z[verify-libraries] Compiling serde_bytes v0.11.19
49372026-08-31T14:43:27.680Z[ recovery-image] Aug 31 14:43:27.027 INFO O| Aug 31 14:43:27.024 INFO O| Startup: Refreshing catalog 'helios' ... Done
49382026-08-31T14:43:27.711Z[ host-image] Aug 31 14:43:27.067 INFO O| Aug 31 14:43:27.067 INFO O| Finalize: Creating fast lookup database ... Done
49392026-08-31T14:43:27.724Z[verify-libraries] Compiling keccak v0.2.0
49402026-08-31T14:43:27.760Z[ host-image] Aug 31 14:43:27.117 INFO O| Aug 31 14:43:27.117 INFO O| Finalize: Reading search index ... Done
49412026-08-31T14:43:27.761Z[ host-image] Aug 31 14:43:27.117 INFO O| Aug 31 14:43:27.117 INFO O| Finalize: Updating search index ... Done
49422026-08-31T14:43:27.784Z[ host-image] Aug 31 14:43:27.140 INFO O| Aug 31 14:43:27.140 INFO O| Finalize: Updating package cache ... Done
49432026-08-31T14:43:27.825Z[verify-libraries] Compiling shell-words v1.1.1
49442026-08-31T14:43:27.981Z[verify-libraries] Compiling darling v0.13.4
49452026-08-31T14:43:28.041Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
49462026-08-31T14:43:28.123Z[ host-image] Aug 31 14:43:27.479 INFO O| Aug 31 14:43:27.479 INFO STEP 14 (pkg_install) COMPLETE
49472026-08-31T14:43:28.123Z[ host-image] Aug 31 14:43:27.479 INFO O| Aug 31 14:43:27.479 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49482026-08-31T14:43:28.123Z[ host-image] Aug 31 14:43:27.479 INFO O| Aug 31 14:43:27.479 INFO skip step because feature "mbist" is not enabled
49492026-08-31T14:43:28.123Z[ host-image] Aug 31 14:43:27.479 INFO O| Aug 31 14:43:27.479 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49502026-08-31T14:43:28.123Z[ host-image] Aug 31 14:43:27.479 INFO O| Aug 31 14:43:27.479 INFO skip step because feature "mfg" is not enabled
49512026-08-31T14:43:28.126Z[ host-image] Aug 31 14:43:27.479 INFO O| Aug 31 14:43:27.479 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49522026-08-31T14:43:28.126Z[ host-image] Aug 31 14:43:27.479 INFO O| Aug 31 14:43:27.479 INFO skip step because feature "compliance" is not enabled
49532026-08-31T14:43:28.126Z[ host-image] Aug 31 14:43:27.479 INFO O| Aug 31 14:43:27.479 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49542026-08-31T14:43:28.126Z[ host-image] Aug 31 14:43:27.479 INFO O| Aug 31 14:43:27.479 INFO skip step because feature "stress" is not enabled
49552026-08-31T14:43:28.126Z[ host-image] Aug 31 14:43:27.479 INFO O| Aug 31 14:43:27.479 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49562026-08-31T14:43:28.126Z[ host-image] Aug 31 14:43:27.479 INFO O| Aug 31 14:43:27.479 INFO skip step because feature "compliance" is not enabled
49572026-08-31T14:43:28.126Z[ host-image] Aug 31 14:43:27.479 INFO O| Aug 31 14:43:27.479 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49582026-08-31T14:43:28.126Z[ host-image] Aug 31 14:43:27.479 INFO O| Aug 31 14:43:27.479 INFO skip step because feature "nfs" is not enabled
49592026-08-31T14:43:28.126Z[ host-image] Aug 31 14:43:27.479 INFO O| Aug 31 14:43:27.479 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
49602026-08-31T14:43:28.126Z[ host-image] Aug 31 14:43:27.479 INFO O| Aug 31 14:43:27.479 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
49612026-08-31T14:43:28.214Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
49622026-08-31T14:43:28.234Z[ recovery-image] Aug 31 14:43:27.589 INFO O| Aug 31 14:43:27.589 INFO O| Startup: Caching catalogs ... Done
49632026-08-31T14:43:28.270Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
49642026-08-31T14:43:28.342Z[verify-libraries] Compiling ed25519 v3.0.0
49652026-08-31T14:43:28.352Z[ host-image] Aug 31 14:43:27.709 INFO O| Aug 31 14:43:27.709 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
49662026-08-31T14:43:28.531Z[ host-image] Aug 31 14:43:27.887 INFO O| Aug 31 14:43:27.887 INFO completed processing sled/ramdisk-01-os
49672026-08-31T14:43:28.534Z[ host-image] Aug 31 14:43:27.890 INFO omicron1 baseline generation...
49682026-08-31T14:43:28.534Z[ host-image] Aug 31 14:43:27.890 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
49692026-08-31T14:43:28.736Z[verify-libraries] Compiling crypto-primes v0.7.2
49702026-08-31T14:43:28.799Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
49712026-08-31T14:43:28.879Z[ recovery-image] Aug 31 14:43:28.231 INFO O| Aug 31 14:43:28.231 INFO O| Planning: Solver setup ... Done
49722026-08-31T14:43:28.885Z[ recovery-image] Aug 31 14:43:28.236 INFO O| Aug 31 14:43:28.236 INFO O| Planning: Running solver ... Done
49732026-08-31T14:43:28.896Z[ recovery-image] Aug 31 14:43:28.252 INFO O| Aug 31 14:43:28.252 INFO O| Planning: Finding local manifests ... Done
49742026-08-31T14:43:28.936Z[ host-image] Aug 31 14:43:28.291 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24217:20260827T182750Z
49752026-08-31T14:43:28.941Z[ recovery-image] Aug 31 14:43:28.292 INFO O| Aug 31 14:43:28.292 INFO O| Planning: Fetching manifests: 0/1 0% complete
49762026-08-31T14:43:28.945Z[ recovery-image] Aug 31 14:43:28.301 INFO O| Aug 31 14:43:28.301 INFO O| Planning: Fetching manifests: 1/1 100% complete
49772026-08-31T14:43:28.998Z[ recovery-image] Aug 31 14:43:28.354 INFO O| Aug 31 14:43:28.354 INFO O| Planning: Package planning ... Done
49782026-08-31T14:43:28.998Z[ recovery-image] Aug 31 14:43:28.355 INFO O| Aug 31 14:43:28.355 INFO O| Planning: Merging actions ... Done
49792026-08-31T14:43:29.018Z[ recovery-image] Aug 31 14:43:28.374 INFO O| Aug 31 14:43:28.374 INFO O| Planning: Checking for conflicting actions ... Done
49802026-08-31T14:43:29.024Z[ recovery-image] Aug 31 14:43:28.374 INFO O| Aug 31 14:43:28.374 INFO O| Planning: Consolidating action changes ... Done
49812026-08-31T14:43:29.084Z[verify-libraries] Compiling poly1305 v0.9.0
49822026-08-31T14:43:29.162Z[ recovery-image] Aug 31 14:43:28.517 INFO O| Aug 31 14:43:28.516 INFO O| Planning: Evaluating mediators ... Done
49832026-08-31T14:43:29.165Z[ recovery-image] Aug 31 14:43:28.517 INFO O| Aug 31 14:43:28.517 INFO O| Planning: Planning completed in 0.91 seconds
49842026-08-31T14:43:29.165Z[ recovery-image] Aug 31 14:43:28.517 INFO O| Aug 31 14:43:28.517 INFO O| Packages to install: 1
49852026-08-31T14:43:29.174Z[ recovery-image] Aug 31 14:43:28.530 INFO O| Aug 31 14:43:28.529 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49862026-08-31T14:43:29.292Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49872026-08-31T14:43:29.504Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49882026-08-31T14:43:29.529Z[ recovery-image] Aug 31 14:43:28.885 INFO O| Aug 31 14:43:28.885 INFO O| Download: Completed 13.27 MB in 0.36 seconds (37.3M/s)
49892026-08-31T14:43:29.549Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49902026-08-31T14:43:29.566Z[ recovery-image] Aug 31 14:43:28.904 INFO O| Aug 31 14:43:28.904 INFO O| Actions: 1/22 actions (Installing new actions)
49912026-08-31T14:43:29.778Z[ recovery-image] Aug 31 14:43:29.131 INFO O| Aug 31 14:43:29.131 INFO O| Actions: Completed 22 actions in 0.23 seconds.
49922026-08-31T14:43:29.837Z[ recovery-image] Aug 31 14:43:29.192 INFO O| Aug 31 14:43:29.192 INFO O| Finalize: Updating package state database ... Done
49932026-08-31T14:43:29.837Z[ recovery-image] Aug 31 14:43:29.192 INFO O| Aug 31 14:43:29.192 INFO O| Finalize: Updating package cache ... Done
49942026-08-31T14:43:29.842Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49952026-08-31T14:43:29.865Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49962026-08-31T14:43:29.869Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49972026-08-31T14:43:29.936Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49982026-08-31T14:43:29.942Z[ recovery-image] Aug 31 14:43:29.295 INFO O| Aug 31 14:43:29.295 INFO O| Finalize: Updating image state ... Done
49992026-08-31T14:43:30.147Z[verify-libraries] Compiling blowfish v0.10.0
50002026-08-31T14:43:30.175Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
50012026-08-31T14:43:30.203Z[verify-libraries] Compiling petname v2.0.2
50022026-08-31T14:43:30.312Z[verify-libraries] Compiling constant_time_eq v0.4.2
50032026-08-31T14:43:30.399Z[verify-libraries] Compiling arrayref v0.3.9
50042026-08-31T14:43:30.465Z[verify-libraries] Compiling arrayvec v0.7.6
50052026-08-31T14:43:30.572Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
50062026-08-31T14:43:30.616Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
50072026-08-31T14:43:31.298Z[ recovery-image] Aug 31 14:43:30.025 INFO O| Aug 31 14:43:30.025 INFO O| Finalize: Creating fast lookup database ... Done
50082026-08-31T14:43:31.325Z[ recovery-image] Aug 31 14:43:30.042 INFO O| Aug 31 14:43:30.042 INFO O| Finalize: Reading search index ... Done
50092026-08-31T14:43:31.325Z[ recovery-image] Aug 31 14:43:30.042 INFO O| Aug 31 14:43:30.042 INFO O| Finalize: Updating search index ... Done
50102026-08-31T14:43:31.325Z[ recovery-image] Aug 31 14:43:30.052 INFO O| Aug 31 14:43:30.052 INFO O| Finalize: Updating package cache ... Done
50112026-08-31T14:43:31.325Z[verify-libraries] Compiling rsa v0.10.0-rc.18
50122026-08-31T14:43:31.325Z[ recovery-image] Aug 31 14:43:30.347 INFO O| Aug 31 14:43:30.347 INFO STEP 14 (pkg_install) COMPLETE
50132026-08-31T14:43:31.325Z[ recovery-image] Aug 31 14:43:30.347 INFO O| Aug 31 14:43:30.347 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50142026-08-31T14:43:31.325Z[ recovery-image] Aug 31 14:43:30.347 INFO O| Aug 31 14:43:30.347 INFO skip step because feature "mbist" is not enabled
50152026-08-31T14:43:31.325Z[ recovery-image] Aug 31 14:43:30.347 INFO O| Aug 31 14:43:30.347 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50162026-08-31T14:43:31.325Z[ recovery-image] Aug 31 14:43:30.347 INFO O| Aug 31 14:43:30.347 INFO skip step because feature "mfg" is not enabled
50172026-08-31T14:43:31.325Z[ recovery-image] Aug 31 14:43:30.347 INFO O| Aug 31 14:43:30.347 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50182026-08-31T14:43:31.325Z[ recovery-image] Aug 31 14:43:30.347 INFO O| Aug 31 14:43:30.347 INFO skip step because feature "compliance" is not enabled
50192026-08-31T14:43:31.325Z[ recovery-image] Aug 31 14:43:30.347 INFO O| Aug 31 14:43:30.347 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50202026-08-31T14:43:31.325Z[ recovery-image] Aug 31 14:43:30.347 INFO O| Aug 31 14:43:30.347 INFO skip step because feature "stress" is not enabled
50212026-08-31T14:43:31.325Z[ recovery-image] Aug 31 14:43:30.347 INFO O| Aug 31 14:43:30.347 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50222026-08-31T14:43:31.325Z[ recovery-image] Aug 31 14:43:30.347 INFO O| Aug 31 14:43:30.347 INFO skip step because feature "compliance" is not enabled
50232026-08-31T14:43:31.325Z[ recovery-image] Aug 31 14:43:30.347 INFO O| Aug 31 14:43:30.347 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50242026-08-31T14:43:31.325Z[ recovery-image] Aug 31 14:43:30.347 INFO O| Aug 31 14:43:30.347 INFO skip step because feature "nfs" is not enabled
50252026-08-31T14:43:31.325Z[ recovery-image] Aug 31 14:43:30.347 INFO O| Aug 31 14:43:30.347 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50262026-08-31T14:43:31.326Z[ recovery-image] Aug 31 14:43:30.347 INFO O| Aug 31 14:43:30.347 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50272026-08-31T14:43:31.326Z[verify-libraries] Compiling ssh-cipher v0.3.0
50282026-08-31T14:43:31.326Z[verify-libraries] Compiling ed25519-dalek v3.0.0
50292026-08-31T14:43:31.326Z[verify-libraries] Compiling serde_with_macros v1.5.2
50302026-08-31T14:43:31.326Z[ recovery-image] Aug 31 14:43:30.623 INFO O| Aug 31 14:43:30.623 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50312026-08-31T14:43:31.326Z[verify-libraries] Compiling progenitor v0.13.0
50322026-08-31T14:43:31.379Z[ recovery-image] Aug 31 14:43:30.730 INFO O| Aug 31 14:43:30.730 INFO completed processing sled/ramdisk-01-os
50332026-08-31T14:43:31.382Z[ recovery-image] Aug 31 14:43:30.732 INFO image builder template: ramdisk-02-trim...
50342026-08-31T14:43:31.382Z[ recovery-image] Aug 31 14:43:30.732 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/.tmptgqMeT/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
50352026-08-31T14:43:31.404Z[ recovery-image] Aug 31 14:43:30.752 INFO O| Aug 31 14:43:30.752 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50362026-08-31T14:43:31.411Z[ recovery-image] Aug 31 14:43:30.756 INFO O| Aug 31 14:43:30.756 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50372026-08-31T14:43:31.449Z[verify-libraries] Compiling sha3 v0.11.0
50382026-08-31T14:43:31.468Z[ recovery-image] Aug 31 14:43:30.825 INFO O| Aug 31 14:43:30.824 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50392026-08-31T14:43:31.525Z[ recovery-image] Aug 31 14:43:30.881 INFO O| Aug 31 14:43:30.880 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50402026-08-31T14:43:31.525Z[ recovery-image] Aug 31 14:43:30.881 INFO O| Aug 31 14:43:30.881 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50412026-08-31T14:43:31.528Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
50422026-08-31T14:43:31.531Z[ recovery-image] Aug 31 14:43:30.885 INFO O| Aug 31 14:43:30.885 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50432026-08-31T14:43:31.534Z[ recovery-image] Aug 31 14:43:30.888 INFO O| Aug 31 14:43:30.888 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50442026-08-31T14:43:31.537Z[ recovery-image] Aug 31 14:43:30.892 INFO O| Aug 31 14:43:30.892 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50452026-08-31T14:43:31.733Z[verify-libraries] Compiling p256 v0.14.0
50462026-08-31T14:43:31.760Z[verify-libraries] Compiling p521 v0.14.0
50472026-08-31T14:43:31.789Z[verify-libraries] Compiling p384 v0.14.0
50482026-08-31T14:43:31.828Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
50492026-08-31T14:43:31.859Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
50502026-08-31T14:43:31.985Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50512026-08-31T14:43:32.104Z[verify-libraries] Compiling twox-hash v2.1.2
50522026-08-31T14:43:32.288Z[verify-libraries] Compiling kem v0.3.0
50532026-08-31T14:43:32.374Z[ recovery-image] Aug 31 14:43:31.730 INFO O| Aug 31 14:43:31.730 INFO rolled back to input snapshot; work may begin
50542026-08-31T14:43:32.374Z[ recovery-image] Aug 31 14:43:31.730 INFO O| Aug 31 14:43:31.730 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50552026-08-31T14:43:32.378Z[ recovery-image] Aug 31 14:43:31.735 INFO O| Aug 31 14:43:31.735 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-08-31T14:43:32.388Z[ recovery-image] Aug 31 14:43:31.743 INFO O| Aug 31 14:43:31.743 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50572026-08-31T14:43:32.427Z[ recovery-image] Aug 31 14:43:31.784 INFO O| Aug 31 14:43:31.784 INFO STEP 0 (remove_files) COMPLETE
50582026-08-31T14:43:32.428Z[ recovery-image] Aug 31 14:43:31.784 INFO O| Aug 31 14:43:31.784 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-31T14:43:32.438Z[ recovery-image] Aug 31 14:43:31.793 INFO O| Aug 31 14:43:31.793 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50602026-08-31T14:43:32.447Z[ recovery-image] Aug 31 14:43:31.795 INFO O| Aug 31 14:43:31.795 INFO STEP 1 (remove_files) COMPLETE
50612026-08-31T14:43:32.447Z[ recovery-image] Aug 31 14:43:31.795 INFO O| Aug 31 14:43:31.795 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-08-31T14:43:32.447Z[ recovery-image] Aug 31 14:43:31.804 INFO O| Aug 31 14:43:31.803 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50632026-08-31T14:43:32.461Z[ recovery-image] Aug 31 14:43:31.817 INFO O| Aug 31 14:43:31.817 INFO STEP 2 (remove_files) COMPLETE
50642026-08-31T14:43:32.461Z[ recovery-image] Aug 31 14:43:31.817 INFO O| Aug 31 14:43:31.817 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-31T14:43:32.470Z[ recovery-image] Aug 31 14:43:31.827 INFO O| Aug 31 14:43:31.827 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50662026-08-31T14:43:32.474Z[ recovery-image] Aug 31 14:43:31.828 INFO O| Aug 31 14:43:31.828 INFO STEP 3 (remove_files) COMPLETE
50672026-08-31T14:43:32.474Z[ recovery-image] Aug 31 14:43:31.828 INFO O| Aug 31 14:43:31.828 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-08-31T14:43:32.480Z[ recovery-image] Aug 31 14:43:31.836 INFO O| Aug 31 14:43:31.836 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50692026-08-31T14:43:32.484Z[ recovery-image] Aug 31 14:43:31.839 INFO O| Aug 31 14:43:31.839 INFO STEP 4 (remove_files) COMPLETE
50702026-08-31T14:43:32.484Z[ recovery-image] Aug 31 14:43:31.839 INFO O| Aug 31 14:43:31.839 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-08-31T14:43:32.494Z[ recovery-image] Aug 31 14:43:31.850 INFO O| Aug 31 14:43:31.849 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50722026-08-31T14:43:32.494Z[ recovery-image] Aug 31 14:43:31.850 INFO O| Aug 31 14:43:31.850 INFO STEP 5 (remove_files) COMPLETE
50732026-08-31T14:43:32.494Z[ recovery-image] Aug 31 14:43:31.850 INFO O| Aug 31 14:43:31.850 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-08-31T14:43:32.502Z[ recovery-image] Aug 31 14:43:31.858 INFO O| Aug 31 14:43:31.858 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50752026-08-31T14:43:32.514Z[ recovery-image] Aug 31 14:43:31.870 INFO O| Aug 31 14:43:31.870 INFO STEP 6 (remove_files) COMPLETE
50762026-08-31T14:43:32.514Z[ recovery-image] Aug 31 14:43:31.870 INFO O| Aug 31 14:43:31.870 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-08-31T14:43:32.514Z[ recovery-image] Aug 31 14:43:31.870 INFO O| Aug 31 14:43:31.870 INFO skip step because feature "heliosv2" is not enabled
50782026-08-31T14:43:32.529Z[ recovery-image] Aug 31 14:43:31.870 INFO O| Aug 31 14:43:31.870 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50792026-08-31T14:43:32.529Z[ recovery-image] Aug 31 14:43:31.870 INFO O| Aug 31 14:43:31.870 INFO skip step because feature "recovery" is enabled
50802026-08-31T14:43:32.532Z[ recovery-image] Aug 31 14:43:31.870 INFO O| Aug 31 14:43:31.870 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-08-31T14:43:32.532Z[ recovery-image] Aug 31 14:43:31.870 INFO O| Aug 31 14:43:31.870 INFO skip step because feature "recovery" is enabled
50822026-08-31T14:43:32.532Z[ recovery-image] Aug 31 14:43:31.870 INFO O| Aug 31 14:43:31.870 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-08-31T14:43:32.532Z[ recovery-image] Aug 31 14:43:31.870 INFO O| Aug 31 14:43:31.870 INFO skip step because feature "recovery" is enabled
50842026-08-31T14:43:32.532Z[ recovery-image] Aug 31 14:43:31.870 INFO O| Aug 31 14:43:31.870 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50852026-08-31T14:43:32.532Z[ recovery-image] Aug 31 14:43:31.879 INFO O| Aug 31 14:43:31.879 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50862026-08-31T14:43:32.532Z[ recovery-image] Aug 31 14:43:31.882 INFO O| Aug 31 14:43:31.882 INFO STEP 11 (remove_files) COMPLETE
50872026-08-31T14:43:32.533Z[ recovery-image] Aug 31 14:43:31.882 INFO O| Aug 31 14:43:31.882 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50882026-08-31T14:43:32.533Z[verify-libraries] Compiling module-lattice v0.2.3
50892026-08-31T14:43:32.536Z[ recovery-image] Aug 31 14:43:31.890 INFO O| Aug 31 14:43:31.890 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50902026-08-31T14:43:32.551Z[ recovery-image] Aug 31 14:43:31.891 INFO O| Aug 31 14:43:31.891 INFO STEP 12 (remove_files) COMPLETE
50912026-08-31T14:43:32.551Z[ recovery-image] Aug 31 14:43:31.891 INFO O| Aug 31 14:43:31.891 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-31T14:43:32.551Z[ recovery-image] Aug 31 14:43:31.899 INFO O| Aug 31 14:43:31.899 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50932026-08-31T14:43:32.555Z[ recovery-image] Aug 31 14:43:31.900 INFO O| Aug 31 14:43:31.900 INFO STEP 13 (remove_files) COMPLETE
50942026-08-31T14:43:32.555Z[ recovery-image] Aug 31 14:43:31.900 INFO O| Aug 31 14:43:31.900 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-31T14:43:32.563Z[ recovery-image] Aug 31 14:43:31.920 INFO O| Aug 31 14:43:31.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50962026-08-31T14:43:32.563Z[ recovery-image] Aug 31 14:43:31.920 INFO O| Aug 31 14:43:31.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50972026-08-31T14:43:32.576Z[verify-libraries] Compiling atty v0.2.14
50982026-08-31T14:43:32.625Z[ recovery-image] Aug 31 14:43:31.981 INFO O| Aug 31 14:43:31.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50992026-08-31T14:43:32.630Z[ recovery-image] Aug 31 14:43:31.986 INFO O| Aug 31 14:43:31.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
51002026-08-31T14:43:32.634Z[verify-libraries] Compiling rtoolbox v0.0.3
51012026-08-31T14:43:32.710Z[ recovery-image] Aug 31 14:43:32.066 INFO O| Aug 31 14:43:32.066 INFO STEP 14 (remove_files) COMPLETE
51022026-08-31T14:43:32.710Z[ recovery-image] Aug 31 14:43:32.066 INFO O| Aug 31 14:43:32.066 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51032026-08-31T14:43:32.719Z[ recovery-image] Aug 31 14:43:32.076 INFO O| Aug 31 14:43:32.076 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
51042026-08-31T14:43:32.722Z[ recovery-image] Aug 31 14:43:32.077 INFO O| Aug 31 14:43:32.077 INFO STEP 15 (remove_files) COMPLETE
51052026-08-31T14:43:32.722Z[ recovery-image] Aug 31 14:43:32.077 INFO O| Aug 31 14:43:32.077 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51062026-08-31T14:43:32.730Z[ recovery-image] Aug 31 14:43:32.086 INFO O| Aug 31 14:43:32.086 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
51072026-08-31T14:43:32.736Z[ recovery-image] Aug 31 14:43:32.092 INFO O| Aug 31 14:43:32.092 INFO STEP 16 (remove_files) COMPLETE
51082026-08-31T14:43:32.736Z[ recovery-image] Aug 31 14:43:32.092 INFO O| Aug 31 14:43:32.092 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51092026-08-31T14:43:32.746Z[ recovery-image] Aug 31 14:43:32.102 INFO O| Aug 31 14:43:32.102 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
51102026-08-31T14:43:32.749Z[ recovery-image] Aug 31 14:43:32.103 INFO O| Aug 31 14:43:32.103 INFO STEP 17 (remove_files) COMPLETE
51112026-08-31T14:43:32.749Z[ recovery-image] Aug 31 14:43:32.103 INFO O| Aug 31 14:43:32.103 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51122026-08-31T14:43:32.755Z[ recovery-image] Aug 31 14:43:32.112 INFO O| Aug 31 14:43:32.112 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
51132026-08-31T14:43:32.758Z[verify-libraries] Compiling sponge-cursor v0.1.0
51142026-08-31T14:43:32.758Z[ recovery-image] Aug 31 14:43:32.113 INFO O| Aug 31 14:43:32.113 INFO STEP 18 (remove_files) COMPLETE
51152026-08-31T14:43:32.758Z[ recovery-image] Aug 31 14:43:32.113 INFO O| Aug 31 14:43:32.113 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51162026-08-31T14:43:32.767Z[ recovery-image] Aug 31 14:43:32.123 INFO O| Aug 31 14:43:32.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
51172026-08-31T14:43:32.767Z[ recovery-image] Aug 31 14:43:32.123 INFO O| Aug 31 14:43:32.123 INFO STEP 19 (remove_files) COMPLETE
51182026-08-31T14:43:32.767Z[ recovery-image] Aug 31 14:43:32.123 INFO O| Aug 31 14:43:32.123 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51192026-08-31T14:43:32.779Z[ recovery-image] Aug 31 14:43:32.133 INFO O| Aug 31 14:43:32.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
51202026-08-31T14:43:32.779Z[ recovery-image] Aug 31 14:43:32.133 INFO O| Aug 31 14:43:32.133 INFO STEP 20 (remove_files) COMPLETE
51212026-08-31T14:43:32.779Z[ recovery-image] Aug 31 14:43:32.133 INFO O| Aug 31 14:43:32.133 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51222026-08-31T14:43:32.788Z[ recovery-image] Aug 31 14:43:32.141 INFO O| Aug 31 14:43:32.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
51232026-08-31T14:43:32.788Z[ recovery-image] Aug 31 14:43:32.141 INFO O| Aug 31 14:43:32.141 INFO STEP 21 (remove_files) COMPLETE
51242026-08-31T14:43:32.788Z[ recovery-image] Aug 31 14:43:32.141 INFO O| Aug 31 14:43:32.141 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-08-31T14:43:32.795Z[ recovery-image] Aug 31 14:43:32.152 INFO O| Aug 31 14:43:32.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51262026-08-31T14:43:32.795Z[ recovery-image] Aug 31 14:43:32.152 INFO O| Aug 31 14:43:32.152 INFO STEP 22 (remove_files) COMPLETE
51272026-08-31T14:43:32.795Z[ recovery-image] Aug 31 14:43:32.152 INFO O| Aug 31 14:43:32.152 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51282026-08-31T14:43:32.806Z[ recovery-image] Aug 31 14:43:32.162 INFO O| Aug 31 14:43:32.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51292026-08-31T14:43:32.806Z[ recovery-image] Aug 31 14:43:32.162 INFO O| Aug 31 14:43:32.162 INFO STEP 23 (remove_files) COMPLETE
51302026-08-31T14:43:32.810Z[ recovery-image] Aug 31 14:43:32.162 INFO O| Aug 31 14:43:32.162 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-08-31T14:43:32.816Z[ recovery-image] Aug 31 14:43:32.172 INFO O| Aug 31 14:43:32.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51322026-08-31T14:43:32.816Z[ recovery-image] Aug 31 14:43:32.172 INFO O| Aug 31 14:43:32.172 INFO STEP 24 (remove_files) COMPLETE
51332026-08-31T14:43:32.819Z[ recovery-image] Aug 31 14:43:32.172 INFO O| Aug 31 14:43:32.172 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-08-31T14:43:32.825Z[ recovery-image] Aug 31 14:43:32.181 INFO O| Aug 31 14:43:32.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51352026-08-31T14:43:32.825Z[ recovery-image] Aug 31 14:43:32.181 INFO O| Aug 31 14:43:32.181 INFO STEP 25 (remove_files) COMPLETE
51362026-08-31T14:43:32.825Z[ recovery-image] Aug 31 14:43:32.182 INFO O| Aug 31 14:43:32.181 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-08-31T14:43:32.834Z[ recovery-image] Aug 31 14:43:32.190 INFO O| Aug 31 14:43:32.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51382026-08-31T14:43:32.834Z[ recovery-image] Aug 31 14:43:32.190 INFO O| Aug 31 14:43:32.190 INFO STEP 26 (remove_files) COMPLETE
51392026-08-31T14:43:32.837Z[ recovery-image] Aug 31 14:43:32.190 INFO O| Aug 31 14:43:32.190 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-08-31T14:43:32.841Z[verify-libraries] Compiling topological-sort v0.2.2
51412026-08-31T14:43:32.845Z[ recovery-image] Aug 31 14:43:32.200 INFO O| Aug 31 14:43:32.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51422026-08-31T14:43:32.845Z[ recovery-image] Aug 31 14:43:32.200 INFO O| Aug 31 14:43:32.200 INFO STEP 27 (remove_files) COMPLETE
51432026-08-31T14:43:32.845Z[ recovery-image] Aug 31 14:43:32.200 INFO O| Aug 31 14:43:32.200 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-08-31T14:43:32.854Z[ recovery-image] Aug 31 14:43:32.209 INFO O| Aug 31 14:43:32.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51452026-08-31T14:43:32.855Z[ recovery-image] Aug 31 14:43:32.209 INFO O| Aug 31 14:43:32.209 INFO STEP 28 (remove_files) COMPLETE
51462026-08-31T14:43:32.855Z[ recovery-image] Aug 31 14:43:32.209 INFO O| Aug 31 14:43:32.209 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51472026-08-31T14:43:32.861Z[ recovery-image] Aug 31 14:43:32.217 INFO O| Aug 31 14:43:32.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51482026-08-31T14:43:32.861Z[ recovery-image] Aug 31 14:43:32.217 INFO O| Aug 31 14:43:32.217 INFO STEP 29 (remove_files) COMPLETE
51492026-08-31T14:43:32.861Z[ recovery-image] Aug 31 14:43:32.217 INFO O| Aug 31 14:43:32.217 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51502026-08-31T14:43:32.870Z[ recovery-image] Aug 31 14:43:32.227 INFO O| Aug 31 14:43:32.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51512026-08-31T14:43:32.870Z[ recovery-image] Aug 31 14:43:32.227 INFO O| Aug 31 14:43:32.227 INFO STEP 30 (remove_files) COMPLETE
51522026-08-31T14:43:32.873Z[ recovery-image] Aug 31 14:43:32.227 INFO O| Aug 31 14:43:32.227 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51532026-08-31T14:43:32.883Z[ recovery-image] Aug 31 14:43:32.239 INFO O| Aug 31 14:43:32.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51542026-08-31T14:43:32.883Z[ recovery-image] Aug 31 14:43:32.239 INFO O| Aug 31 14:43:32.237 INFO STEP 31 (remove_files) COMPLETE
51552026-08-31T14:43:32.883Z[ recovery-image] Aug 31 14:43:32.239 INFO O| Aug 31 14:43:32.237 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51562026-08-31T14:43:32.891Z[ recovery-image] Aug 31 14:43:32.247 INFO O| Aug 31 14:43:32.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51572026-08-31T14:43:32.891Z[ recovery-image] Aug 31 14:43:32.247 INFO O| Aug 31 14:43:32.247 INFO STEP 32 (remove_files) COMPLETE
51582026-08-31T14:43:32.891Z[ recovery-image] Aug 31 14:43:32.247 INFO O| Aug 31 14:43:32.247 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51592026-08-31T14:43:32.901Z[ recovery-image] Aug 31 14:43:32.257 INFO O| Aug 31 14:43:32.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51602026-08-31T14:43:32.901Z[ recovery-image] Aug 31 14:43:32.257 INFO O| Aug 31 14:43:32.257 INFO STEP 33 (remove_files) COMPLETE
51612026-08-31T14:43:32.901Z[ recovery-image] Aug 31 14:43:32.257 INFO O| Aug 31 14:43:32.257 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51622026-08-31T14:43:32.910Z[ recovery-image] Aug 31 14:43:32.267 INFO O| Aug 31 14:43:32.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51632026-08-31T14:43:32.910Z[ recovery-image] Aug 31 14:43:32.267 INFO O| Aug 31 14:43:32.267 INFO STEP 34 (remove_files) COMPLETE
51642026-08-31T14:43:32.915Z[ recovery-image] Aug 31 14:43:32.267 INFO O| Aug 31 14:43:32.267 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51652026-08-31T14:43:32.920Z[verify-libraries] Compiling sha3 v0.12.0
51662026-08-31T14:43:32.920Z[ recovery-image] Aug 31 14:43:32.276 INFO O| Aug 31 14:43:32.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51672026-08-31T14:43:32.920Z[ recovery-image] Aug 31 14:43:32.276 INFO O| Aug 31 14:43:32.276 INFO STEP 35 (remove_files) COMPLETE
51682026-08-31T14:43:32.924Z[ recovery-image] Aug 31 14:43:32.276 INFO O| Aug 31 14:43:32.276 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51692026-08-31T14:43:32.930Z[ recovery-image] Aug 31 14:43:32.286 INFO O| Aug 31 14:43:32.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51702026-08-31T14:43:32.930Z[ recovery-image] Aug 31 14:43:32.286 INFO O| Aug 31 14:43:32.286 INFO STEP 36 (remove_files) COMPLETE
51712026-08-31T14:43:32.930Z[ recovery-image] Aug 31 14:43:32.286 INFO O| Aug 31 14:43:32.286 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51722026-08-31T14:43:32.940Z[ recovery-image] Aug 31 14:43:32.296 INFO O| Aug 31 14:43:32.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51732026-08-31T14:43:32.944Z[ recovery-image] Aug 31 14:43:32.296 INFO O| Aug 31 14:43:32.296 INFO STEP 37 (remove_files) COMPLETE
51742026-08-31T14:43:32.944Z[ recovery-image] Aug 31 14:43:32.296 INFO O| Aug 31 14:43:32.296 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51752026-08-31T14:43:32.948Z[verify-libraries] Compiling rpassword v7.5.4
51762026-08-31T14:43:32.948Z[verify-libraries] Compiling ml-kem v0.3.2
51772026-08-31T14:43:32.950Z[ recovery-image] Aug 31 14:43:32.305 INFO O| Aug 31 14:43:32.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51782026-08-31T14:43:32.951Z[ recovery-image] Aug 31 14:43:32.305 INFO O| Aug 31 14:43:32.305 INFO STEP 38 (remove_files) COMPLETE
51792026-08-31T14:43:32.951Z[ recovery-image] Aug 31 14:43:32.305 INFO O| Aug 31 14:43:32.305 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51802026-08-31T14:43:32.956Z[ recovery-image] Aug 31 14:43:32.312 INFO O| Aug 31 14:43:32.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51812026-08-31T14:43:32.956Z[ recovery-image] Aug 31 14:43:32.313 INFO O| Aug 31 14:43:32.313 INFO STEP 39 (remove_files) COMPLETE
51822026-08-31T14:43:32.956Z[ recovery-image] Aug 31 14:43:32.313 INFO O| Aug 31 14:43:32.313 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51832026-08-31T14:43:32.966Z[ recovery-image] Aug 31 14:43:32.323 INFO O| Aug 31 14:43:32.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51842026-08-31T14:43:32.966Z[ recovery-image] Aug 31 14:43:32.323 INFO O| Aug 31 14:43:32.323 INFO STEP 40 (remove_files) COMPLETE
51852026-08-31T14:43:32.969Z[ recovery-image] Aug 31 14:43:32.323 INFO O| Aug 31 14:43:32.323 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51862026-08-31T14:43:32.977Z[ recovery-image] Aug 31 14:43:32.333 INFO O| Aug 31 14:43:32.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51872026-08-31T14:43:32.977Z[ recovery-image] Aug 31 14:43:32.333 INFO O| Aug 31 14:43:32.333 INFO STEP 41 (remove_files) COMPLETE
51882026-08-31T14:43:32.980Z[ recovery-image] Aug 31 14:43:32.333 INFO O| Aug 31 14:43:32.333 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51892026-08-31T14:43:32.985Z[ recovery-image] Aug 31 14:43:32.342 INFO O| Aug 31 14:43:32.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51902026-08-31T14:43:32.986Z[ recovery-image] Aug 31 14:43:32.342 INFO O| Aug 31 14:43:32.342 INFO STEP 42 (remove_files) COMPLETE
51912026-08-31T14:43:32.989Z[ recovery-image] Aug 31 14:43:32.342 INFO O| Aug 31 14:43:32.342 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51922026-08-31T14:43:32.995Z[ recovery-image] Aug 31 14:43:32.351 INFO O| Aug 31 14:43:32.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51932026-08-31T14:43:32.995Z[ recovery-image] Aug 31 14:43:32.352 INFO O| Aug 31 14:43:32.352 INFO STEP 43 (remove_files) COMPLETE
51942026-08-31T14:43:33.001Z[ recovery-image] Aug 31 14:43:32.352 INFO O| Aug 31 14:43:32.352 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51952026-08-31T14:43:33.057Z[ recovery-image] Aug 31 14:43:32.363 INFO O| Aug 31 14:43:32.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51962026-08-31T14:43:33.057Z[ recovery-image] Aug 31 14:43:32.363 INFO O| Aug 31 14:43:32.363 INFO STEP 44 (remove_files) COMPLETE
51972026-08-31T14:43:33.057Z[ recovery-image] Aug 31 14:43:32.363 INFO O| Aug 31 14:43:32.363 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51982026-08-31T14:43:33.057Z[ recovery-image] Aug 31 14:43:32.373 INFO O| Aug 31 14:43:32.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51992026-08-31T14:43:33.057Z[ recovery-image] Aug 31 14:43:32.373 INFO O| Aug 31 14:43:32.373 INFO STEP 45 (remove_files) COMPLETE
52002026-08-31T14:43:33.057Z[ recovery-image] Aug 31 14:43:32.373 INFO O| Aug 31 14:43:32.373 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52012026-08-31T14:43:33.057Z[ recovery-image] Aug 31 14:43:32.381 INFO O| Aug 31 14:43:32.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
52022026-08-31T14:43:33.057Z[ recovery-image] Aug 31 14:43:32.381 INFO O| Aug 31 14:43:32.381 INFO STEP 46 (remove_files) COMPLETE
52032026-08-31T14:43:33.057Z[ recovery-image] Aug 31 14:43:32.381 INFO O| Aug 31 14:43:32.381 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52042026-08-31T14:43:33.057Z[ recovery-image] Aug 31 14:43:32.389 INFO O| Aug 31 14:43:32.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
52052026-08-31T14:43:33.057Z[ recovery-image] Aug 31 14:43:32.389 INFO O| Aug 31 14:43:32.389 INFO STEP 47 (remove_files) COMPLETE
52062026-08-31T14:43:33.057Z[ recovery-image] Aug 31 14:43:32.389 INFO O| Aug 31 14:43:32.389 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52072026-08-31T14:43:33.057Z[verify-libraries] Compiling omicron-zone-package v0.12.3
52082026-08-31T14:43:33.057Z[ recovery-image] Aug 31 14:43:32.397 INFO O| Aug 31 14:43:32.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
52092026-08-31T14:43:33.057Z[ recovery-image] Aug 31 14:43:32.397 INFO O| Aug 31 14:43:32.397 INFO STEP 48 (remove_files) COMPLETE
52102026-08-31T14:43:33.057Z[ recovery-image] Aug 31 14:43:32.397 INFO O| Aug 31 14:43:32.397 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52112026-08-31T14:43:33.058Z[ recovery-image] Aug 31 14:43:32.407 INFO O| Aug 31 14:43:32.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
52122026-08-31T14:43:33.058Z[ recovery-image] Aug 31 14:43:32.407 INFO O| Aug 31 14:43:32.407 INFO STEP 49 (remove_files) COMPLETE
52132026-08-31T14:43:33.058Z[ recovery-image] Aug 31 14:43:32.407 INFO O| Aug 31 14:43:32.407 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52142026-08-31T14:43:33.062Z[ recovery-image] Aug 31 14:43:32.416 INFO O| Aug 31 14:43:32.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
52152026-08-31T14:43:33.062Z[ recovery-image] Aug 31 14:43:32.416 INFO O| Aug 31 14:43:32.416 INFO STEP 50 (remove_files) COMPLETE
52162026-08-31T14:43:33.062Z[ recovery-image] Aug 31 14:43:32.416 INFO O| Aug 31 14:43:32.416 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52172026-08-31T14:43:33.069Z[ recovery-image] Aug 31 14:43:32.425 INFO O| Aug 31 14:43:32.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
52182026-08-31T14:43:33.069Z[ recovery-image] Aug 31 14:43:32.425 INFO O| Aug 31 14:43:32.425 INFO STEP 51 (remove_files) COMPLETE
52192026-08-31T14:43:33.069Z[ recovery-image] Aug 31 14:43:32.425 INFO O| Aug 31 14:43:32.425 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52202026-08-31T14:43:33.080Z[ recovery-image] Aug 31 14:43:32.433 INFO O| Aug 31 14:43:32.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
52212026-08-31T14:43:33.080Z[ recovery-image] Aug 31 14:43:32.433 INFO O| Aug 31 14:43:32.433 INFO STEP 52 (remove_files) COMPLETE
52222026-08-31T14:43:33.080Z[ recovery-image] Aug 31 14:43:32.433 INFO O| Aug 31 14:43:32.433 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52232026-08-31T14:43:33.087Z[ recovery-image] Aug 31 14:43:32.443 INFO O| Aug 31 14:43:32.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
52242026-08-31T14:43:33.087Z[ recovery-image] Aug 31 14:43:32.443 INFO O| Aug 31 14:43:32.443 INFO STEP 53 (remove_files) COMPLETE
52252026-08-31T14:43:33.090Z[ recovery-image] Aug 31 14:43:32.443 INFO O| Aug 31 14:43:32.443 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52262026-08-31T14:43:33.096Z[ recovery-image] Aug 31 14:43:32.453 INFO O| Aug 31 14:43:32.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
52272026-08-31T14:43:33.096Z[ recovery-image] Aug 31 14:43:32.453 INFO O| Aug 31 14:43:32.453 INFO STEP 54 (remove_files) COMPLETE
52282026-08-31T14:43:33.100Z[ recovery-image] Aug 31 14:43:32.453 INFO O| Aug 31 14:43:32.453 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52292026-08-31T14:43:33.106Z[ recovery-image] Aug 31 14:43:32.462 INFO O| Aug 31 14:43:32.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52302026-08-31T14:43:33.106Z[ recovery-image] Aug 31 14:43:32.462 INFO O| Aug 31 14:43:32.462 INFO STEP 55 (remove_files) COMPLETE
52312026-08-31T14:43:33.106Z[ recovery-image] Aug 31 14:43:32.462 INFO O| Aug 31 14:43:32.462 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52322026-08-31T14:43:33.115Z[ recovery-image] Aug 31 14:43:32.471 INFO O| Aug 31 14:43:32.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52332026-08-31T14:43:33.115Z[ recovery-image] Aug 31 14:43:32.471 INFO O| Aug 31 14:43:32.471 INFO STEP 56 (remove_files) COMPLETE
52342026-08-31T14:43:33.115Z[ recovery-image] Aug 31 14:43:32.471 INFO O| Aug 31 14:43:32.471 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52352026-08-31T14:43:33.123Z[ recovery-image] Aug 31 14:43:32.480 INFO O| Aug 31 14:43:32.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52362026-08-31T14:43:33.123Z[ recovery-image] Aug 31 14:43:32.480 INFO O| Aug 31 14:43:32.480 INFO STEP 57 (remove_files) COMPLETE
52372026-08-31T14:43:33.126Z[ recovery-image] Aug 31 14:43:32.480 INFO O| Aug 31 14:43:32.480 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52382026-08-31T14:43:33.132Z[ recovery-image] Aug 31 14:43:32.488 INFO O| Aug 31 14:43:32.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52392026-08-31T14:43:33.132Z[ recovery-image] Aug 31 14:43:32.488 INFO O| Aug 31 14:43:32.488 INFO STEP 58 (remove_files) COMPLETE
52402026-08-31T14:43:33.135Z[ recovery-image] Aug 31 14:43:32.488 INFO O| Aug 31 14:43:32.488 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52412026-08-31T14:43:33.149Z[ recovery-image] Aug 31 14:43:32.497 INFO O| Aug 31 14:43:32.497 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52422026-08-31T14:43:33.149Z[ recovery-image] Aug 31 14:43:32.497 INFO O| Aug 31 14:43:32.497 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52432026-08-31T14:43:33.149Z[ recovery-image] Aug 31 14:43:32.497 INFO O| Aug 31 14:43:32.497 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52442026-08-31T14:43:33.149Z[ recovery-image] Aug 31 14:43:32.497 INFO O| Aug 31 14:43:32.497 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52452026-08-31T14:43:33.149Z[ recovery-image] Aug 31 14:43:32.497 INFO O| Aug 31 14:43:32.497 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52462026-08-31T14:43:33.149Z[ recovery-image] Aug 31 14:43:32.497 INFO O| Aug 31 14:43:32.497 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52472026-08-31T14:43:33.149Z[ recovery-image] Aug 31 14:43:32.497 INFO O| Aug 31 14:43:32.497 INFO ok!
52482026-08-31T14:43:33.149Z[ recovery-image] Aug 31 14:43:32.497 INFO O| Aug 31 14:43:32.497 INFO STEP 59 (ensure_file) COMPLETE
52492026-08-31T14:43:33.149Z[ recovery-image] Aug 31 14:43:32.497 INFO O| Aug 31 14:43:32.497 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52502026-08-31T14:43:33.153Z[ recovery-image] Aug 31 14:43:32.506 INFO O| Aug 31 14:43:32.506 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52512026-08-31T14:43:33.153Z[ recovery-image] Aug 31 14:43:32.506 INFO O| Aug 31 14:43:32.506 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52522026-08-31T14:43:33.153Z[ recovery-image] Aug 31 14:43:32.506 INFO O| Aug 31 14:43:32.506 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52532026-08-31T14:43:33.153Z[ recovery-image] Aug 31 14:43:32.506 INFO O| Aug 31 14:43:32.506 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52542026-08-31T14:43:33.153Z[ recovery-image] Aug 31 14:43:32.506 INFO O| Aug 31 14:43:32.506 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52552026-08-31T14:43:33.153Z[ recovery-image] Aug 31 14:43:32.506 INFO O| Aug 31 14:43:32.506 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52562026-08-31T14:43:33.153Z[ recovery-image] Aug 31 14:43:32.506 INFO O| Aug 31 14:43:32.506 INFO ok!
52572026-08-31T14:43:33.153Z[ recovery-image] Aug 31 14:43:32.506 INFO O| Aug 31 14:43:32.506 INFO STEP 60 (ensure_file) COMPLETE
52582026-08-31T14:43:33.153Z[ recovery-image] Aug 31 14:43:32.506 INFO O| Aug 31 14:43:32.506 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52592026-08-31T14:43:33.158Z[ recovery-image] Aug 31 14:43:32.514 INFO O| Aug 31 14:43:32.514 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52602026-08-31T14:43:33.158Z[ recovery-image] Aug 31 14:43:32.514 INFO O| Aug 31 14:43:32.514 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52612026-08-31T14:43:33.161Z[ recovery-image] Aug 31 14:43:32.514 INFO O| Aug 31 14:43:32.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52622026-08-31T14:43:33.161Z[ recovery-image] Aug 31 14:43:32.514 INFO O| Aug 31 14:43:32.514 INFO ok!
52632026-08-31T14:43:33.161Z[ recovery-image] Aug 31 14:43:32.514 INFO O| Aug 31 14:43:32.514 INFO STEP 61 (ensure_file) COMPLETE
52642026-08-31T14:43:33.161Z[ recovery-image] Aug 31 14:43:32.514 INFO O| Aug 31 14:43:32.514 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52652026-08-31T14:43:33.166Z[ recovery-image] Aug 31 14:43:32.522 INFO O| Aug 31 14:43:32.522 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52662026-08-31T14:43:33.166Z[ recovery-image] Aug 31 14:43:32.522 INFO O| Aug 31 14:43:32.522 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52672026-08-31T14:43:33.169Z[ recovery-image] Aug 31 14:43:32.522 INFO O| Aug 31 14:43:32.522 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52682026-08-31T14:43:33.169Z[ recovery-image] Aug 31 14:43:32.522 INFO O| Aug 31 14:43:32.522 INFO ok!
52692026-08-31T14:43:33.169Z[ recovery-image] Aug 31 14:43:32.522 INFO O| Aug 31 14:43:32.522 INFO STEP 62 (ensure_file) COMPLETE
52702026-08-31T14:43:33.169Z[ recovery-image] Aug 31 14:43:32.522 INFO O| Aug 31 14:43:32.522 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52712026-08-31T14:43:33.169Z[verify-libraries] Compiling serde_with v1.14.0
52722026-08-31T14:43:33.176Z[ recovery-image] Aug 31 14:43:32.531 INFO O| Aug 31 14:43:32.531 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52732026-08-31T14:43:33.176Z[ recovery-image] Aug 31 14:43:32.531 INFO O| Aug 31 14:43:32.531 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52742026-08-31T14:43:33.176Z[ recovery-image] Aug 31 14:43:32.531 INFO O| Aug 31 14:43:32.531 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52752026-08-31T14:43:33.176Z[ recovery-image] Aug 31 14:43:32.531 INFO O| Aug 31 14:43:32.531 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52762026-08-31T14:43:33.176Z[ recovery-image] Aug 31 14:43:32.531 INFO O| Aug 31 14:43:32.531 INFO ok!
52772026-08-31T14:43:33.176Z[ recovery-image] Aug 31 14:43:32.531 INFO O| Aug 31 14:43:32.531 INFO STEP 63 (ensure_file) COMPLETE
52782026-08-31T14:43:33.179Z[ recovery-image] Aug 31 14:43:32.531 INFO O| Aug 31 14:43:32.531 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52792026-08-31T14:43:33.183Z[ recovery-image] Aug 31 14:43:32.539 INFO O| Aug 31 14:43:32.539 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52802026-08-31T14:43:33.183Z[ recovery-image] Aug 31 14:43:32.540 INFO O| Aug 31 14:43:32.539 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52812026-08-31T14:43:33.183Z[ recovery-image] Aug 31 14:43:32.540 INFO O| Aug 31 14:43:32.540 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52822026-08-31T14:43:33.187Z[ recovery-image] Aug 31 14:43:32.540 INFO O| Aug 31 14:43:32.540 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52832026-08-31T14:43:33.187Z[ recovery-image] Aug 31 14:43:32.540 INFO O| Aug 31 14:43:32.540 INFO ok!
52842026-08-31T14:43:33.187Z[ recovery-image] Aug 31 14:43:32.540 INFO O| Aug 31 14:43:32.540 INFO STEP 64 (ensure_file) COMPLETE
52852026-08-31T14:43:33.187Z[ recovery-image] Aug 31 14:43:32.540 INFO O| Aug 31 14:43:32.540 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52862026-08-31T14:43:33.191Z[ recovery-image] Aug 31 14:43:32.548 INFO O| Aug 31 14:43:32.548 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52872026-08-31T14:43:33.191Z[ recovery-image] Aug 31 14:43:32.548 INFO O| Aug 31 14:43:32.548 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52882026-08-31T14:43:33.194Z[ recovery-image] Aug 31 14:43:32.548 INFO O| Aug 31 14:43:32.548 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52892026-08-31T14:43:33.194Z[ recovery-image] Aug 31 14:43:32.548 INFO O| Aug 31 14:43:32.548 INFO ok!
52902026-08-31T14:43:33.194Z[ recovery-image] Aug 31 14:43:32.548 INFO O| Aug 31 14:43:32.548 INFO STEP 65 (assemble_files) COMPLETE
52912026-08-31T14:43:33.194Z[ recovery-image] Aug 31 14:43:32.548 INFO O| Aug 31 14:43:32.548 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52922026-08-31T14:43:33.201Z[ recovery-image] Aug 31 14:43:32.556 INFO O| Aug 31 14:43:32.556 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52932026-08-31T14:43:33.202Z[ recovery-image] Aug 31 14:43:32.556 INFO O| Aug 31 14:43:32.556 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52942026-08-31T14:43:33.202Z[ recovery-image] Aug 31 14:43:32.556 INFO O| Aug 31 14:43:32.556 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52952026-08-31T14:43:33.202Z[ recovery-image] Aug 31 14:43:32.556 INFO O| Aug 31 14:43:32.556 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52962026-08-31T14:43:33.202Z[ recovery-image] Aug 31 14:43:32.556 INFO O| Aug 31 14:43:32.556 INFO ok!
52972026-08-31T14:43:33.202Z[ recovery-image] Aug 31 14:43:32.556 INFO O| Aug 31 14:43:32.556 INFO STEP 66 (ensure_file) COMPLETE
52982026-08-31T14:43:33.202Z[ recovery-image] Aug 31 14:43:32.556 INFO O| Aug 31 14:43:32.556 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52992026-08-31T14:43:33.202Z[ recovery-image] Aug 31 14:43:32.556 INFO O| Aug 31 14:43:32.556 INFO skip step because feature "omicron1" is not enabled
53002026-08-31T14:43:33.202Z[ recovery-image] Aug 31 14:43:32.556 INFO O| Aug 31 14:43:32.556 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53012026-08-31T14:43:33.202Z[ recovery-image] Aug 31 14:43:32.556 INFO O| Aug 31 14:43:32.556 INFO skip step because feature "omicron1" is not enabled
53022026-08-31T14:43:33.202Z[ recovery-image] Aug 31 14:43:32.556 INFO O| Aug 31 14:43:32.556 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53032026-08-31T14:43:33.202Z[ recovery-image] Aug 31 14:43:32.556 INFO O| Aug 31 14:43:32.556 INFO skip step because feature "omicron1" is not enabled
53042026-08-31T14:43:33.202Z[ recovery-image] Aug 31 14:43:32.556 INFO O| Aug 31 14:43:32.556 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53052026-08-31T14:43:33.212Z[ recovery-image] Aug 31 14:43:32.568 INFO O| Aug 31 14:43:32.568 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
53062026-08-31T14:43:33.212Z[ recovery-image] Aug 31 14:43:32.568 INFO O| Aug 31 14:43:32.568 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
53072026-08-31T14:43:33.703Z[verify-libraries] Compiling russh-cryptovec v0.62.0
53082026-08-31T14:43:34.010Z[verify-libraries] Compiling tui-tree-widget v0.23.1
53092026-08-31T14:43:34.055Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53102026-08-31T14:43:34.311Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
53112026-08-31T14:43:34.406Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
53122026-08-31T14:43:34.479Z[ recovery-image] Aug 31 14:43:33.835 INFO O| Aug 31 14:43:33.835 INFO STEP 70 (pack_tar) COMPLETE
53132026-08-31T14:43:34.479Z[ recovery-image] Aug 31 14:43:33.835 INFO O| Aug 31 14:43:33.835 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53142026-08-31T14:43:34.479Z[ recovery-image] Aug 31 14:43:33.835 INFO O| Aug 31 14:43:33.835 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53152026-08-31T14:43:34.541Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
53162026-08-31T14:43:34.712Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
53172026-08-31T14:43:34.741Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53182026-08-31T14:43:35.005Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
53192026-08-31T14:43:35.060Z[ recovery-image] Aug 31 14:43:34.412 INFO O| Aug 31 14:43:34.412 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53202026-08-31T14:43:35.121Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
53212026-08-31T14:43:35.220Z[ recovery-image] Aug 31 14:43:34.576 INFO O| Aug 31 14:43:34.576 INFO completed processing sled/ramdisk-02-trim
53222026-08-31T14:43:35.223Z[ recovery-image] Aug 31 14:43:34.578 INFO image builder template: ramdisk-03-recovery-trim...
53232026-08-31T14:43:35.223Z[ recovery-image] Aug 31 14:43:34.578 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/.tmptgqMeT/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-03-recovery-trim"], pwd: None
53242026-08-31T14:43:35.227Z[ recovery-image] Aug 31 14:43:34.583 INFO O| Aug 31 14:43:34.583 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
53252026-08-31T14:43:35.303Z[ recovery-image] Aug 31 14:43:34.656 INFO O| Aug 31 14:43:34.656 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53262026-08-31T14:43:35.309Z[ recovery-image] Aug 31 14:43:34.659 INFO O| Aug 31 14:43:34.659 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53272026-08-31T14:43:35.365Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
53282026-08-31T14:43:35.412Z[ recovery-image] Aug 31 14:43:34.768 INFO O| Aug 31 14:43:34.768 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53292026-08-31T14:43:35.506Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
53302026-08-31T14:43:35.513Z[ recovery-image] Aug 31 14:43:34.859 INFO O| Aug 31 14:43:34.859 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53312026-08-31T14:43:35.513Z[ recovery-image] Aug 31 14:43:34.859 INFO O| Aug 31 14:43:34.859 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53322026-08-31T14:43:35.513Z[ recovery-image] Aug 31 14:43:34.866 INFO O| Aug 31 14:43:34.866 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53332026-08-31T14:43:35.516Z[ recovery-image] Aug 31 14:43:34.869 INFO O| Aug 31 14:43:34.869 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53342026-08-31T14:43:35.521Z[ recovery-image] Aug 31 14:43:34.874 INFO O| Aug 31 14:43:34.874 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53352026-08-31T14:43:35.670Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
53362026-08-31T14:43:35.718Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
53372026-08-31T14:43:35.927Z[verify-libraries] Compiling fatfs v0.3.6
53382026-08-31T14:43:35.952Z[verify-libraries] Compiling num-bigint v0.4.6
53392026-08-31T14:43:35.977Z[verify-libraries] Compiling generic-array v1.4.3
53402026-08-31T14:43:35.999Z[verify-libraries] Compiling russh-util v0.52.0
53412026-08-31T14:43:36.112Z[verify-libraries] Compiling enum_dispatch v0.3.13
53422026-08-31T14:43:36.134Z[verify-libraries] Compiling sapling-renderdag v0.1.0
53432026-08-31T14:43:36.237Z[verify-libraries] Compiling delegate v0.13.5
53442026-08-31T14:43:36.278Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
53452026-08-31T14:43:36.501Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
53462026-08-31T14:43:36.515Z[ recovery-image] Aug 31 14:43:35.869 INFO O| Aug 31 14:43:35.868 INFO rolled back to input snapshot; work may begin
53472026-08-31T14:43:36.515Z[ recovery-image] Aug 31 14:43:35.869 INFO O| Aug 31 14:43:35.868 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53482026-08-31T14:43:36.518Z[ recovery-image] Aug 31 14:43:35.873 INFO O| Aug 31 14:43:35.873 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-08-31T14:43:36.528Z[ recovery-image] Aug 31 14:43:35.884 INFO O| Aug 31 14:43:35.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53502026-08-31T14:43:36.532Z[ recovery-image] Aug 31 14:43:35.887 INFO O| Aug 31 14:43:35.887 INFO STEP 0 (remove_files) COMPLETE
53512026-08-31T14:43:36.532Z[ recovery-image] Aug 31 14:43:35.887 INFO O| Aug 31 14:43:35.887 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-08-31T14:43:36.536Z[verify-libraries] Compiling hex-literal v1.1.0
53532026-08-31T14:43:36.542Z[ recovery-image] Aug 31 14:43:35.898 INFO O| Aug 31 14:43:35.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53542026-08-31T14:43:36.542Z[ recovery-image] Aug 31 14:43:35.898 INFO O| Aug 31 14:43:35.898 INFO STEP 1 (remove_files) COMPLETE
53552026-08-31T14:43:36.545Z[ recovery-image] Aug 31 14:43:35.898 INFO O| Aug 31 14:43:35.898 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-31T14:43:36.552Z[ recovery-image] Aug 31 14:43:35.909 INFO O| Aug 31 14:43:35.909 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53572026-08-31T14:43:36.563Z[ recovery-image] Aug 31 14:43:35.919 INFO O| Aug 31 14:43:35.919 INFO STEP 2 (remove_files) COMPLETE
53582026-08-31T14:43:36.563Z[ recovery-image] Aug 31 14:43:35.919 INFO O| Aug 31 14:43:35.919 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-08-31T14:43:36.574Z[ recovery-image] Aug 31 14:43:35.930 INFO O| Aug 31 14:43:35.930 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53602026-08-31T14:43:36.623Z[ recovery-image] Aug 31 14:43:35.979 INFO O| Aug 31 14:43:35.978 INFO STEP 3 (remove_files) COMPLETE
53612026-08-31T14:43:36.624Z[ recovery-image] Aug 31 14:43:35.979 INFO O| Aug 31 14:43:35.978 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-08-31T14:43:36.633Z[ recovery-image] Aug 31 14:43:35.989 INFO O| Aug 31 14:43:35.989 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53632026-08-31T14:43:36.638Z[ recovery-image] Aug 31 14:43:35.994 INFO O| Aug 31 14:43:35.994 INFO STEP 4 (remove_files) COMPLETE
53642026-08-31T14:43:36.638Z[ recovery-image] Aug 31 14:43:35.994 INFO O| Aug 31 14:43:35.994 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-31T14:43:36.647Z[ recovery-image] Aug 31 14:43:36.003 INFO O| Aug 31 14:43:36.003 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53662026-08-31T14:43:36.681Z[ recovery-image] Aug 31 14:43:36.038 INFO O| Aug 31 14:43:36.038 INFO STEP 5 (remove_files) COMPLETE
53672026-08-31T14:43:36.682Z[ recovery-image] Aug 31 14:43:36.038 INFO O| Aug 31 14:43:36.038 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-31T14:43:36.692Z[ recovery-image] Aug 31 14:43:36.048 INFO O| Aug 31 14:43:36.048 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53692026-08-31T14:43:36.711Z[ recovery-image] Aug 31 14:43:36.068 INFO O| Aug 31 14:43:36.068 INFO STEP 6 (remove_files) COMPLETE
53702026-08-31T14:43:36.711Z[ recovery-image] Aug 31 14:43:36.068 INFO O| Aug 31 14:43:36.068 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-08-31T14:43:36.721Z[ recovery-image] Aug 31 14:43:36.077 INFO O| Aug 31 14:43:36.077 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53722026-08-31T14:43:36.721Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53732026-08-31T14:43:36.724Z[ recovery-image] Aug 31 14:43:36.078 INFO O| Aug 31 14:43:36.078 INFO STEP 7 (remove_files) COMPLETE
53742026-08-31T14:43:36.724Z[ recovery-image] Aug 31 14:43:36.078 INFO O| Aug 31 14:43:36.078 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-08-31T14:43:36.742Z[ recovery-image] Aug 31 14:43:36.098 INFO O| Aug 31 14:43:36.088 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53762026-08-31T14:43:36.743Z[ recovery-image] Aug 31 14:43:36.098 INFO O| Aug 31 14:43:36.090 INFO STEP 8 (remove_files) COMPLETE
53772026-08-31T14:43:36.743Z[ recovery-image] Aug 31 14:43:36.098 INFO O| Aug 31 14:43:36.090 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-08-31T14:43:36.746Z[ recovery-image] Aug 31 14:43:36.098 INFO O| Aug 31 14:43:36.098 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53792026-08-31T14:43:36.746Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53802026-08-31T14:43:36.746Z[ recovery-image] Aug 31 14:43:36.102 INFO O| Aug 31 14:43:36.102 INFO STEP 9 (remove_files) COMPLETE
53812026-08-31T14:43:36.746Z[ recovery-image] Aug 31 14:43:36.102 INFO O| Aug 31 14:43:36.102 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-08-31T14:43:36.754Z[ recovery-image] Aug 31 14:43:36.110 INFO O| Aug 31 14:43:36.110 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53832026-08-31T14:43:36.754Z[ recovery-image] Aug 31 14:43:36.110 INFO O| Aug 31 14:43:36.110 INFO STEP 10 (remove_files) COMPLETE
53842026-08-31T14:43:36.757Z[ recovery-image] Aug 31 14:43:36.110 INFO O| Aug 31 14:43:36.110 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-08-31T14:43:36.766Z[ recovery-image] Aug 31 14:43:36.122 INFO O| Aug 31 14:43:36.122 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53862026-08-31T14:43:36.769Z[ recovery-image] Aug 31 14:43:36.125 INFO O| Aug 31 14:43:36.125 INFO STEP 11 (remove_files) COMPLETE
53872026-08-31T14:43:36.769Z[ recovery-image] Aug 31 14:43:36.125 INFO O| Aug 31 14:43:36.125 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-08-31T14:43:36.786Z[ recovery-image] Aug 31 14:43:36.142 INFO O| Aug 31 14:43:36.142 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53892026-08-31T14:43:36.851Z[ recovery-image] Aug 31 14:43:36.208 INFO O| Aug 31 14:43:36.208 INFO STEP 12 (remove_files) COMPLETE
53902026-08-31T14:43:36.852Z[ recovery-image] Aug 31 14:43:36.208 INFO O| Aug 31 14:43:36.208 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-08-31T14:43:36.862Z[ recovery-image] Aug 31 14:43:36.218 INFO O| Aug 31 14:43:36.218 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53922026-08-31T14:43:36.865Z[ recovery-image] Aug 31 14:43:36.222 INFO O| Aug 31 14:43:36.222 INFO STEP 13 (remove_files) COMPLETE
53932026-08-31T14:43:36.865Z[ recovery-image] Aug 31 14:43:36.222 INFO O| Aug 31 14:43:36.222 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-08-31T14:43:36.874Z[ recovery-image] Aug 31 14:43:36.230 INFO O| Aug 31 14:43:36.230 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53952026-08-31T14:43:36.877Z[ recovery-image] Aug 31 14:43:36.232 INFO O| Aug 31 14:43:36.232 INFO STEP 14 (remove_files) COMPLETE
53962026-08-31T14:43:36.877Z[ recovery-image] Aug 31 14:43:36.232 INFO O| Aug 31 14:43:36.232 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-08-31T14:43:36.884Z[ recovery-image] Aug 31 14:43:36.240 INFO O| Aug 31 14:43:36.240 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53982026-08-31T14:43:36.889Z[ recovery-image] Aug 31 14:43:36.241 INFO O| Aug 31 14:43:36.241 INFO STEP 15 (remove_files) COMPLETE
53992026-08-31T14:43:36.889Z[ recovery-image] Aug 31 14:43:36.241 INFO O| Aug 31 14:43:36.241 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-08-31T14:43:36.893Z[ recovery-image] Aug 31 14:43:36.250 INFO O| Aug 31 14:43:36.249 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
54012026-08-31T14:43:36.897Z[ recovery-image] Aug 31 14:43:36.251 INFO O| Aug 31 14:43:36.251 INFO STEP 16 (remove_files) COMPLETE
54022026-08-31T14:43:36.897Z[ recovery-image] Aug 31 14:43:36.251 INFO O| Aug 31 14:43:36.251 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-08-31T14:43:36.900Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
54042026-08-31T14:43:36.905Z[ recovery-image] Aug 31 14:43:36.259 INFO O| Aug 31 14:43:36.259 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
54052026-08-31T14:43:36.915Z[ recovery-image] Aug 31 14:43:36.272 INFO O| Aug 31 14:43:36.270 INFO STEP 17 (remove_files) COMPLETE
54062026-08-31T14:43:36.915Z[ recovery-image] Aug 31 14:43:36.272 INFO O| Aug 31 14:43:36.270 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-08-31T14:43:36.932Z[ recovery-image] Aug 31 14:43:36.280 INFO O| Aug 31 14:43:36.280 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
54082026-08-31T14:43:36.932Z[ recovery-image] Aug 31 14:43:36.280 INFO O| Aug 31 14:43:36.280 INFO STEP 18 (remove_files) COMPLETE
54092026-08-31T14:43:36.932Z[ recovery-image] Aug 31 14:43:36.280 INFO O| Aug 31 14:43:36.280 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-08-31T14:43:36.936Z[ recovery-image] Aug 31 14:43:36.289 INFO O| Aug 31 14:43:36.289 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
54112026-08-31T14:43:36.936Z[ recovery-image] Aug 31 14:43:36.290 INFO O| Aug 31 14:43:36.290 INFO STEP 19 (remove_files) COMPLETE
54122026-08-31T14:43:36.936Z[ recovery-image] Aug 31 14:43:36.290 INFO O| Aug 31 14:43:36.290 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-08-31T14:43:36.943Z[ recovery-image] Aug 31 14:43:36.298 INFO O| Aug 31 14:43:36.298 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
54142026-08-31T14:43:37.014Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
54152026-08-31T14:43:37.021Z[ recovery-image] Aug 31 14:43:36.348 INFO O| Aug 31 14:43:36.348 INFO STEP 20 (remove_files) COMPLETE
54162026-08-31T14:43:37.021Z[ recovery-image] Aug 31 14:43:36.349 INFO O| Aug 31 14:43:36.348 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-31T14:43:37.021Z[ recovery-image] Aug 31 14:43:36.359 INFO O| Aug 31 14:43:36.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
54182026-08-31T14:43:37.021Z[ recovery-image] Aug 31 14:43:36.364 INFO O| Aug 31 14:43:36.364 INFO STEP 21 (remove_files) COMPLETE
54192026-08-31T14:43:37.021Z[ recovery-image] Aug 31 14:43:36.364 INFO O| Aug 31 14:43:36.364 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-08-31T14:43:37.025Z[ recovery-image] Aug 31 14:43:36.376 INFO O| Aug 31 14:43:36.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
54212026-08-31T14:43:37.025Z[ recovery-image] Aug 31 14:43:36.376 INFO O| Aug 31 14:43:36.376 INFO STEP 22 (remove_files) COMPLETE
54222026-08-31T14:43:37.025Z[ recovery-image] Aug 31 14:43:36.376 INFO O| Aug 31 14:43:36.376 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-08-31T14:43:37.030Z[ recovery-image] Aug 31 14:43:36.387 INFO O| Aug 31 14:43:36.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
54242026-08-31T14:43:37.034Z[ recovery-image] Aug 31 14:43:36.387 INFO O| Aug 31 14:43:36.387 INFO STEP 23 (remove_files) COMPLETE
54252026-08-31T14:43:37.034Z[ recovery-image] Aug 31 14:43:36.387 INFO O| Aug 31 14:43:36.387 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-08-31T14:43:37.042Z[ recovery-image] Aug 31 14:43:36.397 INFO O| Aug 31 14:43:36.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
54272026-08-31T14:43:37.042Z[ recovery-image] Aug 31 14:43:36.397 INFO O| Aug 31 14:43:36.397 INFO STEP 24 (remove_files) COMPLETE
54282026-08-31T14:43:37.045Z[ recovery-image] Aug 31 14:43:36.397 INFO O| Aug 31 14:43:36.397 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-08-31T14:43:37.049Z[ recovery-image] Aug 31 14:43:36.405 INFO O| Aug 31 14:43:36.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
54302026-08-31T14:43:37.049Z[ recovery-image] Aug 31 14:43:36.405 INFO O| Aug 31 14:43:36.405 INFO STEP 25 (remove_files) COMPLETE
54312026-08-31T14:43:37.049Z[ recovery-image] Aug 31 14:43:36.405 INFO O| Aug 31 14:43:36.405 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-31T14:43:37.060Z[ recovery-image] Aug 31 14:43:36.416 INFO O| Aug 31 14:43:36.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
54332026-08-31T14:43:37.060Z[ recovery-image] Aug 31 14:43:36.416 INFO O| Aug 31 14:43:36.416 INFO STEP 26 (remove_files) COMPLETE
54342026-08-31T14:43:37.060Z[ recovery-image] Aug 31 14:43:36.416 INFO O| Aug 31 14:43:36.416 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-08-31T14:43:37.068Z[ recovery-image] Aug 31 14:43:36.425 INFO O| Aug 31 14:43:36.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
54362026-08-31T14:43:37.068Z[ recovery-image] Aug 31 14:43:36.425 INFO O| Aug 31 14:43:36.425 INFO STEP 27 (remove_files) COMPLETE
54372026-08-31T14:43:37.073Z[ recovery-image] Aug 31 14:43:36.425 INFO O| Aug 31 14:43:36.425 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-08-31T14:43:37.084Z[ recovery-image] Aug 31 14:43:36.434 INFO O| Aug 31 14:43:36.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54392026-08-31T14:43:37.084Z[ recovery-image] Aug 31 14:43:36.434 INFO O| Aug 31 14:43:36.434 INFO STEP 28 (remove_files) COMPLETE
54402026-08-31T14:43:37.084Z[ recovery-image] Aug 31 14:43:36.434 INFO O| Aug 31 14:43:36.434 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-08-31T14:43:37.088Z[ recovery-image] Aug 31 14:43:36.443 INFO O| Aug 31 14:43:36.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54422026-08-31T14:43:37.088Z[ recovery-image] Aug 31 14:43:36.443 INFO O| Aug 31 14:43:36.443 INFO STEP 29 (remove_files) COMPLETE
54432026-08-31T14:43:37.088Z[ recovery-image] Aug 31 14:43:36.443 INFO O| Aug 31 14:43:36.443 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-08-31T14:43:37.097Z[ recovery-image] Aug 31 14:43:36.453 INFO O| Aug 31 14:43:36.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54452026-08-31T14:43:37.097Z[ recovery-image] Aug 31 14:43:36.454 INFO O| Aug 31 14:43:36.453 INFO STEP 30 (remove_files) COMPLETE
54462026-08-31T14:43:37.101Z[ recovery-image] Aug 31 14:43:36.454 INFO O| Aug 31 14:43:36.454 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-08-31T14:43:37.122Z[ recovery-image] Aug 31 14:43:36.479 INFO O| Aug 31 14:43:36.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54482026-08-31T14:43:37.146Z[ recovery-image] Aug 31 14:43:36.502 INFO O| Aug 31 14:43:36.502 INFO STEP 31 (remove_files) COMPLETE
54492026-08-31T14:43:37.146Z[ recovery-image] Aug 31 14:43:36.502 INFO O| Aug 31 14:43:36.502 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-08-31T14:43:37.150Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
54512026-08-31T14:43:37.157Z[ recovery-image] Aug 31 14:43:36.513 INFO O| Aug 31 14:43:36.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54522026-08-31T14:43:37.160Z[ recovery-image] Aug 31 14:43:36.514 INFO O| Aug 31 14:43:36.514 INFO STEP 32 (remove_files) COMPLETE
54532026-08-31T14:43:37.160Z[ recovery-image] Aug 31 14:43:36.514 INFO O| Aug 31 14:43:36.514 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-31T14:43:37.169Z[ recovery-image] Aug 31 14:43:36.524 INFO O| Aug 31 14:43:36.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54552026-08-31T14:43:37.181Z[ recovery-image] Aug 31 14:43:36.538 INFO O| Aug 31 14:43:36.538 INFO STEP 33 (remove_files) COMPLETE
54562026-08-31T14:43:37.181Z[ recovery-image] Aug 31 14:43:36.538 INFO O| Aug 31 14:43:36.538 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-31T14:43:37.191Z[ recovery-image] Aug 31 14:43:36.548 INFO O| Aug 31 14:43:36.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54582026-08-31T14:43:37.191Z[ recovery-image] Aug 31 14:43:36.548 INFO O| Aug 31 14:43:36.548 INFO STEP 34 (remove_files) COMPLETE
54592026-08-31T14:43:37.191Z[ recovery-image] Aug 31 14:43:36.548 INFO O| Aug 31 14:43:36.548 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-31T14:43:37.202Z[ recovery-image] Aug 31 14:43:36.557 INFO O| Aug 31 14:43:36.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54612026-08-31T14:43:37.202Z[ recovery-image] Aug 31 14:43:36.557 INFO O| Aug 31 14:43:36.557 INFO STEP 35 (remove_files) COMPLETE
54622026-08-31T14:43:37.202Z[ recovery-image] Aug 31 14:43:36.557 INFO O| Aug 31 14:43:36.557 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-31T14:43:37.211Z[ recovery-image] Aug 31 14:43:36.566 INFO O| Aug 31 14:43:36.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54642026-08-31T14:43:37.234Z[ recovery-image] Aug 31 14:43:36.590 INFO O| Aug 31 14:43:36.590 INFO STEP 36 (remove_files) COMPLETE
54652026-08-31T14:43:37.234Z[ recovery-image] Aug 31 14:43:36.590 INFO O| Aug 31 14:43:36.590 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-08-31T14:43:37.271Z[ recovery-image] Aug 31 14:43:36.628 INFO O| Aug 31 14:43:36.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54672026-08-31T14:43:37.271Z[ recovery-image] Aug 31 14:43:36.628 INFO O| Aug 31 14:43:36.628 INFO STEP 37 (remove_files) COMPLETE
54682026-08-31T14:43:37.275Z[ recovery-image] Aug 31 14:43:36.628 INFO O| Aug 31 14:43:36.628 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-08-31T14:43:37.282Z[ recovery-image] Aug 31 14:43:36.638 INFO O| Aug 31 14:43:36.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54702026-08-31T14:43:37.282Z[ recovery-image] Aug 31 14:43:36.638 INFO O| Aug 31 14:43:36.638 INFO STEP 38 (remove_files) COMPLETE
54712026-08-31T14:43:37.282Z[ recovery-image] Aug 31 14:43:36.638 INFO O| Aug 31 14:43:36.638 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-08-31T14:43:37.293Z[ recovery-image] Aug 31 14:43:36.648 INFO O| Aug 31 14:43:36.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54732026-08-31T14:43:37.293Z[ recovery-image] Aug 31 14:43:36.648 INFO O| Aug 31 14:43:36.648 INFO STEP 39 (remove_files) COMPLETE
54742026-08-31T14:43:37.293Z[ recovery-image] Aug 31 14:43:36.648 INFO O| Aug 31 14:43:36.648 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-08-31T14:43:37.303Z[ recovery-image] Aug 31 14:43:36.659 INFO O| Aug 31 14:43:36.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54762026-08-31T14:43:37.303Z[ recovery-image] Aug 31 14:43:36.659 INFO O| Aug 31 14:43:36.659 INFO STEP 40 (remove_files) COMPLETE
54772026-08-31T14:43:37.306Z[ recovery-image] Aug 31 14:43:36.659 INFO O| Aug 31 14:43:36.659 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-08-31T14:43:37.313Z[ recovery-image] Aug 31 14:43:36.669 INFO O| Aug 31 14:43:36.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54792026-08-31T14:43:37.313Z[ recovery-image] Aug 31 14:43:36.669 INFO O| Aug 31 14:43:36.669 INFO STEP 41 (remove_files) COMPLETE
54802026-08-31T14:43:37.317Z[ recovery-image] Aug 31 14:43:36.669 INFO O| Aug 31 14:43:36.669 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-08-31T14:43:37.323Z[ recovery-image] Aug 31 14:43:36.680 INFO O| Aug 31 14:43:36.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54822026-08-31T14:43:37.323Z[ recovery-image] Aug 31 14:43:36.680 INFO O| Aug 31 14:43:36.680 INFO STEP 42 (remove_files) COMPLETE
54832026-08-31T14:43:37.323Z[ recovery-image] Aug 31 14:43:36.680 INFO O| Aug 31 14:43:36.680 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-08-31T14:43:37.332Z[ recovery-image] Aug 31 14:43:36.689 INFO O| Aug 31 14:43:36.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54852026-08-31T14:43:37.332Z[ recovery-image] Aug 31 14:43:36.689 INFO O| Aug 31 14:43:36.689 INFO STEP 43 (remove_files) COMPLETE
54862026-08-31T14:43:37.338Z[ recovery-image] Aug 31 14:43:36.689 INFO O| Aug 31 14:43:36.689 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-08-31T14:43:37.341Z[ recovery-image] Aug 31 14:43:36.697 INFO O| Aug 31 14:43:36.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54882026-08-31T14:43:37.341Z[ recovery-image] Aug 31 14:43:36.697 INFO O| Aug 31 14:43:36.697 INFO STEP 44 (remove_files) COMPLETE
54892026-08-31T14:43:37.341Z[ recovery-image] Aug 31 14:43:36.697 INFO O| Aug 31 14:43:36.697 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-08-31T14:43:37.349Z[ recovery-image] Aug 31 14:43:36.706 INFO O| Aug 31 14:43:36.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54912026-08-31T14:43:37.349Z[ recovery-image] Aug 31 14:43:36.706 INFO O| Aug 31 14:43:36.706 INFO STEP 45 (remove_files) COMPLETE
54922026-08-31T14:43:37.349Z[ recovery-image] Aug 31 14:43:36.706 INFO O| Aug 31 14:43:36.706 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-08-31T14:43:37.446Z[ recovery-image] Aug 31 14:43:36.803 INFO O| Aug 31 14:43:36.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54942026-08-31T14:43:37.449Z[ recovery-image] Aug 31 14:43:36.803 INFO O| Aug 31 14:43:36.803 INFO STEP 46 (remove_files) COMPLETE
54952026-08-31T14:43:37.449Z[ recovery-image] Aug 31 14:43:36.803 INFO O| Aug 31 14:43:36.803 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-08-31T14:43:37.456Z[ recovery-image] Aug 31 14:43:36.813 INFO O| Aug 31 14:43:36.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54972026-08-31T14:43:37.456Z[ recovery-image] Aug 31 14:43:36.813 INFO O| Aug 31 14:43:36.813 INFO STEP 47 (remove_files) COMPLETE
54982026-08-31T14:43:37.456Z[ recovery-image] Aug 31 14:43:36.813 INFO O| Aug 31 14:43:36.813 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-08-31T14:43:37.506Z[ recovery-image] Aug 31 14:43:36.862 INFO O| Aug 31 14:43:36.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
55002026-08-31T14:43:37.506Z[ recovery-image] Aug 31 14:43:36.862 INFO O| Aug 31 14:43:36.862 INFO STEP 48 (remove_files) COMPLETE
55012026-08-31T14:43:37.506Z[ recovery-image] Aug 31 14:43:36.862 INFO O| Aug 31 14:43:36.862 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-08-31T14:43:37.516Z[ recovery-image] Aug 31 14:43:36.872 INFO O| Aug 31 14:43:36.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
55032026-08-31T14:43:37.516Z[ recovery-image] Aug 31 14:43:36.872 INFO O| Aug 31 14:43:36.872 INFO STEP 49 (remove_files) COMPLETE
55042026-08-31T14:43:37.519Z[ recovery-image] Aug 31 14:43:36.872 INFO O| Aug 31 14:43:36.872 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-08-31T14:43:37.525Z[ recovery-image] Aug 31 14:43:36.881 INFO O| Aug 31 14:43:36.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
55062026-08-31T14:43:37.525Z[ recovery-image] Aug 31 14:43:36.881 INFO O| Aug 31 14:43:36.881 INFO STEP 50 (remove_files) COMPLETE
55072026-08-31T14:43:37.528Z[ recovery-image] Aug 31 14:43:36.881 INFO O| Aug 31 14:43:36.881 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-08-31T14:43:37.533Z[ recovery-image] Aug 31 14:43:36.889 INFO O| Aug 31 14:43:36.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
55092026-08-31T14:43:37.541Z[ recovery-image] Aug 31 14:43:36.898 INFO O| Aug 31 14:43:36.898 INFO STEP 51 (remove_files) COMPLETE
55102026-08-31T14:43:37.545Z[ recovery-image] Aug 31 14:43:36.898 INFO O| Aug 31 14:43:36.898 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-08-31T14:43:37.551Z[ recovery-image] Aug 31 14:43:36.907 INFO O| Aug 31 14:43:36.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
55122026-08-31T14:43:37.551Z[ recovery-image] Aug 31 14:43:36.907 INFO O| Aug 31 14:43:36.907 INFO STEP 52 (remove_files) COMPLETE
55132026-08-31T14:43:37.555Z[ recovery-image] Aug 31 14:43:36.907 INFO O| Aug 31 14:43:36.907 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-08-31T14:43:37.560Z[ recovery-image] Aug 31 14:43:36.916 INFO O| Aug 31 14:43:36.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
55152026-08-31T14:43:37.560Z[ recovery-image] Aug 31 14:43:36.916 INFO O| Aug 31 14:43:36.916 INFO STEP 53 (remove_files) COMPLETE
55162026-08-31T14:43:37.563Z[ recovery-image] Aug 31 14:43:36.916 INFO O| Aug 31 14:43:36.916 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-08-31T14:43:37.567Z[ recovery-image] Aug 31 14:43:36.924 INFO O| Aug 31 14:43:36.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
55182026-08-31T14:43:37.567Z[ recovery-image] Aug 31 14:43:36.924 INFO O| Aug 31 14:43:36.924 INFO STEP 54 (remove_files) COMPLETE
55192026-08-31T14:43:37.570Z[ recovery-image] Aug 31 14:43:36.924 INFO O| Aug 31 14:43:36.924 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-08-31T14:43:37.576Z[ recovery-image] Aug 31 14:43:36.933 INFO O| Aug 31 14:43:36.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
55212026-08-31T14:43:37.576Z[ recovery-image] Aug 31 14:43:36.933 INFO O| Aug 31 14:43:36.933 INFO STEP 55 (remove_files) COMPLETE
55222026-08-31T14:43:37.579Z[ recovery-image] Aug 31 14:43:36.933 INFO O| Aug 31 14:43:36.933 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-08-31T14:43:37.585Z[ recovery-image] Aug 31 14:43:36.941 INFO O| Aug 31 14:43:36.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
55242026-08-31T14:43:37.600Z[ recovery-image] Aug 31 14:43:36.957 INFO O| Aug 31 14:43:36.957 INFO STEP 56 (remove_files) COMPLETE
55252026-08-31T14:43:37.600Z[ recovery-image] Aug 31 14:43:36.957 INFO O| Aug 31 14:43:36.957 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-08-31T14:43:37.611Z[ recovery-image] Aug 31 14:43:36.966 INFO O| Aug 31 14:43:36.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
55272026-08-31T14:43:37.611Z[ recovery-image] Aug 31 14:43:36.967 INFO O| Aug 31 14:43:36.967 INFO STEP 57 (remove_files) COMPLETE
55282026-08-31T14:43:37.615Z[ recovery-image] Aug 31 14:43:36.967 INFO O| Aug 31 14:43:36.967 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-08-31T14:43:37.619Z[ recovery-image] Aug 31 14:43:36.975 INFO O| Aug 31 14:43:36.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
55302026-08-31T14:43:37.619Z[ recovery-image] Aug 31 14:43:36.975 INFO O| Aug 31 14:43:36.975 INFO STEP 58 (remove_files) COMPLETE
55312026-08-31T14:43:37.623Z[ recovery-image] Aug 31 14:43:36.975 INFO O| Aug 31 14:43:36.975 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-08-31T14:43:37.627Z[ recovery-image] Aug 31 14:43:36.984 INFO O| Aug 31 14:43:36.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
55332026-08-31T14:43:37.628Z[ recovery-image] Aug 31 14:43:36.984 INFO O| Aug 31 14:43:36.984 INFO STEP 59 (remove_files) COMPLETE
55342026-08-31T14:43:37.628Z[ recovery-image] Aug 31 14:43:36.984 INFO O| Aug 31 14:43:36.984 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-08-31T14:43:37.636Z[ recovery-image] Aug 31 14:43:36.992 INFO O| Aug 31 14:43:36.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55362026-08-31T14:43:37.636Z[ recovery-image] Aug 31 14:43:36.993 INFO O| Aug 31 14:43:36.993 INFO STEP 60 (remove_files) COMPLETE
55372026-08-31T14:43:37.639Z[ recovery-image] Aug 31 14:43:36.993 INFO O| Aug 31 14:43:36.993 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-08-31T14:43:37.646Z[ recovery-image] Aug 31 14:43:37.002 INFO O| Aug 31 14:43:37.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55392026-08-31T14:43:37.646Z[ recovery-image] Aug 31 14:43:37.002 INFO O| Aug 31 14:43:37.002 INFO STEP 61 (remove_files) COMPLETE
55402026-08-31T14:43:37.646Z[ recovery-image] Aug 31 14:43:37.002 INFO O| Aug 31 14:43:37.002 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-08-31T14:43:37.655Z[ recovery-image] Aug 31 14:43:37.012 INFO O| Aug 31 14:43:37.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55422026-08-31T14:43:37.655Z[ recovery-image] Aug 31 14:43:37.012 INFO O| Aug 31 14:43:37.012 INFO STEP 62 (remove_files) COMPLETE
55432026-08-31T14:43:37.655Z[ recovery-image] Aug 31 14:43:37.012 INFO O| Aug 31 14:43:37.012 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-08-31T14:43:37.665Z[ recovery-image] Aug 31 14:43:37.021 INFO O| Aug 31 14:43:37.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55452026-08-31T14:43:37.665Z[ recovery-image] Aug 31 14:43:37.021 INFO O| Aug 31 14:43:37.021 INFO STEP 63 (remove_files) COMPLETE
55462026-08-31T14:43:37.665Z[ recovery-image] Aug 31 14:43:37.021 INFO O| Aug 31 14:43:37.021 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-31T14:43:37.675Z[ recovery-image] Aug 31 14:43:37.031 INFO O| Aug 31 14:43:37.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55482026-08-31T14:43:37.675Z[ recovery-image] Aug 31 14:43:37.031 INFO O| Aug 31 14:43:37.031 INFO STEP 64 (remove_files) COMPLETE
55492026-08-31T14:43:37.675Z[ recovery-image] Aug 31 14:43:37.031 INFO O| Aug 31 14:43:37.031 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-08-31T14:43:37.686Z[ recovery-image] Aug 31 14:43:37.042 INFO O| Aug 31 14:43:37.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55512026-08-31T14:43:37.686Z[ recovery-image] Aug 31 14:43:37.042 INFO O| Aug 31 14:43:37.042 INFO STEP 65 (remove_files) COMPLETE
55522026-08-31T14:43:37.686Z[ recovery-image] Aug 31 14:43:37.042 INFO O| Aug 31 14:43:37.042 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-31T14:43:37.704Z[ recovery-image] Aug 31 14:43:37.060 INFO O| Aug 31 14:43:37.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55542026-08-31T14:43:37.704Z[ recovery-image] Aug 31 14:43:37.060 INFO O| Aug 31 14:43:37.060 INFO STEP 66 (remove_files) COMPLETE
55552026-08-31T14:43:37.707Z[ recovery-image] Aug 31 14:43:37.060 INFO O| Aug 31 14:43:37.060 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-31T14:43:37.715Z[ recovery-image] Aug 31 14:43:37.071 INFO O| Aug 31 14:43:37.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55572026-08-31T14:43:37.715Z[ recovery-image] Aug 31 14:43:37.071 INFO O| Aug 31 14:43:37.071 INFO STEP 67 (remove_files) COMPLETE
55582026-08-31T14:43:37.715Z[ recovery-image] Aug 31 14:43:37.071 INFO O| Aug 31 14:43:37.071 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-08-31T14:43:37.726Z[ recovery-image] Aug 31 14:43:37.082 INFO O| Aug 31 14:43:37.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55602026-08-31T14:43:37.726Z[ recovery-image] Aug 31 14:43:37.082 INFO O| Aug 31 14:43:37.082 INFO STEP 68 (remove_files) COMPLETE
55612026-08-31T14:43:37.729Z[ recovery-image] Aug 31 14:43:37.082 INFO O| Aug 31 14:43:37.082 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-08-31T14:43:37.735Z[ recovery-image] Aug 31 14:43:37.091 INFO O| Aug 31 14:43:37.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55632026-08-31T14:43:37.735Z[ recovery-image] Aug 31 14:43:37.091 INFO O| Aug 31 14:43:37.091 INFO STEP 69 (remove_files) COMPLETE
55642026-08-31T14:43:37.735Z[ recovery-image] Aug 31 14:43:37.091 INFO O| Aug 31 14:43:37.091 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-08-31T14:43:37.743Z[ recovery-image] Aug 31 14:43:37.099 INFO O| Aug 31 14:43:37.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55662026-08-31T14:43:37.743Z[ recovery-image] Aug 31 14:43:37.099 INFO O| Aug 31 14:43:37.099 INFO STEP 70 (remove_files) COMPLETE
55672026-08-31T14:43:37.743Z[ recovery-image] Aug 31 14:43:37.099 INFO O| Aug 31 14:43:37.099 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-08-31T14:43:37.751Z[ recovery-image] Aug 31 14:43:37.108 INFO O| Aug 31 14:43:37.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55692026-08-31T14:43:37.752Z[ recovery-image] Aug 31 14:43:37.108 INFO O| Aug 31 14:43:37.108 INFO STEP 71 (remove_files) COMPLETE
55702026-08-31T14:43:37.752Z[ recovery-image] Aug 31 14:43:37.108 INFO O| Aug 31 14:43:37.108 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-31T14:43:37.759Z[ recovery-image] Aug 31 14:43:37.116 INFO O| Aug 31 14:43:37.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55722026-08-31T14:43:37.759Z[ recovery-image] Aug 31 14:43:37.116 INFO O| Aug 31 14:43:37.116 INFO STEP 72 (remove_files) COMPLETE
55732026-08-31T14:43:37.762Z[ recovery-image] Aug 31 14:43:37.116 INFO O| Aug 31 14:43:37.116 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-31T14:43:37.767Z[ recovery-image] Aug 31 14:43:37.123 INFO O| Aug 31 14:43:37.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55752026-08-31T14:43:37.767Z[ recovery-image] Aug 31 14:43:37.123 INFO O| Aug 31 14:43:37.123 INFO STEP 73 (remove_files) COMPLETE
55762026-08-31T14:43:37.767Z[ recovery-image] Aug 31 14:43:37.123 INFO O| Aug 31 14:43:37.123 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-31T14:43:37.774Z[ recovery-image] Aug 31 14:43:37.131 INFO O| Aug 31 14:43:37.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55782026-08-31T14:43:37.774Z[ recovery-image] Aug 31 14:43:37.131 INFO O| Aug 31 14:43:37.131 INFO STEP 74 (remove_files) COMPLETE
55792026-08-31T14:43:37.777Z[ recovery-image] Aug 31 14:43:37.131 INFO O| Aug 31 14:43:37.131 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-31T14:43:37.785Z[ recovery-image] Aug 31 14:43:37.142 INFO O| Aug 31 14:43:37.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55812026-08-31T14:43:37.785Z[ recovery-image] Aug 31 14:43:37.142 INFO O| Aug 31 14:43:37.142 INFO STEP 75 (remove_files) COMPLETE
55822026-08-31T14:43:37.785Z[ recovery-image] Aug 31 14:43:37.142 INFO O| Aug 31 14:43:37.142 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-31T14:43:37.795Z[ recovery-image] Aug 31 14:43:37.151 INFO O| Aug 31 14:43:37.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55842026-08-31T14:43:37.795Z[ recovery-image] Aug 31 14:43:37.151 INFO O| Aug 31 14:43:37.151 INFO STEP 76 (remove_files) COMPLETE
55852026-08-31T14:43:37.795Z[ recovery-image] Aug 31 14:43:37.152 INFO O| Aug 31 14:43:37.151 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-31T14:43:37.805Z[ recovery-image] Aug 31 14:43:37.161 INFO O| Aug 31 14:43:37.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55872026-08-31T14:43:37.805Z[ recovery-image] Aug 31 14:43:37.161 INFO O| Aug 31 14:43:37.161 INFO STEP 77 (remove_files) COMPLETE
55882026-08-31T14:43:37.805Z[ recovery-image] Aug 31 14:43:37.161 INFO O| Aug 31 14:43:37.161 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-31T14:43:37.815Z[ recovery-image] Aug 31 14:43:37.171 INFO O| Aug 31 14:43:37.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55902026-08-31T14:43:37.815Z[ recovery-image] Aug 31 14:43:37.171 INFO O| Aug 31 14:43:37.171 INFO STEP 78 (remove_files) COMPLETE
55912026-08-31T14:43:37.818Z[ recovery-image] Aug 31 14:43:37.171 INFO O| Aug 31 14:43:37.171 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-31T14:43:37.825Z[ recovery-image] Aug 31 14:43:37.181 INFO O| Aug 31 14:43:37.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55932026-08-31T14:43:37.825Z[ recovery-image] Aug 31 14:43:37.181 INFO O| Aug 31 14:43:37.181 INFO STEP 79 (remove_files) COMPLETE
55942026-08-31T14:43:37.825Z[ recovery-image] Aug 31 14:43:37.181 INFO O| Aug 31 14:43:37.181 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-31T14:43:37.834Z[ recovery-image] Aug 31 14:43:37.191 INFO O| Aug 31 14:43:37.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55962026-08-31T14:43:37.834Z[ recovery-image] Aug 31 14:43:37.191 INFO O| Aug 31 14:43:37.191 INFO STEP 80 (remove_files) COMPLETE
55972026-08-31T14:43:37.834Z[ recovery-image] Aug 31 14:43:37.191 INFO O| Aug 31 14:43:37.191 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-31T14:43:37.845Z[ recovery-image] Aug 31 14:43:37.201 INFO O| Aug 31 14:43:37.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55992026-08-31T14:43:37.845Z[ recovery-image] Aug 31 14:43:37.201 INFO O| Aug 31 14:43:37.201 INFO STEP 81 (remove_files) COMPLETE
56002026-08-31T14:43:37.845Z[ recovery-image] Aug 31 14:43:37.201 INFO O| Aug 31 14:43:37.201 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-31T14:43:37.855Z[ recovery-image] Aug 31 14:43:37.211 INFO O| Aug 31 14:43:37.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
56022026-08-31T14:43:37.855Z[ recovery-image] Aug 31 14:43:37.211 INFO O| Aug 31 14:43:37.211 INFO STEP 82 (remove_files) COMPLETE
56032026-08-31T14:43:37.855Z[ recovery-image] Aug 31 14:43:37.211 INFO O| Aug 31 14:43:37.211 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-31T14:43:37.864Z[ recovery-image] Aug 31 14:43:37.220 INFO O| Aug 31 14:43:37.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
56052026-08-31T14:43:37.864Z[ recovery-image] Aug 31 14:43:37.220 INFO O| Aug 31 14:43:37.220 INFO STEP 83 (remove_files) COMPLETE
56062026-08-31T14:43:37.867Z[ recovery-image] Aug 31 14:43:37.220 INFO O| Aug 31 14:43:37.220 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-08-31T14:43:37.873Z[ recovery-image] Aug 31 14:43:37.230 INFO O| Aug 31 14:43:37.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
56082026-08-31T14:43:37.874Z[ recovery-image] Aug 31 14:43:37.230 INFO O| Aug 31 14:43:37.230 INFO STEP 84 (remove_files) COMPLETE
56092026-08-31T14:43:37.877Z[ recovery-image] Aug 31 14:43:37.230 INFO O| Aug 31 14:43:37.230 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-08-31T14:43:37.883Z[ recovery-image] Aug 31 14:43:37.240 INFO O| Aug 31 14:43:37.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
56112026-08-31T14:43:37.884Z[ recovery-image] Aug 31 14:43:37.240 INFO O| Aug 31 14:43:37.240 INFO STEP 85 (remove_files) COMPLETE
56122026-08-31T14:43:37.884Z[ recovery-image] Aug 31 14:43:37.240 INFO O| Aug 31 14:43:37.240 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-31T14:43:37.893Z[ recovery-image] Aug 31 14:43:37.250 INFO O| Aug 31 14:43:37.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
56142026-08-31T14:43:37.893Z[ recovery-image] Aug 31 14:43:37.250 INFO O| Aug 31 14:43:37.250 INFO STEP 86 (remove_files) COMPLETE
56152026-08-31T14:43:37.893Z[ recovery-image] Aug 31 14:43:37.250 INFO O| Aug 31 14:43:37.250 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-31T14:43:37.902Z[ recovery-image] Aug 31 14:43:37.259 INFO O| Aug 31 14:43:37.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
56172026-08-31T14:43:37.902Z[ recovery-image] Aug 31 14:43:37.259 INFO O| Aug 31 14:43:37.259 INFO STEP 87 (remove_files) COMPLETE
56182026-08-31T14:43:37.902Z[ recovery-image] Aug 31 14:43:37.259 INFO O| Aug 31 14:43:37.259 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-08-31T14:43:37.912Z[ recovery-image] Aug 31 14:43:37.268 INFO O| Aug 31 14:43:37.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
56202026-08-31T14:43:37.912Z[ recovery-image] Aug 31 14:43:37.268 INFO O| Aug 31 14:43:37.268 INFO STEP 88 (remove_files) COMPLETE
56212026-08-31T14:43:37.912Z[ recovery-image] Aug 31 14:43:37.268 INFO O| Aug 31 14:43:37.268 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-08-31T14:43:37.921Z[ recovery-image] Aug 31 14:43:37.277 INFO O| Aug 31 14:43:37.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
56232026-08-31T14:43:37.924Z[ recovery-image] Aug 31 14:43:37.278 INFO O| Aug 31 14:43:37.278 INFO STEP 89 (remove_files) COMPLETE
56242026-08-31T14:43:37.924Z[ recovery-image] Aug 31 14:43:37.279 INFO O| Aug 31 14:43:37.278 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-08-31T14:43:37.932Z[ recovery-image] Aug 31 14:43:37.288 INFO O| Aug 31 14:43:37.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
56262026-08-31T14:43:37.932Z[ recovery-image] Aug 31 14:43:37.288 INFO O| Aug 31 14:43:37.288 INFO STEP 90 (remove_files) COMPLETE
56272026-08-31T14:43:37.932Z[ recovery-image] Aug 31 14:43:37.288 INFO O| Aug 31 14:43:37.288 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-08-31T14:43:37.941Z[ recovery-image] Aug 31 14:43:37.297 INFO O| Aug 31 14:43:37.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
56292026-08-31T14:43:37.941Z[ recovery-image] Aug 31 14:43:37.297 INFO O| Aug 31 14:43:37.297 INFO STEP 91 (remove_files) COMPLETE
56302026-08-31T14:43:37.941Z[ recovery-image] Aug 31 14:43:37.297 INFO O| Aug 31 14:43:37.297 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-08-31T14:43:37.950Z[ recovery-image] Aug 31 14:43:37.306 INFO O| Aug 31 14:43:37.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
56322026-08-31T14:43:37.950Z[ recovery-image] Aug 31 14:43:37.307 INFO O| Aug 31 14:43:37.307 INFO STEP 92 (remove_files) COMPLETE
56332026-08-31T14:43:37.950Z[ recovery-image] Aug 31 14:43:37.307 INFO O| Aug 31 14:43:37.307 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-08-31T14:43:37.993Z[ recovery-image] Aug 31 14:43:37.349 INFO O| Aug 31 14:43:37.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56352026-08-31T14:43:37.993Z[ recovery-image] Aug 31 14:43:37.349 INFO O| Aug 31 14:43:37.349 INFO STEP 93 (remove_files) COMPLETE
56362026-08-31T14:43:37.993Z[ recovery-image] Aug 31 14:43:37.349 INFO O| Aug 31 14:43:37.349 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-08-31T14:43:38.004Z[ recovery-image] Aug 31 14:43:37.360 INFO O| Aug 31 14:43:37.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56382026-08-31T14:43:38.007Z[ recovery-image] Aug 31 14:43:37.360 INFO O| Aug 31 14:43:37.360 INFO STEP 94 (remove_files) COMPLETE
56392026-08-31T14:43:38.007Z[ recovery-image] Aug 31 14:43:37.361 INFO O| Aug 31 14:43:37.360 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-08-31T14:43:38.014Z[ recovery-image] Aug 31 14:43:37.371 INFO O| Aug 31 14:43:37.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56412026-08-31T14:43:38.017Z[ recovery-image] Aug 31 14:43:37.371 INFO O| Aug 31 14:43:37.371 INFO STEP 95 (remove_files) COMPLETE
56422026-08-31T14:43:38.017Z[ recovery-image] Aug 31 14:43:37.371 INFO O| Aug 31 14:43:37.371 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-31T14:43:38.024Z[ recovery-image] Aug 31 14:43:37.380 INFO O| Aug 31 14:43:37.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56442026-08-31T14:43:38.024Z[ recovery-image] Aug 31 14:43:37.380 INFO O| Aug 31 14:43:37.380 INFO STEP 96 (remove_files) COMPLETE
56452026-08-31T14:43:38.027Z[ recovery-image] Aug 31 14:43:37.380 INFO O| Aug 31 14:43:37.380 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-31T14:43:38.033Z[ recovery-image] Aug 31 14:43:37.389 INFO O| Aug 31 14:43:37.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56472026-08-31T14:43:38.033Z[ recovery-image] Aug 31 14:43:37.389 INFO O| Aug 31 14:43:37.389 INFO STEP 97 (remove_files) COMPLETE
56482026-08-31T14:43:38.037Z[ recovery-image] Aug 31 14:43:37.389 INFO O| Aug 31 14:43:37.389 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-08-31T14:43:38.042Z[ recovery-image] Aug 31 14:43:37.399 INFO O| Aug 31 14:43:37.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56502026-08-31T14:43:38.042Z[ recovery-image] Aug 31 14:43:37.399 INFO O| Aug 31 14:43:37.399 INFO STEP 98 (remove_files) COMPLETE
56512026-08-31T14:43:38.042Z[ recovery-image] Aug 31 14:43:37.399 INFO O| Aug 31 14:43:37.399 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-08-31T14:43:38.054Z[ recovery-image] Aug 31 14:43:37.410 INFO O| Aug 31 14:43:37.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56532026-08-31T14:43:38.054Z[ recovery-image] Aug 31 14:43:37.410 INFO O| Aug 31 14:43:37.410 INFO STEP 99 (remove_files) COMPLETE
56542026-08-31T14:43:38.058Z[ recovery-image] Aug 31 14:43:37.410 INFO O| Aug 31 14:43:37.410 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-08-31T14:43:38.064Z[ recovery-image] Aug 31 14:43:37.420 INFO O| Aug 31 14:43:37.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56562026-08-31T14:43:38.064Z[ recovery-image] Aug 31 14:43:37.421 INFO O| Aug 31 14:43:37.421 INFO STEP 100 (remove_files) COMPLETE
56572026-08-31T14:43:38.064Z[ recovery-image] Aug 31 14:43:37.421 INFO O| Aug 31 14:43:37.421 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-08-31T14:43:38.075Z[ recovery-image] Aug 31 14:43:37.431 INFO O| Aug 31 14:43:37.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56592026-08-31T14:43:38.078Z[ recovery-image] Aug 31 14:43:37.432 INFO O| Aug 31 14:43:37.432 INFO STEP 101 (remove_files) COMPLETE
56602026-08-31T14:43:38.078Z[ recovery-image] Aug 31 14:43:37.432 INFO O| Aug 31 14:43:37.432 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-08-31T14:43:38.086Z[ recovery-image] Aug 31 14:43:37.442 INFO O| Aug 31 14:43:37.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56622026-08-31T14:43:38.086Z[ recovery-image] Aug 31 14:43:37.442 INFO O| Aug 31 14:43:37.442 INFO STEP 102 (remove_files) COMPLETE
56632026-08-31T14:43:38.089Z[ recovery-image] Aug 31 14:43:37.442 INFO O| Aug 31 14:43:37.442 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-08-31T14:43:38.098Z[ recovery-image] Aug 31 14:43:37.451 INFO O| Aug 31 14:43:37.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56652026-08-31T14:43:38.098Z[ recovery-image] Aug 31 14:43:37.451 INFO O| Aug 31 14:43:37.451 INFO STEP 103 (remove_files) COMPLETE
56662026-08-31T14:43:38.103Z[ recovery-image] Aug 31 14:43:37.451 INFO O| Aug 31 14:43:37.451 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-08-31T14:43:38.107Z[ recovery-image] Aug 31 14:43:37.460 INFO O| Aug 31 14:43:37.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56682026-08-31T14:43:38.107Z[ recovery-image] Aug 31 14:43:37.460 INFO O| Aug 31 14:43:37.460 INFO STEP 104 (remove_files) COMPLETE
56692026-08-31T14:43:38.107Z[ recovery-image] Aug 31 14:43:37.460 INFO O| Aug 31 14:43:37.460 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-08-31T14:43:38.115Z[ recovery-image] Aug 31 14:43:37.471 INFO O| Aug 31 14:43:37.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56712026-08-31T14:43:38.115Z[ recovery-image] Aug 31 14:43:37.471 INFO O| Aug 31 14:43:37.471 INFO STEP 105 (remove_files) COMPLETE
56722026-08-31T14:43:38.119Z[ recovery-image] Aug 31 14:43:37.471 INFO O| Aug 31 14:43:37.471 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-31T14:43:38.125Z[ recovery-image] Aug 31 14:43:37.482 INFO O| Aug 31 14:43:37.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56742026-08-31T14:43:38.125Z[ recovery-image] Aug 31 14:43:37.482 INFO O| Aug 31 14:43:37.482 INFO STEP 106 (remove_files) COMPLETE
56752026-08-31T14:43:38.125Z[ recovery-image] Aug 31 14:43:37.482 INFO O| Aug 31 14:43:37.482 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-31T14:43:38.134Z[ recovery-image] Aug 31 14:43:37.491 INFO O| Aug 31 14:43:37.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56772026-08-31T14:43:38.134Z[ recovery-image] Aug 31 14:43:37.491 INFO O| Aug 31 14:43:37.491 INFO STEP 107 (remove_files) COMPLETE
56782026-08-31T14:43:38.134Z[ recovery-image] Aug 31 14:43:37.491 INFO O| Aug 31 14:43:37.491 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-31T14:43:38.145Z[ recovery-image] Aug 31 14:43:37.501 INFO O| Aug 31 14:43:37.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56802026-08-31T14:43:38.145Z[ recovery-image] Aug 31 14:43:37.502 INFO O| Aug 31 14:43:37.502 INFO STEP 108 (remove_files) COMPLETE
56812026-08-31T14:43:38.145Z[ recovery-image] Aug 31 14:43:37.502 INFO O| Aug 31 14:43:37.502 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-31T14:43:38.155Z[ recovery-image] Aug 31 14:43:37.511 INFO O| Aug 31 14:43:37.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56832026-08-31T14:43:38.155Z[ recovery-image] Aug 31 14:43:37.511 INFO O| Aug 31 14:43:37.511 INFO STEP 109 (remove_files) COMPLETE
56842026-08-31T14:43:38.159Z[ recovery-image] Aug 31 14:43:37.511 INFO O| Aug 31 14:43:37.511 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-31T14:43:38.220Z[ recovery-image] Aug 31 14:43:37.521 INFO O| Aug 31 14:43:37.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56862026-08-31T14:43:38.220Z[ recovery-image] Aug 31 14:43:37.521 INFO O| Aug 31 14:43:37.521 INFO STEP 110 (remove_files) COMPLETE
56872026-08-31T14:43:38.220Z[ recovery-image] Aug 31 14:43:37.521 INFO O| Aug 31 14:43:37.521 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-31T14:43:38.230Z[ recovery-image] Aug 31 14:43:37.531 INFO O| Aug 31 14:43:37.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56892026-08-31T14:43:38.230Z[ recovery-image] Aug 31 14:43:37.531 INFO O| Aug 31 14:43:37.531 INFO STEP 111 (remove_files) COMPLETE
56902026-08-31T14:43:38.230Z[ recovery-image] Aug 31 14:43:37.531 INFO O| Aug 31 14:43:37.531 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-08-31T14:43:38.230Z[ recovery-image] Aug 31 14:43:37.541 INFO O| Aug 31 14:43:37.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56922026-08-31T14:43:38.230Z[ recovery-image] Aug 31 14:43:37.541 INFO O| Aug 31 14:43:37.541 INFO STEP 112 (remove_files) COMPLETE
56932026-08-31T14:43:38.230Z[ recovery-image] Aug 31 14:43:37.541 INFO O| Aug 31 14:43:37.541 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-08-31T14:43:38.230Z[ recovery-image] Aug 31 14:43:37.551 INFO O| Aug 31 14:43:37.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56952026-08-31T14:43:38.230Z[ recovery-image] Aug 31 14:43:37.551 INFO O| Aug 31 14:43:37.551 INFO STEP 113 (remove_files) COMPLETE
56962026-08-31T14:43:38.230Z[ recovery-image] Aug 31 14:43:37.551 INFO O| Aug 31 14:43:37.551 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-08-31T14:43:38.234Z[ recovery-image] Aug 31 14:43:37.560 INFO O| Aug 31 14:43:37.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56982026-08-31T14:43:38.234Z[ recovery-image] Aug 31 14:43:37.560 INFO O| Aug 31 14:43:37.560 INFO STEP 114 (remove_files) COMPLETE
56992026-08-31T14:43:38.234Z[ recovery-image] Aug 31 14:43:37.560 INFO O| Aug 31 14:43:37.560 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-08-31T14:43:38.234Z[ recovery-image] Aug 31 14:43:37.570 INFO O| Aug 31 14:43:37.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
57012026-08-31T14:43:38.234Z[ recovery-image] Aug 31 14:43:37.570 INFO O| Aug 31 14:43:37.570 INFO STEP 115 (remove_files) COMPLETE
57022026-08-31T14:43:38.234Z[ recovery-image] Aug 31 14:43:37.570 INFO O| Aug 31 14:43:37.570 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-08-31T14:43:38.234Z[ recovery-image] Aug 31 14:43:37.580 INFO O| Aug 31 14:43:37.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
57042026-08-31T14:43:38.234Z[ recovery-image] Aug 31 14:43:37.580 INFO O| Aug 31 14:43:37.580 INFO STEP 116 (remove_files) COMPLETE
57052026-08-31T14:43:38.234Z[ recovery-image] Aug 31 14:43:37.580 INFO O| Aug 31 14:43:37.580 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-08-31T14:43:38.234Z[ recovery-image] Aug 31 14:43:37.590 INFO O| Aug 31 14:43:37.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
57072026-08-31T14:43:38.234Z[ recovery-image] Aug 31 14:43:37.590 INFO O| Aug 31 14:43:37.590 INFO STEP 117 (remove_files) COMPLETE
57082026-08-31T14:43:38.234Z[ recovery-image] Aug 31 14:43:37.590 INFO O| Aug 31 14:43:37.590 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-08-31T14:43:38.243Z[ recovery-image] Aug 31 14:43:37.599 INFO O| Aug 31 14:43:37.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
57102026-08-31T14:43:38.243Z[ recovery-image] Aug 31 14:43:37.599 INFO O| Aug 31 14:43:37.599 INFO STEP 118 (remove_files) COMPLETE
57112026-08-31T14:43:38.243Z[ recovery-image] Aug 31 14:43:37.599 INFO O| Aug 31 14:43:37.599 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-08-31T14:43:38.252Z[ recovery-image] Aug 31 14:43:37.609 INFO O| Aug 31 14:43:37.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
57132026-08-31T14:43:38.252Z[ recovery-image] Aug 31 14:43:37.609 INFO O| Aug 31 14:43:37.609 INFO STEP 119 (remove_files) COMPLETE
57142026-08-31T14:43:38.252Z[ recovery-image] Aug 31 14:43:37.609 INFO O| Aug 31 14:43:37.609 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-08-31T14:43:38.261Z[ recovery-image] Aug 31 14:43:37.618 INFO O| Aug 31 14:43:37.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
57162026-08-31T14:43:38.261Z[ recovery-image] Aug 31 14:43:37.618 INFO O| Aug 31 14:43:37.618 INFO STEP 120 (remove_files) COMPLETE
57172026-08-31T14:43:38.261Z[ recovery-image] Aug 31 14:43:37.618 INFO O| Aug 31 14:43:37.618 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-08-31T14:43:38.271Z[ recovery-image] Aug 31 14:43:37.628 INFO O| Aug 31 14:43:37.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
57192026-08-31T14:43:38.272Z[ recovery-image] Aug 31 14:43:37.628 INFO O| Aug 31 14:43:37.628 INFO STEP 121 (remove_files) COMPLETE
57202026-08-31T14:43:38.272Z[ recovery-image] Aug 31 14:43:37.628 INFO O| Aug 31 14:43:37.628 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-08-31T14:43:38.282Z[ recovery-image] Aug 31 14:43:37.638 INFO O| Aug 31 14:43:37.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
57222026-08-31T14:43:38.282Z[ recovery-image] Aug 31 14:43:37.638 INFO O| Aug 31 14:43:37.638 INFO STEP 122 (remove_files) COMPLETE
57232026-08-31T14:43:38.282Z[ recovery-image] Aug 31 14:43:37.638 INFO O| Aug 31 14:43:37.638 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-08-31T14:43:38.292Z[ recovery-image] Aug 31 14:43:37.648 INFO O| Aug 31 14:43:37.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
57252026-08-31T14:43:38.292Z[ recovery-image] Aug 31 14:43:37.648 INFO O| Aug 31 14:43:37.648 INFO STEP 123 (remove_files) COMPLETE
57262026-08-31T14:43:38.292Z[ recovery-image] Aug 31 14:43:37.648 INFO O| Aug 31 14:43:37.648 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-31T14:43:38.302Z[ recovery-image] Aug 31 14:43:37.658 INFO O| Aug 31 14:43:37.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
57282026-08-31T14:43:38.302Z[ recovery-image] Aug 31 14:43:37.658 INFO O| Aug 31 14:43:37.658 INFO STEP 124 (remove_files) COMPLETE
57292026-08-31T14:43:38.302Z[ recovery-image] Aug 31 14:43:37.658 INFO O| Aug 31 14:43:37.658 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-31T14:43:38.313Z[ recovery-image] Aug 31 14:43:37.669 INFO O| Aug 31 14:43:37.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
57312026-08-31T14:43:38.313Z[ recovery-image] Aug 31 14:43:37.670 INFO O| Aug 31 14:43:37.669 INFO STEP 125 (remove_files) COMPLETE
57322026-08-31T14:43:38.313Z[ recovery-image] Aug 31 14:43:37.670 INFO O| Aug 31 14:43:37.670 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-31T14:43:38.321Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
57342026-08-31T14:43:38.324Z[ recovery-image] Aug 31 14:43:37.679 INFO O| Aug 31 14:43:37.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57352026-08-31T14:43:38.324Z[ recovery-image] Aug 31 14:43:37.679 INFO O| Aug 31 14:43:37.679 INFO STEP 126 (remove_files) COMPLETE
57362026-08-31T14:43:38.324Z[ recovery-image] Aug 31 14:43:37.679 INFO O| Aug 31 14:43:37.679 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-08-31T14:43:38.333Z[ recovery-image] Aug 31 14:43:37.689 INFO O| Aug 31 14:43:37.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57382026-08-31T14:43:38.333Z[ recovery-image] Aug 31 14:43:37.689 INFO O| Aug 31 14:43:37.689 INFO STEP 127 (remove_files) COMPLETE
57392026-08-31T14:43:38.333Z[ recovery-image] Aug 31 14:43:37.689 INFO O| Aug 31 14:43:37.689 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-08-31T14:43:38.344Z[ recovery-image] Aug 31 14:43:37.700 INFO O| Aug 31 14:43:37.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57412026-08-31T14:43:38.344Z[ recovery-image] Aug 31 14:43:37.700 INFO O| Aug 31 14:43:37.700 INFO STEP 128 (remove_files) COMPLETE
57422026-08-31T14:43:38.347Z[ recovery-image] Aug 31 14:43:37.700 INFO O| Aug 31 14:43:37.700 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-08-31T14:43:38.353Z[ recovery-image] Aug 31 14:43:37.709 INFO O| Aug 31 14:43:37.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57442026-08-31T14:43:38.353Z[ recovery-image] Aug 31 14:43:37.709 INFO O| Aug 31 14:43:37.709 INFO STEP 129 (remove_files) COMPLETE
57452026-08-31T14:43:38.356Z[ recovery-image] Aug 31 14:43:37.709 INFO O| Aug 31 14:43:37.709 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-08-31T14:43:38.363Z[ recovery-image] Aug 31 14:43:37.719 INFO O| Aug 31 14:43:37.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57472026-08-31T14:43:38.363Z[ recovery-image] Aug 31 14:43:37.720 INFO O| Aug 31 14:43:37.719 INFO STEP 130 (remove_files) COMPLETE
57482026-08-31T14:43:38.363Z[ recovery-image] Aug 31 14:43:37.720 INFO O| Aug 31 14:43:37.720 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-08-31T14:43:38.374Z[ recovery-image] Aug 31 14:43:37.730 INFO O| Aug 31 14:43:37.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57502026-08-31T14:43:38.374Z[ recovery-image] Aug 31 14:43:37.730 INFO O| Aug 31 14:43:37.730 INFO STEP 131 (remove_files) COMPLETE
57512026-08-31T14:43:38.374Z[ recovery-image] Aug 31 14:43:37.730 INFO O| Aug 31 14:43:37.730 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-08-31T14:43:38.383Z[ recovery-image] Aug 31 14:43:37.739 INFO O| Aug 31 14:43:37.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57532026-08-31T14:43:38.383Z[ recovery-image] Aug 31 14:43:37.739 INFO O| Aug 31 14:43:37.739 INFO STEP 132 (remove_files) COMPLETE
57542026-08-31T14:43:38.383Z[ recovery-image] Aug 31 14:43:37.739 INFO O| Aug 31 14:43:37.739 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-08-31T14:43:38.393Z[ recovery-image] Aug 31 14:43:37.749 INFO O| Aug 31 14:43:37.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57562026-08-31T14:43:38.396Z[ recovery-image] Aug 31 14:43:37.750 INFO O| Aug 31 14:43:37.750 INFO STEP 133 (remove_files) COMPLETE
57572026-08-31T14:43:38.396Z[ recovery-image] Aug 31 14:43:37.750 INFO O| Aug 31 14:43:37.750 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-08-31T14:43:38.404Z[ recovery-image] Aug 31 14:43:37.760 INFO O| Aug 31 14:43:37.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57592026-08-31T14:43:38.404Z[ recovery-image] Aug 31 14:43:37.760 INFO O| Aug 31 14:43:37.760 INFO STEP 134 (remove_files) COMPLETE
57602026-08-31T14:43:38.404Z[ recovery-image] Aug 31 14:43:37.760 INFO O| Aug 31 14:43:37.760 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-08-31T14:43:38.414Z[ recovery-image] Aug 31 14:43:37.770 INFO O| Aug 31 14:43:37.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57622026-08-31T14:43:38.414Z[ recovery-image] Aug 31 14:43:37.770 INFO O| Aug 31 14:43:37.770 INFO STEP 135 (remove_files) COMPLETE
57632026-08-31T14:43:38.417Z[ recovery-image] Aug 31 14:43:37.770 INFO O| Aug 31 14:43:37.770 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-08-31T14:43:38.423Z[ recovery-image] Aug 31 14:43:37.779 INFO O| Aug 31 14:43:37.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57652026-08-31T14:43:38.423Z[ recovery-image] Aug 31 14:43:37.779 INFO O| Aug 31 14:43:37.779 INFO STEP 136 (remove_files) COMPLETE
57662026-08-31T14:43:38.423Z[ recovery-image] Aug 31 14:43:37.779 INFO O| Aug 31 14:43:37.779 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-08-31T14:43:38.432Z[ recovery-image] Aug 31 14:43:37.789 INFO O| Aug 31 14:43:37.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57682026-08-31T14:43:38.432Z[ recovery-image] Aug 31 14:43:37.789 INFO O| Aug 31 14:43:37.789 INFO STEP 137 (remove_files) COMPLETE
57692026-08-31T14:43:38.432Z[ recovery-image] Aug 31 14:43:37.789 INFO O| Aug 31 14:43:37.789 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-08-31T14:43:38.441Z[ recovery-image] Aug 31 14:43:37.798 INFO O| Aug 31 14:43:37.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57712026-08-31T14:43:38.444Z[ recovery-image] Aug 31 14:43:37.799 INFO O| Aug 31 14:43:37.799 INFO STEP 138 (remove_files) COMPLETE
57722026-08-31T14:43:38.445Z[ recovery-image] Aug 31 14:43:37.799 INFO O| Aug 31 14:43:37.799 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-08-31T14:43:38.453Z[ recovery-image] Aug 31 14:43:37.809 INFO O| Aug 31 14:43:37.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57742026-08-31T14:43:38.453Z[ recovery-image] Aug 31 14:43:37.809 INFO O| Aug 31 14:43:37.809 INFO STEP 139 (remove_files) COMPLETE
57752026-08-31T14:43:38.453Z[ recovery-image] Aug 31 14:43:37.809 INFO O| Aug 31 14:43:37.809 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-08-31T14:43:38.463Z[ recovery-image] Aug 31 14:43:37.819 INFO O| Aug 31 14:43:37.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57772026-08-31T14:43:38.463Z[ recovery-image] Aug 31 14:43:37.819 INFO O| Aug 31 14:43:37.819 INFO STEP 140 (remove_files) COMPLETE
57782026-08-31T14:43:38.463Z[ recovery-image] Aug 31 14:43:37.819 INFO O| Aug 31 14:43:37.819 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-08-31T14:43:38.473Z[ recovery-image] Aug 31 14:43:37.829 INFO O| Aug 31 14:43:37.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57802026-08-31T14:43:38.473Z[ recovery-image] Aug 31 14:43:37.830 INFO O| Aug 31 14:43:37.830 INFO STEP 141 (remove_files) COMPLETE
57812026-08-31T14:43:38.473Z[ recovery-image] Aug 31 14:43:37.830 INFO O| Aug 31 14:43:37.830 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-08-31T14:43:38.483Z[ recovery-image] Aug 31 14:43:37.840 INFO O| Aug 31 14:43:37.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57832026-08-31T14:43:38.483Z[ recovery-image] Aug 31 14:43:37.840 INFO O| Aug 31 14:43:37.840 INFO STEP 142 (remove_files) COMPLETE
57842026-08-31T14:43:38.483Z[ recovery-image] Aug 31 14:43:37.840 INFO O| Aug 31 14:43:37.840 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-08-31T14:43:38.494Z[ recovery-image] Aug 31 14:43:37.849 INFO O| Aug 31 14:43:37.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57862026-08-31T14:43:38.494Z[ recovery-image] Aug 31 14:43:37.850 INFO O| Aug 31 14:43:37.849 INFO STEP 143 (remove_files) COMPLETE
57872026-08-31T14:43:38.497Z[ recovery-image] Aug 31 14:43:37.850 INFO O| Aug 31 14:43:37.850 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-08-31T14:43:38.503Z[ recovery-image] Aug 31 14:43:37.860 INFO O| Aug 31 14:43:37.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57892026-08-31T14:43:38.503Z[ recovery-image] Aug 31 14:43:37.860 INFO O| Aug 31 14:43:37.860 INFO STEP 144 (remove_files) COMPLETE
57902026-08-31T14:43:38.503Z[ recovery-image] Aug 31 14:43:37.860 INFO O| Aug 31 14:43:37.860 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-31T14:43:38.514Z[ recovery-image] Aug 31 14:43:37.870 INFO O| Aug 31 14:43:37.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57922026-08-31T14:43:38.514Z[ recovery-image] Aug 31 14:43:37.870 INFO O| Aug 31 14:43:37.870 INFO STEP 145 (remove_files) COMPLETE
57932026-08-31T14:43:38.514Z[ recovery-image] Aug 31 14:43:37.870 INFO O| Aug 31 14:43:37.870 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-08-31T14:43:38.525Z[ recovery-image] Aug 31 14:43:37.881 INFO O| Aug 31 14:43:37.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57952026-08-31T14:43:38.525Z[ recovery-image] Aug 31 14:43:37.881 INFO O| Aug 31 14:43:37.881 INFO STEP 146 (remove_files) COMPLETE
57962026-08-31T14:43:38.525Z[ recovery-image] Aug 31 14:43:37.881 INFO O| Aug 31 14:43:37.881 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-08-31T14:43:38.537Z[ recovery-image] Aug 31 14:43:37.890 INFO O| Aug 31 14:43:37.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57982026-08-31T14:43:38.537Z[ recovery-image] Aug 31 14:43:37.890 INFO O| Aug 31 14:43:37.890 INFO STEP 147 (remove_files) COMPLETE
57992026-08-31T14:43:38.537Z[ recovery-image] Aug 31 14:43:37.890 INFO O| Aug 31 14:43:37.890 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-08-31T14:43:38.544Z[ recovery-image] Aug 31 14:43:37.899 INFO O| Aug 31 14:43:37.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
58012026-08-31T14:43:38.544Z[ recovery-image] Aug 31 14:43:37.899 INFO O| Aug 31 14:43:37.899 INFO STEP 148 (remove_files) COMPLETE
58022026-08-31T14:43:38.544Z[ recovery-image] Aug 31 14:43:37.899 INFO O| Aug 31 14:43:37.899 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-08-31T14:43:38.553Z[ recovery-image] Aug 31 14:43:37.908 INFO O| Aug 31 14:43:37.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
58042026-08-31T14:43:38.553Z[ recovery-image] Aug 31 14:43:37.908 INFO O| Aug 31 14:43:37.908 INFO STEP 149 (remove_files) COMPLETE
58052026-08-31T14:43:38.556Z[ recovery-image] Aug 31 14:43:37.908 INFO O| Aug 31 14:43:37.908 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-08-31T14:43:38.562Z[ recovery-image] Aug 31 14:43:37.918 INFO O| Aug 31 14:43:37.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
58072026-08-31T14:43:38.562Z[ recovery-image] Aug 31 14:43:37.918 INFO O| Aug 31 14:43:37.918 INFO STEP 150 (remove_files) COMPLETE
58082026-08-31T14:43:38.562Z[ recovery-image] Aug 31 14:43:37.918 INFO O| Aug 31 14:43:37.918 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-08-31T14:43:38.571Z[ recovery-image] Aug 31 14:43:37.927 INFO O| Aug 31 14:43:37.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
58102026-08-31T14:43:38.571Z[ recovery-image] Aug 31 14:43:37.927 INFO O| Aug 31 14:43:37.927 INFO STEP 151 (remove_files) COMPLETE
58112026-08-31T14:43:38.571Z[ recovery-image] Aug 31 14:43:37.927 INFO O| Aug 31 14:43:37.927 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-08-31T14:43:38.581Z[ recovery-image] Aug 31 14:43:37.937 INFO O| Aug 31 14:43:37.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
58132026-08-31T14:43:38.581Z[ recovery-image] Aug 31 14:43:37.937 INFO O| Aug 31 14:43:37.937 INFO STEP 152 (remove_files) COMPLETE
58142026-08-31T14:43:38.581Z[ recovery-image] Aug 31 14:43:37.937 INFO O| Aug 31 14:43:37.937 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-08-31T14:43:38.590Z[ recovery-image] Aug 31 14:43:37.946 INFO O| Aug 31 14:43:37.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
58162026-08-31T14:43:38.590Z[ recovery-image] Aug 31 14:43:37.946 INFO O| Aug 31 14:43:37.946 INFO STEP 153 (remove_files) COMPLETE
58172026-08-31T14:43:38.590Z[ recovery-image] Aug 31 14:43:37.946 INFO O| Aug 31 14:43:37.946 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-08-31T14:43:38.600Z[ recovery-image] Aug 31 14:43:37.957 INFO O| Aug 31 14:43:37.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
58192026-08-31T14:43:38.600Z[ recovery-image] Aug 31 14:43:37.957 INFO O| Aug 31 14:43:37.957 INFO STEP 154 (remove_files) COMPLETE
58202026-08-31T14:43:38.601Z[ recovery-image] Aug 31 14:43:37.957 INFO O| Aug 31 14:43:37.957 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-08-31T14:43:38.611Z[ recovery-image] Aug 31 14:43:37.967 INFO O| Aug 31 14:43:37.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
58222026-08-31T14:43:38.611Z[ recovery-image] Aug 31 14:43:37.968 INFO O| Aug 31 14:43:37.967 INFO STEP 155 (remove_files) COMPLETE
58232026-08-31T14:43:38.611Z[ recovery-image] Aug 31 14:43:37.968 INFO O| Aug 31 14:43:37.967 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-08-31T14:43:38.623Z[ recovery-image] Aug 31 14:43:37.979 INFO O| Aug 31 14:43:37.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
58252026-08-31T14:43:38.623Z[ recovery-image] Aug 31 14:43:37.979 INFO O| Aug 31 14:43:37.979 INFO STEP 156 (remove_files) COMPLETE
58262026-08-31T14:43:38.626Z[ recovery-image] Aug 31 14:43:37.979 INFO O| Aug 31 14:43:37.979 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-08-31T14:43:38.632Z[ recovery-image] Aug 31 14:43:37.988 INFO O| Aug 31 14:43:37.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
58282026-08-31T14:43:38.632Z[ recovery-image] Aug 31 14:43:37.988 INFO O| Aug 31 14:43:37.988 INFO STEP 157 (remove_files) COMPLETE
58292026-08-31T14:43:38.636Z[ recovery-image] Aug 31 14:43:37.988 INFO O| Aug 31 14:43:37.988 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-08-31T14:43:38.641Z[ recovery-image] Aug 31 14:43:37.997 INFO O| Aug 31 14:43:37.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
58312026-08-31T14:43:38.641Z[ recovery-image] Aug 31 14:43:37.997 INFO O| Aug 31 14:43:37.997 INFO STEP 158 (remove_files) COMPLETE
58322026-08-31T14:43:38.645Z[ recovery-image] Aug 31 14:43:37.997 INFO O| Aug 31 14:43:37.997 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-08-31T14:43:38.651Z[ recovery-image] Aug 31 14:43:38.008 INFO O| Aug 31 14:43:38.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58342026-08-31T14:43:38.652Z[ recovery-image] Aug 31 14:43:38.008 INFO O| Aug 31 14:43:38.008 INFO STEP 159 (remove_files) COMPLETE
58352026-08-31T14:43:38.652Z[ recovery-image] Aug 31 14:43:38.008 INFO O| Aug 31 14:43:38.008 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-08-31T14:43:38.663Z[ recovery-image] Aug 31 14:43:38.020 INFO O| Aug 31 14:43:38.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58372026-08-31T14:43:38.663Z[ recovery-image] Aug 31 14:43:38.020 INFO O| Aug 31 14:43:38.020 INFO STEP 160 (remove_files) COMPLETE
58382026-08-31T14:43:38.663Z[ recovery-image] Aug 31 14:43:38.020 INFO O| Aug 31 14:43:38.020 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-08-31T14:43:38.674Z[ recovery-image] Aug 31 14:43:38.030 INFO O| Aug 31 14:43:38.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58402026-08-31T14:43:38.674Z[ recovery-image] Aug 31 14:43:38.030 INFO O| Aug 31 14:43:38.030 INFO STEP 161 (remove_files) COMPLETE
58412026-08-31T14:43:38.677Z[ recovery-image] Aug 31 14:43:38.030 INFO O| Aug 31 14:43:38.030 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-08-31T14:43:38.684Z[ recovery-image] Aug 31 14:43:38.040 INFO O| Aug 31 14:43:38.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58432026-08-31T14:43:38.684Z[ recovery-image] Aug 31 14:43:38.040 INFO O| Aug 31 14:43:38.040 INFO STEP 162 (remove_files) COMPLETE
58442026-08-31T14:43:38.687Z[ recovery-image] Aug 31 14:43:38.040 INFO O| Aug 31 14:43:38.040 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-31T14:43:38.690Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
58462026-08-31T14:43:38.693Z[ recovery-image] Aug 31 14:43:38.050 INFO O| Aug 31 14:43:38.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58472026-08-31T14:43:38.693Z[ recovery-image] Aug 31 14:43:38.050 INFO O| Aug 31 14:43:38.050 INFO STEP 163 (remove_files) COMPLETE
58482026-08-31T14:43:38.693Z[ recovery-image] Aug 31 14:43:38.050 INFO O| Aug 31 14:43:38.050 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-08-31T14:43:38.707Z[ recovery-image] Aug 31 14:43:38.059 INFO O| Aug 31 14:43:38.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58502026-08-31T14:43:38.707Z[ recovery-image] Aug 31 14:43:38.059 INFO O| Aug 31 14:43:38.059 INFO STEP 164 (remove_files) COMPLETE
58512026-08-31T14:43:38.707Z[ recovery-image] Aug 31 14:43:38.059 INFO O| Aug 31 14:43:38.059 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-08-31T14:43:38.713Z[ recovery-image] Aug 31 14:43:38.070 INFO O| Aug 31 14:43:38.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58532026-08-31T14:43:38.716Z[ recovery-image] Aug 31 14:43:38.071 INFO O| Aug 31 14:43:38.070 INFO STEP 165 (remove_files) COMPLETE
58542026-08-31T14:43:38.716Z[ recovery-image] Aug 31 14:43:38.071 INFO O| Aug 31 14:43:38.071 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-08-31T14:43:38.725Z[ recovery-image] Aug 31 14:43:38.081 INFO O| Aug 31 14:43:38.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58562026-08-31T14:43:38.728Z[ recovery-image] Aug 31 14:43:38.081 INFO O| Aug 31 14:43:38.081 INFO STEP 166 (remove_files) COMPLETE
58572026-08-31T14:43:38.728Z[ recovery-image] Aug 31 14:43:38.081 INFO O| Aug 31 14:43:38.081 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-08-31T14:43:38.735Z[ recovery-image] Aug 31 14:43:38.091 INFO O| Aug 31 14:43:38.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58592026-08-31T14:43:38.735Z[ recovery-image] Aug 31 14:43:38.091 INFO O| Aug 31 14:43:38.091 INFO STEP 167 (remove_files) COMPLETE
58602026-08-31T14:43:38.738Z[ recovery-image] Aug 31 14:43:38.091 INFO O| Aug 31 14:43:38.091 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-08-31T14:43:38.744Z[ recovery-image] Aug 31 14:43:38.100 INFO O| Aug 31 14:43:38.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58622026-08-31T14:43:38.744Z[ recovery-image] Aug 31 14:43:38.100 INFO O| Aug 31 14:43:38.100 INFO STEP 168 (remove_files) COMPLETE
58632026-08-31T14:43:38.747Z[ recovery-image] Aug 31 14:43:38.100 INFO O| Aug 31 14:43:38.100 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-31T14:43:38.753Z[ recovery-image] Aug 31 14:43:38.110 INFO O| Aug 31 14:43:38.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58652026-08-31T14:43:38.753Z[ recovery-image] Aug 31 14:43:38.110 INFO O| Aug 31 14:43:38.110 INFO STEP 169 (remove_files) COMPLETE
58662026-08-31T14:43:38.757Z[ recovery-image] Aug 31 14:43:38.110 INFO O| Aug 31 14:43:38.110 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-31T14:43:38.763Z[ recovery-image] Aug 31 14:43:38.120 INFO O| Aug 31 14:43:38.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58682026-08-31T14:43:38.763Z[ recovery-image] Aug 31 14:43:38.120 INFO O| Aug 31 14:43:38.120 INFO STEP 170 (remove_files) COMPLETE
58692026-08-31T14:43:38.763Z[ recovery-image] Aug 31 14:43:38.120 INFO O| Aug 31 14:43:38.120 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-31T14:43:38.772Z[ recovery-image] Aug 31 14:43:38.129 INFO O| Aug 31 14:43:38.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58712026-08-31T14:43:38.772Z[ recovery-image] Aug 31 14:43:38.129 INFO O| Aug 31 14:43:38.129 INFO STEP 171 (remove_files) COMPLETE
58722026-08-31T14:43:38.778Z[ recovery-image] Aug 31 14:43:38.129 INFO O| Aug 31 14:43:38.129 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-31T14:43:38.781Z[ recovery-image] Aug 31 14:43:38.138 INFO O| Aug 31 14:43:38.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58742026-08-31T14:43:38.781Z[ recovery-image] Aug 31 14:43:38.138 INFO O| Aug 31 14:43:38.138 INFO STEP 172 (remove_files) COMPLETE
58752026-08-31T14:43:38.781Z[ recovery-image] Aug 31 14:43:38.138 INFO O| Aug 31 14:43:38.138 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-08-31T14:43:38.790Z[ recovery-image] Aug 31 14:43:38.146 INFO O| Aug 31 14:43:38.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58772026-08-31T14:43:38.790Z[ recovery-image] Aug 31 14:43:38.146 INFO O| Aug 31 14:43:38.146 INFO STEP 173 (remove_files) COMPLETE
58782026-08-31T14:43:38.790Z[ recovery-image] Aug 31 14:43:38.146 INFO O| Aug 31 14:43:38.146 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-08-31T14:43:38.799Z[ recovery-image] Aug 31 14:43:38.155 INFO O| Aug 31 14:43:38.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58802026-08-31T14:43:38.799Z[ recovery-image] Aug 31 14:43:38.155 INFO O| Aug 31 14:43:38.155 INFO STEP 174 (remove_files) COMPLETE
58812026-08-31T14:43:38.799Z[ recovery-image] Aug 31 14:43:38.155 INFO O| Aug 31 14:43:38.155 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-08-31T14:43:38.807Z[ recovery-image] Aug 31 14:43:38.163 INFO O| Aug 31 14:43:38.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58832026-08-31T14:43:38.807Z[ recovery-image] Aug 31 14:43:38.163 INFO O| Aug 31 14:43:38.163 INFO STEP 175 (remove_files) COMPLETE
58842026-08-31T14:43:38.807Z[ recovery-image] Aug 31 14:43:38.163 INFO O| Aug 31 14:43:38.163 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-08-31T14:43:38.816Z[ recovery-image] Aug 31 14:43:38.171 INFO O| Aug 31 14:43:38.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58862026-08-31T14:43:38.816Z[ recovery-image] Aug 31 14:43:38.171 INFO O| Aug 31 14:43:38.171 INFO STEP 176 (remove_files) COMPLETE
58872026-08-31T14:43:38.816Z[ recovery-image] Aug 31 14:43:38.171 INFO O| Aug 31 14:43:38.171 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-31T14:43:38.825Z[ recovery-image] Aug 31 14:43:38.180 INFO O| Aug 31 14:43:38.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58892026-08-31T14:43:38.825Z[ recovery-image] Aug 31 14:43:38.180 INFO O| Aug 31 14:43:38.180 INFO STEP 177 (remove_files) COMPLETE
58902026-08-31T14:43:38.825Z[ recovery-image] Aug 31 14:43:38.180 INFO O| Aug 31 14:43:38.180 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-08-31T14:43:38.832Z[ recovery-image] Aug 31 14:43:38.188 INFO O| Aug 31 14:43:38.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58922026-08-31T14:43:38.832Z[ recovery-image] Aug 31 14:43:38.188 INFO O| Aug 31 14:43:38.188 INFO STEP 178 (remove_files) COMPLETE
58932026-08-31T14:43:38.835Z[ recovery-image] Aug 31 14:43:38.188 INFO O| Aug 31 14:43:38.188 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-08-31T14:43:38.841Z[ recovery-image] Aug 31 14:43:38.197 INFO O| Aug 31 14:43:38.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58952026-08-31T14:43:38.841Z[ recovery-image] Aug 31 14:43:38.197 INFO O| Aug 31 14:43:38.197 INFO STEP 179 (remove_files) COMPLETE
58962026-08-31T14:43:38.841Z[ recovery-image] Aug 31 14:43:38.197 INFO O| Aug 31 14:43:38.197 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-31T14:43:38.850Z[ recovery-image] Aug 31 14:43:38.207 INFO O| Aug 31 14:43:38.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58982026-08-31T14:43:38.853Z[ recovery-image] Aug 31 14:43:38.207 INFO O| Aug 31 14:43:38.207 INFO STEP 180 (remove_files) COMPLETE
58992026-08-31T14:43:38.853Z[ recovery-image] Aug 31 14:43:38.207 INFO O| Aug 31 14:43:38.207 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-08-31T14:43:38.862Z[ recovery-image] Aug 31 14:43:38.218 INFO O| Aug 31 14:43:38.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
59012026-08-31T14:43:38.862Z[ recovery-image] Aug 31 14:43:38.218 INFO O| Aug 31 14:43:38.218 INFO STEP 181 (remove_files) COMPLETE
59022026-08-31T14:43:38.862Z[ recovery-image] Aug 31 14:43:38.218 INFO O| Aug 31 14:43:38.218 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-31T14:43:38.873Z[ recovery-image] Aug 31 14:43:38.229 INFO O| Aug 31 14:43:38.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
59042026-08-31T14:43:38.873Z[ recovery-image] Aug 31 14:43:38.229 INFO O| Aug 31 14:43:38.229 INFO STEP 182 (remove_files) COMPLETE
59052026-08-31T14:43:38.873Z[ recovery-image] Aug 31 14:43:38.229 INFO O| Aug 31 14:43:38.229 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-31T14:43:38.882Z[ recovery-image] Aug 31 14:43:38.238 INFO O| Aug 31 14:43:38.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
59072026-08-31T14:43:38.882Z[ recovery-image] Aug 31 14:43:38.238 INFO O| Aug 31 14:43:38.238 INFO STEP 183 (remove_files) COMPLETE
59082026-08-31T14:43:38.882Z[ recovery-image] Aug 31 14:43:38.238 INFO O| Aug 31 14:43:38.238 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-31T14:43:38.891Z[ recovery-image] Aug 31 14:43:38.247 INFO O| Aug 31 14:43:38.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
59102026-08-31T14:43:38.891Z[ recovery-image] Aug 31 14:43:38.247 INFO O| Aug 31 14:43:38.247 INFO STEP 184 (remove_files) COMPLETE
59112026-08-31T14:43:38.894Z[ recovery-image] Aug 31 14:43:38.248 INFO O| Aug 31 14:43:38.247 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-31T14:43:38.903Z[ recovery-image] Aug 31 14:43:38.256 INFO O| Aug 31 14:43:38.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
59132026-08-31T14:43:38.903Z[ recovery-image] Aug 31 14:43:38.256 INFO O| Aug 31 14:43:38.256 INFO STEP 185 (remove_files) COMPLETE
59142026-08-31T14:43:38.906Z[ recovery-image] Aug 31 14:43:38.256 INFO O| Aug 31 14:43:38.256 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-31T14:43:38.909Z[ recovery-image] Aug 31 14:43:38.265 INFO O| Aug 31 14:43:38.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
59162026-08-31T14:43:38.909Z[ recovery-image] Aug 31 14:43:38.265 INFO O| Aug 31 14:43:38.265 INFO STEP 186 (remove_files) COMPLETE
59172026-08-31T14:43:38.909Z[ recovery-image] Aug 31 14:43:38.265 INFO O| Aug 31 14:43:38.265 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-31T14:43:38.917Z[ recovery-image] Aug 31 14:43:38.273 INFO O| Aug 31 14:43:38.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
59192026-08-31T14:43:38.917Z[ recovery-image] Aug 31 14:43:38.273 INFO O| Aug 31 14:43:38.273 INFO STEP 187 (remove_files) COMPLETE
59202026-08-31T14:43:38.917Z[ recovery-image] Aug 31 14:43:38.273 INFO O| Aug 31 14:43:38.273 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-31T14:43:38.925Z[ recovery-image] Aug 31 14:43:38.282 INFO O| Aug 31 14:43:38.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
59222026-08-31T14:43:38.925Z[ recovery-image] Aug 31 14:43:38.282 INFO O| Aug 31 14:43:38.282 INFO STEP 188 (remove_files) COMPLETE
59232026-08-31T14:43:38.928Z[ recovery-image] Aug 31 14:43:38.282 INFO O| Aug 31 14:43:38.282 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-31T14:43:38.936Z[ recovery-image] Aug 31 14:43:38.292 INFO O| Aug 31 14:43:38.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
59252026-08-31T14:43:38.936Z[ recovery-image] Aug 31 14:43:38.292 INFO O| Aug 31 14:43:38.292 INFO STEP 189 (remove_files) COMPLETE
59262026-08-31T14:43:38.936Z[ recovery-image] Aug 31 14:43:38.292 INFO O| Aug 31 14:43:38.292 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-31T14:43:38.945Z[ recovery-image] Aug 31 14:43:38.302 INFO O| Aug 31 14:43:38.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
59282026-08-31T14:43:38.945Z[ recovery-image] Aug 31 14:43:38.302 INFO O| Aug 31 14:43:38.302 INFO STEP 190 (remove_files) COMPLETE
59292026-08-31T14:43:38.949Z[ recovery-image] Aug 31 14:43:38.302 INFO O| Aug 31 14:43:38.302 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-08-31T14:43:38.956Z[ recovery-image] Aug 31 14:43:38.312 INFO O| Aug 31 14:43:38.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59312026-08-31T14:43:38.956Z[ recovery-image] Aug 31 14:43:38.312 INFO O| Aug 31 14:43:38.312 INFO STEP 191 (remove_files) COMPLETE
59322026-08-31T14:43:38.956Z[ recovery-image] Aug 31 14:43:38.312 INFO O| Aug 31 14:43:38.312 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-08-31T14:43:38.965Z[ recovery-image] Aug 31 14:43:38.322 INFO O| Aug 31 14:43:38.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59342026-08-31T14:43:38.965Z[ recovery-image] Aug 31 14:43:38.322 INFO O| Aug 31 14:43:38.322 INFO STEP 192 (remove_files) COMPLETE
59352026-08-31T14:43:38.965Z[ recovery-image] Aug 31 14:43:38.322 INFO O| Aug 31 14:43:38.322 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-08-31T14:43:38.975Z[ recovery-image] Aug 31 14:43:38.331 INFO O| Aug 31 14:43:38.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59372026-08-31T14:43:38.975Z[ recovery-image] Aug 31 14:43:38.331 INFO O| Aug 31 14:43:38.331 INFO STEP 193 (remove_files) COMPLETE
59382026-08-31T14:43:38.975Z[ recovery-image] Aug 31 14:43:38.331 INFO O| Aug 31 14:43:38.331 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-08-31T14:43:38.983Z[ recovery-image] Aug 31 14:43:38.340 INFO O| Aug 31 14:43:38.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59402026-08-31T14:43:38.983Z[ recovery-image] Aug 31 14:43:38.340 INFO O| Aug 31 14:43:38.340 INFO STEP 194 (remove_files) COMPLETE
59412026-08-31T14:43:38.987Z[ recovery-image] Aug 31 14:43:38.340 INFO O| Aug 31 14:43:38.340 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-31T14:43:38.992Z[ recovery-image] Aug 31 14:43:38.348 INFO O| Aug 31 14:43:38.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59432026-08-31T14:43:38.992Z[ recovery-image] Aug 31 14:43:38.348 INFO O| Aug 31 14:43:38.348 INFO STEP 195 (remove_files) COMPLETE
59442026-08-31T14:43:38.992Z[ recovery-image] Aug 31 14:43:38.348 INFO O| Aug 31 14:43:38.348 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-08-31T14:43:39.001Z[ recovery-image] Aug 31 14:43:38.357 INFO O| Aug 31 14:43:38.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59462026-08-31T14:43:39.001Z[ recovery-image] Aug 31 14:43:38.357 INFO O| Aug 31 14:43:38.357 INFO STEP 196 (remove_files) COMPLETE
59472026-08-31T14:43:39.004Z[ recovery-image] Aug 31 14:43:38.357 INFO O| Aug 31 14:43:38.357 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-31T14:43:39.012Z[ recovery-image] Aug 31 14:43:38.367 INFO O| Aug 31 14:43:38.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59492026-08-31T14:43:39.012Z[ recovery-image] Aug 31 14:43:38.367 INFO O| Aug 31 14:43:38.367 INFO STEP 197 (remove_files) COMPLETE
59502026-08-31T14:43:39.012Z[ recovery-image] Aug 31 14:43:38.367 INFO O| Aug 31 14:43:38.367 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-08-31T14:43:39.020Z[ recovery-image] Aug 31 14:43:38.376 INFO O| Aug 31 14:43:38.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59522026-08-31T14:43:39.020Z[ recovery-image] Aug 31 14:43:38.376 INFO O| Aug 31 14:43:38.376 INFO STEP 198 (remove_files) COMPLETE
59532026-08-31T14:43:39.020Z[ recovery-image] Aug 31 14:43:38.376 INFO O| Aug 31 14:43:38.376 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-08-31T14:43:39.030Z[ recovery-image] Aug 31 14:43:38.386 INFO O| Aug 31 14:43:38.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59552026-08-31T14:43:39.030Z[ recovery-image] Aug 31 14:43:38.386 INFO O| Aug 31 14:43:38.386 INFO STEP 199 (remove_files) COMPLETE
59562026-08-31T14:43:39.030Z[ recovery-image] Aug 31 14:43:38.386 INFO O| Aug 31 14:43:38.386 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-31T14:43:39.039Z[ recovery-image] Aug 31 14:43:38.396 INFO O| Aug 31 14:43:38.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59582026-08-31T14:43:39.039Z[ recovery-image] Aug 31 14:43:38.396 INFO O| Aug 31 14:43:38.396 INFO STEP 200 (remove_files) COMPLETE
59592026-08-31T14:43:39.039Z[ recovery-image] Aug 31 14:43:38.396 INFO O| Aug 31 14:43:38.396 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-08-31T14:43:39.049Z[ recovery-image] Aug 31 14:43:38.405 INFO O| Aug 31 14:43:38.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59612026-08-31T14:43:39.049Z[ recovery-image] Aug 31 14:43:38.405 INFO O| Aug 31 14:43:38.405 INFO STEP 201 (remove_files) COMPLETE
59622026-08-31T14:43:39.049Z[ recovery-image] Aug 31 14:43:38.405 INFO O| Aug 31 14:43:38.405 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-08-31T14:43:39.058Z[ recovery-image] Aug 31 14:43:38.414 INFO O| Aug 31 14:43:38.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59642026-08-31T14:43:39.058Z[ recovery-image] Aug 31 14:43:38.414 INFO O| Aug 31 14:43:38.414 INFO STEP 202 (remove_files) COMPLETE
59652026-08-31T14:43:39.058Z[ recovery-image] Aug 31 14:43:38.414 INFO O| Aug 31 14:43:38.414 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-08-31T14:43:39.067Z[ recovery-image] Aug 31 14:43:38.423 INFO O| Aug 31 14:43:38.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59672026-08-31T14:43:39.067Z[ recovery-image] Aug 31 14:43:38.424 INFO O| Aug 31 14:43:38.424 INFO STEP 203 (remove_files) COMPLETE
59682026-08-31T14:43:39.067Z[ recovery-image] Aug 31 14:43:38.424 INFO O| Aug 31 14:43:38.424 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-08-31T14:43:39.076Z[ recovery-image] Aug 31 14:43:38.432 INFO O| Aug 31 14:43:38.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59702026-08-31T14:43:39.076Z[ recovery-image] Aug 31 14:43:38.432 INFO O| Aug 31 14:43:38.432 INFO STEP 204 (remove_files) COMPLETE
59712026-08-31T14:43:39.076Z[ recovery-image] Aug 31 14:43:38.432 INFO O| Aug 31 14:43:38.432 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-08-31T14:43:39.093Z[ recovery-image] Aug 31 14:43:38.441 INFO O| Aug 31 14:43:38.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59732026-08-31T14:43:39.093Z[ recovery-image] Aug 31 14:43:38.441 INFO O| Aug 31 14:43:38.441 INFO STEP 205 (remove_files) COMPLETE
59742026-08-31T14:43:39.093Z[ recovery-image] Aug 31 14:43:38.441 INFO O| Aug 31 14:43:38.441 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-08-31T14:43:39.098Z[ recovery-image] Aug 31 14:43:38.450 INFO O| Aug 31 14:43:38.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59762026-08-31T14:43:39.098Z[ recovery-image] Aug 31 14:43:38.450 INFO O| Aug 31 14:43:38.450 INFO STEP 206 (remove_files) COMPLETE
59772026-08-31T14:43:39.098Z[ recovery-image] Aug 31 14:43:38.450 INFO O| Aug 31 14:43:38.450 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-08-31T14:43:39.104Z[ recovery-image] Aug 31 14:43:38.459 INFO O| Aug 31 14:43:38.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59792026-08-31T14:43:39.108Z[ recovery-image] Aug 31 14:43:38.459 INFO O| Aug 31 14:43:38.459 INFO STEP 207 (remove_files) COMPLETE
59802026-08-31T14:43:39.108Z[ recovery-image] Aug 31 14:43:38.459 INFO O| Aug 31 14:43:38.459 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-08-31T14:43:39.120Z[ recovery-image] Aug 31 14:43:38.470 INFO O| Aug 31 14:43:38.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59822026-08-31T14:43:39.120Z[ recovery-image] Aug 31 14:43:38.470 INFO O| Aug 31 14:43:38.470 INFO STEP 208 (remove_files) COMPLETE
59832026-08-31T14:43:39.120Z[ recovery-image] Aug 31 14:43:38.470 INFO O| Aug 31 14:43:38.470 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-08-31T14:43:39.125Z[ recovery-image] Aug 31 14:43:38.479 INFO O| Aug 31 14:43:38.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59852026-08-31T14:43:39.125Z[ recovery-image] Aug 31 14:43:38.479 INFO O| Aug 31 14:43:38.479 INFO STEP 209 (remove_files) COMPLETE
59862026-08-31T14:43:39.125Z[ recovery-image] Aug 31 14:43:38.479 INFO O| Aug 31 14:43:38.479 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-08-31T14:43:39.135Z[ recovery-image] Aug 31 14:43:38.491 INFO O| Aug 31 14:43:38.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59882026-08-31T14:43:39.135Z[ recovery-image] Aug 31 14:43:38.491 INFO O| Aug 31 14:43:38.491 INFO STEP 210 (remove_files) COMPLETE
59892026-08-31T14:43:39.135Z[ recovery-image] Aug 31 14:43:38.491 INFO O| Aug 31 14:43:38.491 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-08-31T14:43:39.145Z[ recovery-image] Aug 31 14:43:38.501 INFO O| Aug 31 14:43:38.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59912026-08-31T14:43:39.145Z[ recovery-image] Aug 31 14:43:38.501 INFO O| Aug 31 14:43:38.501 INFO STEP 211 (remove_files) COMPLETE
59922026-08-31T14:43:39.145Z[ recovery-image] Aug 31 14:43:38.501 INFO O| Aug 31 14:43:38.501 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-08-31T14:43:39.155Z[ recovery-image] Aug 31 14:43:38.511 INFO O| Aug 31 14:43:38.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59942026-08-31T14:43:39.155Z[ recovery-image] Aug 31 14:43:38.511 INFO O| Aug 31 14:43:38.511 INFO STEP 212 (remove_files) COMPLETE
59952026-08-31T14:43:39.155Z[ recovery-image] Aug 31 14:43:38.511 INFO O| Aug 31 14:43:38.511 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-08-31T14:43:39.166Z[ recovery-image] Aug 31 14:43:38.520 INFO O| Aug 31 14:43:38.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59972026-08-31T14:43:39.166Z[ recovery-image] Aug 31 14:43:38.520 INFO O| Aug 31 14:43:38.520 INFO STEP 213 (remove_files) COMPLETE
59982026-08-31T14:43:39.166Z[ recovery-image] Aug 31 14:43:38.520 INFO O| Aug 31 14:43:38.520 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-08-31T14:43:39.179Z[ recovery-image] Aug 31 14:43:38.532 INFO O| Aug 31 14:43:38.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
60002026-08-31T14:43:39.179Z[ recovery-image] Aug 31 14:43:38.532 INFO O| Aug 31 14:43:38.532 INFO STEP 214 (remove_files) COMPLETE
60012026-08-31T14:43:39.179Z[ recovery-image] Aug 31 14:43:38.532 INFO O| Aug 31 14:43:38.532 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-08-31T14:43:39.187Z[ recovery-image] Aug 31 14:43:38.543 INFO O| Aug 31 14:43:38.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
60032026-08-31T14:43:39.187Z[ recovery-image] Aug 31 14:43:38.544 INFO O| Aug 31 14:43:38.544 INFO STEP 215 (remove_files) COMPLETE
60042026-08-31T14:43:39.187Z[ recovery-image] Aug 31 14:43:38.544 INFO O| Aug 31 14:43:38.544 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-08-31T14:43:39.246Z[ recovery-image] Aug 31 14:43:38.554 INFO O| Aug 31 14:43:38.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
60062026-08-31T14:43:39.246Z[ recovery-image] Aug 31 14:43:38.555 INFO O| Aug 31 14:43:38.555 INFO STEP 216 (remove_files) COMPLETE
60072026-08-31T14:43:39.246Z[ recovery-image] Aug 31 14:43:38.555 INFO O| Aug 31 14:43:38.555 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-08-31T14:43:39.246Z[ recovery-image] Aug 31 14:43:38.571 INFO O| Aug 31 14:43:38.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
60092026-08-31T14:43:39.246Z[ recovery-image] Aug 31 14:43:38.571 INFO O| Aug 31 14:43:38.571 INFO STEP 217 (remove_files) COMPLETE
60102026-08-31T14:43:39.246Z[ recovery-image] Aug 31 14:43:38.571 INFO O| Aug 31 14:43:38.571 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-08-31T14:43:39.246Z[ recovery-image] Aug 31 14:43:38.581 INFO O| Aug 31 14:43:38.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
60122026-08-31T14:43:39.246Z[ recovery-image] Aug 31 14:43:38.581 INFO O| Aug 31 14:43:38.581 INFO STEP 218 (remove_files) COMPLETE
60132026-08-31T14:43:39.246Z[ recovery-image] Aug 31 14:43:38.581 INFO O| Aug 31 14:43:38.581 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-08-31T14:43:39.246Z[ recovery-image] Aug 31 14:43:38.591 INFO O| Aug 31 14:43:38.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
60152026-08-31T14:43:39.246Z[ recovery-image] Aug 31 14:43:38.591 INFO O| Aug 31 14:43:38.591 INFO STEP 219 (remove_files) COMPLETE
60162026-08-31T14:43:39.246Z[ recovery-image] Aug 31 14:43:38.591 INFO O| Aug 31 14:43:38.591 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-08-31T14:43:39.246Z[ recovery-image] Aug 31 14:43:38.599 INFO O| Aug 31 14:43:38.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
60182026-08-31T14:43:39.247Z[ recovery-image] Aug 31 14:43:38.600 INFO O| Aug 31 14:43:38.600 INFO STEP 220 (remove_files) COMPLETE
60192026-08-31T14:43:39.247Z[ recovery-image] Aug 31 14:43:38.600 INFO O| Aug 31 14:43:38.600 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-08-31T14:43:39.254Z[ recovery-image] Aug 31 14:43:38.609 INFO O| Aug 31 14:43:38.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
60212026-08-31T14:43:39.257Z[ recovery-image] Aug 31 14:43:38.609 INFO O| Aug 31 14:43:38.609 INFO STEP 221 (remove_files) COMPLETE
60222026-08-31T14:43:39.257Z[ recovery-image] Aug 31 14:43:38.609 INFO O| Aug 31 14:43:38.609 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-08-31T14:43:39.263Z[ recovery-image] Aug 31 14:43:38.619 INFO O| Aug 31 14:43:38.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
60242026-08-31T14:43:39.263Z[ recovery-image] Aug 31 14:43:38.619 INFO O| Aug 31 14:43:38.619 INFO STEP 222 (remove_files) COMPLETE
60252026-08-31T14:43:39.263Z[ recovery-image] Aug 31 14:43:38.619 INFO O| Aug 31 14:43:38.619 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-08-31T14:43:39.272Z[ recovery-image] Aug 31 14:43:38.628 INFO O| Aug 31 14:43:38.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
60272026-08-31T14:43:39.272Z[ recovery-image] Aug 31 14:43:38.628 INFO O| Aug 31 14:43:38.628 INFO STEP 223 (remove_files) COMPLETE
60282026-08-31T14:43:39.272Z[ recovery-image] Aug 31 14:43:38.628 INFO O| Aug 31 14:43:38.628 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-08-31T14:43:39.281Z[ recovery-image] Aug 31 14:43:38.637 INFO O| Aug 31 14:43:38.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60302026-08-31T14:43:39.281Z[ recovery-image] Aug 31 14:43:38.637 INFO O| Aug 31 14:43:38.637 INFO STEP 224 (remove_files) COMPLETE
60312026-08-31T14:43:39.281Z[ recovery-image] Aug 31 14:43:38.637 INFO O| Aug 31 14:43:38.637 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-08-31T14:43:39.290Z[ recovery-image] Aug 31 14:43:38.646 INFO O| Aug 31 14:43:38.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60332026-08-31T14:43:39.290Z[ recovery-image] Aug 31 14:43:38.646 INFO O| Aug 31 14:43:38.646 INFO STEP 225 (remove_files) COMPLETE
60342026-08-31T14:43:39.290Z[ recovery-image] Aug 31 14:43:38.646 INFO O| Aug 31 14:43:38.646 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-31T14:43:39.299Z[ recovery-image] Aug 31 14:43:38.654 INFO O| Aug 31 14:43:38.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60362026-08-31T14:43:39.300Z[ recovery-image] Aug 31 14:43:38.654 INFO O| Aug 31 14:43:38.654 INFO STEP 226 (remove_files) COMPLETE
60372026-08-31T14:43:39.300Z[ recovery-image] Aug 31 14:43:38.654 INFO O| Aug 31 14:43:38.654 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-31T14:43:39.307Z[ recovery-image] Aug 31 14:43:38.664 INFO O| Aug 31 14:43:38.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60392026-08-31T14:43:39.307Z[ recovery-image] Aug 31 14:43:38.664 INFO O| Aug 31 14:43:38.664 INFO STEP 227 (remove_files) COMPLETE
60402026-08-31T14:43:39.307Z[ recovery-image] Aug 31 14:43:38.664 INFO O| Aug 31 14:43:38.664 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-31T14:43:39.315Z[ recovery-image] Aug 31 14:43:38.672 INFO O| Aug 31 14:43:38.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60422026-08-31T14:43:39.316Z[ recovery-image] Aug 31 14:43:38.672 INFO O| Aug 31 14:43:38.672 INFO STEP 228 (remove_files) COMPLETE
60432026-08-31T14:43:39.316Z[ recovery-image] Aug 31 14:43:38.672 INFO O| Aug 31 14:43:38.672 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-08-31T14:43:39.324Z[ recovery-image] Aug 31 14:43:38.680 INFO O| Aug 31 14:43:38.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60452026-08-31T14:43:39.324Z[ recovery-image] Aug 31 14:43:38.680 INFO O| Aug 31 14:43:38.680 INFO STEP 229 (remove_files) COMPLETE
60462026-08-31T14:43:39.324Z[ recovery-image] Aug 31 14:43:38.680 INFO O| Aug 31 14:43:38.680 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-08-31T14:43:39.334Z[ recovery-image] Aug 31 14:43:38.689 INFO O| Aug 31 14:43:38.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60482026-08-31T14:43:39.334Z[ recovery-image] Aug 31 14:43:38.689 INFO O| Aug 31 14:43:38.689 INFO STEP 230 (remove_files) COMPLETE
60492026-08-31T14:43:39.334Z[ recovery-image] Aug 31 14:43:38.689 INFO O| Aug 31 14:43:38.689 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-08-31T14:43:39.341Z[ recovery-image] Aug 31 14:43:38.697 INFO O| Aug 31 14:43:38.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60512026-08-31T14:43:39.341Z[ recovery-image] Aug 31 14:43:38.697 INFO O| Aug 31 14:43:38.697 INFO STEP 231 (remove_files) COMPLETE
60522026-08-31T14:43:39.344Z[ recovery-image] Aug 31 14:43:38.697 INFO O| Aug 31 14:43:38.697 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-08-31T14:43:39.349Z[ recovery-image] Aug 31 14:43:38.705 INFO O| Aug 31 14:43:38.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60542026-08-31T14:43:39.349Z[ recovery-image] Aug 31 14:43:38.705 INFO O| Aug 31 14:43:38.705 INFO STEP 232 (remove_files) COMPLETE
60552026-08-31T14:43:39.354Z[ recovery-image] Aug 31 14:43:38.705 INFO O| Aug 31 14:43:38.705 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-08-31T14:43:39.357Z[ recovery-image] Aug 31 14:43:38.713 INFO O| Aug 31 14:43:38.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60572026-08-31T14:43:39.357Z[ recovery-image] Aug 31 14:43:38.713 INFO O| Aug 31 14:43:38.713 INFO STEP 233 (remove_files) COMPLETE
60582026-08-31T14:43:39.357Z[ recovery-image] Aug 31 14:43:38.713 INFO O| Aug 31 14:43:38.713 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-08-31T14:43:39.365Z[ recovery-image] Aug 31 14:43:38.722 INFO O| Aug 31 14:43:38.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60602026-08-31T14:43:39.368Z[ recovery-image] Aug 31 14:43:38.723 INFO O| Aug 31 14:43:38.722 INFO STEP 234 (remove_files) COMPLETE
60612026-08-31T14:43:39.368Z[ recovery-image] Aug 31 14:43:38.723 INFO O| Aug 31 14:43:38.723 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-08-31T14:43:39.376Z[ recovery-image] Aug 31 14:43:38.732 INFO O| Aug 31 14:43:38.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60632026-08-31T14:43:39.376Z[ recovery-image] Aug 31 14:43:38.732 INFO O| Aug 31 14:43:38.732 INFO STEP 235 (remove_files) COMPLETE
60642026-08-31T14:43:39.376Z[ recovery-image] Aug 31 14:43:38.732 INFO O| Aug 31 14:43:38.732 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-08-31T14:43:39.386Z[ recovery-image] Aug 31 14:43:38.741 INFO O| Aug 31 14:43:38.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60662026-08-31T14:43:39.386Z[ recovery-image] Aug 31 14:43:38.741 INFO O| Aug 31 14:43:38.741 INFO STEP 236 (remove_files) COMPLETE
60672026-08-31T14:43:39.386Z[ recovery-image] Aug 31 14:43:38.741 INFO O| Aug 31 14:43:38.741 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-08-31T14:43:39.395Z[ recovery-image] Aug 31 14:43:38.751 INFO O| Aug 31 14:43:38.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60692026-08-31T14:43:39.395Z[ recovery-image] Aug 31 14:43:38.752 INFO O| Aug 31 14:43:38.752 INFO STEP 237 (remove_files) COMPLETE
60702026-08-31T14:43:39.399Z[ recovery-image] Aug 31 14:43:38.752 INFO O| Aug 31 14:43:38.752 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-08-31T14:43:39.410Z[ recovery-image] Aug 31 14:43:38.761 INFO O| Aug 31 14:43:38.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60722026-08-31T14:43:39.410Z[ recovery-image] Aug 31 14:43:38.761 INFO O| Aug 31 14:43:38.761 INFO STEP 238 (remove_files) COMPLETE
60732026-08-31T14:43:39.410Z[ recovery-image] Aug 31 14:43:38.761 INFO O| Aug 31 14:43:38.761 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-08-31T14:43:39.417Z[ recovery-image] Aug 31 14:43:38.772 INFO O| Aug 31 14:43:38.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60752026-08-31T14:43:39.417Z[ recovery-image] Aug 31 14:43:38.772 INFO O| Aug 31 14:43:38.772 INFO STEP 239 (remove_files) COMPLETE
60762026-08-31T14:43:39.417Z[ recovery-image] Aug 31 14:43:38.773 INFO O| Aug 31 14:43:38.772 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-08-31T14:43:39.426Z[ recovery-image] Aug 31 14:43:38.782 INFO O| Aug 31 14:43:38.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60782026-08-31T14:43:39.426Z[ recovery-image] Aug 31 14:43:38.782 INFO O| Aug 31 14:43:38.782 INFO STEP 240 (remove_files) COMPLETE
60792026-08-31T14:43:39.426Z[ recovery-image] Aug 31 14:43:38.782 INFO O| Aug 31 14:43:38.782 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-08-31T14:43:39.436Z[ recovery-image] Aug 31 14:43:38.791 INFO O| Aug 31 14:43:38.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60812026-08-31T14:43:39.436Z[ recovery-image] Aug 31 14:43:38.791 INFO O| Aug 31 14:43:38.791 INFO STEP 241 (remove_files) COMPLETE
60822026-08-31T14:43:39.436Z[ recovery-image] Aug 31 14:43:38.791 INFO O| Aug 31 14:43:38.791 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-08-31T14:43:39.446Z[ recovery-image] Aug 31 14:43:38.802 INFO O| Aug 31 14:43:38.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60842026-08-31T14:43:39.446Z[ recovery-image] Aug 31 14:43:38.802 INFO O| Aug 31 14:43:38.802 INFO STEP 242 (remove_files) COMPLETE
60852026-08-31T14:43:39.446Z[ recovery-image] Aug 31 14:43:38.802 INFO O| Aug 31 14:43:38.802 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-08-31T14:43:39.455Z[ recovery-image] Aug 31 14:43:38.811 INFO O| Aug 31 14:43:38.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60872026-08-31T14:43:39.455Z[ recovery-image] Aug 31 14:43:38.811 INFO O| Aug 31 14:43:38.811 INFO STEP 243 (remove_files) COMPLETE
60882026-08-31T14:43:39.455Z[ recovery-image] Aug 31 14:43:38.811 INFO O| Aug 31 14:43:38.811 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-08-31T14:43:39.464Z[ recovery-image] Aug 31 14:43:38.820 INFO O| Aug 31 14:43:38.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60902026-08-31T14:43:39.464Z[ recovery-image] Aug 31 14:43:38.820 INFO O| Aug 31 14:43:38.820 INFO STEP 244 (remove_files) COMPLETE
60912026-08-31T14:43:39.467Z[ recovery-image] Aug 31 14:43:38.820 INFO O| Aug 31 14:43:38.820 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-08-31T14:43:39.473Z[ recovery-image] Aug 31 14:43:38.829 INFO O| Aug 31 14:43:38.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60932026-08-31T14:43:39.473Z[ recovery-image] Aug 31 14:43:38.829 INFO O| Aug 31 14:43:38.829 INFO STEP 245 (remove_files) COMPLETE
60942026-08-31T14:43:39.476Z[ recovery-image] Aug 31 14:43:38.829 INFO O| Aug 31 14:43:38.829 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-08-31T14:43:39.483Z[ recovery-image] Aug 31 14:43:38.838 INFO O| Aug 31 14:43:38.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60962026-08-31T14:43:39.483Z[ recovery-image] Aug 31 14:43:38.838 INFO O| Aug 31 14:43:38.838 INFO STEP 246 (remove_files) COMPLETE
60972026-08-31T14:43:39.484Z[ recovery-image] Aug 31 14:43:38.838 INFO O| Aug 31 14:43:38.838 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-08-31T14:43:39.493Z[ recovery-image] Aug 31 14:43:38.849 INFO O| Aug 31 14:43:38.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60992026-08-31T14:43:39.493Z[ recovery-image] Aug 31 14:43:38.849 INFO O| Aug 31 14:43:38.849 INFO STEP 247 (remove_files) COMPLETE
61002026-08-31T14:43:39.493Z[ recovery-image] Aug 31 14:43:38.849 INFO O| Aug 31 14:43:38.849 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-31T14:43:39.504Z[ recovery-image] Aug 31 14:43:38.859 INFO O| Aug 31 14:43:38.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
61022026-08-31T14:43:39.504Z[ recovery-image] Aug 31 14:43:38.859 INFO O| Aug 31 14:43:38.859 INFO STEP 248 (remove_files) COMPLETE
61032026-08-31T14:43:39.504Z[ recovery-image] Aug 31 14:43:38.859 INFO O| Aug 31 14:43:38.859 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-08-31T14:43:39.513Z[ recovery-image] Aug 31 14:43:38.870 INFO O| Aug 31 14:43:38.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
61052026-08-31T14:43:39.513Z[ recovery-image] Aug 31 14:43:38.870 INFO O| Aug 31 14:43:38.870 INFO STEP 249 (remove_files) COMPLETE
61062026-08-31T14:43:39.517Z[ recovery-image] Aug 31 14:43:38.870 INFO O| Aug 31 14:43:38.870 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-08-31T14:43:39.525Z[ recovery-image] Aug 31 14:43:38.881 INFO O| Aug 31 14:43:38.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
61082026-08-31T14:43:39.528Z[ recovery-image] Aug 31 14:43:38.882 INFO O| Aug 31 14:43:38.882 INFO STEP 250 (remove_files) COMPLETE
61092026-08-31T14:43:39.528Z[ recovery-image] Aug 31 14:43:38.882 INFO O| Aug 31 14:43:38.882 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-08-31T14:43:39.543Z[ recovery-image] Aug 31 14:43:38.899 INFO O| Aug 31 14:43:38.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
61112026-08-31T14:43:39.543Z[ recovery-image] Aug 31 14:43:38.899 INFO O| Aug 31 14:43:38.899 INFO STEP 251 (remove_files) COMPLETE
61122026-08-31T14:43:39.543Z[ recovery-image] Aug 31 14:43:38.899 INFO O| Aug 31 14:43:38.899 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-08-31T14:43:39.553Z[ recovery-image] Aug 31 14:43:38.909 INFO O| Aug 31 14:43:38.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
61142026-08-31T14:43:39.553Z[ recovery-image] Aug 31 14:43:38.909 INFO O| Aug 31 14:43:38.909 INFO STEP 252 (remove_files) COMPLETE
61152026-08-31T14:43:39.557Z[ recovery-image] Aug 31 14:43:38.909 INFO O| Aug 31 14:43:38.909 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-08-31T14:43:39.563Z[ recovery-image] Aug 31 14:43:38.919 INFO O| Aug 31 14:43:38.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
61172026-08-31T14:43:39.563Z[ recovery-image] Aug 31 14:43:38.919 INFO O| Aug 31 14:43:38.919 INFO STEP 253 (remove_files) COMPLETE
61182026-08-31T14:43:39.566Z[ recovery-image] Aug 31 14:43:38.919 INFO O| Aug 31 14:43:38.919 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-08-31T14:43:39.572Z[ recovery-image] Aug 31 14:43:38.929 INFO O| Aug 31 14:43:38.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
61202026-08-31T14:43:39.572Z[ recovery-image] Aug 31 14:43:38.929 INFO O| Aug 31 14:43:38.929 INFO STEP 254 (remove_files) COMPLETE
61212026-08-31T14:43:39.572Z[ recovery-image] Aug 31 14:43:38.929 INFO O| Aug 31 14:43:38.929 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-08-31T14:43:39.582Z[ recovery-image] Aug 31 14:43:38.938 INFO O| Aug 31 14:43:38.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
61232026-08-31T14:43:39.582Z[ recovery-image] Aug 31 14:43:38.938 INFO O| Aug 31 14:43:38.938 INFO STEP 255 (remove_files) COMPLETE
61242026-08-31T14:43:39.582Z[ recovery-image] Aug 31 14:43:38.938 INFO O| Aug 31 14:43:38.938 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-08-31T14:43:39.591Z[ recovery-image] Aug 31 14:43:38.948 INFO O| Aug 31 14:43:38.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61262026-08-31T14:43:39.591Z[ recovery-image] Aug 31 14:43:38.948 INFO O| Aug 31 14:43:38.948 INFO STEP 256 (remove_files) COMPLETE
61272026-08-31T14:43:39.591Z[ recovery-image] Aug 31 14:43:38.948 INFO O| Aug 31 14:43:38.948 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-08-31T14:43:39.601Z[ recovery-image] Aug 31 14:43:38.957 INFO O| Aug 31 14:43:38.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61292026-08-31T14:43:39.601Z[ recovery-image] Aug 31 14:43:38.957 INFO O| Aug 31 14:43:38.957 INFO STEP 257 (remove_files) COMPLETE
61302026-08-31T14:43:39.601Z[ recovery-image] Aug 31 14:43:38.957 INFO O| Aug 31 14:43:38.957 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-08-31T14:43:39.610Z[ recovery-image] Aug 31 14:43:38.966 INFO O| Aug 31 14:43:38.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61322026-08-31T14:43:39.610Z[ recovery-image] Aug 31 14:43:38.966 INFO O| Aug 31 14:43:38.966 INFO STEP 258 (remove_files) COMPLETE
61332026-08-31T14:43:39.613Z[ recovery-image] Aug 31 14:43:38.966 INFO O| Aug 31 14:43:38.966 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-08-31T14:43:39.619Z[ recovery-image] Aug 31 14:43:38.975 INFO O| Aug 31 14:43:38.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61352026-08-31T14:43:39.619Z[ recovery-image] Aug 31 14:43:38.975 INFO O| Aug 31 14:43:38.975 INFO STEP 259 (remove_files) COMPLETE
61362026-08-31T14:43:39.622Z[ recovery-image] Aug 31 14:43:38.975 INFO O| Aug 31 14:43:38.975 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-08-31T14:43:39.629Z[ recovery-image] Aug 31 14:43:38.985 INFO O| Aug 31 14:43:38.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61382026-08-31T14:43:39.629Z[ recovery-image] Aug 31 14:43:38.985 INFO O| Aug 31 14:43:38.985 INFO STEP 260 (remove_files) COMPLETE
61392026-08-31T14:43:39.629Z[ recovery-image] Aug 31 14:43:38.985 INFO O| Aug 31 14:43:38.985 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-08-31T14:43:39.639Z[ recovery-image] Aug 31 14:43:38.996 INFO O| Aug 31 14:43:38.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61412026-08-31T14:43:39.639Z[ recovery-image] Aug 31 14:43:38.996 INFO O| Aug 31 14:43:38.996 INFO STEP 261 (remove_files) COMPLETE
61422026-08-31T14:43:39.642Z[ recovery-image] Aug 31 14:43:38.996 INFO O| Aug 31 14:43:38.996 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-08-31T14:43:39.650Z[ recovery-image] Aug 31 14:43:39.006 INFO O| Aug 31 14:43:39.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61442026-08-31T14:43:39.650Z[ recovery-image] Aug 31 14:43:39.006 INFO O| Aug 31 14:43:39.006 INFO STEP 262 (remove_files) COMPLETE
61452026-08-31T14:43:39.650Z[ recovery-image] Aug 31 14:43:39.006 INFO O| Aug 31 14:43:39.006 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-08-31T14:43:39.660Z[ recovery-image] Aug 31 14:43:39.016 INFO O| Aug 31 14:43:39.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61472026-08-31T14:43:39.660Z[ recovery-image] Aug 31 14:43:39.016 INFO O| Aug 31 14:43:39.016 INFO STEP 263 (remove_files) COMPLETE
61482026-08-31T14:43:39.663Z[ recovery-image] Aug 31 14:43:39.016 INFO O| Aug 31 14:43:39.016 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-08-31T14:43:39.669Z[ recovery-image] Aug 31 14:43:39.025 INFO O| Aug 31 14:43:39.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61502026-08-31T14:43:39.669Z[ recovery-image] Aug 31 14:43:39.025 INFO O| Aug 31 14:43:39.025 INFO STEP 264 (remove_files) COMPLETE
61512026-08-31T14:43:39.669Z[ recovery-image] Aug 31 14:43:39.025 INFO O| Aug 31 14:43:39.025 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-08-31T14:43:39.680Z[ recovery-image] Aug 31 14:43:39.037 INFO O| Aug 31 14:43:39.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61532026-08-31T14:43:39.680Z[ recovery-image] Aug 31 14:43:39.037 INFO O| Aug 31 14:43:39.037 INFO STEP 265 (remove_files) COMPLETE
61542026-08-31T14:43:39.680Z[ recovery-image] Aug 31 14:43:39.037 INFO O| Aug 31 14:43:39.037 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-08-31T14:43:39.691Z[ recovery-image] Aug 31 14:43:39.047 INFO O| Aug 31 14:43:39.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61562026-08-31T14:43:39.691Z[ recovery-image] Aug 31 14:43:39.047 INFO O| Aug 31 14:43:39.047 INFO STEP 266 (remove_files) COMPLETE
61572026-08-31T14:43:39.691Z[ recovery-image] Aug 31 14:43:39.047 INFO O| Aug 31 14:43:39.047 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-08-31T14:43:39.700Z[ recovery-image] Aug 31 14:43:39.056 INFO O| Aug 31 14:43:39.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61592026-08-31T14:43:39.700Z[ recovery-image] Aug 31 14:43:39.056 INFO O| Aug 31 14:43:39.056 INFO STEP 267 (remove_files) COMPLETE
61602026-08-31T14:43:39.700Z[ recovery-image] Aug 31 14:43:39.056 INFO O| Aug 31 14:43:39.056 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-08-31T14:43:39.710Z[ recovery-image] Aug 31 14:43:39.066 INFO O| Aug 31 14:43:39.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61622026-08-31T14:43:39.710Z[ recovery-image] Aug 31 14:43:39.066 INFO O| Aug 31 14:43:39.066 INFO STEP 268 (remove_files) COMPLETE
61632026-08-31T14:43:39.710Z[ recovery-image] Aug 31 14:43:39.066 INFO O| Aug 31 14:43:39.066 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-08-31T14:43:39.719Z[ recovery-image] Aug 31 14:43:39.075 INFO O| Aug 31 14:43:39.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61652026-08-31T14:43:39.719Z[ recovery-image] Aug 31 14:43:39.075 INFO O| Aug 31 14:43:39.075 INFO STEP 269 (remove_files) COMPLETE
61662026-08-31T14:43:39.719Z[ recovery-image] Aug 31 14:43:39.076 INFO O| Aug 31 14:43:39.075 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-08-31T14:43:39.728Z[ recovery-image] Aug 31 14:43:39.085 INFO O| Aug 31 14:43:39.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61682026-08-31T14:43:39.728Z[ recovery-image] Aug 31 14:43:39.085 INFO O| Aug 31 14:43:39.085 INFO STEP 270 (remove_files) COMPLETE
61692026-08-31T14:43:39.728Z[ recovery-image] Aug 31 14:43:39.085 INFO O| Aug 31 14:43:39.085 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-08-31T14:43:39.737Z[ recovery-image] Aug 31 14:43:39.094 INFO O| Aug 31 14:43:39.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61712026-08-31T14:43:39.737Z[ recovery-image] Aug 31 14:43:39.094 INFO O| Aug 31 14:43:39.094 INFO STEP 271 (remove_files) COMPLETE
61722026-08-31T14:43:39.737Z[ recovery-image] Aug 31 14:43:39.094 INFO O| Aug 31 14:43:39.094 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-08-31T14:43:39.747Z[ recovery-image] Aug 31 14:43:39.103 INFO O| Aug 31 14:43:39.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61742026-08-31T14:43:39.747Z[ recovery-image] Aug 31 14:43:39.103 INFO O| Aug 31 14:43:39.103 INFO STEP 272 (remove_files) COMPLETE
61752026-08-31T14:43:39.747Z[ recovery-image] Aug 31 14:43:39.103 INFO O| Aug 31 14:43:39.103 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-08-31T14:43:39.756Z[ recovery-image] Aug 31 14:43:39.112 INFO O| Aug 31 14:43:39.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61772026-08-31T14:43:39.756Z[ recovery-image] Aug 31 14:43:39.112 INFO O| Aug 31 14:43:39.112 INFO STEP 273 (remove_files) COMPLETE
61782026-08-31T14:43:39.756Z[ recovery-image] Aug 31 14:43:39.112 INFO O| Aug 31 14:43:39.112 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-08-31T14:43:39.764Z[ recovery-image] Aug 31 14:43:39.120 INFO O| Aug 31 14:43:39.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61802026-08-31T14:43:39.764Z[ recovery-image] Aug 31 14:43:39.120 INFO O| Aug 31 14:43:39.120 INFO STEP 274 (remove_files) COMPLETE
61812026-08-31T14:43:39.764Z[ recovery-image] Aug 31 14:43:39.120 INFO O| Aug 31 14:43:39.120 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-08-31T14:43:39.772Z[ recovery-image] Aug 31 14:43:39.128 INFO O| Aug 31 14:43:39.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61832026-08-31T14:43:39.772Z[ recovery-image] Aug 31 14:43:39.128 INFO O| Aug 31 14:43:39.128 INFO STEP 275 (remove_files) COMPLETE
61842026-08-31T14:43:39.775Z[ recovery-image] Aug 31 14:43:39.128 INFO O| Aug 31 14:43:39.128 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-08-31T14:43:39.782Z[ recovery-image] Aug 31 14:43:39.138 INFO O| Aug 31 14:43:39.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61862026-08-31T14:43:39.782Z[ recovery-image] Aug 31 14:43:39.138 INFO O| Aug 31 14:43:39.138 INFO STEP 276 (remove_files) COMPLETE
61872026-08-31T14:43:39.785Z[ recovery-image] Aug 31 14:43:39.138 INFO O| Aug 31 14:43:39.138 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-08-31T14:43:39.791Z[ recovery-image] Aug 31 14:43:39.147 INFO O| Aug 31 14:43:39.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61892026-08-31T14:43:39.791Z[ recovery-image] Aug 31 14:43:39.147 INFO O| Aug 31 14:43:39.147 INFO STEP 277 (remove_files) COMPLETE
61902026-08-31T14:43:39.791Z[ recovery-image] Aug 31 14:43:39.147 INFO O| Aug 31 14:43:39.147 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-08-31T14:43:39.801Z[ recovery-image] Aug 31 14:43:39.157 INFO O| Aug 31 14:43:39.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61922026-08-31T14:43:39.801Z[ recovery-image] Aug 31 14:43:39.157 INFO O| Aug 31 14:43:39.157 INFO STEP 278 (remove_files) COMPLETE
61932026-08-31T14:43:39.804Z[ recovery-image] Aug 31 14:43:39.157 INFO O| Aug 31 14:43:39.157 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-08-31T14:43:39.811Z[ recovery-image] Aug 31 14:43:39.167 INFO O| Aug 31 14:43:39.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61952026-08-31T14:43:39.814Z[ recovery-image] Aug 31 14:43:39.167 INFO O| Aug 31 14:43:39.167 INFO STEP 279 (remove_files) COMPLETE
61962026-08-31T14:43:39.814Z[ recovery-image] Aug 31 14:43:39.167 INFO O| Aug 31 14:43:39.167 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-08-31T14:43:39.822Z[ recovery-image] Aug 31 14:43:39.178 INFO O| Aug 31 14:43:39.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61982026-08-31T14:43:39.822Z[ recovery-image] Aug 31 14:43:39.178 INFO O| Aug 31 14:43:39.178 INFO STEP 280 (remove_files) COMPLETE
61992026-08-31T14:43:39.822Z[ recovery-image] Aug 31 14:43:39.178 INFO O| Aug 31 14:43:39.178 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-08-31T14:43:39.833Z[ recovery-image] Aug 31 14:43:39.189 INFO O| Aug 31 14:43:39.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
62012026-08-31T14:43:39.833Z[ recovery-image] Aug 31 14:43:39.189 INFO O| Aug 31 14:43:39.189 INFO STEP 281 (remove_files) COMPLETE
62022026-08-31T14:43:39.836Z[ recovery-image] Aug 31 14:43:39.189 INFO O| Aug 31 14:43:39.189 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-08-31T14:43:39.843Z[ recovery-image] Aug 31 14:43:39.200 INFO O| Aug 31 14:43:39.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
62042026-08-31T14:43:39.843Z[ recovery-image] Aug 31 14:43:39.200 INFO O| Aug 31 14:43:39.200 INFO STEP 282 (remove_files) COMPLETE
62052026-08-31T14:43:39.846Z[ recovery-image] Aug 31 14:43:39.200 INFO O| Aug 31 14:43:39.200 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-08-31T14:43:39.855Z[ recovery-image] Aug 31 14:43:39.210 INFO O| Aug 31 14:43:39.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
62072026-08-31T14:43:39.855Z[ recovery-image] Aug 31 14:43:39.210 INFO O| Aug 31 14:43:39.210 INFO STEP 283 (remove_files) COMPLETE
62082026-08-31T14:43:39.858Z[ recovery-image] Aug 31 14:43:39.210 INFO O| Aug 31 14:43:39.210 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-08-31T14:43:39.863Z[ recovery-image] Aug 31 14:43:39.219 INFO O| Aug 31 14:43:39.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
62102026-08-31T14:43:39.863Z[ recovery-image] Aug 31 14:43:39.219 INFO O| Aug 31 14:43:39.219 INFO STEP 284 (remove_files) COMPLETE
62112026-08-31T14:43:39.863Z[ recovery-image] Aug 31 14:43:39.219 INFO O| Aug 31 14:43:39.219 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-08-31T14:43:39.873Z[ recovery-image] Aug 31 14:43:39.229 INFO O| Aug 31 14:43:39.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
62132026-08-31T14:43:39.873Z[ recovery-image] Aug 31 14:43:39.229 INFO O| Aug 31 14:43:39.229 INFO STEP 285 (remove_files) COMPLETE
62142026-08-31T14:43:39.873Z[ recovery-image] Aug 31 14:43:39.229 INFO O| Aug 31 14:43:39.229 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-08-31T14:43:39.884Z[ recovery-image] Aug 31 14:43:39.240 INFO O| Aug 31 14:43:39.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
62162026-08-31T14:43:39.884Z[ recovery-image] Aug 31 14:43:39.240 INFO O| Aug 31 14:43:39.240 INFO STEP 286 (remove_files) COMPLETE
62172026-08-31T14:43:39.887Z[ recovery-image] Aug 31 14:43:39.240 INFO O| Aug 31 14:43:39.240 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-08-31T14:43:39.894Z[ recovery-image] Aug 31 14:43:39.250 INFO O| Aug 31 14:43:39.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
62192026-08-31T14:43:39.894Z[ recovery-image] Aug 31 14:43:39.250 INFO O| Aug 31 14:43:39.250 INFO STEP 287 (remove_files) COMPLETE
62202026-08-31T14:43:39.894Z[ recovery-image] Aug 31 14:43:39.250 INFO O| Aug 31 14:43:39.250 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-08-31T14:43:39.904Z[ recovery-image] Aug 31 14:43:39.260 INFO O| Aug 31 14:43:39.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
62222026-08-31T14:43:39.904Z[ recovery-image] Aug 31 14:43:39.260 INFO O| Aug 31 14:43:39.260 INFO STEP 288 (remove_files) COMPLETE
62232026-08-31T14:43:39.904Z[ recovery-image] Aug 31 14:43:39.260 INFO O| Aug 31 14:43:39.260 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-08-31T14:43:39.914Z[ recovery-image] Aug 31 14:43:39.270 INFO O| Aug 31 14:43:39.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
62252026-08-31T14:43:39.914Z[ recovery-image] Aug 31 14:43:39.270 INFO O| Aug 31 14:43:39.270 INFO STEP 289 (remove_files) COMPLETE
62262026-08-31T14:43:39.917Z[ recovery-image] Aug 31 14:43:39.270 INFO O| Aug 31 14:43:39.270 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-08-31T14:43:39.926Z[ recovery-image] Aug 31 14:43:39.282 INFO O| Aug 31 14:43:39.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62282026-08-31T14:43:39.926Z[ recovery-image] Aug 31 14:43:39.282 INFO O| Aug 31 14:43:39.282 INFO STEP 290 (remove_files) COMPLETE
62292026-08-31T14:43:39.926Z[ recovery-image] Aug 31 14:43:39.282 INFO O| Aug 31 14:43:39.282 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-08-31T14:43:39.936Z[ recovery-image] Aug 31 14:43:39.293 INFO O| Aug 31 14:43:39.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62312026-08-31T14:43:39.936Z[ recovery-image] Aug 31 14:43:39.293 INFO O| Aug 31 14:43:39.293 INFO STEP 291 (remove_files) COMPLETE
62322026-08-31T14:43:39.936Z[ recovery-image] Aug 31 14:43:39.293 INFO O| Aug 31 14:43:39.293 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-08-31T14:43:39.947Z[ recovery-image] Aug 31 14:43:39.303 INFO O| Aug 31 14:43:39.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62342026-08-31T14:43:39.947Z[ recovery-image] Aug 31 14:43:39.303 INFO O| Aug 31 14:43:39.303 INFO STEP 292 (remove_files) COMPLETE
62352026-08-31T14:43:39.947Z[ recovery-image] Aug 31 14:43:39.303 INFO O| Aug 31 14:43:39.303 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-08-31T14:43:39.957Z[ recovery-image] Aug 31 14:43:39.314 INFO O| Aug 31 14:43:39.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62372026-08-31T14:43:39.957Z[ recovery-image] Aug 31 14:43:39.314 INFO O| Aug 31 14:43:39.314 INFO STEP 293 (remove_files) COMPLETE
62382026-08-31T14:43:39.957Z[ recovery-image] Aug 31 14:43:39.314 INFO O| Aug 31 14:43:39.314 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-08-31T14:43:39.968Z[ recovery-image] Aug 31 14:43:39.324 INFO O| Aug 31 14:43:39.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62402026-08-31T14:43:39.968Z[ recovery-image] Aug 31 14:43:39.324 INFO O| Aug 31 14:43:39.324 INFO STEP 294 (remove_files) COMPLETE
62412026-08-31T14:43:39.968Z[ recovery-image] Aug 31 14:43:39.324 INFO O| Aug 31 14:43:39.324 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-08-31T14:43:39.978Z[ recovery-image] Aug 31 14:43:39.335 INFO O| Aug 31 14:43:39.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62432026-08-31T14:43:39.978Z[ recovery-image] Aug 31 14:43:39.335 INFO O| Aug 31 14:43:39.335 INFO STEP 295 (remove_files) COMPLETE
62442026-08-31T14:43:39.981Z[ recovery-image] Aug 31 14:43:39.335 INFO O| Aug 31 14:43:39.335 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-08-31T14:43:39.988Z[ recovery-image] Aug 31 14:43:39.344 INFO O| Aug 31 14:43:39.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62462026-08-31T14:43:39.988Z[ recovery-image] Aug 31 14:43:39.344 INFO O| Aug 31 14:43:39.344 INFO STEP 296 (remove_files) COMPLETE
62472026-08-31T14:43:39.988Z[ recovery-image] Aug 31 14:43:39.344 INFO O| Aug 31 14:43:39.344 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-08-31T14:43:39.997Z[ recovery-image] Aug 31 14:43:39.354 INFO O| Aug 31 14:43:39.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62492026-08-31T14:43:39.997Z[ recovery-image] Aug 31 14:43:39.354 INFO O| Aug 31 14:43:39.354 INFO STEP 297 (remove_files) COMPLETE
62502026-08-31T14:43:39.997Z[ recovery-image] Aug 31 14:43:39.354 INFO O| Aug 31 14:43:39.354 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-08-31T14:43:40.004Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
62522026-08-31T14:43:40.007Z[ recovery-image] Aug 31 14:43:39.364 INFO O| Aug 31 14:43:39.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62532026-08-31T14:43:40.007Z[ recovery-image] Aug 31 14:43:39.364 INFO O| Aug 31 14:43:39.364 INFO STEP 298 (remove_files) COMPLETE
62542026-08-31T14:43:40.010Z[ recovery-image] Aug 31 14:43:39.364 INFO O| Aug 31 14:43:39.364 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-08-31T14:43:40.018Z[ recovery-image] Aug 31 14:43:39.375 INFO O| Aug 31 14:43:39.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62562026-08-31T14:43:40.018Z[ recovery-image] Aug 31 14:43:39.375 INFO O| Aug 31 14:43:39.375 INFO STEP 299 (remove_files) COMPLETE
62572026-08-31T14:43:40.018Z[ recovery-image] Aug 31 14:43:39.375 INFO O| Aug 31 14:43:39.375 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-31T14:43:40.030Z[ recovery-image] Aug 31 14:43:39.386 INFO O| Aug 31 14:43:39.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62592026-08-31T14:43:40.030Z[ recovery-image] Aug 31 14:43:39.386 INFO O| Aug 31 14:43:39.386 INFO STEP 300 (remove_files) COMPLETE
62602026-08-31T14:43:40.033Z[ recovery-image] Aug 31 14:43:39.386 INFO O| Aug 31 14:43:39.386 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-08-31T14:43:40.037Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
62622026-08-31T14:43:40.041Z[ recovery-image] Aug 31 14:43:39.398 INFO O| Aug 31 14:43:39.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62632026-08-31T14:43:40.041Z[ recovery-image] Aug 31 14:43:39.398 INFO O| Aug 31 14:43:39.398 INFO STEP 301 (remove_files) COMPLETE
62642026-08-31T14:43:40.044Z[ recovery-image] Aug 31 14:43:39.398 INFO O| Aug 31 14:43:39.398 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-08-31T14:43:40.052Z[ recovery-image] Aug 31 14:43:39.408 INFO O| Aug 31 14:43:39.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62662026-08-31T14:43:40.052Z[ recovery-image] Aug 31 14:43:39.408 INFO O| Aug 31 14:43:39.408 INFO STEP 302 (remove_files) COMPLETE
62672026-08-31T14:43:40.052Z[ recovery-image] Aug 31 14:43:39.408 INFO O| Aug 31 14:43:39.408 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-08-31T14:43:40.063Z[ recovery-image] Aug 31 14:43:39.419 INFO O| Aug 31 14:43:39.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62692026-08-31T14:43:40.063Z[ recovery-image] Aug 31 14:43:39.419 INFO O| Aug 31 14:43:39.419 INFO STEP 303 (remove_files) COMPLETE
62702026-08-31T14:43:40.063Z[ recovery-image] Aug 31 14:43:39.419 INFO O| Aug 31 14:43:39.419 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-08-31T14:43:40.072Z[ recovery-image] Aug 31 14:43:39.428 INFO O| Aug 31 14:43:39.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62722026-08-31T14:43:40.072Z[ recovery-image] Aug 31 14:43:39.428 INFO O| Aug 31 14:43:39.428 INFO STEP 304 (remove_files) COMPLETE
62732026-08-31T14:43:40.072Z[ recovery-image] Aug 31 14:43:39.428 INFO O| Aug 31 14:43:39.428 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-08-31T14:43:40.081Z[ recovery-image] Aug 31 14:43:39.437 INFO O| Aug 31 14:43:39.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62752026-08-31T14:43:40.081Z[ recovery-image] Aug 31 14:43:39.437 INFO O| Aug 31 14:43:39.437 INFO STEP 305 (remove_files) COMPLETE
62762026-08-31T14:43:40.084Z[ recovery-image] Aug 31 14:43:39.437 INFO O| Aug 31 14:43:39.437 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-08-31T14:43:40.091Z[ recovery-image] Aug 31 14:43:39.447 INFO O| Aug 31 14:43:39.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62782026-08-31T14:43:40.091Z[ recovery-image] Aug 31 14:43:39.447 INFO O| Aug 31 14:43:39.447 INFO STEP 306 (remove_files) COMPLETE
62792026-08-31T14:43:40.098Z[ recovery-image] Aug 31 14:43:39.447 INFO O| Aug 31 14:43:39.447 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-08-31T14:43:40.101Z[ recovery-image] Aug 31 14:43:39.457 INFO O| Aug 31 14:43:39.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62812026-08-31T14:43:40.101Z[ recovery-image] Aug 31 14:43:39.457 INFO O| Aug 31 14:43:39.457 INFO STEP 307 (remove_files) COMPLETE
62822026-08-31T14:43:40.104Z[ recovery-image] Aug 31 14:43:39.457 INFO O| Aug 31 14:43:39.457 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-08-31T14:43:40.109Z[ recovery-image] Aug 31 14:43:39.466 INFO O| Aug 31 14:43:39.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62842026-08-31T14:43:40.110Z[ recovery-image] Aug 31 14:43:39.466 INFO O| Aug 31 14:43:39.466 INFO STEP 308 (remove_files) COMPLETE
62852026-08-31T14:43:40.110Z[ recovery-image] Aug 31 14:43:39.466 INFO O| Aug 31 14:43:39.466 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-08-31T14:43:40.119Z[ recovery-image] Aug 31 14:43:39.475 INFO O| Aug 31 14:43:39.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62872026-08-31T14:43:40.119Z[ recovery-image] Aug 31 14:43:39.475 INFO O| Aug 31 14:43:39.475 INFO STEP 309 (remove_files) COMPLETE
62882026-08-31T14:43:40.119Z[ recovery-image] Aug 31 14:43:39.475 INFO O| Aug 31 14:43:39.475 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-08-31T14:43:40.132Z[ recovery-image] Aug 31 14:43:39.485 INFO O| Aug 31 14:43:39.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62902026-08-31T14:43:40.132Z[ recovery-image] Aug 31 14:43:39.485 INFO O| Aug 31 14:43:39.485 INFO STEP 310 (remove_files) COMPLETE
62912026-08-31T14:43:40.132Z[ recovery-image] Aug 31 14:43:39.485 INFO O| Aug 31 14:43:39.485 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-08-31T14:43:40.140Z[ recovery-image] Aug 31 14:43:39.496 INFO O| Aug 31 14:43:39.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62932026-08-31T14:43:40.140Z[ recovery-image] Aug 31 14:43:39.496 INFO O| Aug 31 14:43:39.496 INFO STEP 311 (remove_files) COMPLETE
62942026-08-31T14:43:40.140Z[ recovery-image] Aug 31 14:43:39.496 INFO O| Aug 31 14:43:39.496 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-08-31T14:43:40.149Z[ recovery-image] Aug 31 14:43:39.506 INFO O| Aug 31 14:43:39.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62962026-08-31T14:43:40.149Z[ recovery-image] Aug 31 14:43:39.506 INFO O| Aug 31 14:43:39.506 INFO STEP 312 (remove_files) COMPLETE
62972026-08-31T14:43:40.149Z[ recovery-image] Aug 31 14:43:39.506 INFO O| Aug 31 14:43:39.506 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-08-31T14:43:40.159Z[ recovery-image] Aug 31 14:43:39.515 INFO O| Aug 31 14:43:39.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62992026-08-31T14:43:40.162Z[ recovery-image] Aug 31 14:43:39.516 INFO O| Aug 31 14:43:39.516 INFO STEP 313 (remove_files) COMPLETE
63002026-08-31T14:43:40.162Z[ recovery-image] Aug 31 14:43:39.516 INFO O| Aug 31 14:43:39.516 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-08-31T14:43:40.169Z[ recovery-image] Aug 31 14:43:39.525 INFO O| Aug 31 14:43:39.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
63022026-08-31T14:43:40.169Z[ recovery-image] Aug 31 14:43:39.525 INFO O| Aug 31 14:43:39.525 INFO STEP 314 (remove_files) COMPLETE
63032026-08-31T14:43:40.169Z[ recovery-image] Aug 31 14:43:39.525 INFO O| Aug 31 14:43:39.525 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-08-31T14:43:40.178Z[ recovery-image] Aug 31 14:43:39.534 INFO O| Aug 31 14:43:39.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
63052026-08-31T14:43:40.179Z[ recovery-image] Aug 31 14:43:39.534 INFO O| Aug 31 14:43:39.534 INFO STEP 315 (remove_files) COMPLETE
63062026-08-31T14:43:40.179Z[ recovery-image] Aug 31 14:43:39.534 INFO O| Aug 31 14:43:39.534 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-08-31T14:43:40.188Z[ recovery-image] Aug 31 14:43:39.545 INFO O| Aug 31 14:43:39.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
63082026-08-31T14:43:40.188Z[ recovery-image] Aug 31 14:43:39.545 INFO O| Aug 31 14:43:39.545 INFO STEP 316 (remove_files) COMPLETE
63092026-08-31T14:43:40.189Z[ recovery-image] Aug 31 14:43:39.545 INFO O| Aug 31 14:43:39.545 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-08-31T14:43:40.201Z[ recovery-image] Aug 31 14:43:39.555 INFO O| Aug 31 14:43:39.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
63112026-08-31T14:43:40.204Z[ recovery-image] Aug 31 14:43:39.556 INFO O| Aug 31 14:43:39.556 INFO STEP 317 (remove_files) COMPLETE
63122026-08-31T14:43:40.204Z[ recovery-image] Aug 31 14:43:39.556 INFO O| Aug 31 14:43:39.556 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-31T14:43:40.209Z[ recovery-image] Aug 31 14:43:39.566 INFO O| Aug 31 14:43:39.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
63142026-08-31T14:43:40.209Z[ recovery-image] Aug 31 14:43:39.566 INFO O| Aug 31 14:43:39.566 INFO STEP 318 (remove_files) COMPLETE
63152026-08-31T14:43:40.209Z[ recovery-image] Aug 31 14:43:39.566 INFO O| Aug 31 14:43:39.566 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-31T14:43:40.219Z[ recovery-image] Aug 31 14:43:39.575 INFO O| Aug 31 14:43:39.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
63172026-08-31T14:43:40.219Z[ recovery-image] Aug 31 14:43:39.575 INFO O| Aug 31 14:43:39.575 INFO STEP 319 (remove_files) COMPLETE
63182026-08-31T14:43:40.219Z[ recovery-image] Aug 31 14:43:39.575 INFO O| Aug 31 14:43:39.575 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-31T14:43:40.227Z[ recovery-image] Aug 31 14:43:39.583 INFO O| Aug 31 14:43:39.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
63202026-08-31T14:43:40.227Z[ recovery-image] Aug 31 14:43:39.583 INFO O| Aug 31 14:43:39.583 INFO STEP 320 (remove_files) COMPLETE
63212026-08-31T14:43:40.230Z[ recovery-image] Aug 31 14:43:39.583 INFO O| Aug 31 14:43:39.583 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-08-31T14:43:40.241Z[ recovery-image] Aug 31 14:43:39.595 INFO O| Aug 31 14:43:39.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
63232026-08-31T14:43:40.241Z[ recovery-image] Aug 31 14:43:39.595 INFO O| Aug 31 14:43:39.595 INFO STEP 321 (remove_files) COMPLETE
63242026-08-31T14:43:40.241Z[ recovery-image] Aug 31 14:43:39.595 INFO O| Aug 31 14:43:39.595 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-08-31T14:43:40.249Z[ recovery-image] Aug 31 14:43:39.606 INFO O| Aug 31 14:43:39.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
63262026-08-31T14:43:40.249Z[ recovery-image] Aug 31 14:43:39.606 INFO O| Aug 31 14:43:39.606 INFO STEP 322 (remove_files) COMPLETE
63272026-08-31T14:43:40.249Z[ recovery-image] Aug 31 14:43:39.606 INFO O| Aug 31 14:43:39.606 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-08-31T14:43:40.258Z[ recovery-image] Aug 31 14:43:39.615 INFO O| Aug 31 14:43:39.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63292026-08-31T14:43:40.261Z[ recovery-image] Aug 31 14:43:39.617 INFO O| Aug 31 14:43:39.616 INFO STEP 323 (remove_files) COMPLETE
63302026-08-31T14:43:40.262Z[ recovery-image] Aug 31 14:43:39.617 INFO O| Aug 31 14:43:39.616 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-08-31T14:43:40.268Z[ recovery-image] Aug 31 14:43:39.625 INFO O| Aug 31 14:43:39.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63322026-08-31T14:43:40.268Z[ recovery-image] Aug 31 14:43:39.625 INFO O| Aug 31 14:43:39.625 INFO STEP 324 (remove_files) COMPLETE
63332026-08-31T14:43:40.268Z[ recovery-image] Aug 31 14:43:39.625 INFO O| Aug 31 14:43:39.625 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-31T14:43:40.277Z[ recovery-image] Aug 31 14:43:39.633 INFO O| Aug 31 14:43:39.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63352026-08-31T14:43:40.277Z[ recovery-image] Aug 31 14:43:39.633 INFO O| Aug 31 14:43:39.633 INFO STEP 325 (remove_files) COMPLETE
63362026-08-31T14:43:40.277Z[ recovery-image] Aug 31 14:43:39.633 INFO O| Aug 31 14:43:39.633 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-31T14:43:40.286Z[ recovery-image] Aug 31 14:43:39.642 INFO O| Aug 31 14:43:39.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63382026-08-31T14:43:40.286Z[ recovery-image] Aug 31 14:43:39.642 INFO O| Aug 31 14:43:39.642 INFO STEP 326 (remove_files) COMPLETE
63392026-08-31T14:43:40.289Z[ recovery-image] Aug 31 14:43:39.642 INFO O| Aug 31 14:43:39.642 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-31T14:43:40.295Z[ recovery-image] Aug 31 14:43:39.651 INFO O| Aug 31 14:43:39.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63412026-08-31T14:43:40.295Z[ recovery-image] Aug 31 14:43:39.651 INFO O| Aug 31 14:43:39.651 INFO STEP 327 (remove_files) COMPLETE
63422026-08-31T14:43:40.295Z[ recovery-image] Aug 31 14:43:39.651 INFO O| Aug 31 14:43:39.651 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-08-31T14:43:40.304Z[ recovery-image] Aug 31 14:43:39.660 INFO O| Aug 31 14:43:39.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63442026-08-31T14:43:40.304Z[ recovery-image] Aug 31 14:43:39.660 INFO O| Aug 31 14:43:39.660 INFO STEP 328 (remove_files) COMPLETE
63452026-08-31T14:43:40.304Z[ recovery-image] Aug 31 14:43:39.660 INFO O| Aug 31 14:43:39.660 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-31T14:43:40.313Z[ recovery-image] Aug 31 14:43:39.669 INFO O| Aug 31 14:43:39.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63472026-08-31T14:43:40.313Z[ recovery-image] Aug 31 14:43:39.669 INFO O| Aug 31 14:43:39.669 INFO STEP 329 (remove_files) COMPLETE
63482026-08-31T14:43:40.313Z[ recovery-image] Aug 31 14:43:39.669 INFO O| Aug 31 14:43:39.669 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-31T14:43:40.321Z[ recovery-image] Aug 31 14:43:39.677 INFO O| Aug 31 14:43:39.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63502026-08-31T14:43:40.321Z[ recovery-image] Aug 31 14:43:39.677 INFO O| Aug 31 14:43:39.677 INFO STEP 330 (remove_files) COMPLETE
63512026-08-31T14:43:40.321Z[ recovery-image] Aug 31 14:43:39.677 INFO O| Aug 31 14:43:39.677 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-31T14:43:40.330Z[ recovery-image] Aug 31 14:43:39.686 INFO O| Aug 31 14:43:39.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63532026-08-31T14:43:40.330Z[ recovery-image] Aug 31 14:43:39.686 INFO O| Aug 31 14:43:39.686 INFO STEP 331 (remove_files) COMPLETE
63542026-08-31T14:43:40.330Z[ recovery-image] Aug 31 14:43:39.686 INFO O| Aug 31 14:43:39.686 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-31T14:43:40.338Z[ recovery-image] Aug 31 14:43:39.695 INFO O| Aug 31 14:43:39.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63562026-08-31T14:43:40.341Z[ recovery-image] Aug 31 14:43:39.696 INFO O| Aug 31 14:43:39.696 INFO STEP 332 (remove_files) COMPLETE
63572026-08-31T14:43:40.342Z[ recovery-image] Aug 31 14:43:39.696 INFO O| Aug 31 14:43:39.696 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-31T14:43:40.353Z[ recovery-image] Aug 31 14:43:39.710 INFO O| Aug 31 14:43:39.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63592026-08-31T14:43:40.353Z[ recovery-image] Aug 31 14:43:39.710 INFO O| Aug 31 14:43:39.710 INFO STEP 333 (remove_files) COMPLETE
63602026-08-31T14:43:40.356Z[ recovery-image] Aug 31 14:43:39.710 INFO O| Aug 31 14:43:39.710 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-31T14:43:40.362Z[ recovery-image] Aug 31 14:43:39.719 INFO O| Aug 31 14:43:39.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63622026-08-31T14:43:40.363Z[ recovery-image] Aug 31 14:43:39.719 INFO O| Aug 31 14:43:39.719 INFO STEP 334 (remove_files) COMPLETE
63632026-08-31T14:43:40.366Z[ recovery-image] Aug 31 14:43:39.719 INFO O| Aug 31 14:43:39.719 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-31T14:43:40.372Z[ recovery-image] Aug 31 14:43:39.728 INFO O| Aug 31 14:43:39.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63652026-08-31T14:43:40.372Z[ recovery-image] Aug 31 14:43:39.728 INFO O| Aug 31 14:43:39.728 INFO STEP 335 (remove_files) COMPLETE
63662026-08-31T14:43:40.372Z[ recovery-image] Aug 31 14:43:39.728 INFO O| Aug 31 14:43:39.728 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-31T14:43:40.382Z[ recovery-image] Aug 31 14:43:39.738 INFO O| Aug 31 14:43:39.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63682026-08-31T14:43:40.382Z[ recovery-image] Aug 31 14:43:39.738 INFO O| Aug 31 14:43:39.738 INFO STEP 336 (remove_files) COMPLETE
63692026-08-31T14:43:40.382Z[ recovery-image] Aug 31 14:43:39.738 INFO O| Aug 31 14:43:39.738 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-31T14:43:40.392Z[ recovery-image] Aug 31 14:43:39.748 INFO O| Aug 31 14:43:39.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63712026-08-31T14:43:40.392Z[ recovery-image] Aug 31 14:43:39.748 INFO O| Aug 31 14:43:39.748 INFO STEP 337 (remove_files) COMPLETE
63722026-08-31T14:43:40.392Z[ recovery-image] Aug 31 14:43:39.748 INFO O| Aug 31 14:43:39.748 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-31T14:43:40.402Z[ recovery-image] Aug 31 14:43:39.758 INFO O| Aug 31 14:43:39.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63742026-08-31T14:43:40.402Z[ recovery-image] Aug 31 14:43:39.758 INFO O| Aug 31 14:43:39.758 INFO STEP 338 (remove_files) COMPLETE
63752026-08-31T14:43:40.405Z[ recovery-image] Aug 31 14:43:39.758 INFO O| Aug 31 14:43:39.758 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-08-31T14:43:40.412Z[ recovery-image] Aug 31 14:43:39.768 INFO O| Aug 31 14:43:39.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63772026-08-31T14:43:40.415Z[ recovery-image] Aug 31 14:43:39.768 INFO O| Aug 31 14:43:39.768 INFO STEP 339 (remove_files) COMPLETE
63782026-08-31T14:43:40.415Z[ recovery-image] Aug 31 14:43:39.768 INFO O| Aug 31 14:43:39.768 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-08-31T14:43:40.423Z[ recovery-image] Aug 31 14:43:39.780 INFO O| Aug 31 14:43:39.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63802026-08-31T14:43:40.423Z[ recovery-image] Aug 31 14:43:39.780 INFO O| Aug 31 14:43:39.780 INFO STEP 340 (remove_files) COMPLETE
63812026-08-31T14:43:40.423Z[ recovery-image] Aug 31 14:43:39.780 INFO O| Aug 31 14:43:39.780 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-31T14:43:40.433Z[ recovery-image] Aug 31 14:43:39.789 INFO O| Aug 31 14:43:39.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63832026-08-31T14:43:40.433Z[ recovery-image] Aug 31 14:43:39.789 INFO O| Aug 31 14:43:39.789 INFO STEP 341 (remove_files) COMPLETE
63842026-08-31T14:43:40.433Z[ recovery-image] Aug 31 14:43:39.789 INFO O| Aug 31 14:43:39.789 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-31T14:43:40.442Z[ recovery-image] Aug 31 14:43:39.798 INFO O| Aug 31 14:43:39.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63862026-08-31T14:43:40.442Z[ recovery-image] Aug 31 14:43:39.798 INFO O| Aug 31 14:43:39.798 INFO STEP 342 (remove_files) COMPLETE
63872026-08-31T14:43:40.442Z[ recovery-image] Aug 31 14:43:39.798 INFO O| Aug 31 14:43:39.798 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-31T14:43:40.449Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
63892026-08-31T14:43:40.452Z[ recovery-image] Aug 31 14:43:39.809 INFO O| Aug 31 14:43:39.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63902026-08-31T14:43:40.453Z[ recovery-image] Aug 31 14:43:39.809 INFO O| Aug 31 14:43:39.809 INFO STEP 343 (remove_files) COMPLETE
63912026-08-31T14:43:40.453Z[ recovery-image] Aug 31 14:43:39.809 INFO O| Aug 31 14:43:39.809 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-08-31T14:43:40.461Z[ recovery-image] Aug 31 14:43:39.818 INFO O| Aug 31 14:43:39.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63932026-08-31T14:43:40.461Z[ recovery-image] Aug 31 14:43:39.818 INFO O| Aug 31 14:43:39.818 INFO STEP 344 (remove_files) COMPLETE
63942026-08-31T14:43:40.465Z[ recovery-image] Aug 31 14:43:39.818 INFO O| Aug 31 14:43:39.818 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-08-31T14:43:40.472Z[ recovery-image] Aug 31 14:43:39.828 INFO O| Aug 31 14:43:39.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63962026-08-31T14:43:40.472Z[ recovery-image] Aug 31 14:43:39.828 INFO O| Aug 31 14:43:39.828 INFO STEP 345 (remove_files) COMPLETE
63972026-08-31T14:43:40.476Z[ recovery-image] Aug 31 14:43:39.828 INFO O| Aug 31 14:43:39.828 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-08-31T14:43:40.483Z[ recovery-image] Aug 31 14:43:39.839 INFO O| Aug 31 14:43:39.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63992026-08-31T14:43:40.483Z[ recovery-image] Aug 31 14:43:39.839 INFO O| Aug 31 14:43:39.839 INFO STEP 346 (remove_files) COMPLETE
64002026-08-31T14:43:40.489Z[ recovery-image] Aug 31 14:43:39.839 INFO O| Aug 31 14:43:39.839 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-08-31T14:43:40.494Z[ recovery-image] Aug 31 14:43:39.850 INFO O| Aug 31 14:43:39.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
64022026-08-31T14:43:40.494Z[ recovery-image] Aug 31 14:43:39.850 INFO O| Aug 31 14:43:39.850 INFO STEP 347 (remove_files) COMPLETE
64032026-08-31T14:43:40.497Z[ recovery-image] Aug 31 14:43:39.850 INFO O| Aug 31 14:43:39.850 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-31T14:43:40.503Z[ recovery-image] Aug 31 14:43:39.859 INFO O| Aug 31 14:43:39.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
64052026-08-31T14:43:40.503Z[ recovery-image] Aug 31 14:43:39.859 INFO O| Aug 31 14:43:39.859 INFO STEP 348 (remove_files) COMPLETE
64062026-08-31T14:43:40.503Z[ recovery-image] Aug 31 14:43:39.859 INFO O| Aug 31 14:43:39.859 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-31T14:43:40.508Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
64082026-08-31T14:43:40.513Z[ recovery-image] Aug 31 14:43:39.869 INFO O| Aug 31 14:43:39.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
64092026-08-31T14:43:40.513Z[ recovery-image] Aug 31 14:43:39.869 INFO O| Aug 31 14:43:39.869 INFO STEP 349 (remove_files) COMPLETE
64102026-08-31T14:43:40.516Z[ recovery-image] Aug 31 14:43:39.869 INFO O| Aug 31 14:43:39.869 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-08-31T14:43:40.522Z[ recovery-image] Aug 31 14:43:39.878 INFO O| Aug 31 14:43:39.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
64122026-08-31T14:43:40.522Z[ recovery-image] Aug 31 14:43:39.878 INFO O| Aug 31 14:43:39.878 INFO STEP 350 (remove_files) COMPLETE
64132026-08-31T14:43:40.522Z[ recovery-image] Aug 31 14:43:39.878 INFO O| Aug 31 14:43:39.878 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-08-31T14:43:40.530Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
64152026-08-31T14:43:40.533Z[ recovery-image] Aug 31 14:43:39.887 INFO O| Aug 31 14:43:39.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
64162026-08-31T14:43:40.533Z[ recovery-image] Aug 31 14:43:39.887 INFO O| Aug 31 14:43:39.887 INFO STEP 351 (remove_files) COMPLETE
64172026-08-31T14:43:40.533Z[ recovery-image] Aug 31 14:43:39.887 INFO O| Aug 31 14:43:39.887 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-08-31T14:43:40.541Z[ recovery-image] Aug 31 14:43:39.897 INFO O| Aug 31 14:43:39.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
64192026-08-31T14:43:40.541Z[ recovery-image] Aug 31 14:43:39.897 INFO O| Aug 31 14:43:39.897 INFO STEP 352 (remove_files) COMPLETE
64202026-08-31T14:43:40.544Z[ recovery-image] Aug 31 14:43:39.897 INFO O| Aug 31 14:43:39.897 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-08-31T14:43:40.561Z[ recovery-image] Aug 31 14:43:39.917 INFO O| Aug 31 14:43:39.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
64222026-08-31T14:43:40.561Z[ recovery-image] Aug 31 14:43:39.918 INFO O| Aug 31 14:43:39.918 INFO STEP 353 (remove_files) COMPLETE
64232026-08-31T14:43:40.561Z[ recovery-image] Aug 31 14:43:39.918 INFO O| Aug 31 14:43:39.918 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-08-31T14:43:40.571Z[ recovery-image] Aug 31 14:43:39.928 INFO O| Aug 31 14:43:39.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
64252026-08-31T14:43:40.571Z[ recovery-image] Aug 31 14:43:39.928 INFO O| Aug 31 14:43:39.928 INFO STEP 354 (remove_files) COMPLETE
64262026-08-31T14:43:40.574Z[ recovery-image] Aug 31 14:43:39.928 INFO O| Aug 31 14:43:39.928 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-08-31T14:43:40.581Z[ recovery-image] Aug 31 14:43:39.938 INFO O| Aug 31 14:43:39.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
64282026-08-31T14:43:40.581Z[ recovery-image] Aug 31 14:43:39.938 INFO O| Aug 31 14:43:39.938 INFO STEP 355 (remove_files) COMPLETE
64292026-08-31T14:43:40.581Z[ recovery-image] Aug 31 14:43:39.938 INFO O| Aug 31 14:43:39.938 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-08-31T14:43:40.591Z[ recovery-image] Aug 31 14:43:39.947 INFO O| Aug 31 14:43:39.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64312026-08-31T14:43:40.591Z[ recovery-image] Aug 31 14:43:39.947 INFO O| Aug 31 14:43:39.947 INFO STEP 356 (remove_files) COMPLETE
64322026-08-31T14:43:40.591Z[ recovery-image] Aug 31 14:43:39.947 INFO O| Aug 31 14:43:39.947 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-08-31T14:43:40.600Z[ recovery-image] Aug 31 14:43:39.957 INFO O| Aug 31 14:43:39.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64342026-08-31T14:43:40.600Z[ recovery-image] Aug 31 14:43:39.957 INFO O| Aug 31 14:43:39.957 INFO STEP 357 (remove_files) COMPLETE
64352026-08-31T14:43:40.600Z[ recovery-image] Aug 31 14:43:39.957 INFO O| Aug 31 14:43:39.957 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-08-31T14:43:40.609Z[ recovery-image] Aug 31 14:43:39.965 INFO O| Aug 31 14:43:39.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64372026-08-31T14:43:40.609Z[ recovery-image] Aug 31 14:43:39.965 INFO O| Aug 31 14:43:39.965 INFO STEP 358 (remove_files) COMPLETE
64382026-08-31T14:43:40.609Z[ recovery-image] Aug 31 14:43:39.965 INFO O| Aug 31 14:43:39.965 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-08-31T14:43:40.617Z[ recovery-image] Aug 31 14:43:39.974 INFO O| Aug 31 14:43:39.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64402026-08-31T14:43:40.617Z[ recovery-image] Aug 31 14:43:39.974 INFO O| Aug 31 14:43:39.974 INFO STEP 359 (remove_files) COMPLETE
64412026-08-31T14:43:40.621Z[ recovery-image] Aug 31 14:43:39.974 INFO O| Aug 31 14:43:39.974 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-08-31T14:43:40.628Z[ recovery-image] Aug 31 14:43:39.984 INFO O| Aug 31 14:43:39.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64432026-08-31T14:43:40.628Z[ recovery-image] Aug 31 14:43:39.984 INFO O| Aug 31 14:43:39.984 INFO STEP 360 (remove_files) COMPLETE
64442026-08-31T14:43:40.628Z[ recovery-image] Aug 31 14:43:39.984 INFO O| Aug 31 14:43:39.984 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-31T14:43:40.638Z[ recovery-image] Aug 31 14:43:39.994 INFO O| Aug 31 14:43:39.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64462026-08-31T14:43:40.638Z[ recovery-image] Aug 31 14:43:39.994 INFO O| Aug 31 14:43:39.994 INFO STEP 361 (remove_files) COMPLETE
64472026-08-31T14:43:40.638Z[ recovery-image] Aug 31 14:43:39.994 INFO O| Aug 31 14:43:39.994 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-31T14:43:40.648Z[ recovery-image] Aug 31 14:43:40.004 INFO O| Aug 31 14:43:40.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64492026-08-31T14:43:40.648Z[ recovery-image] Aug 31 14:43:40.005 INFO O| Aug 31 14:43:40.005 INFO STEP 362 (remove_files) COMPLETE
64502026-08-31T14:43:40.651Z[ recovery-image] Aug 31 14:43:40.005 INFO O| Aug 31 14:43:40.005 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-08-31T14:43:40.666Z[ recovery-image] Aug 31 14:43:40.022 INFO O| Aug 31 14:43:40.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64522026-08-31T14:43:40.666Z[ recovery-image] Aug 31 14:43:40.022 INFO O| Aug 31 14:43:40.022 INFO STEP 363 (remove_files) COMPLETE
64532026-08-31T14:43:40.666Z[ recovery-image] Aug 31 14:43:40.022 INFO O| Aug 31 14:43:40.022 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-08-31T14:43:40.675Z[ recovery-image] Aug 31 14:43:40.032 INFO O| Aug 31 14:43:40.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64552026-08-31T14:43:40.675Z[ recovery-image] Aug 31 14:43:40.032 INFO O| Aug 31 14:43:40.032 INFO STEP 364 (remove_files) COMPLETE
64562026-08-31T14:43:40.675Z[ recovery-image] Aug 31 14:43:40.032 INFO O| Aug 31 14:43:40.032 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-08-31T14:43:40.684Z[ recovery-image] Aug 31 14:43:40.040 INFO O| Aug 31 14:43:40.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64582026-08-31T14:43:40.684Z[ recovery-image] Aug 31 14:43:40.040 INFO O| Aug 31 14:43:40.040 INFO STEP 365 (remove_files) COMPLETE
64592026-08-31T14:43:40.684Z[ recovery-image] Aug 31 14:43:40.040 INFO O| Aug 31 14:43:40.040 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-08-31T14:43:40.693Z[ recovery-image] Aug 31 14:43:40.050 INFO O| Aug 31 14:43:40.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64612026-08-31T14:43:40.693Z[ recovery-image] Aug 31 14:43:40.050 INFO O| Aug 31 14:43:40.050 INFO STEP 366 (remove_files) COMPLETE
64622026-08-31T14:43:40.693Z[ recovery-image] Aug 31 14:43:40.050 INFO O| Aug 31 14:43:40.050 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-08-31T14:43:40.703Z[ recovery-image] Aug 31 14:43:40.059 INFO O| Aug 31 14:43:40.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64642026-08-31T14:43:40.706Z[ recovery-image] Aug 31 14:43:40.059 INFO O| Aug 31 14:43:40.059 INFO STEP 367 (remove_files) COMPLETE
64652026-08-31T14:43:40.706Z[ recovery-image] Aug 31 14:43:40.059 INFO O| Aug 31 14:43:40.059 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-08-31T14:43:40.711Z[ recovery-image] Aug 31 14:43:40.068 INFO O| Aug 31 14:43:40.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64672026-08-31T14:43:40.711Z[ recovery-image] Aug 31 14:43:40.068 INFO O| Aug 31 14:43:40.068 INFO STEP 368 (remove_files) COMPLETE
64682026-08-31T14:43:40.711Z[ recovery-image] Aug 31 14:43:40.068 INFO O| Aug 31 14:43:40.068 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-08-31T14:43:40.720Z[ recovery-image] Aug 31 14:43:40.077 INFO O| Aug 31 14:43:40.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64702026-08-31T14:43:40.720Z[ recovery-image] Aug 31 14:43:40.077 INFO O| Aug 31 14:43:40.077 INFO STEP 369 (remove_files) COMPLETE
64712026-08-31T14:43:40.724Z[ recovery-image] Aug 31 14:43:40.077 INFO O| Aug 31 14:43:40.077 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-08-31T14:43:40.729Z[ recovery-image] Aug 31 14:43:40.085 INFO O| Aug 31 14:43:40.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64732026-08-31T14:43:40.729Z[ recovery-image] Aug 31 14:43:40.085 INFO O| Aug 31 14:43:40.085 INFO STEP 370 (remove_files) COMPLETE
64742026-08-31T14:43:40.729Z[ recovery-image] Aug 31 14:43:40.085 INFO O| Aug 31 14:43:40.085 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-08-31T14:43:40.739Z[ recovery-image] Aug 31 14:43:40.095 INFO O| Aug 31 14:43:40.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64762026-08-31T14:43:40.739Z[ recovery-image] Aug 31 14:43:40.095 INFO O| Aug 31 14:43:40.095 INFO STEP 371 (remove_files) COMPLETE
64772026-08-31T14:43:40.739Z[ recovery-image] Aug 31 14:43:40.095 INFO O| Aug 31 14:43:40.095 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-08-31T14:43:40.793Z[ recovery-image] Aug 31 14:43:40.104 INFO O| Aug 31 14:43:40.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64792026-08-31T14:43:40.793Z[ recovery-image] Aug 31 14:43:40.104 INFO O| Aug 31 14:43:40.104 INFO STEP 372 (remove_files) COMPLETE
64802026-08-31T14:43:40.793Z[ recovery-image] Aug 31 14:43:40.104 INFO O| Aug 31 14:43:40.104 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-08-31T14:43:40.793Z[ recovery-image] Aug 31 14:43:40.115 INFO O| Aug 31 14:43:40.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64822026-08-31T14:43:40.793Z[ recovery-image] Aug 31 14:43:40.115 INFO O| Aug 31 14:43:40.115 INFO STEP 373 (remove_files) COMPLETE
64832026-08-31T14:43:40.793Z[ recovery-image] Aug 31 14:43:40.115 INFO O| Aug 31 14:43:40.115 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-08-31T14:43:40.793Z[ recovery-image] Aug 31 14:43:40.125 INFO O| Aug 31 14:43:40.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64852026-08-31T14:43:40.793Z[ recovery-image] Aug 31 14:43:40.125 INFO O| Aug 31 14:43:40.125 INFO STEP 374 (remove_files) COMPLETE
64862026-08-31T14:43:40.793Z[ recovery-image] Aug 31 14:43:40.125 INFO O| Aug 31 14:43:40.125 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-08-31T14:43:40.793Z[ recovery-image] Aug 31 14:43:40.134 INFO O| Aug 31 14:43:40.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64882026-08-31T14:43:40.793Z[ recovery-image] Aug 31 14:43:40.134 INFO O| Aug 31 14:43:40.134 INFO STEP 375 (remove_files) COMPLETE
64892026-08-31T14:43:40.793Z[ recovery-image] Aug 31 14:43:40.134 INFO O| Aug 31 14:43:40.134 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-08-31T14:43:40.793Z[ recovery-image] Aug 31 14:43:40.144 INFO O| Aug 31 14:43:40.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64912026-08-31T14:43:40.793Z[ recovery-image] Aug 31 14:43:40.145 INFO O| Aug 31 14:43:40.144 INFO STEP 376 (remove_files) COMPLETE
64922026-08-31T14:43:40.793Z[ recovery-image] Aug 31 14:43:40.145 INFO O| Aug 31 14:43:40.144 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-08-31T14:43:40.798Z[ recovery-image] Aug 31 14:43:40.154 INFO O| Aug 31 14:43:40.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64942026-08-31T14:43:40.798Z[ recovery-image] Aug 31 14:43:40.154 INFO O| Aug 31 14:43:40.154 INFO STEP 377 (remove_files) COMPLETE
64952026-08-31T14:43:40.801Z[ recovery-image] Aug 31 14:43:40.154 INFO O| Aug 31 14:43:40.154 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-08-31T14:43:40.807Z[ recovery-image] Aug 31 14:43:40.164 INFO O| Aug 31 14:43:40.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64972026-08-31T14:43:40.810Z[ recovery-image] Aug 31 14:43:40.164 INFO O| Aug 31 14:43:40.164 INFO STEP 378 (remove_files) COMPLETE
64982026-08-31T14:43:40.811Z[ recovery-image] Aug 31 14:43:40.164 INFO O| Aug 31 14:43:40.164 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-08-31T14:43:40.817Z[ recovery-image] Aug 31 14:43:40.173 INFO O| Aug 31 14:43:40.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
65002026-08-31T14:43:40.817Z[ recovery-image] Aug 31 14:43:40.173 INFO O| Aug 31 14:43:40.173 INFO STEP 379 (remove_files) COMPLETE
65012026-08-31T14:43:40.817Z[ recovery-image] Aug 31 14:43:40.173 INFO O| Aug 31 14:43:40.173 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-08-31T14:43:40.827Z[ recovery-image] Aug 31 14:43:40.183 INFO O| Aug 31 14:43:40.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
65032026-08-31T14:43:40.827Z[ recovery-image] Aug 31 14:43:40.183 INFO O| Aug 31 14:43:40.183 INFO STEP 380 (remove_files) COMPLETE
65042026-08-31T14:43:40.828Z[ recovery-image] Aug 31 14:43:40.183 INFO O| Aug 31 14:43:40.183 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-08-31T14:43:40.837Z[ recovery-image] Aug 31 14:43:40.193 INFO O| Aug 31 14:43:40.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
65062026-08-31T14:43:40.837Z[ recovery-image] Aug 31 14:43:40.193 INFO O| Aug 31 14:43:40.193 INFO STEP 381 (remove_files) COMPLETE
65072026-08-31T14:43:40.837Z[ recovery-image] Aug 31 14:43:40.193 INFO O| Aug 31 14:43:40.193 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-08-31T14:43:40.846Z[ recovery-image] Aug 31 14:43:40.202 INFO O| Aug 31 14:43:40.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
65092026-08-31T14:43:40.846Z[ recovery-image] Aug 31 14:43:40.202 INFO O| Aug 31 14:43:40.202 INFO STEP 382 (remove_files) COMPLETE
65102026-08-31T14:43:40.850Z[ recovery-image] Aug 31 14:43:40.202 INFO O| Aug 31 14:43:40.202 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-08-31T14:43:40.856Z[ recovery-image] Aug 31 14:43:40.212 INFO O| Aug 31 14:43:40.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
65122026-08-31T14:43:40.859Z[ recovery-image] Aug 31 14:43:40.212 INFO O| Aug 31 14:43:40.212 INFO STEP 383 (remove_files) COMPLETE
65132026-08-31T14:43:40.859Z[ recovery-image] Aug 31 14:43:40.212 INFO O| Aug 31 14:43:40.212 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-08-31T14:43:40.866Z[ recovery-image] Aug 31 14:43:40.222 INFO O| Aug 31 14:43:40.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
65152026-08-31T14:43:40.866Z[ recovery-image] Aug 31 14:43:40.222 INFO O| Aug 31 14:43:40.222 INFO STEP 384 (remove_files) COMPLETE
65162026-08-31T14:43:40.866Z[ recovery-image] Aug 31 14:43:40.222 INFO O| Aug 31 14:43:40.222 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-08-31T14:43:40.876Z[ recovery-image] Aug 31 14:43:40.232 INFO O| Aug 31 14:43:40.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
65182026-08-31T14:43:40.879Z[ recovery-image] Aug 31 14:43:40.233 INFO O| Aug 31 14:43:40.233 INFO STEP 385 (remove_files) COMPLETE
65192026-08-31T14:43:40.879Z[ recovery-image] Aug 31 14:43:40.233 INFO O| Aug 31 14:43:40.233 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-08-31T14:43:40.887Z[ recovery-image] Aug 31 14:43:40.243 INFO O| Aug 31 14:43:40.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
65212026-08-31T14:43:40.887Z[ recovery-image] Aug 31 14:43:40.243 INFO O| Aug 31 14:43:40.243 INFO STEP 386 (remove_files) COMPLETE
65222026-08-31T14:43:40.890Z[ recovery-image] Aug 31 14:43:40.243 INFO O| Aug 31 14:43:40.243 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-08-31T14:43:40.897Z[ recovery-image] Aug 31 14:43:40.253 INFO O| Aug 31 14:43:40.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
65242026-08-31T14:43:40.897Z[ recovery-image] Aug 31 14:43:40.254 INFO O| Aug 31 14:43:40.254 INFO STEP 387 (remove_files) COMPLETE
65252026-08-31T14:43:40.897Z[ recovery-image] Aug 31 14:43:40.254 INFO O| Aug 31 14:43:40.254 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-08-31T14:43:40.907Z[ recovery-image] Aug 31 14:43:40.264 INFO O| Aug 31 14:43:40.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
65272026-08-31T14:43:40.907Z[ recovery-image] Aug 31 14:43:40.264 INFO O| Aug 31 14:43:40.264 INFO STEP 388 (remove_files) COMPLETE
65282026-08-31T14:43:40.907Z[ recovery-image] Aug 31 14:43:40.264 INFO O| Aug 31 14:43:40.264 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-08-31T14:43:40.917Z[ recovery-image] Aug 31 14:43:40.273 INFO O| Aug 31 14:43:40.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65302026-08-31T14:43:40.917Z[ recovery-image] Aug 31 14:43:40.273 INFO O| Aug 31 14:43:40.273 INFO STEP 389 (remove_files) COMPLETE
65312026-08-31T14:43:40.917Z[ recovery-image] Aug 31 14:43:40.273 INFO O| Aug 31 14:43:40.273 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-08-31T14:43:40.928Z[ recovery-image] Aug 31 14:43:40.283 INFO O| Aug 31 14:43:40.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65332026-08-31T14:43:40.928Z[ recovery-image] Aug 31 14:43:40.283 INFO O| Aug 31 14:43:40.283 INFO STEP 390 (remove_files) COMPLETE
65342026-08-31T14:43:40.928Z[ recovery-image] Aug 31 14:43:40.283 INFO O| Aug 31 14:43:40.283 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-08-31T14:43:40.938Z[ recovery-image] Aug 31 14:43:40.294 INFO O| Aug 31 14:43:40.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65362026-08-31T14:43:40.938Z[ recovery-image] Aug 31 14:43:40.294 INFO O| Aug 31 14:43:40.294 INFO STEP 391 (remove_files) COMPLETE
65372026-08-31T14:43:40.938Z[ recovery-image] Aug 31 14:43:40.294 INFO O| Aug 31 14:43:40.294 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-08-31T14:43:40.949Z[ recovery-image] Aug 31 14:43:40.304 INFO O| Aug 31 14:43:40.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65392026-08-31T14:43:40.949Z[ recovery-image] Aug 31 14:43:40.304 INFO O| Aug 31 14:43:40.304 INFO STEP 392 (remove_files) COMPLETE
65402026-08-31T14:43:40.949Z[ recovery-image] Aug 31 14:43:40.304 INFO O| Aug 31 14:43:40.304 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-08-31T14:43:40.960Z[ recovery-image] Aug 31 14:43:40.313 INFO O| Aug 31 14:43:40.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65422026-08-31T14:43:40.960Z[ recovery-image] Aug 31 14:43:40.313 INFO O| Aug 31 14:43:40.313 INFO STEP 393 (remove_files) COMPLETE
65432026-08-31T14:43:40.964Z[ recovery-image] Aug 31 14:43:40.313 INFO O| Aug 31 14:43:40.313 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-08-31T14:43:40.970Z[ recovery-image] Aug 31 14:43:40.327 INFO O| Aug 31 14:43:40.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65452026-08-31T14:43:40.970Z[ recovery-image] Aug 31 14:43:40.327 INFO O| Aug 31 14:43:40.324 INFO STEP 394 (remove_files) COMPLETE
65462026-08-31T14:43:40.971Z[ recovery-image] Aug 31 14:43:40.327 INFO O| Aug 31 14:43:40.324 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-08-31T14:43:40.978Z[ recovery-image] Aug 31 14:43:40.334 INFO O| Aug 31 14:43:40.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65482026-08-31T14:43:40.978Z[ recovery-image] Aug 31 14:43:40.334 INFO O| Aug 31 14:43:40.334 INFO STEP 395 (remove_files) COMPLETE
65492026-08-31T14:43:40.978Z[ recovery-image] Aug 31 14:43:40.334 INFO O| Aug 31 14:43:40.334 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-08-31T14:43:40.991Z[ recovery-image] Aug 31 14:43:40.344 INFO O| Aug 31 14:43:40.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65512026-08-31T14:43:40.992Z[ recovery-image] Aug 31 14:43:40.344 INFO O| Aug 31 14:43:40.344 INFO STEP 396 (remove_files) COMPLETE
65522026-08-31T14:43:40.992Z[ recovery-image] Aug 31 14:43:40.344 INFO O| Aug 31 14:43:40.344 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-08-31T14:43:40.999Z[ recovery-image] Aug 31 14:43:40.355 INFO O| Aug 31 14:43:40.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65542026-08-31T14:43:40.999Z[ recovery-image] Aug 31 14:43:40.355 INFO O| Aug 31 14:43:40.355 INFO STEP 397 (remove_files) COMPLETE
65552026-08-31T14:43:41.002Z[ recovery-image] Aug 31 14:43:40.355 INFO O| Aug 31 14:43:40.355 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-08-31T14:43:41.008Z[ recovery-image] Aug 31 14:43:40.364 INFO O| Aug 31 14:43:40.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65572026-08-31T14:43:41.008Z[ recovery-image] Aug 31 14:43:40.364 INFO O| Aug 31 14:43:40.364 INFO STEP 398 (remove_files) COMPLETE
65582026-08-31T14:43:41.011Z[ recovery-image] Aug 31 14:43:40.364 INFO O| Aug 31 14:43:40.364 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-08-31T14:43:41.018Z[ recovery-image] Aug 31 14:43:40.374 INFO O| Aug 31 14:43:40.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65602026-08-31T14:43:41.018Z[ recovery-image] Aug 31 14:43:40.374 INFO O| Aug 31 14:43:40.374 INFO STEP 399 (remove_files) COMPLETE
65612026-08-31T14:43:41.018Z[ recovery-image] Aug 31 14:43:40.374 INFO O| Aug 31 14:43:40.374 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-08-31T14:43:41.028Z[ recovery-image] Aug 31 14:43:40.384 INFO O| Aug 31 14:43:40.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65632026-08-31T14:43:41.028Z[ recovery-image] Aug 31 14:43:40.384 INFO O| Aug 31 14:43:40.384 INFO STEP 400 (remove_files) COMPLETE
65642026-08-31T14:43:41.028Z[ recovery-image] Aug 31 14:43:40.384 INFO O| Aug 31 14:43:40.384 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-08-31T14:43:41.038Z[ recovery-image] Aug 31 14:43:40.394 INFO O| Aug 31 14:43:40.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65662026-08-31T14:43:41.038Z[ recovery-image] Aug 31 14:43:40.394 INFO O| Aug 31 14:43:40.394 INFO STEP 401 (remove_files) COMPLETE
65672026-08-31T14:43:41.041Z[ recovery-image] Aug 31 14:43:40.394 INFO O| Aug 31 14:43:40.394 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-08-31T14:43:41.048Z[ recovery-image] Aug 31 14:43:40.403 INFO O| Aug 31 14:43:40.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65692026-08-31T14:43:41.051Z[ recovery-image] Aug 31 14:43:40.403 INFO O| Aug 31 14:43:40.403 INFO STEP 402 (remove_files) COMPLETE
65702026-08-31T14:43:41.051Z[ recovery-image] Aug 31 14:43:40.403 INFO O| Aug 31 14:43:40.403 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-08-31T14:43:41.055Z[ recovery-image] Aug 31 14:43:40.411 INFO O| Aug 31 14:43:40.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65722026-08-31T14:43:41.058Z[ recovery-image] Aug 31 14:43:40.412 INFO O| Aug 31 14:43:40.412 INFO STEP 403 (remove_files) COMPLETE
65732026-08-31T14:43:41.058Z[ recovery-image] Aug 31 14:43:40.412 INFO O| Aug 31 14:43:40.412 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-08-31T14:43:41.065Z[ recovery-image] Aug 31 14:43:40.421 INFO O| Aug 31 14:43:40.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65752026-08-31T14:43:41.068Z[ recovery-image] Aug 31 14:43:40.421 INFO O| Aug 31 14:43:40.421 INFO STEP 404 (remove_files) COMPLETE
65762026-08-31T14:43:41.068Z[ recovery-image] Aug 31 14:43:40.421 INFO O| Aug 31 14:43:40.421 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-08-31T14:43:41.078Z[ recovery-image] Aug 31 14:43:40.432 INFO O| Aug 31 14:43:40.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65782026-08-31T14:43:41.078Z[ recovery-image] Aug 31 14:43:40.432 INFO O| Aug 31 14:43:40.432 INFO STEP 405 (remove_files) COMPLETE
65792026-08-31T14:43:41.082Z[ recovery-image] Aug 31 14:43:40.432 INFO O| Aug 31 14:43:40.432 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-08-31T14:43:41.089Z[ recovery-image] Aug 31 14:43:40.443 INFO O| Aug 31 14:43:40.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65812026-08-31T14:43:41.089Z[ recovery-image] Aug 31 14:43:40.444 INFO O| Aug 31 14:43:40.443 INFO STEP 406 (remove_files) COMPLETE
65822026-08-31T14:43:41.089Z[ recovery-image] Aug 31 14:43:40.444 INFO O| Aug 31 14:43:40.443 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-08-31T14:43:41.098Z[ recovery-image] Aug 31 14:43:40.454 INFO O| Aug 31 14:43:40.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65842026-08-31T14:43:41.098Z[ recovery-image] Aug 31 14:43:40.454 INFO O| Aug 31 14:43:40.454 INFO STEP 407 (remove_files) COMPLETE
65852026-08-31T14:43:41.098Z[ recovery-image] Aug 31 14:43:40.454 INFO O| Aug 31 14:43:40.454 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-08-31T14:43:41.108Z[ recovery-image] Aug 31 14:43:40.464 INFO O| Aug 31 14:43:40.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65872026-08-31T14:43:41.108Z[ recovery-image] Aug 31 14:43:40.465 INFO O| Aug 31 14:43:40.465 INFO STEP 408 (remove_files) COMPLETE
65882026-08-31T14:43:41.109Z[ recovery-image] Aug 31 14:43:40.465 INFO O| Aug 31 14:43:40.465 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-08-31T14:43:41.121Z[ recovery-image] Aug 31 14:43:40.475 INFO O| Aug 31 14:43:40.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65902026-08-31T14:43:41.122Z[ recovery-image] Aug 31 14:43:40.475 INFO O| Aug 31 14:43:40.475 INFO STEP 409 (remove_files) COMPLETE
65912026-08-31T14:43:41.122Z[ recovery-image] Aug 31 14:43:40.475 INFO O| Aug 31 14:43:40.475 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-08-31T14:43:41.128Z[ recovery-image] Aug 31 14:43:40.484 INFO O| Aug 31 14:43:40.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65932026-08-31T14:43:41.128Z[ recovery-image] Aug 31 14:43:40.484 INFO O| Aug 31 14:43:40.484 INFO STEP 410 (remove_files) COMPLETE
65942026-08-31T14:43:41.128Z[ recovery-image] Aug 31 14:43:40.484 INFO O| Aug 31 14:43:40.484 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-08-31T14:43:41.139Z[ recovery-image] Aug 31 14:43:40.495 INFO O| Aug 31 14:43:40.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65962026-08-31T14:43:41.139Z[ recovery-image] Aug 31 14:43:40.495 INFO O| Aug 31 14:43:40.495 INFO STEP 411 (remove_files) COMPLETE
65972026-08-31T14:43:41.139Z[ recovery-image] Aug 31 14:43:40.495 INFO O| Aug 31 14:43:40.495 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-08-31T14:43:41.142Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
65992026-08-31T14:43:41.149Z[ recovery-image] Aug 31 14:43:40.505 INFO O| Aug 31 14:43:40.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
66002026-08-31T14:43:41.149Z[ recovery-image] Aug 31 14:43:40.505 INFO O| Aug 31 14:43:40.505 INFO STEP 412 (remove_files) COMPLETE
66012026-08-31T14:43:41.153Z[ recovery-image] Aug 31 14:43:40.505 INFO O| Aug 31 14:43:40.505 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-08-31T14:43:41.159Z[ recovery-image] Aug 31 14:43:40.515 INFO O| Aug 31 14:43:40.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
66032026-08-31T14:43:41.159Z[ recovery-image] Aug 31 14:43:40.515 INFO O| Aug 31 14:43:40.515 INFO STEP 413 (remove_files) COMPLETE
66042026-08-31T14:43:41.159Z[ recovery-image] Aug 31 14:43:40.515 INFO O| Aug 31 14:43:40.515 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-08-31T14:43:41.167Z[ recovery-image] Aug 31 14:43:40.524 INFO O| Aug 31 14:43:40.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
66062026-08-31T14:43:41.168Z[ recovery-image] Aug 31 14:43:40.524 INFO O| Aug 31 14:43:40.524 INFO STEP 414 (remove_files) COMPLETE
66072026-08-31T14:43:41.168Z[ recovery-image] Aug 31 14:43:40.524 INFO O| Aug 31 14:43:40.524 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-08-31T14:43:41.171Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
66092026-08-31T14:43:41.177Z[ recovery-image] Aug 31 14:43:40.533 INFO O| Aug 31 14:43:40.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
66102026-08-31T14:43:41.177Z[ recovery-image] Aug 31 14:43:40.534 INFO O| Aug 31 14:43:40.533 INFO STEP 415 (remove_files) COMPLETE
66112026-08-31T14:43:41.177Z[ recovery-image] Aug 31 14:43:40.534 INFO O| Aug 31 14:43:40.533 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-08-31T14:43:41.187Z[ recovery-image] Aug 31 14:43:40.543 INFO O| Aug 31 14:43:40.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
66132026-08-31T14:43:41.187Z[ recovery-image] Aug 31 14:43:40.543 INFO O| Aug 31 14:43:40.543 INFO STEP 416 (remove_files) COMPLETE
66142026-08-31T14:43:41.187Z[ recovery-image] Aug 31 14:43:40.543 INFO O| Aug 31 14:43:40.543 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-08-31T14:43:41.197Z[ recovery-image] Aug 31 14:43:40.553 INFO O| Aug 31 14:43:40.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
66162026-08-31T14:43:41.197Z[ recovery-image] Aug 31 14:43:40.553 INFO O| Aug 31 14:43:40.553 INFO STEP 417 (remove_files) COMPLETE
66172026-08-31T14:43:41.200Z[ recovery-image] Aug 31 14:43:40.553 INFO O| Aug 31 14:43:40.553 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-08-31T14:43:41.206Z[ recovery-image] Aug 31 14:43:40.562 INFO O| Aug 31 14:43:40.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
66192026-08-31T14:43:41.206Z[ recovery-image] Aug 31 14:43:40.562 INFO O| Aug 31 14:43:40.562 INFO STEP 418 (remove_files) COMPLETE
66202026-08-31T14:43:41.209Z[ recovery-image] Aug 31 14:43:40.562 INFO O| Aug 31 14:43:40.562 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-08-31T14:43:41.215Z[ recovery-image] Aug 31 14:43:40.572 INFO O| Aug 31 14:43:40.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
66222026-08-31T14:43:41.215Z[ recovery-image] Aug 31 14:43:40.572 INFO O| Aug 31 14:43:40.572 INFO STEP 419 (remove_files) COMPLETE
66232026-08-31T14:43:41.215Z[ recovery-image] Aug 31 14:43:40.572 INFO O| Aug 31 14:43:40.572 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-08-31T14:43:41.225Z[ recovery-image] Aug 31 14:43:40.581 INFO O| Aug 31 14:43:40.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66252026-08-31T14:43:41.225Z[ recovery-image] Aug 31 14:43:40.581 INFO O| Aug 31 14:43:40.581 INFO STEP 420 (remove_files) COMPLETE
66262026-08-31T14:43:41.225Z[ recovery-image] Aug 31 14:43:40.581 INFO O| Aug 31 14:43:40.581 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-08-31T14:43:41.236Z[ recovery-image] Aug 31 14:43:40.592 INFO O| Aug 31 14:43:40.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66282026-08-31T14:43:41.236Z[ recovery-image] Aug 31 14:43:40.592 INFO O| Aug 31 14:43:40.592 INFO STEP 421 (remove_files) COMPLETE
66292026-08-31T14:43:41.236Z[ recovery-image] Aug 31 14:43:40.592 INFO O| Aug 31 14:43:40.592 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-08-31T14:43:41.246Z[ recovery-image] Aug 31 14:43:40.603 INFO O| Aug 31 14:43:40.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66312026-08-31T14:43:41.246Z[ recovery-image] Aug 31 14:43:40.603 INFO O| Aug 31 14:43:40.603 INFO STEP 422 (remove_files) COMPLETE
66322026-08-31T14:43:41.246Z[ recovery-image] Aug 31 14:43:40.603 INFO O| Aug 31 14:43:40.603 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-08-31T14:43:41.256Z[ recovery-image] Aug 31 14:43:40.612 INFO O| Aug 31 14:43:40.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66342026-08-31T14:43:41.256Z[ recovery-image] Aug 31 14:43:40.612 INFO O| Aug 31 14:43:40.612 INFO STEP 423 (remove_files) COMPLETE
66352026-08-31T14:43:41.256Z[ recovery-image] Aug 31 14:43:40.612 INFO O| Aug 31 14:43:40.612 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-08-31T14:43:41.266Z[ recovery-image] Aug 31 14:43:40.622 INFO O| Aug 31 14:43:40.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66372026-08-31T14:43:41.266Z[ recovery-image] Aug 31 14:43:40.622 INFO O| Aug 31 14:43:40.622 INFO STEP 424 (remove_files) COMPLETE
66382026-08-31T14:43:41.266Z[ recovery-image] Aug 31 14:43:40.622 INFO O| Aug 31 14:43:40.622 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-08-31T14:43:41.276Z[ recovery-image] Aug 31 14:43:40.633 INFO O| Aug 31 14:43:40.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66402026-08-31T14:43:41.277Z[ recovery-image] Aug 31 14:43:40.633 INFO O| Aug 31 14:43:40.633 INFO STEP 425 (remove_files) COMPLETE
66412026-08-31T14:43:41.277Z[ recovery-image] Aug 31 14:43:40.633 INFO O| Aug 31 14:43:40.633 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-08-31T14:43:41.286Z[ recovery-image] Aug 31 14:43:40.642 INFO O| Aug 31 14:43:40.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66432026-08-31T14:43:41.286Z[ recovery-image] Aug 31 14:43:40.642 INFO O| Aug 31 14:43:40.642 INFO STEP 426 (remove_files) COMPLETE
66442026-08-31T14:43:41.286Z[ recovery-image] Aug 31 14:43:40.642 INFO O| Aug 31 14:43:40.642 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-31T14:43:41.305Z[ recovery-image] Aug 31 14:43:40.661 INFO O| Aug 31 14:43:40.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66462026-08-31T14:43:41.318Z[ recovery-image] Aug 31 14:43:40.673 INFO O| Aug 31 14:43:40.673 INFO STEP 427 (remove_files) COMPLETE
66472026-08-31T14:43:41.318Z[ recovery-image] Aug 31 14:43:40.673 INFO O| Aug 31 14:43:40.673 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-08-31T14:43:41.367Z[ recovery-image] Aug 31 14:43:40.723 INFO O| Aug 31 14:43:40.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66492026-08-31T14:43:41.367Z[ recovery-image] Aug 31 14:43:40.723 INFO O| Aug 31 14:43:40.723 INFO STEP 428 (remove_files) COMPLETE
66502026-08-31T14:43:41.367Z[ recovery-image] Aug 31 14:43:40.723 INFO O| Aug 31 14:43:40.723 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-31T14:43:41.378Z[ recovery-image] Aug 31 14:43:40.735 INFO O| Aug 31 14:43:40.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66522026-08-31T14:43:41.378Z[ recovery-image] Aug 31 14:43:40.735 INFO O| Aug 31 14:43:40.735 INFO STEP 429 (remove_files) COMPLETE
66532026-08-31T14:43:41.382Z[ recovery-image] Aug 31 14:43:40.735 INFO O| Aug 31 14:43:40.735 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-08-31T14:43:41.390Z[ recovery-image] Aug 31 14:43:40.746 INFO O| Aug 31 14:43:40.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66552026-08-31T14:43:41.390Z[ recovery-image] Aug 31 14:43:40.747 INFO O| Aug 31 14:43:40.747 INFO STEP 430 (remove_files) COMPLETE
66562026-08-31T14:43:41.390Z[ recovery-image] Aug 31 14:43:40.747 INFO O| Aug 31 14:43:40.747 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-08-31T14:43:41.402Z[ recovery-image] Aug 31 14:43:40.757 INFO O| Aug 31 14:43:40.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66582026-08-31T14:43:41.402Z[ recovery-image] Aug 31 14:43:40.757 INFO O| Aug 31 14:43:40.757 INFO STEP 431 (remove_files) COMPLETE
66592026-08-31T14:43:41.402Z[ recovery-image] Aug 31 14:43:40.757 INFO O| Aug 31 14:43:40.757 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-08-31T14:43:41.414Z[ recovery-image] Aug 31 14:43:40.767 INFO O| Aug 31 14:43:40.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66612026-08-31T14:43:41.414Z[ recovery-image] Aug 31 14:43:40.767 INFO O| Aug 31 14:43:40.767 INFO STEP 432 (remove_files) COMPLETE
66622026-08-31T14:43:41.414Z[ recovery-image] Aug 31 14:43:40.767 INFO O| Aug 31 14:43:40.767 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-08-31T14:43:41.420Z[ recovery-image] Aug 31 14:43:40.777 INFO O| Aug 31 14:43:40.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66642026-08-31T14:43:41.420Z[ recovery-image] Aug 31 14:43:40.777 INFO O| Aug 31 14:43:40.777 INFO STEP 433 (remove_files) COMPLETE
66652026-08-31T14:43:41.420Z[ recovery-image] Aug 31 14:43:40.777 INFO O| Aug 31 14:43:40.777 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-08-31T14:43:41.432Z[ recovery-image] Aug 31 14:43:40.788 INFO O| Aug 31 14:43:40.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66672026-08-31T14:43:41.432Z[ recovery-image] Aug 31 14:43:40.788 INFO O| Aug 31 14:43:40.788 INFO STEP 434 (remove_files) COMPLETE
66682026-08-31T14:43:41.432Z[ recovery-image] Aug 31 14:43:40.788 INFO O| Aug 31 14:43:40.788 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-08-31T14:43:41.442Z[ recovery-image] Aug 31 14:43:40.799 INFO O| Aug 31 14:43:40.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66702026-08-31T14:43:41.442Z[ recovery-image] Aug 31 14:43:40.799 INFO O| Aug 31 14:43:40.799 INFO STEP 435 (remove_files) COMPLETE
66712026-08-31T14:43:41.442Z[ recovery-image] Aug 31 14:43:40.799 INFO O| Aug 31 14:43:40.799 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-31T14:43:41.449Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
66732026-08-31T14:43:41.453Z[ recovery-image] Aug 31 14:43:40.809 INFO O| Aug 31 14:43:40.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66742026-08-31T14:43:41.453Z[ recovery-image] Aug 31 14:43:40.809 INFO O| Aug 31 14:43:40.809 INFO STEP 436 (remove_files) COMPLETE
66752026-08-31T14:43:41.456Z[ recovery-image] Aug 31 14:43:40.809 INFO O| Aug 31 14:43:40.809 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-08-31T14:43:41.463Z[ recovery-image] Aug 31 14:43:40.820 INFO O| Aug 31 14:43:40.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66772026-08-31T14:43:41.464Z[ recovery-image] Aug 31 14:43:40.820 INFO O| Aug 31 14:43:40.820 INFO STEP 437 (remove_files) COMPLETE
66782026-08-31T14:43:41.464Z[ recovery-image] Aug 31 14:43:40.820 INFO O| Aug 31 14:43:40.820 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-08-31T14:43:41.475Z[ recovery-image] Aug 31 14:43:40.830 INFO O| Aug 31 14:43:40.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66802026-08-31T14:43:41.475Z[ recovery-image] Aug 31 14:43:40.830 INFO O| Aug 31 14:43:40.830 INFO STEP 438 (remove_files) COMPLETE
66812026-08-31T14:43:41.475Z[ recovery-image] Aug 31 14:43:40.830 INFO O| Aug 31 14:43:40.830 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-08-31T14:43:41.484Z[ recovery-image] Aug 31 14:43:40.840 INFO O| Aug 31 14:43:40.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66832026-08-31T14:43:41.484Z[ recovery-image] Aug 31 14:43:40.840 INFO O| Aug 31 14:43:40.840 INFO STEP 439 (remove_files) COMPLETE
66842026-08-31T14:43:41.484Z[ recovery-image] Aug 31 14:43:40.840 INFO O| Aug 31 14:43:40.840 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-08-31T14:43:41.494Z[ recovery-image] Aug 31 14:43:40.850 INFO O| Aug 31 14:43:40.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66862026-08-31T14:43:41.494Z[ recovery-image] Aug 31 14:43:40.850 INFO O| Aug 31 14:43:40.850 INFO STEP 440 (remove_files) COMPLETE
66872026-08-31T14:43:41.494Z[ recovery-image] Aug 31 14:43:40.850 INFO O| Aug 31 14:43:40.850 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-08-31T14:43:41.505Z[ recovery-image] Aug 31 14:43:40.861 INFO O| Aug 31 14:43:40.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66892026-08-31T14:43:41.505Z[ recovery-image] Aug 31 14:43:40.861 INFO O| Aug 31 14:43:40.861 INFO STEP 441 (remove_files) COMPLETE
66902026-08-31T14:43:41.509Z[ recovery-image] Aug 31 14:43:40.861 INFO O| Aug 31 14:43:40.861 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-08-31T14:43:41.516Z[ recovery-image] Aug 31 14:43:40.872 INFO O| Aug 31 14:43:40.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66922026-08-31T14:43:41.516Z[ recovery-image] Aug 31 14:43:40.872 INFO O| Aug 31 14:43:40.872 INFO STEP 442 (remove_files) COMPLETE
66932026-08-31T14:43:41.522Z[ recovery-image] Aug 31 14:43:40.872 INFO O| Aug 31 14:43:40.872 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-08-31T14:43:41.534Z[ recovery-image] Aug 31 14:43:40.883 INFO O| Aug 31 14:43:40.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66952026-08-31T14:43:41.534Z[ recovery-image] Aug 31 14:43:40.883 INFO O| Aug 31 14:43:40.883 INFO STEP 443 (remove_files) COMPLETE
66962026-08-31T14:43:41.538Z[ recovery-image] Aug 31 14:43:40.883 INFO O| Aug 31 14:43:40.883 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-08-31T14:43:41.538Z[ recovery-image] Aug 31 14:43:40.894 INFO O| Aug 31 14:43:40.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66982026-08-31T14:43:41.538Z[ recovery-image] Aug 31 14:43:40.894 INFO O| Aug 31 14:43:40.894 INFO STEP 444 (remove_files) COMPLETE
66992026-08-31T14:43:41.538Z[ recovery-image] Aug 31 14:43:40.894 INFO O| Aug 31 14:43:40.894 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-08-31T14:43:41.549Z[ recovery-image] Aug 31 14:43:40.905 INFO O| Aug 31 14:43:40.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
67012026-08-31T14:43:41.549Z[ recovery-image] Aug 31 14:43:40.905 INFO O| Aug 31 14:43:40.905 INFO STEP 445 (remove_files) COMPLETE
67022026-08-31T14:43:41.550Z[ recovery-image] Aug 31 14:43:40.905 INFO O| Aug 31 14:43:40.905 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-08-31T14:43:41.559Z[ recovery-image] Aug 31 14:43:40.915 INFO O| Aug 31 14:43:40.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
67042026-08-31T14:43:41.559Z[ recovery-image] Aug 31 14:43:40.915 INFO O| Aug 31 14:43:40.915 INFO STEP 446 (remove_files) COMPLETE
67052026-08-31T14:43:41.562Z[ recovery-image] Aug 31 14:43:40.915 INFO O| Aug 31 14:43:40.915 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-08-31T14:43:41.568Z[ recovery-image] Aug 31 14:43:40.924 INFO O| Aug 31 14:43:40.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
67072026-08-31T14:43:41.568Z[ recovery-image] Aug 31 14:43:40.924 INFO O| Aug 31 14:43:40.924 INFO STEP 447 (remove_files) COMPLETE
67082026-08-31T14:43:41.568Z[ recovery-image] Aug 31 14:43:40.924 INFO O| Aug 31 14:43:40.924 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-31T14:43:41.579Z[ recovery-image] Aug 31 14:43:40.935 INFO O| Aug 31 14:43:40.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
67102026-08-31T14:43:41.579Z[ recovery-image] Aug 31 14:43:40.935 INFO O| Aug 31 14:43:40.935 INFO STEP 448 (remove_files) COMPLETE
67112026-08-31T14:43:41.583Z[ recovery-image] Aug 31 14:43:40.935 INFO O| Aug 31 14:43:40.935 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-31T14:43:41.590Z[ recovery-image] Aug 31 14:43:40.946 INFO O| Aug 31 14:43:40.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
67132026-08-31T14:43:41.590Z[ recovery-image] Aug 31 14:43:40.946 INFO O| Aug 31 14:43:40.946 INFO STEP 449 (remove_files) COMPLETE
67142026-08-31T14:43:41.590Z[ recovery-image] Aug 31 14:43:40.946 INFO O| Aug 31 14:43:40.946 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-31T14:43:41.601Z[ recovery-image] Aug 31 14:43:40.957 INFO O| Aug 31 14:43:40.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
67162026-08-31T14:43:41.601Z[ recovery-image] Aug 31 14:43:40.957 INFO O| Aug 31 14:43:40.957 INFO STEP 450 (remove_files) COMPLETE
67172026-08-31T14:43:41.601Z[ recovery-image] Aug 31 14:43:40.957 INFO O| Aug 31 14:43:40.957 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-31T14:43:41.611Z[ recovery-image] Aug 31 14:43:40.967 INFO O| Aug 31 14:43:40.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
67192026-08-31T14:43:41.611Z[ recovery-image] Aug 31 14:43:40.967 INFO O| Aug 31 14:43:40.967 INFO STEP 451 (remove_files) COMPLETE
67202026-08-31T14:43:41.611Z[ recovery-image] Aug 31 14:43:40.967 INFO O| Aug 31 14:43:40.967 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-31T14:43:41.621Z[ recovery-image] Aug 31 14:43:40.977 INFO O| Aug 31 14:43:40.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
67222026-08-31T14:43:41.621Z[ recovery-image] Aug 31 14:43:40.977 INFO O| Aug 31 14:43:40.977 INFO STEP 452 (remove_files) COMPLETE
67232026-08-31T14:43:41.626Z[ recovery-image] Aug 31 14:43:40.977 INFO O| Aug 31 14:43:40.977 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-31T14:43:41.633Z[ recovery-image] Aug 31 14:43:40.989 INFO O| Aug 31 14:43:40.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67252026-08-31T14:43:41.633Z[ recovery-image] Aug 31 14:43:40.989 INFO O| Aug 31 14:43:40.989 INFO STEP 453 (remove_files) COMPLETE
67262026-08-31T14:43:41.636Z[ recovery-image] Aug 31 14:43:40.989 INFO O| Aug 31 14:43:40.989 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-08-31T14:43:41.642Z[ recovery-image] Aug 31 14:43:40.998 INFO O| Aug 31 14:43:40.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67282026-08-31T14:43:41.642Z[ recovery-image] Aug 31 14:43:40.998 INFO O| Aug 31 14:43:40.998 INFO STEP 454 (remove_files) COMPLETE
67292026-08-31T14:43:41.642Z[ recovery-image] Aug 31 14:43:40.998 INFO O| Aug 31 14:43:40.998 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-31T14:43:41.654Z[ recovery-image] Aug 31 14:43:41.010 INFO O| Aug 31 14:43:41.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67312026-08-31T14:43:41.655Z[ recovery-image] Aug 31 14:43:41.011 INFO O| Aug 31 14:43:41.011 INFO STEP 455 (remove_files) COMPLETE
67322026-08-31T14:43:41.655Z[ recovery-image] Aug 31 14:43:41.011 INFO O| Aug 31 14:43:41.011 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-08-31T14:43:41.666Z[ recovery-image] Aug 31 14:43:41.022 INFO O| Aug 31 14:43:41.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67342026-08-31T14:43:41.666Z[ recovery-image] Aug 31 14:43:41.022 INFO O| Aug 31 14:43:41.022 INFO STEP 456 (remove_files) COMPLETE
67352026-08-31T14:43:41.667Z[ recovery-image] Aug 31 14:43:41.022 INFO O| Aug 31 14:43:41.022 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-08-31T14:43:41.678Z[ recovery-image] Aug 31 14:43:41.033 INFO O| Aug 31 14:43:41.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67372026-08-31T14:43:41.678Z[ recovery-image] Aug 31 14:43:41.034 INFO O| Aug 31 14:43:41.034 INFO STEP 457 (remove_files) COMPLETE
67382026-08-31T14:43:41.678Z[ recovery-image] Aug 31 14:43:41.034 INFO O| Aug 31 14:43:41.034 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-08-31T14:43:41.689Z[ recovery-image] Aug 31 14:43:41.045 INFO O| Aug 31 14:43:41.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67402026-08-31T14:43:41.689Z[ recovery-image] Aug 31 14:43:41.045 INFO O| Aug 31 14:43:41.045 INFO STEP 458 (remove_files) COMPLETE
67412026-08-31T14:43:41.689Z[ recovery-image] Aug 31 14:43:41.045 INFO O| Aug 31 14:43:41.045 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-08-31T14:43:41.703Z[ recovery-image] Aug 31 14:43:41.059 INFO O| Aug 31 14:43:41.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67432026-08-31T14:43:41.703Z[ recovery-image] Aug 31 14:43:41.059 INFO O| Aug 31 14:43:41.059 INFO STEP 459 (remove_files) COMPLETE
67442026-08-31T14:43:41.703Z[ recovery-image] Aug 31 14:43:41.059 INFO O| Aug 31 14:43:41.059 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-08-31T14:43:41.716Z[ recovery-image] Aug 31 14:43:41.070 INFO O| Aug 31 14:43:41.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67462026-08-31T14:43:41.717Z[ recovery-image] Aug 31 14:43:41.070 INFO O| Aug 31 14:43:41.070 INFO STEP 460 (remove_files) COMPLETE
67472026-08-31T14:43:41.717Z[ recovery-image] Aug 31 14:43:41.070 INFO O| Aug 31 14:43:41.070 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-08-31T14:43:41.725Z[ recovery-image] Aug 31 14:43:41.081 INFO O| Aug 31 14:43:41.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67492026-08-31T14:43:41.725Z[ recovery-image] Aug 31 14:43:41.081 INFO O| Aug 31 14:43:41.081 INFO STEP 461 (remove_files) COMPLETE
67502026-08-31T14:43:41.725Z[ recovery-image] Aug 31 14:43:41.081 INFO O| Aug 31 14:43:41.081 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-08-31T14:43:41.734Z[ recovery-image] Aug 31 14:43:41.090 INFO O| Aug 31 14:43:41.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67522026-08-31T14:43:41.734Z[ recovery-image] Aug 31 14:43:41.091 INFO O| Aug 31 14:43:41.091 INFO STEP 462 (remove_files) COMPLETE
67532026-08-31T14:43:41.734Z[ recovery-image] Aug 31 14:43:41.091 INFO O| Aug 31 14:43:41.091 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-08-31T14:43:41.746Z[ recovery-image] Aug 31 14:43:41.101 INFO O| Aug 31 14:43:41.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67552026-08-31T14:43:41.746Z[ recovery-image] Aug 31 14:43:41.101 INFO O| Aug 31 14:43:41.101 INFO STEP 463 (remove_files) COMPLETE
67562026-08-31T14:43:41.750Z[ recovery-image] Aug 31 14:43:41.101 INFO O| Aug 31 14:43:41.101 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-08-31T14:43:41.756Z[ recovery-image] Aug 31 14:43:41.112 INFO O| Aug 31 14:43:41.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67582026-08-31T14:43:41.756Z[ recovery-image] Aug 31 14:43:41.112 INFO O| Aug 31 14:43:41.112 INFO STEP 464 (remove_files) COMPLETE
67592026-08-31T14:43:41.756Z[ recovery-image] Aug 31 14:43:41.112 INFO O| Aug 31 14:43:41.112 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-08-31T14:43:41.766Z[ recovery-image] Aug 31 14:43:41.122 INFO O| Aug 31 14:43:41.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67612026-08-31T14:43:41.766Z[ recovery-image] Aug 31 14:43:41.122 INFO O| Aug 31 14:43:41.122 INFO STEP 465 (remove_files) COMPLETE
67622026-08-31T14:43:41.766Z[ recovery-image] Aug 31 14:43:41.122 INFO O| Aug 31 14:43:41.122 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-08-31T14:43:41.775Z[ recovery-image] Aug 31 14:43:41.131 INFO O| Aug 31 14:43:41.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67642026-08-31T14:43:41.775Z[ recovery-image] Aug 31 14:43:41.131 INFO O| Aug 31 14:43:41.131 INFO STEP 466 (remove_files) COMPLETE
67652026-08-31T14:43:41.775Z[ recovery-image] Aug 31 14:43:41.131 INFO O| Aug 31 14:43:41.131 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-08-31T14:43:41.784Z[ recovery-image] Aug 31 14:43:41.140 INFO O| Aug 31 14:43:41.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67672026-08-31T14:43:41.784Z[ recovery-image] Aug 31 14:43:41.140 INFO O| Aug 31 14:43:41.140 INFO STEP 467 (remove_files) COMPLETE
67682026-08-31T14:43:41.789Z[ recovery-image] Aug 31 14:43:41.140 INFO O| Aug 31 14:43:41.140 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-08-31T14:43:41.792Z[ recovery-image] Aug 31 14:43:41.149 INFO O| Aug 31 14:43:41.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67702026-08-31T14:43:41.793Z[ recovery-image] Aug 31 14:43:41.149 INFO O| Aug 31 14:43:41.149 INFO STEP 468 (remove_files) COMPLETE
67712026-08-31T14:43:41.793Z[ recovery-image] Aug 31 14:43:41.149 INFO O| Aug 31 14:43:41.149 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-08-31T14:43:41.800Z[ recovery-image] Aug 31 14:43:41.156 INFO O| Aug 31 14:43:41.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67732026-08-31T14:43:41.800Z[ recovery-image] Aug 31 14:43:41.156 INFO O| Aug 31 14:43:41.156 INFO STEP 469 (remove_files) COMPLETE
67742026-08-31T14:43:41.804Z[ recovery-image] Aug 31 14:43:41.156 INFO O| Aug 31 14:43:41.156 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-08-31T14:43:41.808Z[ recovery-image] Aug 31 14:43:41.164 INFO O| Aug 31 14:43:41.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67762026-08-31T14:43:41.808Z[ recovery-image] Aug 31 14:43:41.164 INFO O| Aug 31 14:43:41.164 INFO STEP 470 (remove_files) COMPLETE
67772026-08-31T14:43:41.808Z[ recovery-image] Aug 31 14:43:41.164 INFO O| Aug 31 14:43:41.164 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-08-31T14:43:41.815Z[ recovery-image] Aug 31 14:43:41.171 INFO O| Aug 31 14:43:41.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67792026-08-31T14:43:41.815Z[ recovery-image] Aug 31 14:43:41.171 INFO O| Aug 31 14:43:41.171 INFO STEP 471 (remove_files) COMPLETE
67802026-08-31T14:43:41.815Z[ recovery-image] Aug 31 14:43:41.171 INFO O| Aug 31 14:43:41.171 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-08-31T14:43:41.822Z[ recovery-image] Aug 31 14:43:41.179 INFO O| Aug 31 14:43:41.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67822026-08-31T14:43:41.823Z[ recovery-image] Aug 31 14:43:41.179 INFO O| Aug 31 14:43:41.179 INFO STEP 472 (remove_files) COMPLETE
67832026-08-31T14:43:41.823Z[ recovery-image] Aug 31 14:43:41.179 INFO O| Aug 31 14:43:41.179 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-31T14:43:41.832Z[ recovery-image] Aug 31 14:43:41.188 INFO O| Aug 31 14:43:41.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67852026-08-31T14:43:41.832Z[ recovery-image] Aug 31 14:43:41.189 INFO O| Aug 31 14:43:41.188 INFO STEP 473 (remove_files) COMPLETE
67862026-08-31T14:43:41.836Z[ recovery-image] Aug 31 14:43:41.189 INFO O| Aug 31 14:43:41.189 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-08-31T14:43:41.843Z[ recovery-image] Aug 31 14:43:41.199 INFO O| Aug 31 14:43:41.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67882026-08-31T14:43:41.843Z[ recovery-image] Aug 31 14:43:41.199 INFO O| Aug 31 14:43:41.199 INFO STEP 474 (remove_files) COMPLETE
67892026-08-31T14:43:41.846Z[ recovery-image] Aug 31 14:43:41.199 INFO O| Aug 31 14:43:41.199 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-08-31T14:43:41.855Z[ recovery-image] Aug 31 14:43:41.209 INFO O| Aug 31 14:43:41.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67912026-08-31T14:43:41.855Z[ recovery-image] Aug 31 14:43:41.210 INFO O| Aug 31 14:43:41.210 INFO STEP 475 (remove_files) COMPLETE
67922026-08-31T14:43:41.858Z[ recovery-image] Aug 31 14:43:41.210 INFO O| Aug 31 14:43:41.210 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-08-31T14:43:41.864Z[ recovery-image] Aug 31 14:43:41.219 INFO O| Aug 31 14:43:41.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67942026-08-31T14:43:41.864Z[ recovery-image] Aug 31 14:43:41.219 INFO O| Aug 31 14:43:41.219 INFO STEP 476 (remove_files) COMPLETE
67952026-08-31T14:43:41.864Z[ recovery-image] Aug 31 14:43:41.219 INFO O| Aug 31 14:43:41.219 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-08-31T14:43:41.872Z[ recovery-image] Aug 31 14:43:41.228 INFO O| Aug 31 14:43:41.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67972026-08-31T14:43:41.872Z[ recovery-image] Aug 31 14:43:41.228 INFO O| Aug 31 14:43:41.228 INFO STEP 477 (remove_files) COMPLETE
67982026-08-31T14:43:41.875Z[ recovery-image] Aug 31 14:43:41.228 INFO O| Aug 31 14:43:41.228 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-08-31T14:43:41.880Z[ recovery-image] Aug 31 14:43:41.237 INFO O| Aug 31 14:43:41.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
68002026-08-31T14:43:41.880Z[ recovery-image] Aug 31 14:43:41.237 INFO O| Aug 31 14:43:41.237 INFO STEP 478 (remove_files) COMPLETE
68012026-08-31T14:43:41.880Z[ recovery-image] Aug 31 14:43:41.237 INFO O| Aug 31 14:43:41.237 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-08-31T14:43:41.889Z[ recovery-image] Aug 31 14:43:41.245 INFO O| Aug 31 14:43:41.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
68032026-08-31T14:43:41.889Z[ recovery-image] Aug 31 14:43:41.245 INFO O| Aug 31 14:43:41.245 INFO STEP 479 (remove_files) COMPLETE
68042026-08-31T14:43:41.893Z[ recovery-image] Aug 31 14:43:41.245 INFO O| Aug 31 14:43:41.245 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-08-31T14:43:41.898Z[ recovery-image] Aug 31 14:43:41.254 INFO O| Aug 31 14:43:41.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
68062026-08-31T14:43:41.898Z[ recovery-image] Aug 31 14:43:41.254 INFO O| Aug 31 14:43:41.254 INFO STEP 480 (remove_files) COMPLETE
68072026-08-31T14:43:41.898Z[ recovery-image] Aug 31 14:43:41.254 INFO O| Aug 31 14:43:41.254 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-08-31T14:43:41.907Z[ recovery-image] Aug 31 14:43:41.263 INFO O| Aug 31 14:43:41.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
68092026-08-31T14:43:41.910Z[ recovery-image] Aug 31 14:43:41.264 INFO O| Aug 31 14:43:41.264 INFO STEP 481 (remove_files) COMPLETE
68102026-08-31T14:43:41.910Z[ recovery-image] Aug 31 14:43:41.264 INFO O| Aug 31 14:43:41.264 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-08-31T14:43:41.916Z[ recovery-image] Aug 31 14:43:41.273 INFO O| Aug 31 14:43:41.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
68122026-08-31T14:43:41.916Z[ recovery-image] Aug 31 14:43:41.273 INFO O| Aug 31 14:43:41.273 INFO STEP 482 (remove_files) COMPLETE
68132026-08-31T14:43:41.920Z[ recovery-image] Aug 31 14:43:41.273 INFO O| Aug 31 14:43:41.273 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-08-31T14:43:41.927Z[ recovery-image] Aug 31 14:43:41.283 INFO O| Aug 31 14:43:41.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
68152026-08-31T14:43:41.927Z[ recovery-image] Aug 31 14:43:41.283 INFO O| Aug 31 14:43:41.283 INFO STEP 483 (remove_files) COMPLETE
68162026-08-31T14:43:41.930Z[ recovery-image] Aug 31 14:43:41.283 INFO O| Aug 31 14:43:41.283 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-08-31T14:43:41.937Z[ recovery-image] Aug 31 14:43:41.293 INFO O| Aug 31 14:43:41.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68182026-08-31T14:43:41.937Z[ recovery-image] Aug 31 14:43:41.293 INFO O| Aug 31 14:43:41.293 INFO STEP 484 (remove_files) COMPLETE
68192026-08-31T14:43:41.937Z[ recovery-image] Aug 31 14:43:41.293 INFO O| Aug 31 14:43:41.293 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-08-31T14:43:41.946Z[ recovery-image] Aug 31 14:43:41.302 INFO O| Aug 31 14:43:41.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68212026-08-31T14:43:41.949Z[ recovery-image] Aug 31 14:43:41.303 INFO O| Aug 31 14:43:41.303 INFO STEP 485 (remove_files) COMPLETE
68222026-08-31T14:43:41.949Z[ recovery-image] Aug 31 14:43:41.303 INFO O| Aug 31 14:43:41.303 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-08-31T14:43:41.957Z[ recovery-image] Aug 31 14:43:41.313 INFO O| Aug 31 14:43:41.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68242026-08-31T14:43:41.957Z[ recovery-image] Aug 31 14:43:41.313 INFO O| Aug 31 14:43:41.313 INFO STEP 486 (remove_files) COMPLETE
68252026-08-31T14:43:41.957Z[ recovery-image] Aug 31 14:43:41.313 INFO O| Aug 31 14:43:41.313 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-08-31T14:43:41.966Z[ recovery-image] Aug 31 14:43:41.323 INFO O| Aug 31 14:43:41.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68272026-08-31T14:43:41.966Z[ recovery-image] Aug 31 14:43:41.323 INFO O| Aug 31 14:43:41.323 INFO STEP 487 (remove_files) COMPLETE
68282026-08-31T14:43:41.967Z[ recovery-image] Aug 31 14:43:41.323 INFO O| Aug 31 14:43:41.323 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-08-31T14:43:41.976Z[ recovery-image] Aug 31 14:43:41.332 INFO O| Aug 31 14:43:41.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68302026-08-31T14:43:41.976Z[ recovery-image] Aug 31 14:43:41.332 INFO O| Aug 31 14:43:41.332 INFO STEP 488 (remove_files) COMPLETE
68312026-08-31T14:43:41.976Z[ recovery-image] Aug 31 14:43:41.332 INFO O| Aug 31 14:43:41.332 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-08-31T14:43:41.985Z[ recovery-image] Aug 31 14:43:41.341 INFO O| Aug 31 14:43:41.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68332026-08-31T14:43:41.985Z[ recovery-image] Aug 31 14:43:41.342 INFO O| Aug 31 14:43:41.342 INFO STEP 489 (remove_files) COMPLETE
68342026-08-31T14:43:41.986Z[ recovery-image] Aug 31 14:43:41.342 INFO O| Aug 31 14:43:41.342 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-08-31T14:43:41.995Z[ recovery-image] Aug 31 14:43:41.351 INFO O| Aug 31 14:43:41.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68362026-08-31T14:43:41.998Z[ recovery-image] Aug 31 14:43:41.351 INFO O| Aug 31 14:43:41.351 INFO STEP 490 (remove_files) COMPLETE
68372026-08-31T14:43:41.998Z[ recovery-image] Aug 31 14:43:41.351 INFO O| Aug 31 14:43:41.351 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-08-31T14:43:42.003Z[ recovery-image] Aug 31 14:43:41.360 INFO O| Aug 31 14:43:41.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68392026-08-31T14:43:42.004Z[ recovery-image] Aug 31 14:43:41.360 INFO O| Aug 31 14:43:41.360 INFO STEP 491 (remove_files) COMPLETE
68402026-08-31T14:43:42.004Z[ recovery-image] Aug 31 14:43:41.360 INFO O| Aug 31 14:43:41.360 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-08-31T14:43:42.007Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
68422026-08-31T14:43:42.014Z[ recovery-image] Aug 31 14:43:41.369 INFO O| Aug 31 14:43:41.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68432026-08-31T14:43:42.014Z[ recovery-image] Aug 31 14:43:41.369 INFO O| Aug 31 14:43:41.369 INFO STEP 492 (remove_files) COMPLETE
68442026-08-31T14:43:42.014Z[ recovery-image] Aug 31 14:43:41.369 INFO O| Aug 31 14:43:41.369 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-08-31T14:43:42.024Z[ recovery-image] Aug 31 14:43:41.380 INFO O| Aug 31 14:43:41.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68462026-08-31T14:43:42.024Z[ recovery-image] Aug 31 14:43:41.380 INFO O| Aug 31 14:43:41.380 INFO STEP 493 (remove_files) COMPLETE
68472026-08-31T14:43:42.024Z[ recovery-image] Aug 31 14:43:41.380 INFO O| Aug 31 14:43:41.380 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-08-31T14:43:42.033Z[ recovery-image] Aug 31 14:43:41.389 INFO O| Aug 31 14:43:41.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68492026-08-31T14:43:42.033Z[ recovery-image] Aug 31 14:43:41.390 INFO O| Aug 31 14:43:41.390 INFO STEP 494 (remove_files) COMPLETE
68502026-08-31T14:43:42.034Z[ recovery-image] Aug 31 14:43:41.390 INFO O| Aug 31 14:43:41.390 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-08-31T14:43:42.042Z[ recovery-image] Aug 31 14:43:41.399 INFO O| Aug 31 14:43:41.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68522026-08-31T14:43:42.043Z[ recovery-image] Aug 31 14:43:41.399 INFO O| Aug 31 14:43:41.399 INFO STEP 495 (remove_files) COMPLETE
68532026-08-31T14:43:42.043Z[ recovery-image] Aug 31 14:43:41.399 INFO O| Aug 31 14:43:41.399 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-08-31T14:43:42.051Z[ recovery-image] Aug 31 14:43:41.407 INFO O| Aug 31 14:43:41.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68552026-08-31T14:43:42.051Z[ recovery-image] Aug 31 14:43:41.407 INFO O| Aug 31 14:43:41.407 INFO STEP 496 (remove_files) COMPLETE
68562026-08-31T14:43:42.051Z[ recovery-image] Aug 31 14:43:41.407 INFO O| Aug 31 14:43:41.407 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-08-31T14:43:42.061Z[ recovery-image] Aug 31 14:43:41.417 INFO O| Aug 31 14:43:41.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68582026-08-31T14:43:42.061Z[ recovery-image] Aug 31 14:43:41.417 INFO O| Aug 31 14:43:41.417 INFO STEP 497 (remove_files) COMPLETE
68592026-08-31T14:43:42.061Z[ recovery-image] Aug 31 14:43:41.417 INFO O| Aug 31 14:43:41.417 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-08-31T14:43:42.071Z[ recovery-image] Aug 31 14:43:41.427 INFO O| Aug 31 14:43:41.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68612026-08-31T14:43:42.071Z[ recovery-image] Aug 31 14:43:41.427 INFO O| Aug 31 14:43:41.427 INFO STEP 498 (remove_files) COMPLETE
68622026-08-31T14:43:42.071Z[ recovery-image] Aug 31 14:43:41.427 INFO O| Aug 31 14:43:41.427 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-08-31T14:43:42.091Z[ recovery-image] Aug 31 14:43:41.437 INFO O| Aug 31 14:43:41.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68642026-08-31T14:43:42.092Z[ recovery-image] Aug 31 14:43:41.437 INFO O| Aug 31 14:43:41.437 INFO STEP 499 (remove_files) COMPLETE
68652026-08-31T14:43:42.092Z[ recovery-image] Aug 31 14:43:41.437 INFO O| Aug 31 14:43:41.437 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-08-31T14:43:42.095Z[ recovery-image] Aug 31 14:43:41.447 INFO O| Aug 31 14:43:41.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68672026-08-31T14:43:42.095Z[ recovery-image] Aug 31 14:43:41.447 INFO O| Aug 31 14:43:41.447 INFO STEP 500 (remove_files) COMPLETE
68682026-08-31T14:43:42.095Z[ recovery-image] Aug 31 14:43:41.447 INFO O| Aug 31 14:43:41.447 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-08-31T14:43:42.101Z[ recovery-image] Aug 31 14:43:41.457 INFO O| Aug 31 14:43:41.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68702026-08-31T14:43:42.101Z[ recovery-image] Aug 31 14:43:41.457 INFO O| Aug 31 14:43:41.457 INFO STEP 501 (remove_files) COMPLETE
68712026-08-31T14:43:42.101Z[ recovery-image] Aug 31 14:43:41.457 INFO O| Aug 31 14:43:41.457 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-08-31T14:43:42.111Z[ recovery-image] Aug 31 14:43:41.467 INFO O| Aug 31 14:43:41.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68732026-08-31T14:43:42.111Z[ recovery-image] Aug 31 14:43:41.467 INFO O| Aug 31 14:43:41.467 INFO STEP 502 (remove_files) COMPLETE
68742026-08-31T14:43:42.111Z[ recovery-image] Aug 31 14:43:41.467 INFO O| Aug 31 14:43:41.467 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-08-31T14:43:42.120Z[ recovery-image] Aug 31 14:43:41.476 INFO O| Aug 31 14:43:41.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68762026-08-31T14:43:42.120Z[ recovery-image] Aug 31 14:43:41.476 INFO O| Aug 31 14:43:41.476 INFO STEP 503 (remove_files) COMPLETE
68772026-08-31T14:43:42.120Z[ recovery-image] Aug 31 14:43:41.476 INFO O| Aug 31 14:43:41.476 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-08-31T14:43:42.130Z[ recovery-image] Aug 31 14:43:41.486 INFO O| Aug 31 14:43:41.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68792026-08-31T14:43:42.130Z[ recovery-image] Aug 31 14:43:41.486 INFO O| Aug 31 14:43:41.486 INFO STEP 504 (remove_files) COMPLETE
68802026-08-31T14:43:42.130Z[ recovery-image] Aug 31 14:43:41.486 INFO O| Aug 31 14:43:41.486 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-08-31T14:43:42.139Z[ recovery-image] Aug 31 14:43:41.496 INFO O| Aug 31 14:43:41.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68822026-08-31T14:43:42.139Z[ recovery-image] Aug 31 14:43:41.496 INFO O| Aug 31 14:43:41.496 INFO STEP 505 (remove_files) COMPLETE
68832026-08-31T14:43:42.143Z[ recovery-image] Aug 31 14:43:41.496 INFO O| Aug 31 14:43:41.496 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-08-31T14:43:42.148Z[ recovery-image] Aug 31 14:43:41.505 INFO O| Aug 31 14:43:41.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68852026-08-31T14:43:42.148Z[ recovery-image] Aug 31 14:43:41.505 INFO O| Aug 31 14:43:41.505 INFO STEP 506 (remove_files) COMPLETE
68862026-08-31T14:43:42.152Z[ recovery-image] Aug 31 14:43:41.505 INFO O| Aug 31 14:43:41.505 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-08-31T14:43:42.157Z[ recovery-image] Aug 31 14:43:41.513 INFO O| Aug 31 14:43:41.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68882026-08-31T14:43:42.157Z[ recovery-image] Aug 31 14:43:41.513 INFO O| Aug 31 14:43:41.513 INFO STEP 507 (remove_files) COMPLETE
68892026-08-31T14:43:42.157Z[ recovery-image] Aug 31 14:43:41.513 INFO O| Aug 31 14:43:41.513 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-08-31T14:43:42.166Z[ recovery-image] Aug 31 14:43:41.522 INFO O| Aug 31 14:43:41.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68912026-08-31T14:43:42.166Z[ recovery-image] Aug 31 14:43:41.522 INFO O| Aug 31 14:43:41.522 INFO STEP 508 (remove_files) COMPLETE
68922026-08-31T14:43:42.166Z[ recovery-image] Aug 31 14:43:41.522 INFO O| Aug 31 14:43:41.522 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-08-31T14:43:42.175Z[ recovery-image] Aug 31 14:43:41.531 INFO O| Aug 31 14:43:41.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68942026-08-31T14:43:42.175Z[ recovery-image] Aug 31 14:43:41.531 INFO O| Aug 31 14:43:41.531 INFO STEP 509 (remove_files) COMPLETE
68952026-08-31T14:43:42.176Z[ recovery-image] Aug 31 14:43:41.531 INFO O| Aug 31 14:43:41.531 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-08-31T14:43:42.184Z[ recovery-image] Aug 31 14:43:41.540 INFO O| Aug 31 14:43:41.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68972026-08-31T14:43:42.184Z[ recovery-image] Aug 31 14:43:41.540 INFO O| Aug 31 14:43:41.540 INFO STEP 510 (remove_files) COMPLETE
68982026-08-31T14:43:42.184Z[ recovery-image] Aug 31 14:43:41.540 INFO O| Aug 31 14:43:41.540 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-08-31T14:43:42.194Z[ recovery-image] Aug 31 14:43:41.549 INFO O| Aug 31 14:43:41.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
69002026-08-31T14:43:42.194Z[ recovery-image] Aug 31 14:43:41.549 INFO O| Aug 31 14:43:41.549 INFO STEP 511 (remove_files) COMPLETE
69012026-08-31T14:43:42.194Z[ recovery-image] Aug 31 14:43:41.549 INFO O| Aug 31 14:43:41.549 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-08-31T14:43:42.204Z[ recovery-image] Aug 31 14:43:41.560 INFO O| Aug 31 14:43:41.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
69032026-08-31T14:43:42.204Z[ recovery-image] Aug 31 14:43:41.560 INFO O| Aug 31 14:43:41.560 INFO STEP 512 (remove_files) COMPLETE
69042026-08-31T14:43:42.204Z[ recovery-image] Aug 31 14:43:41.560 INFO O| Aug 31 14:43:41.560 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-08-31T14:43:42.214Z[ recovery-image] Aug 31 14:43:41.570 INFO O| Aug 31 14:43:41.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69062026-08-31T14:43:42.217Z[ recovery-image] Aug 31 14:43:41.571 INFO O| Aug 31 14:43:41.571 INFO STEP 513 (remove_files) COMPLETE
69072026-08-31T14:43:42.217Z[ recovery-image] Aug 31 14:43:41.571 INFO O| Aug 31 14:43:41.571 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-08-31T14:43:42.225Z[ recovery-image] Aug 31 14:43:41.581 INFO O| Aug 31 14:43:41.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69092026-08-31T14:43:42.225Z[ recovery-image] Aug 31 14:43:41.581 INFO O| Aug 31 14:43:41.581 INFO STEP 514 (remove_files) COMPLETE
69102026-08-31T14:43:42.225Z[ recovery-image] Aug 31 14:43:41.581 INFO O| Aug 31 14:43:41.581 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-08-31T14:43:42.235Z[ recovery-image] Aug 31 14:43:41.591 INFO O| Aug 31 14:43:41.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69122026-08-31T14:43:42.235Z[ recovery-image] Aug 31 14:43:41.591 INFO O| Aug 31 14:43:41.591 INFO STEP 515 (remove_files) COMPLETE
69132026-08-31T14:43:42.235Z[ recovery-image] Aug 31 14:43:41.591 INFO O| Aug 31 14:43:41.591 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-08-31T14:43:42.277Z[ recovery-image] Aug 31 14:43:41.632 INFO O| Aug 31 14:43:41.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69152026-08-31T14:43:42.277Z[ recovery-image] Aug 31 14:43:41.632 INFO O| Aug 31 14:43:41.632 INFO STEP 516 (remove_files) COMPLETE
69162026-08-31T14:43:42.277Z[ recovery-image] Aug 31 14:43:41.632 INFO O| Aug 31 14:43:41.632 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-08-31T14:43:42.286Z[ recovery-image] Aug 31 14:43:41.641 INFO O| Aug 31 14:43:41.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69182026-08-31T14:43:42.286Z[ recovery-image] Aug 31 14:43:41.641 INFO O| Aug 31 14:43:41.641 INFO STEP 517 (remove_files) COMPLETE
69192026-08-31T14:43:42.286Z[ recovery-image] Aug 31 14:43:41.641 INFO O| Aug 31 14:43:41.641 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-08-31T14:43:42.294Z[ recovery-image] Aug 31 14:43:41.650 INFO O| Aug 31 14:43:41.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69212026-08-31T14:43:42.295Z[ recovery-image] Aug 31 14:43:41.650 INFO O| Aug 31 14:43:41.650 INFO STEP 518 (remove_files) COMPLETE
69222026-08-31T14:43:42.295Z[ recovery-image] Aug 31 14:43:41.650 INFO O| Aug 31 14:43:41.650 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-08-31T14:43:42.302Z[ recovery-image] Aug 31 14:43:41.658 INFO O| Aug 31 14:43:41.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69242026-08-31T14:43:42.302Z[ recovery-image] Aug 31 14:43:41.658 INFO O| Aug 31 14:43:41.658 INFO STEP 519 (remove_files) COMPLETE
69252026-08-31T14:43:42.302Z[ recovery-image] Aug 31 14:43:41.658 INFO O| Aug 31 14:43:41.658 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-08-31T14:43:42.311Z[ recovery-image] Aug 31 14:43:41.667 INFO O| Aug 31 14:43:41.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69272026-08-31T14:43:42.311Z[ recovery-image] Aug 31 14:43:41.667 INFO O| Aug 31 14:43:41.667 INFO STEP 520 (remove_files) COMPLETE
69282026-08-31T14:43:42.311Z[ recovery-image] Aug 31 14:43:41.667 INFO O| Aug 31 14:43:41.667 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-08-31T14:43:42.320Z[ recovery-image] Aug 31 14:43:41.676 INFO O| Aug 31 14:43:41.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69302026-08-31T14:43:42.320Z[ recovery-image] Aug 31 14:43:41.676 INFO O| Aug 31 14:43:41.676 INFO STEP 521 (remove_files) COMPLETE
69312026-08-31T14:43:42.324Z[ recovery-image] Aug 31 14:43:41.676 INFO O| Aug 31 14:43:41.676 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-08-31T14:43:42.330Z[ recovery-image] Aug 31 14:43:41.686 INFO O| Aug 31 14:43:41.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69332026-08-31T14:43:42.330Z[ recovery-image] Aug 31 14:43:41.686 INFO O| Aug 31 14:43:41.686 INFO STEP 522 (remove_files) COMPLETE
69342026-08-31T14:43:42.330Z[ recovery-image] Aug 31 14:43:41.686 INFO O| Aug 31 14:43:41.686 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-08-31T14:43:42.341Z[ recovery-image] Aug 31 14:43:41.697 INFO O| Aug 31 14:43:41.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69362026-08-31T14:43:42.341Z[ recovery-image] Aug 31 14:43:41.697 INFO O| Aug 31 14:43:41.697 INFO STEP 523 (remove_files) COMPLETE
69372026-08-31T14:43:42.345Z[ recovery-image] Aug 31 14:43:41.697 INFO O| Aug 31 14:43:41.697 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-08-31T14:43:42.352Z[ recovery-image] Aug 31 14:43:41.708 INFO O| Aug 31 14:43:41.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69392026-08-31T14:43:42.352Z[ recovery-image] Aug 31 14:43:41.708 INFO O| Aug 31 14:43:41.708 INFO STEP 524 (remove_files) COMPLETE
69402026-08-31T14:43:42.355Z[ recovery-image] Aug 31 14:43:41.708 INFO O| Aug 31 14:43:41.708 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-08-31T14:43:42.362Z[ recovery-image] Aug 31 14:43:41.718 INFO O| Aug 31 14:43:41.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69422026-08-31T14:43:42.362Z[ recovery-image] Aug 31 14:43:41.718 INFO O| Aug 31 14:43:41.718 INFO STEP 525 (remove_files) COMPLETE
69432026-08-31T14:43:42.362Z[ recovery-image] Aug 31 14:43:41.718 INFO O| Aug 31 14:43:41.718 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-08-31T14:43:42.372Z[ recovery-image] Aug 31 14:43:41.728 INFO O| Aug 31 14:43:41.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69452026-08-31T14:43:42.372Z[ recovery-image] Aug 31 14:43:41.728 INFO O| Aug 31 14:43:41.728 INFO STEP 526 (remove_files) COMPLETE
69462026-08-31T14:43:42.377Z[ recovery-image] Aug 31 14:43:41.728 INFO O| Aug 31 14:43:41.728 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-08-31T14:43:42.381Z[ recovery-image] Aug 31 14:43:41.737 INFO O| Aug 31 14:43:41.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69482026-08-31T14:43:42.381Z[ recovery-image] Aug 31 14:43:41.737 INFO O| Aug 31 14:43:41.737 INFO STEP 527 (remove_files) COMPLETE
69492026-08-31T14:43:42.381Z[ recovery-image] Aug 31 14:43:41.737 INFO O| Aug 31 14:43:41.737 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-08-31T14:43:42.391Z[ recovery-image] Aug 31 14:43:41.747 INFO O| Aug 31 14:43:41.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69512026-08-31T14:43:42.391Z[ recovery-image] Aug 31 14:43:41.747 INFO O| Aug 31 14:43:41.747 INFO STEP 528 (remove_files) COMPLETE
69522026-08-31T14:43:42.391Z[ recovery-image] Aug 31 14:43:41.747 INFO O| Aug 31 14:43:41.747 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-08-31T14:43:42.401Z[ recovery-image] Aug 31 14:43:41.757 INFO O| Aug 31 14:43:41.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69542026-08-31T14:43:42.401Z[ recovery-image] Aug 31 14:43:41.757 INFO O| Aug 31 14:43:41.757 INFO STEP 529 (remove_files) COMPLETE
69552026-08-31T14:43:42.402Z[ recovery-image] Aug 31 14:43:41.757 INFO O| Aug 31 14:43:41.757 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-08-31T14:43:42.412Z[ recovery-image] Aug 31 14:43:41.768 INFO O| Aug 31 14:43:41.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69572026-08-31T14:43:42.412Z[ recovery-image] Aug 31 14:43:41.768 INFO O| Aug 31 14:43:41.768 INFO STEP 530 (remove_files) COMPLETE
69582026-08-31T14:43:42.412Z[ recovery-image] Aug 31 14:43:41.768 INFO O| Aug 31 14:43:41.768 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-08-31T14:43:42.423Z[ recovery-image] Aug 31 14:43:41.779 INFO O| Aug 31 14:43:41.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69602026-08-31T14:43:42.423Z[ recovery-image] Aug 31 14:43:41.779 INFO O| Aug 31 14:43:41.779 INFO STEP 531 (remove_files) COMPLETE
69612026-08-31T14:43:42.423Z[ recovery-image] Aug 31 14:43:41.779 INFO O| Aug 31 14:43:41.779 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-08-31T14:43:42.435Z[ recovery-image] Aug 31 14:43:41.791 INFO O| Aug 31 14:43:41.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69632026-08-31T14:43:42.435Z[ recovery-image] Aug 31 14:43:41.791 INFO O| Aug 31 14:43:41.791 INFO STEP 532 (remove_files) COMPLETE
69642026-08-31T14:43:42.435Z[ recovery-image] Aug 31 14:43:41.791 INFO O| Aug 31 14:43:41.791 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-08-31T14:43:42.447Z[ recovery-image] Aug 31 14:43:41.803 INFO O| Aug 31 14:43:41.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69662026-08-31T14:43:42.447Z[ recovery-image] Aug 31 14:43:41.803 INFO O| Aug 31 14:43:41.803 INFO STEP 533 (remove_files) COMPLETE
69672026-08-31T14:43:42.451Z[ recovery-image] Aug 31 14:43:41.803 INFO O| Aug 31 14:43:41.803 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-08-31T14:43:42.467Z[ recovery-image] Aug 31 14:43:41.816 INFO O| Aug 31 14:43:41.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69692026-08-31T14:43:42.472Z[ recovery-image] Aug 31 14:43:41.817 INFO O| Aug 31 14:43:41.817 INFO STEP 534 (remove_files) COMPLETE
69702026-08-31T14:43:42.472Z[ recovery-image] Aug 31 14:43:41.817 INFO O| Aug 31 14:43:41.817 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-08-31T14:43:42.476Z[ recovery-image] Aug 31 14:43:41.827 INFO O| Aug 31 14:43:41.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69722026-08-31T14:43:42.476Z[ recovery-image] Aug 31 14:43:41.828 INFO O| Aug 31 14:43:41.828 INFO STEP 535 (remove_files) COMPLETE
69732026-08-31T14:43:42.476Z[ recovery-image] Aug 31 14:43:41.828 INFO O| Aug 31 14:43:41.828 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-08-31T14:43:42.481Z[ recovery-image] Aug 31 14:43:41.838 INFO O| Aug 31 14:43:41.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69752026-08-31T14:43:42.481Z[ recovery-image] Aug 31 14:43:41.838 INFO O| Aug 31 14:43:41.838 INFO STEP 536 (remove_files) COMPLETE
69762026-08-31T14:43:42.481Z[ recovery-image] Aug 31 14:43:41.838 INFO O| Aug 31 14:43:41.838 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-08-31T14:43:42.492Z[ recovery-image] Aug 31 14:43:41.848 INFO O| Aug 31 14:43:41.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69782026-08-31T14:43:42.492Z[ recovery-image] Aug 31 14:43:41.848 INFO O| Aug 31 14:43:41.848 INFO STEP 537 (remove_files) COMPLETE
69792026-08-31T14:43:42.492Z[ recovery-image] Aug 31 14:43:41.848 INFO O| Aug 31 14:43:41.848 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-08-31T14:43:42.502Z[ recovery-image] Aug 31 14:43:41.858 INFO O| Aug 31 14:43:41.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69812026-08-31T14:43:42.502Z[ recovery-image] Aug 31 14:43:41.858 INFO O| Aug 31 14:43:41.858 INFO STEP 538 (remove_files) COMPLETE
69822026-08-31T14:43:42.502Z[ recovery-image] Aug 31 14:43:41.858 INFO O| Aug 31 14:43:41.858 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-08-31T14:43:42.513Z[ recovery-image] Aug 31 14:43:41.869 INFO O| Aug 31 14:43:41.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69842026-08-31T14:43:42.513Z[ recovery-image] Aug 31 14:43:41.869 INFO O| Aug 31 14:43:41.869 INFO STEP 539 (remove_files) COMPLETE
69852026-08-31T14:43:42.513Z[ recovery-image] Aug 31 14:43:41.869 INFO O| Aug 31 14:43:41.869 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-08-31T14:43:42.516Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
69872026-08-31T14:43:42.522Z[ recovery-image] Aug 31 14:43:41.878 INFO O| Aug 31 14:43:41.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69882026-08-31T14:43:42.522Z[ recovery-image] Aug 31 14:43:41.878 INFO O| Aug 31 14:43:41.878 INFO STEP 540 (remove_files) COMPLETE
69892026-08-31T14:43:42.525Z[ recovery-image] Aug 31 14:43:41.878 INFO O| Aug 31 14:43:41.878 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-31T14:43:42.531Z[ recovery-image] Aug 31 14:43:41.887 INFO O| Aug 31 14:43:41.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69912026-08-31T14:43:42.531Z[ recovery-image] Aug 31 14:43:41.887 INFO O| Aug 31 14:43:41.887 INFO STEP 541 (remove_files) COMPLETE
69922026-08-31T14:43:42.531Z[ recovery-image] Aug 31 14:43:41.887 INFO O| Aug 31 14:43:41.887 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-31T14:43:42.540Z[ recovery-image] Aug 31 14:43:41.896 INFO O| Aug 31 14:43:41.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69942026-08-31T14:43:42.540Z[ recovery-image] Aug 31 14:43:41.896 INFO O| Aug 31 14:43:41.896 INFO STEP 542 (remove_files) COMPLETE
69952026-08-31T14:43:42.545Z[ recovery-image] Aug 31 14:43:41.896 INFO O| Aug 31 14:43:41.896 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-31T14:43:42.550Z[ recovery-image] Aug 31 14:43:41.906 INFO O| Aug 31 14:43:41.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69972026-08-31T14:43:42.550Z[ recovery-image] Aug 31 14:43:41.906 INFO O| Aug 31 14:43:41.906 INFO STEP 543 (remove_files) COMPLETE
69982026-08-31T14:43:42.554Z[ recovery-image] Aug 31 14:43:41.906 INFO O| Aug 31 14:43:41.906 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-31T14:43:42.561Z[ recovery-image] Aug 31 14:43:41.917 INFO O| Aug 31 14:43:41.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
70002026-08-31T14:43:42.561Z[ recovery-image] Aug 31 14:43:41.917 INFO O| Aug 31 14:43:41.917 INFO STEP 544 (remove_files) COMPLETE
70012026-08-31T14:43:42.561Z[ recovery-image] Aug 31 14:43:41.917 INFO O| Aug 31 14:43:41.917 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-31T14:43:42.571Z[ recovery-image] Aug 31 14:43:41.927 INFO O| Aug 31 14:43:41.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
70032026-08-31T14:43:42.571Z[ recovery-image] Aug 31 14:43:41.927 INFO O| Aug 31 14:43:41.927 INFO STEP 545 (remove_files) COMPLETE
70042026-08-31T14:43:42.571Z[ recovery-image] Aug 31 14:43:41.927 INFO O| Aug 31 14:43:41.927 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-31T14:43:42.581Z[ recovery-image] Aug 31 14:43:41.936 INFO O| Aug 31 14:43:41.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70062026-08-31T14:43:42.581Z[ recovery-image] Aug 31 14:43:41.936 INFO O| Aug 31 14:43:41.936 INFO STEP 546 (remove_files) COMPLETE
70072026-08-31T14:43:42.581Z[ recovery-image] Aug 31 14:43:41.936 INFO O| Aug 31 14:43:41.936 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-31T14:43:42.590Z[ recovery-image] Aug 31 14:43:41.946 INFO O| Aug 31 14:43:41.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70092026-08-31T14:43:42.590Z[ recovery-image] Aug 31 14:43:41.946 INFO O| Aug 31 14:43:41.946 INFO STEP 547 (remove_files) COMPLETE
70102026-08-31T14:43:42.590Z[ recovery-image] Aug 31 14:43:41.946 INFO O| Aug 31 14:43:41.946 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-31T14:43:42.600Z[ recovery-image] Aug 31 14:43:41.956 INFO O| Aug 31 14:43:41.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70122026-08-31T14:43:42.600Z[ recovery-image] Aug 31 14:43:41.956 INFO O| Aug 31 14:43:41.956 INFO STEP 548 (remove_files) COMPLETE
70132026-08-31T14:43:42.600Z[ recovery-image] Aug 31 14:43:41.956 INFO O| Aug 31 14:43:41.956 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-31T14:43:42.610Z[ recovery-image] Aug 31 14:43:41.966 INFO O| Aug 31 14:43:41.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70152026-08-31T14:43:42.614Z[ recovery-image] Aug 31 14:43:41.966 INFO O| Aug 31 14:43:41.966 INFO STEP 549 (remove_files) COMPLETE
70162026-08-31T14:43:42.614Z[ recovery-image] Aug 31 14:43:41.966 INFO O| Aug 31 14:43:41.966 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-08-31T14:43:42.620Z[ recovery-image] Aug 31 14:43:41.976 INFO O| Aug 31 14:43:41.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70182026-08-31T14:43:42.620Z[ recovery-image] Aug 31 14:43:41.976 INFO O| Aug 31 14:43:41.976 INFO STEP 550 (remove_files) COMPLETE
70192026-08-31T14:43:42.624Z[ recovery-image] Aug 31 14:43:41.976 INFO O| Aug 31 14:43:41.976 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-08-31T14:43:42.630Z[ recovery-image] Aug 31 14:43:41.986 INFO O| Aug 31 14:43:41.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70212026-08-31T14:43:42.630Z[ recovery-image] Aug 31 14:43:41.986 INFO O| Aug 31 14:43:41.986 INFO STEP 551 (remove_files) COMPLETE
70222026-08-31T14:43:42.630Z[ recovery-image] Aug 31 14:43:41.986 INFO O| Aug 31 14:43:41.986 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-08-31T14:43:42.640Z[ recovery-image] Aug 31 14:43:41.996 INFO O| Aug 31 14:43:41.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70242026-08-31T14:43:42.640Z[ recovery-image] Aug 31 14:43:41.996 INFO O| Aug 31 14:43:41.996 INFO STEP 552 (remove_files) COMPLETE
70252026-08-31T14:43:42.640Z[ recovery-image] Aug 31 14:43:41.996 INFO O| Aug 31 14:43:41.996 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-31T14:43:42.647Z[verify-libraries] Compiling sync-ptr v0.1.4
70272026-08-31T14:43:42.650Z[ recovery-image] Aug 31 14:43:42.006 INFO O| Aug 31 14:43:42.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70282026-08-31T14:43:42.651Z[ recovery-image] Aug 31 14:43:42.006 INFO O| Aug 31 14:43:42.006 INFO STEP 553 (remove_files) COMPLETE
70292026-08-31T14:43:42.651Z[ recovery-image] Aug 31 14:43:42.006 INFO O| Aug 31 14:43:42.006 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-08-31T14:43:42.660Z[ recovery-image] Aug 31 14:43:42.016 INFO O| Aug 31 14:43:42.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70312026-08-31T14:43:42.660Z[ recovery-image] Aug 31 14:43:42.016 INFO O| Aug 31 14:43:42.016 INFO STEP 554 (remove_files) COMPLETE
70322026-08-31T14:43:42.664Z[ recovery-image] Aug 31 14:43:42.016 INFO O| Aug 31 14:43:42.016 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-08-31T14:43:42.678Z[ recovery-image] Aug 31 14:43:42.034 INFO O| Aug 31 14:43:42.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70342026-08-31T14:43:42.678Z[ recovery-image] Aug 31 14:43:42.034 INFO O| Aug 31 14:43:42.034 INFO STEP 555 (remove_files) COMPLETE
70352026-08-31T14:43:42.678Z[ recovery-image] Aug 31 14:43:42.034 INFO O| Aug 31 14:43:42.034 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-08-31T14:43:42.742Z[ recovery-image] Aug 31 14:43:42.044 INFO O| Aug 31 14:43:42.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70372026-08-31T14:43:42.743Z[ recovery-image] Aug 31 14:43:42.044 INFO O| Aug 31 14:43:42.044 INFO STEP 556 (remove_files) COMPLETE
70382026-08-31T14:43:42.743Z[ recovery-image] Aug 31 14:43:42.044 INFO O| Aug 31 14:43:42.044 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-08-31T14:43:42.743Z[ recovery-image] Aug 31 14:43:42.057 INFO O| Aug 31 14:43:42.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70402026-08-31T14:43:42.743Z[ recovery-image] Aug 31 14:43:42.057 INFO O| Aug 31 14:43:42.057 INFO STEP 557 (remove_files) COMPLETE
70412026-08-31T14:43:42.743Z[ recovery-image] Aug 31 14:43:42.057 INFO O| Aug 31 14:43:42.057 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-08-31T14:43:42.743Z[ recovery-image] Aug 31 14:43:42.068 INFO O| Aug 31 14:43:42.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70432026-08-31T14:43:42.743Z[ recovery-image] Aug 31 14:43:42.068 INFO O| Aug 31 14:43:42.068 INFO STEP 558 (remove_files) COMPLETE
70442026-08-31T14:43:42.743Z[ recovery-image] Aug 31 14:43:42.068 INFO O| Aug 31 14:43:42.068 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-08-31T14:43:42.743Z[ recovery-image] Aug 31 14:43:42.077 INFO O| Aug 31 14:43:42.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70462026-08-31T14:43:42.743Z[ recovery-image] Aug 31 14:43:42.077 INFO O| Aug 31 14:43:42.077 INFO STEP 559 (remove_files) COMPLETE
70472026-08-31T14:43:42.743Z[ recovery-image] Aug 31 14:43:42.077 INFO O| Aug 31 14:43:42.077 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-08-31T14:43:42.743Z[ recovery-image] Aug 31 14:43:42.085 INFO O| Aug 31 14:43:42.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70492026-08-31T14:43:42.743Z[ recovery-image] Aug 31 14:43:42.086 INFO O| Aug 31 14:43:42.086 INFO STEP 560 (remove_files) COMPLETE
70502026-08-31T14:43:42.743Z[ recovery-image] Aug 31 14:43:42.086 INFO O| Aug 31 14:43:42.086 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-31T14:43:42.747Z[ recovery-image] Aug 31 14:43:42.097 INFO O| Aug 31 14:43:42.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70522026-08-31T14:43:42.747Z[ recovery-image] Aug 31 14:43:42.097 INFO O| Aug 31 14:43:42.097 INFO STEP 561 (remove_files) COMPLETE
70532026-08-31T14:43:42.747Z[ recovery-image] Aug 31 14:43:42.097 INFO O| Aug 31 14:43:42.097 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-31T14:43:42.750Z[ recovery-image] Aug 31 14:43:42.106 INFO O| Aug 31 14:43:42.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70552026-08-31T14:43:42.750Z[ recovery-image] Aug 31 14:43:42.106 INFO O| Aug 31 14:43:42.106 INFO STEP 562 (remove_files) COMPLETE
70562026-08-31T14:43:42.750Z[ recovery-image] Aug 31 14:43:42.106 INFO O| Aug 31 14:43:42.106 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-31T14:43:42.760Z[ recovery-image] Aug 31 14:43:42.116 INFO O| Aug 31 14:43:42.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70582026-08-31T14:43:42.763Z[ recovery-image] Aug 31 14:43:42.116 INFO O| Aug 31 14:43:42.116 INFO STEP 563 (remove_files) COMPLETE
70592026-08-31T14:43:42.763Z[ recovery-image] Aug 31 14:43:42.116 INFO O| Aug 31 14:43:42.116 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-08-31T14:43:42.770Z[ recovery-image] Aug 31 14:43:42.126 INFO O| Aug 31 14:43:42.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70612026-08-31T14:43:42.770Z[ recovery-image] Aug 31 14:43:42.126 INFO O| Aug 31 14:43:42.126 INFO STEP 564 (remove_files) COMPLETE
70622026-08-31T14:43:42.770Z[ recovery-image] Aug 31 14:43:42.126 INFO O| Aug 31 14:43:42.126 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-08-31T14:43:42.781Z[ recovery-image] Aug 31 14:43:42.136 INFO O| Aug 31 14:43:42.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70642026-08-31T14:43:42.781Z[ recovery-image] Aug 31 14:43:42.137 INFO O| Aug 31 14:43:42.137 INFO STEP 565 (remove_files) COMPLETE
70652026-08-31T14:43:42.785Z[ recovery-image] Aug 31 14:43:42.137 INFO O| Aug 31 14:43:42.137 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-08-31T14:43:42.791Z[ recovery-image] Aug 31 14:43:42.147 INFO O| Aug 31 14:43:42.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70672026-08-31T14:43:42.791Z[ recovery-image] Aug 31 14:43:42.147 INFO O| Aug 31 14:43:42.147 INFO STEP 566 (remove_files) COMPLETE
70682026-08-31T14:43:42.791Z[ recovery-image] Aug 31 14:43:42.147 INFO O| Aug 31 14:43:42.147 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-08-31T14:43:42.801Z[ recovery-image] Aug 31 14:43:42.157 INFO O| Aug 31 14:43:42.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70702026-08-31T14:43:42.801Z[ recovery-image] Aug 31 14:43:42.157 INFO O| Aug 31 14:43:42.157 INFO STEP 567 (remove_files) COMPLETE
70712026-08-31T14:43:42.805Z[ recovery-image] Aug 31 14:43:42.157 INFO O| Aug 31 14:43:42.157 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-08-31T14:43:42.810Z[ recovery-image] Aug 31 14:43:42.166 INFO O| Aug 31 14:43:42.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70732026-08-31T14:43:42.810Z[ recovery-image] Aug 31 14:43:42.166 INFO O| Aug 31 14:43:42.166 INFO STEP 568 (remove_files) COMPLETE
70742026-08-31T14:43:42.814Z[ recovery-image] Aug 31 14:43:42.166 INFO O| Aug 31 14:43:42.166 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-08-31T14:43:42.820Z[ recovery-image] Aug 31 14:43:42.176 INFO O| Aug 31 14:43:42.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70762026-08-31T14:43:42.821Z[ recovery-image] Aug 31 14:43:42.176 INFO O| Aug 31 14:43:42.176 INFO STEP 569 (remove_files) COMPLETE
70772026-08-31T14:43:42.821Z[ recovery-image] Aug 31 14:43:42.176 INFO O| Aug 31 14:43:42.176 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-31T14:43:42.829Z[verify-libraries] Compiling md5 v0.8.0
70792026-08-31T14:43:42.832Z[ recovery-image] Aug 31 14:43:42.185 INFO O| Aug 31 14:43:42.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70802026-08-31T14:43:42.832Z[ recovery-image] Aug 31 14:43:42.185 INFO O| Aug 31 14:43:42.185 INFO STEP 570 (remove_files) COMPLETE
70812026-08-31T14:43:42.832Z[ recovery-image] Aug 31 14:43:42.185 INFO O| Aug 31 14:43:42.185 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-08-31T14:43:42.839Z[ recovery-image] Aug 31 14:43:42.195 INFO O| Aug 31 14:43:42.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70832026-08-31T14:43:42.839Z[ recovery-image] Aug 31 14:43:42.195 INFO O| Aug 31 14:43:42.195 INFO STEP 571 (remove_files) COMPLETE
70842026-08-31T14:43:42.839Z[ recovery-image] Aug 31 14:43:42.195 INFO O| Aug 31 14:43:42.195 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-08-31T14:43:42.848Z[ recovery-image] Aug 31 14:43:42.204 INFO O| Aug 31 14:43:42.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70862026-08-31T14:43:42.848Z[ recovery-image] Aug 31 14:43:42.204 INFO O| Aug 31 14:43:42.204 INFO STEP 572 (remove_files) COMPLETE
70872026-08-31T14:43:42.848Z[ recovery-image] Aug 31 14:43:42.204 INFO O| Aug 31 14:43:42.204 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-08-31T14:43:42.861Z[ recovery-image] Aug 31 14:43:42.213 INFO O| Aug 31 14:43:42.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70892026-08-31T14:43:42.861Z[ recovery-image] Aug 31 14:43:42.213 INFO O| Aug 31 14:43:42.213 INFO STEP 573 (remove_files) COMPLETE
70902026-08-31T14:43:42.861Z[ recovery-image] Aug 31 14:43:42.213 INFO O| Aug 31 14:43:42.213 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-31T14:43:42.865Z[ recovery-image] Aug 31 14:43:42.222 INFO O| Aug 31 14:43:42.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70922026-08-31T14:43:42.866Z[ recovery-image] Aug 31 14:43:42.222 INFO O| Aug 31 14:43:42.222 INFO STEP 574 (remove_files) COMPLETE
70932026-08-31T14:43:42.866Z[ recovery-image] Aug 31 14:43:42.222 INFO O| Aug 31 14:43:42.222 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-31T14:43:42.875Z[ recovery-image] Aug 31 14:43:42.231 INFO O| Aug 31 14:43:42.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70952026-08-31T14:43:42.875Z[ recovery-image] Aug 31 14:43:42.231 INFO O| Aug 31 14:43:42.231 INFO STEP 575 (remove_files) COMPLETE
70962026-08-31T14:43:42.878Z[ recovery-image] Aug 31 14:43:42.231 INFO O| Aug 31 14:43:42.231 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-08-31T14:43:42.884Z[ recovery-image] Aug 31 14:43:42.241 INFO O| Aug 31 14:43:42.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70982026-08-31T14:43:42.885Z[ recovery-image] Aug 31 14:43:42.241 INFO O| Aug 31 14:43:42.241 INFO STEP 576 (remove_files) COMPLETE
70992026-08-31T14:43:42.888Z[ recovery-image] Aug 31 14:43:42.241 INFO O| Aug 31 14:43:42.241 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-08-31T14:43:42.893Z[ recovery-image] Aug 31 14:43:42.249 INFO O| Aug 31 14:43:42.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
71012026-08-31T14:43:42.893Z[ recovery-image] Aug 31 14:43:42.249 INFO O| Aug 31 14:43:42.249 INFO STEP 577 (remove_files) COMPLETE
71022026-08-31T14:43:42.893Z[ recovery-image] Aug 31 14:43:42.249 INFO O| Aug 31 14:43:42.249 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-08-31T14:43:42.902Z[ recovery-image] Aug 31 14:43:42.258 INFO O| Aug 31 14:43:42.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
71042026-08-31T14:43:42.902Z[ recovery-image] Aug 31 14:43:42.258 INFO O| Aug 31 14:43:42.258 INFO STEP 578 (remove_files) COMPLETE
71052026-08-31T14:43:42.906Z[ recovery-image] Aug 31 14:43:42.258 INFO O| Aug 31 14:43:42.258 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-08-31T14:43:42.913Z[ recovery-image] Aug 31 14:43:42.269 INFO O| Aug 31 14:43:42.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71072026-08-31T14:43:42.913Z[ recovery-image] Aug 31 14:43:42.269 INFO O| Aug 31 14:43:42.269 INFO STEP 579 (remove_files) COMPLETE
71082026-08-31T14:43:42.913Z[ recovery-image] Aug 31 14:43:42.269 INFO O| Aug 31 14:43:42.269 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-08-31T14:43:42.922Z[ recovery-image] Aug 31 14:43:42.278 INFO O| Aug 31 14:43:42.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71102026-08-31T14:43:42.922Z[ recovery-image] Aug 31 14:43:42.278 INFO O| Aug 31 14:43:42.278 INFO STEP 580 (remove_files) COMPLETE
71112026-08-31T14:43:42.922Z[ recovery-image] Aug 31 14:43:42.278 INFO O| Aug 31 14:43:42.278 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-08-31T14:43:42.933Z[ recovery-image] Aug 31 14:43:42.289 INFO O| Aug 31 14:43:42.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71132026-08-31T14:43:42.933Z[ recovery-image] Aug 31 14:43:42.289 INFO O| Aug 31 14:43:42.289 INFO STEP 581 (remove_files) COMPLETE
71142026-08-31T14:43:42.937Z[ recovery-image] Aug 31 14:43:42.289 INFO O| Aug 31 14:43:42.289 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-08-31T14:43:42.943Z[ recovery-image] Aug 31 14:43:42.299 INFO O| Aug 31 14:43:42.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71162026-08-31T14:43:42.943Z[ recovery-image] Aug 31 14:43:42.299 INFO O| Aug 31 14:43:42.299 INFO STEP 582 (remove_files) COMPLETE
71172026-08-31T14:43:42.947Z[ recovery-image] Aug 31 14:43:42.299 INFO O| Aug 31 14:43:42.299 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-08-31T14:43:42.947Z[verify-libraries] Compiling seq-macro v0.3.6
71192026-08-31T14:43:42.955Z[ recovery-image] Aug 31 14:43:42.311 INFO O| Aug 31 14:43:42.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71202026-08-31T14:43:42.955Z[ recovery-image] Aug 31 14:43:42.311 INFO O| Aug 31 14:43:42.311 INFO STEP 583 (remove_files) COMPLETE
71212026-08-31T14:43:42.959Z[ recovery-image] Aug 31 14:43:42.311 INFO O| Aug 31 14:43:42.311 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-31T14:43:42.964Z[ recovery-image] Aug 31 14:43:42.320 INFO O| Aug 31 14:43:42.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71232026-08-31T14:43:42.964Z[ recovery-image] Aug 31 14:43:42.320 INFO O| Aug 31 14:43:42.320 INFO STEP 584 (remove_files) COMPLETE
71242026-08-31T14:43:42.968Z[ recovery-image] Aug 31 14:43:42.320 INFO O| Aug 31 14:43:42.320 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-31T14:43:42.975Z[ recovery-image] Aug 31 14:43:42.331 INFO O| Aug 31 14:43:42.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71262026-08-31T14:43:42.975Z[ recovery-image] Aug 31 14:43:42.331 INFO O| Aug 31 14:43:42.331 INFO STEP 585 (remove_files) COMPLETE
71272026-08-31T14:43:42.980Z[ recovery-image] Aug 31 14:43:42.331 INFO O| Aug 31 14:43:42.331 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-31T14:43:42.985Z[ recovery-image] Aug 31 14:43:42.341 INFO O| Aug 31 14:43:42.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71292026-08-31T14:43:42.985Z[ recovery-image] Aug 31 14:43:42.341 INFO O| Aug 31 14:43:42.341 INFO STEP 586 (remove_files) COMPLETE
71302026-08-31T14:43:42.985Z[ recovery-image] Aug 31 14:43:42.341 INFO O| Aug 31 14:43:42.341 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-31T14:43:42.994Z[ recovery-image] Aug 31 14:43:42.350 INFO O| Aug 31 14:43:42.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71322026-08-31T14:43:42.994Z[ recovery-image] Aug 31 14:43:42.350 INFO O| Aug 31 14:43:42.350 INFO STEP 587 (remove_files) COMPLETE
71332026-08-31T14:43:42.994Z[ recovery-image] Aug 31 14:43:42.350 INFO O| Aug 31 14:43:42.350 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-31T14:43:43.005Z[ recovery-image] Aug 31 14:43:42.361 INFO O| Aug 31 14:43:42.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71352026-08-31T14:43:43.005Z[ recovery-image] Aug 31 14:43:42.361 INFO O| Aug 31 14:43:42.361 INFO STEP 588 (remove_files) COMPLETE
71362026-08-31T14:43:43.005Z[ recovery-image] Aug 31 14:43:42.361 INFO O| Aug 31 14:43:42.361 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-31T14:43:43.014Z[ recovery-image] Aug 31 14:43:42.370 INFO O| Aug 31 14:43:42.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71382026-08-31T14:43:43.014Z[ recovery-image] Aug 31 14:43:42.370 INFO O| Aug 31 14:43:42.370 INFO STEP 589 (remove_files) COMPLETE
71392026-08-31T14:43:43.014Z[ recovery-image] Aug 31 14:43:42.370 INFO O| Aug 31 14:43:42.370 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-08-31T14:43:43.025Z[ recovery-image] Aug 31 14:43:42.381 INFO O| Aug 31 14:43:42.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71412026-08-31T14:43:43.025Z[ recovery-image] Aug 31 14:43:42.381 INFO O| Aug 31 14:43:42.381 INFO STEP 590 (remove_files) COMPLETE
71422026-08-31T14:43:43.025Z[ recovery-image] Aug 31 14:43:42.381 INFO O| Aug 31 14:43:42.381 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-08-31T14:43:43.035Z[ recovery-image] Aug 31 14:43:42.391 INFO O| Aug 31 14:43:42.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71442026-08-31T14:43:43.035Z[ recovery-image] Aug 31 14:43:42.391 INFO O| Aug 31 14:43:42.391 INFO STEP 591 (remove_files) COMPLETE
71452026-08-31T14:43:43.035Z[ recovery-image] Aug 31 14:43:42.391 INFO O| Aug 31 14:43:42.391 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-08-31T14:43:43.044Z[ recovery-image] Aug 31 14:43:42.400 INFO O| Aug 31 14:43:42.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71472026-08-31T14:43:43.045Z[ recovery-image] Aug 31 14:43:42.400 INFO O| Aug 31 14:43:42.400 INFO STEP 592 (remove_files) COMPLETE
71482026-08-31T14:43:43.045Z[ recovery-image] Aug 31 14:43:42.400 INFO O| Aug 31 14:43:42.400 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-08-31T14:43:43.055Z[ recovery-image] Aug 31 14:43:42.410 INFO O| Aug 31 14:43:42.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71502026-08-31T14:43:43.055Z[ recovery-image] Aug 31 14:43:42.410 INFO O| Aug 31 14:43:42.410 INFO STEP 593 (remove_files) COMPLETE
71512026-08-31T14:43:43.055Z[ recovery-image] Aug 31 14:43:42.410 INFO O| Aug 31 14:43:42.410 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-08-31T14:43:43.065Z[ recovery-image] Aug 31 14:43:42.421 INFO O| Aug 31 14:43:42.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71532026-08-31T14:43:43.066Z[ recovery-image] Aug 31 14:43:42.421 INFO O| Aug 31 14:43:42.421 INFO STEP 594 (remove_files) COMPLETE
71542026-08-31T14:43:43.066Z[ recovery-image] Aug 31 14:43:42.421 INFO O| Aug 31 14:43:42.421 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-08-31T14:43:43.075Z[ recovery-image] Aug 31 14:43:42.431 INFO O| Aug 31 14:43:42.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71562026-08-31T14:43:43.075Z[ recovery-image] Aug 31 14:43:42.431 INFO O| Aug 31 14:43:42.431 INFO STEP 595 (remove_files) COMPLETE
71572026-08-31T14:43:43.075Z[ recovery-image] Aug 31 14:43:42.431 INFO O| Aug 31 14:43:42.431 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-08-31T14:43:43.084Z[ recovery-image] Aug 31 14:43:42.440 INFO O| Aug 31 14:43:42.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71592026-08-31T14:43:43.084Z[ recovery-image] Aug 31 14:43:42.440 INFO O| Aug 31 14:43:42.440 INFO STEP 596 (remove_files) COMPLETE
71602026-08-31T14:43:43.088Z[ recovery-image] Aug 31 14:43:42.440 INFO O| Aug 31 14:43:42.440 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-08-31T14:43:43.096Z[ recovery-image] Aug 31 14:43:42.451 INFO O| Aug 31 14:43:42.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71622026-08-31T14:43:43.096Z[ recovery-image] Aug 31 14:43:42.451 INFO O| Aug 31 14:43:42.451 INFO STEP 597 (remove_files) COMPLETE
71632026-08-31T14:43:43.096Z[ recovery-image] Aug 31 14:43:42.451 INFO O| Aug 31 14:43:42.451 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-08-31T14:43:43.105Z[ recovery-image] Aug 31 14:43:42.461 INFO O| Aug 31 14:43:42.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71652026-08-31T14:43:43.105Z[ recovery-image] Aug 31 14:43:42.461 INFO O| Aug 31 14:43:42.461 INFO STEP 598 (remove_files) COMPLETE
71662026-08-31T14:43:43.106Z[ recovery-image] Aug 31 14:43:42.461 INFO O| Aug 31 14:43:42.461 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-08-31T14:43:43.116Z[ recovery-image] Aug 31 14:43:42.471 INFO O| Aug 31 14:43:42.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71682026-08-31T14:43:43.116Z[ recovery-image] Aug 31 14:43:42.471 INFO O| Aug 31 14:43:42.471 INFO STEP 599 (remove_files) COMPLETE
71692026-08-31T14:43:43.116Z[ recovery-image] Aug 31 14:43:42.471 INFO O| Aug 31 14:43:42.471 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-08-31T14:43:43.128Z[ recovery-image] Aug 31 14:43:42.480 INFO O| Aug 31 14:43:42.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71712026-08-31T14:43:43.129Z[ recovery-image] Aug 31 14:43:42.480 INFO O| Aug 31 14:43:42.480 INFO STEP 600 (remove_files) COMPLETE
71722026-08-31T14:43:43.129Z[ recovery-image] Aug 31 14:43:42.480 INFO O| Aug 31 14:43:42.480 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-08-31T14:43:43.136Z[ recovery-image] Aug 31 14:43:42.492 INFO O| Aug 31 14:43:42.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71742026-08-31T14:43:43.136Z[ recovery-image] Aug 31 14:43:42.492 INFO O| Aug 31 14:43:42.492 INFO STEP 601 (remove_files) COMPLETE
71752026-08-31T14:43:43.136Z[ recovery-image] Aug 31 14:43:42.492 INFO O| Aug 31 14:43:42.492 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-08-31T14:43:43.146Z[ recovery-image] Aug 31 14:43:42.502 INFO O| Aug 31 14:43:42.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71772026-08-31T14:43:43.146Z[ recovery-image] Aug 31 14:43:42.502 INFO O| Aug 31 14:43:42.502 INFO STEP 602 (remove_files) COMPLETE
71782026-08-31T14:43:43.146Z[ recovery-image] Aug 31 14:43:42.502 INFO O| Aug 31 14:43:42.502 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-08-31T14:43:43.158Z[ recovery-image] Aug 31 14:43:42.513 INFO O| Aug 31 14:43:42.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71802026-08-31T14:43:43.158Z[ recovery-image] Aug 31 14:43:42.513 INFO O| Aug 31 14:43:42.513 INFO STEP 603 (remove_files) COMPLETE
71812026-08-31T14:43:43.158Z[ recovery-image] Aug 31 14:43:42.513 INFO O| Aug 31 14:43:42.513 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-08-31T14:43:43.169Z[ recovery-image] Aug 31 14:43:42.523 INFO O| Aug 31 14:43:42.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71832026-08-31T14:43:43.169Z[ recovery-image] Aug 31 14:43:42.523 INFO O| Aug 31 14:43:42.523 INFO STEP 604 (remove_files) COMPLETE
71842026-08-31T14:43:43.169Z[ recovery-image] Aug 31 14:43:42.523 INFO O| Aug 31 14:43:42.523 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-08-31T14:43:43.178Z[ recovery-image] Aug 31 14:43:42.534 INFO O| Aug 31 14:43:42.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71862026-08-31T14:43:43.179Z[ recovery-image] Aug 31 14:43:42.534 INFO O| Aug 31 14:43:42.534 INFO STEP 605 (remove_files) COMPLETE
71872026-08-31T14:43:43.183Z[ recovery-image] Aug 31 14:43:42.534 INFO O| Aug 31 14:43:42.534 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-08-31T14:43:43.199Z[ recovery-image] Aug 31 14:43:42.546 INFO O| Aug 31 14:43:42.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71892026-08-31T14:43:43.199Z[ recovery-image] Aug 31 14:43:42.546 INFO O| Aug 31 14:43:42.546 INFO STEP 606 (remove_files) COMPLETE
71902026-08-31T14:43:43.206Z[ recovery-image] Aug 31 14:43:42.546 INFO O| Aug 31 14:43:42.546 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-08-31T14:43:43.216Z[ recovery-image] Aug 31 14:43:42.556 INFO O| Aug 31 14:43:42.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71922026-08-31T14:43:43.220Z[ recovery-image] Aug 31 14:43:42.556 INFO O| Aug 31 14:43:42.556 INFO STEP 607 (remove_files) COMPLETE
71932026-08-31T14:43:43.220Z[ recovery-image] Aug 31 14:43:42.556 INFO O| Aug 31 14:43:42.556 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-08-31T14:43:43.220Z[ recovery-image] Aug 31 14:43:42.566 INFO O| Aug 31 14:43:42.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71952026-08-31T14:43:43.220Z[ recovery-image] Aug 31 14:43:42.568 INFO O| Aug 31 14:43:42.568 INFO STEP 608 (remove_files) COMPLETE
71962026-08-31T14:43:43.220Z[ recovery-image] Aug 31 14:43:42.568 INFO O| Aug 31 14:43:42.568 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-08-31T14:43:43.224Z[ recovery-image] Aug 31 14:43:42.579 INFO O| Aug 31 14:43:42.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71982026-08-31T14:43:43.224Z[ recovery-image] Aug 31 14:43:42.579 INFO O| Aug 31 14:43:42.579 INFO STEP 609 (remove_files) COMPLETE
71992026-08-31T14:43:43.224Z[ recovery-image] Aug 31 14:43:42.579 INFO O| Aug 31 14:43:42.579 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-08-31T14:43:43.232Z[ recovery-image] Aug 31 14:43:42.588 INFO O| Aug 31 14:43:42.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
72012026-08-31T14:43:43.232Z[ recovery-image] Aug 31 14:43:42.588 INFO O| Aug 31 14:43:42.588 INFO STEP 610 (remove_files) COMPLETE
72022026-08-31T14:43:43.233Z[ recovery-image] Aug 31 14:43:42.588 INFO O| Aug 31 14:43:42.588 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-08-31T14:43:43.238Z[verify-libraries] Compiling russh v0.62.4
72042026-08-31T14:43:43.242Z[ recovery-image] Aug 31 14:43:42.597 INFO O| Aug 31 14:43:42.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
72052026-08-31T14:43:43.242Z[ recovery-image] Aug 31 14:43:42.597 INFO O| Aug 31 14:43:42.597 INFO STEP 611 (remove_files) COMPLETE
72062026-08-31T14:43:43.242Z[ recovery-image] Aug 31 14:43:42.597 INFO O| Aug 31 14:43:42.597 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-08-31T14:43:43.252Z[ recovery-image] Aug 31 14:43:42.608 INFO O| Aug 31 14:43:42.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72082026-08-31T14:43:43.252Z[ recovery-image] Aug 31 14:43:42.608 INFO O| Aug 31 14:43:42.608 INFO STEP 612 (remove_files) COMPLETE
72092026-08-31T14:43:43.260Z[ recovery-image] Aug 31 14:43:42.608 INFO O| Aug 31 14:43:42.608 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-08-31T14:43:43.265Z[ recovery-image] Aug 31 14:43:42.618 INFO O| Aug 31 14:43:42.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72112026-08-31T14:43:43.265Z[ recovery-image] Aug 31 14:43:42.618 INFO O| Aug 31 14:43:42.618 INFO STEP 613 (remove_files) COMPLETE
72122026-08-31T14:43:43.265Z[ recovery-image] Aug 31 14:43:42.618 INFO O| Aug 31 14:43:42.618 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-08-31T14:43:43.273Z[ recovery-image] Aug 31 14:43:42.628 INFO O| Aug 31 14:43:42.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72142026-08-31T14:43:43.276Z[ recovery-image] Aug 31 14:43:42.629 INFO O| Aug 31 14:43:42.629 INFO STEP 614 (remove_files) COMPLETE
72152026-08-31T14:43:43.276Z[ recovery-image] Aug 31 14:43:42.629 INFO O| Aug 31 14:43:42.629 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-08-31T14:43:43.282Z[ recovery-image] Aug 31 14:43:42.638 INFO O| Aug 31 14:43:42.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72172026-08-31T14:43:43.282Z[ recovery-image] Aug 31 14:43:42.638 INFO O| Aug 31 14:43:42.638 INFO STEP 615 (remove_files) COMPLETE
72182026-08-31T14:43:43.282Z[ recovery-image] Aug 31 14:43:42.638 INFO O| Aug 31 14:43:42.638 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-08-31T14:43:43.296Z[ recovery-image] Aug 31 14:43:42.647 INFO O| Aug 31 14:43:42.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72202026-08-31T14:43:43.296Z[ recovery-image] Aug 31 14:43:42.647 INFO O| Aug 31 14:43:42.647 INFO STEP 616 (remove_files) COMPLETE
72212026-08-31T14:43:43.296Z[ recovery-image] Aug 31 14:43:42.647 INFO O| Aug 31 14:43:42.647 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-31T14:43:43.300Z[ recovery-image] Aug 31 14:43:42.656 INFO O| Aug 31 14:43:42.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72232026-08-31T14:43:43.301Z[ recovery-image] Aug 31 14:43:42.656 INFO O| Aug 31 14:43:42.656 INFO STEP 617 (remove_files) COMPLETE
72242026-08-31T14:43:43.301Z[ recovery-image] Aug 31 14:43:42.656 INFO O| Aug 31 14:43:42.656 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-31T14:43:43.313Z[ recovery-image] Aug 31 14:43:42.665 INFO O| Aug 31 14:43:42.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72262026-08-31T14:43:43.313Z[ recovery-image] Aug 31 14:43:42.665 INFO O| Aug 31 14:43:42.665 INFO STEP 618 (remove_files) COMPLETE
72272026-08-31T14:43:43.313Z[ recovery-image] Aug 31 14:43:42.665 INFO O| Aug 31 14:43:42.665 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-31T14:43:43.319Z[ recovery-image] Aug 31 14:43:42.675 INFO O| Aug 31 14:43:42.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72292026-08-31T14:43:43.319Z[ recovery-image] Aug 31 14:43:42.675 INFO O| Aug 31 14:43:42.675 INFO STEP 619 (remove_files) COMPLETE
72302026-08-31T14:43:43.319Z[ recovery-image] Aug 31 14:43:42.675 INFO O| Aug 31 14:43:42.675 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-31T14:43:43.328Z[ recovery-image] Aug 31 14:43:42.684 INFO O| Aug 31 14:43:42.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72322026-08-31T14:43:43.328Z[ recovery-image] Aug 31 14:43:42.684 INFO O| Aug 31 14:43:42.684 INFO STEP 620 (remove_files) COMPLETE
72332026-08-31T14:43:43.328Z[ recovery-image] Aug 31 14:43:42.684 INFO O| Aug 31 14:43:42.684 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-31T14:43:43.339Z[ recovery-image] Aug 31 14:43:42.694 INFO O| Aug 31 14:43:42.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72352026-08-31T14:43:43.339Z[ recovery-image] Aug 31 14:43:42.694 INFO O| Aug 31 14:43:42.694 INFO STEP 621 (remove_files) COMPLETE
72362026-08-31T14:43:43.339Z[ recovery-image] Aug 31 14:43:42.694 INFO O| Aug 31 14:43:42.694 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-31T14:43:43.348Z[ recovery-image] Aug 31 14:43:42.704 INFO O| Aug 31 14:43:42.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72382026-08-31T14:43:43.348Z[ recovery-image] Aug 31 14:43:42.704 INFO O| Aug 31 14:43:42.704 INFO STEP 622 (remove_files) COMPLETE
72392026-08-31T14:43:43.349Z[ recovery-image] Aug 31 14:43:42.704 INFO O| Aug 31 14:43:42.704 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-08-31T14:43:43.365Z[ recovery-image] Aug 31 14:43:42.714 INFO O| Aug 31 14:43:42.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72412026-08-31T14:43:43.365Z[ recovery-image] Aug 31 14:43:42.715 INFO O| Aug 31 14:43:42.715 INFO STEP 623 (remove_files) COMPLETE
72422026-08-31T14:43:43.365Z[ recovery-image] Aug 31 14:43:42.715 INFO O| Aug 31 14:43:42.715 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-08-31T14:43:43.370Z[ recovery-image] Aug 31 14:43:42.724 INFO O| Aug 31 14:43:42.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72442026-08-31T14:43:43.370Z[ recovery-image] Aug 31 14:43:42.724 INFO O| Aug 31 14:43:42.724 INFO STEP 624 (remove_files) COMPLETE
72452026-08-31T14:43:43.370Z[ recovery-image] Aug 31 14:43:42.724 INFO O| Aug 31 14:43:42.724 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-08-31T14:43:43.379Z[ recovery-image] Aug 31 14:43:42.734 INFO O| Aug 31 14:43:42.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72472026-08-31T14:43:43.379Z[ recovery-image] Aug 31 14:43:42.734 INFO O| Aug 31 14:43:42.734 INFO STEP 625 (remove_files) COMPLETE
72482026-08-31T14:43:43.379Z[ recovery-image] Aug 31 14:43:42.734 INFO O| Aug 31 14:43:42.734 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-08-31T14:43:43.389Z[ recovery-image] Aug 31 14:43:42.745 INFO O| Aug 31 14:43:42.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72502026-08-31T14:43:43.390Z[ recovery-image] Aug 31 14:43:42.745 INFO O| Aug 31 14:43:42.745 INFO STEP 626 (remove_files) COMPLETE
72512026-08-31T14:43:43.390Z[ recovery-image] Aug 31 14:43:42.745 INFO O| Aug 31 14:43:42.745 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-08-31T14:43:43.400Z[ recovery-image] Aug 31 14:43:42.756 INFO O| Aug 31 14:43:42.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72532026-08-31T14:43:43.400Z[ recovery-image] Aug 31 14:43:42.756 INFO O| Aug 31 14:43:42.756 INFO STEP 627 (remove_files) COMPLETE
72542026-08-31T14:43:43.400Z[ recovery-image] Aug 31 14:43:42.756 INFO O| Aug 31 14:43:42.756 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-08-31T14:43:43.409Z[ recovery-image] Aug 31 14:43:42.765 INFO O| Aug 31 14:43:42.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72562026-08-31T14:43:43.409Z[ recovery-image] Aug 31 14:43:42.765 INFO O| Aug 31 14:43:42.765 INFO STEP 628 (remove_files) COMPLETE
72572026-08-31T14:43:43.409Z[ recovery-image] Aug 31 14:43:42.765 INFO O| Aug 31 14:43:42.765 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-08-31T14:43:43.420Z[ recovery-image] Aug 31 14:43:42.775 INFO O| Aug 31 14:43:42.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72592026-08-31T14:43:43.420Z[ recovery-image] Aug 31 14:43:42.775 INFO O| Aug 31 14:43:42.775 INFO STEP 629 (remove_files) COMPLETE
72602026-08-31T14:43:43.420Z[ recovery-image] Aug 31 14:43:42.775 INFO O| Aug 31 14:43:42.775 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-08-31T14:43:43.428Z[ recovery-image] Aug 31 14:43:42.784 INFO O| Aug 31 14:43:42.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72622026-08-31T14:43:43.428Z[ recovery-image] Aug 31 14:43:42.784 INFO O| Aug 31 14:43:42.784 INFO STEP 630 (remove_files) COMPLETE
72632026-08-31T14:43:43.428Z[ recovery-image] Aug 31 14:43:42.784 INFO O| Aug 31 14:43:42.784 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-08-31T14:43:43.438Z[ recovery-image] Aug 31 14:43:42.794 INFO O| Aug 31 14:43:42.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72652026-08-31T14:43:43.438Z[ recovery-image] Aug 31 14:43:42.794 INFO O| Aug 31 14:43:42.794 INFO STEP 631 (remove_files) COMPLETE
72662026-08-31T14:43:43.438Z[ recovery-image] Aug 31 14:43:42.794 INFO O| Aug 31 14:43:42.794 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-08-31T14:43:43.458Z[ recovery-image] Aug 31 14:43:42.812 INFO O| Aug 31 14:43:42.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72682026-08-31T14:43:43.458Z[ recovery-image] Aug 31 14:43:42.812 INFO O| Aug 31 14:43:42.803 INFO STEP 632 (remove_files) COMPLETE
72692026-08-31T14:43:43.458Z[ recovery-image] Aug 31 14:43:42.812 INFO O| Aug 31 14:43:42.803 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-08-31T14:43:43.461Z[ recovery-image] Aug 31 14:43:42.812 INFO O| Aug 31 14:43:42.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72712026-08-31T14:43:43.461Z[ recovery-image] Aug 31 14:43:42.812 INFO O| Aug 31 14:43:42.812 INFO STEP 633 (remove_files) COMPLETE
72722026-08-31T14:43:43.462Z[ recovery-image] Aug 31 14:43:42.812 INFO O| Aug 31 14:43:42.812 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-08-31T14:43:43.465Z[ recovery-image] Aug 31 14:43:42.820 INFO O| Aug 31 14:43:42.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72742026-08-31T14:43:43.465Z[ recovery-image] Aug 31 14:43:42.820 INFO O| Aug 31 14:43:42.820 INFO STEP 634 (remove_files) COMPLETE
72752026-08-31T14:43:43.465Z[ recovery-image] Aug 31 14:43:42.820 INFO O| Aug 31 14:43:42.820 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-08-31T14:43:43.473Z[ recovery-image] Aug 31 14:43:42.829 INFO O| Aug 31 14:43:42.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72772026-08-31T14:43:43.473Z[ recovery-image] Aug 31 14:43:42.829 INFO O| Aug 31 14:43:42.829 INFO STEP 635 (remove_files) COMPLETE
72782026-08-31T14:43:43.477Z[ recovery-image] Aug 31 14:43:42.829 INFO O| Aug 31 14:43:42.829 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-08-31T14:43:43.481Z[ recovery-image] Aug 31 14:43:42.837 INFO O| Aug 31 14:43:42.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72802026-08-31T14:43:43.482Z[ recovery-image] Aug 31 14:43:42.837 INFO O| Aug 31 14:43:42.837 INFO STEP 636 (remove_files) COMPLETE
72812026-08-31T14:43:43.485Z[ recovery-image] Aug 31 14:43:42.837 INFO O| Aug 31 14:43:42.837 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-08-31T14:43:43.491Z[ recovery-image] Aug 31 14:43:42.846 INFO O| Aug 31 14:43:42.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72832026-08-31T14:43:43.491Z[ recovery-image] Aug 31 14:43:42.846 INFO O| Aug 31 14:43:42.846 INFO STEP 637 (remove_files) COMPLETE
72842026-08-31T14:43:43.494Z[ recovery-image] Aug 31 14:43:42.846 INFO O| Aug 31 14:43:42.846 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-08-31T14:43:43.499Z[ recovery-image] Aug 31 14:43:42.855 INFO O| Aug 31 14:43:42.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72862026-08-31T14:43:43.499Z[ recovery-image] Aug 31 14:43:42.855 INFO O| Aug 31 14:43:42.855 INFO STEP 638 (remove_files) COMPLETE
72872026-08-31T14:43:43.499Z[ recovery-image] Aug 31 14:43:42.855 INFO O| Aug 31 14:43:42.855 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-08-31T14:43:43.507Z[ recovery-image] Aug 31 14:43:42.863 INFO O| Aug 31 14:43:42.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72892026-08-31T14:43:43.507Z[ recovery-image] Aug 31 14:43:42.863 INFO O| Aug 31 14:43:42.863 INFO STEP 639 (remove_files) COMPLETE
72902026-08-31T14:43:43.507Z[ recovery-image] Aug 31 14:43:42.863 INFO O| Aug 31 14:43:42.863 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-08-31T14:43:43.519Z[ recovery-image] Aug 31 14:43:42.875 INFO O| Aug 31 14:43:42.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72922026-08-31T14:43:43.519Z[ recovery-image] Aug 31 14:43:42.875 INFO O| Aug 31 14:43:42.875 INFO STEP 640 (remove_files) COMPLETE
72932026-08-31T14:43:43.519Z[ recovery-image] Aug 31 14:43:42.875 INFO O| Aug 31 14:43:42.875 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-08-31T14:43:43.529Z[ recovery-image] Aug 31 14:43:42.885 INFO O| Aug 31 14:43:42.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72952026-08-31T14:43:43.529Z[ recovery-image] Aug 31 14:43:42.885 INFO O| Aug 31 14:43:42.885 INFO STEP 641 (remove_files) COMPLETE
72962026-08-31T14:43:43.529Z[ recovery-image] Aug 31 14:43:42.885 INFO O| Aug 31 14:43:42.885 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-08-31T14:43:43.540Z[ recovery-image] Aug 31 14:43:42.896 INFO O| Aug 31 14:43:42.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72982026-08-31T14:43:43.540Z[ recovery-image] Aug 31 14:43:42.896 INFO O| Aug 31 14:43:42.896 INFO STEP 642 (remove_files) COMPLETE
72992026-08-31T14:43:43.540Z[ recovery-image] Aug 31 14:43:42.896 INFO O| Aug 31 14:43:42.896 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-08-31T14:43:43.551Z[ recovery-image] Aug 31 14:43:42.907 INFO O| Aug 31 14:43:42.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
73012026-08-31T14:43:43.551Z[ recovery-image] Aug 31 14:43:42.907 INFO O| Aug 31 14:43:42.907 INFO STEP 643 (remove_files) COMPLETE
73022026-08-31T14:43:43.551Z[ recovery-image] Aug 31 14:43:42.907 INFO O| Aug 31 14:43:42.907 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-08-31T14:43:43.562Z[ recovery-image] Aug 31 14:43:42.918 INFO O| Aug 31 14:43:42.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
73042026-08-31T14:43:43.562Z[ recovery-image] Aug 31 14:43:42.918 INFO O| Aug 31 14:43:42.918 INFO STEP 644 (remove_files) COMPLETE
73052026-08-31T14:43:43.562Z[ recovery-image] Aug 31 14:43:42.918 INFO O| Aug 31 14:43:42.918 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-08-31T14:43:43.572Z[ recovery-image] Aug 31 14:43:42.928 INFO O| Aug 31 14:43:42.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
73072026-08-31T14:43:43.572Z[ recovery-image] Aug 31 14:43:42.928 INFO O| Aug 31 14:43:42.928 INFO STEP 645 (remove_files) COMPLETE
73082026-08-31T14:43:43.572Z[ recovery-image] Aug 31 14:43:42.928 INFO O| Aug 31 14:43:42.928 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-08-31T14:43:43.585Z[ recovery-image] Aug 31 14:43:42.939 INFO O| Aug 31 14:43:42.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73102026-08-31T14:43:43.585Z[ recovery-image] Aug 31 14:43:42.939 INFO O| Aug 31 14:43:42.938 INFO STEP 646 (remove_files) COMPLETE
73112026-08-31T14:43:43.585Z[ recovery-image] Aug 31 14:43:42.939 INFO O| Aug 31 14:43:42.938 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-08-31T14:43:43.594Z[ recovery-image] Aug 31 14:43:42.947 INFO O| Aug 31 14:43:42.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73132026-08-31T14:43:43.594Z[ recovery-image] Aug 31 14:43:42.947 INFO O| Aug 31 14:43:42.947 INFO STEP 647 (remove_files) COMPLETE
73142026-08-31T14:43:43.594Z[ recovery-image] Aug 31 14:43:42.947 INFO O| Aug 31 14:43:42.947 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-08-31T14:43:43.601Z[ recovery-image] Aug 31 14:43:42.957 INFO O| Aug 31 14:43:42.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73162026-08-31T14:43:43.601Z[ recovery-image] Aug 31 14:43:42.957 INFO O| Aug 31 14:43:42.957 INFO STEP 648 (remove_files) COMPLETE
73172026-08-31T14:43:43.605Z[ recovery-image] Aug 31 14:43:42.957 INFO O| Aug 31 14:43:42.957 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-08-31T14:43:43.612Z[ recovery-image] Aug 31 14:43:42.967 INFO O| Aug 31 14:43:42.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73192026-08-31T14:43:43.616Z[ recovery-image] Aug 31 14:43:42.967 INFO O| Aug 31 14:43:42.967 INFO STEP 649 (remove_files) COMPLETE
73202026-08-31T14:43:43.616Z[ recovery-image] Aug 31 14:43:42.967 INFO O| Aug 31 14:43:42.967 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-08-31T14:43:43.623Z[ recovery-image] Aug 31 14:43:42.979 INFO O| Aug 31 14:43:42.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73222026-08-31T14:43:43.623Z[ recovery-image] Aug 31 14:43:42.979 INFO O| Aug 31 14:43:42.977 INFO STEP 650 (remove_files) COMPLETE
73232026-08-31T14:43:43.627Z[ recovery-image] Aug 31 14:43:42.979 INFO O| Aug 31 14:43:42.977 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-08-31T14:43:43.627Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
73252026-08-31T14:43:43.631Z[ recovery-image] Aug 31 14:43:42.987 INFO O| Aug 31 14:43:42.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73262026-08-31T14:43:43.631Z[ recovery-image] Aug 31 14:43:42.987 INFO O| Aug 31 14:43:42.987 INFO STEP 651 (remove_files) COMPLETE
73272026-08-31T14:43:43.631Z[ recovery-image] Aug 31 14:43:42.987 INFO O| Aug 31 14:43:42.987 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-08-31T14:43:43.641Z[ recovery-image] Aug 31 14:43:42.996 INFO O| Aug 31 14:43:42.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73292026-08-31T14:43:43.641Z[ recovery-image] Aug 31 14:43:42.996 INFO O| Aug 31 14:43:42.996 INFO STEP 652 (remove_files) COMPLETE
73302026-08-31T14:43:43.641Z[ recovery-image] Aug 31 14:43:42.996 INFO O| Aug 31 14:43:42.996 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-08-31T14:43:43.652Z[ recovery-image] Aug 31 14:43:43.007 INFO O| Aug 31 14:43:43.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73322026-08-31T14:43:43.652Z[ recovery-image] Aug 31 14:43:43.007 INFO O| Aug 31 14:43:43.007 INFO STEP 653 (remove_files) COMPLETE
73332026-08-31T14:43:43.652Z[ recovery-image] Aug 31 14:43:43.007 INFO O| Aug 31 14:43:43.007 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-08-31T14:43:43.661Z[ recovery-image] Aug 31 14:43:43.017 INFO O| Aug 31 14:43:43.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73352026-08-31T14:43:43.662Z[ recovery-image] Aug 31 14:43:43.017 INFO O| Aug 31 14:43:43.017 INFO STEP 654 (remove_files) COMPLETE
73362026-08-31T14:43:43.662Z[ recovery-image] Aug 31 14:43:43.017 INFO O| Aug 31 14:43:43.017 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-31T14:43:43.670Z[ recovery-image] Aug 31 14:43:43.026 INFO O| Aug 31 14:43:43.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73382026-08-31T14:43:43.670Z[ recovery-image] Aug 31 14:43:43.026 INFO O| Aug 31 14:43:43.026 INFO STEP 655 (remove_files) COMPLETE
73392026-08-31T14:43:43.671Z[ recovery-image] Aug 31 14:43:43.026 INFO O| Aug 31 14:43:43.026 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-31T14:43:43.681Z[ recovery-image] Aug 31 14:43:43.037 INFO O| Aug 31 14:43:43.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73412026-08-31T14:43:43.682Z[ recovery-image] Aug 31 14:43:43.037 INFO O| Aug 31 14:43:43.037 INFO STEP 656 (remove_files) COMPLETE
73422026-08-31T14:43:43.682Z[ recovery-image] Aug 31 14:43:43.037 INFO O| Aug 31 14:43:43.037 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-31T14:43:43.689Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
73442026-08-31T14:43:43.692Z[ recovery-image] Aug 31 14:43:43.047 INFO O| Aug 31 14:43:43.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73452026-08-31T14:43:43.692Z[ recovery-image] Aug 31 14:43:43.047 INFO O| Aug 31 14:43:43.047 INFO STEP 657 (remove_files) COMPLETE
73462026-08-31T14:43:43.692Z[ recovery-image] Aug 31 14:43:43.047 INFO O| Aug 31 14:43:43.047 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-08-31T14:43:43.702Z[ recovery-image] Aug 31 14:43:43.058 INFO O| Aug 31 14:43:43.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73482026-08-31T14:43:43.702Z[ recovery-image] Aug 31 14:43:43.058 INFO O| Aug 31 14:43:43.058 INFO STEP 658 (remove_files) COMPLETE
73492026-08-31T14:43:43.702Z[ recovery-image] Aug 31 14:43:43.058 INFO O| Aug 31 14:43:43.058 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-08-31T14:43:43.713Z[ recovery-image] Aug 31 14:43:43.069 INFO O| Aug 31 14:43:43.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73512026-08-31T14:43:43.713Z[ recovery-image] Aug 31 14:43:43.069 INFO O| Aug 31 14:43:43.069 INFO STEP 659 (remove_files) COMPLETE
73522026-08-31T14:43:43.713Z[ recovery-image] Aug 31 14:43:43.069 INFO O| Aug 31 14:43:43.069 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-08-31T14:43:43.726Z[ recovery-image] Aug 31 14:43:43.080 INFO O| Aug 31 14:43:43.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73542026-08-31T14:43:43.729Z[ recovery-image] Aug 31 14:43:43.081 INFO O| Aug 31 14:43:43.081 INFO STEP 660 (remove_files) COMPLETE
73552026-08-31T14:43:43.729Z[ recovery-image] Aug 31 14:43:43.081 INFO O| Aug 31 14:43:43.081 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-08-31T14:43:43.737Z[ recovery-image] Aug 31 14:43:43.092 INFO O| Aug 31 14:43:43.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73572026-08-31T14:43:43.737Z[ recovery-image] Aug 31 14:43:43.092 INFO O| Aug 31 14:43:43.092 INFO STEP 661 (remove_files) COMPLETE
73582026-08-31T14:43:43.742Z[ recovery-image] Aug 31 14:43:43.092 INFO O| Aug 31 14:43:43.092 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-08-31T14:43:43.746Z[ recovery-image] Aug 31 14:43:43.102 INFO O| Aug 31 14:43:43.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73602026-08-31T14:43:43.746Z[ recovery-image] Aug 31 14:43:43.102 INFO O| Aug 31 14:43:43.102 INFO STEP 662 (remove_files) COMPLETE
73612026-08-31T14:43:43.746Z[ recovery-image] Aug 31 14:43:43.102 INFO O| Aug 31 14:43:43.102 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-08-31T14:43:43.757Z[ recovery-image] Aug 31 14:43:43.112 INFO O| Aug 31 14:43:43.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73632026-08-31T14:43:43.757Z[ recovery-image] Aug 31 14:43:43.112 INFO O| Aug 31 14:43:43.112 INFO STEP 663 (remove_files) COMPLETE
73642026-08-31T14:43:43.757Z[ recovery-image] Aug 31 14:43:43.112 INFO O| Aug 31 14:43:43.112 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-08-31T14:43:43.767Z[ recovery-image] Aug 31 14:43:43.123 INFO O| Aug 31 14:43:43.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73662026-08-31T14:43:43.767Z[ recovery-image] Aug 31 14:43:43.123 INFO O| Aug 31 14:43:43.123 INFO STEP 664 (remove_files) COMPLETE
73672026-08-31T14:43:43.767Z[ recovery-image] Aug 31 14:43:43.123 INFO O| Aug 31 14:43:43.123 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-08-31T14:43:43.776Z[ recovery-image] Aug 31 14:43:43.132 INFO O| Aug 31 14:43:43.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73692026-08-31T14:43:43.776Z[ recovery-image] Aug 31 14:43:43.132 INFO O| Aug 31 14:43:43.132 INFO STEP 665 (remove_files) COMPLETE
73702026-08-31T14:43:43.780Z[ recovery-image] Aug 31 14:43:43.132 INFO O| Aug 31 14:43:43.132 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-08-31T14:43:43.786Z[ recovery-image] Aug 31 14:43:43.142 INFO O| Aug 31 14:43:43.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73722026-08-31T14:43:43.790Z[ recovery-image] Aug 31 14:43:43.142 INFO O| Aug 31 14:43:43.142 INFO STEP 666 (remove_files) COMPLETE
73732026-08-31T14:43:43.790Z[ recovery-image] Aug 31 14:43:43.142 INFO O| Aug 31 14:43:43.142 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-08-31T14:43:43.796Z[ recovery-image] Aug 31 14:43:43.152 INFO O| Aug 31 14:43:43.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73752026-08-31T14:43:43.796Z[ recovery-image] Aug 31 14:43:43.152 INFO O| Aug 31 14:43:43.152 INFO STEP 667 (remove_files) COMPLETE
73762026-08-31T14:43:43.800Z[ recovery-image] Aug 31 14:43:43.152 INFO O| Aug 31 14:43:43.152 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-08-31T14:43:43.807Z[ recovery-image] Aug 31 14:43:43.162 INFO O| Aug 31 14:43:43.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73782026-08-31T14:43:43.807Z[ recovery-image] Aug 31 14:43:43.162 INFO O| Aug 31 14:43:43.162 INFO STEP 668 (remove_files) COMPLETE
73792026-08-31T14:43:43.807Z[ recovery-image] Aug 31 14:43:43.162 INFO O| Aug 31 14:43:43.162 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-08-31T14:43:43.817Z[ recovery-image] Aug 31 14:43:43.173 INFO O| Aug 31 14:43:43.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73812026-08-31T14:43:43.817Z[ recovery-image] Aug 31 14:43:43.173 INFO O| Aug 31 14:43:43.173 INFO STEP 669 (remove_files) COMPLETE
73822026-08-31T14:43:43.817Z[ recovery-image] Aug 31 14:43:43.173 INFO O| Aug 31 14:43:43.173 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-08-31T14:43:43.829Z[ recovery-image] Aug 31 14:43:43.184 INFO O| Aug 31 14:43:43.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73842026-08-31T14:43:43.829Z[ recovery-image] Aug 31 14:43:43.184 INFO O| Aug 31 14:43:43.184 INFO STEP 670 (remove_files) COMPLETE
73852026-08-31T14:43:43.829Z[ recovery-image] Aug 31 14:43:43.184 INFO O| Aug 31 14:43:43.184 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-08-31T14:43:43.839Z[ recovery-image] Aug 31 14:43:43.195 INFO O| Aug 31 14:43:43.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73872026-08-31T14:43:43.839Z[ recovery-image] Aug 31 14:43:43.195 INFO O| Aug 31 14:43:43.195 INFO STEP 671 (remove_files) COMPLETE
73882026-08-31T14:43:43.839Z[ recovery-image] Aug 31 14:43:43.195 INFO O| Aug 31 14:43:43.195 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-08-31T14:43:43.848Z[ recovery-image] Aug 31 14:43:43.204 INFO O| Aug 31 14:43:43.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73902026-08-31T14:43:43.848Z[ recovery-image] Aug 31 14:43:43.204 INFO O| Aug 31 14:43:43.204 INFO STEP 672 (remove_files) COMPLETE
73912026-08-31T14:43:43.848Z[ recovery-image] Aug 31 14:43:43.204 INFO O| Aug 31 14:43:43.204 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-08-31T14:43:43.859Z[ recovery-image] Aug 31 14:43:43.215 INFO O| Aug 31 14:43:43.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73932026-08-31T14:43:43.859Z[ recovery-image] Aug 31 14:43:43.215 INFO O| Aug 31 14:43:43.215 INFO STEP 673 (remove_files) COMPLETE
73942026-08-31T14:43:43.859Z[ recovery-image] Aug 31 14:43:43.215 INFO O| Aug 31 14:43:43.215 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-08-31T14:43:43.869Z[ recovery-image] Aug 31 14:43:43.225 INFO O| Aug 31 14:43:43.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73962026-08-31T14:43:43.869Z[ recovery-image] Aug 31 14:43:43.225 INFO O| Aug 31 14:43:43.225 INFO STEP 674 (remove_files) COMPLETE
73972026-08-31T14:43:43.869Z[ recovery-image] Aug 31 14:43:43.225 INFO O| Aug 31 14:43:43.225 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-08-31T14:43:43.878Z[ recovery-image] Aug 31 14:43:43.234 INFO O| Aug 31 14:43:43.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73992026-08-31T14:43:43.878Z[ recovery-image] Aug 31 14:43:43.234 INFO O| Aug 31 14:43:43.234 INFO STEP 675 (remove_files) COMPLETE
74002026-08-31T14:43:43.879Z[ recovery-image] Aug 31 14:43:43.234 INFO O| Aug 31 14:43:43.234 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-08-31T14:43:43.888Z[ recovery-image] Aug 31 14:43:43.244 INFO O| Aug 31 14:43:43.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
74022026-08-31T14:43:43.888Z[ recovery-image] Aug 31 14:43:43.244 INFO O| Aug 31 14:43:43.244 INFO STEP 676 (remove_files) COMPLETE
74032026-08-31T14:43:43.888Z[ recovery-image] Aug 31 14:43:43.244 INFO O| Aug 31 14:43:43.244 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-08-31T14:43:43.899Z[ recovery-image] Aug 31 14:43:43.255 INFO O| Aug 31 14:43:43.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
74052026-08-31T14:43:43.899Z[ recovery-image] Aug 31 14:43:43.255 INFO O| Aug 31 14:43:43.255 INFO STEP 677 (remove_files) COMPLETE
74062026-08-31T14:43:43.903Z[ recovery-image] Aug 31 14:43:43.255 INFO O| Aug 31 14:43:43.255 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-08-31T14:43:43.909Z[ recovery-image] Aug 31 14:43:43.265 INFO O| Aug 31 14:43:43.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
74082026-08-31T14:43:43.909Z[ recovery-image] Aug 31 14:43:43.265 INFO O| Aug 31 14:43:43.265 INFO STEP 678 (remove_files) COMPLETE
74092026-08-31T14:43:43.909Z[ recovery-image] Aug 31 14:43:43.265 INFO O| Aug 31 14:43:43.265 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-08-31T14:43:43.919Z[ recovery-image] Aug 31 14:43:43.275 INFO O| Aug 31 14:43:43.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74112026-08-31T14:43:43.923Z[ recovery-image] Aug 31 14:43:43.276 INFO O| Aug 31 14:43:43.276 INFO STEP 679 (remove_files) COMPLETE
74122026-08-31T14:43:43.923Z[ recovery-image] Aug 31 14:43:43.276 INFO O| Aug 31 14:43:43.276 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-08-31T14:43:43.935Z[ recovery-image] Aug 31 14:43:43.287 INFO O| Aug 31 14:43:43.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74142026-08-31T14:43:43.935Z[ recovery-image] Aug 31 14:43:43.288 INFO O| Aug 31 14:43:43.288 INFO STEP 680 (remove_files) COMPLETE
74152026-08-31T14:43:43.935Z[ recovery-image] Aug 31 14:43:43.288 INFO O| Aug 31 14:43:43.288 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-08-31T14:43:43.942Z[ recovery-image] Aug 31 14:43:43.298 INFO O| Aug 31 14:43:43.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74172026-08-31T14:43:43.942Z[ recovery-image] Aug 31 14:43:43.298 INFO O| Aug 31 14:43:43.298 INFO STEP 681 (remove_files) COMPLETE
74182026-08-31T14:43:43.942Z[ recovery-image] Aug 31 14:43:43.298 INFO O| Aug 31 14:43:43.298 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-08-31T14:43:43.952Z[ recovery-image] Aug 31 14:43:43.307 INFO O| Aug 31 14:43:43.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74202026-08-31T14:43:43.952Z[ recovery-image] Aug 31 14:43:43.307 INFO O| Aug 31 14:43:43.307 INFO STEP 682 (remove_files) COMPLETE
74212026-08-31T14:43:43.952Z[ recovery-image] Aug 31 14:43:43.308 INFO O| Aug 31 14:43:43.307 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-08-31T14:43:43.964Z[ recovery-image] Aug 31 14:43:43.317 INFO O| Aug 31 14:43:43.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74232026-08-31T14:43:43.964Z[ recovery-image] Aug 31 14:43:43.317 INFO O| Aug 31 14:43:43.317 INFO STEP 683 (remove_files) COMPLETE
74242026-08-31T14:43:43.964Z[ recovery-image] Aug 31 14:43:43.317 INFO O| Aug 31 14:43:43.317 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-08-31T14:43:43.971Z[ recovery-image] Aug 31 14:43:43.327 INFO O| Aug 31 14:43:43.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74262026-08-31T14:43:43.974Z[ recovery-image] Aug 31 14:43:43.327 INFO O| Aug 31 14:43:43.327 INFO STEP 684 (remove_files) COMPLETE
74272026-08-31T14:43:43.975Z[ recovery-image] Aug 31 14:43:43.327 INFO O| Aug 31 14:43:43.327 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-08-31T14:43:43.981Z[ recovery-image] Aug 31 14:43:43.337 INFO O| Aug 31 14:43:43.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74292026-08-31T14:43:43.981Z[ recovery-image] Aug 31 14:43:43.337 INFO O| Aug 31 14:43:43.337 INFO STEP 685 (remove_files) COMPLETE
74302026-08-31T14:43:43.981Z[ recovery-image] Aug 31 14:43:43.337 INFO O| Aug 31 14:43:43.337 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-08-31T14:43:43.991Z[ recovery-image] Aug 31 14:43:43.346 INFO O| Aug 31 14:43:43.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74322026-08-31T14:43:43.991Z[ recovery-image] Aug 31 14:43:43.346 INFO O| Aug 31 14:43:43.346 INFO STEP 686 (remove_files) COMPLETE
74332026-08-31T14:43:43.991Z[ recovery-image] Aug 31 14:43:43.346 INFO O| Aug 31 14:43:43.346 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-08-31T14:43:43.999Z[ recovery-image] Aug 31 14:43:43.355 INFO O| Aug 31 14:43:43.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74352026-08-31T14:43:43.999Z[ recovery-image] Aug 31 14:43:43.355 INFO O| Aug 31 14:43:43.355 INFO STEP 687 (remove_files) COMPLETE
74362026-08-31T14:43:43.999Z[ recovery-image] Aug 31 14:43:43.355 INFO O| Aug 31 14:43:43.355 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-08-31T14:43:44.008Z[ recovery-image] Aug 31 14:43:43.363 INFO O| Aug 31 14:43:43.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74382026-08-31T14:43:44.008Z[ recovery-image] Aug 31 14:43:43.363 INFO O| Aug 31 14:43:43.363 INFO STEP 688 (remove_files) COMPLETE
74392026-08-31T14:43:44.009Z[ recovery-image] Aug 31 14:43:43.363 INFO O| Aug 31 14:43:43.363 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-08-31T14:43:44.019Z[ recovery-image] Aug 31 14:43:43.373 INFO O| Aug 31 14:43:43.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74412026-08-31T14:43:44.022Z[ recovery-image] Aug 31 14:43:43.374 INFO O| Aug 31 14:43:43.374 INFO STEP 689 (remove_files) COMPLETE
74422026-08-31T14:43:44.023Z[ recovery-image] Aug 31 14:43:43.374 INFO O| Aug 31 14:43:43.374 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-08-31T14:43:44.028Z[ recovery-image] Aug 31 14:43:43.384 INFO O| Aug 31 14:43:43.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74442026-08-31T14:43:44.028Z[ recovery-image] Aug 31 14:43:43.384 INFO O| Aug 31 14:43:43.384 INFO STEP 690 (remove_files) COMPLETE
74452026-08-31T14:43:44.035Z[ recovery-image] Aug 31 14:43:43.384 INFO O| Aug 31 14:43:43.384 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-08-31T14:43:44.055Z[ recovery-image] Aug 31 14:43:43.409 INFO O| Aug 31 14:43:43.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74472026-08-31T14:43:44.055Z[ recovery-image] Aug 31 14:43:43.409 INFO O| Aug 31 14:43:43.409 INFO STEP 691 (remove_files) COMPLETE
74482026-08-31T14:43:44.059Z[ recovery-image] Aug 31 14:43:43.409 INFO O| Aug 31 14:43:43.409 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-08-31T14:43:44.064Z[ recovery-image] Aug 31 14:43:43.420 INFO O| Aug 31 14:43:43.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74502026-08-31T14:43:44.064Z[ recovery-image] Aug 31 14:43:43.420 INFO O| Aug 31 14:43:43.420 INFO STEP 692 (remove_files) COMPLETE
74512026-08-31T14:43:44.068Z[ recovery-image] Aug 31 14:43:43.420 INFO O| Aug 31 14:43:43.420 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-08-31T14:43:44.074Z[ recovery-image] Aug 31 14:43:43.430 INFO O| Aug 31 14:43:43.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74532026-08-31T14:43:44.074Z[ recovery-image] Aug 31 14:43:43.430 INFO O| Aug 31 14:43:43.430 INFO STEP 693 (remove_files) COMPLETE
74542026-08-31T14:43:44.078Z[ recovery-image] Aug 31 14:43:43.430 INFO O| Aug 31 14:43:43.430 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-08-31T14:43:44.086Z[ recovery-image] Aug 31 14:43:43.440 INFO O| Aug 31 14:43:43.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74562026-08-31T14:43:44.086Z[ recovery-image] Aug 31 14:43:43.441 INFO O| Aug 31 14:43:43.440 INFO STEP 694 (remove_files) COMPLETE
74572026-08-31T14:43:44.086Z[ recovery-image] Aug 31 14:43:43.441 INFO O| Aug 31 14:43:43.440 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-08-31T14:43:44.095Z[ recovery-image] Aug 31 14:43:43.451 INFO O| Aug 31 14:43:43.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74592026-08-31T14:43:44.095Z[ recovery-image] Aug 31 14:43:43.451 INFO O| Aug 31 14:43:43.451 INFO STEP 695 (remove_files) COMPLETE
74602026-08-31T14:43:44.099Z[ recovery-image] Aug 31 14:43:43.451 INFO O| Aug 31 14:43:43.451 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-08-31T14:43:44.105Z[ recovery-image] Aug 31 14:43:43.461 INFO O| Aug 31 14:43:43.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74622026-08-31T14:43:44.105Z[ recovery-image] Aug 31 14:43:43.461 INFO O| Aug 31 14:43:43.461 INFO STEP 696 (remove_files) COMPLETE
74632026-08-31T14:43:44.105Z[ recovery-image] Aug 31 14:43:43.461 INFO O| Aug 31 14:43:43.461 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-08-31T14:43:44.117Z[ recovery-image] Aug 31 14:43:43.470 INFO O| Aug 31 14:43:43.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74652026-08-31T14:43:44.117Z[ recovery-image] Aug 31 14:43:43.470 INFO O| Aug 31 14:43:43.470 INFO STEP 697 (remove_files) COMPLETE
74662026-08-31T14:43:44.117Z[ recovery-image] Aug 31 14:43:43.470 INFO O| Aug 31 14:43:43.470 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-08-31T14:43:44.127Z[ recovery-image] Aug 31 14:43:43.481 INFO O| Aug 31 14:43:43.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74682026-08-31T14:43:44.133Z[ recovery-image] Aug 31 14:43:43.481 INFO O| Aug 31 14:43:43.481 INFO STEP 698 (remove_files) COMPLETE
74692026-08-31T14:43:44.133Z[ recovery-image] Aug 31 14:43:43.481 INFO O| Aug 31 14:43:43.481 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-08-31T14:43:44.137Z[ recovery-image] Aug 31 14:43:43.491 INFO O| Aug 31 14:43:43.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74712026-08-31T14:43:44.142Z[ recovery-image] Aug 31 14:43:43.491 INFO O| Aug 31 14:43:43.491 INFO STEP 699 (remove_files) COMPLETE
74722026-08-31T14:43:44.142Z[ recovery-image] Aug 31 14:43:43.491 INFO O| Aug 31 14:43:43.491 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-08-31T14:43:44.142Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
74742026-08-31T14:43:44.146Z[ recovery-image] Aug 31 14:43:43.502 INFO O| Aug 31 14:43:43.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74752026-08-31T14:43:44.146Z[ recovery-image] Aug 31 14:43:43.502 INFO O| Aug 31 14:43:43.502 INFO STEP 700 (remove_files) COMPLETE
74762026-08-31T14:43:44.146Z[ recovery-image] Aug 31 14:43:43.502 INFO O| Aug 31 14:43:43.502 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-08-31T14:43:44.159Z[ recovery-image] Aug 31 14:43:43.512 INFO O| Aug 31 14:43:43.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74782026-08-31T14:43:44.159Z[ recovery-image] Aug 31 14:43:43.512 INFO O| Aug 31 14:43:43.512 INFO STEP 701 (remove_files) COMPLETE
74792026-08-31T14:43:44.159Z[ recovery-image] Aug 31 14:43:43.512 INFO O| Aug 31 14:43:43.512 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-08-31T14:43:44.167Z[ recovery-image] Aug 31 14:43:43.523 INFO O| Aug 31 14:43:43.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74812026-08-31T14:43:44.167Z[ recovery-image] Aug 31 14:43:43.523 INFO O| Aug 31 14:43:43.523 INFO STEP 702 (remove_files) COMPLETE
74822026-08-31T14:43:44.167Z[ recovery-image] Aug 31 14:43:43.523 INFO O| Aug 31 14:43:43.523 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-08-31T14:43:44.178Z[ recovery-image] Aug 31 14:43:43.533 INFO O| Aug 31 14:43:43.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74842026-08-31T14:43:44.178Z[ recovery-image] Aug 31 14:43:43.533 INFO O| Aug 31 14:43:43.533 INFO STEP 703 (remove_files) COMPLETE
74852026-08-31T14:43:44.178Z[ recovery-image] Aug 31 14:43:43.533 INFO O| Aug 31 14:43:43.533 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-31T14:43:44.188Z[ recovery-image] Aug 31 14:43:43.544 INFO O| Aug 31 14:43:43.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74872026-08-31T14:43:44.188Z[ recovery-image] Aug 31 14:43:43.544 INFO O| Aug 31 14:43:43.544 INFO STEP 704 (remove_files) COMPLETE
74882026-08-31T14:43:44.192Z[ recovery-image] Aug 31 14:43:43.544 INFO O| Aug 31 14:43:43.544 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-31T14:43:44.199Z[ recovery-image] Aug 31 14:43:43.554 INFO O| Aug 31 14:43:43.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74902026-08-31T14:43:44.199Z[ recovery-image] Aug 31 14:43:43.554 INFO O| Aug 31 14:43:43.554 INFO STEP 705 (remove_files) COMPLETE
74912026-08-31T14:43:44.199Z[ recovery-image] Aug 31 14:43:43.554 INFO O| Aug 31 14:43:43.554 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-31T14:43:44.208Z[ recovery-image] Aug 31 14:43:43.564 INFO O| Aug 31 14:43:43.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74932026-08-31T14:43:44.208Z[ recovery-image] Aug 31 14:43:43.564 INFO O| Aug 31 14:43:43.564 INFO STEP 706 (remove_files) COMPLETE
74942026-08-31T14:43:44.212Z[ recovery-image] Aug 31 14:43:43.564 INFO O| Aug 31 14:43:43.564 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-31T14:43:44.217Z[ recovery-image] Aug 31 14:43:43.573 INFO O| Aug 31 14:43:43.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74962026-08-31T14:43:44.218Z[ recovery-image] Aug 31 14:43:43.573 INFO O| Aug 31 14:43:43.573 INFO STEP 707 (remove_files) COMPLETE
74972026-08-31T14:43:44.218Z[ recovery-image] Aug 31 14:43:43.573 INFO O| Aug 31 14:43:43.573 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-08-31T14:43:44.227Z[ recovery-image] Aug 31 14:43:43.583 INFO O| Aug 31 14:43:43.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74992026-08-31T14:43:44.227Z[ recovery-image] Aug 31 14:43:43.583 INFO O| Aug 31 14:43:43.583 INFO STEP 708 (remove_files) COMPLETE
75002026-08-31T14:43:44.227Z[ recovery-image] Aug 31 14:43:43.583 INFO O| Aug 31 14:43:43.583 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-08-31T14:43:44.236Z[ recovery-image] Aug 31 14:43:43.592 INFO O| Aug 31 14:43:43.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
75022026-08-31T14:43:44.236Z[ recovery-image] Aug 31 14:43:43.592 INFO O| Aug 31 14:43:43.592 INFO STEP 709 (remove_files) COMPLETE
75032026-08-31T14:43:44.236Z[ recovery-image] Aug 31 14:43:43.592 INFO O| Aug 31 14:43:43.592 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-08-31T14:43:44.246Z[ recovery-image] Aug 31 14:43:43.602 INFO O| Aug 31 14:43:43.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
75052026-08-31T14:43:44.246Z[ recovery-image] Aug 31 14:43:43.602 INFO O| Aug 31 14:43:43.602 INFO STEP 710 (remove_files) COMPLETE
75062026-08-31T14:43:44.251Z[ recovery-image] Aug 31 14:43:43.602 INFO O| Aug 31 14:43:43.602 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-08-31T14:43:44.256Z[ recovery-image] Aug 31 14:43:43.612 INFO O| Aug 31 14:43:43.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
75082026-08-31T14:43:44.256Z[ recovery-image] Aug 31 14:43:43.612 INFO O| Aug 31 14:43:43.612 INFO STEP 711 (remove_files) COMPLETE
75092026-08-31T14:43:44.257Z[ recovery-image] Aug 31 14:43:43.612 INFO O| Aug 31 14:43:43.612 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-08-31T14:43:44.267Z[ recovery-image] Aug 31 14:43:43.623 INFO O| Aug 31 14:43:43.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75112026-08-31T14:43:44.267Z[ recovery-image] Aug 31 14:43:43.623 INFO O| Aug 31 14:43:43.623 INFO STEP 712 (remove_files) COMPLETE
75122026-08-31T14:43:44.271Z[ recovery-image] Aug 31 14:43:43.623 INFO O| Aug 31 14:43:43.623 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-08-31T14:43:44.276Z[ recovery-image] Aug 31 14:43:43.632 INFO O| Aug 31 14:43:43.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75142026-08-31T14:43:44.277Z[ recovery-image] Aug 31 14:43:43.633 INFO O| Aug 31 14:43:43.632 INFO STEP 713 (remove_files) COMPLETE
75152026-08-31T14:43:44.277Z[ recovery-image] Aug 31 14:43:43.633 INFO O| Aug 31 14:43:43.633 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-08-31T14:43:44.286Z[ recovery-image] Aug 31 14:43:43.642 INFO O| Aug 31 14:43:43.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75172026-08-31T14:43:44.286Z[ recovery-image] Aug 31 14:43:43.642 INFO O| Aug 31 14:43:43.642 INFO STEP 714 (remove_files) COMPLETE
75182026-08-31T14:43:44.287Z[ recovery-image] Aug 31 14:43:43.642 INFO O| Aug 31 14:43:43.642 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-08-31T14:43:44.349Z[ recovery-image] Aug 31 14:43:43.651 INFO O| Aug 31 14:43:43.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75202026-08-31T14:43:44.349Z[ recovery-image] Aug 31 14:43:43.651 INFO O| Aug 31 14:43:43.651 INFO STEP 715 (remove_files) COMPLETE
75212026-08-31T14:43:44.349Z[ recovery-image] Aug 31 14:43:43.651 INFO O| Aug 31 14:43:43.651 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-08-31T14:43:44.349Z[ recovery-image] Aug 31 14:43:43.662 INFO O| Aug 31 14:43:43.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75232026-08-31T14:43:44.349Z[ recovery-image] Aug 31 14:43:43.662 INFO O| Aug 31 14:43:43.662 INFO STEP 716 (remove_files) COMPLETE
75242026-08-31T14:43:44.349Z[ recovery-image] Aug 31 14:43:43.662 INFO O| Aug 31 14:43:43.662 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-08-31T14:43:44.349Z[ recovery-image] Aug 31 14:43:43.673 INFO O| Aug 31 14:43:43.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75262026-08-31T14:43:44.349Z[ recovery-image] Aug 31 14:43:43.674 INFO O| Aug 31 14:43:43.674 INFO STEP 717 (remove_files) COMPLETE
75272026-08-31T14:43:44.349Z[ recovery-image] Aug 31 14:43:43.674 INFO O| Aug 31 14:43:43.674 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-08-31T14:43:44.349Z[ recovery-image] Aug 31 14:43:43.686 INFO O| Aug 31 14:43:43.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75292026-08-31T14:43:44.349Z[ recovery-image] Aug 31 14:43:43.686 INFO O| Aug 31 14:43:43.685 INFO STEP 718 (remove_files) COMPLETE
75302026-08-31T14:43:44.349Z[ recovery-image] Aug 31 14:43:43.686 INFO O| Aug 31 14:43:43.685 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-08-31T14:43:44.355Z[ recovery-image] Aug 31 14:43:43.696 INFO O| Aug 31 14:43:43.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75322026-08-31T14:43:44.355Z[ recovery-image] Aug 31 14:43:43.696 INFO O| Aug 31 14:43:43.696 INFO STEP 719 (remove_files) COMPLETE
75332026-08-31T14:43:44.355Z[ recovery-image] Aug 31 14:43:43.696 INFO O| Aug 31 14:43:43.696 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-08-31T14:43:44.355Z[ recovery-image] Aug 31 14:43:43.707 INFO O| Aug 31 14:43:43.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75352026-08-31T14:43:44.355Z[ recovery-image] Aug 31 14:43:43.707 INFO O| Aug 31 14:43:43.707 INFO STEP 720 (remove_files) COMPLETE
75362026-08-31T14:43:44.355Z[ recovery-image] Aug 31 14:43:43.707 INFO O| Aug 31 14:43:43.707 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-08-31T14:43:44.361Z[ recovery-image] Aug 31 14:43:43.717 INFO O| Aug 31 14:43:43.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75382026-08-31T14:43:44.362Z[ recovery-image] Aug 31 14:43:43.717 INFO O| Aug 31 14:43:43.717 INFO STEP 721 (remove_files) COMPLETE
75392026-08-31T14:43:44.365Z[ recovery-image] Aug 31 14:43:43.717 INFO O| Aug 31 14:43:43.717 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-08-31T14:43:44.371Z[ recovery-image] Aug 31 14:43:43.727 INFO O| Aug 31 14:43:43.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75412026-08-31T14:43:44.371Z[ recovery-image] Aug 31 14:43:43.727 INFO O| Aug 31 14:43:43.727 INFO STEP 722 (remove_files) COMPLETE
75422026-08-31T14:43:44.375Z[ recovery-image] Aug 31 14:43:43.727 INFO O| Aug 31 14:43:43.727 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-08-31T14:43:44.381Z[ recovery-image] Aug 31 14:43:43.737 INFO O| Aug 31 14:43:43.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75442026-08-31T14:43:44.381Z[ recovery-image] Aug 31 14:43:43.737 INFO O| Aug 31 14:43:43.737 INFO STEP 723 (remove_files) COMPLETE
75452026-08-31T14:43:44.384Z[ recovery-image] Aug 31 14:43:43.737 INFO O| Aug 31 14:43:43.737 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-08-31T14:43:44.391Z[ recovery-image] Aug 31 14:43:43.746 INFO O| Aug 31 14:43:43.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75472026-08-31T14:43:44.391Z[ recovery-image] Aug 31 14:43:43.746 INFO O| Aug 31 14:43:43.746 INFO STEP 724 (remove_files) COMPLETE
75482026-08-31T14:43:44.391Z[ recovery-image] Aug 31 14:43:43.746 INFO O| Aug 31 14:43:43.746 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-08-31T14:43:44.394Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
75502026-08-31T14:43:44.402Z[ recovery-image] Aug 31 14:43:43.757 INFO O| Aug 31 14:43:43.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75512026-08-31T14:43:44.402Z[ recovery-image] Aug 31 14:43:43.757 INFO O| Aug 31 14:43:43.757 INFO STEP 725 (remove_files) COMPLETE
75522026-08-31T14:43:44.405Z[ recovery-image] Aug 31 14:43:43.757 INFO O| Aug 31 14:43:43.757 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-08-31T14:43:44.413Z[ recovery-image] Aug 31 14:43:43.767 INFO O| Aug 31 14:43:43.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75542026-08-31T14:43:44.413Z[ recovery-image] Aug 31 14:43:43.768 INFO O| Aug 31 14:43:43.767 INFO STEP 726 (remove_files) COMPLETE
75552026-08-31T14:43:44.417Z[ recovery-image] Aug 31 14:43:43.768 INFO O| Aug 31 14:43:43.768 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-08-31T14:43:44.421Z[ recovery-image] Aug 31 14:43:43.778 INFO O| Aug 31 14:43:43.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75572026-08-31T14:43:44.422Z[ recovery-image] Aug 31 14:43:43.778 INFO O| Aug 31 14:43:43.778 INFO STEP 727 (remove_files) COMPLETE
75582026-08-31T14:43:44.422Z[ recovery-image] Aug 31 14:43:43.778 INFO O| Aug 31 14:43:43.778 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-08-31T14:43:44.433Z[ recovery-image] Aug 31 14:43:43.788 INFO O| Aug 31 14:43:43.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75602026-08-31T14:43:44.433Z[ recovery-image] Aug 31 14:43:43.788 INFO O| Aug 31 14:43:43.788 INFO STEP 728 (remove_files) COMPLETE
75612026-08-31T14:43:44.433Z[ recovery-image] Aug 31 14:43:43.788 INFO O| Aug 31 14:43:43.788 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-08-31T14:43:44.443Z[ recovery-image] Aug 31 14:43:43.799 INFO O| Aug 31 14:43:43.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75632026-08-31T14:43:44.443Z[ recovery-image] Aug 31 14:43:43.799 INFO O| Aug 31 14:43:43.799 INFO STEP 729 (remove_files) COMPLETE
75642026-08-31T14:43:44.443Z[ recovery-image] Aug 31 14:43:43.799 INFO O| Aug 31 14:43:43.799 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-08-31T14:43:44.453Z[ recovery-image] Aug 31 14:43:43.809 INFO O| Aug 31 14:43:43.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75662026-08-31T14:43:44.453Z[ recovery-image] Aug 31 14:43:43.809 INFO O| Aug 31 14:43:43.809 INFO STEP 730 (remove_files) COMPLETE
75672026-08-31T14:43:44.453Z[ recovery-image] Aug 31 14:43:43.809 INFO O| Aug 31 14:43:43.809 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-08-31T14:43:44.465Z[ recovery-image] Aug 31 14:43:43.820 INFO O| Aug 31 14:43:43.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75692026-08-31T14:43:44.465Z[ recovery-image] Aug 31 14:43:43.820 INFO O| Aug 31 14:43:43.820 INFO STEP 731 (remove_files) COMPLETE
75702026-08-31T14:43:44.466Z[ recovery-image] Aug 31 14:43:43.820 INFO O| Aug 31 14:43:43.820 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-08-31T14:43:44.475Z[ recovery-image] Aug 31 14:43:43.830 INFO O| Aug 31 14:43:43.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75722026-08-31T14:43:44.475Z[ recovery-image] Aug 31 14:43:43.830 INFO O| Aug 31 14:43:43.830 INFO STEP 732 (remove_files) COMPLETE
75732026-08-31T14:43:44.475Z[ recovery-image] Aug 31 14:43:43.830 INFO O| Aug 31 14:43:43.830 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-31T14:43:44.485Z[ recovery-image] Aug 31 14:43:43.840 INFO O| Aug 31 14:43:43.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75752026-08-31T14:43:44.485Z[ recovery-image] Aug 31 14:43:43.840 INFO O| Aug 31 14:43:43.840 INFO STEP 733 (remove_files) COMPLETE
75762026-08-31T14:43:44.489Z[ recovery-image] Aug 31 14:43:43.840 INFO O| Aug 31 14:43:43.840 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-31T14:43:44.495Z[ recovery-image] Aug 31 14:43:43.851 INFO O| Aug 31 14:43:43.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75782026-08-31T14:43:44.495Z[ recovery-image] Aug 31 14:43:43.851 INFO O| Aug 31 14:43:43.851 INFO STEP 734 (remove_files) COMPLETE
75792026-08-31T14:43:44.499Z[ recovery-image] Aug 31 14:43:43.851 INFO O| Aug 31 14:43:43.851 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-08-31T14:43:44.505Z[ recovery-image] Aug 31 14:43:43.861 INFO O| Aug 31 14:43:43.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75812026-08-31T14:43:44.506Z[ recovery-image] Aug 31 14:43:43.861 INFO O| Aug 31 14:43:43.861 INFO STEP 735 (remove_files) COMPLETE
75822026-08-31T14:43:44.509Z[ recovery-image] Aug 31 14:43:43.861 INFO O| Aug 31 14:43:43.861 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-08-31T14:43:44.515Z[ recovery-image] Aug 31 14:43:43.871 INFO O| Aug 31 14:43:43.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75842026-08-31T14:43:44.515Z[ recovery-image] Aug 31 14:43:43.871 INFO O| Aug 31 14:43:43.871 INFO STEP 736 (remove_files) COMPLETE
75852026-08-31T14:43:44.519Z[ recovery-image] Aug 31 14:43:43.871 INFO O| Aug 31 14:43:43.871 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-08-31T14:43:44.525Z[ recovery-image] Aug 31 14:43:43.881 INFO O| Aug 31 14:43:43.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75872026-08-31T14:43:44.525Z[ recovery-image] Aug 31 14:43:43.881 INFO O| Aug 31 14:43:43.881 INFO STEP 737 (remove_files) COMPLETE
75882026-08-31T14:43:44.525Z[ recovery-image] Aug 31 14:43:43.881 INFO O| Aug 31 14:43:43.881 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-08-31T14:43:44.536Z[ recovery-image] Aug 31 14:43:43.891 INFO O| Aug 31 14:43:43.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75902026-08-31T14:43:44.536Z[ recovery-image] Aug 31 14:43:43.891 INFO O| Aug 31 14:43:43.891 INFO STEP 738 (remove_files) COMPLETE
75912026-08-31T14:43:44.540Z[ recovery-image] Aug 31 14:43:43.891 INFO O| Aug 31 14:43:43.891 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-08-31T14:43:44.545Z[ recovery-image] Aug 31 14:43:43.901 INFO O| Aug 31 14:43:43.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75932026-08-31T14:43:44.545Z[ recovery-image] Aug 31 14:43:43.901 INFO O| Aug 31 14:43:43.901 INFO STEP 739 (remove_files) COMPLETE
75942026-08-31T14:43:44.545Z[ recovery-image] Aug 31 14:43:43.901 INFO O| Aug 31 14:43:43.901 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-08-31T14:43:44.555Z[ recovery-image] Aug 31 14:43:43.911 INFO O| Aug 31 14:43:43.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75962026-08-31T14:43:44.555Z[ recovery-image] Aug 31 14:43:43.911 INFO O| Aug 31 14:43:43.911 INFO STEP 740 (remove_files) COMPLETE
75972026-08-31T14:43:44.559Z[ recovery-image] Aug 31 14:43:43.911 INFO O| Aug 31 14:43:43.911 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-08-31T14:43:44.566Z[ recovery-image] Aug 31 14:43:43.922 INFO O| Aug 31 14:43:43.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75992026-08-31T14:43:44.566Z[ recovery-image] Aug 31 14:43:43.922 INFO O| Aug 31 14:43:43.922 INFO STEP 741 (remove_files) COMPLETE
76002026-08-31T14:43:44.569Z[ recovery-image] Aug 31 14:43:43.922 INFO O| Aug 31 14:43:43.922 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-08-31T14:43:44.577Z[ recovery-image] Aug 31 14:43:43.933 INFO O| Aug 31 14:43:43.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
76022026-08-31T14:43:44.578Z[ recovery-image] Aug 31 14:43:43.933 INFO O| Aug 31 14:43:43.933 INFO STEP 742 (remove_files) COMPLETE
76032026-08-31T14:43:44.578Z[ recovery-image] Aug 31 14:43:43.933 INFO O| Aug 31 14:43:43.933 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-08-31T14:43:44.592Z[ recovery-image] Aug 31 14:43:43.944 INFO O| Aug 31 14:43:43.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
76052026-08-31T14:43:44.592Z[ recovery-image] Aug 31 14:43:43.944 INFO O| Aug 31 14:43:43.944 INFO STEP 743 (remove_files) COMPLETE
76062026-08-31T14:43:44.592Z[ recovery-image] Aug 31 14:43:43.944 INFO O| Aug 31 14:43:43.944 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-08-31T14:43:44.598Z[ recovery-image] Aug 31 14:43:43.954 INFO O| Aug 31 14:43:43.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
76082026-08-31T14:43:44.598Z[ recovery-image] Aug 31 14:43:43.954 INFO O| Aug 31 14:43:43.954 INFO STEP 744 (remove_files) COMPLETE
76092026-08-31T14:43:44.598Z[ recovery-image] Aug 31 14:43:43.954 INFO O| Aug 31 14:43:43.954 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-08-31T14:43:44.608Z[ recovery-image] Aug 31 14:43:43.963 INFO O| Aug 31 14:43:43.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
76112026-08-31T14:43:44.608Z[ recovery-image] Aug 31 14:43:43.964 INFO O| Aug 31 14:43:43.964 INFO STEP 745 (remove_files) COMPLETE
76122026-08-31T14:43:44.608Z[ recovery-image] Aug 31 14:43:43.964 INFO O| Aug 31 14:43:43.964 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-08-31T14:43:44.617Z[ recovery-image] Aug 31 14:43:43.973 INFO O| Aug 31 14:43:43.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76142026-08-31T14:43:44.617Z[ recovery-image] Aug 31 14:43:43.973 INFO O| Aug 31 14:43:43.973 INFO STEP 746 (remove_files) COMPLETE
76152026-08-31T14:43:44.617Z[ recovery-image] Aug 31 14:43:43.973 INFO O| Aug 31 14:43:43.973 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-08-31T14:43:44.627Z[ recovery-image] Aug 31 14:43:43.983 INFO O| Aug 31 14:43:43.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76172026-08-31T14:43:44.628Z[ recovery-image] Aug 31 14:43:43.983 INFO O| Aug 31 14:43:43.983 INFO STEP 747 (remove_files) COMPLETE
76182026-08-31T14:43:44.628Z[ recovery-image] Aug 31 14:43:43.983 INFO O| Aug 31 14:43:43.983 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-08-31T14:43:44.638Z[ recovery-image] Aug 31 14:43:43.994 INFO O| Aug 31 14:43:43.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76202026-08-31T14:43:44.638Z[ recovery-image] Aug 31 14:43:43.994 INFO O| Aug 31 14:43:43.994 INFO STEP 748 (remove_files) COMPLETE
76212026-08-31T14:43:44.638Z[ recovery-image] Aug 31 14:43:43.994 INFO O| Aug 31 14:43:43.994 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-08-31T14:43:44.649Z[ recovery-image] Aug 31 14:43:44.005 INFO O| Aug 31 14:43:44.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76232026-08-31T14:43:44.649Z[ recovery-image] Aug 31 14:43:44.005 INFO O| Aug 31 14:43:44.005 INFO STEP 749 (remove_files) COMPLETE
76242026-08-31T14:43:44.649Z[ recovery-image] Aug 31 14:43:44.005 INFO O| Aug 31 14:43:44.005 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-08-31T14:43:44.659Z[ recovery-image] Aug 31 14:43:44.015 INFO O| Aug 31 14:43:44.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76262026-08-31T14:43:44.663Z[ recovery-image] Aug 31 14:43:44.016 INFO O| Aug 31 14:43:44.016 INFO STEP 750 (remove_files) COMPLETE
76272026-08-31T14:43:44.663Z[ recovery-image] Aug 31 14:43:44.016 INFO O| Aug 31 14:43:44.016 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-08-31T14:43:44.670Z[ recovery-image] Aug 31 14:43:44.026 INFO O| Aug 31 14:43:44.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76292026-08-31T14:43:44.670Z[ recovery-image] Aug 31 14:43:44.026 INFO O| Aug 31 14:43:44.026 INFO STEP 751 (remove_files) COMPLETE
76302026-08-31T14:43:44.674Z[ recovery-image] Aug 31 14:43:44.026 INFO O| Aug 31 14:43:44.026 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-08-31T14:43:44.679Z[ recovery-image] Aug 31 14:43:44.035 INFO O| Aug 31 14:43:44.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76322026-08-31T14:43:44.683Z[ recovery-image] Aug 31 14:43:44.036 INFO O| Aug 31 14:43:44.036 INFO STEP 752 (remove_files) COMPLETE
76332026-08-31T14:43:44.683Z[ recovery-image] Aug 31 14:43:44.036 INFO O| Aug 31 14:43:44.036 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-08-31T14:43:44.690Z[ recovery-image] Aug 31 14:43:44.046 INFO O| Aug 31 14:43:44.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76352026-08-31T14:43:44.690Z[ recovery-image] Aug 31 14:43:44.046 INFO O| Aug 31 14:43:44.046 INFO STEP 753 (remove_files) COMPLETE
76362026-08-31T14:43:44.690Z[ recovery-image] Aug 31 14:43:44.046 INFO O| Aug 31 14:43:44.046 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-08-31T14:43:44.701Z[ recovery-image] Aug 31 14:43:44.056 INFO O| Aug 31 14:43:44.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76382026-08-31T14:43:44.705Z[ recovery-image] Aug 31 14:43:44.056 INFO O| Aug 31 14:43:44.056 INFO STEP 754 (remove_files) COMPLETE
76392026-08-31T14:43:44.705Z[ recovery-image] Aug 31 14:43:44.056 INFO O| Aug 31 14:43:44.056 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-08-31T14:43:44.711Z[ recovery-image] Aug 31 14:43:44.067 INFO O| Aug 31 14:43:44.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76412026-08-31T14:43:44.711Z[ recovery-image] Aug 31 14:43:44.067 INFO O| Aug 31 14:43:44.067 INFO STEP 755 (remove_files) COMPLETE
76422026-08-31T14:43:44.711Z[ recovery-image] Aug 31 14:43:44.067 INFO O| Aug 31 14:43:44.067 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-08-31T14:43:44.723Z[ recovery-image] Aug 31 14:43:44.078 INFO O| Aug 31 14:43:44.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76442026-08-31T14:43:44.723Z[ recovery-image] Aug 31 14:43:44.078 INFO O| Aug 31 14:43:44.078 INFO STEP 756 (remove_files) COMPLETE
76452026-08-31T14:43:44.723Z[ recovery-image] Aug 31 14:43:44.078 INFO O| Aug 31 14:43:44.078 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-08-31T14:43:44.732Z[ recovery-image] Aug 31 14:43:44.088 INFO O| Aug 31 14:43:44.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76472026-08-31T14:43:44.732Z[ recovery-image] Aug 31 14:43:44.088 INFO O| Aug 31 14:43:44.088 INFO STEP 757 (remove_files) COMPLETE
76482026-08-31T14:43:44.732Z[ recovery-image] Aug 31 14:43:44.088 INFO O| Aug 31 14:43:44.088 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-08-31T14:43:44.743Z[ recovery-image] Aug 31 14:43:44.099 INFO O| Aug 31 14:43:44.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76502026-08-31T14:43:44.743Z[ recovery-image] Aug 31 14:43:44.099 INFO O| Aug 31 14:43:44.099 INFO STEP 758 (remove_files) COMPLETE
76512026-08-31T14:43:44.747Z[ recovery-image] Aug 31 14:43:44.099 INFO O| Aug 31 14:43:44.099 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-08-31T14:43:44.752Z[ recovery-image] Aug 31 14:43:44.108 INFO O| Aug 31 14:43:44.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76532026-08-31T14:43:44.753Z[ recovery-image] Aug 31 14:43:44.108 INFO O| Aug 31 14:43:44.108 INFO STEP 759 (remove_files) COMPLETE
76542026-08-31T14:43:44.753Z[ recovery-image] Aug 31 14:43:44.108 INFO O| Aug 31 14:43:44.108 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-08-31T14:43:44.762Z[ recovery-image] Aug 31 14:43:44.118 INFO O| Aug 31 14:43:44.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76562026-08-31T14:43:44.766Z[ recovery-image] Aug 31 14:43:44.118 INFO O| Aug 31 14:43:44.118 INFO STEP 760 (remove_files) COMPLETE
76572026-08-31T14:43:44.766Z[ recovery-image] Aug 31 14:43:44.118 INFO O| Aug 31 14:43:44.118 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-08-31T14:43:44.773Z[ recovery-image] Aug 31 14:43:44.129 INFO O| Aug 31 14:43:44.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76592026-08-31T14:43:44.773Z[ recovery-image] Aug 31 14:43:44.129 INFO O| Aug 31 14:43:44.129 INFO STEP 761 (remove_files) COMPLETE
76602026-08-31T14:43:44.773Z[ recovery-image] Aug 31 14:43:44.129 INFO O| Aug 31 14:43:44.129 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-08-31T14:43:44.783Z[ recovery-image] Aug 31 14:43:44.139 INFO O| Aug 31 14:43:44.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76622026-08-31T14:43:44.783Z[ recovery-image] Aug 31 14:43:44.139 INFO O| Aug 31 14:43:44.139 INFO STEP 762 (remove_files) COMPLETE
76632026-08-31T14:43:44.783Z[ recovery-image] Aug 31 14:43:44.139 INFO O| Aug 31 14:43:44.139 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-08-31T14:43:44.794Z[ recovery-image] Aug 31 14:43:44.150 INFO O| Aug 31 14:43:44.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76652026-08-31T14:43:44.794Z[ recovery-image] Aug 31 14:43:44.150 INFO O| Aug 31 14:43:44.150 INFO STEP 763 (remove_files) COMPLETE
76662026-08-31T14:43:44.794Z[ recovery-image] Aug 31 14:43:44.150 INFO O| Aug 31 14:43:44.150 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-08-31T14:43:44.804Z[ recovery-image] Aug 31 14:43:44.160 INFO O| Aug 31 14:43:44.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76682026-08-31T14:43:44.804Z[ recovery-image] Aug 31 14:43:44.160 INFO O| Aug 31 14:43:44.160 INFO STEP 764 (remove_files) COMPLETE
76692026-08-31T14:43:44.804Z[ recovery-image] Aug 31 14:43:44.160 INFO O| Aug 31 14:43:44.160 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-08-31T14:43:44.815Z[ recovery-image] Aug 31 14:43:44.171 INFO O| Aug 31 14:43:44.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76712026-08-31T14:43:44.816Z[ recovery-image] Aug 31 14:43:44.171 INFO O| Aug 31 14:43:44.171 INFO STEP 765 (remove_files) COMPLETE
76722026-08-31T14:43:44.816Z[ recovery-image] Aug 31 14:43:44.171 INFO O| Aug 31 14:43:44.171 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-08-31T14:43:44.825Z[ recovery-image] Aug 31 14:43:44.181 INFO O| Aug 31 14:43:44.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76742026-08-31T14:43:44.825Z[ recovery-image] Aug 31 14:43:44.181 INFO O| Aug 31 14:43:44.181 INFO STEP 766 (remove_files) COMPLETE
76752026-08-31T14:43:44.825Z[ recovery-image] Aug 31 14:43:44.181 INFO O| Aug 31 14:43:44.181 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-08-31T14:43:44.835Z[ recovery-image] Aug 31 14:43:44.191 INFO O| Aug 31 14:43:44.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76772026-08-31T14:43:44.835Z[ recovery-image] Aug 31 14:43:44.191 INFO O| Aug 31 14:43:44.191 INFO STEP 767 (remove_files) COMPLETE
76782026-08-31T14:43:44.835Z[ recovery-image] Aug 31 14:43:44.191 INFO O| Aug 31 14:43:44.191 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-08-31T14:43:44.844Z[ recovery-image] Aug 31 14:43:44.200 INFO O| Aug 31 14:43:44.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76802026-08-31T14:43:44.845Z[ recovery-image] Aug 31 14:43:44.200 INFO O| Aug 31 14:43:44.200 INFO STEP 768 (remove_files) COMPLETE
76812026-08-31T14:43:44.845Z[ recovery-image] Aug 31 14:43:44.200 INFO O| Aug 31 14:43:44.200 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-08-31T14:43:44.854Z[ recovery-image] Aug 31 14:43:44.210 INFO O| Aug 31 14:43:44.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76832026-08-31T14:43:44.854Z[ recovery-image] Aug 31 14:43:44.210 INFO O| Aug 31 14:43:44.210 INFO STEP 769 (remove_files) COMPLETE
76842026-08-31T14:43:44.854Z[ recovery-image] Aug 31 14:43:44.210 INFO O| Aug 31 14:43:44.210 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-08-31T14:43:44.862Z[ recovery-image] Aug 31 14:43:44.218 INFO O| Aug 31 14:43:44.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76862026-08-31T14:43:44.862Z[ recovery-image] Aug 31 14:43:44.218 INFO O| Aug 31 14:43:44.218 INFO STEP 770 (remove_files) COMPLETE
76872026-08-31T14:43:44.862Z[ recovery-image] Aug 31 14:43:44.218 INFO O| Aug 31 14:43:44.218 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-08-31T14:43:44.871Z[ recovery-image] Aug 31 14:43:44.227 INFO O| Aug 31 14:43:44.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76892026-08-31T14:43:44.871Z[ recovery-image] Aug 31 14:43:44.227 INFO O| Aug 31 14:43:44.227 INFO STEP 771 (remove_files) COMPLETE
76902026-08-31T14:43:44.871Z[ recovery-image] Aug 31 14:43:44.227 INFO O| Aug 31 14:43:44.227 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-08-31T14:43:44.881Z[ recovery-image] Aug 31 14:43:44.236 INFO O| Aug 31 14:43:44.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76922026-08-31T14:43:44.881Z[ recovery-image] Aug 31 14:43:44.236 INFO O| Aug 31 14:43:44.236 INFO STEP 772 (remove_files) COMPLETE
76932026-08-31T14:43:44.881Z[ recovery-image] Aug 31 14:43:44.236 INFO O| Aug 31 14:43:44.236 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-08-31T14:43:44.889Z[ recovery-image] Aug 31 14:43:44.245 INFO O| Aug 31 14:43:44.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76952026-08-31T14:43:44.889Z[ recovery-image] Aug 31 14:43:44.245 INFO O| Aug 31 14:43:44.245 INFO STEP 773 (remove_files) COMPLETE
76962026-08-31T14:43:44.889Z[ recovery-image] Aug 31 14:43:44.245 INFO O| Aug 31 14:43:44.245 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-08-31T14:43:44.899Z[ recovery-image] Aug 31 14:43:44.255 INFO O| Aug 31 14:43:44.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76982026-08-31T14:43:44.899Z[ recovery-image] Aug 31 14:43:44.255 INFO O| Aug 31 14:43:44.255 INFO STEP 774 (remove_files) COMPLETE
76992026-08-31T14:43:44.899Z[ recovery-image] Aug 31 14:43:44.255 INFO O| Aug 31 14:43:44.255 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-08-31T14:43:44.910Z[ recovery-image] Aug 31 14:43:44.266 INFO O| Aug 31 14:43:44.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
77012026-08-31T14:43:44.910Z[ recovery-image] Aug 31 14:43:44.266 INFO O| Aug 31 14:43:44.266 INFO STEP 775 (remove_files) COMPLETE
77022026-08-31T14:43:44.910Z[ recovery-image] Aug 31 14:43:44.266 INFO O| Aug 31 14:43:44.266 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-08-31T14:43:44.921Z[ recovery-image] Aug 31 14:43:44.277 INFO O| Aug 31 14:43:44.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
77042026-08-31T14:43:44.921Z[ recovery-image] Aug 31 14:43:44.277 INFO O| Aug 31 14:43:44.277 INFO STEP 776 (remove_files) COMPLETE
77052026-08-31T14:43:44.921Z[ recovery-image] Aug 31 14:43:44.277 INFO O| Aug 31 14:43:44.277 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-08-31T14:43:44.931Z[ recovery-image] Aug 31 14:43:44.287 INFO O| Aug 31 14:43:44.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
77072026-08-31T14:43:44.935Z[ recovery-image] Aug 31 14:43:44.287 INFO O| Aug 31 14:43:44.287 INFO STEP 777 (remove_files) COMPLETE
77082026-08-31T14:43:44.935Z[ recovery-image] Aug 31 14:43:44.287 INFO O| Aug 31 14:43:44.287 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-08-31T14:43:44.941Z[ recovery-image] Aug 31 14:43:44.297 INFO O| Aug 31 14:43:44.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
77102026-08-31T14:43:44.941Z[ recovery-image] Aug 31 14:43:44.297 INFO O| Aug 31 14:43:44.297 INFO STEP 778 (remove_files) COMPLETE
77112026-08-31T14:43:44.944Z[ recovery-image] Aug 31 14:43:44.297 INFO O| Aug 31 14:43:44.297 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-08-31T14:43:44.950Z[ recovery-image] Aug 31 14:43:44.306 INFO O| Aug 31 14:43:44.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77132026-08-31T14:43:44.953Z[ recovery-image] Aug 31 14:43:44.306 INFO O| Aug 31 14:43:44.306 INFO STEP 779 (remove_files) COMPLETE
77142026-08-31T14:43:44.953Z[ recovery-image] Aug 31 14:43:44.306 INFO O| Aug 31 14:43:44.306 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-08-31T14:43:44.961Z[ recovery-image] Aug 31 14:43:44.318 INFO O| Aug 31 14:43:44.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77162026-08-31T14:43:44.962Z[ recovery-image] Aug 31 14:43:44.318 INFO O| Aug 31 14:43:44.318 INFO STEP 780 (remove_files) COMPLETE
77172026-08-31T14:43:44.965Z[ recovery-image] Aug 31 14:43:44.318 INFO O| Aug 31 14:43:44.318 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-08-31T14:43:44.972Z[ recovery-image] Aug 31 14:43:44.328 INFO O| Aug 31 14:43:44.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77192026-08-31T14:43:44.972Z[ recovery-image] Aug 31 14:43:44.328 INFO O| Aug 31 14:43:44.328 INFO STEP 781 (remove_files) COMPLETE
77202026-08-31T14:43:44.972Z[ recovery-image] Aug 31 14:43:44.328 INFO O| Aug 31 14:43:44.328 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-08-31T14:43:44.983Z[ recovery-image] Aug 31 14:43:44.339 INFO O| Aug 31 14:43:44.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77222026-08-31T14:43:44.983Z[ recovery-image] Aug 31 14:43:44.339 INFO O| Aug 31 14:43:44.339 INFO STEP 782 (remove_files) COMPLETE
77232026-08-31T14:43:44.983Z[ recovery-image] Aug 31 14:43:44.339 INFO O| Aug 31 14:43:44.339 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-08-31T14:43:44.994Z[ recovery-image] Aug 31 14:43:44.350 INFO O| Aug 31 14:43:44.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77252026-08-31T14:43:44.994Z[ recovery-image] Aug 31 14:43:44.350 INFO O| Aug 31 14:43:44.350 INFO STEP 783 (remove_files) COMPLETE
77262026-08-31T14:43:44.994Z[ recovery-image] Aug 31 14:43:44.350 INFO O| Aug 31 14:43:44.350 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-08-31T14:43:45.005Z[ recovery-image] Aug 31 14:43:44.360 INFO O| Aug 31 14:43:44.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77282026-08-31T14:43:45.005Z[ recovery-image] Aug 31 14:43:44.361 INFO O| Aug 31 14:43:44.361 INFO STEP 784 (remove_files) COMPLETE
77292026-08-31T14:43:45.009Z[ recovery-image] Aug 31 14:43:44.361 INFO O| Aug 31 14:43:44.361 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-08-31T14:43:45.009Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
77312026-08-31T14:43:45.016Z[ recovery-image] Aug 31 14:43:44.371 INFO O| Aug 31 14:43:44.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77322026-08-31T14:43:45.016Z[ recovery-image] Aug 31 14:43:44.371 INFO O| Aug 31 14:43:44.371 INFO STEP 785 (remove_files) COMPLETE
77332026-08-31T14:43:45.016Z[ recovery-image] Aug 31 14:43:44.371 INFO O| Aug 31 14:43:44.371 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-08-31T14:43:45.026Z[ recovery-image] Aug 31 14:43:44.382 INFO O| Aug 31 14:43:44.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77352026-08-31T14:43:45.026Z[ recovery-image] Aug 31 14:43:44.382 INFO O| Aug 31 14:43:44.382 INFO STEP 786 (remove_files) COMPLETE
77362026-08-31T14:43:45.029Z[ recovery-image] Aug 31 14:43:44.382 INFO O| Aug 31 14:43:44.382 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-31T14:43:45.037Z[ recovery-image] Aug 31 14:43:44.393 INFO O| Aug 31 14:43:44.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77382026-08-31T14:43:45.037Z[ recovery-image] Aug 31 14:43:44.393 INFO O| Aug 31 14:43:44.393 INFO STEP 787 (remove_files) COMPLETE
77392026-08-31T14:43:45.041Z[ recovery-image] Aug 31 14:43:44.393 INFO O| Aug 31 14:43:44.393 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-31T14:43:45.050Z[ recovery-image] Aug 31 14:43:44.405 INFO O| Aug 31 14:43:44.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77412026-08-31T14:43:45.050Z[ recovery-image] Aug 31 14:43:44.405 INFO O| Aug 31 14:43:44.405 INFO STEP 788 (remove_files) COMPLETE
77422026-08-31T14:43:45.053Z[ recovery-image] Aug 31 14:43:44.405 INFO O| Aug 31 14:43:44.405 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-31T14:43:45.063Z[ recovery-image] Aug 31 14:43:44.419 INFO O| Aug 31 14:43:44.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77442026-08-31T14:43:45.063Z[ recovery-image] Aug 31 14:43:44.419 INFO O| Aug 31 14:43:44.419 INFO STEP 789 (remove_files) COMPLETE
77452026-08-31T14:43:45.063Z[ recovery-image] Aug 31 14:43:44.419 INFO O| Aug 31 14:43:44.419 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-31T14:43:45.075Z[ recovery-image] Aug 31 14:43:44.428 INFO O| Aug 31 14:43:44.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77472026-08-31T14:43:45.075Z[ recovery-image] Aug 31 14:43:44.428 INFO O| Aug 31 14:43:44.428 INFO STEP 790 (remove_files) COMPLETE
77482026-08-31T14:43:45.075Z[ recovery-image] Aug 31 14:43:44.428 INFO O| Aug 31 14:43:44.428 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-31T14:43:45.086Z[ recovery-image] Aug 31 14:43:44.439 INFO O| Aug 31 14:43:44.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77502026-08-31T14:43:45.086Z[ recovery-image] Aug 31 14:43:44.440 INFO O| Aug 31 14:43:44.440 INFO STEP 791 (remove_files) COMPLETE
77512026-08-31T14:43:45.086Z[ recovery-image] Aug 31 14:43:44.440 INFO O| Aug 31 14:43:44.440 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-08-31T14:43:45.095Z[ recovery-image] Aug 31 14:43:44.451 INFO O| Aug 31 14:43:44.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77532026-08-31T14:43:45.095Z[ recovery-image] Aug 31 14:43:44.451 INFO O| Aug 31 14:43:44.451 INFO STEP 792 (remove_files) COMPLETE
77542026-08-31T14:43:45.095Z[ recovery-image] Aug 31 14:43:44.451 INFO O| Aug 31 14:43:44.451 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-08-31T14:43:45.103Z[ recovery-image] Aug 31 14:43:44.459 INFO O| Aug 31 14:43:44.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77562026-08-31T14:43:45.103Z[ recovery-image] Aug 31 14:43:44.459 INFO O| Aug 31 14:43:44.459 INFO STEP 793 (remove_files) COMPLETE
77572026-08-31T14:43:45.103Z[ recovery-image] Aug 31 14:43:44.459 INFO O| Aug 31 14:43:44.459 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-08-31T14:43:45.116Z[ recovery-image] Aug 31 14:43:44.471 INFO O| Aug 31 14:43:44.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77592026-08-31T14:43:45.116Z[ recovery-image] Aug 31 14:43:44.471 INFO O| Aug 31 14:43:44.471 INFO STEP 794 (remove_files) COMPLETE
77602026-08-31T14:43:45.116Z[ recovery-image] Aug 31 14:43:44.471 INFO O| Aug 31 14:43:44.471 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-08-31T14:43:45.120Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
77622026-08-31T14:43:45.124Z[ recovery-image] Aug 31 14:43:44.480 INFO O| Aug 31 14:43:44.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77632026-08-31T14:43:45.124Z[ recovery-image] Aug 31 14:43:44.480 INFO O| Aug 31 14:43:44.480 INFO STEP 795 (remove_files) COMPLETE
77642026-08-31T14:43:45.134Z[ recovery-image] Aug 31 14:43:44.480 INFO O| Aug 31 14:43:44.480 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-08-31T14:43:45.139Z[ recovery-image] Aug 31 14:43:44.489 INFO O| Aug 31 14:43:44.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77662026-08-31T14:43:45.140Z[ recovery-image] Aug 31 14:43:44.489 INFO O| Aug 31 14:43:44.489 INFO STEP 796 (remove_files) COMPLETE
77672026-08-31T14:43:45.140Z[ recovery-image] Aug 31 14:43:44.489 INFO O| Aug 31 14:43:44.489 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-08-31T14:43:45.144Z[ recovery-image] Aug 31 14:43:44.497 INFO O| Aug 31 14:43:44.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77692026-08-31T14:43:45.144Z[ recovery-image] Aug 31 14:43:44.497 INFO O| Aug 31 14:43:44.497 INFO STEP 797 (remove_files) COMPLETE
77702026-08-31T14:43:45.144Z[ recovery-image] Aug 31 14:43:44.497 INFO O| Aug 31 14:43:44.497 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-08-31T14:43:45.150Z[ recovery-image] Aug 31 14:43:44.506 INFO O| Aug 31 14:43:44.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77722026-08-31T14:43:45.150Z[ recovery-image] Aug 31 14:43:44.506 INFO O| Aug 31 14:43:44.506 INFO STEP 798 (remove_files) COMPLETE
77732026-08-31T14:43:45.150Z[ recovery-image] Aug 31 14:43:44.506 INFO O| Aug 31 14:43:44.506 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-08-31T14:43:45.160Z[ recovery-image] Aug 31 14:43:44.516 INFO O| Aug 31 14:43:44.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77752026-08-31T14:43:45.161Z[ recovery-image] Aug 31 14:43:44.517 INFO O| Aug 31 14:43:44.517 INFO STEP 799 (remove_files) COMPLETE
77762026-08-31T14:43:45.161Z[ recovery-image] Aug 31 14:43:44.517 INFO O| Aug 31 14:43:44.517 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-08-31T14:43:45.171Z[ recovery-image] Aug 31 14:43:44.527 INFO O| Aug 31 14:43:44.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77782026-08-31T14:43:45.171Z[ recovery-image] Aug 31 14:43:44.527 INFO O| Aug 31 14:43:44.527 INFO STEP 800 (remove_files) COMPLETE
77792026-08-31T14:43:45.171Z[ recovery-image] Aug 31 14:43:44.527 INFO O| Aug 31 14:43:44.527 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-08-31T14:43:45.181Z[ recovery-image] Aug 31 14:43:44.537 INFO O| Aug 31 14:43:44.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77812026-08-31T14:43:45.181Z[ recovery-image] Aug 31 14:43:44.537 INFO O| Aug 31 14:43:44.537 INFO STEP 801 (remove_files) COMPLETE
77822026-08-31T14:43:45.197Z[ recovery-image] Aug 31 14:43:44.537 INFO O| Aug 31 14:43:44.537 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-08-31T14:43:45.201Z[ recovery-image] Aug 31 14:43:44.546 INFO O| Aug 31 14:43:44.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77842026-08-31T14:43:45.201Z[ recovery-image] Aug 31 14:43:44.546 INFO O| Aug 31 14:43:44.546 INFO STEP 802 (remove_files) COMPLETE
77852026-08-31T14:43:45.201Z[ recovery-image] Aug 31 14:43:44.546 INFO O| Aug 31 14:43:44.546 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-08-31T14:43:45.201Z[ recovery-image] Aug 31 14:43:44.555 INFO O| Aug 31 14:43:44.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77872026-08-31T14:43:45.201Z[ recovery-image] Aug 31 14:43:44.555 INFO O| Aug 31 14:43:44.555 INFO STEP 803 (remove_files) COMPLETE
77882026-08-31T14:43:45.201Z[ recovery-image] Aug 31 14:43:44.555 INFO O| Aug 31 14:43:44.555 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-08-31T14:43:45.208Z[ recovery-image] Aug 31 14:43:44.563 INFO O| Aug 31 14:43:44.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77902026-08-31T14:43:45.208Z[ recovery-image] Aug 31 14:43:44.563 INFO O| Aug 31 14:43:44.563 INFO STEP 804 (remove_files) COMPLETE
77912026-08-31T14:43:45.208Z[ recovery-image] Aug 31 14:43:44.563 INFO O| Aug 31 14:43:44.563 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-08-31T14:43:45.218Z[ recovery-image] Aug 31 14:43:44.574 INFO O| Aug 31 14:43:44.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77932026-08-31T14:43:45.218Z[ recovery-image] Aug 31 14:43:44.574 INFO O| Aug 31 14:43:44.574 INFO STEP 805 (remove_files) COMPLETE
77942026-08-31T14:43:45.223Z[ recovery-image] Aug 31 14:43:44.574 INFO O| Aug 31 14:43:44.574 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-08-31T14:43:45.227Z[ recovery-image] Aug 31 14:43:44.582 INFO O| Aug 31 14:43:44.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77962026-08-31T14:43:45.227Z[ recovery-image] Aug 31 14:43:44.582 INFO O| Aug 31 14:43:44.582 INFO STEP 806 (remove_files) COMPLETE
77972026-08-31T14:43:45.227Z[ recovery-image] Aug 31 14:43:44.582 INFO O| Aug 31 14:43:44.582 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-08-31T14:43:45.235Z[ recovery-image] Aug 31 14:43:44.591 INFO O| Aug 31 14:43:44.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77992026-08-31T14:43:45.235Z[ recovery-image] Aug 31 14:43:44.591 INFO O| Aug 31 14:43:44.591 INFO STEP 807 (remove_files) COMPLETE
78002026-08-31T14:43:45.235Z[ recovery-image] Aug 31 14:43:44.591 INFO O| Aug 31 14:43:44.591 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-31T14:43:45.243Z[ recovery-image] Aug 31 14:43:44.599 INFO O| Aug 31 14:43:44.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
78022026-08-31T14:43:45.243Z[ recovery-image] Aug 31 14:43:44.599 INFO O| Aug 31 14:43:44.599 INFO STEP 808 (remove_files) COMPLETE
78032026-08-31T14:43:45.243Z[ recovery-image] Aug 31 14:43:44.599 INFO O| Aug 31 14:43:44.599 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-31T14:43:45.252Z[ recovery-image] Aug 31 14:43:44.608 INFO O| Aug 31 14:43:44.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
78052026-08-31T14:43:45.252Z[ recovery-image] Aug 31 14:43:44.608 INFO O| Aug 31 14:43:44.608 INFO STEP 809 (remove_files) COMPLETE
78062026-08-31T14:43:45.252Z[ recovery-image] Aug 31 14:43:44.608 INFO O| Aug 31 14:43:44.608 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-31T14:43:45.260Z[ recovery-image] Aug 31 14:43:44.616 INFO O| Aug 31 14:43:44.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
78082026-08-31T14:43:45.260Z[ recovery-image] Aug 31 14:43:44.616 INFO O| Aug 31 14:43:44.616 INFO STEP 810 (remove_files) COMPLETE
78092026-08-31T14:43:45.260Z[ recovery-image] Aug 31 14:43:44.616 INFO O| Aug 31 14:43:44.616 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-31T14:43:45.270Z[ recovery-image] Aug 31 14:43:44.626 INFO O| Aug 31 14:43:44.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
78112026-08-31T14:43:45.270Z[ recovery-image] Aug 31 14:43:44.626 INFO O| Aug 31 14:43:44.626 INFO STEP 811 (remove_files) COMPLETE
78122026-08-31T14:43:45.270Z[ recovery-image] Aug 31 14:43:44.626 INFO O| Aug 31 14:43:44.626 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-31T14:43:45.278Z[ recovery-image] Aug 31 14:43:44.634 INFO O| Aug 31 14:43:44.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78142026-08-31T14:43:45.278Z[ recovery-image] Aug 31 14:43:44.634 INFO O| Aug 31 14:43:44.634 INFO STEP 812 (remove_files) COMPLETE
78152026-08-31T14:43:45.278Z[ recovery-image] Aug 31 14:43:44.634 INFO O| Aug 31 14:43:44.634 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-31T14:43:45.286Z[ recovery-image] Aug 31 14:43:44.643 INFO O| Aug 31 14:43:44.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78172026-08-31T14:43:45.287Z[ recovery-image] Aug 31 14:43:44.643 INFO O| Aug 31 14:43:44.643 INFO STEP 813 (remove_files) COMPLETE
78182026-08-31T14:43:45.290Z[ recovery-image] Aug 31 14:43:44.643 INFO O| Aug 31 14:43:44.643 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-31T14:43:45.298Z[ recovery-image] Aug 31 14:43:44.653 INFO O| Aug 31 14:43:44.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78202026-08-31T14:43:45.298Z[ recovery-image] Aug 31 14:43:44.653 INFO O| Aug 31 14:43:44.653 INFO STEP 814 (remove_files) COMPLETE
78212026-08-31T14:43:45.298Z[ recovery-image] Aug 31 14:43:44.653 INFO O| Aug 31 14:43:44.653 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-31T14:43:45.308Z[ recovery-image] Aug 31 14:43:44.664 INFO O| Aug 31 14:43:44.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78232026-08-31T14:43:45.308Z[ recovery-image] Aug 31 14:43:44.664 INFO O| Aug 31 14:43:44.664 INFO STEP 815 (remove_files) COMPLETE
78242026-08-31T14:43:45.308Z[ recovery-image] Aug 31 14:43:44.664 INFO O| Aug 31 14:43:44.664 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-31T14:43:45.318Z[ recovery-image] Aug 31 14:43:44.674 INFO O| Aug 31 14:43:44.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78262026-08-31T14:43:45.318Z[ recovery-image] Aug 31 14:43:44.674 INFO O| Aug 31 14:43:44.674 INFO STEP 816 (remove_files) COMPLETE
78272026-08-31T14:43:45.318Z[ recovery-image] Aug 31 14:43:44.674 INFO O| Aug 31 14:43:44.674 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-31T14:43:45.329Z[ recovery-image] Aug 31 14:43:44.684 INFO O| Aug 31 14:43:44.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78292026-08-31T14:43:45.329Z[ recovery-image] Aug 31 14:43:44.684 INFO O| Aug 31 14:43:44.684 INFO STEP 817 (remove_files) COMPLETE
78302026-08-31T14:43:45.329Z[ recovery-image] Aug 31 14:43:44.684 INFO O| Aug 31 14:43:44.684 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-31T14:43:45.338Z[ recovery-image] Aug 31 14:43:44.693 INFO O| Aug 31 14:43:44.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78322026-08-31T14:43:45.338Z[ recovery-image] Aug 31 14:43:44.694 INFO O| Aug 31 14:43:44.694 INFO STEP 818 (remove_files) COMPLETE
78332026-08-31T14:43:45.342Z[ recovery-image] Aug 31 14:43:44.694 INFO O| Aug 31 14:43:44.694 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-31T14:43:45.347Z[ recovery-image] Aug 31 14:43:44.703 INFO O| Aug 31 14:43:44.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78352026-08-31T14:43:45.347Z[ recovery-image] Aug 31 14:43:44.703 INFO O| Aug 31 14:43:44.703 INFO STEP 819 (remove_files) COMPLETE
78362026-08-31T14:43:45.347Z[ recovery-image] Aug 31 14:43:44.703 INFO O| Aug 31 14:43:44.703 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-31T14:43:45.356Z[ recovery-image] Aug 31 14:43:44.712 INFO O| Aug 31 14:43:44.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78382026-08-31T14:43:45.356Z[ recovery-image] Aug 31 14:43:44.712 INFO O| Aug 31 14:43:44.712 INFO STEP 820 (remove_files) COMPLETE
78392026-08-31T14:43:45.356Z[ recovery-image] Aug 31 14:43:44.712 INFO O| Aug 31 14:43:44.712 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-31T14:43:45.365Z[ recovery-image] Aug 31 14:43:44.721 INFO O| Aug 31 14:43:44.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78412026-08-31T14:43:45.366Z[ recovery-image] Aug 31 14:43:44.721 INFO O| Aug 31 14:43:44.721 INFO STEP 821 (remove_files) COMPLETE
78422026-08-31T14:43:45.366Z[ recovery-image] Aug 31 14:43:44.721 INFO O| Aug 31 14:43:44.721 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-31T14:43:45.375Z[ recovery-image] Aug 31 14:43:44.731 INFO O| Aug 31 14:43:44.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78442026-08-31T14:43:45.375Z[ recovery-image] Aug 31 14:43:44.731 INFO O| Aug 31 14:43:44.731 INFO STEP 822 (remove_files) COMPLETE
78452026-08-31T14:43:45.379Z[ recovery-image] Aug 31 14:43:44.731 INFO O| Aug 31 14:43:44.731 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-31T14:43:45.385Z[ recovery-image] Aug 31 14:43:44.741 INFO O| Aug 31 14:43:44.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78472026-08-31T14:43:45.386Z[ recovery-image] Aug 31 14:43:44.742 INFO O| Aug 31 14:43:44.742 INFO STEP 823 (remove_files) COMPLETE
78482026-08-31T14:43:45.389Z[ recovery-image] Aug 31 14:43:44.742 INFO O| Aug 31 14:43:44.742 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-31T14:43:45.396Z[ recovery-image] Aug 31 14:43:44.752 INFO O| Aug 31 14:43:44.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78502026-08-31T14:43:45.396Z[ recovery-image] Aug 31 14:43:44.752 INFO O| Aug 31 14:43:44.752 INFO STEP 824 (remove_files) COMPLETE
78512026-08-31T14:43:45.399Z[ recovery-image] Aug 31 14:43:44.752 INFO O| Aug 31 14:43:44.752 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-31T14:43:45.406Z[ recovery-image] Aug 31 14:43:44.762 INFO O| Aug 31 14:43:44.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78532026-08-31T14:43:45.406Z[ recovery-image] Aug 31 14:43:44.762 INFO O| Aug 31 14:43:44.762 INFO STEP 825 (remove_files) COMPLETE
78542026-08-31T14:43:45.406Z[ recovery-image] Aug 31 14:43:44.762 INFO O| Aug 31 14:43:44.762 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-31T14:43:45.414Z[ recovery-image] Aug 31 14:43:44.770 INFO O| Aug 31 14:43:44.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78562026-08-31T14:43:45.414Z[ recovery-image] Aug 31 14:43:44.770 INFO O| Aug 31 14:43:44.770 INFO STEP 826 (remove_files) COMPLETE
78572026-08-31T14:43:45.414Z[ recovery-image] Aug 31 14:43:44.770 INFO O| Aug 31 14:43:44.770 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-31T14:43:45.424Z[ recovery-image] Aug 31 14:43:44.780 INFO O| Aug 31 14:43:44.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78592026-08-31T14:43:45.424Z[ recovery-image] Aug 31 14:43:44.780 INFO O| Aug 31 14:43:44.778 INFO STEP 827 (remove_files) COMPLETE
78602026-08-31T14:43:45.424Z[ recovery-image] Aug 31 14:43:44.780 INFO O| Aug 31 14:43:44.778 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-31T14:43:45.430Z[ recovery-image] Aug 31 14:43:44.787 INFO O| Aug 31 14:43:44.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78622026-08-31T14:43:45.430Z[ recovery-image] Aug 31 14:43:44.787 INFO O| Aug 31 14:43:44.787 INFO STEP 828 (remove_files) COMPLETE
78632026-08-31T14:43:45.431Z[ recovery-image] Aug 31 14:43:44.787 INFO O| Aug 31 14:43:44.787 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-31T14:43:45.440Z[ recovery-image] Aug 31 14:43:44.796 INFO O| Aug 31 14:43:44.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78652026-08-31T14:43:45.440Z[ recovery-image] Aug 31 14:43:44.796 INFO O| Aug 31 14:43:44.796 INFO STEP 829 (remove_files) COMPLETE
78662026-08-31T14:43:45.440Z[ recovery-image] Aug 31 14:43:44.796 INFO O| Aug 31 14:43:44.796 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-31T14:43:45.448Z[ recovery-image] Aug 31 14:43:44.804 INFO O| Aug 31 14:43:44.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78682026-08-31T14:43:45.448Z[ recovery-image] Aug 31 14:43:44.804 INFO O| Aug 31 14:43:44.804 INFO STEP 830 (remove_files) COMPLETE
78692026-08-31T14:43:45.448Z[ recovery-image] Aug 31 14:43:44.804 INFO O| Aug 31 14:43:44.804 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-31T14:43:45.457Z[ recovery-image] Aug 31 14:43:44.814 INFO O| Aug 31 14:43:44.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78712026-08-31T14:43:45.457Z[ recovery-image] Aug 31 14:43:44.814 INFO O| Aug 31 14:43:44.814 INFO STEP 831 (remove_files) COMPLETE
78722026-08-31T14:43:45.457Z[ recovery-image] Aug 31 14:43:44.814 INFO O| Aug 31 14:43:44.814 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-31T14:43:45.467Z[ recovery-image] Aug 31 14:43:44.823 INFO O| Aug 31 14:43:44.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78742026-08-31T14:43:45.467Z[ recovery-image] Aug 31 14:43:44.823 INFO O| Aug 31 14:43:44.823 INFO STEP 832 (remove_files) COMPLETE
78752026-08-31T14:43:45.472Z[ recovery-image] Aug 31 14:43:44.823 INFO O| Aug 31 14:43:44.823 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-31T14:43:45.477Z[ recovery-image] Aug 31 14:43:44.833 INFO O| Aug 31 14:43:44.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78772026-08-31T14:43:45.481Z[ recovery-image] Aug 31 14:43:44.834 INFO O| Aug 31 14:43:44.834 INFO STEP 833 (remove_files) COMPLETE
78782026-08-31T14:43:45.481Z[ recovery-image] Aug 31 14:43:44.834 INFO O| Aug 31 14:43:44.834 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-31T14:43:45.487Z[ recovery-image] Aug 31 14:43:44.843 INFO O| Aug 31 14:43:44.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78802026-08-31T14:43:45.487Z[ recovery-image] Aug 31 14:43:44.843 INFO O| Aug 31 14:43:44.843 INFO STEP 834 (remove_files) COMPLETE
78812026-08-31T14:43:45.487Z[ recovery-image] Aug 31 14:43:44.843 INFO O| Aug 31 14:43:44.843 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-31T14:43:45.496Z[ recovery-image] Aug 31 14:43:44.852 INFO O| Aug 31 14:43:44.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78832026-08-31T14:43:45.496Z[ recovery-image] Aug 31 14:43:44.852 INFO O| Aug 31 14:43:44.852 INFO STEP 835 (remove_files) COMPLETE
78842026-08-31T14:43:45.499Z[ recovery-image] Aug 31 14:43:44.852 INFO O| Aug 31 14:43:44.852 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-31T14:43:45.504Z[ recovery-image] Aug 31 14:43:44.860 INFO O| Aug 31 14:43:44.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78862026-08-31T14:43:45.504Z[ recovery-image] Aug 31 14:43:44.860 INFO O| Aug 31 14:43:44.860 INFO STEP 836 (remove_files) COMPLETE
78872026-08-31T14:43:45.508Z[ recovery-image] Aug 31 14:43:44.860 INFO O| Aug 31 14:43:44.860 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-31T14:43:45.513Z[ recovery-image] Aug 31 14:43:44.869 INFO O| Aug 31 14:43:44.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78892026-08-31T14:43:45.513Z[ recovery-image] Aug 31 14:43:44.869 INFO O| Aug 31 14:43:44.869 INFO STEP 837 (remove_files) COMPLETE
78902026-08-31T14:43:45.513Z[ recovery-image] Aug 31 14:43:44.869 INFO O| Aug 31 14:43:44.869 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-31T14:43:45.524Z[ recovery-image] Aug 31 14:43:44.880 INFO O| Aug 31 14:43:44.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78922026-08-31T14:43:45.524Z[ recovery-image] Aug 31 14:43:44.880 INFO O| Aug 31 14:43:44.880 INFO STEP 838 (remove_files) COMPLETE
78932026-08-31T14:43:45.524Z[ recovery-image] Aug 31 14:43:44.880 INFO O| Aug 31 14:43:44.880 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-31T14:43:45.535Z[ recovery-image] Aug 31 14:43:44.891 INFO O| Aug 31 14:43:44.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78952026-08-31T14:43:45.535Z[ recovery-image] Aug 31 14:43:44.891 INFO O| Aug 31 14:43:44.891 INFO STEP 839 (remove_files) COMPLETE
78962026-08-31T14:43:45.535Z[ recovery-image] Aug 31 14:43:44.891 INFO O| Aug 31 14:43:44.891 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-31T14:43:45.546Z[ recovery-image] Aug 31 14:43:44.901 INFO O| Aug 31 14:43:44.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78982026-08-31T14:43:45.547Z[ recovery-image] Aug 31 14:43:44.901 INFO O| Aug 31 14:43:44.901 INFO STEP 840 (remove_files) COMPLETE
78992026-08-31T14:43:45.547Z[ recovery-image] Aug 31 14:43:44.901 INFO O| Aug 31 14:43:44.901 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-31T14:43:45.555Z[ recovery-image] Aug 31 14:43:44.911 INFO O| Aug 31 14:43:44.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
79012026-08-31T14:43:45.555Z[ recovery-image] Aug 31 14:43:44.911 INFO O| Aug 31 14:43:44.911 INFO STEP 841 (remove_files) COMPLETE
79022026-08-31T14:43:45.555Z[ recovery-image] Aug 31 14:43:44.911 INFO O| Aug 31 14:43:44.911 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-31T14:43:45.565Z[ recovery-image] Aug 31 14:43:44.921 INFO O| Aug 31 14:43:44.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
79042026-08-31T14:43:45.565Z[ recovery-image] Aug 31 14:43:44.921 INFO O| Aug 31 14:43:44.921 INFO STEP 842 (remove_files) COMPLETE
79052026-08-31T14:43:45.565Z[ recovery-image] Aug 31 14:43:44.921 INFO O| Aug 31 14:43:44.921 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-31T14:43:45.575Z[ recovery-image] Aug 31 14:43:44.931 INFO O| Aug 31 14:43:44.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
79072026-08-31T14:43:45.575Z[ recovery-image] Aug 31 14:43:44.932 INFO O| Aug 31 14:43:44.932 INFO STEP 843 (remove_files) COMPLETE
79082026-08-31T14:43:45.575Z[ recovery-image] Aug 31 14:43:44.932 INFO O| Aug 31 14:43:44.932 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-31T14:43:45.586Z[ recovery-image] Aug 31 14:43:44.942 INFO O| Aug 31 14:43:44.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79102026-08-31T14:43:45.586Z[ recovery-image] Aug 31 14:43:44.942 INFO O| Aug 31 14:43:44.942 INFO STEP 844 (remove_files) COMPLETE
79112026-08-31T14:43:45.586Z[ recovery-image] Aug 31 14:43:44.942 INFO O| Aug 31 14:43:44.942 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-31T14:43:45.596Z[ recovery-image] Aug 31 14:43:44.952 INFO O| Aug 31 14:43:44.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79132026-08-31T14:43:45.596Z[ recovery-image] Aug 31 14:43:44.952 INFO O| Aug 31 14:43:44.952 INFO STEP 845 (remove_files) COMPLETE
79142026-08-31T14:43:45.596Z[ recovery-image] Aug 31 14:43:44.952 INFO O| Aug 31 14:43:44.952 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-31T14:43:45.605Z[ recovery-image] Aug 31 14:43:44.961 INFO O| Aug 31 14:43:44.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79162026-08-31T14:43:45.605Z[ recovery-image] Aug 31 14:43:44.961 INFO O| Aug 31 14:43:44.961 INFO STEP 846 (remove_files) COMPLETE
79172026-08-31T14:43:45.605Z[ recovery-image] Aug 31 14:43:44.961 INFO O| Aug 31 14:43:44.961 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-31T14:43:45.615Z[ recovery-image] Aug 31 14:43:44.971 INFO O| Aug 31 14:43:44.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79192026-08-31T14:43:45.615Z[ recovery-image] Aug 31 14:43:44.972 INFO O| Aug 31 14:43:44.972 INFO STEP 847 (remove_files) COMPLETE
79202026-08-31T14:43:45.615Z[ recovery-image] Aug 31 14:43:44.972 INFO O| Aug 31 14:43:44.972 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-31T14:43:45.625Z[ recovery-image] Aug 31 14:43:44.981 INFO O| Aug 31 14:43:44.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79222026-08-31T14:43:45.625Z[ recovery-image] Aug 31 14:43:44.981 INFO O| Aug 31 14:43:44.981 INFO STEP 848 (remove_files) COMPLETE
79232026-08-31T14:43:45.625Z[ recovery-image] Aug 31 14:43:44.981 INFO O| Aug 31 14:43:44.981 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-31T14:43:45.634Z[ recovery-image] Aug 31 14:43:44.990 INFO O| Aug 31 14:43:44.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79252026-08-31T14:43:45.634Z[ recovery-image] Aug 31 14:43:44.990 INFO O| Aug 31 14:43:44.990 INFO STEP 849 (remove_files) COMPLETE
79262026-08-31T14:43:45.634Z[ recovery-image] Aug 31 14:43:44.990 INFO O| Aug 31 14:43:44.990 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-08-31T14:43:45.645Z[ recovery-image] Aug 31 14:43:45.000 INFO O| Aug 31 14:43:45.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79282026-08-31T14:43:45.645Z[ recovery-image] Aug 31 14:43:45.000 INFO O| Aug 31 14:43:45.000 INFO STEP 850 (remove_files) COMPLETE
79292026-08-31T14:43:45.645Z[ recovery-image] Aug 31 14:43:45.000 INFO O| Aug 31 14:43:45.000 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-08-31T14:43:45.656Z[ recovery-image] Aug 31 14:43:45.012 INFO O| Aug 31 14:43:45.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79312026-08-31T14:43:45.656Z[ recovery-image] Aug 31 14:43:45.012 INFO O| Aug 31 14:43:45.012 INFO STEP 851 (remove_files) COMPLETE
79322026-08-31T14:43:45.656Z[ recovery-image] Aug 31 14:43:45.012 INFO O| Aug 31 14:43:45.012 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-08-31T14:43:45.666Z[ recovery-image] Aug 31 14:43:45.022 INFO O| Aug 31 14:43:45.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79342026-08-31T14:43:45.666Z[ recovery-image] Aug 31 14:43:45.022 INFO O| Aug 31 14:43:45.022 INFO STEP 852 (remove_files) COMPLETE
79352026-08-31T14:43:45.666Z[ recovery-image] Aug 31 14:43:45.022 INFO O| Aug 31 14:43:45.022 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-08-31T14:43:45.678Z[ recovery-image] Aug 31 14:43:45.034 INFO O| Aug 31 14:43:45.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79372026-08-31T14:43:45.678Z[ recovery-image] Aug 31 14:43:45.034 INFO O| Aug 31 14:43:45.034 INFO STEP 853 (remove_files) COMPLETE
79382026-08-31T14:43:45.678Z[ recovery-image] Aug 31 14:43:45.034 INFO O| Aug 31 14:43:45.034 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-08-31T14:43:45.688Z[ recovery-image] Aug 31 14:43:45.044 INFO O| Aug 31 14:43:45.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79402026-08-31T14:43:45.688Z[ recovery-image] Aug 31 14:43:45.044 INFO O| Aug 31 14:43:45.044 INFO STEP 854 (remove_files) COMPLETE
79412026-08-31T14:43:45.691Z[ recovery-image] Aug 31 14:43:45.044 INFO O| Aug 31 14:43:45.044 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-08-31T14:43:45.696Z[ recovery-image] Aug 31 14:43:45.052 INFO O| Aug 31 14:43:45.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79432026-08-31T14:43:45.696Z[ recovery-image] Aug 31 14:43:45.052 INFO O| Aug 31 14:43:45.052 INFO STEP 855 (remove_files) COMPLETE
79442026-08-31T14:43:45.696Z[ recovery-image] Aug 31 14:43:45.052 INFO O| Aug 31 14:43:45.052 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-08-31T14:43:45.705Z[ recovery-image] Aug 31 14:43:45.061 INFO O| Aug 31 14:43:45.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79462026-08-31T14:43:45.705Z[ recovery-image] Aug 31 14:43:45.061 INFO O| Aug 31 14:43:45.061 INFO STEP 856 (remove_files) COMPLETE
79472026-08-31T14:43:45.709Z[ recovery-image] Aug 31 14:43:45.061 INFO O| Aug 31 14:43:45.061 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-08-31T14:43:45.714Z[ recovery-image] Aug 31 14:43:45.070 INFO O| Aug 31 14:43:45.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79492026-08-31T14:43:45.714Z[ recovery-image] Aug 31 14:43:45.070 INFO O| Aug 31 14:43:45.070 INFO STEP 857 (remove_files) COMPLETE
79502026-08-31T14:43:45.714Z[ recovery-image] Aug 31 14:43:45.070 INFO O| Aug 31 14:43:45.070 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-08-31T14:43:45.726Z[ recovery-image] Aug 31 14:43:45.080 INFO O| Aug 31 14:43:45.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79522026-08-31T14:43:45.726Z[ recovery-image] Aug 31 14:43:45.080 INFO O| Aug 31 14:43:45.080 INFO STEP 858 (remove_files) COMPLETE
79532026-08-31T14:43:45.726Z[ recovery-image] Aug 31 14:43:45.080 INFO O| Aug 31 14:43:45.080 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-08-31T14:43:45.736Z[ recovery-image] Aug 31 14:43:45.092 INFO O| Aug 31 14:43:45.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79552026-08-31T14:43:45.736Z[ recovery-image] Aug 31 14:43:45.092 INFO O| Aug 31 14:43:45.092 INFO STEP 859 (remove_files) COMPLETE
79562026-08-31T14:43:45.736Z[ recovery-image] Aug 31 14:43:45.092 INFO O| Aug 31 14:43:45.092 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-08-31T14:43:45.744Z[ recovery-image] Aug 31 14:43:45.100 INFO O| Aug 31 14:43:45.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79582026-08-31T14:43:45.745Z[ recovery-image] Aug 31 14:43:45.101 INFO O| Aug 31 14:43:45.101 INFO STEP 860 (remove_files) COMPLETE
79592026-08-31T14:43:45.748Z[ recovery-image] Aug 31 14:43:45.101 INFO O| Aug 31 14:43:45.101 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-08-31T14:43:45.757Z[ recovery-image] Aug 31 14:43:45.112 INFO O| Aug 31 14:43:45.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79612026-08-31T14:43:45.760Z[ recovery-image] Aug 31 14:43:45.112 INFO O| Aug 31 14:43:45.112 INFO STEP 861 (remove_files) COMPLETE
79622026-08-31T14:43:45.760Z[ recovery-image] Aug 31 14:43:45.112 INFO O| Aug 31 14:43:45.112 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-08-31T14:43:45.777Z[ recovery-image] Aug 31 14:43:45.132 INFO O| Aug 31 14:43:45.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79642026-08-31T14:43:45.780Z[ recovery-image] Aug 31 14:43:45.134 INFO O| Aug 31 14:43:45.134 INFO STEP 862 (remove_files) COMPLETE
79652026-08-31T14:43:45.780Z[ recovery-image] Aug 31 14:43:45.134 INFO O| Aug 31 14:43:45.134 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-08-31T14:43:45.789Z[ recovery-image] Aug 31 14:43:45.145 INFO O| Aug 31 14:43:45.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79672026-08-31T14:43:45.789Z[ recovery-image] Aug 31 14:43:45.145 INFO O| Aug 31 14:43:45.145 INFO STEP 863 (remove_files) COMPLETE
79682026-08-31T14:43:45.789Z[ recovery-image] Aug 31 14:43:45.145 INFO O| Aug 31 14:43:45.145 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-08-31T14:43:45.799Z[ recovery-image] Aug 31 14:43:45.155 INFO O| Aug 31 14:43:45.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79702026-08-31T14:43:45.799Z[ recovery-image] Aug 31 14:43:45.155 INFO O| Aug 31 14:43:45.155 INFO STEP 864 (remove_files) COMPLETE
79712026-08-31T14:43:45.799Z[ recovery-image] Aug 31 14:43:45.155 INFO O| Aug 31 14:43:45.155 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-08-31T14:43:45.810Z[ recovery-image] Aug 31 14:43:45.166 INFO O| Aug 31 14:43:45.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79732026-08-31T14:43:45.813Z[ recovery-image] Aug 31 14:43:45.167 INFO O| Aug 31 14:43:45.167 INFO STEP 865 (remove_files) COMPLETE
79742026-08-31T14:43:45.813Z[ recovery-image] Aug 31 14:43:45.167 INFO O| Aug 31 14:43:45.167 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-08-31T14:43:45.821Z[ recovery-image] Aug 31 14:43:45.176 INFO O| Aug 31 14:43:45.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79762026-08-31T14:43:45.821Z[ recovery-image] Aug 31 14:43:45.176 INFO O| Aug 31 14:43:45.176 INFO STEP 866 (remove_files) COMPLETE
79772026-08-31T14:43:45.822Z[ recovery-image] Aug 31 14:43:45.176 INFO O| Aug 31 14:43:45.176 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-08-31T14:43:45.845Z[ recovery-image] Aug 31 14:43:45.200 INFO O| Aug 31 14:43:45.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79792026-08-31T14:43:45.849Z[ recovery-image] Aug 31 14:43:45.201 INFO O| Aug 31 14:43:45.201 INFO STEP 867 (remove_files) COMPLETE
79802026-08-31T14:43:45.849Z[ recovery-image] Aug 31 14:43:45.201 INFO O| Aug 31 14:43:45.201 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-08-31T14:43:45.857Z[ recovery-image] Aug 31 14:43:45.213 INFO O| Aug 31 14:43:45.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79822026-08-31T14:43:45.857Z[ recovery-image] Aug 31 14:43:45.213 INFO O| Aug 31 14:43:45.213 INFO STEP 868 (remove_files) COMPLETE
79832026-08-31T14:43:45.857Z[ recovery-image] Aug 31 14:43:45.213 INFO O| Aug 31 14:43:45.213 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-08-31T14:43:45.868Z[ recovery-image] Aug 31 14:43:45.224 INFO O| Aug 31 14:43:45.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79852026-08-31T14:43:45.868Z[ recovery-image] Aug 31 14:43:45.224 INFO O| Aug 31 14:43:45.224 INFO STEP 869 (remove_files) COMPLETE
79862026-08-31T14:43:45.868Z[ recovery-image] Aug 31 14:43:45.224 INFO O| Aug 31 14:43:45.224 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-08-31T14:43:45.878Z[ recovery-image] Aug 31 14:43:45.234 INFO O| Aug 31 14:43:45.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79882026-08-31T14:43:45.878Z[ recovery-image] Aug 31 14:43:45.234 INFO O| Aug 31 14:43:45.234 INFO STEP 870 (remove_files) COMPLETE
79892026-08-31T14:43:45.878Z[ recovery-image] Aug 31 14:43:45.234 INFO O| Aug 31 14:43:45.234 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-08-31T14:43:45.888Z[ recovery-image] Aug 31 14:43:45.244 INFO O| Aug 31 14:43:45.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79912026-08-31T14:43:45.888Z[ recovery-image] Aug 31 14:43:45.244 INFO O| Aug 31 14:43:45.244 INFO STEP 871 (remove_files) COMPLETE
79922026-08-31T14:43:45.888Z[ recovery-image] Aug 31 14:43:45.244 INFO O| Aug 31 14:43:45.244 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-08-31T14:43:45.898Z[ recovery-image] Aug 31 14:43:45.254 INFO O| Aug 31 14:43:45.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79942026-08-31T14:43:45.898Z[ recovery-image] Aug 31 14:43:45.254 INFO O| Aug 31 14:43:45.254 INFO STEP 872 (remove_files) COMPLETE
79952026-08-31T14:43:45.902Z[ recovery-image] Aug 31 14:43:45.254 INFO O| Aug 31 14:43:45.254 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-08-31T14:43:45.907Z[ recovery-image] Aug 31 14:43:45.263 INFO O| Aug 31 14:43:45.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79972026-08-31T14:43:45.907Z[ recovery-image] Aug 31 14:43:45.263 INFO O| Aug 31 14:43:45.263 INFO STEP 873 (remove_files) COMPLETE
79982026-08-31T14:43:45.907Z[ recovery-image] Aug 31 14:43:45.263 INFO O| Aug 31 14:43:45.263 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-08-31T14:43:45.917Z[ recovery-image] Aug 31 14:43:45.273 INFO O| Aug 31 14:43:45.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
80002026-08-31T14:43:45.917Z[ recovery-image] Aug 31 14:43:45.273 INFO O| Aug 31 14:43:45.273 INFO STEP 874 (remove_files) COMPLETE
80012026-08-31T14:43:45.917Z[ recovery-image] Aug 31 14:43:45.273 INFO O| Aug 31 14:43:45.273 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-08-31T14:43:45.927Z[ recovery-image] Aug 31 14:43:45.283 INFO O| Aug 31 14:43:45.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
80032026-08-31T14:43:45.927Z[ recovery-image] Aug 31 14:43:45.283 INFO O| Aug 31 14:43:45.283 INFO STEP 875 (remove_files) COMPLETE
80042026-08-31T14:43:45.973Z[ recovery-image] Aug 31 14:43:45.283 INFO O| Aug 31 14:43:45.283 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-08-31T14:43:45.973Z[ recovery-image] Aug 31 14:43:45.292 INFO O| Aug 31 14:43:45.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
80062026-08-31T14:43:45.973Z[ recovery-image] Aug 31 14:43:45.292 INFO O| Aug 31 14:43:45.292 INFO STEP 876 (remove_files) COMPLETE
80072026-08-31T14:43:45.973Z[ recovery-image] Aug 31 14:43:45.292 INFO O| Aug 31 14:43:45.292 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-08-31T14:43:45.973Z[ recovery-image] Aug 31 14:43:45.301 INFO O| Aug 31 14:43:45.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80092026-08-31T14:43:45.973Z[ recovery-image] Aug 31 14:43:45.301 INFO O| Aug 31 14:43:45.301 INFO STEP 877 (remove_files) COMPLETE
80102026-08-31T14:43:45.973Z[ recovery-image] Aug 31 14:43:45.301 INFO O| Aug 31 14:43:45.301 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-08-31T14:43:45.973Z[ recovery-image] Aug 31 14:43:45.311 INFO O| Aug 31 14:43:45.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80122026-08-31T14:43:45.973Z[ recovery-image] Aug 31 14:43:45.311 INFO O| Aug 31 14:43:45.311 INFO STEP 878 (remove_files) COMPLETE
80132026-08-31T14:43:45.973Z[ recovery-image] Aug 31 14:43:45.311 INFO O| Aug 31 14:43:45.311 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-08-31T14:43:45.973Z[ recovery-image] Aug 31 14:43:45.320 INFO O| Aug 31 14:43:45.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80152026-08-31T14:43:45.973Z[ recovery-image] Aug 31 14:43:45.320 INFO O| Aug 31 14:43:45.320 INFO STEP 879 (remove_files) COMPLETE
80162026-08-31T14:43:45.973Z[ recovery-image] Aug 31 14:43:45.320 INFO O| Aug 31 14:43:45.320 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-08-31T14:43:45.977Z[ recovery-image] Aug 31 14:43:45.330 INFO O| Aug 31 14:43:45.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80182026-08-31T14:43:45.977Z[ recovery-image] Aug 31 14:43:45.330 INFO O| Aug 31 14:43:45.330 INFO STEP 880 (remove_files) COMPLETE
80192026-08-31T14:43:45.977Z[ recovery-image] Aug 31 14:43:45.330 INFO O| Aug 31 14:43:45.330 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-08-31T14:43:45.984Z[ recovery-image] Aug 31 14:43:45.341 INFO O| Aug 31 14:43:45.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80212026-08-31T14:43:45.985Z[ recovery-image] Aug 31 14:43:45.341 INFO O| Aug 31 14:43:45.341 INFO STEP 881 (remove_files) COMPLETE
80222026-08-31T14:43:45.989Z[ recovery-image] Aug 31 14:43:45.341 INFO O| Aug 31 14:43:45.341 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-08-31T14:43:45.995Z[ recovery-image] Aug 31 14:43:45.351 INFO O| Aug 31 14:43:45.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80242026-08-31T14:43:45.995Z[ recovery-image] Aug 31 14:43:45.351 INFO O| Aug 31 14:43:45.351 INFO STEP 882 (remove_files) COMPLETE
80252026-08-31T14:43:45.998Z[ recovery-image] Aug 31 14:43:45.351 INFO O| Aug 31 14:43:45.351 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-08-31T14:43:46.004Z[ recovery-image] Aug 31 14:43:45.360 INFO O| Aug 31 14:43:45.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80272026-08-31T14:43:46.007Z[ recovery-image] Aug 31 14:43:45.361 INFO O| Aug 31 14:43:45.361 INFO STEP 883 (remove_files) COMPLETE
80282026-08-31T14:43:46.008Z[ recovery-image] Aug 31 14:43:45.361 INFO O| Aug 31 14:43:45.361 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-08-31T14:43:46.015Z[ recovery-image] Aug 31 14:43:45.371 INFO O| Aug 31 14:43:45.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80302026-08-31T14:43:46.015Z[ recovery-image] Aug 31 14:43:45.371 INFO O| Aug 31 14:43:45.371 INFO STEP 884 (remove_files) COMPLETE
80312026-08-31T14:43:46.015Z[ recovery-image] Aug 31 14:43:45.371 INFO O| Aug 31 14:43:45.371 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-08-31T14:43:46.024Z[ recovery-image] Aug 31 14:43:45.380 INFO O| Aug 31 14:43:45.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80332026-08-31T14:43:46.024Z[ recovery-image] Aug 31 14:43:45.380 INFO O| Aug 31 14:43:45.380 INFO STEP 885 (remove_files) COMPLETE
80342026-08-31T14:43:46.028Z[ recovery-image] Aug 31 14:43:45.380 INFO O| Aug 31 14:43:45.380 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-08-31T14:43:46.033Z[ recovery-image] Aug 31 14:43:45.389 INFO O| Aug 31 14:43:45.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80362026-08-31T14:43:46.033Z[ recovery-image] Aug 31 14:43:45.389 INFO O| Aug 31 14:43:45.389 INFO STEP 886 (remove_files) COMPLETE
80372026-08-31T14:43:46.036Z[ recovery-image] Aug 31 14:43:45.389 INFO O| Aug 31 14:43:45.389 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-08-31T14:43:46.042Z[ recovery-image] Aug 31 14:43:45.398 INFO O| Aug 31 14:43:45.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80392026-08-31T14:43:46.042Z[ recovery-image] Aug 31 14:43:45.398 INFO O| Aug 31 14:43:45.398 INFO STEP 887 (remove_files) COMPLETE
80402026-08-31T14:43:46.042Z[ recovery-image] Aug 31 14:43:45.398 INFO O| Aug 31 14:43:45.398 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-08-31T14:43:46.054Z[ recovery-image] Aug 31 14:43:45.410 INFO O| Aug 31 14:43:45.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80422026-08-31T14:43:46.054Z[ recovery-image] Aug 31 14:43:45.410 INFO O| Aug 31 14:43:45.410 INFO STEP 888 (remove_files) COMPLETE
80432026-08-31T14:43:46.054Z[ recovery-image] Aug 31 14:43:45.410 INFO O| Aug 31 14:43:45.410 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-08-31T14:43:46.064Z[ recovery-image] Aug 31 14:43:45.420 INFO O| Aug 31 14:43:45.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80452026-08-31T14:43:46.064Z[ recovery-image] Aug 31 14:43:45.420 INFO O| Aug 31 14:43:45.420 INFO STEP 889 (remove_files) COMPLETE
80462026-08-31T14:43:46.064Z[ recovery-image] Aug 31 14:43:45.420 INFO O| Aug 31 14:43:45.420 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-08-31T14:43:46.073Z[ recovery-image] Aug 31 14:43:45.430 INFO O| Aug 31 14:43:45.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80482026-08-31T14:43:46.073Z[ recovery-image] Aug 31 14:43:45.430 INFO O| Aug 31 14:43:45.430 INFO STEP 890 (remove_files) COMPLETE
80492026-08-31T14:43:46.074Z[ recovery-image] Aug 31 14:43:45.430 INFO O| Aug 31 14:43:45.430 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-08-31T14:43:46.077Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
80512026-08-31T14:43:46.085Z[ recovery-image] Aug 31 14:43:45.440 INFO O| Aug 31 14:43:45.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80522026-08-31T14:43:46.086Z[ recovery-image] Aug 31 14:43:45.441 INFO O| Aug 31 14:43:45.441 INFO STEP 891 (remove_files) COMPLETE
80532026-08-31T14:43:46.086Z[ recovery-image] Aug 31 14:43:45.441 INFO O| Aug 31 14:43:45.441 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-08-31T14:43:46.098Z[ recovery-image] Aug 31 14:43:45.454 INFO O| Aug 31 14:43:45.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80552026-08-31T14:43:46.101Z[ recovery-image] Aug 31 14:43:45.455 INFO O| Aug 31 14:43:45.455 INFO STEP 892 (remove_files) COMPLETE
80562026-08-31T14:43:46.101Z[ recovery-image] Aug 31 14:43:45.455 INFO O| Aug 31 14:43:45.455 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-08-31T14:43:46.109Z[ recovery-image] Aug 31 14:43:45.465 INFO O| Aug 31 14:43:45.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80582026-08-31T14:43:46.109Z[ recovery-image] Aug 31 14:43:45.465 INFO O| Aug 31 14:43:45.465 INFO STEP 893 (remove_files) COMPLETE
80592026-08-31T14:43:46.110Z[ recovery-image] Aug 31 14:43:45.465 INFO O| Aug 31 14:43:45.465 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-08-31T14:43:46.119Z[ recovery-image] Aug 31 14:43:45.475 INFO O| Aug 31 14:43:45.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80612026-08-31T14:43:46.119Z[ recovery-image] Aug 31 14:43:45.475 INFO O| Aug 31 14:43:45.475 INFO STEP 894 (remove_files) COMPLETE
80622026-08-31T14:43:46.119Z[ recovery-image] Aug 31 14:43:45.475 INFO O| Aug 31 14:43:45.475 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-08-31T14:43:46.128Z[ recovery-image] Aug 31 14:43:45.484 INFO O| Aug 31 14:43:45.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80642026-08-31T14:43:46.128Z[ recovery-image] Aug 31 14:43:45.485 INFO O| Aug 31 14:43:45.485 INFO STEP 895 (remove_files) COMPLETE
80652026-08-31T14:43:46.128Z[ recovery-image] Aug 31 14:43:45.485 INFO O| Aug 31 14:43:45.485 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-08-31T14:43:46.137Z[ recovery-image] Aug 31 14:43:45.494 INFO O| Aug 31 14:43:45.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80672026-08-31T14:43:46.141Z[ recovery-image] Aug 31 14:43:45.495 INFO O| Aug 31 14:43:45.495 INFO STEP 896 (remove_files) COMPLETE
80682026-08-31T14:43:46.141Z[ recovery-image] Aug 31 14:43:45.495 INFO O| Aug 31 14:43:45.495 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-08-31T14:43:46.149Z[ recovery-image] Aug 31 14:43:45.505 INFO O| Aug 31 14:43:45.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80702026-08-31T14:43:46.149Z[ recovery-image] Aug 31 14:43:45.505 INFO O| Aug 31 14:43:45.505 INFO STEP 897 (remove_files) COMPLETE
80712026-08-31T14:43:46.149Z[ recovery-image] Aug 31 14:43:45.505 INFO O| Aug 31 14:43:45.505 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-08-31T14:43:46.158Z[ recovery-image] Aug 31 14:43:45.514 INFO O| Aug 31 14:43:45.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80732026-08-31T14:43:46.158Z[ recovery-image] Aug 31 14:43:45.514 INFO O| Aug 31 14:43:45.514 INFO STEP 898 (remove_files) COMPLETE
80742026-08-31T14:43:46.158Z[ recovery-image] Aug 31 14:43:45.514 INFO O| Aug 31 14:43:45.514 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-08-31T14:43:46.168Z[ recovery-image] Aug 31 14:43:45.523 INFO O| Aug 31 14:43:45.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80762026-08-31T14:43:46.168Z[ recovery-image] Aug 31 14:43:45.523 INFO O| Aug 31 14:43:45.523 INFO STEP 899 (remove_files) COMPLETE
80772026-08-31T14:43:46.168Z[ recovery-image] Aug 31 14:43:45.523 INFO O| Aug 31 14:43:45.523 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-08-31T14:43:46.176Z[ recovery-image] Aug 31 14:43:45.532 INFO O| Aug 31 14:43:45.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80792026-08-31T14:43:46.176Z[ recovery-image] Aug 31 14:43:45.532 INFO O| Aug 31 14:43:45.532 INFO STEP 900 (remove_files) COMPLETE
80802026-08-31T14:43:46.176Z[ recovery-image] Aug 31 14:43:45.532 INFO O| Aug 31 14:43:45.532 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-08-31T14:43:46.184Z[ recovery-image] Aug 31 14:43:45.540 INFO O| Aug 31 14:43:45.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80822026-08-31T14:43:46.184Z[ recovery-image] Aug 31 14:43:45.540 INFO O| Aug 31 14:43:45.540 INFO STEP 901 (remove_files) COMPLETE
80832026-08-31T14:43:46.188Z[ recovery-image] Aug 31 14:43:45.540 INFO O| Aug 31 14:43:45.540 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-08-31T14:43:46.194Z[ recovery-image] Aug 31 14:43:45.550 INFO O| Aug 31 14:43:45.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80852026-08-31T14:43:46.194Z[ recovery-image] Aug 31 14:43:45.550 INFO O| Aug 31 14:43:45.550 INFO STEP 902 (remove_files) COMPLETE
80862026-08-31T14:43:46.194Z[ recovery-image] Aug 31 14:43:45.550 INFO O| Aug 31 14:43:45.550 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-08-31T14:43:46.204Z[ recovery-image] Aug 31 14:43:45.560 INFO O| Aug 31 14:43:45.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80882026-08-31T14:43:46.204Z[ recovery-image] Aug 31 14:43:45.560 INFO O| Aug 31 14:43:45.560 INFO STEP 903 (remove_files) COMPLETE
80892026-08-31T14:43:46.204Z[ recovery-image] Aug 31 14:43:45.560 INFO O| Aug 31 14:43:45.560 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-08-31T14:43:46.215Z[ recovery-image] Aug 31 14:43:45.569 INFO O| Aug 31 14:43:45.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80912026-08-31T14:43:46.215Z[ recovery-image] Aug 31 14:43:45.569 INFO O| Aug 31 14:43:45.569 INFO STEP 904 (remove_files) COMPLETE
80922026-08-31T14:43:46.215Z[ recovery-image] Aug 31 14:43:45.569 INFO O| Aug 31 14:43:45.569 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-08-31T14:43:46.222Z[ recovery-image] Aug 31 14:43:45.578 INFO O| Aug 31 14:43:45.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80942026-08-31T14:43:46.222Z[ recovery-image] Aug 31 14:43:45.578 INFO O| Aug 31 14:43:45.578 INFO STEP 905 (remove_files) COMPLETE
80952026-08-31T14:43:46.222Z[ recovery-image] Aug 31 14:43:45.578 INFO O| Aug 31 14:43:45.578 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-08-31T14:43:46.231Z[ recovery-image] Aug 31 14:43:45.587 INFO O| Aug 31 14:43:45.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80972026-08-31T14:43:46.231Z[ recovery-image] Aug 31 14:43:45.587 INFO O| Aug 31 14:43:45.587 INFO STEP 906 (remove_files) COMPLETE
80982026-08-31T14:43:46.231Z[ recovery-image] Aug 31 14:43:45.587 INFO O| Aug 31 14:43:45.587 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-08-31T14:43:46.240Z[ recovery-image] Aug 31 14:43:45.596 INFO O| Aug 31 14:43:45.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
81002026-08-31T14:43:46.240Z[ recovery-image] Aug 31 14:43:45.596 INFO O| Aug 31 14:43:45.596 INFO STEP 907 (remove_files) COMPLETE
81012026-08-31T14:43:46.243Z[ recovery-image] Aug 31 14:43:45.596 INFO O| Aug 31 14:43:45.596 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-08-31T14:43:46.244Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
81032026-08-31T14:43:46.249Z[ recovery-image] Aug 31 14:43:45.605 INFO O| Aug 31 14:43:45.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
81042026-08-31T14:43:46.249Z[ recovery-image] Aug 31 14:43:45.605 INFO O| Aug 31 14:43:45.605 INFO STEP 908 (remove_files) COMPLETE
81052026-08-31T14:43:46.249Z[ recovery-image] Aug 31 14:43:45.605 INFO O| Aug 31 14:43:45.605 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-31T14:43:46.260Z[ recovery-image] Aug 31 14:43:45.616 INFO O| Aug 31 14:43:45.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
81072026-08-31T14:43:46.260Z[ recovery-image] Aug 31 14:43:45.616 INFO O| Aug 31 14:43:45.616 INFO STEP 909 (remove_files) COMPLETE
81082026-08-31T14:43:46.260Z[ recovery-image] Aug 31 14:43:45.616 INFO O| Aug 31 14:43:45.616 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-31T14:43:46.271Z[ recovery-image] Aug 31 14:43:45.627 INFO O| Aug 31 14:43:45.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
81102026-08-31T14:43:46.271Z[ recovery-image] Aug 31 14:43:45.627 INFO O| Aug 31 14:43:45.627 INFO STEP 910 (remove_files) COMPLETE
81112026-08-31T14:43:46.271Z[ recovery-image] Aug 31 14:43:45.627 INFO O| Aug 31 14:43:45.627 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-31T14:43:46.281Z[ recovery-image] Aug 31 14:43:45.637 INFO O| Aug 31 14:43:45.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
81132026-08-31T14:43:46.281Z[ recovery-image] Aug 31 14:43:45.637 INFO O| Aug 31 14:43:45.637 INFO STEP 911 (remove_files) COMPLETE
81142026-08-31T14:43:46.285Z[ recovery-image] Aug 31 14:43:45.637 INFO O| Aug 31 14:43:45.637 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-31T14:43:46.307Z[ recovery-image] Aug 31 14:43:45.648 INFO O| Aug 31 14:43:45.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81162026-08-31T14:43:46.308Z[ recovery-image] Aug 31 14:43:45.648 INFO O| Aug 31 14:43:45.648 INFO STEP 912 (remove_files) COMPLETE
81172026-08-31T14:43:46.308Z[ recovery-image] Aug 31 14:43:45.648 INFO O| Aug 31 14:43:45.648 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-31T14:43:46.308Z[ recovery-image] Aug 31 14:43:45.658 INFO O| Aug 31 14:43:45.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81192026-08-31T14:43:46.308Z[ recovery-image] Aug 31 14:43:45.658 INFO O| Aug 31 14:43:45.658 INFO STEP 913 (remove_files) COMPLETE
81202026-08-31T14:43:46.308Z[ recovery-image] Aug 31 14:43:45.658 INFO O| Aug 31 14:43:45.658 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-31T14:43:46.365Z[ recovery-image] Aug 31 14:43:45.721 INFO O| Aug 31 14:43:45.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81222026-08-31T14:43:46.365Z[ recovery-image] Aug 31 14:43:45.721 INFO O| Aug 31 14:43:45.721 INFO STEP 914 (remove_files) COMPLETE
81232026-08-31T14:43:46.369Z[ recovery-image] Aug 31 14:43:45.721 INFO O| Aug 31 14:43:45.721 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-31T14:43:46.376Z[ recovery-image] Aug 31 14:43:45.732 INFO O| Aug 31 14:43:45.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81252026-08-31T14:43:46.376Z[ recovery-image] Aug 31 14:43:45.732 INFO O| Aug 31 14:43:45.732 INFO STEP 915 (remove_files) COMPLETE
81262026-08-31T14:43:46.376Z[ recovery-image] Aug 31 14:43:45.732 INFO O| Aug 31 14:43:45.732 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-31T14:43:46.391Z[ recovery-image] Aug 31 14:43:45.743 INFO O| Aug 31 14:43:45.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81282026-08-31T14:43:46.391Z[ recovery-image] Aug 31 14:43:45.743 INFO O| Aug 31 14:43:45.743 INFO STEP 916 (remove_files) COMPLETE
81292026-08-31T14:43:46.392Z[ recovery-image] Aug 31 14:43:45.743 INFO O| Aug 31 14:43:45.743 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-31T14:43:46.397Z[ recovery-image] Aug 31 14:43:45.752 INFO O| Aug 31 14:43:45.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81312026-08-31T14:43:46.397Z[ recovery-image] Aug 31 14:43:45.752 INFO O| Aug 31 14:43:45.752 INFO STEP 917 (remove_files) COMPLETE
81322026-08-31T14:43:46.402Z[ recovery-image] Aug 31 14:43:45.752 INFO O| Aug 31 14:43:45.752 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-31T14:43:46.405Z[ recovery-image] Aug 31 14:43:45.761 INFO O| Aug 31 14:43:45.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81342026-08-31T14:43:46.405Z[ recovery-image] Aug 31 14:43:45.761 INFO O| Aug 31 14:43:45.761 INFO STEP 918 (remove_files) COMPLETE
81352026-08-31T14:43:46.405Z[ recovery-image] Aug 31 14:43:45.761 INFO O| Aug 31 14:43:45.761 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-31T14:43:46.421Z[ recovery-image] Aug 31 14:43:45.771 INFO O| Aug 31 14:43:45.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81372026-08-31T14:43:46.421Z[ recovery-image] Aug 31 14:43:45.771 INFO O| Aug 31 14:43:45.771 INFO STEP 919 (remove_files) COMPLETE
81382026-08-31T14:43:46.429Z[ recovery-image] Aug 31 14:43:45.771 INFO O| Aug 31 14:43:45.771 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-31T14:43:46.429Z[verify-libraries] Compiling socket2 v0.5.10
81402026-08-31T14:43:46.429Z[ recovery-image] Aug 31 14:43:45.780 INFO O| Aug 31 14:43:45.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81412026-08-31T14:43:46.429Z[ recovery-image] Aug 31 14:43:45.780 INFO O| Aug 31 14:43:45.780 INFO STEP 920 (remove_files) COMPLETE
81422026-08-31T14:43:46.429Z[ recovery-image] Aug 31 14:43:45.780 INFO O| Aug 31 14:43:45.780 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-08-31T14:43:46.435Z[ recovery-image] Aug 31 14:43:45.791 INFO O| Aug 31 14:43:45.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81442026-08-31T14:43:46.435Z[ recovery-image] Aug 31 14:43:45.791 INFO O| Aug 31 14:43:45.791 INFO STEP 921 (remove_files) COMPLETE
81452026-08-31T14:43:46.435Z[ recovery-image] Aug 31 14:43:45.791 INFO O| Aug 31 14:43:45.791 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-08-31T14:43:46.545Z[ recovery-image] Aug 31 14:43:45.801 INFO O| Aug 31 14:43:45.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81472026-08-31T14:43:46.545Z[ recovery-image] Aug 31 14:43:45.801 INFO O| Aug 31 14:43:45.801 INFO STEP 922 (remove_files) COMPLETE
81482026-08-31T14:43:46.545Z[ recovery-image] Aug 31 14:43:45.801 INFO O| Aug 31 14:43:45.801 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-08-31T14:43:46.629Z[ recovery-image] Aug 31 14:43:45.811 INFO O| Aug 31 14:43:45.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81502026-08-31T14:43:46.629Z[ recovery-image] Aug 31 14:43:45.811 INFO O| Aug 31 14:43:45.811 INFO STEP 923 (remove_files) COMPLETE
81512026-08-31T14:43:46.629Z[ recovery-image] Aug 31 14:43:45.811 INFO O| Aug 31 14:43:45.811 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-08-31T14:43:46.629Z[ recovery-image] Aug 31 14:43:45.821 INFO O| Aug 31 14:43:45.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81532026-08-31T14:43:46.629Z[ recovery-image] Aug 31 14:43:45.821 INFO O| Aug 31 14:43:45.821 INFO STEP 924 (remove_files) COMPLETE
81542026-08-31T14:43:46.629Z[ recovery-image] Aug 31 14:43:45.821 INFO O| Aug 31 14:43:45.821 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-08-31T14:43:46.629Z[ recovery-image] Aug 31 14:43:45.831 INFO O| Aug 31 14:43:45.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81562026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.831 INFO O| Aug 31 14:43:45.831 INFO STEP 925 (remove_files) COMPLETE
81572026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.831 INFO O| Aug 31 14:43:45.831 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.841 INFO O| Aug 31 14:43:45.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81592026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.841 INFO O| Aug 31 14:43:45.841 INFO STEP 926 (remove_files) COMPLETE
81602026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.841 INFO O| Aug 31 14:43:45.841 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.851 INFO O| Aug 31 14:43:45.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81622026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.851 INFO O| Aug 31 14:43:45.851 INFO STEP 927 (remove_files) COMPLETE
81632026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.851 INFO O| Aug 31 14:43:45.851 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.861 INFO O| Aug 31 14:43:45.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81652026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.861 INFO O| Aug 31 14:43:45.861 INFO STEP 928 (remove_files) COMPLETE
81662026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.861 INFO O| Aug 31 14:43:45.861 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.871 INFO O| Aug 31 14:43:45.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81682026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.871 INFO O| Aug 31 14:43:45.871 INFO STEP 929 (remove_files) COMPLETE
81692026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.871 INFO O| Aug 31 14:43:45.871 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.881 INFO O| Aug 31 14:43:45.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81712026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.881 INFO O| Aug 31 14:43:45.881 INFO STEP 930 (remove_files) COMPLETE
81722026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.881 INFO O| Aug 31 14:43:45.881 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.890 INFO O| Aug 31 14:43:45.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81742026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.890 INFO O| Aug 31 14:43:45.890 INFO STEP 931 (remove_files) COMPLETE
81752026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.890 INFO O| Aug 31 14:43:45.890 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.901 INFO O| Aug 31 14:43:45.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81772026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.902 INFO O| Aug 31 14:43:45.902 INFO STEP 932 (remove_files) COMPLETE
81782026-08-31T14:43:46.630Z[ recovery-image] Aug 31 14:43:45.902 INFO O| Aug 31 14:43:45.902 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-08-31T14:43:46.640Z[ recovery-image] Aug 31 14:43:45.912 INFO O| Aug 31 14:43:45.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81802026-08-31T14:43:46.640Z[ recovery-image] Aug 31 14:43:45.913 INFO O| Aug 31 14:43:45.913 INFO STEP 933 (remove_files) COMPLETE
81812026-08-31T14:43:46.640Z[ recovery-image] Aug 31 14:43:45.913 INFO O| Aug 31 14:43:45.913 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-08-31T14:43:46.640Z[verify-libraries] Compiling fs-err v2.11.0
81832026-08-31T14:43:46.640Z[ recovery-image] Aug 31 14:43:45.932 INFO O| Aug 31 14:43:45.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81842026-08-31T14:43:46.640Z[ recovery-image] Aug 31 14:43:45.932 INFO O| Aug 31 14:43:45.932 INFO STEP 934 (remove_files) COMPLETE
81852026-08-31T14:43:46.640Z[ recovery-image] Aug 31 14:43:45.932 INFO O| Aug 31 14:43:45.932 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-31T14:43:46.640Z[ recovery-image] Aug 31 14:43:45.943 INFO O| Aug 31 14:43:45.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81872026-08-31T14:43:46.640Z[ recovery-image] Aug 31 14:43:45.948 INFO O| Aug 31 14:43:45.947 INFO STEP 935 (remove_files) COMPLETE
81882026-08-31T14:43:46.640Z[ recovery-image] Aug 31 14:43:45.948 INFO O| Aug 31 14:43:45.948 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-31T14:43:46.640Z[ recovery-image] Aug 31 14:43:45.957 INFO O| Aug 31 14:43:45.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81902026-08-31T14:43:46.640Z[ recovery-image] Aug 31 14:43:45.958 INFO O| Aug 31 14:43:45.958 INFO STEP 936 (remove_files) COMPLETE
81912026-08-31T14:43:46.640Z[ recovery-image] Aug 31 14:43:45.958 INFO O| Aug 31 14:43:45.958 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-31T14:43:46.640Z[ recovery-image] Aug 31 14:43:45.966 INFO O| Aug 31 14:43:45.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81932026-08-31T14:43:46.640Z[ recovery-image] Aug 31 14:43:45.966 INFO O| Aug 31 14:43:45.966 INFO STEP 937 (remove_files) COMPLETE
81942026-08-31T14:43:46.640Z[ recovery-image] Aug 31 14:43:45.966 INFO O| Aug 31 14:43:45.966 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-31T14:43:46.641Z[ recovery-image] Aug 31 14:43:45.976 INFO O| Aug 31 14:43:45.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81962026-08-31T14:43:46.641Z[ recovery-image] Aug 31 14:43:45.976 INFO O| Aug 31 14:43:45.976 INFO STEP 938 (remove_files) COMPLETE
81972026-08-31T14:43:46.641Z[ recovery-image] Aug 31 14:43:45.976 INFO O| Aug 31 14:43:45.976 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-31T14:43:46.641Z[ recovery-image] Aug 31 14:43:45.986 INFO O| Aug 31 14:43:45.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81992026-08-31T14:43:46.641Z[ recovery-image] Aug 31 14:43:45.986 INFO O| Aug 31 14:43:45.986 INFO STEP 939 (remove_files) COMPLETE
82002026-08-31T14:43:46.641Z[ recovery-image] Aug 31 14:43:45.986 INFO O| Aug 31 14:43:45.986 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-08-31T14:43:46.646Z[ recovery-image] Aug 31 14:43:45.995 INFO O| Aug 31 14:43:45.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
82022026-08-31T14:43:46.647Z[ recovery-image] Aug 31 14:43:45.996 INFO O| Aug 31 14:43:45.995 INFO STEP 940 (remove_files) COMPLETE
82032026-08-31T14:43:46.647Z[ recovery-image] Aug 31 14:43:45.996 INFO O| Aug 31 14:43:45.996 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-08-31T14:43:46.651Z[ recovery-image] Aug 31 14:43:46.005 INFO O| Aug 31 14:43:46.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
82052026-08-31T14:43:46.651Z[ recovery-image] Aug 31 14:43:46.005 INFO O| Aug 31 14:43:46.005 INFO STEP 941 (remove_files) COMPLETE
82062026-08-31T14:43:46.651Z[ recovery-image] Aug 31 14:43:46.005 INFO O| Aug 31 14:43:46.005 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-08-31T14:43:46.661Z[ recovery-image] Aug 31 14:43:46.016 INFO O| Aug 31 14:43:46.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
82082026-08-31T14:43:46.661Z[ recovery-image] Aug 31 14:43:46.016 INFO O| Aug 31 14:43:46.016 INFO STEP 942 (remove_files) COMPLETE
82092026-08-31T14:43:46.661Z[ recovery-image] Aug 31 14:43:46.016 INFO O| Aug 31 14:43:46.016 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-08-31T14:43:46.672Z[ recovery-image] Aug 31 14:43:46.027 INFO O| Aug 31 14:43:46.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
82112026-08-31T14:43:46.672Z[ recovery-image] Aug 31 14:43:46.027 INFO O| Aug 31 14:43:46.027 INFO STEP 943 (remove_files) COMPLETE
82122026-08-31T14:43:46.676Z[ recovery-image] Aug 31 14:43:46.027 INFO O| Aug 31 14:43:46.027 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-08-31T14:43:46.680Z[ recovery-image] Aug 31 14:43:46.036 INFO O| Aug 31 14:43:46.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
82142026-08-31T14:43:46.680Z[ recovery-image] Aug 31 14:43:46.036 INFO O| Aug 31 14:43:46.036 INFO STEP 944 (remove_files) COMPLETE
82152026-08-31T14:43:46.680Z[ recovery-image] Aug 31 14:43:46.036 INFO O| Aug 31 14:43:46.036 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-08-31T14:43:46.691Z[ recovery-image] Aug 31 14:43:46.046 INFO O| Aug 31 14:43:46.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82172026-08-31T14:43:46.691Z[ recovery-image] Aug 31 14:43:46.046 INFO O| Aug 31 14:43:46.046 INFO STEP 945 (remove_files) COMPLETE
82182026-08-31T14:43:46.694Z[ recovery-image] Aug 31 14:43:46.046 INFO O| Aug 31 14:43:46.046 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-08-31T14:43:46.709Z[ recovery-image] Aug 31 14:43:46.056 INFO O| Aug 31 14:43:46.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82202026-08-31T14:43:46.709Z[ recovery-image] Aug 31 14:43:46.056 INFO O| Aug 31 14:43:46.056 INFO STEP 946 (remove_files) COMPLETE
82212026-08-31T14:43:46.712Z[ recovery-image] Aug 31 14:43:46.056 INFO O| Aug 31 14:43:46.056 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-08-31T14:43:46.712Z[ recovery-image] Aug 31 14:43:46.067 INFO O| Aug 31 14:43:46.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82232026-08-31T14:43:46.712Z[ recovery-image] Aug 31 14:43:46.067 INFO O| Aug 31 14:43:46.067 INFO STEP 947 (remove_files) COMPLETE
82242026-08-31T14:43:46.713Z[ recovery-image] Aug 31 14:43:46.067 INFO O| Aug 31 14:43:46.067 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-08-31T14:43:46.724Z[ recovery-image] Aug 31 14:43:46.079 INFO O| Aug 31 14:43:46.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82262026-08-31T14:43:46.724Z[ recovery-image] Aug 31 14:43:46.080 INFO O| Aug 31 14:43:46.080 INFO STEP 948 (remove_files) COMPLETE
82272026-08-31T14:43:46.724Z[ recovery-image] Aug 31 14:43:46.080 INFO O| Aug 31 14:43:46.080 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-08-31T14:43:46.738Z[ recovery-image] Aug 31 14:43:46.089 INFO O| Aug 31 14:43:46.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82292026-08-31T14:43:46.738Z[ recovery-image] Aug 31 14:43:46.090 INFO O| Aug 31 14:43:46.090 INFO STEP 949 (remove_files) COMPLETE
82302026-08-31T14:43:46.742Z[ recovery-image] Aug 31 14:43:46.090 INFO O| Aug 31 14:43:46.090 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-08-31T14:43:46.746Z[ recovery-image] Aug 31 14:43:46.099 INFO O| Aug 31 14:43:46.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82322026-08-31T14:43:46.746Z[ recovery-image] Aug 31 14:43:46.099 INFO O| Aug 31 14:43:46.099 INFO STEP 950 (remove_files) COMPLETE
82332026-08-31T14:43:46.746Z[ recovery-image] Aug 31 14:43:46.099 INFO O| Aug 31 14:43:46.099 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-08-31T14:43:46.753Z[ recovery-image] Aug 31 14:43:46.109 INFO O| Aug 31 14:43:46.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82352026-08-31T14:43:46.753Z[ recovery-image] Aug 31 14:43:46.109 INFO O| Aug 31 14:43:46.109 INFO STEP 951 (remove_files) COMPLETE
82362026-08-31T14:43:46.757Z[ recovery-image] Aug 31 14:43:46.109 INFO O| Aug 31 14:43:46.109 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-08-31T14:43:46.757Z[verify-libraries] Compiling internet-checksum v0.2.1
82382026-08-31T14:43:46.762Z[ recovery-image] Aug 31 14:43:46.118 INFO O| Aug 31 14:43:46.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82392026-08-31T14:43:46.762Z[ recovery-image] Aug 31 14:43:46.118 INFO O| Aug 31 14:43:46.118 INFO STEP 952 (remove_files) COMPLETE
82402026-08-31T14:43:46.762Z[ recovery-image] Aug 31 14:43:46.118 INFO O| Aug 31 14:43:46.118 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-31T14:43:46.772Z[ recovery-image] Aug 31 14:43:46.128 INFO O| Aug 31 14:43:46.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82422026-08-31T14:43:46.772Z[ recovery-image] Aug 31 14:43:46.128 INFO O| Aug 31 14:43:46.128 INFO STEP 953 (remove_files) COMPLETE
82432026-08-31T14:43:46.772Z[ recovery-image] Aug 31 14:43:46.128 INFO O| Aug 31 14:43:46.128 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-31T14:43:46.782Z[ recovery-image] Aug 31 14:43:46.138 INFO O| Aug 31 14:43:46.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82452026-08-31T14:43:46.782Z[ recovery-image] Aug 31 14:43:46.138 INFO O| Aug 31 14:43:46.138 INFO STEP 954 (remove_files) COMPLETE
82462026-08-31T14:43:46.786Z[ recovery-image] Aug 31 14:43:46.138 INFO O| Aug 31 14:43:46.138 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-31T14:43:46.791Z[ recovery-image] Aug 31 14:43:46.147 INFO O| Aug 31 14:43:46.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82482026-08-31T14:43:46.791Z[ recovery-image] Aug 31 14:43:46.147 INFO O| Aug 31 14:43:46.147 INFO STEP 955 (remove_files) COMPLETE
82492026-08-31T14:43:46.791Z[ recovery-image] Aug 31 14:43:46.147 INFO O| Aug 31 14:43:46.147 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-31T14:43:46.801Z[ recovery-image] Aug 31 14:43:46.157 INFO O| Aug 31 14:43:46.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82512026-08-31T14:43:46.801Z[ recovery-image] Aug 31 14:43:46.157 INFO O| Aug 31 14:43:46.157 INFO STEP 956 (remove_files) COMPLETE
82522026-08-31T14:43:46.805Z[ recovery-image] Aug 31 14:43:46.157 INFO O| Aug 31 14:43:46.157 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-31T14:43:46.810Z[ recovery-image] Aug 31 14:43:46.166 INFO O| Aug 31 14:43:46.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82542026-08-31T14:43:46.810Z[ recovery-image] Aug 31 14:43:46.166 INFO O| Aug 31 14:43:46.166 INFO STEP 957 (remove_files) COMPLETE
82552026-08-31T14:43:46.813Z[ recovery-image] Aug 31 14:43:46.166 INFO O| Aug 31 14:43:46.166 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-31T14:43:46.818Z[ recovery-image] Aug 31 14:43:46.175 INFO O| Aug 31 14:43:46.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82572026-08-31T14:43:46.822Z[ recovery-image] Aug 31 14:43:46.175 INFO O| Aug 31 14:43:46.175 INFO STEP 958 (remove_files) COMPLETE
82582026-08-31T14:43:46.822Z[ recovery-image] Aug 31 14:43:46.175 INFO O| Aug 31 14:43:46.175 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-31T14:43:46.830Z[ recovery-image] Aug 31 14:43:46.186 INFO O| Aug 31 14:43:46.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82602026-08-31T14:43:46.830Z[ recovery-image] Aug 31 14:43:46.186 INFO O| Aug 31 14:43:46.186 INFO STEP 959 (remove_files) COMPLETE
82612026-08-31T14:43:46.830Z[ recovery-image] Aug 31 14:43:46.186 INFO O| Aug 31 14:43:46.186 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-31T14:43:46.845Z[ recovery-image] Aug 31 14:43:46.197 INFO O| Aug 31 14:43:46.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82632026-08-31T14:43:46.845Z[ recovery-image] Aug 31 14:43:46.197 INFO O| Aug 31 14:43:46.197 INFO STEP 960 (remove_files) COMPLETE
82642026-08-31T14:43:46.849Z[ recovery-image] Aug 31 14:43:46.197 INFO O| Aug 31 14:43:46.197 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-31T14:43:46.852Z[ recovery-image] Aug 31 14:43:46.207 INFO O| Aug 31 14:43:46.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82662026-08-31T14:43:46.852Z[ recovery-image] Aug 31 14:43:46.207 INFO O| Aug 31 14:43:46.207 INFO STEP 961 (remove_files) COMPLETE
82672026-08-31T14:43:46.852Z[ recovery-image] Aug 31 14:43:46.207 INFO O| Aug 31 14:43:46.207 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-31T14:43:46.863Z[ recovery-image] Aug 31 14:43:46.217 INFO O| Aug 31 14:43:46.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82692026-08-31T14:43:46.863Z[ recovery-image] Aug 31 14:43:46.218 INFO O| Aug 31 14:43:46.218 INFO STEP 962 (remove_files) COMPLETE
82702026-08-31T14:43:46.863Z[ recovery-image] Aug 31 14:43:46.218 INFO O| Aug 31 14:43:46.218 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-31T14:43:46.873Z[ recovery-image] Aug 31 14:43:46.228 INFO O| Aug 31 14:43:46.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82722026-08-31T14:43:46.873Z[ recovery-image] Aug 31 14:43:46.228 INFO O| Aug 31 14:43:46.228 INFO STEP 963 (remove_files) COMPLETE
82732026-08-31T14:43:46.873Z[ recovery-image] Aug 31 14:43:46.228 INFO O| Aug 31 14:43:46.228 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-31T14:43:46.883Z[ recovery-image] Aug 31 14:43:46.239 INFO O| Aug 31 14:43:46.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82752026-08-31T14:43:46.883Z[ recovery-image] Aug 31 14:43:46.239 INFO O| Aug 31 14:43:46.239 INFO STEP 964 (remove_files) COMPLETE
82762026-08-31T14:43:46.883Z[ recovery-image] Aug 31 14:43:46.239 INFO O| Aug 31 14:43:46.239 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-31T14:43:46.893Z[ recovery-image] Aug 31 14:43:46.249 INFO O| Aug 31 14:43:46.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82782026-08-31T14:43:46.893Z[ recovery-image] Aug 31 14:43:46.249 INFO O| Aug 31 14:43:46.249 INFO STEP 965 (remove_files) COMPLETE
82792026-08-31T14:43:46.893Z[ recovery-image] Aug 31 14:43:46.249 INFO O| Aug 31 14:43:46.249 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-31T14:43:46.902Z[ recovery-image] Aug 31 14:43:46.258 INFO O| Aug 31 14:43:46.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82812026-08-31T14:43:46.902Z[ recovery-image] Aug 31 14:43:46.258 INFO O| Aug 31 14:43:46.258 INFO STEP 966 (remove_files) COMPLETE
82822026-08-31T14:43:46.902Z[ recovery-image] Aug 31 14:43:46.258 INFO O| Aug 31 14:43:46.258 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-31T14:43:46.911Z[ recovery-image] Aug 31 14:43:46.267 INFO O| Aug 31 14:43:46.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82842026-08-31T14:43:46.911Z[ recovery-image] Aug 31 14:43:46.267 INFO O| Aug 31 14:43:46.267 INFO STEP 967 (remove_files) COMPLETE
82852026-08-31T14:43:46.911Z[ recovery-image] Aug 31 14:43:46.267 INFO O| Aug 31 14:43:46.267 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-31T14:43:46.923Z[ recovery-image] Aug 31 14:43:46.279 INFO O| Aug 31 14:43:46.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82872026-08-31T14:43:46.923Z[ recovery-image] Aug 31 14:43:46.279 INFO O| Aug 31 14:43:46.279 INFO STEP 968 (remove_files) COMPLETE
82882026-08-31T14:43:46.923Z[ recovery-image] Aug 31 14:43:46.279 INFO O| Aug 31 14:43:46.279 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-31T14:43:46.935Z[ recovery-image] Aug 31 14:43:46.289 INFO O| Aug 31 14:43:46.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82902026-08-31T14:43:46.935Z[ recovery-image] Aug 31 14:43:46.289 INFO O| Aug 31 14:43:46.289 INFO STEP 969 (remove_files) COMPLETE
82912026-08-31T14:43:46.935Z[ recovery-image] Aug 31 14:43:46.289 INFO O| Aug 31 14:43:46.289 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-31T14:43:46.943Z[ recovery-image] Aug 31 14:43:46.299 INFO O| Aug 31 14:43:46.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82932026-08-31T14:43:46.943Z[ recovery-image] Aug 31 14:43:46.299 INFO O| Aug 31 14:43:46.299 INFO STEP 970 (remove_files) COMPLETE
82942026-08-31T14:43:46.947Z[ recovery-image] Aug 31 14:43:46.299 INFO O| Aug 31 14:43:46.299 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-31T14:43:46.952Z[ recovery-image] Aug 31 14:43:46.308 INFO O| Aug 31 14:43:46.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82962026-08-31T14:43:46.957Z[ recovery-image] Aug 31 14:43:46.308 INFO O| Aug 31 14:43:46.308 INFO STEP 971 (remove_files) COMPLETE
82972026-08-31T14:43:46.957Z[ recovery-image] Aug 31 14:43:46.308 INFO O| Aug 31 14:43:46.308 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-31T14:43:46.963Z[ recovery-image] Aug 31 14:43:46.319 INFO O| Aug 31 14:43:46.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82992026-08-31T14:43:46.963Z[ recovery-image] Aug 31 14:43:46.319 INFO O| Aug 31 14:43:46.319 INFO STEP 972 (remove_files) COMPLETE
83002026-08-31T14:43:46.966Z[ recovery-image] Aug 31 14:43:46.319 INFO O| Aug 31 14:43:46.319 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-31T14:43:46.966Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
83022026-08-31T14:43:46.973Z[ recovery-image] Aug 31 14:43:46.329 INFO O| Aug 31 14:43:46.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
83032026-08-31T14:43:46.973Z[ recovery-image] Aug 31 14:43:46.329 INFO O| Aug 31 14:43:46.329 INFO STEP 973 (remove_files) COMPLETE
83042026-08-31T14:43:46.973Z[ recovery-image] Aug 31 14:43:46.329 INFO O| Aug 31 14:43:46.329 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-31T14:43:46.982Z[ recovery-image] Aug 31 14:43:46.338 INFO O| Aug 31 14:43:46.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
83062026-08-31T14:43:46.982Z[ recovery-image] Aug 31 14:43:46.338 INFO O| Aug 31 14:43:46.338 INFO STEP 974 (remove_files) COMPLETE
83072026-08-31T14:43:46.986Z[ recovery-image] Aug 31 14:43:46.338 INFO O| Aug 31 14:43:46.338 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-31T14:43:46.992Z[ recovery-image] Aug 31 14:43:46.348 INFO O| Aug 31 14:43:46.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
83092026-08-31T14:43:46.992Z[ recovery-image] Aug 31 14:43:46.348 INFO O| Aug 31 14:43:46.348 INFO STEP 975 (remove_files) COMPLETE
83102026-08-31T14:43:46.992Z[ recovery-image] Aug 31 14:43:46.348 INFO O| Aug 31 14:43:46.348 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-31T14:43:47.001Z[ recovery-image] Aug 31 14:43:46.357 INFO O| Aug 31 14:43:46.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
83122026-08-31T14:43:47.001Z[ recovery-image] Aug 31 14:43:46.357 INFO O| Aug 31 14:43:46.357 INFO STEP 976 (remove_files) COMPLETE
83132026-08-31T14:43:47.001Z[ recovery-image] Aug 31 14:43:46.357 INFO O| Aug 31 14:43:46.357 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-31T14:43:47.011Z[ recovery-image] Aug 31 14:43:46.367 INFO O| Aug 31 14:43:46.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
83152026-08-31T14:43:47.011Z[ recovery-image] Aug 31 14:43:46.367 INFO O| Aug 31 14:43:46.367 INFO STEP 977 (remove_files) COMPLETE
83162026-08-31T14:43:47.011Z[ recovery-image] Aug 31 14:43:46.367 INFO O| Aug 31 14:43:46.367 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-31T14:43:47.020Z[ recovery-image] Aug 31 14:43:46.376 INFO O| Aug 31 14:43:46.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83182026-08-31T14:43:47.020Z[ recovery-image] Aug 31 14:43:46.376 INFO O| Aug 31 14:43:46.376 INFO STEP 978 (remove_files) COMPLETE
83192026-08-31T14:43:47.020Z[ recovery-image] Aug 31 14:43:46.376 INFO O| Aug 31 14:43:46.376 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-31T14:43:47.029Z[ recovery-image] Aug 31 14:43:46.385 INFO O| Aug 31 14:43:46.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83212026-08-31T14:43:47.029Z[ recovery-image] Aug 31 14:43:46.385 INFO O| Aug 31 14:43:46.385 INFO STEP 979 (remove_files) COMPLETE
83222026-08-31T14:43:47.029Z[ recovery-image] Aug 31 14:43:46.385 INFO O| Aug 31 14:43:46.385 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-31T14:43:47.038Z[ recovery-image] Aug 31 14:43:46.394 INFO O| Aug 31 14:43:46.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83242026-08-31T14:43:47.042Z[ recovery-image] Aug 31 14:43:46.397 INFO O| Aug 31 14:43:46.394 INFO STEP 980 (remove_files) COMPLETE
83252026-08-31T14:43:47.042Z[ recovery-image] Aug 31 14:43:46.397 INFO O| Aug 31 14:43:46.394 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-31T14:43:47.047Z[ recovery-image] Aug 31 14:43:46.404 INFO O| Aug 31 14:43:46.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83272026-08-31T14:43:47.047Z[ recovery-image] Aug 31 14:43:46.404 INFO O| Aug 31 14:43:46.404 INFO STEP 981 (remove_files) COMPLETE
83282026-08-31T14:43:47.048Z[ recovery-image] Aug 31 14:43:46.404 INFO O| Aug 31 14:43:46.404 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-31T14:43:47.057Z[ recovery-image] Aug 31 14:43:46.413 INFO O| Aug 31 14:43:46.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83302026-08-31T14:43:47.057Z[ recovery-image] Aug 31 14:43:46.413 INFO O| Aug 31 14:43:46.413 INFO STEP 982 (remove_files) COMPLETE
83312026-08-31T14:43:47.058Z[ recovery-image] Aug 31 14:43:46.413 INFO O| Aug 31 14:43:46.413 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-31T14:43:47.064Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
83332026-08-31T14:43:47.068Z[ recovery-image] Aug 31 14:43:46.424 INFO O| Aug 31 14:43:46.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83342026-08-31T14:43:47.068Z[ recovery-image] Aug 31 14:43:46.424 INFO O| Aug 31 14:43:46.424 INFO STEP 983 (remove_files) COMPLETE
83352026-08-31T14:43:47.068Z[ recovery-image] Aug 31 14:43:46.424 INFO O| Aug 31 14:43:46.424 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-08-31T14:43:47.078Z[ recovery-image] Aug 31 14:43:46.434 INFO O| Aug 31 14:43:46.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83372026-08-31T14:43:47.078Z[ recovery-image] Aug 31 14:43:46.434 INFO O| Aug 31 14:43:46.434 INFO STEP 984 (remove_files) COMPLETE
83382026-08-31T14:43:47.078Z[ recovery-image] Aug 31 14:43:46.434 INFO O| Aug 31 14:43:46.434 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-08-31T14:43:47.089Z[ recovery-image] Aug 31 14:43:46.445 INFO O| Aug 31 14:43:46.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83402026-08-31T14:43:47.089Z[ recovery-image] Aug 31 14:43:46.445 INFO O| Aug 31 14:43:46.445 INFO STEP 985 (remove_files) COMPLETE
83412026-08-31T14:43:47.089Z[ recovery-image] Aug 31 14:43:46.445 INFO O| Aug 31 14:43:46.445 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-08-31T14:43:47.099Z[ recovery-image] Aug 31 14:43:46.455 INFO O| Aug 31 14:43:46.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83432026-08-31T14:43:47.099Z[ recovery-image] Aug 31 14:43:46.455 INFO O| Aug 31 14:43:46.455 INFO STEP 986 (remove_files) COMPLETE
83442026-08-31T14:43:47.103Z[ recovery-image] Aug 31 14:43:46.455 INFO O| Aug 31 14:43:46.455 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-08-31T14:43:47.110Z[ recovery-image] Aug 31 14:43:46.466 INFO O| Aug 31 14:43:46.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83462026-08-31T14:43:47.110Z[ recovery-image] Aug 31 14:43:46.466 INFO O| Aug 31 14:43:46.466 INFO STEP 987 (remove_files) COMPLETE
83472026-08-31T14:43:47.110Z[ recovery-image] Aug 31 14:43:46.466 INFO O| Aug 31 14:43:46.466 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-08-31T14:43:47.121Z[ recovery-image] Aug 31 14:43:46.477 INFO O| Aug 31 14:43:46.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83492026-08-31T14:43:47.121Z[ recovery-image] Aug 31 14:43:46.477 INFO O| Aug 31 14:43:46.477 INFO STEP 988 (remove_files) COMPLETE
83502026-08-31T14:43:47.125Z[ recovery-image] Aug 31 14:43:46.477 INFO O| Aug 31 14:43:46.477 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-08-31T14:43:47.132Z[ recovery-image] Aug 31 14:43:46.488 INFO O| Aug 31 14:43:46.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83522026-08-31T14:43:47.136Z[ recovery-image] Aug 31 14:43:46.488 INFO O| Aug 31 14:43:46.488 INFO STEP 989 (remove_files) COMPLETE
83532026-08-31T14:43:47.136Z[ recovery-image] Aug 31 14:43:46.488 INFO O| Aug 31 14:43:46.488 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-08-31T14:43:47.144Z[ recovery-image] Aug 31 14:43:46.500 INFO O| Aug 31 14:43:46.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83552026-08-31T14:43:47.144Z[ recovery-image] Aug 31 14:43:46.500 INFO O| Aug 31 14:43:46.500 INFO STEP 990 (remove_files) COMPLETE
83562026-08-31T14:43:47.144Z[ recovery-image] Aug 31 14:43:46.500 INFO O| Aug 31 14:43:46.500 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-08-31T14:43:47.155Z[ recovery-image] Aug 31 14:43:46.511 INFO O| Aug 31 14:43:46.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83582026-08-31T14:43:47.155Z[ recovery-image] Aug 31 14:43:46.511 INFO O| Aug 31 14:43:46.511 INFO STEP 991 (remove_files) COMPLETE
83592026-08-31T14:43:47.155Z[ recovery-image] Aug 31 14:43:46.511 INFO O| Aug 31 14:43:46.511 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-08-31T14:43:47.165Z[ recovery-image] Aug 31 14:43:46.521 INFO O| Aug 31 14:43:46.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83612026-08-31T14:43:47.165Z[ recovery-image] Aug 31 14:43:46.521 INFO O| Aug 31 14:43:46.521 INFO STEP 992 (remove_files) COMPLETE
83622026-08-31T14:43:47.165Z[ recovery-image] Aug 31 14:43:46.521 INFO O| Aug 31 14:43:46.521 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-08-31T14:43:47.175Z[ recovery-image] Aug 31 14:43:46.532 INFO O| Aug 31 14:43:46.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83642026-08-31T14:43:47.176Z[ recovery-image] Aug 31 14:43:46.532 INFO O| Aug 31 14:43:46.532 INFO STEP 993 (remove_files) COMPLETE
83652026-08-31T14:43:47.179Z[ recovery-image] Aug 31 14:43:46.532 INFO O| Aug 31 14:43:46.532 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-31T14:43:47.188Z[ recovery-image] Aug 31 14:43:46.544 INFO O| Aug 31 14:43:46.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83672026-08-31T14:43:47.188Z[ recovery-image] Aug 31 14:43:46.544 INFO O| Aug 31 14:43:46.544 INFO STEP 994 (remove_files) COMPLETE
83682026-08-31T14:43:47.188Z[ recovery-image] Aug 31 14:43:46.544 INFO O| Aug 31 14:43:46.544 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-31T14:43:47.200Z[ recovery-image] Aug 31 14:43:46.556 INFO O| Aug 31 14:43:46.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83702026-08-31T14:43:47.200Z[ recovery-image] Aug 31 14:43:46.556 INFO O| Aug 31 14:43:46.556 INFO STEP 995 (remove_files) COMPLETE
83712026-08-31T14:43:47.200Z[ recovery-image] Aug 31 14:43:46.556 INFO O| Aug 31 14:43:46.556 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-31T14:43:47.210Z[ recovery-image] Aug 31 14:43:46.566 INFO O| Aug 31 14:43:46.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83732026-08-31T14:43:47.210Z[ recovery-image] Aug 31 14:43:46.566 INFO O| Aug 31 14:43:46.566 INFO STEP 996 (remove_files) COMPLETE
83742026-08-31T14:43:47.210Z[ recovery-image] Aug 31 14:43:46.566 INFO O| Aug 31 14:43:46.566 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-31T14:43:47.219Z[ recovery-image] Aug 31 14:43:46.575 INFO O| Aug 31 14:43:46.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83762026-08-31T14:43:47.219Z[ recovery-image] Aug 31 14:43:46.575 INFO O| Aug 31 14:43:46.575 INFO STEP 997 (remove_files) COMPLETE
83772026-08-31T14:43:47.223Z[ recovery-image] Aug 31 14:43:46.575 INFO O| Aug 31 14:43:46.575 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-31T14:43:47.226Z[verify-libraries] Compiling samael v0.0.19
83792026-08-31T14:43:47.229Z[ recovery-image] Aug 31 14:43:46.585 INFO O| Aug 31 14:43:46.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83802026-08-31T14:43:47.233Z[ recovery-image] Aug 31 14:43:46.586 INFO O| Aug 31 14:43:46.586 INFO STEP 998 (remove_files) COMPLETE
83812026-08-31T14:43:47.233Z[ recovery-image] Aug 31 14:43:46.586 INFO O| Aug 31 14:43:46.586 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-08-31T14:43:47.240Z[ recovery-image] Aug 31 14:43:46.596 INFO O| Aug 31 14:43:46.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83832026-08-31T14:43:47.240Z[ recovery-image] Aug 31 14:43:46.597 INFO O| Aug 31 14:43:46.596 INFO STEP 999 (remove_files) COMPLETE
83842026-08-31T14:43:47.240Z[ recovery-image] Aug 31 14:43:46.597 INFO O| Aug 31 14:43:46.596 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-08-31T14:43:47.250Z[ recovery-image] Aug 31 14:43:46.606 INFO O| Aug 31 14:43:46.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83862026-08-31T14:43:47.250Z[ recovery-image] Aug 31 14:43:46.606 INFO O| Aug 31 14:43:46.606 INFO STEP 1000 (remove_files) COMPLETE
83872026-08-31T14:43:47.250Z[ recovery-image] Aug 31 14:43:46.606 INFO O| Aug 31 14:43:46.606 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-08-31T14:43:47.260Z[ recovery-image] Aug 31 14:43:46.616 INFO O| Aug 31 14:43:46.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83892026-08-31T14:43:47.260Z[ recovery-image] Aug 31 14:43:46.616 INFO O| Aug 31 14:43:46.616 INFO STEP 1001 (remove_files) COMPLETE
83902026-08-31T14:43:47.263Z[ recovery-image] Aug 31 14:43:46.616 INFO O| Aug 31 14:43:46.616 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-08-31T14:43:47.269Z[ recovery-image] Aug 31 14:43:46.626 INFO O| Aug 31 14:43:46.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83922026-08-31T14:43:47.269Z[ recovery-image] Aug 31 14:43:46.626 INFO O| Aug 31 14:43:46.626 INFO STEP 1002 (remove_files) COMPLETE
83932026-08-31T14:43:47.273Z[ recovery-image] Aug 31 14:43:46.626 INFO O| Aug 31 14:43:46.626 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-08-31T14:43:47.279Z[ recovery-image] Aug 31 14:43:46.635 INFO O| Aug 31 14:43:46.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83952026-08-31T14:43:47.279Z[ recovery-image] Aug 31 14:43:46.635 INFO O| Aug 31 14:43:46.635 INFO STEP 1003 (remove_files) COMPLETE
83962026-08-31T14:43:47.285Z[ recovery-image] Aug 31 14:43:46.635 INFO O| Aug 31 14:43:46.635 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-08-31T14:43:47.288Z[ recovery-image] Aug 31 14:43:46.644 INFO O| Aug 31 14:43:46.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83982026-08-31T14:43:47.288Z[ recovery-image] Aug 31 14:43:46.644 INFO O| Aug 31 14:43:46.644 INFO STEP 1004 (remove_files) COMPLETE
83992026-08-31T14:43:47.288Z[ recovery-image] Aug 31 14:43:46.644 INFO O| Aug 31 14:43:46.644 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-08-31T14:43:47.297Z[ recovery-image] Aug 31 14:43:46.653 INFO O| Aug 31 14:43:46.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
84012026-08-31T14:43:47.297Z[ recovery-image] Aug 31 14:43:46.653 INFO O| Aug 31 14:43:46.653 INFO STEP 1005 (remove_files) COMPLETE
84022026-08-31T14:43:47.297Z[ recovery-image] Aug 31 14:43:46.653 INFO O| Aug 31 14:43:46.653 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-08-31T14:43:47.306Z[ recovery-image] Aug 31 14:43:46.662 INFO O| Aug 31 14:43:46.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
84042026-08-31T14:43:47.306Z[ recovery-image] Aug 31 14:43:46.662 INFO O| Aug 31 14:43:46.662 INFO STEP 1006 (remove_files) COMPLETE
84052026-08-31T14:43:47.306Z[ recovery-image] Aug 31 14:43:46.662 INFO O| Aug 31 14:43:46.662 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-08-31T14:43:47.316Z[ recovery-image] Aug 31 14:43:46.672 INFO O| Aug 31 14:43:46.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
84072026-08-31T14:43:47.316Z[ recovery-image] Aug 31 14:43:46.672 INFO O| Aug 31 14:43:46.672 INFO STEP 1007 (remove_files) COMPLETE
84082026-08-31T14:43:47.319Z[ recovery-image] Aug 31 14:43:46.672 INFO O| Aug 31 14:43:46.672 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-08-31T14:43:47.325Z[ recovery-image] Aug 31 14:43:46.681 INFO O| Aug 31 14:43:46.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
84102026-08-31T14:43:47.325Z[ recovery-image] Aug 31 14:43:46.682 INFO O| Aug 31 14:43:46.681 INFO STEP 1008 (remove_files) COMPLETE
84112026-08-31T14:43:47.330Z[ recovery-image] Aug 31 14:43:46.682 INFO O| Aug 31 14:43:46.682 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-08-31T14:43:47.334Z[ recovery-image] Aug 31 14:43:46.690 INFO O| Aug 31 14:43:46.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
84132026-08-31T14:43:47.334Z[ recovery-image] Aug 31 14:43:46.691 INFO O| Aug 31 14:43:46.691 INFO STEP 1009 (remove_files) COMPLETE
84142026-08-31T14:43:47.334Z[ recovery-image] Aug 31 14:43:46.691 INFO O| Aug 31 14:43:46.691 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-08-31T14:43:47.344Z[ recovery-image] Aug 31 14:43:46.700 INFO O| Aug 31 14:43:46.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
84162026-08-31T14:43:47.344Z[ recovery-image] Aug 31 14:43:46.700 INFO O| Aug 31 14:43:46.700 INFO STEP 1010 (remove_files) COMPLETE
84172026-08-31T14:43:47.347Z[ recovery-image] Aug 31 14:43:46.700 INFO O| Aug 31 14:43:46.700 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-08-31T14:43:47.353Z[ recovery-image] Aug 31 14:43:46.709 INFO O| Aug 31 14:43:46.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84192026-08-31T14:43:47.353Z[ recovery-image] Aug 31 14:43:46.709 INFO O| Aug 31 14:43:46.709 INFO STEP 1011 (remove_files) COMPLETE
84202026-08-31T14:43:47.353Z[ recovery-image] Aug 31 14:43:46.709 INFO O| Aug 31 14:43:46.709 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-08-31T14:43:47.362Z[ recovery-image] Aug 31 14:43:46.718 INFO O| Aug 31 14:43:46.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84222026-08-31T14:43:47.362Z[ recovery-image] Aug 31 14:43:46.718 INFO O| Aug 31 14:43:46.718 INFO STEP 1012 (remove_files) COMPLETE
84232026-08-31T14:43:47.362Z[ recovery-image] Aug 31 14:43:46.718 INFO O| Aug 31 14:43:46.718 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-08-31T14:43:47.375Z[ recovery-image] Aug 31 14:43:46.728 INFO O| Aug 31 14:43:46.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84252026-08-31T14:43:47.375Z[ recovery-image] Aug 31 14:43:46.728 INFO O| Aug 31 14:43:46.728 INFO STEP 1013 (remove_files) COMPLETE
84262026-08-31T14:43:47.375Z[ recovery-image] Aug 31 14:43:46.728 INFO O| Aug 31 14:43:46.728 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-08-31T14:43:47.383Z[ recovery-image] Aug 31 14:43:46.739 INFO O| Aug 31 14:43:46.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84282026-08-31T14:43:47.383Z[ recovery-image] Aug 31 14:43:46.739 INFO O| Aug 31 14:43:46.739 INFO STEP 1014 (remove_files) COMPLETE
84292026-08-31T14:43:47.386Z[ recovery-image] Aug 31 14:43:46.739 INFO O| Aug 31 14:43:46.739 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-08-31T14:43:47.392Z[ recovery-image] Aug 31 14:43:46.748 INFO O| Aug 31 14:43:46.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84312026-08-31T14:43:47.397Z[ recovery-image] Aug 31 14:43:46.751 INFO O| Aug 31 14:43:46.751 INFO STEP 1015 (remove_files) COMPLETE
84322026-08-31T14:43:47.397Z[ recovery-image] Aug 31 14:43:46.751 INFO O| Aug 31 14:43:46.751 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-08-31T14:43:47.406Z[ recovery-image] Aug 31 14:43:46.762 INFO O| Aug 31 14:43:46.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84342026-08-31T14:43:47.406Z[ recovery-image] Aug 31 14:43:46.762 INFO O| Aug 31 14:43:46.762 INFO STEP 1016 (remove_files) COMPLETE
84352026-08-31T14:43:47.406Z[ recovery-image] Aug 31 14:43:46.762 INFO O| Aug 31 14:43:46.762 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-08-31T14:43:47.414Z[ recovery-image] Aug 31 14:43:46.770 INFO O| Aug 31 14:43:46.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84372026-08-31T14:43:47.414Z[ recovery-image] Aug 31 14:43:46.770 INFO O| Aug 31 14:43:46.770 INFO STEP 1017 (remove_files) COMPLETE
84382026-08-31T14:43:47.414Z[ recovery-image] Aug 31 14:43:46.770 INFO O| Aug 31 14:43:46.770 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-08-31T14:43:47.423Z[ recovery-image] Aug 31 14:43:46.779 INFO O| Aug 31 14:43:46.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84402026-08-31T14:43:47.423Z[ recovery-image] Aug 31 14:43:46.779 INFO O| Aug 31 14:43:46.779 INFO STEP 1018 (remove_files) COMPLETE
84412026-08-31T14:43:47.423Z[ recovery-image] Aug 31 14:43:46.779 INFO O| Aug 31 14:43:46.779 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-08-31T14:43:47.432Z[ recovery-image] Aug 31 14:43:46.788 INFO O| Aug 31 14:43:46.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84432026-08-31T14:43:47.432Z[ recovery-image] Aug 31 14:43:46.788 INFO O| Aug 31 14:43:46.788 INFO STEP 1019 (remove_files) COMPLETE
84442026-08-31T14:43:47.436Z[ recovery-image] Aug 31 14:43:46.788 INFO O| Aug 31 14:43:46.788 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-08-31T14:43:47.443Z[ recovery-image] Aug 31 14:43:46.799 INFO O| Aug 31 14:43:46.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84462026-08-31T14:43:47.443Z[ recovery-image] Aug 31 14:43:46.799 INFO O| Aug 31 14:43:46.799 INFO STEP 1020 (remove_files) COMPLETE
84472026-08-31T14:43:47.443Z[ recovery-image] Aug 31 14:43:46.799 INFO O| Aug 31 14:43:46.799 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-08-31T14:43:47.453Z[ recovery-image] Aug 31 14:43:46.809 INFO O| Aug 31 14:43:46.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84492026-08-31T14:43:47.453Z[ recovery-image] Aug 31 14:43:46.809 INFO O| Aug 31 14:43:46.809 INFO STEP 1021 (remove_files) COMPLETE
84502026-08-31T14:43:47.453Z[ recovery-image] Aug 31 14:43:46.809 INFO O| Aug 31 14:43:46.809 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-08-31T14:43:47.463Z[ recovery-image] Aug 31 14:43:46.819 INFO O| Aug 31 14:43:46.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84522026-08-31T14:43:47.463Z[ recovery-image] Aug 31 14:43:46.819 INFO O| Aug 31 14:43:46.819 INFO STEP 1022 (remove_files) COMPLETE
84532026-08-31T14:43:47.467Z[ recovery-image] Aug 31 14:43:46.819 INFO O| Aug 31 14:43:46.819 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-08-31T14:43:47.474Z[ recovery-image] Aug 31 14:43:46.830 INFO O| Aug 31 14:43:46.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84552026-08-31T14:43:47.474Z[ recovery-image] Aug 31 14:43:46.830 INFO O| Aug 31 14:43:46.830 INFO STEP 1023 (remove_files) COMPLETE
84562026-08-31T14:43:47.474Z[ recovery-image] Aug 31 14:43:46.830 INFO O| Aug 31 14:43:46.830 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-08-31T14:43:47.485Z[ recovery-image] Aug 31 14:43:46.841 INFO O| Aug 31 14:43:46.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84582026-08-31T14:43:47.485Z[ recovery-image] Aug 31 14:43:46.841 INFO O| Aug 31 14:43:46.841 INFO STEP 1024 (remove_files) COMPLETE
84592026-08-31T14:43:47.485Z[ recovery-image] Aug 31 14:43:46.841 INFO O| Aug 31 14:43:46.841 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-08-31T14:43:47.494Z[ recovery-image] Aug 31 14:43:46.850 INFO O| Aug 31 14:43:46.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84612026-08-31T14:43:47.498Z[ recovery-image] Aug 31 14:43:46.851 INFO O| Aug 31 14:43:46.851 INFO STEP 1025 (remove_files) COMPLETE
84622026-08-31T14:43:47.498Z[ recovery-image] Aug 31 14:43:46.851 INFO O| Aug 31 14:43:46.851 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-08-31T14:43:47.505Z[ recovery-image] Aug 31 14:43:46.861 INFO O| Aug 31 14:43:46.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84642026-08-31T14:43:47.505Z[ recovery-image] Aug 31 14:43:46.861 INFO O| Aug 31 14:43:46.861 INFO STEP 1026 (remove_files) COMPLETE
84652026-08-31T14:43:47.505Z[ recovery-image] Aug 31 14:43:46.861 INFO O| Aug 31 14:43:46.861 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-08-31T14:43:47.515Z[ recovery-image] Aug 31 14:43:46.871 INFO O| Aug 31 14:43:46.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84672026-08-31T14:43:47.515Z[ recovery-image] Aug 31 14:43:46.871 INFO O| Aug 31 14:43:46.871 INFO STEP 1027 (remove_files) COMPLETE
84682026-08-31T14:43:47.518Z[ recovery-image] Aug 31 14:43:46.871 INFO O| Aug 31 14:43:46.871 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-08-31T14:43:47.525Z[ recovery-image] Aug 31 14:43:46.881 INFO O| Aug 31 14:43:46.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84702026-08-31T14:43:47.525Z[ recovery-image] Aug 31 14:43:46.881 INFO O| Aug 31 14:43:46.881 INFO STEP 1028 (remove_files) COMPLETE
84712026-08-31T14:43:47.525Z[ recovery-image] Aug 31 14:43:46.881 INFO O| Aug 31 14:43:46.881 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-08-31T14:43:47.534Z[ recovery-image] Aug 31 14:43:46.890 INFO O| Aug 31 14:43:46.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84732026-08-31T14:43:47.534Z[ recovery-image] Aug 31 14:43:46.890 INFO O| Aug 31 14:43:46.890 INFO STEP 1029 (remove_files) COMPLETE
84742026-08-31T14:43:47.534Z[ recovery-image] Aug 31 14:43:46.890 INFO O| Aug 31 14:43:46.890 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-08-31T14:43:47.545Z[ recovery-image] Aug 31 14:43:46.900 INFO O| Aug 31 14:43:46.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84762026-08-31T14:43:47.545Z[ recovery-image] Aug 31 14:43:46.900 INFO O| Aug 31 14:43:46.900 INFO STEP 1030 (remove_files) COMPLETE
84772026-08-31T14:43:47.545Z[ recovery-image] Aug 31 14:43:46.900 INFO O| Aug 31 14:43:46.900 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-08-31T14:43:47.553Z[ recovery-image] Aug 31 14:43:46.909 INFO O| Aug 31 14:43:46.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84792026-08-31T14:43:47.553Z[ recovery-image] Aug 31 14:43:46.909 INFO O| Aug 31 14:43:46.909 INFO STEP 1031 (remove_files) COMPLETE
84802026-08-31T14:43:47.553Z[ recovery-image] Aug 31 14:43:46.909 INFO O| Aug 31 14:43:46.909 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-31T14:43:47.563Z[ recovery-image] Aug 31 14:43:46.919 INFO O| Aug 31 14:43:46.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84822026-08-31T14:43:47.563Z[ recovery-image] Aug 31 14:43:46.919 INFO O| Aug 31 14:43:46.919 INFO STEP 1032 (remove_files) COMPLETE
84832026-08-31T14:43:47.563Z[ recovery-image] Aug 31 14:43:46.919 INFO O| Aug 31 14:43:46.919 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-08-31T14:43:47.573Z[ recovery-image] Aug 31 14:43:46.929 INFO O| Aug 31 14:43:46.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84852026-08-31T14:43:47.573Z[ recovery-image] Aug 31 14:43:46.929 INFO O| Aug 31 14:43:46.929 INFO STEP 1033 (remove_files) COMPLETE
84862026-08-31T14:43:47.573Z[ recovery-image] Aug 31 14:43:46.929 INFO O| Aug 31 14:43:46.929 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-08-31T14:43:47.583Z[ recovery-image] Aug 31 14:43:46.939 INFO O| Aug 31 14:43:46.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84882026-08-31T14:43:47.583Z[ recovery-image] Aug 31 14:43:46.939 INFO O| Aug 31 14:43:46.939 INFO STEP 1034 (remove_files) COMPLETE
84892026-08-31T14:43:47.587Z[ recovery-image] Aug 31 14:43:46.939 INFO O| Aug 31 14:43:46.939 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-08-31T14:43:47.594Z[ recovery-image] Aug 31 14:43:46.950 INFO O| Aug 31 14:43:46.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84912026-08-31T14:43:47.594Z[ recovery-image] Aug 31 14:43:46.950 INFO O| Aug 31 14:43:46.950 INFO STEP 1035 (remove_files) COMPLETE
84922026-08-31T14:43:47.597Z[ recovery-image] Aug 31 14:43:46.950 INFO O| Aug 31 14:43:46.950 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-31T14:43:47.604Z[ recovery-image] Aug 31 14:43:46.960 INFO O| Aug 31 14:43:46.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84942026-08-31T14:43:47.604Z[ recovery-image] Aug 31 14:43:46.960 INFO O| Aug 31 14:43:46.960 INFO STEP 1036 (remove_files) COMPLETE
84952026-08-31T14:43:47.604Z[ recovery-image] Aug 31 14:43:46.960 INFO O| Aug 31 14:43:46.960 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-31T14:43:47.616Z[ recovery-image] Aug 31 14:43:46.970 INFO O| Aug 31 14:43:46.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84972026-08-31T14:43:47.616Z[ recovery-image] Aug 31 14:43:46.971 INFO O| Aug 31 14:43:46.970 INFO STEP 1037 (remove_files) COMPLETE
84982026-08-31T14:43:47.616Z[ recovery-image] Aug 31 14:43:46.971 INFO O| Aug 31 14:43:46.971 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-31T14:43:47.625Z[ recovery-image] Aug 31 14:43:46.981 INFO O| Aug 31 14:43:46.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
85002026-08-31T14:43:47.625Z[ recovery-image] Aug 31 14:43:46.981 INFO O| Aug 31 14:43:46.981 INFO STEP 1038 (remove_files) COMPLETE
85012026-08-31T14:43:47.629Z[ recovery-image] Aug 31 14:43:46.981 INFO O| Aug 31 14:43:46.981 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-31T14:43:47.636Z[ recovery-image] Aug 31 14:43:46.992 INFO O| Aug 31 14:43:46.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
85032026-08-31T14:43:47.636Z[ recovery-image] Aug 31 14:43:46.992 INFO O| Aug 31 14:43:46.992 INFO STEP 1039 (remove_files) COMPLETE
85042026-08-31T14:43:47.640Z[ recovery-image] Aug 31 14:43:46.992 INFO O| Aug 31 14:43:46.992 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-31T14:43:47.646Z[ recovery-image] Aug 31 14:43:47.002 INFO O| Aug 31 14:43:47.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
85062026-08-31T14:43:47.646Z[ recovery-image] Aug 31 14:43:47.002 INFO O| Aug 31 14:43:47.002 INFO STEP 1040 (remove_files) COMPLETE
85072026-08-31T14:43:47.646Z[ recovery-image] Aug 31 14:43:47.002 INFO O| Aug 31 14:43:47.002 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-31T14:43:47.657Z[ recovery-image] Aug 31 14:43:47.013 INFO O| Aug 31 14:43:47.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
85092026-08-31T14:43:47.657Z[ recovery-image] Aug 31 14:43:47.013 INFO O| Aug 31 14:43:47.013 INFO STEP 1041 (remove_files) COMPLETE
85102026-08-31T14:43:47.661Z[ recovery-image] Aug 31 14:43:47.013 INFO O| Aug 31 14:43:47.013 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-31T14:43:47.667Z[ recovery-image] Aug 31 14:43:47.023 INFO O| Aug 31 14:43:47.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
85122026-08-31T14:43:47.667Z[ recovery-image] Aug 31 14:43:47.023 INFO O| Aug 31 14:43:47.023 INFO STEP 1042 (remove_files) COMPLETE
85132026-08-31T14:43:47.670Z[ recovery-image] Aug 31 14:43:47.023 INFO O| Aug 31 14:43:47.023 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-31T14:43:47.676Z[ recovery-image] Aug 31 14:43:47.032 INFO O| Aug 31 14:43:47.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
85152026-08-31T14:43:47.679Z[ recovery-image] Aug 31 14:43:47.032 INFO O| Aug 31 14:43:47.032 INFO STEP 1043 (remove_files) COMPLETE
85162026-08-31T14:43:47.679Z[ recovery-image] Aug 31 14:43:47.032 INFO O| Aug 31 14:43:47.032 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-31T14:43:47.688Z[ recovery-image] Aug 31 14:43:47.044 INFO O| Aug 31 14:43:47.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85182026-08-31T14:43:47.688Z[ recovery-image] Aug 31 14:43:47.044 INFO O| Aug 31 14:43:47.044 INFO STEP 1044 (remove_files) COMPLETE
85192026-08-31T14:43:47.688Z[ recovery-image] Aug 31 14:43:47.044 INFO O| Aug 31 14:43:47.044 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-31T14:43:47.704Z[ recovery-image] Aug 31 14:43:47.057 INFO O| Aug 31 14:43:47.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85212026-08-31T14:43:47.704Z[ recovery-image] Aug 31 14:43:47.057 INFO O| Aug 31 14:43:47.057 INFO STEP 1045 (remove_files) COMPLETE
85222026-08-31T14:43:47.704Z[ recovery-image] Aug 31 14:43:47.057 INFO O| Aug 31 14:43:47.057 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-31T14:43:47.712Z[ recovery-image] Aug 31 14:43:47.068 INFO O| Aug 31 14:43:47.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85242026-08-31T14:43:47.712Z[ recovery-image] Aug 31 14:43:47.068 INFO O| Aug 31 14:43:47.068 INFO STEP 1046 (remove_files) COMPLETE
85252026-08-31T14:43:47.712Z[ recovery-image] Aug 31 14:43:47.068 INFO O| Aug 31 14:43:47.068 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-31T14:43:47.727Z[ recovery-image] Aug 31 14:43:47.080 INFO O| Aug 31 14:43:47.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85272026-08-31T14:43:47.727Z[ recovery-image] Aug 31 14:43:47.080 INFO O| Aug 31 14:43:47.080 INFO STEP 1047 (remove_files) COMPLETE
85282026-08-31T14:43:47.727Z[ recovery-image] Aug 31 14:43:47.080 INFO O| Aug 31 14:43:47.080 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-31T14:43:47.735Z[ recovery-image] Aug 31 14:43:47.091 INFO O| Aug 31 14:43:47.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85302026-08-31T14:43:47.735Z[ recovery-image] Aug 31 14:43:47.091 INFO O| Aug 31 14:43:47.090 INFO STEP 1048 (remove_files) COMPLETE
85312026-08-31T14:43:47.735Z[ recovery-image] Aug 31 14:43:47.091 INFO O| Aug 31 14:43:47.090 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-31T14:43:47.745Z[ recovery-image] Aug 31 14:43:47.101 INFO O| Aug 31 14:43:47.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85332026-08-31T14:43:47.746Z[ recovery-image] Aug 31 14:43:47.101 INFO O| Aug 31 14:43:47.101 INFO STEP 1049 (remove_files) COMPLETE
85342026-08-31T14:43:47.746Z[ recovery-image] Aug 31 14:43:47.101 INFO O| Aug 31 14:43:47.101 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-31T14:43:47.757Z[ recovery-image] Aug 31 14:43:47.113 INFO O| Aug 31 14:43:47.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85362026-08-31T14:43:47.757Z[ recovery-image] Aug 31 14:43:47.113 INFO O| Aug 31 14:43:47.113 INFO STEP 1050 (remove_files) COMPLETE
85372026-08-31T14:43:47.757Z[ recovery-image] Aug 31 14:43:47.113 INFO O| Aug 31 14:43:47.113 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-31T14:43:47.766Z[ recovery-image] Aug 31 14:43:47.122 INFO O| Aug 31 14:43:47.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85392026-08-31T14:43:47.766Z[ recovery-image] Aug 31 14:43:47.122 INFO O| Aug 31 14:43:47.122 INFO STEP 1051 (remove_files) COMPLETE
85402026-08-31T14:43:47.766Z[ recovery-image] Aug 31 14:43:47.122 INFO O| Aug 31 14:43:47.122 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-31T14:43:47.775Z[ recovery-image] Aug 31 14:43:47.131 INFO O| Aug 31 14:43:47.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85422026-08-31T14:43:47.775Z[ recovery-image] Aug 31 14:43:47.131 INFO O| Aug 31 14:43:47.131 INFO STEP 1052 (remove_files) COMPLETE
85432026-08-31T14:43:47.779Z[ recovery-image] Aug 31 14:43:47.131 INFO O| Aug 31 14:43:47.131 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-31T14:43:47.784Z[ recovery-image] Aug 31 14:43:47.140 INFO O| Aug 31 14:43:47.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85452026-08-31T14:43:47.784Z[ recovery-image] Aug 31 14:43:47.140 INFO O| Aug 31 14:43:47.140 INFO STEP 1053 (remove_files) COMPLETE
85462026-08-31T14:43:47.784Z[ recovery-image] Aug 31 14:43:47.140 INFO O| Aug 31 14:43:47.140 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-31T14:43:47.794Z[ recovery-image] Aug 31 14:43:47.150 INFO O| Aug 31 14:43:47.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85482026-08-31T14:43:47.794Z[ recovery-image] Aug 31 14:43:47.150 INFO O| Aug 31 14:43:47.150 INFO STEP 1054 (remove_files) COMPLETE
85492026-08-31T14:43:47.794Z[ recovery-image] Aug 31 14:43:47.150 INFO O| Aug 31 14:43:47.150 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-31T14:43:47.805Z[ recovery-image] Aug 31 14:43:47.160 INFO O| Aug 31 14:43:47.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85512026-08-31T14:43:47.805Z[ recovery-image] Aug 31 14:43:47.160 INFO O| Aug 31 14:43:47.160 INFO STEP 1055 (remove_files) COMPLETE
85522026-08-31T14:43:47.808Z[ recovery-image] Aug 31 14:43:47.160 INFO O| Aug 31 14:43:47.160 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-31T14:43:47.813Z[ recovery-image] Aug 31 14:43:47.169 INFO O| Aug 31 14:43:47.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85542026-08-31T14:43:47.813Z[ recovery-image] Aug 31 14:43:47.169 INFO O| Aug 31 14:43:47.169 INFO STEP 1056 (remove_files) COMPLETE
85552026-08-31T14:43:47.813Z[ recovery-image] Aug 31 14:43:47.169 INFO O| Aug 31 14:43:47.169 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-31T14:43:47.821Z[ recovery-image] Aug 31 14:43:47.177 INFO O| Aug 31 14:43:47.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85572026-08-31T14:43:47.821Z[ recovery-image] Aug 31 14:43:47.177 INFO O| Aug 31 14:43:47.177 INFO STEP 1057 (remove_files) COMPLETE
85582026-08-31T14:43:47.825Z[ recovery-image] Aug 31 14:43:47.177 INFO O| Aug 31 14:43:47.177 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-31T14:43:47.882Z[ recovery-image] Aug 31 14:43:47.188 INFO O| Aug 31 14:43:47.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85602026-08-31T14:43:47.882Z[ recovery-image] Aug 31 14:43:47.188 INFO O| Aug 31 14:43:47.188 INFO STEP 1058 (remove_files) COMPLETE
85612026-08-31T14:43:47.882Z[ recovery-image] Aug 31 14:43:47.188 INFO O| Aug 31 14:43:47.188 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-08-31T14:43:47.882Z[ recovery-image] Aug 31 14:43:47.197 INFO O| Aug 31 14:43:47.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85632026-08-31T14:43:47.882Z[ recovery-image] Aug 31 14:43:47.197 INFO O| Aug 31 14:43:47.197 INFO STEP 1059 (remove_files) COMPLETE
85642026-08-31T14:43:47.882Z[ recovery-image] Aug 31 14:43:47.197 INFO O| Aug 31 14:43:47.197 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-08-31T14:43:47.882Z[ recovery-image] Aug 31 14:43:47.205 INFO O| Aug 31 14:43:47.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85662026-08-31T14:43:47.882Z[ recovery-image] Aug 31 14:43:47.205 INFO O| Aug 31 14:43:47.205 INFO STEP 1060 (remove_files) COMPLETE
85672026-08-31T14:43:47.882Z[ recovery-image] Aug 31 14:43:47.205 INFO O| Aug 31 14:43:47.205 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-31T14:43:47.882Z[ recovery-image] Aug 31 14:43:47.213 INFO O| Aug 31 14:43:47.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85692026-08-31T14:43:47.883Z[ recovery-image] Aug 31 14:43:47.213 INFO O| Aug 31 14:43:47.213 INFO STEP 1061 (remove_files) COMPLETE
85702026-08-31T14:43:47.883Z[ recovery-image] Aug 31 14:43:47.213 INFO O| Aug 31 14:43:47.213 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-31T14:43:47.883Z[ recovery-image] Aug 31 14:43:47.224 INFO O| Aug 31 14:43:47.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85722026-08-31T14:43:47.883Z[ recovery-image] Aug 31 14:43:47.224 INFO O| Aug 31 14:43:47.224 INFO STEP 1062 (remove_files) COMPLETE
85732026-08-31T14:43:47.883Z[ recovery-image] Aug 31 14:43:47.224 INFO O| Aug 31 14:43:47.224 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-31T14:43:47.887Z[ recovery-image] Aug 31 14:43:47.234 INFO O| Aug 31 14:43:47.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85752026-08-31T14:43:47.887Z[ recovery-image] Aug 31 14:43:47.234 INFO O| Aug 31 14:43:47.234 INFO STEP 1063 (remove_files) COMPLETE
85762026-08-31T14:43:47.887Z[ recovery-image] Aug 31 14:43:47.234 INFO O| Aug 31 14:43:47.234 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-08-31T14:43:47.891Z[ recovery-image] Aug 31 14:43:47.245 INFO O| Aug 31 14:43:47.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85782026-08-31T14:43:47.891Z[ recovery-image] Aug 31 14:43:47.245 INFO O| Aug 31 14:43:47.245 INFO STEP 1064 (remove_files) COMPLETE
85792026-08-31T14:43:47.891Z[ recovery-image] Aug 31 14:43:47.245 INFO O| Aug 31 14:43:47.245 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-08-31T14:43:47.899Z[ recovery-image] Aug 31 14:43:47.255 INFO O| Aug 31 14:43:47.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85812026-08-31T14:43:47.899Z[ recovery-image] Aug 31 14:43:47.255 INFO O| Aug 31 14:43:47.255 INFO STEP 1065 (remove_files) COMPLETE
85822026-08-31T14:43:47.899Z[ recovery-image] Aug 31 14:43:47.255 INFO O| Aug 31 14:43:47.255 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-08-31T14:43:47.909Z[ recovery-image] Aug 31 14:43:47.265 INFO O| Aug 31 14:43:47.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85842026-08-31T14:43:47.909Z[ recovery-image] Aug 31 14:43:47.265 INFO O| Aug 31 14:43:47.265 INFO STEP 1066 (remove_files) COMPLETE
85852026-08-31T14:43:47.909Z[ recovery-image] Aug 31 14:43:47.265 INFO O| Aug 31 14:43:47.265 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-08-31T14:43:47.918Z[ recovery-image] Aug 31 14:43:47.274 INFO O| Aug 31 14:43:47.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85872026-08-31T14:43:47.918Z[ recovery-image] Aug 31 14:43:47.274 INFO O| Aug 31 14:43:47.274 INFO STEP 1067 (remove_files) COMPLETE
85882026-08-31T14:43:47.918Z[ recovery-image] Aug 31 14:43:47.274 INFO O| Aug 31 14:43:47.274 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-08-31T14:43:47.927Z[ recovery-image] Aug 31 14:43:47.283 INFO O| Aug 31 14:43:47.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85902026-08-31T14:43:47.927Z[ recovery-image] Aug 31 14:43:47.283 INFO O| Aug 31 14:43:47.283 INFO STEP 1068 (remove_files) COMPLETE
85912026-08-31T14:43:47.927Z[ recovery-image] Aug 31 14:43:47.283 INFO O| Aug 31 14:43:47.283 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-08-31T14:43:47.937Z[ recovery-image] Aug 31 14:43:47.293 INFO O| Aug 31 14:43:47.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85932026-08-31T14:43:47.937Z[ recovery-image] Aug 31 14:43:47.293 INFO O| Aug 31 14:43:47.293 INFO STEP 1069 (remove_files) COMPLETE
85942026-08-31T14:43:47.937Z[ recovery-image] Aug 31 14:43:47.293 INFO O| Aug 31 14:43:47.293 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-08-31T14:43:47.947Z[ recovery-image] Aug 31 14:43:47.302 INFO O| Aug 31 14:43:47.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85962026-08-31T14:43:47.947Z[ recovery-image] Aug 31 14:43:47.302 INFO O| Aug 31 14:43:47.302 INFO STEP 1070 (remove_files) COMPLETE
85972026-08-31T14:43:47.947Z[ recovery-image] Aug 31 14:43:47.302 INFO O| Aug 31 14:43:47.302 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-08-31T14:43:47.955Z[ recovery-image] Aug 31 14:43:47.311 INFO O| Aug 31 14:43:47.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85992026-08-31T14:43:47.955Z[ recovery-image] Aug 31 14:43:47.311 INFO O| Aug 31 14:43:47.311 INFO STEP 1071 (remove_files) COMPLETE
86002026-08-31T14:43:47.960Z[ recovery-image] Aug 31 14:43:47.311 INFO O| Aug 31 14:43:47.311 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-08-31T14:43:47.966Z[ recovery-image] Aug 31 14:43:47.320 INFO O| Aug 31 14:43:47.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
86022026-08-31T14:43:47.966Z[ recovery-image] Aug 31 14:43:47.320 INFO O| Aug 31 14:43:47.320 INFO STEP 1072 (remove_files) COMPLETE
86032026-08-31T14:43:47.966Z[ recovery-image] Aug 31 14:43:47.320 INFO O| Aug 31 14:43:47.320 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-08-31T14:43:47.974Z[ recovery-image] Aug 31 14:43:47.329 INFO O| Aug 31 14:43:47.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
86052026-08-31T14:43:47.974Z[ recovery-image] Aug 31 14:43:47.330 INFO O| Aug 31 14:43:47.329 INFO STEP 1073 (remove_files) COMPLETE
86062026-08-31T14:43:47.974Z[ recovery-image] Aug 31 14:43:47.330 INFO O| Aug 31 14:43:47.329 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-08-31T14:43:47.983Z[ recovery-image] Aug 31 14:43:47.339 INFO O| Aug 31 14:43:47.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
86082026-08-31T14:43:47.983Z[ recovery-image] Aug 31 14:43:47.339 INFO O| Aug 31 14:43:47.339 INFO STEP 1074 (remove_files) COMPLETE
86092026-08-31T14:43:47.983Z[ recovery-image] Aug 31 14:43:47.339 INFO O| Aug 31 14:43:47.339 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-08-31T14:43:47.993Z[ recovery-image] Aug 31 14:43:47.349 INFO O| Aug 31 14:43:47.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
86112026-08-31T14:43:47.993Z[ recovery-image] Aug 31 14:43:47.349 INFO O| Aug 31 14:43:47.349 INFO STEP 1075 (remove_files) COMPLETE
86122026-08-31T14:43:47.993Z[ recovery-image] Aug 31 14:43:47.349 INFO O| Aug 31 14:43:47.349 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-08-31T14:43:48.004Z[ recovery-image] Aug 31 14:43:47.360 INFO O| Aug 31 14:43:47.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
86142026-08-31T14:43:48.010Z[ recovery-image] Aug 31 14:43:47.360 INFO O| Aug 31 14:43:47.360 INFO STEP 1076 (remove_files) COMPLETE
86152026-08-31T14:43:48.010Z[ recovery-image] Aug 31 14:43:47.360 INFO O| Aug 31 14:43:47.360 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-08-31T14:43:48.015Z[ recovery-image] Aug 31 14:43:47.371 INFO O| Aug 31 14:43:47.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
86172026-08-31T14:43:48.015Z[ recovery-image] Aug 31 14:43:47.371 INFO O| Aug 31 14:43:47.371 INFO STEP 1077 (remove_files) COMPLETE
86182026-08-31T14:43:48.015Z[ recovery-image] Aug 31 14:43:47.371 INFO O| Aug 31 14:43:47.371 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-08-31T14:43:48.025Z[ recovery-image] Aug 31 14:43:47.381 INFO O| Aug 31 14:43:47.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
86202026-08-31T14:43:48.025Z[ recovery-image] Aug 31 14:43:47.381 INFO O| Aug 31 14:43:47.381 INFO STEP 1078 (remove_files) COMPLETE
86212026-08-31T14:43:48.025Z[ recovery-image] Aug 31 14:43:47.381 INFO O| Aug 31 14:43:47.381 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-08-31T14:43:48.034Z[ recovery-image] Aug 31 14:43:47.390 INFO O| Aug 31 14:43:47.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86232026-08-31T14:43:48.034Z[ recovery-image] Aug 31 14:43:47.390 INFO O| Aug 31 14:43:47.390 INFO STEP 1079 (remove_files) COMPLETE
86242026-08-31T14:43:48.037Z[ recovery-image] Aug 31 14:43:47.390 INFO O| Aug 31 14:43:47.390 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-08-31T14:43:48.044Z[ recovery-image] Aug 31 14:43:47.400 INFO O| Aug 31 14:43:47.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86262026-08-31T14:43:48.044Z[ recovery-image] Aug 31 14:43:47.400 INFO O| Aug 31 14:43:47.400 INFO STEP 1080 (remove_files) COMPLETE
86272026-08-31T14:43:48.044Z[ recovery-image] Aug 31 14:43:47.400 INFO O| Aug 31 14:43:47.400 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-08-31T14:43:48.054Z[ recovery-image] Aug 31 14:43:47.410 INFO O| Aug 31 14:43:47.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86292026-08-31T14:43:48.054Z[ recovery-image] Aug 31 14:43:47.410 INFO O| Aug 31 14:43:47.410 INFO STEP 1081 (remove_files) COMPLETE
86302026-08-31T14:43:48.054Z[ recovery-image] Aug 31 14:43:47.410 INFO O| Aug 31 14:43:47.410 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-08-31T14:43:48.065Z[ recovery-image] Aug 31 14:43:47.421 INFO O| Aug 31 14:43:47.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86322026-08-31T14:43:48.065Z[ recovery-image] Aug 31 14:43:47.421 INFO O| Aug 31 14:43:47.421 INFO STEP 1082 (remove_files) COMPLETE
86332026-08-31T14:43:48.065Z[ recovery-image] Aug 31 14:43:47.421 INFO O| Aug 31 14:43:47.421 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-08-31T14:43:48.075Z[ recovery-image] Aug 31 14:43:47.431 INFO O| Aug 31 14:43:47.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86352026-08-31T14:43:48.075Z[ recovery-image] Aug 31 14:43:47.431 INFO O| Aug 31 14:43:47.431 INFO STEP 1083 (remove_files) COMPLETE
86362026-08-31T14:43:48.075Z[ recovery-image] Aug 31 14:43:47.431 INFO O| Aug 31 14:43:47.431 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-08-31T14:43:48.085Z[ recovery-image] Aug 31 14:43:47.441 INFO O| Aug 31 14:43:47.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86382026-08-31T14:43:48.085Z[ recovery-image] Aug 31 14:43:47.441 INFO O| Aug 31 14:43:47.441 INFO STEP 1084 (remove_files) COMPLETE
86392026-08-31T14:43:48.089Z[ recovery-image] Aug 31 14:43:47.441 INFO O| Aug 31 14:43:47.441 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-08-31T14:43:48.095Z[ recovery-image] Aug 31 14:43:47.451 INFO O| Aug 31 14:43:47.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86412026-08-31T14:43:48.095Z[ recovery-image] Aug 31 14:43:47.451 INFO O| Aug 31 14:43:47.451 INFO STEP 1085 (remove_files) COMPLETE
86422026-08-31T14:43:48.098Z[ recovery-image] Aug 31 14:43:47.451 INFO O| Aug 31 14:43:47.451 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-08-31T14:43:48.104Z[ recovery-image] Aug 31 14:43:47.461 INFO O| Aug 31 14:43:47.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86442026-08-31T14:43:48.104Z[ recovery-image] Aug 31 14:43:47.461 INFO O| Aug 31 14:43:47.461 INFO STEP 1086 (remove_files) COMPLETE
86452026-08-31T14:43:48.108Z[ recovery-image] Aug 31 14:43:47.461 INFO O| Aug 31 14:43:47.461 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-08-31T14:43:48.114Z[ recovery-image] Aug 31 14:43:47.470 INFO O| Aug 31 14:43:47.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86472026-08-31T14:43:48.114Z[ recovery-image] Aug 31 14:43:47.470 INFO O| Aug 31 14:43:47.470 INFO STEP 1087 (remove_files) COMPLETE
86482026-08-31T14:43:48.114Z[ recovery-image] Aug 31 14:43:47.470 INFO O| Aug 31 14:43:47.470 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-08-31T14:43:48.123Z[ recovery-image] Aug 31 14:43:47.479 INFO O| Aug 31 14:43:47.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86502026-08-31T14:43:48.123Z[ recovery-image] Aug 31 14:43:47.479 INFO O| Aug 31 14:43:47.479 INFO STEP 1088 (remove_files) COMPLETE
86512026-08-31T14:43:48.123Z[ recovery-image] Aug 31 14:43:47.479 INFO O| Aug 31 14:43:47.479 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-08-31T14:43:48.131Z[ recovery-image] Aug 31 14:43:47.487 INFO O| Aug 31 14:43:47.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86532026-08-31T14:43:48.131Z[ recovery-image] Aug 31 14:43:47.487 INFO O| Aug 31 14:43:47.487 INFO STEP 1089 (remove_files) COMPLETE
86542026-08-31T14:43:48.131Z[ recovery-image] Aug 31 14:43:47.487 INFO O| Aug 31 14:43:47.487 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-08-31T14:43:48.140Z[ recovery-image] Aug 31 14:43:47.496 INFO O| Aug 31 14:43:47.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86562026-08-31T14:43:48.140Z[ recovery-image] Aug 31 14:43:47.496 INFO O| Aug 31 14:43:47.496 INFO STEP 1090 (remove_files) COMPLETE
86572026-08-31T14:43:48.140Z[ recovery-image] Aug 31 14:43:47.496 INFO O| Aug 31 14:43:47.496 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-08-31T14:43:48.148Z[ recovery-image] Aug 31 14:43:47.504 INFO O| Aug 31 14:43:47.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86592026-08-31T14:43:48.148Z[ recovery-image] Aug 31 14:43:47.504 INFO O| Aug 31 14:43:47.504 INFO STEP 1091 (remove_files) COMPLETE
86602026-08-31T14:43:48.148Z[ recovery-image] Aug 31 14:43:47.504 INFO O| Aug 31 14:43:47.504 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86612026-08-31T14:43:48.153Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
86622026-08-31T14:43:48.157Z[ recovery-image] Aug 31 14:43:47.512 INFO O| Aug 31 14:43:47.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86632026-08-31T14:43:48.157Z[ recovery-image] Aug 31 14:43:47.512 INFO O| Aug 31 14:43:47.512 INFO STEP 1092 (remove_files) COMPLETE
86642026-08-31T14:43:48.157Z[ recovery-image] Aug 31 14:43:47.512 INFO O| Aug 31 14:43:47.512 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-08-31T14:43:48.164Z[ recovery-image] Aug 31 14:43:47.520 INFO O| Aug 31 14:43:47.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86662026-08-31T14:43:48.164Z[ recovery-image] Aug 31 14:43:47.521 INFO O| Aug 31 14:43:47.520 INFO STEP 1093 (remove_files) COMPLETE
86672026-08-31T14:43:48.168Z[ recovery-image] Aug 31 14:43:47.521 INFO O| Aug 31 14:43:47.520 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-08-31T14:43:48.175Z[ recovery-image] Aug 31 14:43:47.530 INFO O| Aug 31 14:43:47.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86692026-08-31T14:43:48.178Z[ recovery-image] Aug 31 14:43:47.530 INFO O| Aug 31 14:43:47.530 INFO STEP 1094 (remove_files) COMPLETE
86702026-08-31T14:43:48.178Z[ recovery-image] Aug 31 14:43:47.530 INFO O| Aug 31 14:43:47.530 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-08-31T14:43:48.184Z[ recovery-image] Aug 31 14:43:47.539 INFO O| Aug 31 14:43:47.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86722026-08-31T14:43:48.184Z[ recovery-image] Aug 31 14:43:47.539 INFO O| Aug 31 14:43:47.539 INFO STEP 1095 (remove_files) COMPLETE
86732026-08-31T14:43:48.188Z[ recovery-image] Aug 31 14:43:47.539 INFO O| Aug 31 14:43:47.539 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-08-31T14:43:48.192Z[ recovery-image] Aug 31 14:43:47.548 INFO O| Aug 31 14:43:47.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86752026-08-31T14:43:48.192Z[ recovery-image] Aug 31 14:43:47.548 INFO O| Aug 31 14:43:47.548 INFO STEP 1096 (remove_files) COMPLETE
86762026-08-31T14:43:48.195Z[ recovery-image] Aug 31 14:43:47.548 INFO O| Aug 31 14:43:47.548 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-08-31T14:43:48.200Z[ recovery-image] Aug 31 14:43:47.556 INFO O| Aug 31 14:43:47.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86782026-08-31T14:43:48.201Z[ recovery-image] Aug 31 14:43:47.556 INFO O| Aug 31 14:43:47.556 INFO STEP 1097 (remove_files) COMPLETE
86792026-08-31T14:43:48.201Z[ recovery-image] Aug 31 14:43:47.556 INFO O| Aug 31 14:43:47.556 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-08-31T14:43:48.209Z[ recovery-image] Aug 31 14:43:47.565 INFO O| Aug 31 14:43:47.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86812026-08-31T14:43:48.209Z[ recovery-image] Aug 31 14:43:47.565 INFO O| Aug 31 14:43:47.565 INFO STEP 1098 (remove_files) COMPLETE
86822026-08-31T14:43:48.212Z[ recovery-image] Aug 31 14:43:47.565 INFO O| Aug 31 14:43:47.565 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-08-31T14:43:48.218Z[ recovery-image] Aug 31 14:43:47.574 INFO O| Aug 31 14:43:47.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86842026-08-31T14:43:48.218Z[ recovery-image] Aug 31 14:43:47.574 INFO O| Aug 31 14:43:47.574 INFO STEP 1099 (remove_files) COMPLETE
86852026-08-31T14:43:48.221Z[ recovery-image] Aug 31 14:43:47.574 INFO O| Aug 31 14:43:47.574 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-08-31T14:43:48.229Z[ recovery-image] Aug 31 14:43:47.582 INFO O| Aug 31 14:43:47.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86872026-08-31T14:43:48.229Z[ recovery-image] Aug 31 14:43:47.582 INFO O| Aug 31 14:43:47.582 INFO STEP 1100 (remove_files) COMPLETE
86882026-08-31T14:43:48.229Z[ recovery-image] Aug 31 14:43:47.582 INFO O| Aug 31 14:43:47.582 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-08-31T14:43:48.235Z[ recovery-image] Aug 31 14:43:47.591 INFO O| Aug 31 14:43:47.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86902026-08-31T14:43:48.235Z[ recovery-image] Aug 31 14:43:47.591 INFO O| Aug 31 14:43:47.591 INFO STEP 1101 (remove_files) COMPLETE
86912026-08-31T14:43:48.238Z[ recovery-image] Aug 31 14:43:47.591 INFO O| Aug 31 14:43:47.591 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86922026-08-31T14:43:48.245Z[ recovery-image] Aug 31 14:43:47.601 INFO O| Aug 31 14:43:47.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86932026-08-31T14:43:48.245Z[ recovery-image] Aug 31 14:43:47.602 INFO O| Aug 31 14:43:47.601 INFO STEP 1102 (remove_files) COMPLETE
86942026-08-31T14:43:48.248Z[ recovery-image] Aug 31 14:43:47.602 INFO O| Aug 31 14:43:47.601 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86952026-08-31T14:43:48.254Z[ recovery-image] Aug 31 14:43:47.611 INFO O| Aug 31 14:43:47.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86962026-08-31T14:43:48.254Z[ recovery-image] Aug 31 14:43:47.611 INFO O| Aug 31 14:43:47.611 INFO STEP 1103 (remove_files) COMPLETE
86972026-08-31T14:43:48.254Z[ recovery-image] Aug 31 14:43:47.611 INFO O| Aug 31 14:43:47.611 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86982026-08-31T14:43:48.265Z[ recovery-image] Aug 31 14:43:47.621 INFO O| Aug 31 14:43:47.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86992026-08-31T14:43:48.265Z[ recovery-image] Aug 31 14:43:47.621 INFO O| Aug 31 14:43:47.621 INFO STEP 1104 (remove_files) COMPLETE
87002026-08-31T14:43:48.265Z[ recovery-image] Aug 31 14:43:47.621 INFO O| Aug 31 14:43:47.621 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87012026-08-31T14:43:48.276Z[ recovery-image] Aug 31 14:43:47.632 INFO O| Aug 31 14:43:47.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
87022026-08-31T14:43:48.276Z[ recovery-image] Aug 31 14:43:47.632 INFO O| Aug 31 14:43:47.632 INFO STEP 1105 (remove_files) COMPLETE
87032026-08-31T14:43:48.276Z[ recovery-image] Aug 31 14:43:47.632 INFO O| Aug 31 14:43:47.632 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87042026-08-31T14:43:48.286Z[ recovery-image] Aug 31 14:43:47.642 INFO O| Aug 31 14:43:47.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
87052026-08-31T14:43:48.286Z[ recovery-image] Aug 31 14:43:47.642 INFO O| Aug 31 14:43:47.642 INFO STEP 1106 (remove_files) COMPLETE
87062026-08-31T14:43:48.286Z[ recovery-image] Aug 31 14:43:47.642 INFO O| Aug 31 14:43:47.642 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87072026-08-31T14:43:48.297Z[ recovery-image] Aug 31 14:43:47.653 INFO O| Aug 31 14:43:47.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
87082026-08-31T14:43:48.297Z[ recovery-image] Aug 31 14:43:47.654 INFO O| Aug 31 14:43:47.654 INFO STEP 1107 (remove_files) COMPLETE
87092026-08-31T14:43:48.297Z[ recovery-image] Aug 31 14:43:47.654 INFO O| Aug 31 14:43:47.654 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87102026-08-31T14:43:48.307Z[ recovery-image] Aug 31 14:43:47.664 INFO O| Aug 31 14:43:47.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
87112026-08-31T14:43:48.308Z[ recovery-image] Aug 31 14:43:47.664 INFO O| Aug 31 14:43:47.664 INFO STEP 1108 (remove_files) COMPLETE
87122026-08-31T14:43:48.308Z[ recovery-image] Aug 31 14:43:47.664 INFO O| Aug 31 14:43:47.664 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87132026-08-31T14:43:48.319Z[ recovery-image] Aug 31 14:43:47.674 INFO O| Aug 31 14:43:47.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
87142026-08-31T14:43:48.319Z[ recovery-image] Aug 31 14:43:47.674 INFO O| Aug 31 14:43:47.674 INFO STEP 1109 (remove_files) COMPLETE
87152026-08-31T14:43:48.319Z[ recovery-image] Aug 31 14:43:47.674 INFO O| Aug 31 14:43:47.674 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87162026-08-31T14:43:48.327Z[ recovery-image] Aug 31 14:43:47.683 INFO O| Aug 31 14:43:47.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
87172026-08-31T14:43:48.327Z[ recovery-image] Aug 31 14:43:47.683 INFO O| Aug 31 14:43:47.683 INFO STEP 1110 (remove_files) COMPLETE
87182026-08-31T14:43:48.327Z[ recovery-image] Aug 31 14:43:47.683 INFO O| Aug 31 14:43:47.683 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87192026-08-31T14:43:48.336Z[ recovery-image] Aug 31 14:43:47.692 INFO O| Aug 31 14:43:47.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
87202026-08-31T14:43:48.336Z[ recovery-image] Aug 31 14:43:47.692 INFO O| Aug 31 14:43:47.692 INFO STEP 1111 (remove_files) COMPLETE
87212026-08-31T14:43:48.339Z[ recovery-image] Aug 31 14:43:47.692 INFO O| Aug 31 14:43:47.692 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87222026-08-31T14:43:48.343Z[ recovery-image] Aug 31 14:43:47.700 INFO O| Aug 31 14:43:47.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87232026-08-31T14:43:48.344Z[ recovery-image] Aug 31 14:43:47.700 INFO O| Aug 31 14:43:47.700 INFO STEP 1112 (remove_files) COMPLETE
87242026-08-31T14:43:48.347Z[ recovery-image] Aug 31 14:43:47.700 INFO O| Aug 31 14:43:47.700 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87252026-08-31T14:43:48.353Z[ recovery-image] Aug 31 14:43:47.710 INFO O| Aug 31 14:43:47.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87262026-08-31T14:43:48.353Z[ recovery-image] Aug 31 14:43:47.710 INFO O| Aug 31 14:43:47.709 INFO STEP 1113 (remove_files) COMPLETE
87272026-08-31T14:43:48.353Z[ recovery-image] Aug 31 14:43:47.710 INFO O| Aug 31 14:43:47.709 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87282026-08-31T14:43:48.365Z[ recovery-image] Aug 31 14:43:47.721 INFO O| Aug 31 14:43:47.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87292026-08-31T14:43:48.365Z[ recovery-image] Aug 31 14:43:47.721 INFO O| Aug 31 14:43:47.721 INFO STEP 1114 (remove_files) COMPLETE
87302026-08-31T14:43:48.365Z[ recovery-image] Aug 31 14:43:47.721 INFO O| Aug 31 14:43:47.721 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87312026-08-31T14:43:48.377Z[ recovery-image] Aug 31 14:43:47.730 INFO O| Aug 31 14:43:47.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87322026-08-31T14:43:48.377Z[ recovery-image] Aug 31 14:43:47.731 INFO O| Aug 31 14:43:47.731 INFO STEP 1115 (remove_files) COMPLETE
87332026-08-31T14:43:48.377Z[ recovery-image] Aug 31 14:43:47.731 INFO O| Aug 31 14:43:47.731 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87342026-08-31T14:43:48.384Z[ recovery-image] Aug 31 14:43:47.740 INFO O| Aug 31 14:43:47.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87352026-08-31T14:43:48.384Z[ recovery-image] Aug 31 14:43:47.740 INFO O| Aug 31 14:43:47.740 INFO STEP 1116 (remove_files) COMPLETE
87362026-08-31T14:43:48.384Z[ recovery-image] Aug 31 14:43:47.740 INFO O| Aug 31 14:43:47.740 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87372026-08-31T14:43:48.394Z[ recovery-image] Aug 31 14:43:47.750 INFO O| Aug 31 14:43:47.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87382026-08-31T14:43:48.394Z[ recovery-image] Aug 31 14:43:47.750 INFO O| Aug 31 14:43:47.750 INFO STEP 1117 (remove_files) COMPLETE
87392026-08-31T14:43:48.394Z[ recovery-image] Aug 31 14:43:47.750 INFO O| Aug 31 14:43:47.750 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87402026-08-31T14:43:48.410Z[ recovery-image] Aug 31 14:43:47.766 INFO O| Aug 31 14:43:47.766 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87412026-08-31T14:43:48.410Z[ recovery-image] Aug 31 14:43:47.766 INFO O| Aug 31 14:43:47.766 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87422026-08-31T14:43:48.529Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
87432026-08-31T14:43:49.341Z[ recovery-image] Aug 31 14:43:48.697 INFO O| Aug 31 14:43:48.697 INFO STEP 1118 (pack_tar) COMPLETE
87442026-08-31T14:43:49.341Z[ recovery-image] Aug 31 14:43:48.697 INFO O| Aug 31 14:43:48.697 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87452026-08-31T14:43:49.341Z[ recovery-image] Aug 31 14:43:48.697 INFO O| Aug 31 14:43:48.697 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87462026-08-31T14:43:49.970Z[verify-libraries] Compiling git2 v0.20.4
87472026-08-31T14:43:50.169Z[ recovery-image] Aug 31 14:43:49.525 INFO O| Aug 31 14:43:49.525 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87482026-08-31T14:43:50.330Z[ recovery-image] Aug 31 14:43:49.686 INFO O| Aug 31 14:43:49.686 INFO completed processing sled/ramdisk-03-recovery-trim
87492026-08-31T14:43:50.334Z[ recovery-image] Aug 31 14:43:49.690 INFO image builder template: zfs-recovery...
87502026-08-31T14:43:50.334Z[ recovery-image] Aug 31 14:43:49.690 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/.tmptgqMeT/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs-recovery"], pwd: None
87512026-08-31T14:43:50.362Z[ recovery-image] Aug 31 14:43:49.719 INFO O| Aug 31 14:43:49.718 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87522026-08-31T14:43:50.366Z[ recovery-image] Aug 31 14:43:49.723 INFO O| Aug 31 14:43:49.723 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87532026-08-31T14:43:50.396Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
87542026-08-31T14:43:50.473Z[ recovery-image] Aug 31 14:43:49.827 INFO O| Aug 31 14:43:49.827 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87552026-08-31T14:43:50.538Z[ recovery-image] Aug 31 14:43:49.894 INFO O| Aug 31 14:43:49.894 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87562026-08-31T14:43:50.538Z[ recovery-image] Aug 31 14:43:49.894 INFO O| Aug 31 14:43:49.894 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87572026-08-31T14:43:50.542Z[ recovery-image] Aug 31 14:43:49.898 INFO O| Aug 31 14:43:49.898 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87582026-08-31T14:43:50.624Z[ recovery-image] Aug 31 14:43:49.980 INFO O| Aug 31 14:43:49.980 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87592026-08-31T14:43:50.685Z[ recovery-image] Aug 31 14:43:50.041 INFO O| Aug 31 14:43:50.041 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87602026-08-31T14:43:50.695Z[ recovery-image] Aug 31 14:43:50.051 INFO O| Aug 31 14:43:50.051 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87612026-08-31T14:43:50.701Z[ recovery-image] Aug 31 14:43:50.056 INFO O| Aug 31 14:43:50.056 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87622026-08-31T14:43:50.704Z[ recovery-image] Aug 31 14:43:50.058 INFO O| Aug 31 14:43:50.058 INFO no lofi found
87632026-08-31T14:43:50.704Z[ recovery-image] Aug 31 14:43:50.058 INFO O| Aug 31 14:43:50.058 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87642026-08-31T14:43:50.704Z[ recovery-image] Aug 31 14:43:50.058 INFO O| Aug 31 14:43:50.058 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87652026-08-31T14:43:51.070Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
87662026-08-31T14:43:51.379Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
87672026-08-31T14:43:52.645Z[ recovery-image] Aug 31 14:43:52.001 INFO O| Aug 31 14:43:52.001 INFO lofi device = /dev/dsk/c2t1d0p0
87682026-08-31T14:43:52.645Z[ recovery-image] Aug 31 14:43:52.001 INFO O| Aug 31 14:43:52.001 INFO pool device = /dev/dsk/c2t1d0p0
87692026-08-31T14:43:52.645Z[ recovery-image] Aug 31 14:43:52.001 INFO O| Aug 31 14:43:52.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"]
87702026-08-31T14:43:52.813Z[ recovery-image] Aug 31 14:43:52.169 INFO O| Aug 31 14:43:52.168 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87712026-08-31T14:43:52.816Z[ recovery-image] Aug 31 14:43:52.169 INFO O| Aug 31 14:43:52.169 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87722026-08-31T14:43:52.839Z[ recovery-image] Aug 31 14:43:52.195 INFO O| Aug 31 14:43:52.195 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87732026-08-31T14:43:52.927Z[ recovery-image] Aug 31 14:43:52.282 INFO O| Aug 31 14:43:52.282 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87742026-08-31T14:43:52.959Z[ recovery-image] Aug 31 14:43:52.315 INFO O| Aug 31 14:43:52.315 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87752026-08-31T14:43:52.981Z[ recovery-image] Aug 31 14:43:52.337 INFO O| Aug 31 14:43:52.337 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87762026-08-31T14:43:52.997Z[ recovery-image] Aug 31 14:43:52.353 INFO O| Aug 31 14:43:52.353 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87772026-08-31T14:43:53.042Z[ recovery-image] Aug 31 14:43:52.397 INFO O| Aug 31 14:43:52.397 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87782026-08-31T14:43:53.042Z[ recovery-image] Aug 31 14:43:52.397 INFO O| Aug 31 14:43:52.397 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87792026-08-31T14:43:53.045Z[ recovery-image] Aug 31 14:43:52.397 INFO O| Aug 31 14:43:52.397 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87802026-08-31T14:43:53.054Z[ recovery-image] Aug 31 14:43:52.410 INFO O| Aug 31 14:43:52.410 INFO boot environment UUID: 100d92d7-29cf-41a5-b93e-d30341a03d97
87812026-08-31T14:43:53.054Z[ recovery-image] Aug 31 14:43:52.410 INFO O| Aug 31 14:43:52.410 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 100d92d7-29cf-41a5-b93e-d30341a03d97
87822026-08-31T14:43:53.073Z[ recovery-image] Aug 31 14:43:52.429 INFO O| Aug 31 14:43:52.429 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87832026-08-31T14:43:53.091Z[ recovery-image] Aug 31 14:43:52.446 INFO O| Aug 31 14:43:52.445 INFO STEP 0 (create_be) COMPLETE
87842026-08-31T14:43:53.094Z[ recovery-image] Aug 31 14:43:52.446 INFO O| Aug 31 14:43:52.446 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87852026-08-31T14:43:53.107Z[ recovery-image] Aug 31 14:43:52.461 INFO O| Aug 31 14:43:52.461 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"]
87862026-08-31T14:43:53.388Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
87872026-08-31T14:43:53.440Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
87882026-08-31T14:43:53.698Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
87892026-08-31T14:43:53.905Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87902026-08-31T14:43:53.963Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
87912026-08-31T14:43:54.139Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
87922026-08-31T14:43:54.396Z[verify-libraries] Compiling yansi v1.0.1
87932026-08-31T14:43:54.874Z[verify-libraries] Compiling pretty_assertions v1.4.1
87942026-08-31T14:43:54.996Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87952026-08-31T14:43:55.242Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87962026-08-31T14:43:55.744Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87972026-08-31T14:43:55.809Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87982026-08-31T14:43:55.971Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87992026-08-31T14:43:56.050Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
88002026-08-31T14:43:56.179Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
88012026-08-31T14:43:56.292Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
88022026-08-31T14:43:56.356Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
88032026-08-31T14:43:56.403Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
88042026-08-31T14:43:56.472Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
88052026-08-31T14:43:56.660Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
88062026-08-31T14:43:56.704Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
88072026-08-31T14:43:56.707Z[verify-libraries] Compiling drift v0.2.0
88082026-08-31T14:43:56.817Z[verify-libraries] Compiling uzers v0.12.2
88092026-08-31T14:43:57.141Z[verify-libraries] Compiling parse-size v1.1.0
88102026-08-31T14:43:57.506Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
88112026-08-31T14:43:57.593Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
88122026-08-31T14:43:57.794Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
88132026-08-31T14:43:58.113Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
88142026-08-31T14:43:58.610Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
88152026-08-31T14:43:58.757Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
88162026-08-31T14:44:00.939Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
88172026-08-31T14:44:01.481Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
88182026-08-31T14:44:01.771Z[ recovery-image] Aug 31 14:44:01.127 INFO O| Aug 31 14:44:01.127 INFO STEP 1 (unpack_tar) COMPLETE
88192026-08-31T14:44:01.771Z[ recovery-image] Aug 31 14:44:01.127 INFO O| Aug 31 14:44:01.127 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88202026-08-31T14:44:01.781Z[ recovery-image] Aug 31 14:44:01.137 INFO O| Aug 31 14:44:01.137 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
88212026-08-31T14:44:01.811Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
88222026-08-31T14:44:03.072Z[ recovery-image] Aug 31 14:44:02.428 INFO O| Aug 31 14:44:02.428 INFO STEP 2 (devfsadm) COMPLETE
88232026-08-31T14:44:03.072Z[ recovery-image] Aug 31 14:44:02.429 INFO O| Aug 31 14:44:02.428 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88242026-08-31T14:44:03.083Z[ recovery-image] Aug 31 14:44:02.439 INFO O| Aug 31 14:44:02.439 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88252026-08-31T14:44:03.083Z[ recovery-image] Aug 31 14:44:02.439 INFO O| Aug 31 14:44:02.439 INFO STEP 3 (ensure_dir) COMPLETE
88262026-08-31T14:44:03.083Z[ recovery-image] Aug 31 14:44:02.439 INFO O| Aug 31 14:44:02.439 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88272026-08-31T14:44:03.092Z[ recovery-image] Aug 31 14:44:02.447 INFO O| Aug 31 14:44:02.447 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88282026-08-31T14:44:03.092Z[ recovery-image] Aug 31 14:44:02.447 INFO O| Aug 31 14:44:02.447 INFO STEP 4 (ensure_dir) COMPLETE
88292026-08-31T14:44:03.095Z[ recovery-image] Aug 31 14:44:02.447 INFO O| Aug 31 14:44:02.447 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88302026-08-31T14:44:03.108Z[ recovery-image] Aug 31 14:44:02.464 INFO O| Aug 31 14:44:02.464 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88312026-08-31T14:44:03.108Z[ recovery-image] Aug 31 14:44:02.464 INFO O| Aug 31 14:44:02.464 INFO STEP 5 (ensure_dir) COMPLETE
88322026-08-31T14:44:03.108Z[ recovery-image] Aug 31 14:44:02.465 INFO O| Aug 31 14:44:02.464 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88332026-08-31T14:44:03.119Z[ recovery-image] Aug 31 14:44:02.475 INFO O| Aug 31 14:44:02.475 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88342026-08-31T14:44:03.119Z[ recovery-image] Aug 31 14:44:02.475 INFO O| Aug 31 14:44:02.475 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88352026-08-31T14:44:03.122Z[ recovery-image] Aug 31 14:44:02.475 INFO O| Aug 31 14:44:02.475 INFO STEP 6 (ensure_dir) COMPLETE
88362026-08-31T14:44:03.122Z[ recovery-image] Aug 31 14:44:02.475 INFO O| Aug 31 14:44:02.475 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88372026-08-31T14:44:03.130Z[ recovery-image] Aug 31 14:44:02.486 INFO O| Aug 31 14:44:02.486 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88382026-08-31T14:44:03.130Z[ recovery-image] Aug 31 14:44:02.486 INFO O| Aug 31 14:44:02.486 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88392026-08-31T14:44:03.130Z[ recovery-image] Aug 31 14:44:02.486 INFO O| Aug 31 14:44:02.486 INFO STEP 7 (ensure_dir) COMPLETE
88402026-08-31T14:44:03.130Z[ recovery-image] Aug 31 14:44:02.486 INFO O| Aug 31 14:44:02.486 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88412026-08-31T14:44:03.141Z[ recovery-image] Aug 31 14:44:02.497 INFO O| Aug 31 14:44:02.497 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
88422026-08-31T14:44:03.146Z[ recovery-image] Aug 31 14:44:02.498 INFO O| Aug 31 14:44:02.498 INFO STEP 8 (remove_files) COMPLETE
88432026-08-31T14:44:03.146Z[ recovery-image] Aug 31 14:44:02.498 INFO O| Aug 31 14:44:02.498 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88442026-08-31T14:44:03.151Z[ recovery-image] Aug 31 14:44:02.508 INFO O| Aug 31 14:44:02.508 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
88452026-08-31T14:44:03.155Z[ recovery-image] Aug 31 14:44:02.508 INFO O| Aug 31 14:44:02.508 INFO STEP 9 (remove_files) COMPLETE
88462026-08-31T14:44:03.155Z[ recovery-image] Aug 31 14:44:02.508 INFO O| Aug 31 14:44:02.508 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88472026-08-31T14:44:03.163Z[ recovery-image] Aug 31 14:44:02.519 INFO O| Aug 31 14:44:02.519 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88482026-08-31T14:44:03.166Z[ recovery-image] Aug 31 14:44:02.520 INFO O| Aug 31 14:44:02.520 INFO STEP 10 (remove_files) COMPLETE
88492026-08-31T14:44:03.166Z[ recovery-image] Aug 31 14:44:02.520 INFO O| Aug 31 14:44:02.520 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88502026-08-31T14:44:03.176Z[ recovery-image] Aug 31 14:44:02.532 INFO O| Aug 31 14:44:02.532 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88512026-08-31T14:44:03.176Z[ recovery-image] Aug 31 14:44:02.532 INFO O| Aug 31 14:44:02.532 INFO STEP 11 (remove_files) COMPLETE
88522026-08-31T14:44:03.176Z[ recovery-image] Aug 31 14:44:02.532 INFO O| Aug 31 14:44:02.532 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88532026-08-31T14:44:03.186Z[ recovery-image] Aug 31 14:44:02.542 INFO O| Aug 31 14:44:02.542 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88542026-08-31T14:44:03.186Z[ recovery-image] Aug 31 14:44:02.542 INFO O| Aug 31 14:44:02.542 INFO STEP 12 (remove_files) COMPLETE
88552026-08-31T14:44:03.186Z[ recovery-image] Aug 31 14:44:02.542 INFO O| Aug 31 14:44:02.542 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88562026-08-31T14:44:03.197Z[ recovery-image] Aug 31 14:44:02.552 INFO O| Aug 31 14:44:02.552 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88572026-08-31T14:44:03.197Z[ recovery-image] Aug 31 14:44:02.552 INFO O| Aug 31 14:44:02.552 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88582026-08-31T14:44:03.197Z[ recovery-image] Aug 31 14:44:02.552 INFO O| Aug 31 14:44:02.552 INFO STEP 13 (ensure_dir) COMPLETE
88592026-08-31T14:44:03.201Z[ recovery-image] Aug 31 14:44:02.552 INFO O| Aug 31 14:44:02.552 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88602026-08-31T14:44:03.206Z[ recovery-image] Aug 31 14:44:02.562 INFO O| Aug 31 14:44:02.562 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88612026-08-31T14:44:03.206Z[ recovery-image] Aug 31 14:44:02.562 INFO O| Aug 31 14:44:02.562 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88622026-08-31T14:44:03.209Z[ recovery-image] Aug 31 14:44:02.562 INFO O| Aug 31 14:44:02.562 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88632026-08-31T14:44:03.209Z[ recovery-image] Aug 31 14:44:02.562 INFO O| Aug 31 14:44:02.562 INFO STEP 14 (ensure_dir) COMPLETE
88642026-08-31T14:44:03.209Z[ recovery-image] Aug 31 14:44:02.562 INFO O| Aug 31 14:44:02.562 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88652026-08-31T14:44:03.218Z[ recovery-image] Aug 31 14:44:02.572 INFO O| Aug 31 14:44:02.572 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88662026-08-31T14:44:03.218Z[ recovery-image] Aug 31 14:44:02.572 INFO O| Aug 31 14:44:02.572 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88672026-08-31T14:44:03.218Z[ recovery-image] Aug 31 14:44:02.572 INFO O| Aug 31 14:44:02.572 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88682026-08-31T14:44:03.221Z[ recovery-image] Aug 31 14:44:02.573 INFO O| Aug 31 14:44:02.573 INFO STEP 15 (ensure_dir) COMPLETE
88692026-08-31T14:44:03.221Z[ recovery-image] Aug 31 14:44:02.573 INFO O| Aug 31 14:44:02.573 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88702026-08-31T14:44:03.227Z[ recovery-image] Aug 31 14:44:02.583 INFO O| Aug 31 14:44:02.583 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88712026-08-31T14:44:03.227Z[ recovery-image] Aug 31 14:44:02.583 INFO O| Aug 31 14:44:02.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88722026-08-31T14:44:03.230Z[ recovery-image] Aug 31 14:44:02.583 INFO O| Aug 31 14:44:02.583 INFO STEP 16 (ensure_dir) COMPLETE
88732026-08-31T14:44:03.230Z[ recovery-image] Aug 31 14:44:02.583 INFO O| Aug 31 14:44:02.583 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88742026-08-31T14:44:03.238Z[ recovery-image] Aug 31 14:44:02.593 INFO O| Aug 31 14:44:02.593 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88752026-08-31T14:44:03.238Z[ recovery-image] Aug 31 14:44:02.593 INFO O| Aug 31 14:44:02.593 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88762026-08-31T14:44:03.238Z[ recovery-image] Aug 31 14:44:02.593 INFO O| Aug 31 14:44:02.593 INFO STEP 17 (ensure_dir) COMPLETE
88772026-08-31T14:44:03.241Z[ recovery-image] Aug 31 14:44:02.593 INFO O| Aug 31 14:44:02.593 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88782026-08-31T14:44:03.246Z[ recovery-image] Aug 31 14:44:02.602 INFO O| Aug 31 14:44:02.602 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88792026-08-31T14:44:03.246Z[ recovery-image] Aug 31 14:44:02.602 INFO O| Aug 31 14:44:02.602 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88802026-08-31T14:44:03.246Z[ recovery-image] Aug 31 14:44:02.602 INFO O| Aug 31 14:44:02.602 INFO ok!
88812026-08-31T14:44:03.249Z[ recovery-image] Aug 31 14:44:02.602 INFO O| Aug 31 14:44:02.602 INFO STEP 18 (ensure_symlink) COMPLETE
88822026-08-31T14:44:03.250Z[ recovery-image] Aug 31 14:44:02.602 INFO O| Aug 31 14:44:02.602 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88832026-08-31T14:44:03.255Z[ recovery-image] Aug 31 14:44:02.611 INFO O| Aug 31 14:44:02.611 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88842026-08-31T14:44:03.255Z[ recovery-image] Aug 31 14:44:02.611 INFO O| Aug 31 14:44:02.611 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88852026-08-31T14:44:03.255Z[ recovery-image] Aug 31 14:44:02.611 INFO O| Aug 31 14:44:02.611 INFO ok!
88862026-08-31T14:44:03.258Z[ recovery-image] Aug 31 14:44:02.611 INFO O| Aug 31 14:44:02.611 INFO STEP 19 (ensure_file) COMPLETE
88872026-08-31T14:44:03.258Z[ recovery-image] Aug 31 14:44:02.611 INFO O| Aug 31 14:44:02.611 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88882026-08-31T14:44:03.263Z[ recovery-image] Aug 31 14:44:02.619 INFO O| Aug 31 14:44:02.619 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88892026-08-31T14:44:03.263Z[ recovery-image] Aug 31 14:44:02.619 INFO O| Aug 31 14:44:02.619 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88902026-08-31T14:44:03.266Z[ recovery-image] Aug 31 14:44:02.619 INFO O| Aug 31 14:44:02.619 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88912026-08-31T14:44:03.266Z[ recovery-image] Aug 31 14:44:02.619 INFO O| Aug 31 14:44:02.619 INFO ok!
88922026-08-31T14:44:03.266Z[ recovery-image] Aug 31 14:44:02.619 INFO O| Aug 31 14:44:02.619 INFO STEP 20 (ensure_symlink) COMPLETE
88932026-08-31T14:44:03.266Z[ recovery-image] Aug 31 14:44:02.619 INFO O| Aug 31 14:44:02.619 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88942026-08-31T14:44:03.273Z[ recovery-image] Aug 31 14:44:02.627 INFO O| Aug 31 14:44:02.626 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88952026-08-31T14:44:03.273Z[ recovery-image] Aug 31 14:44:02.627 INFO O| Aug 31 14:44:02.627 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88962026-08-31T14:44:03.273Z[ recovery-image] Aug 31 14:44:02.627 INFO O| Aug 31 14:44:02.627 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88972026-08-31T14:44:03.273Z[ recovery-image] Aug 31 14:44:02.627 INFO O| Aug 31 14:44:02.627 INFO ok!
88982026-08-31T14:44:03.273Z[ recovery-image] Aug 31 14:44:02.627 INFO O| Aug 31 14:44:02.627 INFO STEP 21 (ensure_symlink) COMPLETE
88992026-08-31T14:44:03.273Z[ recovery-image] Aug 31 14:44:02.627 INFO O| Aug 31 14:44:02.627 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89002026-08-31T14:44:03.279Z[ recovery-image] Aug 31 14:44:02.635 INFO O| Aug 31 14:44:02.635 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
89012026-08-31T14:44:03.279Z[ recovery-image] Aug 31 14:44:02.635 INFO O| Aug 31 14:44:02.635 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89022026-08-31T14:44:03.279Z[ recovery-image] Aug 31 14:44:02.635 INFO O| Aug 31 14:44:02.635 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
89032026-08-31T14:44:03.279Z[ recovery-image] Aug 31 14:44:02.635 INFO O| Aug 31 14:44:02.635 INFO ok!
89042026-08-31T14:44:03.283Z[ recovery-image] Aug 31 14:44:02.635 INFO O| Aug 31 14:44:02.635 INFO STEP 22 (ensure_symlink) COMPLETE
89052026-08-31T14:44:03.283Z[ recovery-image] Aug 31 14:44:02.635 INFO O| Aug 31 14:44:02.635 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89062026-08-31T14:44:03.287Z[ recovery-image] Aug 31 14:44:02.644 INFO O| Aug 31 14:44:02.643 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
89072026-08-31T14:44:03.287Z[ recovery-image] Aug 31 14:44:02.644 INFO O| Aug 31 14:44:02.643 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89082026-08-31T14:44:03.287Z[ recovery-image] Aug 31 14:44:02.644 INFO O| Aug 31 14:44:02.644 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
89092026-08-31T14:44:03.291Z[ recovery-image] Aug 31 14:44:02.644 INFO O| Aug 31 14:44:02.644 INFO ok!
89102026-08-31T14:44:03.291Z[ recovery-image] Aug 31 14:44:02.644 INFO O| Aug 31 14:44:02.644 INFO STEP 23 (ensure_symlink) COMPLETE
89112026-08-31T14:44:03.291Z[ recovery-image] Aug 31 14:44:02.644 INFO O| Aug 31 14:44:02.644 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89122026-08-31T14:44:03.296Z[ recovery-image] Aug 31 14:44:02.652 INFO O| Aug 31 14:44:02.652 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89132026-08-31T14:44:03.296Z[ recovery-image] Aug 31 14:44:02.652 INFO O| Aug 31 14:44:02.652 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 ...
89142026-08-31T14:44:03.300Z[ recovery-image] Aug 31 14:44:02.653 INFO O| Aug 31 14:44:02.653 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
89152026-08-31T14:44:03.300Z[ recovery-image] Aug 31 14:44:02.653 INFO O| Aug 31 14:44:02.653 INFO ok!
89162026-08-31T14:44:03.300Z[ recovery-image] Aug 31 14:44:02.653 INFO O| Aug 31 14:44:02.653 INFO STEP 24 (ensure_file) COMPLETE
89172026-08-31T14:44:03.300Z[ recovery-image] Aug 31 14:44:02.653 INFO O| Aug 31 14:44:02.653 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89182026-08-31T14:44:03.306Z[ recovery-image] Aug 31 14:44:02.662 INFO O| Aug 31 14:44:02.662 INFO updating shadow file
89192026-08-31T14:44:03.306Z[ recovery-image] Aug 31 14:44:02.662 INFO O| Aug 31 14:44:02.662 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89202026-08-31T14:44:03.306Z[ recovery-image] Aug 31 14:44:02.662 INFO O| Aug 31 14:44:02.662 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89212026-08-31T14:44:03.306Z[ recovery-image] Aug 31 14:44:02.662 INFO O| Aug 31 14:44:02.662 INFO STEP 25 (shadow) COMPLETE
89222026-08-31T14:44:03.306Z[ recovery-image] Aug 31 14:44:02.662 INFO O| Aug 31 14:44:02.662 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89232026-08-31T14:44:03.315Z[ recovery-image] Aug 31 14:44:02.671 INFO O| Aug 31 14:44:02.671 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
89242026-08-31T14:44:03.315Z[ recovery-image] Aug 31 14:44:02.671 INFO O| Aug 31 14:44:02.671 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
89252026-08-31T14:44:03.315Z[ recovery-image] Aug 31 14:44:02.671 INFO O| Aug 31 14:44:02.671 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
89262026-08-31T14:44:03.315Z[ recovery-image] Aug 31 14:44:02.671 INFO O| Aug 31 14:44:02.671 INFO ok!
89272026-08-31T14:44:03.319Z[ recovery-image] Aug 31 14:44:02.671 INFO O| Aug 31 14:44:02.671 INFO STEP 26 (ensure_file) COMPLETE
89282026-08-31T14:44:03.319Z[ recovery-image] Aug 31 14:44:02.671 INFO O| Aug 31 14:44:02.671 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89292026-08-31T14:44:03.329Z[ recovery-image] Aug 31 14:44:02.681 INFO O| Aug 31 14:44:02.681 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
89302026-08-31T14:44:03.329Z[ recovery-image] Aug 31 14:44:02.681 INFO O| Aug 31 14:44:02.681 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
89312026-08-31T14:44:03.329Z[ recovery-image] Aug 31 14:44:02.681 INFO O| Aug 31 14:44:02.681 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
89322026-08-31T14:44:03.329Z[ recovery-image] Aug 31 14:44:02.681 INFO O| Aug 31 14:44:02.681 INFO ok!
89332026-08-31T14:44:03.329Z[ recovery-image] Aug 31 14:44:02.681 INFO O| Aug 31 14:44:02.681 INFO STEP 27 (ensure_file) COMPLETE
89342026-08-31T14:44:03.329Z[ recovery-image] Aug 31 14:44:02.681 INFO O| Aug 31 14:44:02.681 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89352026-08-31T14:44:03.334Z[ recovery-image] Aug 31 14:44:02.690 INFO O| Aug 31 14:44:02.690 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89362026-08-31T14:44:03.334Z[ recovery-image] Aug 31 14:44:02.690 INFO O| Aug 31 14:44:02.690 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
89372026-08-31T14:44:03.334Z[ recovery-image] Aug 31 14:44:02.690 INFO O| Aug 31 14:44:02.690 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
89382026-08-31T14:44:03.339Z[ recovery-image] Aug 31 14:44:02.690 INFO O| Aug 31 14:44:02.690 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
89392026-08-31T14:44:03.339Z[ recovery-image] Aug 31 14:44:02.690 INFO O| Aug 31 14:44:02.690 INFO ok!
89402026-08-31T14:44:03.339Z[ recovery-image] Aug 31 14:44:02.690 INFO O| Aug 31 14:44:02.690 INFO STEP 28 (ensure_file) COMPLETE
89412026-08-31T14:44:03.339Z[ recovery-image] Aug 31 14:44:02.690 INFO O| Aug 31 14:44:02.690 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89422026-08-31T14:44:03.344Z[ recovery-image] Aug 31 14:44:02.700 INFO O| Aug 31 14:44:02.700 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
89432026-08-31T14:44:03.344Z[ recovery-image] Aug 31 14:44:02.700 INFO O| Aug 31 14:44:02.700 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
89442026-08-31T14:44:03.344Z[ recovery-image] Aug 31 14:44:02.700 INFO O| Aug 31 14:44:02.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
89452026-08-31T14:44:03.345Z[ recovery-image] Aug 31 14:44:02.700 INFO O| Aug 31 14:44:02.700 INFO ok!
89462026-08-31T14:44:03.345Z[ recovery-image] Aug 31 14:44:02.700 INFO O| Aug 31 14:44:02.700 INFO STEP 29 (ensure_file) COMPLETE
89472026-08-31T14:44:03.345Z[ recovery-image] Aug 31 14:44:02.700 INFO O| Aug 31 14:44:02.700 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89482026-08-31T14:44:03.354Z[ recovery-image] Aug 31 14:44:02.710 INFO O| Aug 31 14:44:02.710 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89492026-08-31T14:44:03.354Z[ recovery-image] Aug 31 14:44:02.710 INFO O| Aug 31 14:44:02.710 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89502026-08-31T14:44:03.357Z[ recovery-image] Aug 31 14:44:02.710 INFO O| Aug 31 14:44:02.710 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89512026-08-31T14:44:03.357Z[ recovery-image] Aug 31 14:44:02.710 INFO O| Aug 31 14:44:02.710 INFO STEP 30 (ensure_dir) COMPLETE
89522026-08-31T14:44:03.357Z[ recovery-image] Aug 31 14:44:02.710 INFO O| Aug 31 14:44:02.710 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89532026-08-31T14:44:03.363Z[ recovery-image] Aug 31 14:44:02.719 INFO O| Aug 31 14:44:02.719 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89542026-08-31T14:44:03.363Z[ recovery-image] Aug 31 14:44:02.720 INFO O| Aug 31 14:44:02.719 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 ...
89552026-08-31T14:44:03.367Z[ recovery-image] Aug 31 14:44:02.720 INFO O| Aug 31 14:44:02.719 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
89562026-08-31T14:44:03.367Z[ recovery-image] Aug 31 14:44:02.720 INFO O| Aug 31 14:44:02.720 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89572026-08-31T14:44:03.367Z[ recovery-image] Aug 31 14:44:02.720 INFO O| Aug 31 14:44:02.720 INFO ok!
89582026-08-31T14:44:03.367Z[ recovery-image] Aug 31 14:44:02.720 INFO O| Aug 31 14:44:02.720 INFO STEP 31 (ensure_file) COMPLETE
89592026-08-31T14:44:03.367Z[ recovery-image] Aug 31 14:44:02.720 INFO O| Aug 31 14:44:02.720 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89602026-08-31T14:44:03.374Z[ recovery-image] Aug 31 14:44:02.730 INFO O| Aug 31 14:44:02.730 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89612026-08-31T14:44:03.374Z[ recovery-image] Aug 31 14:44:02.730 INFO O| Aug 31 14:44:02.730 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89622026-08-31T14:44:03.378Z[ recovery-image] Aug 31 14:44:02.730 INFO O| Aug 31 14:44:02.730 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89632026-08-31T14:44:03.378Z[ recovery-image] Aug 31 14:44:02.730 INFO O| Aug 31 14:44:02.730 INFO STEP 32 (ensure_dir) COMPLETE
89642026-08-31T14:44:03.378Z[ recovery-image] Aug 31 14:44:02.730 INFO O| Aug 31 14:44:02.730 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89652026-08-31T14:44:03.388Z[ recovery-image] Aug 31 14:44:02.744 INFO O| Aug 31 14:44:02.744 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89662026-08-31T14:44:03.388Z[ recovery-image] Aug 31 14:44:02.744 INFO O| Aug 31 14:44:02.744 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 ...
89672026-08-31T14:44:03.388Z[ recovery-image] Aug 31 14:44:02.744 INFO O| Aug 31 14:44:02.744 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
89682026-08-31T14:44:03.389Z[ recovery-image] Aug 31 14:44:02.744 INFO O| Aug 31 14:44:02.744 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89692026-08-31T14:44:03.392Z[ recovery-image] Aug 31 14:44:02.744 INFO O| Aug 31 14:44:02.744 INFO ok!
89702026-08-31T14:44:03.392Z[ recovery-image] Aug 31 14:44:02.744 INFO O| Aug 31 14:44:02.744 INFO STEP 33 (ensure_file) COMPLETE
89712026-08-31T14:44:03.392Z[ recovery-image] Aug 31 14:44:02.744 INFO O| Aug 31 14:44:02.744 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89722026-08-31T14:44:03.399Z[ recovery-image] Aug 31 14:44:02.755 INFO O| Aug 31 14:44:02.755 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89732026-08-31T14:44:03.399Z[ recovery-image] Aug 31 14:44:02.755 INFO O| Aug 31 14:44:02.755 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89742026-08-31T14:44:03.399Z[ recovery-image] Aug 31 14:44:02.755 INFO O| Aug 31 14:44:02.755 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89752026-08-31T14:44:03.402Z[ recovery-image] Aug 31 14:44:02.755 INFO O| Aug 31 14:44:02.755 INFO ok!
89762026-08-31T14:44:03.402Z[ recovery-image] Aug 31 14:44:02.755 INFO O| Aug 31 14:44:02.755 INFO STEP 34 (ensure_file) COMPLETE
89772026-08-31T14:44:03.402Z[ recovery-image] Aug 31 14:44:02.755 INFO O| Aug 31 14:44:02.755 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89782026-08-31T14:44:03.408Z[ recovery-image] Aug 31 14:44:02.764 INFO O| Aug 31 14:44:02.764 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89792026-08-31T14:44:03.408Z[ recovery-image] Aug 31 14:44:02.764 INFO O| Aug 31 14:44:02.764 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89802026-08-31T14:44:03.412Z[ recovery-image] Aug 31 14:44:02.764 INFO O| Aug 31 14:44:02.764 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89812026-08-31T14:44:03.412Z[ recovery-image] Aug 31 14:44:02.764 INFO O| Aug 31 14:44:02.764 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89822026-08-31T14:44:03.412Z[ recovery-image] Aug 31 14:44:02.764 INFO O| Aug 31 14:44:02.764 INFO ok!
89832026-08-31T14:44:03.412Z[ recovery-image] Aug 31 14:44:02.764 INFO O| Aug 31 14:44:02.764 INFO STEP 35 (ensure_file) COMPLETE
89842026-08-31T14:44:03.412Z[ recovery-image] Aug 31 14:44:02.764 INFO O| Aug 31 14:44:02.764 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89852026-08-31T14:44:03.418Z[ recovery-image] Aug 31 14:44:02.774 INFO O| Aug 31 14:44:02.774 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89862026-08-31T14:44:03.418Z[ recovery-image] Aug 31 14:44:02.774 INFO O| Aug 31 14:44:02.774 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89872026-08-31T14:44:03.418Z[ recovery-image] Aug 31 14:44:02.774 INFO O| Aug 31 14:44:02.774 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89882026-08-31T14:44:03.422Z[ recovery-image] Aug 31 14:44:02.774 INFO O| Aug 31 14:44:02.774 INFO ok!
89892026-08-31T14:44:03.422Z[ recovery-image] Aug 31 14:44:02.774 INFO O| Aug 31 14:44:02.774 INFO STEP 36 (ensure_file) COMPLETE
89902026-08-31T14:44:03.422Z[ recovery-image] Aug 31 14:44:02.774 INFO O| Aug 31 14:44:02.774 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89912026-08-31T14:44:03.429Z[ recovery-image] Aug 31 14:44:02.785 INFO O| Aug 31 14:44:02.785 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89922026-08-31T14:44:03.429Z[ recovery-image] Aug 31 14:44:02.785 INFO O| Aug 31 14:44:02.785 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89932026-08-31T14:44:03.432Z[ recovery-image] Aug 31 14:44:02.785 INFO O| Aug 31 14:44:02.785 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89942026-08-31T14:44:03.432Z[ recovery-image] Aug 31 14:44:02.785 INFO O| Aug 31 14:44:02.785 INFO ok!
89952026-08-31T14:44:03.432Z[ recovery-image] Aug 31 14:44:02.785 INFO O| Aug 31 14:44:02.785 INFO STEP 37 (ensure_file) COMPLETE
89962026-08-31T14:44:03.432Z[ recovery-image] Aug 31 14:44:02.785 INFO O| Aug 31 14:44:02.785 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89972026-08-31T14:44:03.439Z[ recovery-image] Aug 31 14:44:02.795 INFO O| Aug 31 14:44:02.795 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89982026-08-31T14:44:03.439Z[ recovery-image] Aug 31 14:44:02.795 INFO O| Aug 31 14:44:02.795 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89992026-08-31T14:44:03.443Z[ recovery-image] Aug 31 14:44:02.795 INFO O| Aug 31 14:44:02.795 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90002026-08-31T14:44:03.443Z[ recovery-image] Aug 31 14:44:02.795 INFO O| Aug 31 14:44:02.795 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90012026-08-31T14:44:03.443Z[ recovery-image] Aug 31 14:44:02.795 INFO O| Aug 31 14:44:02.795 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90022026-08-31T14:44:03.443Z[ recovery-image] Aug 31 14:44:02.795 INFO O| Aug 31 14:44:02.795 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90032026-08-31T14:44:03.443Z[ recovery-image] Aug 31 14:44:02.795 INFO O| Aug 31 14:44:02.795 INFO ok!
90042026-08-31T14:44:03.443Z[ recovery-image] Aug 31 14:44:02.795 INFO O| Aug 31 14:44:02.795 INFO STEP 38 (ensure_file) COMPLETE
90052026-08-31T14:44:03.443Z[ recovery-image] Aug 31 14:44:02.795 INFO O| Aug 31 14:44:02.795 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90062026-08-31T14:44:03.443Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
90072026-08-31T14:44:03.449Z[ recovery-image] Aug 31 14:44:02.805 INFO O| Aug 31 14:44:02.805 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90082026-08-31T14:44:03.449Z[ recovery-image] Aug 31 14:44:02.805 INFO O| Aug 31 14:44:02.805 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90092026-08-31T14:44:03.449Z[ recovery-image] Aug 31 14:44:02.805 INFO O| Aug 31 14:44:02.805 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90102026-08-31T14:44:03.453Z[ recovery-image] Aug 31 14:44:02.805 INFO O| Aug 31 14:44:02.805 INFO STEP 39 (ensure_dir) COMPLETE
90112026-08-31T14:44:03.453Z[ recovery-image] Aug 31 14:44:02.805 INFO O| Aug 31 14:44:02.805 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90122026-08-31T14:44:03.459Z[ recovery-image] Aug 31 14:44:02.815 INFO O| Aug 31 14:44:02.815 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
90132026-08-31T14:44:03.459Z[ recovery-image] Aug 31 14:44:02.815 INFO O| Aug 31 14:44:02.815 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 ...
90142026-08-31T14:44:03.459Z[ recovery-image] Aug 31 14:44:02.815 INFO O| Aug 31 14:44:02.815 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
90152026-08-31T14:44:03.462Z[ recovery-image] Aug 31 14:44:02.815 INFO O| Aug 31 14:44:02.815 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
90162026-08-31T14:44:03.462Z[ recovery-image] Aug 31 14:44:02.815 INFO O| Aug 31 14:44:02.815 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
90172026-08-31T14:44:03.462Z[ recovery-image] Aug 31 14:44:02.815 INFO O| Aug 31 14:44:02.815 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
90182026-08-31T14:44:03.462Z[ recovery-image] Aug 31 14:44:02.815 INFO O| Aug 31 14:44:02.815 INFO ok!
90192026-08-31T14:44:03.462Z[ recovery-image] Aug 31 14:44:02.815 INFO O| Aug 31 14:44:02.815 INFO STEP 40 (ensure_file) COMPLETE
90202026-08-31T14:44:03.462Z[ recovery-image] Aug 31 14:44:02.815 INFO O| Aug 31 14:44:02.815 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90212026-08-31T14:44:03.466Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
90222026-08-31T14:44:03.470Z[ recovery-image] Aug 31 14:44:02.824 INFO O| Aug 31 14:44:02.824 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90232026-08-31T14:44:03.470Z[ recovery-image] Aug 31 14:44:02.824 INFO O| Aug 31 14:44:02.824 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 ...
90242026-08-31T14:44:03.470Z[ recovery-image] Aug 31 14:44:02.824 INFO O| Aug 31 14:44:02.824 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90252026-08-31T14:44:03.470Z[ recovery-image] Aug 31 14:44:02.824 INFO O| Aug 31 14:44:02.824 INFO ok!
90262026-08-31T14:44:03.470Z[ recovery-image] Aug 31 14:44:02.824 INFO O| Aug 31 14:44:02.824 INFO STEP 41 (ensure_symlink) COMPLETE
90272026-08-31T14:44:03.470Z[ recovery-image] Aug 31 14:44:02.824 INFO O| Aug 31 14:44:02.824 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90282026-08-31T14:44:03.480Z[ recovery-image] Aug 31 14:44:02.836 INFO O| Aug 31 14:44:02.835 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
90292026-08-31T14:44:03.480Z[ recovery-image] Aug 31 14:44:02.836 INFO O| Aug 31 14:44:02.835 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
90302026-08-31T14:44:03.483Z[ recovery-image] Aug 31 14:44:02.836 INFO O| Aug 31 14:44:02.836 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
90312026-08-31T14:44:03.483Z[ recovery-image] Aug 31 14:44:02.836 INFO O| Aug 31 14:44:02.836 INFO ok!
90322026-08-31T14:44:03.483Z[ recovery-image] Aug 31 14:44:02.836 INFO O| Aug 31 14:44:02.836 INFO STEP 42 (ensure_symlink) COMPLETE
90332026-08-31T14:44:03.483Z[ recovery-image] Aug 31 14:44:02.836 INFO O| Aug 31 14:44:02.836 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90342026-08-31T14:44:03.489Z[ recovery-image] Aug 31 14:44:02.845 INFO O| Aug 31 14:44:02.845 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
90352026-08-31T14:44:03.489Z[ recovery-image] Aug 31 14:44:02.845 INFO O| Aug 31 14:44:02.845 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
90362026-08-31T14:44:03.489Z[ recovery-image] Aug 31 14:44:02.845 INFO O| Aug 31 14:44:02.845 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90372026-08-31T14:44:03.493Z[ recovery-image] Aug 31 14:44:02.845 INFO O| Aug 31 14:44:02.845 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90382026-08-31T14:44:03.493Z[ recovery-image] Aug 31 14:44:02.845 INFO O| Aug 31 14:44:02.845 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90392026-08-31T14:44:03.493Z[ recovery-image] Aug 31 14:44:02.845 INFO O| Aug 31 14:44:02.845 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90402026-08-31T14:44:03.493Z[ recovery-image] Aug 31 14:44:02.845 INFO O| Aug 31 14:44:02.845 INFO ok!
90412026-08-31T14:44:03.493Z[ recovery-image] Aug 31 14:44:02.845 INFO O| Aug 31 14:44:02.845 INFO STEP 43 (ensure_file) COMPLETE
90422026-08-31T14:44:03.493Z[ recovery-image] Aug 31 14:44:02.845 INFO O| Aug 31 14:44:02.845 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90432026-08-31T14:44:03.501Z[ recovery-image] Aug 31 14:44:02.857 INFO O| Aug 31 14:44:02.857 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
90442026-08-31T14:44:03.501Z[ recovery-image] Aug 31 14:44:02.857 INFO O| Aug 31 14:44:02.857 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 ...
90452026-08-31T14:44:03.504Z[ recovery-image] Aug 31 14:44:02.857 INFO O| Aug 31 14:44:02.857 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
90462026-08-31T14:44:03.504Z[ recovery-image] Aug 31 14:44:02.857 INFO O| Aug 31 14:44:02.857 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
90472026-08-31T14:44:03.504Z[ recovery-image] Aug 31 14:44:02.857 INFO O| Aug 31 14:44:02.857 INFO ok!
90482026-08-31T14:44:03.504Z[ recovery-image] Aug 31 14:44:02.857 INFO O| Aug 31 14:44:02.857 INFO STEP 44 (ensure_file) COMPLETE
90492026-08-31T14:44:03.504Z[ recovery-image] Aug 31 14:44:02.857 INFO O| Aug 31 14:44:02.857 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90502026-08-31T14:44:03.511Z[ recovery-image] Aug 31 14:44:02.867 INFO O| Aug 31 14:44:02.866 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90512026-08-31T14:44:03.511Z[ recovery-image] Aug 31 14:44:02.867 INFO O| Aug 31 14:44:02.867 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90522026-08-31T14:44:03.511Z[ recovery-image] Aug 31 14:44:02.867 INFO O| Aug 31 14:44:02.867 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90532026-08-31T14:44:03.511Z[ recovery-image] Aug 31 14:44:02.867 INFO O| Aug 31 14:44:02.867 INFO ok!
90542026-08-31T14:44:03.514Z[ recovery-image] Aug 31 14:44:02.867 INFO O| Aug 31 14:44:02.867 INFO STEP 45 (ensure_file) COMPLETE
90552026-08-31T14:44:03.514Z[ recovery-image] Aug 31 14:44:02.867 INFO O| Aug 31 14:44:02.867 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90562026-08-31T14:44:03.521Z[ recovery-image] Aug 31 14:44:02.877 INFO O| Aug 31 14:44:02.877 INFO updating shadow file
90572026-08-31T14:44:03.521Z[ recovery-image] Aug 31 14:44:02.877 INFO O| Aug 31 14:44:02.877 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90582026-08-31T14:44:03.521Z[ recovery-image] Aug 31 14:44:02.877 INFO O| Aug 31 14:44:02.877 INFO STEP 46 (shadow) COMPLETE
90592026-08-31T14:44:03.521Z[ recovery-image] Aug 31 14:44:02.877 INFO O| Aug 31 14:44:02.877 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90602026-08-31T14:44:03.532Z[ recovery-image] Aug 31 14:44:02.888 INFO O| Aug 31 14:44:02.887 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90612026-08-31T14:44:03.532Z[ recovery-image] Aug 31 14:44:02.888 INFO O| Aug 31 14:44:02.888 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90622026-08-31T14:44:03.532Z[ recovery-image] Aug 31 14:44:02.888 INFO O| Aug 31 14:44:02.888 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90632026-08-31T14:44:03.535Z[ recovery-image] Aug 31 14:44:02.888 INFO O| Aug 31 14:44:02.888 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90642026-08-31T14:44:03.535Z[ recovery-image] Aug 31 14:44:02.888 INFO O| Aug 31 14:44:02.888 INFO ok!
90652026-08-31T14:44:03.535Z[ recovery-image] Aug 31 14:44:02.888 INFO O| Aug 31 14:44:02.888 INFO STEP 47 (ensure_file) COMPLETE
90662026-08-31T14:44:03.535Z[ recovery-image] Aug 31 14:44:02.888 INFO O| Aug 31 14:44:02.888 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90672026-08-31T14:44:03.541Z[ recovery-image] Aug 31 14:44:02.897 INFO O| Aug 31 14:44:02.897 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90682026-08-31T14:44:03.541Z[ recovery-image] Aug 31 14:44:02.897 INFO O| Aug 31 14:44:02.897 INFO STEP 48 (ensure_dir) COMPLETE
90692026-08-31T14:44:03.541Z[ recovery-image] Aug 31 14:44:02.897 INFO O| Aug 31 14:44:02.897 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90702026-08-31T14:44:03.551Z[ recovery-image] Aug 31 14:44:02.906 INFO O| Aug 31 14:44:02.906 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90712026-08-31T14:44:03.551Z[ recovery-image] Aug 31 14:44:02.907 INFO O| Aug 31 14:44:02.906 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90722026-08-31T14:44:03.551Z[ recovery-image] Aug 31 14:44:02.907 INFO O| Aug 31 14:44:02.906 INFO STEP 49 (ensure_dir) COMPLETE
90732026-08-31T14:44:03.555Z[ recovery-image] Aug 31 14:44:02.907 INFO O| Aug 31 14:44:02.906 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90742026-08-31T14:44:03.561Z[ recovery-image] Aug 31 14:44:02.917 INFO O| Aug 31 14:44:02.917 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90752026-08-31T14:44:03.561Z[ recovery-image] Aug 31 14:44:02.917 INFO O| Aug 31 14:44:02.917 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90762026-08-31T14:44:03.564Z[ recovery-image] Aug 31 14:44:02.917 INFO O| Aug 31 14:44:02.917 INFO STEP 50 (ensure_dir) COMPLETE
90772026-08-31T14:44:03.564Z[ recovery-image] Aug 31 14:44:02.917 INFO O| Aug 31 14:44:02.917 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90782026-08-31T14:44:03.572Z[ recovery-image] Aug 31 14:44:02.928 INFO O| Aug 31 14:44:02.928 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90792026-08-31T14:44:03.572Z[ recovery-image] Aug 31 14:44:02.928 INFO O| Aug 31 14:44:02.928 INFO copying /tmp/.tmptgqMeT/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90802026-08-31T14:44:03.602Z[ recovery-image] Aug 31 14:44:02.957 INFO O| Aug 31 14:44:02.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90812026-08-31T14:44:03.602Z[ recovery-image] Aug 31 14:44:02.958 INFO O| Aug 31 14:44:02.957 INFO ok!
90822026-08-31T14:44:03.605Z[ recovery-image] Aug 31 14:44:02.958 INFO O| Aug 31 14:44:02.957 INFO STEP 51 (ensure_file) COMPLETE
90832026-08-31T14:44:03.605Z[ recovery-image] Aug 31 14:44:02.958 INFO O| Aug 31 14:44:02.957 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90842026-08-31T14:44:03.613Z[ recovery-image] Aug 31 14:44:02.969 INFO O| Aug 31 14:44:02.968 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90852026-08-31T14:44:03.613Z[ recovery-image] Aug 31 14:44:02.969 INFO O| Aug 31 14:44:02.969 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90862026-08-31T14:44:03.613Z[ recovery-image] Aug 31 14:44:02.969 INFO O| Aug 31 14:44:02.969 INFO STEP 52 (ensure_dir) COMPLETE
90872026-08-31T14:44:03.616Z[ recovery-image] Aug 31 14:44:02.969 INFO O| Aug 31 14:44:02.969 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90882026-08-31T14:44:03.623Z[ recovery-image] Aug 31 14:44:02.979 INFO O| Aug 31 14:44:02.979 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90892026-08-31T14:44:03.623Z[ recovery-image] Aug 31 14:44:02.979 INFO O| Aug 31 14:44:02.979 INFO copying /tmp/.tmptgqMeT/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90902026-08-31T14:44:03.623Z[ recovery-image] Aug 31 14:44:02.979 INFO O| Aug 31 14:44:02.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90912026-08-31T14:44:03.626Z[ recovery-image] Aug 31 14:44:02.979 INFO O| Aug 31 14:44:02.979 INFO ok!
90922026-08-31T14:44:03.626Z[ recovery-image] Aug 31 14:44:02.979 INFO O| Aug 31 14:44:02.979 INFO STEP 53 (ensure_file) COMPLETE
90932026-08-31T14:44:03.626Z[ recovery-image] Aug 31 14:44:02.979 INFO O| Aug 31 14:44:02.979 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90942026-08-31T14:44:03.633Z[ recovery-image] Aug 31 14:44:02.989 INFO O| Aug 31 14:44:02.989 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90952026-08-31T14:44:03.633Z[ recovery-image] Aug 31 14:44:02.989 INFO O| Aug 31 14:44:02.989 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90962026-08-31T14:44:03.633Z[ recovery-image] Aug 31 14:44:02.989 INFO O| Aug 31 14:44:02.989 INFO STEP 54 (ensure_dir) COMPLETE
90972026-08-31T14:44:03.637Z[ recovery-image] Aug 31 14:44:02.989 INFO O| Aug 31 14:44:02.989 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90982026-08-31T14:44:03.643Z[ recovery-image] Aug 31 14:44:02.999 INFO O| Aug 31 14:44:02.998 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90992026-08-31T14:44:03.643Z[ recovery-image] Aug 31 14:44:02.999 INFO O| Aug 31 14:44:02.998 INFO copying /tmp/.tmptgqMeT/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
91002026-08-31T14:44:03.888Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
91012026-08-31T14:44:03.972Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
91022026-08-31T14:44:04.366Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
91032026-08-31T14:44:04.424Z[verify-libraries] Compiling multimap v0.10.1
91042026-08-31T14:44:04.464Z[verify-libraries] Compiling termios v0.3.3
91052026-08-31T14:44:04.577Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
91062026-08-31T14:44:04.737Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
91072026-08-31T14:44:04.737Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
91082026-08-31T14:44:05.609Z[ recovery-image] Aug 31 14:44:04.965 INFO O| Aug 31 14:44:04.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
91092026-08-31T14:44:05.609Z[ recovery-image] Aug 31 14:44:04.965 INFO O| Aug 31 14:44:04.965 INFO ok!
91102026-08-31T14:44:05.609Z[ recovery-image] Aug 31 14:44:04.965 INFO O| Aug 31 14:44:04.965 INFO STEP 55 (ensure_file) COMPLETE
91112026-08-31T14:44:05.612Z[ recovery-image] Aug 31 14:44:04.965 INFO O| Aug 31 14:44:04.965 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91122026-08-31T14:44:05.621Z[ recovery-image] Aug 31 14:44:04.977 INFO O| Aug 31 14:44:04.976 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
91132026-08-31T14:44:05.621Z[ recovery-image] Aug 31 14:44:04.977 INFO O| Aug 31 14:44:04.977 INFO copying /tmp/.tmptgqMeT/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
91142026-08-31T14:44:07.559Z[ recovery-image] Aug 31 14:44:06.914 INFO O| Aug 31 14:44:06.914 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
91152026-08-31T14:44:07.559Z[ recovery-image] Aug 31 14:44:06.914 INFO O| Aug 31 14:44:06.914 INFO ok!
91162026-08-31T14:44:07.564Z[ recovery-image] Aug 31 14:44:06.914 INFO O| Aug 31 14:44:06.914 INFO STEP 56 (ensure_file) COMPLETE
91172026-08-31T14:44:07.564Z[ recovery-image] Aug 31 14:44:06.914 INFO O| Aug 31 14:44:06.914 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91182026-08-31T14:44:07.571Z[ recovery-image] Aug 31 14:44:06.927 INFO O| Aug 31 14:44:06.927 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
91192026-08-31T14:44:07.571Z[ recovery-image] Aug 31 14:44:06.927 INFO O| Aug 31 14:44:06.927 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
91202026-08-31T14:44:07.571Z[ recovery-image] Aug 31 14:44:06.927 INFO O| Aug 31 14:44:06.927 INFO STEP 57 (ensure_dir) COMPLETE
91212026-08-31T14:44:07.574Z[ recovery-image] Aug 31 14:44:06.927 INFO O| Aug 31 14:44:06.927 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91222026-08-31T14:44:07.581Z[ recovery-image] Aug 31 14:44:06.937 INFO O| Aug 31 14:44:06.937 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
91232026-08-31T14:44:07.581Z[ recovery-image] Aug 31 14:44:06.937 INFO O| Aug 31 14:44:06.937 INFO copying /tmp/.tmptgqMeT/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 ...
91242026-08-31T14:44:07.581Z[ recovery-image] Aug 31 14:44:06.937 INFO O| Aug 31 14:44:06.937 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
91252026-08-31T14:44:07.585Z[ recovery-image] Aug 31 14:44:06.937 INFO O| Aug 31 14:44:06.937 INFO ok!
91262026-08-31T14:44:07.585Z[ recovery-image] Aug 31 14:44:06.937 INFO O| Aug 31 14:44:06.937 INFO STEP 58 (ensure_file) COMPLETE
91272026-08-31T14:44:07.585Z[ recovery-image] Aug 31 14:44:06.937 INFO O| Aug 31 14:44:06.937 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91282026-08-31T14:44:07.590Z[ recovery-image] Aug 31 14:44:06.946 INFO O| Aug 31 14:44:06.946 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
91292026-08-31T14:44:07.590Z[ recovery-image] Aug 31 14:44:06.946 INFO O| Aug 31 14:44:06.946 INFO copying /tmp/.tmptgqMeT/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 ...
91302026-08-31T14:44:07.590Z[ recovery-image] Aug 31 14:44:06.946 INFO O| Aug 31 14:44:06.946 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
91312026-08-31T14:44:07.594Z[ recovery-image] Aug 31 14:44:06.946 INFO O| Aug 31 14:44:06.946 INFO ok!
91322026-08-31T14:44:07.594Z[ recovery-image] Aug 31 14:44:06.946 INFO O| Aug 31 14:44:06.946 INFO STEP 59 (ensure_file) COMPLETE
91332026-08-31T14:44:07.594Z[ recovery-image] Aug 31 14:44:06.946 INFO O| Aug 31 14:44:06.946 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91342026-08-31T14:44:07.599Z[ recovery-image] Aug 31 14:44:06.955 INFO O| Aug 31 14:44:06.955 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
91352026-08-31T14:44:07.599Z[ recovery-image] Aug 31 14:44:06.955 INFO O| Aug 31 14:44:06.955 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
91362026-08-31T14:44:07.599Z[ recovery-image] Aug 31 14:44:06.955 INFO O| Aug 31 14:44:06.955 INFO STEP 60 (ensure_dir) COMPLETE
91372026-08-31T14:44:07.603Z[ recovery-image] Aug 31 14:44:06.955 INFO O| Aug 31 14:44:06.955 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91382026-08-31T14:44:07.608Z[ recovery-image] Aug 31 14:44:06.964 INFO O| Aug 31 14:44:06.964 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91392026-08-31T14:44:07.608Z[ recovery-image] Aug 31 14:44:06.964 INFO O| Aug 31 14:44:06.964 INFO copying /tmp/.tmptgqMeT/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 ...
91402026-08-31T14:44:07.608Z[ recovery-image] Aug 31 14:44:06.964 INFO O| Aug 31 14:44:06.964 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91412026-08-31T14:44:07.611Z[ recovery-image] Aug 31 14:44:06.964 INFO O| Aug 31 14:44:06.964 INFO ok!
91422026-08-31T14:44:07.611Z[ recovery-image] Aug 31 14:44:06.964 INFO O| Aug 31 14:44:06.964 INFO STEP 61 (ensure_file) COMPLETE
91432026-08-31T14:44:07.611Z[ recovery-image] Aug 31 14:44:06.964 INFO O| Aug 31 14:44:06.964 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91442026-08-31T14:44:07.617Z[ recovery-image] Aug 31 14:44:06.973 INFO O| Aug 31 14:44:06.973 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91452026-08-31T14:44:07.617Z[ recovery-image] Aug 31 14:44:06.973 INFO O| Aug 31 14:44:06.973 INFO copying /tmp/.tmptgqMeT/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 ...
91462026-08-31T14:44:07.621Z[ recovery-image] Aug 31 14:44:06.973 INFO O| Aug 31 14:44:06.973 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
91472026-08-31T14:44:07.621Z[ recovery-image] Aug 31 14:44:06.973 INFO O| Aug 31 14:44:06.973 INFO ok!
91482026-08-31T14:44:07.621Z[ recovery-image] Aug 31 14:44:06.973 INFO O| Aug 31 14:44:06.973 INFO STEP 62 (ensure_file) COMPLETE
91492026-08-31T14:44:07.621Z[ recovery-image] Aug 31 14:44:06.973 INFO O| Aug 31 14:44:06.973 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91502026-08-31T14:44:07.627Z[ recovery-image] Aug 31 14:44:06.983 INFO O| Aug 31 14:44:06.982 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91512026-08-31T14:44:07.627Z[ recovery-image] Aug 31 14:44:06.983 INFO O| Aug 31 14:44:06.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91522026-08-31T14:44:07.627Z[ recovery-image] Aug 31 14:44:06.983 INFO O| Aug 31 14:44:06.983 INFO STEP 63 (ensure_dir) COMPLETE
91532026-08-31T14:44:07.630Z[ recovery-image] Aug 31 14:44:06.983 INFO O| Aug 31 14:44:06.983 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91542026-08-31T14:44:07.636Z[ recovery-image] Aug 31 14:44:06.992 INFO O| Aug 31 14:44:06.992 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91552026-08-31T14:44:07.636Z[ recovery-image] Aug 31 14:44:06.992 INFO O| Aug 31 14:44:06.992 INFO copying /tmp/.tmptgqMeT/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 ...
91562026-08-31T14:44:07.636Z[ recovery-image] Aug 31 14:44:06.992 INFO O| Aug 31 14:44:06.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91572026-08-31T14:44:07.639Z[ recovery-image] Aug 31 14:44:06.992 INFO O| Aug 31 14:44:06.992 INFO ok!
91582026-08-31T14:44:07.639Z[ recovery-image] Aug 31 14:44:06.992 INFO O| Aug 31 14:44:06.992 INFO STEP 64 (ensure_file) COMPLETE
91592026-08-31T14:44:07.639Z[ recovery-image] Aug 31 14:44:06.992 INFO O| Aug 31 14:44:06.992 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91602026-08-31T14:44:07.646Z[ recovery-image] Aug 31 14:44:07.002 INFO O| Aug 31 14:44:07.002 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91612026-08-31T14:44:07.646Z[ recovery-image] Aug 31 14:44:07.002 INFO O| Aug 31 14:44:07.002 INFO copying /tmp/.tmptgqMeT/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91622026-08-31T14:44:07.646Z[ recovery-image] Aug 31 14:44:07.002 INFO O| Aug 31 14:44:07.002 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91632026-08-31T14:44:07.650Z[ recovery-image] Aug 31 14:44:07.002 INFO O| Aug 31 14:44:07.002 INFO ok!
91642026-08-31T14:44:07.650Z[ recovery-image] Aug 31 14:44:07.002 INFO O| Aug 31 14:44:07.002 INFO STEP 65 (ensure_file) COMPLETE
91652026-08-31T14:44:07.650Z[ recovery-image] Aug 31 14:44:07.002 INFO O| Aug 31 14:44:07.002 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91662026-08-31T14:44:07.658Z[ recovery-image] Aug 31 14:44:07.014 INFO O| Aug 31 14:44:07.013 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91672026-08-31T14:44:07.658Z[ recovery-image] Aug 31 14:44:07.014 INFO O| Aug 31 14:44:07.013 INFO STEP 66 (ensure_dir) COMPLETE
91682026-08-31T14:44:07.658Z[ recovery-image] Aug 31 14:44:07.014 INFO O| Aug 31 14:44:07.014 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91692026-08-31T14:44:07.667Z[ recovery-image] Aug 31 14:44:07.023 INFO O| Aug 31 14:44:07.023 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91702026-08-31T14:44:07.667Z[ recovery-image] Aug 31 14:44:07.023 INFO O| Aug 31 14:44:07.023 INFO STEP 67 (ensure_dir) COMPLETE
91712026-08-31T14:44:07.670Z[ recovery-image] Aug 31 14:44:07.023 INFO O| Aug 31 14:44:07.023 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91722026-08-31T14:44:07.676Z[ recovery-image] Aug 31 14:44:07.031 INFO O| Aug 31 14:44:07.031 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91732026-08-31T14:44:07.679Z[ recovery-image] Aug 31 14:44:07.032 INFO O| Aug 31 14:44:07.031 INFO STEP 68 (ensure_dir) COMPLETE
91742026-08-31T14:44:07.679Z[ recovery-image] Aug 31 14:44:07.032 INFO O| Aug 31 14:44:07.031 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91752026-08-31T14:44:07.683Z[ recovery-image] Aug 31 14:44:07.039 INFO O| Aug 31 14:44:07.039 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91762026-08-31T14:44:07.683Z[ recovery-image] Aug 31 14:44:07.039 INFO O| Aug 31 14:44:07.039 INFO STEP 69 (ensure_dir) COMPLETE
91772026-08-31T14:44:07.683Z[ recovery-image] Aug 31 14:44:07.039 INFO O| Aug 31 14:44:07.039 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91782026-08-31T14:44:07.691Z[ recovery-image] Aug 31 14:44:07.047 INFO O| Aug 31 14:44:07.047 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91792026-08-31T14:44:07.691Z[ recovery-image] Aug 31 14:44:07.047 INFO O| Aug 31 14:44:07.047 INFO copying /tmp/.tmptgqMeT/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91802026-08-31T14:44:07.695Z[ recovery-image] Aug 31 14:44:07.047 INFO O| Aug 31 14:44:07.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91812026-08-31T14:44:07.695Z[ recovery-image] Aug 31 14:44:07.047 INFO O| Aug 31 14:44:07.047 INFO ok!
91822026-08-31T14:44:07.695Z[ recovery-image] Aug 31 14:44:07.047 INFO O| Aug 31 14:44:07.047 INFO STEP 70 (ensure_file) COMPLETE
91832026-08-31T14:44:07.695Z[ recovery-image] Aug 31 14:44:07.047 INFO O| Aug 31 14:44:07.047 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91842026-08-31T14:44:07.702Z[ recovery-image] Aug 31 14:44:07.058 INFO O| Aug 31 14:44:07.058 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91852026-08-31T14:44:07.706Z[ recovery-image] Aug 31 14:44:07.058 INFO O| Aug 31 14:44:07.058 INFO STEP 71 (remove_files) COMPLETE
91862026-08-31T14:44:07.706Z[ recovery-image] Aug 31 14:44:07.058 INFO O| Aug 31 14:44:07.058 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91872026-08-31T14:44:07.712Z[ recovery-image] Aug 31 14:44:07.068 INFO O| Aug 31 14:44:07.068 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91882026-08-31T14:44:07.712Z[ recovery-image] Aug 31 14:44:07.068 INFO O| Aug 31 14:44:07.068 INFO STEP 72 (remove_files) COMPLETE
91892026-08-31T14:44:07.712Z[ recovery-image] Aug 31 14:44:07.068 INFO O| Aug 31 14:44:07.068 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91902026-08-31T14:44:07.723Z[ recovery-image] Aug 31 14:44:07.079 INFO O| Aug 31 14:44:07.079 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91912026-08-31T14:44:07.723Z[ recovery-image] Aug 31 14:44:07.079 INFO O| Aug 31 14:44:07.079 INFO STEP 73 (remove_files) COMPLETE
91922026-08-31T14:44:07.727Z[ recovery-image] Aug 31 14:44:07.079 INFO O| Aug 31 14:44:07.079 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91932026-08-31T14:44:07.736Z[ recovery-image] Aug 31 14:44:07.089 INFO O| Aug 31 14:44:07.089 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91942026-08-31T14:44:07.741Z[ recovery-image] Aug 31 14:44:07.089 INFO O| Aug 31 14:44:07.089 INFO STEP 74 (remove_files) COMPLETE
91952026-08-31T14:44:07.741Z[ recovery-image] Aug 31 14:44:07.089 INFO O| Aug 31 14:44:07.089 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91962026-08-31T14:44:07.744Z[ recovery-image] Aug 31 14:44:07.099 INFO O| Aug 31 14:44:07.099 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91972026-08-31T14:44:07.744Z[ recovery-image] Aug 31 14:44:07.099 INFO O| Aug 31 14:44:07.099 INFO STEP 75 (remove_files) COMPLETE
91982026-08-31T14:44:07.744Z[ recovery-image] Aug 31 14:44:07.099 INFO O| Aug 31 14:44:07.099 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91992026-08-31T14:44:07.752Z[ recovery-image] Aug 31 14:44:07.108 INFO O| Aug 31 14:44:07.108 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
92002026-08-31T14:44:07.752Z[ recovery-image] Aug 31 14:44:07.108 INFO O| Aug 31 14:44:07.108 INFO STEP 76 (remove_files) COMPLETE
92012026-08-31T14:44:07.752Z[ recovery-image] Aug 31 14:44:07.108 INFO O| Aug 31 14:44:07.108 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92022026-08-31T14:44:07.762Z[ recovery-image] Aug 31 14:44:07.118 INFO O| Aug 31 14:44:07.118 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
92032026-08-31T14:44:07.762Z[ recovery-image] Aug 31 14:44:07.118 INFO O| Aug 31 14:44:07.118 INFO STEP 77 (remove_files) COMPLETE
92042026-08-31T14:44:07.762Z[ recovery-image] Aug 31 14:44:07.118 INFO O| Aug 31 14:44:07.118 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92052026-08-31T14:44:07.772Z[ recovery-image] Aug 31 14:44:07.128 INFO O| Aug 31 14:44:07.128 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
92062026-08-31T14:44:07.772Z[ recovery-image] Aug 31 14:44:07.128 INFO O| Aug 31 14:44:07.128 INFO STEP 78 (remove_files) COMPLETE
92072026-08-31T14:44:07.772Z[ recovery-image] Aug 31 14:44:07.128 INFO O| Aug 31 14:44:07.128 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92082026-08-31T14:44:07.782Z[ recovery-image] Aug 31 14:44:07.138 INFO O| Aug 31 14:44:07.138 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
92092026-08-31T14:44:07.782Z[ recovery-image] Aug 31 14:44:07.138 INFO O| Aug 31 14:44:07.138 INFO STEP 79 (remove_files) COMPLETE
92102026-08-31T14:44:07.782Z[ recovery-image] Aug 31 14:44:07.138 INFO O| Aug 31 14:44:07.138 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92112026-08-31T14:44:07.792Z[ recovery-image] Aug 31 14:44:07.147 INFO O| Aug 31 14:44:07.147 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
92122026-08-31T14:44:07.792Z[ recovery-image] Aug 31 14:44:07.148 INFO O| Aug 31 14:44:07.147 INFO STEP 80 (remove_files) COMPLETE
92132026-08-31T14:44:07.796Z[ recovery-image] Aug 31 14:44:07.148 INFO O| Aug 31 14:44:07.147 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92142026-08-31T14:44:07.801Z[ recovery-image] Aug 31 14:44:07.157 INFO O| Aug 31 14:44:07.157 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
92152026-08-31T14:44:07.801Z[ recovery-image] Aug 31 14:44:07.157 INFO O| Aug 31 14:44:07.157 INFO STEP 81 (remove_files) COMPLETE
92162026-08-31T14:44:07.804Z[ recovery-image] Aug 31 14:44:07.157 INFO O| Aug 31 14:44:07.157 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92172026-08-31T14:44:07.811Z[ recovery-image] Aug 31 14:44:07.167 INFO O| Aug 31 14:44:07.167 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
92182026-08-31T14:44:07.811Z[ recovery-image] Aug 31 14:44:07.167 INFO O| Aug 31 14:44:07.167 INFO STEP 82 (remove_files) COMPLETE
92192026-08-31T14:44:07.815Z[ recovery-image] Aug 31 14:44:07.167 INFO O| Aug 31 14:44:07.167 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92202026-08-31T14:44:07.820Z[ recovery-image] Aug 31 14:44:07.176 INFO O| Aug 31 14:44:07.176 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
92212026-08-31T14:44:07.820Z[ recovery-image] Aug 31 14:44:07.176 INFO O| Aug 31 14:44:07.176 INFO STEP 83 (remove_files) COMPLETE
92222026-08-31T14:44:07.820Z[ recovery-image] Aug 31 14:44:07.176 INFO O| Aug 31 14:44:07.176 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92232026-08-31T14:44:07.829Z[ recovery-image] Aug 31 14:44:07.185 INFO O| Aug 31 14:44:07.185 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
92242026-08-31T14:44:07.829Z[ recovery-image] Aug 31 14:44:07.185 INFO O| Aug 31 14:44:07.185 INFO STEP 84 (remove_files) COMPLETE
92252026-08-31T14:44:07.829Z[ recovery-image] Aug 31 14:44:07.185 INFO O| Aug 31 14:44:07.185 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92262026-08-31T14:44:07.838Z[ recovery-image] Aug 31 14:44:07.194 INFO O| Aug 31 14:44:07.194 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
92272026-08-31T14:44:07.838Z[ recovery-image] Aug 31 14:44:07.194 INFO O| Aug 31 14:44:07.194 INFO STEP 85 (remove_files) COMPLETE
92282026-08-31T14:44:07.838Z[ recovery-image] Aug 31 14:44:07.194 INFO O| Aug 31 14:44:07.194 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92292026-08-31T14:44:07.849Z[ recovery-image] Aug 31 14:44:07.205 INFO O| Aug 31 14:44:07.205 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
92302026-08-31T14:44:07.849Z[ recovery-image] Aug 31 14:44:07.205 INFO O| Aug 31 14:44:07.205 INFO STEP 86 (remove_files) COMPLETE
92312026-08-31T14:44:07.852Z[ recovery-image] Aug 31 14:44:07.205 INFO O| Aug 31 14:44:07.205 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92322026-08-31T14:44:07.859Z[ recovery-image] Aug 31 14:44:07.215 INFO O| Aug 31 14:44:07.215 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
92332026-08-31T14:44:07.859Z[ recovery-image] Aug 31 14:44:07.215 INFO O| Aug 31 14:44:07.215 INFO STEP 87 (remove_files) COMPLETE
92342026-08-31T14:44:07.859Z[ recovery-image] Aug 31 14:44:07.215 INFO O| Aug 31 14:44:07.215 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92352026-08-31T14:44:07.867Z[ recovery-image] Aug 31 14:44:07.223 INFO O| Aug 31 14:44:07.223 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
92362026-08-31T14:44:07.871Z[ recovery-image] Aug 31 14:44:07.223 INFO O| Aug 31 14:44:07.223 INFO STEP 88 (remove_files) COMPLETE
92372026-08-31T14:44:07.871Z[ recovery-image] Aug 31 14:44:07.223 INFO O| Aug 31 14:44:07.223 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92382026-08-31T14:44:07.878Z[ recovery-image] Aug 31 14:44:07.234 INFO O| Aug 31 14:44:07.234 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
92392026-08-31T14:44:07.878Z[ recovery-image] Aug 31 14:44:07.235 INFO O| Aug 31 14:44:07.234 INFO STEP 89 (remove_files) COMPLETE
92402026-08-31T14:44:07.882Z[ recovery-image] Aug 31 14:44:07.235 INFO O| Aug 31 14:44:07.234 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92412026-08-31T14:44:07.890Z[ recovery-image] Aug 31 14:44:07.246 INFO O| Aug 31 14:44:07.246 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
92422026-08-31T14:44:07.890Z[ recovery-image] Aug 31 14:44:07.246 INFO O| Aug 31 14:44:07.246 INFO STEP 90 (remove_files) COMPLETE
92432026-08-31T14:44:07.890Z[ recovery-image] Aug 31 14:44:07.246 INFO O| Aug 31 14:44:07.246 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92442026-08-31T14:44:07.900Z[ recovery-image] Aug 31 14:44:07.256 INFO O| Aug 31 14:44:07.256 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
92452026-08-31T14:44:07.900Z[ recovery-image] Aug 31 14:44:07.256 INFO O| Aug 31 14:44:07.256 INFO STEP 91 (remove_files) COMPLETE
92462026-08-31T14:44:07.900Z[ recovery-image] Aug 31 14:44:07.256 INFO O| Aug 31 14:44:07.256 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92472026-08-31T14:44:07.910Z[ recovery-image] Aug 31 14:44:07.266 INFO O| Aug 31 14:44:07.266 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
92482026-08-31T14:44:07.910Z[ recovery-image] Aug 31 14:44:07.266 INFO O| Aug 31 14:44:07.266 INFO STEP 92 (remove_files) COMPLETE
92492026-08-31T14:44:07.910Z[ recovery-image] Aug 31 14:44:07.266 INFO O| Aug 31 14:44:07.266 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92502026-08-31T14:44:07.921Z[ recovery-image] Aug 31 14:44:07.277 INFO O| Aug 31 14:44:07.277 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
92512026-08-31T14:44:07.921Z[ recovery-image] Aug 31 14:44:07.277 INFO O| Aug 31 14:44:07.277 INFO STEP 93 (remove_files) COMPLETE
92522026-08-31T14:44:07.921Z[ recovery-image] Aug 31 14:44:07.277 INFO O| Aug 31 14:44:07.277 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92532026-08-31T14:44:07.931Z[ recovery-image] Aug 31 14:44:07.287 INFO O| Aug 31 14:44:07.287 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92542026-08-31T14:44:07.931Z[ recovery-image] Aug 31 14:44:07.287 INFO O| Aug 31 14:44:07.287 INFO STEP 94 (remove_files) COMPLETE
92552026-08-31T14:44:07.931Z[ recovery-image] Aug 31 14:44:07.287 INFO O| Aug 31 14:44:07.287 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92562026-08-31T14:44:07.941Z[ recovery-image] Aug 31 14:44:07.297 INFO O| Aug 31 14:44:07.297 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92572026-08-31T14:44:07.941Z[ recovery-image] Aug 31 14:44:07.297 INFO O| Aug 31 14:44:07.297 INFO STEP 95 (remove_files) COMPLETE
92582026-08-31T14:44:07.941Z[ recovery-image] Aug 31 14:44:07.297 INFO O| Aug 31 14:44:07.297 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92592026-08-31T14:44:07.950Z[ recovery-image] Aug 31 14:44:07.306 INFO O| Aug 31 14:44:07.306 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92602026-08-31T14:44:07.950Z[ recovery-image] Aug 31 14:44:07.306 INFO O| Aug 31 14:44:07.306 INFO STEP 96 (remove_files) COMPLETE
92612026-08-31T14:44:07.950Z[ recovery-image] Aug 31 14:44:07.306 INFO O| Aug 31 14:44:07.306 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92622026-08-31T14:44:07.959Z[ recovery-image] Aug 31 14:44:07.315 INFO O| Aug 31 14:44:07.315 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92632026-08-31T14:44:07.960Z[ recovery-image] Aug 31 14:44:07.315 INFO O| Aug 31 14:44:07.315 INFO STEP 97 (remove_files) COMPLETE
92642026-08-31T14:44:07.963Z[ recovery-image] Aug 31 14:44:07.315 INFO O| Aug 31 14:44:07.315 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92652026-08-31T14:44:07.969Z[ recovery-image] Aug 31 14:44:07.325 INFO O| Aug 31 14:44:07.325 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92662026-08-31T14:44:07.969Z[ recovery-image] Aug 31 14:44:07.325 INFO O| Aug 31 14:44:07.325 INFO STEP 98 (remove_files) COMPLETE
92672026-08-31T14:44:07.969Z[ recovery-image] Aug 31 14:44:07.325 INFO O| Aug 31 14:44:07.325 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92682026-08-31T14:44:07.980Z[ recovery-image] Aug 31 14:44:07.336 INFO O| Aug 31 14:44:07.336 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92692026-08-31T14:44:07.980Z[ recovery-image] Aug 31 14:44:07.336 INFO O| Aug 31 14:44:07.336 INFO STEP 99 (remove_files) COMPLETE
92702026-08-31T14:44:07.984Z[ recovery-image] Aug 31 14:44:07.336 INFO O| Aug 31 14:44:07.336 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92712026-08-31T14:44:07.995Z[ recovery-image] Aug 31 14:44:07.351 INFO O| Aug 31 14:44:07.351 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92722026-08-31T14:44:07.995Z[ recovery-image] Aug 31 14:44:07.351 INFO O| Aug 31 14:44:07.351 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92732026-08-31T14:44:08.649Z[verify-libraries] Compiling polar-core v0.27.3
92742026-08-31T14:44:13.706Z[ recovery-image] Aug 31 14:44:13.058 INFO O| Aug 31 14:44:13.058 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
92752026-08-31T14:44:13.707Z[ recovery-image] Aug 31 14:44:13.059 INFO O| Aug 31 14:44:13.058 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92762026-08-31T14:44:13.722Z[ recovery-image] Aug 31 14:44:13.074 INFO O| Aug 31 14:44:13.074 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92772026-08-31T14:44:13.848Z[ recovery-image] Aug 31 14:44:13.203 INFO O| Aug 31 14:44:13.202 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "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"}
92782026-08-31T14:44:13.906Z[ recovery-image] Aug 31 14:44:13.261 INFO O| Aug 31 14:44:13.261 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92792026-08-31T14:44:13.977Z[ recovery-image] Aug 31 14:44:13.332 INFO O| Aug 31 14:44:13.332 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92802026-08-31T14:44:13.977Z[ recovery-image] Aug 31 14:44:13.332 INFO O| Aug 31 14:44:13.332 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 ...
92812026-08-31T14:44:13.980Z[ recovery-image] Aug 31 14:44:13.334 INFO O| Aug 31 14:44:13.334 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92822026-08-31T14:44:13.980Z[ recovery-image] Aug 31 14:44:13.334 INFO O| Aug 31 14:44:13.334 INFO ok!
92832026-08-31T14:44:13.981Z[ recovery-image] Aug 31 14:44:13.334 INFO O| Aug 31 14:44:13.334 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92842026-08-31T14:44:13.981Z[ recovery-image] Aug 31 14:44:13.334 INFO O| Aug 31 14:44:13.334 INFO STEP 100 (seed_smf) COMPLETE
92852026-08-31T14:44:13.981Z[ recovery-image] Aug 31 14:44:13.334 INFO O| Aug 31 14:44:13.334 INFO steps complete; finalising image!
92862026-08-31T14:44:13.981Z[ recovery-image] Aug 31 14:44:13.334 INFO O| Aug 31 14:44:13.334 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92872026-08-31T14:44:14.051Z[ recovery-image] Aug 31 14:44:13.407 INFO O| Aug 31 14:44:13.407 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Mon Aug 31 14:44:13 2026)
92882026-08-31T14:44:14.259Z[ recovery-image] Aug 31 14:44:13.615 INFO O| Aug 31 14:44:13.614 INFO trim TEMPORARY-sled-zfs-recovery: (76% trimmed, started at Mon Aug 31 14:44:13 2026)
92892026-08-31T14:44:14.465Z[ recovery-image] Aug 31 14:44:13.821 INFO O| Aug 31 14:44:13.821 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 14:44:13 2026)
92902026-08-31T14:44:14.672Z[ recovery-image] Aug 31 14:44:14.028 INFO O| Aug 31 14:44:14.028 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 14:44:13 2026)
92912026-08-31T14:44:14.879Z[ recovery-image] Aug 31 14:44:14.235 INFO O| Aug 31 14:44:14.235 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 14:44:13 2026)
92922026-08-31T14:44:15.085Z[ recovery-image] Aug 31 14:44:14.440 INFO O| Aug 31 14:44:14.440 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 14:44:13 2026)
92932026-08-31T14:44:15.293Z[ recovery-image] Aug 31 14:44:14.647 INFO O| Aug 31 14:44:14.647 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 14:44:13 2026)
92942026-08-31T14:44:15.498Z[ recovery-image] Aug 31 14:44:14.853 INFO O| Aug 31 14:44:14.853 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 14:44:13 2026)
92952026-08-31T14:44:15.704Z[ recovery-image] Aug 31 14:44:15.059 INFO O| Aug 31 14:44:15.059 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 14:44:13 2026)
92962026-08-31T14:44:15.910Z[ recovery-image] Aug 31 14:44:15.266 INFO O| Aug 31 14:44:15.266 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 14:44:13 2026)
92972026-08-31T14:44:16.117Z[ recovery-image] Aug 31 14:44:15.473 INFO O| Aug 31 14:44:15.473 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 14:44:13 2026)
92982026-08-31T14:44:16.324Z[ recovery-image] Aug 31 14:44:15.680 INFO O| Aug 31 14:44:15.680 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 14:44:13 2026)
92992026-08-31T14:44:16.531Z[ recovery-image] Aug 31 14:44:15.886 INFO O| Aug 31 14:44:15.886 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 14:44:13 2026)
93002026-08-31T14:44:16.737Z[ recovery-image] Aug 31 14:44:16.093 INFO O| Aug 31 14:44:16.093 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Mon Aug 31 14:44:13 2026)
93012026-08-31T14:44:16.837Z[verify-libraries] Compiling oso v0.27.3
93022026-08-31T14:44:16.964Z[ recovery-image] Aug 31 14:44:16.320 INFO O| Aug 31 14:44:16.320 INFO temporary pool has 510M used, 1.25G avail, 1.00x compressratio
93032026-08-31T14:44:16.964Z[ recovery-image] Aug 31 14:44:16.320 INFO O| Aug 31 14:44:16.320 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93042026-08-31T14:44:17.959Z[ recovery-image] Aug 31 14:44:17.314 INFO O| Aug 31 14:44:17.314 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
93052026-08-31T14:44:17.959Z[ recovery-image] Aug 31 14:44:17.315 INFO O| Aug 31 14:44:17.314 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93062026-08-31T14:44:20.780Z[ recovery-image] Aug 31 14:44:20.135 INFO O| Aug 31 14:44:20.135 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93072026-08-31T14:44:20.780Z[ recovery-image] Aug 31 14:44:20.135 INFO O| Aug 31 14:44:20.135 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93082026-08-31T14:44:20.780Z[ recovery-image] Aug 31 14:44:20.135 INFO O| Aug 31 14:44:20.135 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93092026-08-31T14:44:20.784Z[ recovery-image] Aug 31 14:44:20.135 INFO O| Aug 31 14:44:20.135 INFO completed processing sled/zfs-recovery
93102026-08-31T14:44:20.784Z[ recovery-image] Aug 31 14:44:20.135 INFO O| Aug 31 14:44:20.135 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93112026-08-31T14:44:23.119Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93122026-08-31T14:44:23.585Z[ host-image] Aug 31 14:44:22.941 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24217:20260827T182804Z
93132026-08-31T14:44:23.585Z[ host-image] Aug 31 14:44:22.941 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24217:20260827T182804Z
93142026-08-31T14:44:23.585Z[ host-image] Aug 31 14:44:22.941 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
93152026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.941 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
93162026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.941 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
93172026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.941 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
93182026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.941 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
93192026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.941 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
93202026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.942 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260831T143101Z
93212026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.942 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
93222026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.942 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
93232026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.942 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24217:20260827T182804Z
93242026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.942 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24217:20260827T182804Z
93252026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.942 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24217:20260827T182805Z
93262026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.943 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24217:20260827T182805Z
93272026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.943 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
93282026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.943 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24217:20260827T182805Z
93292026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.943 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24217:20260827T182805Z
93302026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.943 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24217:20260827T182805Z
93312026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.943 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24217:20260827T182805Z
93322026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.943 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24217:20260827T182805Z
93332026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.943 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24217:20260827T182805Z
93342026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.943 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24217:20260827T182805Z
93352026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.943 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24217:20260827T182805Z
93362026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.943 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24217:20260827T182806Z
93372026-08-31T14:44:23.589Z[ host-image] Aug 31 14:44:22.943 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24217:20260827T182806Z
93382026-08-31T14:44:23.590Z[ host-image] Aug 31 14:44:22.943 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24217:20260827T182806Z
93392026-08-31T14:44:23.590Z[ host-image] Aug 31 14:44:22.944 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24217:20260827T182806Z
93402026-08-31T14:44:23.590Z[ host-image] Aug 31 14:44:22.944 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24217:20260827T182807Z
93412026-08-31T14:44:23.590Z[ host-image] Aug 31 14:44:22.944 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24217:20260827T182807Z
93422026-08-31T14:44:23.590Z[ host-image] Aug 31 14:44:22.944 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24217:20260827T182807Z
93432026-08-31T14:44:23.590Z[ host-image] Aug 31 14:44:22.944 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
93442026-08-31T14:44:23.590Z[ host-image] Aug 31 14:44:22.944 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24217:20260827T182808Z
93452026-08-31T14:44:23.590Z[ host-image] Aug 31 14:44:22.944 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24217:20260827T182809Z
93462026-08-31T14:44:23.590Z[ host-image] Aug 31 14:44:22.944 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24217:20260827T182809Z
93472026-08-31T14:44:23.590Z[ host-image] Aug 31 14:44:22.944 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24217:20260827T182809Z
93482026-08-31T14:44:23.590Z[ host-image] Aug 31 14:44:22.944 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24217:20260827T182810Z
93492026-08-31T14:44:23.590Z[ host-image] Aug 31 14:44:22.944 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24217:20260827T182810Z
93502026-08-31T14:44:23.590Z[ host-image] Aug 31 14:44:22.944 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24217:20260827T182810Z
93512026-08-31T14:44:23.594Z[ host-image] Aug 31 14:44:22.947 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
93522026-08-31T14:44:23.594Z[ host-image] Aug 31 14:44:22.947 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24217:20260827T182810Z
93532026-08-31T14:44:23.594Z[ host-image] Aug 31 14:44:22.947 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
93542026-08-31T14:44:23.594Z[ host-image] Aug 31 14:44:22.947 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93552026-08-31T14:44:23.594Z[ host-image] Aug 31 14:44:22.947 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93562026-08-31T14:44:23.594Z[ host-image] Aug 31 14:44:22.947 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93572026-08-31T14:44:23.594Z[ host-image] Aug 31 14:44:22.948 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24217:20260827T182810Z
93582026-08-31T14:44:23.594Z[ host-image] Aug 31 14:44:22.948 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93592026-08-31T14:44:23.594Z[ host-image] Aug 31 14:44:22.948 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93602026-08-31T14:44:23.594Z[ host-image] Aug 31 14:44:22.948 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93612026-08-31T14:44:23.594Z[ host-image] Aug 31 14:44:22.948 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93622026-08-31T14:44:23.598Z[ host-image] Aug 31 14:44:22.951 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93632026-08-31T14:44:23.598Z[ host-image] Aug 31 14:44:22.951 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93642026-08-31T14:44:23.598Z[ host-image] Aug 31 14:44:22.952 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93652026-08-31T14:44:23.598Z[ host-image] Aug 31 14:44:22.952 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93662026-08-31T14:44:23.598Z[ host-image] Aug 31 14:44:22.952 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93672026-08-31T14:44:23.598Z[ host-image] Aug 31 14:44:22.952 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93682026-08-31T14:44:23.608Z[ host-image] Aug 31 14:44:22.964 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93692026-08-31T14:44:23.611Z[ host-image] Aug 31 14:44:22.964 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93702026-08-31T14:44:23.612Z[ host-image] Aug 31 14:44:22.964 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93712026-08-31T14:44:23.612Z[ host-image] Aug 31 14:44:22.964 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24217:20260827T182811Z
93722026-08-31T14:44:23.612Z[ host-image] Aug 31 14:44:22.964 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24217:20260827T182814Z
93732026-08-31T14:44:23.612Z[ host-image] Aug 31 14:44:22.964 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93742026-08-31T14:44:23.612Z[ host-image] Aug 31 14:44:22.964 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24217:20260827T182814Z
93752026-08-31T14:44:23.612Z[ host-image] Aug 31 14:44:22.964 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93762026-08-31T14:44:23.612Z[ host-image] Aug 31 14:44:22.964 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93772026-08-31T14:44:23.612Z[ host-image] Aug 31 14:44:22.964 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93782026-08-31T14:44:23.612Z[ host-image] Aug 31 14:44:22.965 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93792026-08-31T14:44:23.612Z[ host-image] Aug 31 14:44:22.965 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24217:20260827T182814Z
93802026-08-31T14:44:23.612Z[ host-image] Aug 31 14:44:22.965 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93812026-08-31T14:44:23.612Z[ host-image] Aug 31 14:44:22.966 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93822026-08-31T14:44:23.612Z[ host-image] Aug 31 14:44:22.966 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93832026-08-31T14:44:23.612Z[ host-image] Aug 31 14:44:22.966 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93842026-08-31T14:44:23.612Z[ host-image] Aug 31 14:44:22.966 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24217:20260827T182814Z
93852026-08-31T14:44:23.612Z[ host-image] Aug 31 14:44:22.966 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93862026-08-31T14:44:23.616Z[ host-image] Aug 31 14:44:22.970 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93872026-08-31T14:44:23.616Z[ host-image] Aug 31 14:44:22.970 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24217:20260827T182814Z
93882026-08-31T14:44:23.616Z[ host-image] Aug 31 14:44:22.971 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24217:20260827T182815Z
93892026-08-31T14:44:23.616Z[ host-image] Aug 31 14:44:22.971 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24217:20260827T182815Z
93902026-08-31T14:44:23.616Z[ host-image] Aug 31 14:44:22.971 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93912026-08-31T14:44:23.616Z[ host-image] Aug 31 14:44:22.971 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24217:20260827T182815Z
93922026-08-31T14:44:23.616Z[ host-image] Aug 31 14:44:22.971 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24217:20260827T182815Z
93932026-08-31T14:44:23.616Z[ host-image] Aug 31 14:44:22.971 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24217:20260827T182815Z
93942026-08-31T14:44:23.616Z[ host-image] Aug 31 14:44:22.971 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24217:20260827T182815Z
93952026-08-31T14:44:23.620Z[ host-image] Aug 31 14:44:22.972 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93962026-08-31T14:44:23.620Z[ host-image] Aug 31 14:44:22.972 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24217:20260827T182816Z
93972026-08-31T14:44:23.620Z[ host-image] Aug 31 14:44:22.972 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24217:20260827T182816Z
93982026-08-31T14:44:23.620Z[ host-image] Aug 31 14:44:22.972 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93992026-08-31T14:44:23.620Z[ host-image] Aug 31 14:44:22.973 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24217:20260827T182816Z
94002026-08-31T14:44:23.620Z[ host-image] Aug 31 14:44:22.973 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24217:20260827T182816Z
94012026-08-31T14:44:23.620Z[ host-image] Aug 31 14:44:22.973 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24217:20260827T182816Z
94022026-08-31T14:44:23.620Z[ host-image] Aug 31 14:44:22.973 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24217:20260827T182816Z
94032026-08-31T14:44:23.620Z[ host-image] Aug 31 14:44:22.975 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24217:20260827T182816Z
94042026-08-31T14:44:23.620Z[ host-image] Aug 31 14:44:22.975 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
94052026-08-31T14:44:23.620Z[ host-image] Aug 31 14:44:22.975 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24217:20260827T182816Z
94062026-08-31T14:44:23.620Z[ host-image] Aug 31 14:44:22.975 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24217:20260827T182816Z
94072026-08-31T14:44:23.620Z[ host-image] Aug 31 14:44:22.976 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24217:20260827T182817Z
94082026-08-31T14:44:23.620Z[ host-image] Aug 31 14:44:22.976 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24217:20260827T182817Z
94092026-08-31T14:44:23.624Z[ host-image] Aug 31 14:44:22.976 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24217:20260827T182817Z
94102026-08-31T14:44:23.624Z[ host-image] Aug 31 14:44:22.976 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24217:20260827T182817Z
94112026-08-31T14:44:23.624Z[ host-image] Aug 31 14:44:22.976 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24217:20260827T182817Z
94122026-08-31T14:44:23.624Z[ host-image] Aug 31 14:44:22.976 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24217:20260827T182817Z
94132026-08-31T14:44:23.624Z[ host-image] Aug 31 14:44:22.979 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24217:20260827T182818Z
94142026-08-31T14:44:23.624Z[ host-image] Aug 31 14:44:22.979 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24217:20260827T182817Z
94152026-08-31T14:44:23.624Z[ host-image] Aug 31 14:44:22.979 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24217:20260827T182817Z
94162026-08-31T14:44:23.624Z[ host-image] Aug 31 14:44:22.980 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24217:20260827T182817Z
94172026-08-31T14:44:23.624Z[ host-image] Aug 31 14:44:22.980 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24217:20260827T182818Z
94182026-08-31T14:44:23.630Z[ host-image] Aug 31 14:44:22.986 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24217:20260827T182819Z
94192026-08-31T14:44:23.630Z[ host-image] Aug 31 14:44:22.986 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24217:20260827T182818Z
94202026-08-31T14:44:23.634Z[ host-image] Aug 31 14:44:22.986 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24217:20260827T182818Z
94212026-08-31T14:44:23.634Z[ host-image] Aug 31 14:44:22.986 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
94222026-08-31T14:44:23.634Z[ host-image] Aug 31 14:44:22.986 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
94232026-08-31T14:44:23.638Z[ host-image] Aug 31 14:44:22.994 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24217:20260827T182818Z
94242026-08-31T14:44:23.638Z[ host-image] Aug 31 14:44:22.994 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
94252026-08-31T14:44:23.638Z[ host-image] Aug 31 14:44:22.994 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24217:20260827T182818Z
94262026-08-31T14:44:23.642Z[ host-image] Aug 31 14:44:22.994 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24217:20260827T182818Z
94272026-08-31T14:44:23.642Z[ host-image] Aug 31 14:44:22.995 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24217:20260827T182818Z
94282026-08-31T14:44:23.642Z[ host-image] Aug 31 14:44:22.995 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
94292026-08-31T14:44:23.642Z[ host-image] Aug 31 14:44:22.995 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
94302026-08-31T14:44:23.642Z[ host-image] Aug 31 14:44:22.995 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24217:20260827T182819Z
94312026-08-31T14:44:23.642Z[ host-image] Aug 31 14:44:22.995 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24217:20260827T182819Z
94322026-08-31T14:44:23.642Z[ host-image] Aug 31 14:44:22.995 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24217:20260827T182819Z
94332026-08-31T14:44:23.642Z[ host-image] Aug 31 14:44:22.995 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24217:20260827T182819Z
94342026-08-31T14:44:23.642Z[ host-image] Aug 31 14:44:22.995 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24217:20260827T182819Z
94352026-08-31T14:44:23.642Z[ host-image] Aug 31 14:44:22.995 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24217:20260827T182819Z
94362026-08-31T14:44:23.642Z[ host-image] Aug 31 14:44:22.996 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
94372026-08-31T14:44:23.642Z[ host-image] Aug 31 14:44:22.996 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24217:20260827T182819Z
94382026-08-31T14:44:23.642Z[ host-image] Aug 31 14:44:22.997 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24217:20260827T182819Z
94392026-08-31T14:44:23.642Z[ host-image] Aug 31 14:44:22.997 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24217:20260827T182819Z
94402026-08-31T14:44:23.642Z[ host-image] Aug 31 14:44:22.997 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24217:20260827T182820Z
94412026-08-31T14:44:23.642Z[ host-image] Aug 31 14:44:22.997 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24217:20260827T182820Z
94422026-08-31T14:44:23.642Z[ host-image] Aug 31 14:44:22.997 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24217:20260827T182820Z
94432026-08-31T14:44:23.642Z[ host-image] Aug 31 14:44:22.997 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
94442026-08-31T14:44:23.642Z[ host-image] Aug 31 14:44:22.997 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
94452026-08-31T14:44:23.642Z[ host-image] Aug 31 14:44:22.997 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24217:20260827T182821Z
94462026-08-31T14:44:23.643Z[ host-image] Aug 31 14:44:22.997 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24217:20260827T182821Z
94472026-08-31T14:44:23.643Z[ host-image] Aug 31 14:44:22.997 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
94482026-08-31T14:44:23.643Z[ host-image] Aug 31 14:44:22.997 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
94492026-08-31T14:44:23.643Z[ host-image] Aug 31 14:44:22.997 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
94502026-08-31T14:44:23.643Z[ host-image] Aug 31 14:44:22.997 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
94512026-08-31T14:44:23.643Z[ host-image] Aug 31 14:44:22.997 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
94522026-08-31T14:44:23.643Z[ host-image] Aug 31 14:44:22.997 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
94532026-08-31T14:44:23.646Z[ host-image] Aug 31 14:44:22.998 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
94542026-08-31T14:44:23.646Z[ host-image] Aug 31 14:44:22.998 INFO O| tempdir @ "/tmp/.tmpDAWjwy/tmp"
94552026-08-31T14:44:23.647Z[ host-image] Aug 31 14:44:22.998 INFO O| image root @ "/tmp/.tmpDAWjwy/tmp/root"
94562026-08-31T14:44:23.647Z[ host-image] Aug 31 14:44:22.998 INFO O| creating image...
94572026-08-31T14:44:23.939Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
94582026-08-31T14:44:26.909Z[ recovery-image] Aug 31 14:44:26.264 INFO O| Aug 31 14:44:26.264 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
94592026-08-31T14:44:26.913Z[ host-image] Aug 31 14:44:26.269 INFO O| copying publishers...
94602026-08-31T14:44:27.032Z[ recovery-image] Aug 31 14:44:26.387 INFO BUILD STRING "heads/stlouis-0-ge73f257543\n"
94612026-08-31T14:44:27.032Z[ recovery-image] Aug 31 14:44:26.387 INFO expanded image name: "recovery c28413b/${os_short_commit} 2026-08-31 14:30" -> "recovery c28413b/e73f257 2026-08-31 14:30"
94622026-08-31T14:44:27.036Z[ recovery-image] Aug 31 14:44:26.387 INFO output artefacts stored in: "/work/os-recovery"
94632026-08-31T14:44:27.036Z[ recovery-image] Aug 31 14:44:26.387 INFO collecting git info from project "amd-host-image-builder"...
94642026-08-31T14:44:27.074Z[ recovery-image] Aug 31 14:44:26.429 INFO collecting git info from project "bootserver"...
94652026-08-31T14:44:27.080Z[ recovery-image] Aug 31 14:44:26.436 INFO collecting git info from project "pinprick"...
94662026-08-31T14:44:27.087Z[ recovery-image] Aug 31 14:44:26.443 INFO collecting git info from project "dmar-report"...
94672026-08-31T14:44:27.097Z[ recovery-image] Aug 31 14:44:26.453 INFO collecting git info from project "image-builder"...
94682026-08-31T14:44:27.105Z[ recovery-image] Aug 31 14:44:26.461 INFO collecting git info from project "amd-firmware"...
94692026-08-31T14:44:27.642Z[ recovery-image] Aug 31 14:44:26.998 INFO collecting git info from project "phbl"...
94702026-08-31T14:44:27.652Z[ recovery-image] Aug 31 14:44:27.007 INFO collecting git info from project "pilot"...
94712026-08-31T14:44:27.662Z[ recovery-image] Aug 31 14:44:27.018 INFO collecting git info from project "chelsio-t6-roms"...
94722026-08-31T14:44:27.683Z[ recovery-image] Aug 31 14:44:27.039 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94732026-08-31T14:44:28.366Z[ recovery-image] Aug 31 14:44:27.721 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94742026-08-31T14:44:28.751Z[ recovery-image] Aug 31 14:44:28.107 INFO creating Oxide boot image...
94752026-08-31T14:44:28.751Z[ recovery-image] Aug 31 14:44:28.107 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery c28413b/e73f257 2026-08-31 14:30", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94762026-08-31T14:44:28.808Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94772026-08-31T14:44:30.605Z[ host-image] Aug 31 14:44:29.958 INFO O| adding properties...
94782026-08-31T14:44:31.295Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94792026-08-31T14:44:31.756Z[ host-image] Aug 31 14:44:31.112 INFO O| installing packages...
94802026-08-31T14:44:37.150Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94812026-08-31T14:44:37.210Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94822026-08-31T14:44:38.070Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94832026-08-31T14:44:39.998Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94842026-08-31T14:44:41.702Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94852026-08-31T14:44:42.084Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94862026-08-31T14:44:42.962Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94872026-08-31T14:44:43.587Z[ host-image] Aug 31 14:44:42.921 INFO O| seeding SMF database...
94882026-08-31T14:44:48.376Z[ host-image] Aug 31 14:44:47.724 INFO O| configuring SMF profile...
94892026-08-31T14:44:48.376Z[ host-image] Aug 31 14:44:47.724 INFO O| modifying shadow(5)...
94902026-08-31T14:44:48.380Z[ host-image] Aug 31 14:44:47.724 INFO O| loading user and group database...
94912026-08-31T14:44:48.380Z[ host-image] Aug 31 14:44:47.724 INFO O| loading facet selections...
94922026-08-31T14:44:49.018Z[ host-image] Aug 31 14:44:48.373 INFO O| devel -> true
94932026-08-31T14:44:49.018Z[ host-image] Aug 31 14:44:48.373 INFO O| doc.man -> true
94942026-08-31T14:44:49.018Z[ host-image] Aug 31 14:44:48.373 INFO O| version-lock.shell/ksh93 -> true
94952026-08-31T14:44:49.021Z[ host-image] Aug 31 14:44:48.373 INFO O| version-lock.system/data/hardware-registry -> true
94962026-08-31T14:44:49.021Z[ host-image] Aug 31 14:44:48.373 INFO O| version-lock.system/data/zoneinfo -> true
94972026-08-31T14:44:49.021Z[ host-image] Aug 31 14:44:48.373 INFO O| version-lock.system/microcode/amd -> true
94982026-08-31T14:44:49.021Z[ host-image] Aug 31 14:44:48.373 INFO O| version-lock.system/microcode/intel -> true
94992026-08-31T14:44:49.022Z[ host-image] Aug 31 14:44:48.373 INFO O| version-lock.system/microcode/oxide -> true
95002026-08-31T14:44:49.022Z[ host-image] Aug 31 14:44:48.373 INFO O| assessing packaged files...
95012026-08-31T14:44:50.877Z[ host-image] Aug 31 14:44:50.229 INFO O| creating archive...
95022026-08-31T14:44:50.895Z[ host-image] Aug 31 14:44:50.250 INFO O| missing from packaging:
95032026-08-31T14:44:50.895Z[ host-image] Aug 31 14:44:50.250 INFO O| "etc/.pwd.lock"
95042026-08-31T14:44:50.895Z[ host-image] Aug 31 14:44:50.250 INFO O| "etc/bash"
95052026-08-31T14:44:50.900Z[ host-image] Aug 31 14:44:50.254 INFO O| "etc/svc/profile/generic.xml"
95062026-08-31T14:44:50.900Z[ host-image] Aug 31 14:44:50.254 INFO O| "etc/svc/profile/inetd_services.xml"
95072026-08-31T14:44:50.900Z[ host-image] Aug 31 14:44:50.254 INFO O| "etc/svc/profile/name_service.xml"
95082026-08-31T14:44:50.900Z[ host-image] Aug 31 14:44:50.254 INFO O| "etc/svc/profile/platform.xml"
95092026-08-31T14:44:50.900Z[ host-image] Aug 31 14:44:50.254 INFO O| "etc/svc/profile/platform_omicron1.xml"
95102026-08-31T14:44:50.900Z[ host-image] Aug 31 14:44:50.254 INFO O| "etc/svc/repository.db"
95112026-08-31T14:44:50.905Z[ host-image] Aug 31 14:44:50.260 INFO O| "opt/ooce/share"
95122026-08-31T14:44:50.905Z[ host-image] Aug 31 14:44:50.260 INFO O| "opt/ooce/share/man"
95132026-08-31T14:44:50.905Z[ host-image] Aug 31 14:44:50.260 INFO O| "opt/ooce/share/man/man1"
95142026-08-31T14:44:50.914Z[ host-image] Aug 31 14:44:50.269 INFO O| finishing archive...
95152026-08-31T14:44:52.148Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
95162026-08-31T14:44:53.263Z[ host-image] Aug 31 14:44:52.618 INFO O| creating gzonly manifest...
95172026-08-31T14:44:53.269Z[ host-image] Aug 31 14:44:52.624 INFO O| ok
95182026-08-31T14:44:53.381Z[ host-image] Aug 31 14:44:52.735 INFO image builder template: ramdisk-02-trim...
95192026-08-31T14:44:53.381Z[ host-image] Aug 31 14:44:52.735 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/.tmptgqMeT/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
95202026-08-31T14:44:53.400Z[ host-image] Aug 31 14:44:52.754 INFO O| Aug 31 14:44:52.754 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
95212026-08-31T14:44:53.406Z[ host-image] Aug 31 14:44:52.758 INFO O| Aug 31 14:44:52.758 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
95222026-08-31T14:44:54.232Z[ host-image] Aug 31 14:44:53.587 INFO O| Aug 31 14:44:53.587 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
95232026-08-31T14:44:54.334Z[ host-image] Aug 31 14:44:53.689 INFO O| Aug 31 14:44:53.689 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
95242026-08-31T14:44:54.334Z[ host-image] Aug 31 14:44:53.689 INFO O| Aug 31 14:44:53.689 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
95252026-08-31T14:44:54.340Z[ host-image] Aug 31 14:44:53.695 INFO O| Aug 31 14:44:53.695 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
95262026-08-31T14:44:54.346Z[ host-image] Aug 31 14:44:53.700 INFO O| Aug 31 14:44:53.700 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
95272026-08-31T14:44:54.351Z[ host-image] Aug 31 14:44:53.706 INFO O| Aug 31 14:44:53.706 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
95282026-08-31T14:44:55.947Z[ host-image] Aug 31 14:44:55.302 INFO O| Aug 31 14:44:55.302 INFO rolled back to input snapshot; work may begin
95292026-08-31T14:44:55.947Z[ host-image] Aug 31 14:44:55.303 INFO O| Aug 31 14:44:55.302 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
95302026-08-31T14:44:55.953Z[ host-image] Aug 31 14:44:55.307 INFO O| Aug 31 14:44:55.307 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95312026-08-31T14:44:55.959Z[ host-image] Aug 31 14:44:55.315 INFO O| Aug 31 14:44:55.315 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
95322026-08-31T14:44:55.999Z[ host-image] Aug 31 14:44:55.353 INFO O| Aug 31 14:44:55.353 INFO STEP 0 (remove_files) COMPLETE
95332026-08-31T14:44:55.999Z[ host-image] Aug 31 14:44:55.353 INFO O| Aug 31 14:44:55.353 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95342026-08-31T14:44:56.007Z[ host-image] Aug 31 14:44:55.361 INFO O| Aug 31 14:44:55.361 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
95352026-08-31T14:44:56.011Z[ host-image] Aug 31 14:44:55.362 INFO O| Aug 31 14:44:55.362 INFO STEP 1 (remove_files) COMPLETE
95362026-08-31T14:44:56.011Z[ host-image] Aug 31 14:44:55.362 INFO O| Aug 31 14:44:55.362 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95372026-08-31T14:44:56.015Z[ host-image] Aug 31 14:44:55.369 INFO O| Aug 31 14:44:55.369 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
95382026-08-31T14:44:56.028Z[ host-image] Aug 31 14:44:55.382 INFO O| Aug 31 14:44:55.382 INFO STEP 2 (remove_files) COMPLETE
95392026-08-31T14:44:56.033Z[ host-image] Aug 31 14:44:55.382 INFO O| Aug 31 14:44:55.382 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95402026-08-31T14:44:56.038Z[ host-image] Aug 31 14:44:55.391 INFO O| Aug 31 14:44:55.391 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
95412026-08-31T14:44:56.042Z[ host-image] Aug 31 14:44:55.392 INFO O| Aug 31 14:44:55.392 INFO STEP 3 (remove_files) COMPLETE
95422026-08-31T14:44:56.042Z[ host-image] Aug 31 14:44:55.392 INFO O| Aug 31 14:44:55.392 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95432026-08-31T14:44:56.046Z[ host-image] Aug 31 14:44:55.400 INFO O| Aug 31 14:44:55.400 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
95442026-08-31T14:44:56.051Z[ host-image] Aug 31 14:44:55.403 INFO O| Aug 31 14:44:55.403 INFO STEP 4 (remove_files) COMPLETE
95452026-08-31T14:44:56.051Z[ host-image] Aug 31 14:44:55.403 INFO O| Aug 31 14:44:55.403 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95462026-08-31T14:44:56.056Z[ host-image] Aug 31 14:44:55.410 INFO O| Aug 31 14:44:55.410 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
95472026-08-31T14:44:56.061Z[ host-image] Aug 31 14:44:55.412 INFO O| Aug 31 14:44:55.412 INFO STEP 5 (remove_files) COMPLETE
95482026-08-31T14:44:56.061Z[ host-image] Aug 31 14:44:55.412 INFO O| Aug 31 14:44:55.412 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95492026-08-31T14:44:56.068Z[ host-image] Aug 31 14:44:55.423 INFO O| Aug 31 14:44:55.423 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95502026-08-31T14:44:56.077Z[ host-image] Aug 31 14:44:55.433 INFO O| Aug 31 14:44:55.432 INFO STEP 6 (remove_files) COMPLETE
95512026-08-31T14:44:56.077Z[ host-image] Aug 31 14:44:55.433 INFO O| Aug 31 14:44:55.433 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-08-31T14:44:56.084Z[ host-image] Aug 31 14:44:55.433 INFO O| Aug 31 14:44:55.433 INFO skip step because feature "heliosv2" is not enabled
95532026-08-31T14:44:56.084Z[ host-image] Aug 31 14:44:55.433 INFO O| Aug 31 14:44:55.433 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-08-31T14:44:56.088Z[ host-image] Aug 31 14:44:55.443 INFO O| Aug 31 14:44:55.443 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
95552026-08-31T14:44:56.100Z[ host-image] Aug 31 14:44:55.454 INFO O| Aug 31 14:44:55.453 INFO STEP 8 (remove_files) COMPLETE
95562026-08-31T14:44:56.100Z[ host-image] Aug 31 14:44:55.454 INFO O| Aug 31 14:44:55.454 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-08-31T14:44:56.111Z[ host-image] Aug 31 14:44:55.464 INFO O| Aug 31 14:44:55.464 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95582026-08-31T14:44:56.174Z[ host-image] Aug 31 14:44:55.530 INFO O| Aug 31 14:44:55.530 INFO STEP 9 (remove_files) COMPLETE
95592026-08-31T14:44:56.174Z[ host-image] Aug 31 14:44:55.530 INFO O| Aug 31 14:44:55.530 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-08-31T14:44:56.184Z[ host-image] Aug 31 14:44:55.539 INFO O| Aug 31 14:44:55.539 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95612026-08-31T14:44:56.265Z[ host-image] Aug 31 14:44:55.620 INFO O| Aug 31 14:44:55.620 INFO STEP 10 (remove_files) COMPLETE
95622026-08-31T14:44:56.266Z[ host-image] Aug 31 14:44:55.620 INFO O| Aug 31 14:44:55.620 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-08-31T14:44:56.275Z[ host-image] Aug 31 14:44:55.630 INFO O| Aug 31 14:44:55.630 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95642026-08-31T14:44:56.280Z[ host-image] Aug 31 14:44:55.633 INFO O| Aug 31 14:44:55.633 INFO STEP 11 (remove_files) COMPLETE
95652026-08-31T14:44:56.280Z[ host-image] Aug 31 14:44:55.633 INFO O| Aug 31 14:44:55.633 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-08-31T14:44:56.288Z[ host-image] Aug 31 14:44:55.642 INFO O| Aug 31 14:44:55.642 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95672026-08-31T14:44:56.292Z[ host-image] Aug 31 14:44:55.643 INFO O| Aug 31 14:44:55.643 INFO STEP 12 (remove_files) COMPLETE
95682026-08-31T14:44:56.292Z[ host-image] Aug 31 14:44:55.643 INFO O| Aug 31 14:44:55.643 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-08-31T14:44:56.298Z[ host-image] Aug 31 14:44:55.653 INFO O| Aug 31 14:44:55.653 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95702026-08-31T14:44:56.302Z[ host-image] Aug 31 14:44:55.654 INFO O| Aug 31 14:44:55.654 INFO STEP 13 (remove_files) COMPLETE
95712026-08-31T14:44:56.302Z[ host-image] Aug 31 14:44:55.654 INFO O| Aug 31 14:44:55.654 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-08-31T14:44:56.486Z[ host-image] Aug 31 14:44:55.841 INFO O| Aug 31 14:44:55.840 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95732026-08-31T14:44:56.490Z[ host-image] Aug 31 14:44:55.843 INFO O| Aug 31 14:44:55.843 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95742026-08-31T14:44:56.552Z[ host-image] Aug 31 14:44:55.906 INFO O| Aug 31 14:44:55.906 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95752026-08-31T14:44:56.552Z[ host-image] Aug 31 14:44:55.906 INFO O| Aug 31 14:44:55.906 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95762026-08-31T14:44:56.556Z[ host-image] Aug 31 14:44:55.906 INFO O| Aug 31 14:44:55.906 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95772026-08-31T14:44:56.556Z[ host-image] Aug 31 14:44:55.907 INFO O| Aug 31 14:44:55.907 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95782026-08-31T14:44:56.556Z[ host-image] Aug 31 14:44:55.907 INFO O| Aug 31 14:44:55.907 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95792026-08-31T14:44:56.556Z[ host-image] Aug 31 14:44:55.907 INFO O| Aug 31 14:44:55.907 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95802026-08-31T14:44:56.556Z[ host-image] Aug 31 14:44:55.907 INFO O| Aug 31 14:44:55.907 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95812026-08-31T14:44:56.556Z[ host-image] Aug 31 14:44:55.907 INFO O| Aug 31 14:44:55.907 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95822026-08-31T14:44:56.556Z[ host-image] Aug 31 14:44:55.907 INFO O| Aug 31 14:44:55.907 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95832026-08-31T14:44:56.556Z[ host-image] Aug 31 14:44:55.907 INFO O| Aug 31 14:44:55.907 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95842026-08-31T14:44:56.556Z[ host-image] Aug 31 14:44:55.907 INFO O| Aug 31 14:44:55.907 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95852026-08-31T14:44:56.556Z[ host-image] Aug 31 14:44:55.907 INFO O| Aug 31 14:44:55.907 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95862026-08-31T14:44:56.556Z[ host-image] Aug 31 14:44:55.907 INFO O| Aug 31 14:44:55.907 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95872026-08-31T14:44:56.557Z[ host-image] Aug 31 14:44:55.907 INFO O| Aug 31 14:44:55.907 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95882026-08-31T14:44:56.557Z[ host-image] Aug 31 14:44:55.907 INFO O| Aug 31 14:44:55.907 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95892026-08-31T14:44:56.557Z[ host-image] Aug 31 14:44:55.907 INFO O| Aug 31 14:44:55.907 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95902026-08-31T14:44:56.564Z[ host-image] Aug 31 14:44:55.914 INFO O| Aug 31 14:44:55.914 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95912026-08-31T14:44:56.564Z[ host-image] Aug 31 14:44:55.914 INFO O| Aug 31 14:44:55.914 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95922026-08-31T14:44:56.564Z[ host-image] Aug 31 14:44:55.915 INFO O| Aug 31 14:44:55.915 INFO STEP 14 (remove_files) COMPLETE
95932026-08-31T14:44:56.564Z[ host-image] Aug 31 14:44:55.915 INFO O| Aug 31 14:44:55.915 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-08-31T14:44:56.570Z[ host-image] Aug 31 14:44:55.926 INFO O| Aug 31 14:44:55.926 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95952026-08-31T14:44:56.578Z[ host-image] Aug 31 14:44:55.927 INFO O| Aug 31 14:44:55.927 INFO STEP 15 (remove_files) COMPLETE
95962026-08-31T14:44:56.578Z[ host-image] Aug 31 14:44:55.927 INFO O| Aug 31 14:44:55.927 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-08-31T14:44:56.582Z[ host-image] Aug 31 14:44:55.937 INFO O| Aug 31 14:44:55.937 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95982026-08-31T14:44:56.587Z[ host-image] Aug 31 14:44:55.943 INFO O| Aug 31 14:44:55.943 INFO STEP 16 (remove_files) COMPLETE
95992026-08-31T14:44:56.593Z[ host-image] Aug 31 14:44:55.943 INFO O| Aug 31 14:44:55.943 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-08-31T14:44:56.597Z[ host-image] Aug 31 14:44:55.952 INFO O| Aug 31 14:44:55.952 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
96012026-08-31T14:44:56.597Z[ host-image] Aug 31 14:44:55.952 INFO O| Aug 31 14:44:55.952 INFO STEP 17 (remove_files) COMPLETE
96022026-08-31T14:44:56.601Z[ host-image] Aug 31 14:44:55.952 INFO O| Aug 31 14:44:55.952 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-08-31T14:44:56.612Z[ host-image] Aug 31 14:44:55.963 INFO O| Aug 31 14:44:55.963 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
96042026-08-31T14:44:56.616Z[ host-image] Aug 31 14:44:55.964 INFO O| Aug 31 14:44:55.964 INFO STEP 18 (remove_files) COMPLETE
96052026-08-31T14:44:56.616Z[ host-image] Aug 31 14:44:55.964 INFO O| Aug 31 14:44:55.964 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-08-31T14:44:56.620Z[ host-image] Aug 31 14:44:55.972 INFO O| Aug 31 14:44:55.972 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
96072026-08-31T14:44:56.620Z[ host-image] Aug 31 14:44:55.972 INFO O| Aug 31 14:44:55.972 INFO STEP 19 (remove_files) COMPLETE
96082026-08-31T14:44:56.620Z[ host-image] Aug 31 14:44:55.972 INFO O| Aug 31 14:44:55.972 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-08-31T14:44:56.628Z[ host-image] Aug 31 14:44:55.981 INFO O| Aug 31 14:44:55.981 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
96102026-08-31T14:44:56.628Z[ host-image] Aug 31 14:44:55.981 INFO O| Aug 31 14:44:55.981 INFO STEP 20 (remove_files) COMPLETE
96112026-08-31T14:44:56.628Z[ host-image] Aug 31 14:44:55.981 INFO O| Aug 31 14:44:55.981 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-08-31T14:44:56.633Z[ host-image] Aug 31 14:44:55.989 INFO O| Aug 31 14:44:55.989 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
96132026-08-31T14:44:56.637Z[ host-image] Aug 31 14:44:55.989 INFO O| Aug 31 14:44:55.989 INFO STEP 21 (remove_files) COMPLETE
96142026-08-31T14:44:56.637Z[ host-image] Aug 31 14:44:55.989 INFO O| Aug 31 14:44:55.989 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-08-31T14:44:56.645Z[ host-image] Aug 31 14:44:55.999 INFO O| Aug 31 14:44:55.999 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
96162026-08-31T14:44:56.645Z[ host-image] Aug 31 14:44:55.999 INFO O| Aug 31 14:44:55.999 INFO STEP 22 (remove_files) COMPLETE
96172026-08-31T14:44:56.645Z[ host-image] Aug 31 14:44:55.999 INFO O| Aug 31 14:44:55.999 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-08-31T14:44:56.654Z[ host-image] Aug 31 14:44:56.009 INFO O| Aug 31 14:44:56.009 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
96192026-08-31T14:44:56.654Z[ host-image] Aug 31 14:44:56.009 INFO O| Aug 31 14:44:56.009 INFO STEP 23 (remove_files) COMPLETE
96202026-08-31T14:44:56.654Z[ host-image] Aug 31 14:44:56.009 INFO O| Aug 31 14:44:56.009 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-08-31T14:44:56.664Z[ host-image] Aug 31 14:44:56.019 INFO O| Aug 31 14:44:56.019 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
96222026-08-31T14:44:56.664Z[ host-image] Aug 31 14:44:56.019 INFO O| Aug 31 14:44:56.019 INFO STEP 24 (remove_files) COMPLETE
96232026-08-31T14:44:56.667Z[ host-image] Aug 31 14:44:56.019 INFO O| Aug 31 14:44:56.019 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-08-31T14:44:56.672Z[ host-image] Aug 31 14:44:56.028 INFO O| Aug 31 14:44:56.028 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
96252026-08-31T14:44:56.672Z[ host-image] Aug 31 14:44:56.028 INFO O| Aug 31 14:44:56.028 INFO STEP 25 (remove_files) COMPLETE
96262026-08-31T14:44:56.678Z[ host-image] Aug 31 14:44:56.028 INFO O| Aug 31 14:44:56.028 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-08-31T14:44:56.683Z[ host-image] Aug 31 14:44:56.037 INFO O| Aug 31 14:44:56.037 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
96282026-08-31T14:44:56.683Z[ host-image] Aug 31 14:44:56.037 INFO O| Aug 31 14:44:56.037 INFO STEP 26 (remove_files) COMPLETE
96292026-08-31T14:44:56.683Z[ host-image] Aug 31 14:44:56.037 INFO O| Aug 31 14:44:56.037 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-08-31T14:44:56.690Z[ host-image] Aug 31 14:44:56.045 INFO O| Aug 31 14:44:56.045 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
96312026-08-31T14:44:56.695Z[ host-image] Aug 31 14:44:56.046 INFO O| Aug 31 14:44:56.046 INFO STEP 27 (remove_files) COMPLETE
96322026-08-31T14:44:56.695Z[ host-image] Aug 31 14:44:56.046 INFO O| Aug 31 14:44:56.046 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-08-31T14:44:56.699Z[ host-image] Aug 31 14:44:56.054 INFO O| Aug 31 14:44:56.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
96342026-08-31T14:44:56.699Z[ host-image] Aug 31 14:44:56.054 INFO O| Aug 31 14:44:56.054 INFO STEP 28 (remove_files) COMPLETE
96352026-08-31T14:44:56.699Z[ host-image] Aug 31 14:44:56.054 INFO O| Aug 31 14:44:56.054 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96362026-08-31T14:44:56.707Z[ host-image] Aug 31 14:44:56.063 INFO O| Aug 31 14:44:56.063 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
96372026-08-31T14:44:56.707Z[ host-image] Aug 31 14:44:56.063 INFO O| Aug 31 14:44:56.063 INFO STEP 29 (remove_files) COMPLETE
96382026-08-31T14:44:56.707Z[ host-image] Aug 31 14:44:56.063 INFO O| Aug 31 14:44:56.063 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-08-31T14:44:56.716Z[ host-image] Aug 31 14:44:56.072 INFO O| Aug 31 14:44:56.072 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
96402026-08-31T14:44:56.717Z[ host-image] Aug 31 14:44:56.072 INFO O| Aug 31 14:44:56.072 INFO STEP 30 (remove_files) COMPLETE
96412026-08-31T14:44:56.717Z[ host-image] Aug 31 14:44:56.072 INFO O| Aug 31 14:44:56.072 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-08-31T14:44:56.726Z[ host-image] Aug 31 14:44:56.081 INFO O| Aug 31 14:44:56.081 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
96432026-08-31T14:44:56.726Z[ host-image] Aug 31 14:44:56.081 INFO O| Aug 31 14:44:56.081 INFO STEP 31 (remove_files) COMPLETE
96442026-08-31T14:44:56.735Z[ host-image] Aug 31 14:44:56.081 INFO O| Aug 31 14:44:56.081 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-08-31T14:44:56.739Z[ host-image] Aug 31 14:44:56.090 INFO O| Aug 31 14:44:56.090 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
96462026-08-31T14:44:56.739Z[ host-image] Aug 31 14:44:56.090 INFO O| Aug 31 14:44:56.090 INFO STEP 32 (remove_files) COMPLETE
96472026-08-31T14:44:56.739Z[ host-image] Aug 31 14:44:56.090 INFO O| Aug 31 14:44:56.090 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96482026-08-31T14:44:56.746Z[ host-image] Aug 31 14:44:56.101 INFO O| Aug 31 14:44:56.101 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96492026-08-31T14:44:56.746Z[ host-image] Aug 31 14:44:56.101 INFO O| Aug 31 14:44:56.101 INFO STEP 33 (remove_files) COMPLETE
96502026-08-31T14:44:56.746Z[ host-image] Aug 31 14:44:56.101 INFO O| Aug 31 14:44:56.101 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-08-31T14:44:56.754Z[ host-image] Aug 31 14:44:56.109 INFO O| Aug 31 14:44:56.109 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96522026-08-31T14:44:56.754Z[ host-image] Aug 31 14:44:56.109 INFO O| Aug 31 14:44:56.109 INFO STEP 34 (remove_files) COMPLETE
96532026-08-31T14:44:56.760Z[ host-image] Aug 31 14:44:56.109 INFO O| Aug 31 14:44:56.109 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96542026-08-31T14:44:56.765Z[ host-image] Aug 31 14:44:56.116 INFO O| Aug 31 14:44:56.116 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96552026-08-31T14:44:56.765Z[ host-image] Aug 31 14:44:56.116 INFO O| Aug 31 14:44:56.116 INFO STEP 35 (remove_files) COMPLETE
96562026-08-31T14:44:56.765Z[ host-image] Aug 31 14:44:56.116 INFO O| Aug 31 14:44:56.116 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-08-31T14:44:56.772Z[ host-image] Aug 31 14:44:56.127 INFO O| Aug 31 14:44:56.127 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96582026-08-31T14:44:56.772Z[ host-image] Aug 31 14:44:56.127 INFO O| Aug 31 14:44:56.127 INFO STEP 36 (remove_files) COMPLETE
96592026-08-31T14:44:56.772Z[ host-image] Aug 31 14:44:56.127 INFO O| Aug 31 14:44:56.127 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96602026-08-31T14:44:56.782Z[ host-image] Aug 31 14:44:56.137 INFO O| Aug 31 14:44:56.137 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96612026-08-31T14:44:56.782Z[ host-image] Aug 31 14:44:56.137 INFO O| Aug 31 14:44:56.137 INFO STEP 37 (remove_files) COMPLETE
96622026-08-31T14:44:56.782Z[ host-image] Aug 31 14:44:56.137 INFO O| Aug 31 14:44:56.137 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-08-31T14:44:56.793Z[ host-image] Aug 31 14:44:56.148 INFO O| Aug 31 14:44:56.147 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96642026-08-31T14:44:56.793Z[ host-image] Aug 31 14:44:56.148 INFO O| Aug 31 14:44:56.148 INFO STEP 38 (remove_files) COMPLETE
96652026-08-31T14:44:56.797Z[ host-image] Aug 31 14:44:56.148 INFO O| Aug 31 14:44:56.148 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96662026-08-31T14:44:56.803Z[ host-image] Aug 31 14:44:56.159 INFO O| Aug 31 14:44:56.159 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96672026-08-31T14:44:56.803Z[ host-image] Aug 31 14:44:56.159 INFO O| Aug 31 14:44:56.159 INFO STEP 39 (remove_files) COMPLETE
96682026-08-31T14:44:56.803Z[ host-image] Aug 31 14:44:56.159 INFO O| Aug 31 14:44:56.159 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96692026-08-31T14:44:56.814Z[ host-image] Aug 31 14:44:56.169 INFO O| Aug 31 14:44:56.169 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96702026-08-31T14:44:56.814Z[ host-image] Aug 31 14:44:56.169 INFO O| Aug 31 14:44:56.169 INFO STEP 40 (remove_files) COMPLETE
96712026-08-31T14:44:56.814Z[ host-image] Aug 31 14:44:56.169 INFO O| Aug 31 14:44:56.169 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96722026-08-31T14:44:56.824Z[ host-image] Aug 31 14:44:56.179 INFO O| Aug 31 14:44:56.179 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96732026-08-31T14:44:56.824Z[ host-image] Aug 31 14:44:56.179 INFO O| Aug 31 14:44:56.179 INFO STEP 41 (remove_files) COMPLETE
96742026-08-31T14:44:56.830Z[ host-image] Aug 31 14:44:56.179 INFO O| Aug 31 14:44:56.179 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96752026-08-31T14:44:56.833Z[ host-image] Aug 31 14:44:56.189 INFO O| Aug 31 14:44:56.189 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96762026-08-31T14:44:56.834Z[ host-image] Aug 31 14:44:56.189 INFO O| Aug 31 14:44:56.189 INFO STEP 42 (remove_files) COMPLETE
96772026-08-31T14:44:56.834Z[ host-image] Aug 31 14:44:56.189 INFO O| Aug 31 14:44:56.189 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96782026-08-31T14:44:56.844Z[ host-image] Aug 31 14:44:56.199 INFO O| Aug 31 14:44:56.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96792026-08-31T14:44:56.844Z[ host-image] Aug 31 14:44:56.200 INFO O| Aug 31 14:44:56.200 INFO STEP 43 (remove_files) COMPLETE
96802026-08-31T14:44:56.850Z[ host-image] Aug 31 14:44:56.200 INFO O| Aug 31 14:44:56.200 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96812026-08-31T14:44:56.855Z[ host-image] Aug 31 14:44:56.210 INFO O| Aug 31 14:44:56.210 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96822026-08-31T14:44:56.859Z[ host-image] Aug 31 14:44:56.210 INFO O| Aug 31 14:44:56.210 INFO STEP 44 (remove_files) COMPLETE
96832026-08-31T14:44:56.859Z[ host-image] Aug 31 14:44:56.210 INFO O| Aug 31 14:44:56.210 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96842026-08-31T14:44:56.863Z[ host-image] Aug 31 14:44:56.219 INFO O| Aug 31 14:44:56.218 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96852026-08-31T14:44:56.863Z[ host-image] Aug 31 14:44:56.219 INFO O| Aug 31 14:44:56.219 INFO STEP 45 (remove_files) COMPLETE
96862026-08-31T14:44:56.866Z[ host-image] Aug 31 14:44:56.219 INFO O| Aug 31 14:44:56.219 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96872026-08-31T14:44:56.872Z[ host-image] Aug 31 14:44:56.226 INFO O| Aug 31 14:44:56.226 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96882026-08-31T14:44:56.872Z[ host-image] Aug 31 14:44:56.226 INFO O| Aug 31 14:44:56.226 INFO STEP 46 (remove_files) COMPLETE
96892026-08-31T14:44:56.877Z[ host-image] Aug 31 14:44:56.226 INFO O| Aug 31 14:44:56.226 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96902026-08-31T14:44:56.888Z[ host-image] Aug 31 14:44:56.236 INFO O| Aug 31 14:44:56.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96912026-08-31T14:44:56.888Z[ host-image] Aug 31 14:44:56.236 INFO O| Aug 31 14:44:56.236 INFO STEP 47 (remove_files) COMPLETE
96922026-08-31T14:44:56.888Z[ host-image] Aug 31 14:44:56.236 INFO O| Aug 31 14:44:56.236 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96932026-08-31T14:44:56.920Z[ host-image] Aug 31 14:44:56.243 INFO O| Aug 31 14:44:56.243 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96942026-08-31T14:44:56.920Z[ host-image] Aug 31 14:44:56.243 INFO O| Aug 31 14:44:56.243 INFO STEP 48 (remove_files) COMPLETE
96952026-08-31T14:44:56.920Z[ host-image] Aug 31 14:44:56.243 INFO O| Aug 31 14:44:56.243 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96962026-08-31T14:44:56.929Z[ host-image] Aug 31 14:44:56.254 INFO O| Aug 31 14:44:56.253 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96972026-08-31T14:44:56.929Z[ host-image] Aug 31 14:44:56.254 INFO O| Aug 31 14:44:56.254 INFO STEP 49 (remove_files) COMPLETE
96982026-08-31T14:44:56.929Z[ host-image] Aug 31 14:44:56.254 INFO O| Aug 31 14:44:56.254 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96992026-08-31T14:44:56.929Z[ host-image] Aug 31 14:44:56.262 INFO O| Aug 31 14:44:56.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
97002026-08-31T14:44:56.929Z[ host-image] Aug 31 14:44:56.262 INFO O| Aug 31 14:44:56.262 INFO STEP 50 (remove_files) COMPLETE
97012026-08-31T14:44:56.929Z[ host-image] Aug 31 14:44:56.262 INFO O| Aug 31 14:44:56.262 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97022026-08-31T14:44:56.929Z[ host-image] Aug 31 14:44:56.270 INFO O| Aug 31 14:44:56.270 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
97032026-08-31T14:44:56.929Z[ host-image] Aug 31 14:44:56.270 INFO O| Aug 31 14:44:56.270 INFO STEP 51 (remove_files) COMPLETE
97042026-08-31T14:44:56.929Z[ host-image] Aug 31 14:44:56.270 INFO O| Aug 31 14:44:56.270 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97052026-08-31T14:44:56.929Z[ host-image] Aug 31 14:44:56.280 INFO O| Aug 31 14:44:56.279 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
97062026-08-31T14:44:56.929Z[ host-image] Aug 31 14:44:56.280 INFO O| Aug 31 14:44:56.280 INFO STEP 52 (remove_files) COMPLETE
97072026-08-31T14:44:56.929Z[ host-image] Aug 31 14:44:56.280 INFO O| Aug 31 14:44:56.280 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97082026-08-31T14:44:56.934Z[ host-image] Aug 31 14:44:56.290 INFO O| Aug 31 14:44:56.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
97092026-08-31T14:44:56.943Z[ host-image] Aug 31 14:44:56.290 INFO O| Aug 31 14:44:56.290 INFO STEP 53 (remove_files) COMPLETE
97102026-08-31T14:44:56.944Z[ host-image] Aug 31 14:44:56.290 INFO O| Aug 31 14:44:56.290 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97112026-08-31T14:44:56.959Z[ host-image] Aug 31 14:44:56.299 INFO O| Aug 31 14:44:56.298 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
97122026-08-31T14:44:56.959Z[ host-image] Aug 31 14:44:56.299 INFO O| Aug 31 14:44:56.299 INFO STEP 54 (remove_files) COMPLETE
97132026-08-31T14:44:56.959Z[ host-image] Aug 31 14:44:56.299 INFO O| Aug 31 14:44:56.299 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97142026-08-31T14:44:56.963Z[ host-image] Aug 31 14:44:56.307 INFO O| Aug 31 14:44:56.307 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
97152026-08-31T14:44:56.963Z[ host-image] Aug 31 14:44:56.307 INFO O| Aug 31 14:44:56.307 INFO STEP 55 (remove_files) COMPLETE
97162026-08-31T14:44:56.963Z[ host-image] Aug 31 14:44:56.307 INFO O| Aug 31 14:44:56.307 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97172026-08-31T14:44:56.963Z[ host-image] Aug 31 14:44:56.318 INFO O| Aug 31 14:44:56.318 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
97182026-08-31T14:44:56.963Z[ host-image] Aug 31 14:44:56.318 INFO O| Aug 31 14:44:56.318 INFO STEP 56 (remove_files) COMPLETE
97192026-08-31T14:44:56.963Z[ host-image] Aug 31 14:44:56.318 INFO O| Aug 31 14:44:56.318 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97202026-08-31T14:44:56.973Z[ host-image] Aug 31 14:44:56.327 INFO O| Aug 31 14:44:56.327 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
97212026-08-31T14:44:56.973Z[ host-image] Aug 31 14:44:56.327 INFO O| Aug 31 14:44:56.327 INFO STEP 57 (remove_files) COMPLETE
97222026-08-31T14:44:56.973Z[ host-image] Aug 31 14:44:56.327 INFO O| Aug 31 14:44:56.327 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97232026-08-31T14:44:56.986Z[ host-image] Aug 31 14:44:56.338 INFO O| Aug 31 14:44:56.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
97242026-08-31T14:44:56.986Z[ host-image] Aug 31 14:44:56.338 INFO O| Aug 31 14:44:56.338 INFO STEP 58 (remove_files) COMPLETE
97252026-08-31T14:44:57.013Z[ host-image] Aug 31 14:44:56.338 INFO O| Aug 31 14:44:56.338 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97262026-08-31T14:44:57.013Z[ host-image] Aug 31 14:44:56.349 INFO O| Aug 31 14:44:56.349 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
97272026-08-31T14:44:57.013Z[ host-image] Aug 31 14:44:56.349 INFO O| Aug 31 14:44:56.349 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
97282026-08-31T14:44:57.013Z[ host-image] Aug 31 14:44:56.349 INFO O| Aug 31 14:44:56.349 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97292026-08-31T14:44:57.013Z[ host-image] Aug 31 14:44:56.349 INFO O| Aug 31 14:44:56.349 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97302026-08-31T14:44:57.013Z[ host-image] Aug 31 14:44:56.349 INFO O| Aug 31 14:44:56.349 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97312026-08-31T14:44:57.013Z[ host-image] Aug 31 14:44:56.349 INFO O| Aug 31 14:44:56.349 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97322026-08-31T14:44:57.013Z[ host-image] Aug 31 14:44:56.349 INFO O| Aug 31 14:44:56.349 INFO ok!
97332026-08-31T14:44:57.013Z[ host-image] Aug 31 14:44:56.349 INFO O| Aug 31 14:44:56.349 INFO STEP 59 (ensure_file) COMPLETE
97342026-08-31T14:44:57.013Z[ host-image] Aug 31 14:44:56.349 INFO O| Aug 31 14:44:56.349 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97352026-08-31T14:44:57.013Z[ host-image] Aug 31 14:44:56.360 INFO O| Aug 31 14:44:56.360 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
97362026-08-31T14:44:57.013Z[ host-image] Aug 31 14:44:56.360 INFO O| Aug 31 14:44:56.360 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
97372026-08-31T14:44:57.013Z[ host-image] Aug 31 14:44:56.360 INFO O| Aug 31 14:44:56.360 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97382026-08-31T14:44:57.013Z[ host-image] Aug 31 14:44:56.360 INFO O| Aug 31 14:44:56.360 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97392026-08-31T14:44:57.013Z[ host-image] Aug 31 14:44:56.360 INFO O| Aug 31 14:44:56.360 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97402026-08-31T14:44:57.013Z[ host-image] Aug 31 14:44:56.360 INFO O| Aug 31 14:44:56.360 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97412026-08-31T14:44:57.013Z[ host-image] Aug 31 14:44:56.360 INFO O| Aug 31 14:44:56.360 INFO ok!
97422026-08-31T14:44:57.013Z[ host-image] Aug 31 14:44:56.360 INFO O| Aug 31 14:44:56.360 INFO STEP 60 (ensure_file) COMPLETE
97432026-08-31T14:44:57.013Z[ host-image] Aug 31 14:44:56.360 INFO O| Aug 31 14:44:56.360 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97442026-08-31T14:44:57.021Z[ host-image] Aug 31 14:44:56.372 INFO O| Aug 31 14:44:56.371 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
97452026-08-31T14:44:57.021Z[ host-image] Aug 31 14:44:56.372 INFO O| Aug 31 14:44:56.372 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
97462026-08-31T14:44:57.021Z[ host-image] Aug 31 14:44:56.372 INFO O| Aug 31 14:44:56.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
97472026-08-31T14:44:57.021Z[ host-image] Aug 31 14:44:56.372 INFO O| Aug 31 14:44:56.372 INFO ok!
97482026-08-31T14:44:57.021Z[ host-image] Aug 31 14:44:56.372 INFO O| Aug 31 14:44:56.372 INFO STEP 61 (ensure_file) COMPLETE
97492026-08-31T14:44:57.021Z[ host-image] Aug 31 14:44:56.372 INFO O| Aug 31 14:44:56.372 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97502026-08-31T14:44:57.035Z[ host-image] Aug 31 14:44:56.383 INFO O| Aug 31 14:44:56.382 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97512026-08-31T14:44:57.035Z[ host-image] Aug 31 14:44:56.383 INFO O| Aug 31 14:44:56.383 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97522026-08-31T14:44:57.035Z[ host-image] Aug 31 14:44:56.383 INFO O| Aug 31 14:44:56.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97532026-08-31T14:44:57.035Z[ host-image] Aug 31 14:44:56.383 INFO O| Aug 31 14:44:56.383 INFO ok!
97542026-08-31T14:44:57.035Z[ host-image] Aug 31 14:44:56.383 INFO O| Aug 31 14:44:56.383 INFO STEP 62 (ensure_file) COMPLETE
97552026-08-31T14:44:57.035Z[ host-image] Aug 31 14:44:56.383 INFO O| Aug 31 14:44:56.383 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97562026-08-31T14:44:57.049Z[ host-image] Aug 31 14:44:56.393 INFO O| Aug 31 14:44:56.393 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97572026-08-31T14:44:57.049Z[ host-image] Aug 31 14:44:56.393 INFO O| Aug 31 14:44:56.393 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97582026-08-31T14:44:57.049Z[ host-image] Aug 31 14:44:56.393 INFO O| Aug 31 14:44:56.393 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97592026-08-31T14:44:57.049Z[ host-image] Aug 31 14:44:56.393 INFO O| Aug 31 14:44:56.393 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97602026-08-31T14:44:57.049Z[ host-image] Aug 31 14:44:56.393 INFO O| Aug 31 14:44:56.393 INFO ok!
97612026-08-31T14:44:57.049Z[ host-image] Aug 31 14:44:56.393 INFO O| Aug 31 14:44:56.393 INFO STEP 63 (ensure_file) COMPLETE
97622026-08-31T14:44:57.049Z[ host-image] Aug 31 14:44:56.393 INFO O| Aug 31 14:44:56.393 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97632026-08-31T14:44:57.067Z[ host-image] Aug 31 14:44:56.403 INFO O| Aug 31 14:44:56.403 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97642026-08-31T14:44:57.067Z[ host-image] Aug 31 14:44:56.403 INFO O| Aug 31 14:44:56.403 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97652026-08-31T14:44:57.067Z[ host-image] Aug 31 14:44:56.404 INFO O| Aug 31 14:44:56.403 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97662026-08-31T14:44:57.067Z[ host-image] Aug 31 14:44:56.404 INFO O| Aug 31 14:44:56.404 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97672026-08-31T14:44:57.067Z[ host-image] Aug 31 14:44:56.404 INFO O| Aug 31 14:44:56.404 INFO ok!
97682026-08-31T14:44:57.067Z[ host-image] Aug 31 14:44:56.404 INFO O| Aug 31 14:44:56.404 INFO STEP 64 (ensure_file) COMPLETE
97692026-08-31T14:44:57.067Z[ host-image] Aug 31 14:44:56.404 INFO O| Aug 31 14:44:56.404 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97702026-08-31T14:44:57.084Z[ host-image] Aug 31 14:44:56.413 INFO O| Aug 31 14:44:56.413 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97712026-08-31T14:44:57.084Z[ host-image] Aug 31 14:44:56.413 INFO O| Aug 31 14:44:56.413 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97722026-08-31T14:44:57.084Z[ host-image] Aug 31 14:44:56.413 INFO O| Aug 31 14:44:56.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97732026-08-31T14:44:57.084Z[ host-image] Aug 31 14:44:56.413 INFO O| Aug 31 14:44:56.413 INFO ok!
97742026-08-31T14:44:57.084Z[ host-image] Aug 31 14:44:56.413 INFO O| Aug 31 14:44:56.413 INFO STEP 65 (assemble_files) COMPLETE
97752026-08-31T14:44:57.084Z[ host-image] Aug 31 14:44:56.413 INFO O| Aug 31 14:44:56.413 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97762026-08-31T14:44:57.084Z[ host-image] Aug 31 14:44:56.423 INFO O| Aug 31 14:44:56.423 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97772026-08-31T14:44:57.084Z[ host-image] Aug 31 14:44:56.423 INFO O| Aug 31 14:44:56.423 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97782026-08-31T14:44:57.084Z[ host-image] Aug 31 14:44:56.423 INFO O| Aug 31 14:44:56.423 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97792026-08-31T14:44:57.084Z[ host-image] Aug 31 14:44:56.423 INFO O| Aug 31 14:44:56.423 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97802026-08-31T14:44:57.084Z[ host-image] Aug 31 14:44:56.423 INFO O| Aug 31 14:44:56.423 INFO ok!
97812026-08-31T14:44:57.084Z[ host-image] Aug 31 14:44:56.423 INFO O| Aug 31 14:44:56.423 INFO STEP 66 (ensure_file) COMPLETE
97822026-08-31T14:44:57.084Z[ host-image] Aug 31 14:44:56.423 INFO O| Aug 31 14:44:56.423 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97832026-08-31T14:44:57.105Z[ host-image] Aug 31 14:44:56.433 INFO O| Aug 31 14:44:56.433 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97842026-08-31T14:44:57.105Z[ host-image] Aug 31 14:44:56.433 INFO O| Aug 31 14:44:56.433 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97852026-08-31T14:44:57.106Z[ host-image] Aug 31 14:44:56.433 INFO O| Aug 31 14:44:56.433 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97862026-08-31T14:44:57.106Z[ host-image] Aug 31 14:44:56.433 INFO O| Aug 31 14:44:56.433 INFO STEP 67 (ensure_dir) COMPLETE
97872026-08-31T14:44:57.106Z[ host-image] Aug 31 14:44:56.433 INFO O| Aug 31 14:44:56.433 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97882026-08-31T14:44:57.106Z[ host-image] Aug 31 14:44:56.442 INFO O| Aug 31 14:44:56.442 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97892026-08-31T14:44:57.106Z[ host-image] Aug 31 14:44:56.442 INFO O| Aug 31 14:44:56.442 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 ...
97902026-08-31T14:44:57.111Z[ host-image] Aug 31 14:44:56.447 INFO O| Aug 31 14:44:56.447 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
97912026-08-31T14:44:57.111Z[ host-image] Aug 31 14:44:56.448 INFO O| Aug 31 14:44:56.447 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97922026-08-31T14:44:57.111Z[ host-image] Aug 31 14:44:56.448 INFO O| Aug 31 14:44:56.447 INFO ok!
97932026-08-31T14:44:57.111Z[ host-image] Aug 31 14:44:56.448 INFO O| Aug 31 14:44:56.447 INFO STEP 68 (ensure_file) COMPLETE
97942026-08-31T14:44:57.111Z[ host-image] Aug 31 14:44:56.448 INFO O| Aug 31 14:44:56.447 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97952026-08-31T14:44:57.111Z[ host-image] Aug 31 14:44:56.457 INFO O| Aug 31 14:44:56.457 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97962026-08-31T14:44:57.111Z[ host-image] Aug 31 14:44:56.457 INFO O| Aug 31 14:44:56.457 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 ...
97972026-08-31T14:44:57.111Z[ host-image] Aug 31 14:44:56.457 INFO O| Aug 31 14:44:56.457 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
97982026-08-31T14:44:57.111Z[ host-image] Aug 31 14:44:56.457 INFO O| Aug 31 14:44:56.457 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97992026-08-31T14:44:57.111Z[ host-image] Aug 31 14:44:56.457 INFO O| Aug 31 14:44:56.457 INFO ok!
98002026-08-31T14:44:57.111Z[ host-image] Aug 31 14:44:56.457 INFO O| Aug 31 14:44:56.457 INFO STEP 69 (ensure_file) COMPLETE
98012026-08-31T14:44:57.112Z[ host-image] Aug 31 14:44:56.457 INFO O| Aug 31 14:44:56.457 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98022026-08-31T14:44:57.129Z[ host-image] Aug 31 14:44:56.470 INFO O| Aug 31 14:44:56.470 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
98032026-08-31T14:44:57.130Z[ host-image] Aug 31 14:44:56.470 INFO O| Aug 31 14:44:56.470 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
98042026-08-31T14:44:57.216Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
98052026-08-31T14:44:58.682Z[ host-image] Aug 31 14:44:58.034 INFO O| Aug 31 14:44:58.034 INFO STEP 70 (pack_tar) COMPLETE
98062026-08-31T14:44:58.683Z[ host-image] Aug 31 14:44:58.035 INFO O| Aug 31 14:44:58.034 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
98072026-08-31T14:44:58.688Z[ host-image] Aug 31 14:44:58.035 INFO O| Aug 31 14:44:58.034 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
98082026-08-31T14:44:59.205Z[ host-image] Aug 31 14:44:58.553 INFO O| Aug 31 14:44:58.553 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
98092026-08-31T14:44:59.557Z[ host-image] Aug 31 14:44:58.912 INFO O| Aug 31 14:44:58.912 INFO completed processing sled/ramdisk-02-trim
98102026-08-31T14:44:59.560Z[ host-image] Aug 31 14:44:58.915 INFO image builder template: zfs...
98112026-08-31T14:44:59.560Z[ host-image] Aug 31 14:44:58.915 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmptgqMeT/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs"], pwd: None
98122026-08-31T14:44:59.574Z[ host-image] Aug 31 14:44:58.927 INFO O| Aug 31 14:44:58.927 INFO skip include "stress" because feature "stress" is not enabled
98132026-08-31T14:44:59.574Z[ host-image] Aug 31 14:44:58.927 INFO O| Aug 31 14:44:58.927 INFO skip include "stress" because feature "compliance" is not enabled
98142026-08-31T14:44:59.617Z[ host-image] Aug 31 14:44:58.957 INFO O| Aug 31 14:44:58.957 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
98152026-08-31T14:44:59.625Z[ host-image] Aug 31 14:44:58.962 INFO O| Aug 31 14:44:58.962 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
98162026-08-31T14:44:59.996Z[ host-image] Aug 31 14:44:59.335 INFO O| Aug 31 14:44:59.335 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
98172026-08-31T14:45:00.255Z[ host-image] Aug 31 14:44:59.610 INFO O| Aug 31 14:44:59.610 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
98182026-08-31T14:45:00.255Z[ host-image] Aug 31 14:44:59.610 INFO O| Aug 31 14:44:59.610 INFO work dataset: rpool/images/build/host/work/sled/zfs
98192026-08-31T14:45:00.261Z[ host-image] Aug 31 14:44:59.615 INFO O| Aug 31 14:44:59.615 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
98202026-08-31T14:45:00.401Z[ host-image] Aug 31 14:44:59.756 INFO O| Aug 31 14:44:59.756 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
98212026-08-31T14:45:00.535Z[ host-image] Aug 31 14:44:59.890 INFO O| Aug 31 14:44:59.890 INFO DESTROY POOL: TEMPORARY-sled-zfs
98222026-08-31T14:45:00.545Z[ host-image] Aug 31 14:44:59.900 INFO O| Aug 31 14:44:59.900 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
98232026-08-31T14:45:00.550Z[ host-image] Aug 31 14:44:59.906 INFO O| Aug 31 14:44:59.906 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
98242026-08-31T14:45:00.550Z[ host-image] Aug 31 14:44:59.906 INFO O| Aug 31 14:44:59.906 INFO no lofi found
98252026-08-31T14:45:00.550Z[ host-image] Aug 31 14:44:59.906 INFO O| Aug 31 14:44:59.906 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
98262026-08-31T14:45:00.550Z[ host-image] Aug 31 14:44:59.906 INFO O| Aug 31 14:44:59.906 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
98272026-08-31T14:45:02.646Z[ host-image] Aug 31 14:45:02.001 INFO O| Aug 31 14:45:02.001 INFO lofi device = /dev/dsk/c2t1d0p0
98282026-08-31T14:45:02.646Z[ host-image] Aug 31 14:45:02.001 INFO O| Aug 31 14:45:02.001 INFO pool device = /dev/dsk/c2t1d0p0
98292026-08-31T14:45:02.651Z[ host-image] Aug 31 14:45:02.001 INFO O| Aug 31 14:45:02.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"]
98302026-08-31T14:45:02.721Z[ host-image] Aug 31 14:45:02.077 INFO O| Aug 31 14:45:02.077 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98312026-08-31T14:45:02.721Z[ host-image] Aug 31 14:45:02.077 INFO O| Aug 31 14:45:02.077 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
98322026-08-31T14:45:02.739Z[ host-image] Aug 31 14:45:02.094 INFO O| Aug 31 14:45:02.094 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
98332026-08-31T14:45:02.790Z[ host-image] Aug 31 14:45:02.146 INFO O| Aug 31 14:45:02.146 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
98342026-08-31T14:45:02.819Z[ host-image] Aug 31 14:45:02.174 INFO O| Aug 31 14:45:02.174 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
98352026-08-31T14:45:02.868Z[ host-image] Aug 31 14:45:02.223 INFO O| Aug 31 14:45:02.223 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
98362026-08-31T14:45:02.880Z[ host-image] Aug 31 14:45:02.235 INFO O| Aug 31 14:45:02.235 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
98372026-08-31T14:45:02.918Z[ host-image] Aug 31 14:45:02.272 INFO O| Aug 31 14:45:02.272 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
98382026-08-31T14:45:02.918Z[ host-image] Aug 31 14:45:02.272 INFO O| Aug 31 14:45:02.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
98392026-08-31T14:45:02.918Z[ host-image] Aug 31 14:45:02.272 INFO O| Aug 31 14:45:02.272 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
98402026-08-31T14:45:02.929Z[ host-image] Aug 31 14:45:02.282 INFO O| Aug 31 14:45:02.282 INFO boot environment UUID: ad5e1e47-9494-40e3-b237-3fcdfc2e3d38
98412026-08-31T14:45:02.929Z[ host-image] Aug 31 14:45:02.282 INFO O| Aug 31 14:45:02.282 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = ad5e1e47-9494-40e3-b237-3fcdfc2e3d38
98422026-08-31T14:45:02.936Z[ host-image] Aug 31 14:45:02.292 INFO O| Aug 31 14:45:02.291 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
98432026-08-31T14:45:02.946Z[ host-image] Aug 31 14:45:02.301 INFO O| Aug 31 14:45:02.301 INFO STEP 0 (create_be) COMPLETE
98442026-08-31T14:45:02.946Z[ host-image] Aug 31 14:45:02.301 INFO O| Aug 31 14:45:02.301 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98452026-08-31T14:45:02.960Z[ host-image] Aug 31 14:45:02.316 INFO O| Aug 31 14:45:02.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"]
98462026-08-31T14:45:12.018Z[ host-image] Aug 31 14:45:11.371 INFO O| Aug 31 14:45:11.371 INFO STEP 1 (unpack_tar) COMPLETE
98472026-08-31T14:45:12.018Z[ host-image] Aug 31 14:45:11.371 INFO O| Aug 31 14:45:11.371 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98482026-08-31T14:45:12.028Z[ host-image] Aug 31 14:45:11.380 INFO O| Aug 31 14:45:11.380 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98492026-08-31T14:45:12.330Z[ host-image] Aug 31 14:45:11.682 INFO O| Aug 31 14:45:11.682 INFO STEP 2 (devfsadm) COMPLETE
98502026-08-31T14:45:12.330Z[ host-image] Aug 31 14:45:11.682 INFO O| Aug 31 14:45:11.682 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98512026-08-31T14:45:12.346Z[ host-image] Aug 31 14:45:11.692 INFO O| Aug 31 14:45:11.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98522026-08-31T14:45:12.346Z[ host-image] Aug 31 14:45:11.692 INFO O| Aug 31 14:45:11.692 INFO STEP 3 (ensure_dir) COMPLETE
98532026-08-31T14:45:12.346Z[ host-image] Aug 31 14:45:11.692 INFO O| Aug 31 14:45:11.692 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98542026-08-31T14:45:12.346Z[ host-image] Aug 31 14:45:11.699 INFO O| Aug 31 14:45:11.699 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98552026-08-31T14:45:12.346Z[ host-image] Aug 31 14:45:11.699 INFO O| Aug 31 14:45:11.699 INFO STEP 4 (ensure_dir) COMPLETE
98562026-08-31T14:45:12.346Z[ host-image] Aug 31 14:45:11.699 INFO O| Aug 31 14:45:11.699 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98572026-08-31T14:45:12.358Z[ host-image] Aug 31 14:45:11.707 INFO O| Aug 31 14:45:11.707 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98582026-08-31T14:45:12.358Z[ host-image] Aug 31 14:45:11.707 INFO O| Aug 31 14:45:11.707 INFO STEP 5 (ensure_dir) COMPLETE
98592026-08-31T14:45:12.358Z[ host-image] Aug 31 14:45:11.707 INFO O| Aug 31 14:45:11.707 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98602026-08-31T14:45:12.372Z[ host-image] Aug 31 14:45:11.714 INFO O| Aug 31 14:45:11.714 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98612026-08-31T14:45:12.372Z[ host-image] Aug 31 14:45:11.714 INFO O| Aug 31 14:45:11.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98622026-08-31T14:45:12.372Z[ host-image] Aug 31 14:45:11.714 INFO O| Aug 31 14:45:11.714 INFO STEP 6 (ensure_dir) COMPLETE
98632026-08-31T14:45:12.372Z[ host-image] Aug 31 14:45:11.714 INFO O| Aug 31 14:45:11.714 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98642026-08-31T14:45:12.372Z[ host-image] Aug 31 14:45:11.721 INFO O| Aug 31 14:45:11.721 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98652026-08-31T14:45:12.372Z[ host-image] Aug 31 14:45:11.721 INFO O| Aug 31 14:45:11.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98662026-08-31T14:45:12.372Z[ host-image] Aug 31 14:45:11.721 INFO O| Aug 31 14:45:11.721 INFO STEP 7 (ensure_dir) COMPLETE
98672026-08-31T14:45:12.372Z[ host-image] Aug 31 14:45:11.721 INFO O| Aug 31 14:45:11.721 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98682026-08-31T14:45:12.381Z[ host-image] Aug 31 14:45:11.729 INFO O| Aug 31 14:45:11.729 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98692026-08-31T14:45:12.381Z[ host-image] Aug 31 14:45:11.729 INFO O| Aug 31 14:45:11.729 INFO STEP 8 (remove_files) COMPLETE
98702026-08-31T14:45:12.381Z[ host-image] Aug 31 14:45:11.729 INFO O| Aug 31 14:45:11.729 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98712026-08-31T14:45:12.381Z[ host-image] Aug 31 14:45:11.736 INFO O| Aug 31 14:45:11.736 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98722026-08-31T14:45:12.411Z[ host-image] Aug 31 14:45:11.737 INFO O| Aug 31 14:45:11.737 INFO STEP 9 (remove_files) COMPLETE
98732026-08-31T14:45:12.411Z[ host-image] Aug 31 14:45:11.737 INFO O| Aug 31 14:45:11.737 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98742026-08-31T14:45:12.411Z[ host-image] Aug 31 14:45:11.744 INFO O| Aug 31 14:45:11.744 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98752026-08-31T14:45:12.411Z[ host-image] Aug 31 14:45:11.745 INFO O| Aug 31 14:45:11.745 INFO STEP 10 (remove_files) COMPLETE
98762026-08-31T14:45:12.411Z[ host-image] Aug 31 14:45:11.745 INFO O| Aug 31 14:45:11.745 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98772026-08-31T14:45:12.412Z[ host-image] Aug 31 14:45:11.752 INFO O| Aug 31 14:45:11.752 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98782026-08-31T14:45:12.412Z[ host-image] Aug 31 14:45:11.752 INFO O| Aug 31 14:45:11.752 INFO STEP 11 (remove_files) COMPLETE
98792026-08-31T14:45:12.412Z[ host-image] Aug 31 14:45:11.752 INFO O| Aug 31 14:45:11.752 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98802026-08-31T14:45:12.423Z[ host-image] Aug 31 14:45:11.759 INFO O| Aug 31 14:45:11.759 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98812026-08-31T14:45:12.423Z[ host-image] Aug 31 14:45:11.759 INFO O| Aug 31 14:45:11.759 INFO STEP 12 (remove_files) COMPLETE
98822026-08-31T14:45:12.423Z[ host-image] Aug 31 14:45:11.759 INFO O| Aug 31 14:45:11.759 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98832026-08-31T14:45:12.423Z[ host-image] Aug 31 14:45:11.766 INFO O| Aug 31 14:45:11.766 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98842026-08-31T14:45:12.423Z[ host-image] Aug 31 14:45:11.766 INFO O| Aug 31 14:45:11.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98852026-08-31T14:45:12.423Z[ host-image] Aug 31 14:45:11.766 INFO O| Aug 31 14:45:11.766 INFO STEP 13 (ensure_dir) COMPLETE
98862026-08-31T14:45:12.423Z[ host-image] Aug 31 14:45:11.767 INFO O| Aug 31 14:45:11.766 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98872026-08-31T14:45:12.424Z[ host-image] Aug 31 14:45:11.775 INFO O| Aug 31 14:45:11.775 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98882026-08-31T14:45:12.424Z[ host-image] Aug 31 14:45:11.775 INFO O| Aug 31 14:45:11.775 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98892026-08-31T14:45:12.424Z[ host-image] Aug 31 14:45:11.775 INFO O| Aug 31 14:45:11.775 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98902026-08-31T14:45:12.424Z[ host-image] Aug 31 14:45:11.775 INFO O| Aug 31 14:45:11.775 INFO STEP 14 (ensure_dir) COMPLETE
98912026-08-31T14:45:12.424Z[ host-image] Aug 31 14:45:11.775 INFO O| Aug 31 14:45:11.775 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98922026-08-31T14:45:12.440Z[ host-image] Aug 31 14:45:11.782 INFO O| Aug 31 14:45:11.782 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98932026-08-31T14:45:12.440Z[ host-image] Aug 31 14:45:11.782 INFO O| Aug 31 14:45:11.782 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98942026-08-31T14:45:12.440Z[ host-image] Aug 31 14:45:11.782 INFO O| Aug 31 14:45:11.782 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98952026-08-31T14:45:12.440Z[ host-image] Aug 31 14:45:11.782 INFO O| Aug 31 14:45:11.782 INFO STEP 15 (ensure_dir) COMPLETE
98962026-08-31T14:45:12.440Z[ host-image] Aug 31 14:45:11.782 INFO O| Aug 31 14:45:11.782 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98972026-08-31T14:45:12.454Z[ host-image] Aug 31 14:45:11.790 INFO O| Aug 31 14:45:11.790 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98982026-08-31T14:45:12.454Z[ host-image] Aug 31 14:45:11.790 INFO O| Aug 31 14:45:11.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98992026-08-31T14:45:12.454Z[ host-image] Aug 31 14:45:11.790 INFO O| Aug 31 14:45:11.790 INFO STEP 16 (ensure_dir) COMPLETE
99002026-08-31T14:45:12.454Z[ host-image] Aug 31 14:45:11.790 INFO O| Aug 31 14:45:11.790 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99012026-08-31T14:45:12.454Z[ host-image] Aug 31 14:45:11.797 INFO O| Aug 31 14:45:11.797 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99022026-08-31T14:45:12.454Z[ host-image] Aug 31 14:45:11.797 INFO O| Aug 31 14:45:11.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99032026-08-31T14:45:12.454Z[ host-image] Aug 31 14:45:11.797 INFO O| Aug 31 14:45:11.797 INFO STEP 17 (ensure_dir) COMPLETE
99042026-08-31T14:45:12.454Z[ host-image] Aug 31 14:45:11.797 INFO O| Aug 31 14:45:11.797 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99052026-08-31T14:45:12.454Z[ host-image] Aug 31 14:45:11.805 INFO O| Aug 31 14:45:11.805 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
99062026-08-31T14:45:12.454Z[ host-image] Aug 31 14:45:11.805 INFO O| Aug 31 14:45:11.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
99072026-08-31T14:45:12.454Z[ host-image] Aug 31 14:45:11.805 INFO O| Aug 31 14:45:11.805 INFO ok!
99082026-08-31T14:45:12.454Z[ host-image] Aug 31 14:45:11.805 INFO O| Aug 31 14:45:11.805 INFO STEP 18 (ensure_symlink) COMPLETE
99092026-08-31T14:45:12.454Z[ host-image] Aug 31 14:45:11.805 INFO O| Aug 31 14:45:11.805 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99102026-08-31T14:45:12.465Z[ host-image] Aug 31 14:45:11.813 INFO O| Aug 31 14:45:11.813 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
99112026-08-31T14:45:12.465Z[ host-image] Aug 31 14:45:11.813 INFO O| Aug 31 14:45:11.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
99122026-08-31T14:45:12.465Z[ host-image] Aug 31 14:45:11.813 INFO O| Aug 31 14:45:11.813 INFO ok!
99132026-08-31T14:45:12.465Z[ host-image] Aug 31 14:45:11.813 INFO O| Aug 31 14:45:11.813 INFO STEP 19 (ensure_file) COMPLETE
99142026-08-31T14:45:12.465Z[ host-image] Aug 31 14:45:11.813 INFO O| Aug 31 14:45:11.813 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99152026-08-31T14:45:12.477Z[ host-image] Aug 31 14:45:11.820 INFO O| Aug 31 14:45:11.820 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
99162026-08-31T14:45:12.477Z[ host-image] Aug 31 14:45:11.820 INFO O| Aug 31 14:45:11.820 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
99172026-08-31T14:45:12.477Z[ host-image] Aug 31 14:45:11.820 INFO O| Aug 31 14:45:11.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
99182026-08-31T14:45:12.477Z[ host-image] Aug 31 14:45:11.820 INFO O| Aug 31 14:45:11.820 INFO ok!
99192026-08-31T14:45:12.477Z[ host-image] Aug 31 14:45:11.820 INFO O| Aug 31 14:45:11.820 INFO STEP 20 (ensure_symlink) COMPLETE
99202026-08-31T14:45:12.477Z[ host-image] Aug 31 14:45:11.820 INFO O| Aug 31 14:45:11.820 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99212026-08-31T14:45:12.477Z[ host-image] Aug 31 14:45:11.828 INFO O| Aug 31 14:45:11.828 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
99222026-08-31T14:45:12.477Z[ host-image] Aug 31 14:45:11.828 INFO O| Aug 31 14:45:11.828 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
99232026-08-31T14:45:12.477Z[ host-image] Aug 31 14:45:11.828 INFO O| Aug 31 14:45:11.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
99242026-08-31T14:45:12.477Z[ host-image] Aug 31 14:45:11.828 INFO O| Aug 31 14:45:11.828 INFO ok!
99252026-08-31T14:45:12.477Z[ host-image] Aug 31 14:45:11.828 INFO O| Aug 31 14:45:11.828 INFO STEP 21 (ensure_symlink) COMPLETE
99262026-08-31T14:45:12.477Z[ host-image] Aug 31 14:45:11.828 INFO O| Aug 31 14:45:11.828 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99272026-08-31T14:45:12.490Z[ host-image] Aug 31 14:45:11.836 INFO O| Aug 31 14:45:11.836 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
99282026-08-31T14:45:12.490Z[ host-image] Aug 31 14:45:11.836 INFO O| Aug 31 14:45:11.836 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
99292026-08-31T14:45:12.490Z[ host-image] Aug 31 14:45:11.836 INFO O| Aug 31 14:45:11.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
99302026-08-31T14:45:12.490Z[ host-image] Aug 31 14:45:11.836 INFO O| Aug 31 14:45:11.836 INFO ok!
99312026-08-31T14:45:12.490Z[ host-image] Aug 31 14:45:11.836 INFO O| Aug 31 14:45:11.836 INFO STEP 22 (ensure_symlink) COMPLETE
99322026-08-31T14:45:12.490Z[ host-image] Aug 31 14:45:11.836 INFO O| Aug 31 14:45:11.836 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99332026-08-31T14:45:12.490Z[ host-image] Aug 31 14:45:11.842 INFO O| Aug 31 14:45:11.842 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
99342026-08-31T14:45:12.490Z[ host-image] Aug 31 14:45:11.842 INFO O| Aug 31 14:45:11.842 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99352026-08-31T14:45:12.490Z[ host-image] Aug 31 14:45:11.842 INFO O| Aug 31 14:45:11.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99362026-08-31T14:45:12.490Z[ host-image] Aug 31 14:45:11.842 INFO O| Aug 31 14:45:11.842 INFO ok!
99372026-08-31T14:45:12.490Z[ host-image] Aug 31 14:45:11.842 INFO O| Aug 31 14:45:11.842 INFO STEP 23 (ensure_symlink) COMPLETE
99382026-08-31T14:45:12.490Z[ host-image] Aug 31 14:45:11.842 INFO O| Aug 31 14:45:11.842 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99392026-08-31T14:45:12.511Z[ host-image] Aug 31 14:45:11.852 INFO O| Aug 31 14:45:11.852 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99402026-08-31T14:45:12.511Z[ host-image] Aug 31 14:45:11.852 INFO O| Aug 31 14:45:11.852 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99412026-08-31T14:45:12.511Z[ host-image] Aug 31 14:45:11.852 INFO O| Aug 31 14:45:11.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99422026-08-31T14:45:12.511Z[ host-image] Aug 31 14:45:11.852 INFO O| Aug 31 14:45:11.852 INFO ok!
99432026-08-31T14:45:12.511Z[ host-image] Aug 31 14:45:11.852 INFO O| Aug 31 14:45:11.852 INFO STEP 24 (ensure_file) COMPLETE
99442026-08-31T14:45:12.511Z[ host-image] Aug 31 14:45:11.852 INFO O| Aug 31 14:45:11.852 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99452026-08-31T14:45:12.512Z[ host-image] Aug 31 14:45:11.859 INFO O| Aug 31 14:45:11.859 INFO updating shadow file
99462026-08-31T14:45:12.512Z[ host-image] Aug 31 14:45:11.859 INFO O| Aug 31 14:45:11.859 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99472026-08-31T14:45:12.512Z[ host-image] Aug 31 14:45:11.859 INFO O| Aug 31 14:45:11.859 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99482026-08-31T14:45:12.512Z[ host-image] Aug 31 14:45:11.859 INFO O| Aug 31 14:45:11.859 INFO STEP 25 (shadow) COMPLETE
99492026-08-31T14:45:12.512Z[ host-image] Aug 31 14:45:11.859 INFO O| Aug 31 14:45:11.859 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99502026-08-31T14:45:12.513Z[ host-image] Aug 31 14:45:11.865 INFO O| Aug 31 14:45:11.865 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99512026-08-31T14:45:12.513Z[ host-image] Aug 31 14:45:11.865 INFO O| Aug 31 14:45:11.865 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99522026-08-31T14:45:12.513Z[ host-image] Aug 31 14:45:11.865 INFO O| Aug 31 14:45:11.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99532026-08-31T14:45:12.513Z[ host-image] Aug 31 14:45:11.865 INFO O| Aug 31 14:45:11.865 INFO ok!
99542026-08-31T14:45:12.513Z[ host-image] Aug 31 14:45:11.865 INFO O| Aug 31 14:45:11.865 INFO STEP 26 (ensure_file) COMPLETE
99552026-08-31T14:45:12.513Z[ host-image] Aug 31 14:45:11.865 INFO O| Aug 31 14:45:11.865 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99562026-08-31T14:45:12.521Z[ host-image] Aug 31 14:45:11.874 INFO O| Aug 31 14:45:11.874 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99572026-08-31T14:45:12.521Z[ host-image] Aug 31 14:45:11.874 INFO O| Aug 31 14:45:11.874 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99582026-08-31T14:45:12.521Z[ host-image] Aug 31 14:45:11.874 INFO O| Aug 31 14:45:11.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99592026-08-31T14:45:12.521Z[ host-image] Aug 31 14:45:11.874 INFO O| Aug 31 14:45:11.874 INFO ok!
99602026-08-31T14:45:12.521Z[ host-image] Aug 31 14:45:11.874 INFO O| Aug 31 14:45:11.874 INFO STEP 27 (ensure_file) COMPLETE
99612026-08-31T14:45:12.521Z[ host-image] Aug 31 14:45:11.874 INFO O| Aug 31 14:45:11.874 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99622026-08-31T14:45:12.529Z[ host-image] Aug 31 14:45:11.881 INFO O| Aug 31 14:45:11.881 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99632026-08-31T14:45:12.530Z[ host-image] Aug 31 14:45:11.882 INFO O| Aug 31 14:45:11.881 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99642026-08-31T14:45:12.530Z[ host-image] Aug 31 14:45:11.882 INFO O| Aug 31 14:45:11.882 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99652026-08-31T14:45:12.530Z[ host-image] Aug 31 14:45:11.882 INFO O| Aug 31 14:45:11.882 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99662026-08-31T14:45:12.530Z[ host-image] Aug 31 14:45:11.882 INFO O| Aug 31 14:45:11.882 INFO ok!
99672026-08-31T14:45:12.530Z[ host-image] Aug 31 14:45:11.882 INFO O| Aug 31 14:45:11.882 INFO STEP 28 (ensure_file) COMPLETE
99682026-08-31T14:45:12.530Z[ host-image] Aug 31 14:45:11.882 INFO O| Aug 31 14:45:11.882 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99692026-08-31T14:45:12.547Z[ host-image] Aug 31 14:45:11.888 INFO O| Aug 31 14:45:11.888 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99702026-08-31T14:45:12.547Z[ host-image] Aug 31 14:45:11.888 INFO O| Aug 31 14:45:11.888 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99712026-08-31T14:45:12.547Z[ host-image] Aug 31 14:45:11.888 INFO O| Aug 31 14:45:11.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99722026-08-31T14:45:12.547Z[ host-image] Aug 31 14:45:11.888 INFO O| Aug 31 14:45:11.888 INFO ok!
99732026-08-31T14:45:12.547Z[ host-image] Aug 31 14:45:11.888 INFO O| Aug 31 14:45:11.888 INFO STEP 29 (ensure_file) COMPLETE
99742026-08-31T14:45:12.547Z[ host-image] Aug 31 14:45:11.888 INFO O| Aug 31 14:45:11.888 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99752026-08-31T14:45:12.547Z[ host-image] Aug 31 14:45:11.894 INFO O| Aug 31 14:45:11.894 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99762026-08-31T14:45:12.547Z[ host-image] Aug 31 14:45:11.894 INFO O| Aug 31 14:45:11.894 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99772026-08-31T14:45:12.547Z[ host-image] Aug 31 14:45:11.894 INFO O| Aug 31 14:45:11.894 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99782026-08-31T14:45:12.547Z[ host-image] Aug 31 14:45:11.894 INFO O| Aug 31 14:45:11.894 INFO STEP 30 (ensure_dir) COMPLETE
99792026-08-31T14:45:12.547Z[ host-image] Aug 31 14:45:11.894 INFO O| Aug 31 14:45:11.894 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99802026-08-31T14:45:12.559Z[ host-image] Aug 31 14:45:11.903 INFO O| Aug 31 14:45:11.902 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99812026-08-31T14:45:12.559Z[ host-image] Aug 31 14:45:11.903 INFO O| Aug 31 14:45:11.902 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99822026-08-31T14:45:12.559Z[ host-image] Aug 31 14:45:11.903 INFO O| Aug 31 14:45:11.903 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99832026-08-31T14:45:12.559Z[ host-image] Aug 31 14:45:11.903 INFO O| Aug 31 14:45:11.903 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99842026-08-31T14:45:12.559Z[ host-image] Aug 31 14:45:11.903 INFO O| Aug 31 14:45:11.903 INFO ok!
99852026-08-31T14:45:12.559Z[ host-image] Aug 31 14:45:11.903 INFO O| Aug 31 14:45:11.903 INFO STEP 31 (ensure_file) COMPLETE
99862026-08-31T14:45:12.560Z[ host-image] Aug 31 14:45:11.903 INFO O| Aug 31 14:45:11.903 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99872026-08-31T14:45:12.560Z[ host-image] Aug 31 14:45:11.910 INFO O| Aug 31 14:45:11.910 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99882026-08-31T14:45:12.560Z[ host-image] Aug 31 14:45:11.910 INFO O| Aug 31 14:45:11.910 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99892026-08-31T14:45:12.560Z[ host-image] Aug 31 14:45:11.910 INFO O| Aug 31 14:45:11.910 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99902026-08-31T14:45:12.560Z[ host-image] Aug 31 14:45:11.910 INFO O| Aug 31 14:45:11.910 INFO STEP 32 (ensure_dir) COMPLETE
99912026-08-31T14:45:12.560Z[ host-image] Aug 31 14:45:11.910 INFO O| Aug 31 14:45:11.910 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99922026-08-31T14:45:12.577Z[ host-image] Aug 31 14:45:11.917 INFO O| Aug 31 14:45:11.917 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99932026-08-31T14:45:12.577Z[ host-image] Aug 31 14:45:11.917 INFO O| Aug 31 14:45:11.917 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 ...
99942026-08-31T14:45:12.580Z[ host-image] Aug 31 14:45:11.917 INFO O| Aug 31 14:45:11.917 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
99952026-08-31T14:45:12.580Z[ host-image] Aug 31 14:45:11.917 INFO O| Aug 31 14:45:11.917 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99962026-08-31T14:45:12.580Z[ host-image] Aug 31 14:45:11.917 INFO O| Aug 31 14:45:11.917 INFO ok!
99972026-08-31T14:45:12.580Z[ host-image] Aug 31 14:45:11.917 INFO O| Aug 31 14:45:11.917 INFO STEP 33 (ensure_file) COMPLETE
99982026-08-31T14:45:12.580Z[ host-image] Aug 31 14:45:11.917 INFO O| Aug 31 14:45:11.917 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99992026-08-31T14:45:12.580Z[ host-image] Aug 31 14:45:11.924 INFO O| Aug 31 14:45:11.924 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
100002026-08-31T14:45:12.580Z[ host-image] Aug 31 14:45:11.924 INFO O| Aug 31 14:45:11.924 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
100012026-08-31T14:45:12.581Z[ host-image] Aug 31 14:45:11.924 INFO O| Aug 31 14:45:11.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
100022026-08-31T14:45:12.581Z[ host-image] Aug 31 14:45:11.924 INFO O| Aug 31 14:45:11.924 INFO ok!
100032026-08-31T14:45:12.581Z[ host-image] Aug 31 14:45:11.924 INFO O| Aug 31 14:45:11.924 INFO STEP 34 (ensure_file) COMPLETE
100042026-08-31T14:45:12.581Z[ host-image] Aug 31 14:45:11.924 INFO O| Aug 31 14:45:11.924 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100052026-08-31T14:45:12.581Z[ host-image] Aug 31 14:45:11.931 INFO O| Aug 31 14:45:11.931 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
100062026-08-31T14:45:12.581Z[ host-image] Aug 31 14:45:11.931 INFO O| Aug 31 14:45:11.931 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
100072026-08-31T14:45:12.581Z[ host-image] Aug 31 14:45:11.931 INFO O| Aug 31 14:45:11.931 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100082026-08-31T14:45:12.581Z[ host-image] Aug 31 14:45:11.931 INFO O| Aug 31 14:45:11.931 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100092026-08-31T14:45:12.581Z[ host-image] Aug 31 14:45:11.931 INFO O| Aug 31 14:45:11.931 INFO ok!
100102026-08-31T14:45:12.581Z[ host-image] Aug 31 14:45:11.931 INFO O| Aug 31 14:45:11.931 INFO STEP 35 (ensure_file) COMPLETE
100112026-08-31T14:45:12.581Z[ host-image] Aug 31 14:45:11.931 INFO O| Aug 31 14:45:11.931 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100122026-08-31T14:45:12.592Z[ host-image] Aug 31 14:45:11.938 INFO O| Aug 31 14:45:11.938 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
100132026-08-31T14:45:12.592Z[ host-image] Aug 31 14:45:11.938 INFO O| Aug 31 14:45:11.938 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
100142026-08-31T14:45:12.592Z[ host-image] Aug 31 14:45:11.938 INFO O| Aug 31 14:45:11.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
100152026-08-31T14:45:12.592Z[ host-image] Aug 31 14:45:11.938 INFO O| Aug 31 14:45:11.938 INFO ok!
100162026-08-31T14:45:12.592Z[ host-image] Aug 31 14:45:11.938 INFO O| Aug 31 14:45:11.938 INFO STEP 36 (ensure_file) COMPLETE
100172026-08-31T14:45:12.592Z[ host-image] Aug 31 14:45:11.938 INFO O| Aug 31 14:45:11.938 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100182026-08-31T14:45:12.592Z[ host-image] Aug 31 14:45:11.944 INFO O| Aug 31 14:45:11.944 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
100192026-08-31T14:45:12.592Z[ host-image] Aug 31 14:45:11.944 INFO O| Aug 31 14:45:11.944 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
100202026-08-31T14:45:12.592Z[ host-image] Aug 31 14:45:11.944 INFO O| Aug 31 14:45:11.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
100212026-08-31T14:45:12.592Z[ host-image] Aug 31 14:45:11.944 INFO O| Aug 31 14:45:11.944 INFO ok!
100222026-08-31T14:45:12.592Z[ host-image] Aug 31 14:45:11.944 INFO O| Aug 31 14:45:11.944 INFO STEP 37 (ensure_file) COMPLETE
100232026-08-31T14:45:12.592Z[ host-image] Aug 31 14:45:11.944 INFO O| Aug 31 14:45:11.944 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100242026-08-31T14:45:12.601Z[ host-image] Aug 31 14:45:11.952 INFO O| Aug 31 14:45:11.952 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
100252026-08-31T14:45:12.601Z[ host-image] Aug 31 14:45:11.952 INFO O| Aug 31 14:45:11.952 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
100262026-08-31T14:45:12.601Z[ host-image] Aug 31 14:45:11.952 INFO O| Aug 31 14:45:11.952 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100272026-08-31T14:45:12.601Z[ host-image] Aug 31 14:45:11.952 INFO O| Aug 31 14:45:11.952 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100282026-08-31T14:45:12.601Z[ host-image] Aug 31 14:45:11.952 INFO O| Aug 31 14:45:11.952 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100292026-08-31T14:45:12.602Z[ host-image] Aug 31 14:45:11.952 INFO O| Aug 31 14:45:11.952 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100302026-08-31T14:45:12.602Z[ host-image] Aug 31 14:45:11.952 INFO O| Aug 31 14:45:11.952 INFO ok!
100312026-08-31T14:45:12.602Z[ host-image] Aug 31 14:45:11.952 INFO O| Aug 31 14:45:11.952 INFO STEP 38 (ensure_file) COMPLETE
100322026-08-31T14:45:12.602Z[ host-image] Aug 31 14:45:11.952 INFO O| Aug 31 14:45:11.952 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100332026-08-31T14:45:12.628Z[ host-image] Aug 31 14:45:11.958 INFO O| Aug 31 14:45:11.958 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100342026-08-31T14:45:12.628Z[ host-image] Aug 31 14:45:11.958 INFO O| Aug 31 14:45:11.958 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100352026-08-31T14:45:12.628Z[ host-image] Aug 31 14:45:11.958 INFO O| Aug 31 14:45:11.958 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100362026-08-31T14:45:12.628Z[ host-image] Aug 31 14:45:11.958 INFO O| Aug 31 14:45:11.958 INFO STEP 39 (ensure_dir) COMPLETE
100372026-08-31T14:45:12.628Z[ host-image] Aug 31 14:45:11.958 INFO O| Aug 31 14:45:11.958 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100382026-08-31T14:45:12.628Z[ host-image] Aug 31 14:45:11.964 INFO O| Aug 31 14:45:11.964 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
100392026-08-31T14:45:12.628Z[ host-image] Aug 31 14:45:11.964 INFO O| Aug 31 14:45:11.964 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 ...
100402026-08-31T14:45:12.628Z[ host-image] Aug 31 14:45:11.964 INFO O| Aug 31 14:45:11.964 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
100412026-08-31T14:45:12.628Z[ host-image] Aug 31 14:45:11.964 INFO O| Aug 31 14:45:11.964 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
100422026-08-31T14:45:12.629Z[ host-image] Aug 31 14:45:11.964 INFO O| Aug 31 14:45:11.964 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
100432026-08-31T14:45:12.629Z[ host-image] Aug 31 14:45:11.964 INFO O| Aug 31 14:45:11.964 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
100442026-08-31T14:45:12.629Z[ host-image] Aug 31 14:45:11.964 INFO O| Aug 31 14:45:11.964 INFO ok!
100452026-08-31T14:45:12.629Z[ host-image] Aug 31 14:45:11.964 INFO O| Aug 31 14:45:11.964 INFO STEP 40 (ensure_file) COMPLETE
100462026-08-31T14:45:12.629Z[ host-image] Aug 31 14:45:11.964 INFO O| Aug 31 14:45:11.964 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100472026-08-31T14:45:12.629Z[ host-image] Aug 31 14:45:11.969 INFO O| Aug 31 14:45:11.969 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100482026-08-31T14:45:12.629Z[ host-image] Aug 31 14:45:11.970 INFO O| Aug 31 14:45:11.969 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 ...
100492026-08-31T14:45:12.629Z[ host-image] Aug 31 14:45:11.970 INFO O| Aug 31 14:45:11.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100502026-08-31T14:45:12.629Z[ host-image] Aug 31 14:45:11.970 INFO O| Aug 31 14:45:11.970 INFO ok!
100512026-08-31T14:45:12.629Z[ host-image] Aug 31 14:45:11.970 INFO O| Aug 31 14:45:11.970 INFO STEP 41 (ensure_symlink) COMPLETE
100522026-08-31T14:45:12.629Z[ host-image] Aug 31 14:45:11.970 INFO O| Aug 31 14:45:11.970 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100532026-08-31T14:45:12.648Z[ host-image] Aug 31 14:45:11.976 INFO O| Aug 31 14:45:11.976 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100542026-08-31T14:45:12.648Z[ host-image] Aug 31 14:45:11.976 INFO O| Aug 31 14:45:11.976 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100552026-08-31T14:45:12.648Z[ host-image] Aug 31 14:45:11.976 INFO O| Aug 31 14:45:11.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100562026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.976 INFO O| Aug 31 14:45:11.976 INFO ok!
100572026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.976 INFO O| Aug 31 14:45:11.976 INFO STEP 42 (ensure_symlink) COMPLETE
100582026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.976 INFO O| Aug 31 14:45:11.976 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100592026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.984 INFO O| Aug 31 14:45:11.984 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100602026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.984 INFO O| Aug 31 14:45:11.984 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100612026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.984 INFO O| Aug 31 14:45:11.984 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100622026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.984 INFO O| Aug 31 14:45:11.984 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100632026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.984 INFO O| Aug 31 14:45:11.984 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100642026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.984 INFO O| Aug 31 14:45:11.984 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100652026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.984 INFO O| Aug 31 14:45:11.984 INFO ok!
100662026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.984 INFO O| Aug 31 14:45:11.984 INFO STEP 43 (ensure_file) COMPLETE
100672026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.984 INFO O| Aug 31 14:45:11.984 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100682026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.989 INFO O| Aug 31 14:45:11.989 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100692026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.989 INFO O| Aug 31 14:45:11.989 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 ...
100702026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.989 INFO O| Aug 31 14:45:11.989 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
100712026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.989 INFO O| Aug 31 14:45:11.989 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100722026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.989 INFO O| Aug 31 14:45:11.989 INFO ok!
100732026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.989 INFO O| Aug 31 14:45:11.989 INFO STEP 44 (ensure_file) COMPLETE
100742026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.989 INFO O| Aug 31 14:45:11.989 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100752026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.995 INFO O| Aug 31 14:45:11.995 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100762026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.995 INFO O| Aug 31 14:45:11.995 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100772026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.995 INFO O| Aug 31 14:45:11.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100782026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.995 INFO O| Aug 31 14:45:11.995 INFO ok!
100792026-08-31T14:45:12.649Z[ host-image] Aug 31 14:45:11.995 INFO O| Aug 31 14:45:11.995 INFO STEP 45 (ensure_file) COMPLETE
100802026-08-31T14:45:12.650Z[ host-image] Aug 31 14:45:11.995 INFO O| Aug 31 14:45:11.995 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100812026-08-31T14:45:12.659Z[ host-image] Aug 31 14:45:12.004 INFO O| Aug 31 14:45:12.004 INFO updating shadow file
100822026-08-31T14:45:12.659Z[ host-image] Aug 31 14:45:12.004 INFO O| Aug 31 14:45:12.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100832026-08-31T14:45:12.659Z[ host-image] Aug 31 14:45:12.004 INFO O| Aug 31 14:45:12.004 INFO STEP 46 (shadow) COMPLETE
100842026-08-31T14:45:12.659Z[ host-image] Aug 31 14:45:12.004 INFO O| Aug 31 14:45:12.004 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100852026-08-31T14:45:12.659Z[ host-image] Aug 31 14:45:12.013 INFO O| Aug 31 14:45:12.013 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100862026-08-31T14:45:12.659Z[ host-image] Aug 31 14:45:12.013 INFO O| Aug 31 14:45:12.013 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100872026-08-31T14:45:12.659Z[ host-image] Aug 31 14:45:12.013 INFO O| Aug 31 14:45:12.013 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100882026-08-31T14:45:12.660Z[ host-image] Aug 31 14:45:12.013 INFO O| Aug 31 14:45:12.013 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100892026-08-31T14:45:12.660Z[ host-image] Aug 31 14:45:12.013 INFO O| Aug 31 14:45:12.013 INFO ok!
100902026-08-31T14:45:12.660Z[ host-image] Aug 31 14:45:12.013 INFO O| Aug 31 14:45:12.013 INFO STEP 47 (ensure_file) COMPLETE
100912026-08-31T14:45:12.660Z[ host-image] Aug 31 14:45:12.013 INFO O| Aug 31 14:45:12.013 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100922026-08-31T14:45:12.660Z[ host-image] Aug 31 14:45:12.013 INFO O| Aug 31 14:45:12.013 INFO skip step because feature "mfg" is not enabled
100932026-08-31T14:45:12.660Z[ host-image] Aug 31 14:45:12.013 INFO O| Aug 31 14:45:12.013 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100942026-08-31T14:45:12.660Z[ host-image] Aug 31 14:45:12.013 INFO O| Aug 31 14:45:12.013 INFO skip step because feature "mfg" is not enabled
100952026-08-31T14:45:12.660Z[ host-image] Aug 31 14:45:12.013 INFO O| Aug 31 14:45:12.013 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100962026-08-31T14:45:12.669Z[ host-image] Aug 31 14:45:12.020 INFO O| Aug 31 14:45:12.020 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100972026-08-31T14:45:12.669Z[ host-image] Aug 31 14:45:12.020 INFO O| Aug 31 14:45:12.020 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100982026-08-31T14:45:12.669Z[ recovery-image] Aug 31 14:45:12.021 INFO O| ok, image written!
100992026-08-31T14:45:12.669Z[ recovery-image] Aug 31 14:45:12.021 INFO O| ok, boot_image_csum file written!
101002026-08-31T14:45:12.669Z[ recovery-image] Aug 31 14:45:12.023 INFO creating boot archive (CPIO)...
101012026-08-31T14:45:12.669Z[ recovery-image] Aug 31 14:45:12.023 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
101022026-08-31T14:45:12.680Z[ recovery-image] Aug 31 14:45:12.027 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
101032026-08-31T14:45:12.680Z[ recovery-image] Aug 31 14:45:12.027 INFO E| + outfile=/work/os-recovery/cpio
101042026-08-31T14:45:12.681Z[ recovery-image] Aug 31 14:45:12.027 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
101052026-08-31T14:45:12.681Z[ recovery-image] Aug 31 14:45:12.029 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
101062026-08-31T14:45:12.681Z[ recovery-image] Aug 31 14:45:12.029 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
101072026-08-31T14:45:12.692Z[ host-image] Aug 31 14:45:12.043 INFO O| Aug 31 14:45:12.043 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
101082026-08-31T14:45:12.692Z[ host-image] Aug 31 14:45:12.043 INFO O| Aug 31 14:45:12.043 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
101092026-08-31T14:45:12.692Z[ host-image] Aug 31 14:45:12.043 INFO O| Aug 31 14:45:12.043 INFO ok!
101102026-08-31T14:45:12.692Z[ host-image] Aug 31 14:45:12.043 INFO O| Aug 31 14:45:12.043 INFO STEP 50 (ensure_file) COMPLETE
101112026-08-31T14:45:12.692Z[ host-image] Aug 31 14:45:12.043 INFO O| Aug 31 14:45:12.043 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101122026-08-31T14:45:12.692Z[ host-image] Aug 31 14:45:12.043 INFO O| Aug 31 14:45:12.043 INFO skip step because feature "compliance" is not enabled
101132026-08-31T14:45:12.692Z[ host-image] Aug 31 14:45:12.043 INFO O| Aug 31 14:45:12.043 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101142026-08-31T14:45:12.731Z[ host-image] Aug 31 14:45:12.052 INFO O| Aug 31 14:45:12.052 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
101152026-08-31T14:45:12.731Z[ host-image] Aug 31 14:45:12.052 INFO O| Aug 31 14:45:12.052 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
101162026-08-31T14:45:12.732Z[ host-image] Aug 31 14:45:12.052 INFO O| Aug 31 14:45:12.052 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101172026-08-31T14:45:12.732Z[ host-image] Aug 31 14:45:12.052 INFO O| Aug 31 14:45:12.052 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101182026-08-31T14:45:12.732Z[ host-image] Aug 31 14:45:12.052 INFO O| Aug 31 14:45:12.052 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101192026-08-31T14:45:12.732Z[ host-image] Aug 31 14:45:12.052 INFO O| Aug 31 14:45:12.052 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101202026-08-31T14:45:12.732Z[ host-image] Aug 31 14:45:12.052 INFO O| Aug 31 14:45:12.052 INFO ok!
101212026-08-31T14:45:12.732Z[ host-image] Aug 31 14:45:12.052 INFO O| Aug 31 14:45:12.052 INFO STEP 52 (ensure_file) COMPLETE
101222026-08-31T14:45:12.733Z[ host-image] Aug 31 14:45:12.052 INFO O| Aug 31 14:45:12.052 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101232026-08-31T14:45:12.733Z[ recovery-image] Aug 31 14:45:12.055 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
101242026-08-31T14:45:12.733Z[ recovery-image] Aug 31 14:45:12.055 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
101252026-08-31T14:45:12.733Z[ host-image] Aug 31 14:45:12.060 INFO O| Aug 31 14:45:12.060 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
101262026-08-31T14:45:12.733Z[ host-image] Aug 31 14:45:12.061 INFO O| Aug 31 14:45:12.060 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 ...
101272026-08-31T14:45:12.733Z[ host-image] Aug 31 14:45:12.061 INFO O| Aug 31 14:45:12.061 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
101282026-08-31T14:45:12.733Z[ host-image] Aug 31 14:45:12.061 INFO O| Aug 31 14:45:12.061 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
101292026-08-31T14:45:12.733Z[ host-image] Aug 31 14:45:12.061 INFO O| Aug 31 14:45:12.061 INFO ok!
101302026-08-31T14:45:12.733Z[ host-image] Aug 31 14:45:12.061 INFO O| Aug 31 14:45:12.061 INFO STEP 53 (ensure_file) COMPLETE
101312026-08-31T14:45:12.733Z[ host-image] Aug 31 14:45:12.061 INFO O| Aug 31 14:45:12.061 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101322026-08-31T14:45:12.733Z[ recovery-image] Aug 31 14:45:12.061 INFO creating compressed cpio/unix for dev loaders...
101332026-08-31T14:45:12.733Z[ recovery-image] Aug 31 14:45:12.061 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
101342026-08-31T14:45:12.733Z[ host-image] Aug 31 14:45:12.068 INFO O| Aug 31 14:45:12.068 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
101352026-08-31T14:45:12.733Z[ host-image] Aug 31 14:45:12.068 INFO O| Aug 31 14:45:12.068 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 ...
101362026-08-31T14:45:12.733Z[ host-image] Aug 31 14:45:12.068 INFO O| Aug 31 14:45:12.068 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101372026-08-31T14:45:12.733Z[ host-image] Aug 31 14:45:12.068 INFO O| Aug 31 14:45:12.068 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101382026-08-31T14:45:12.733Z[ host-image] Aug 31 14:45:12.068 INFO O| Aug 31 14:45:12.068 INFO ok!
101392026-08-31T14:45:12.734Z[ host-image] Aug 31 14:45:12.068 INFO O| Aug 31 14:45:12.068 INFO STEP 54 (ensure_file) COMPLETE
101402026-08-31T14:45:12.734Z[ host-image] Aug 31 14:45:12.068 INFO O| Aug 31 14:45:12.068 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101412026-08-31T14:45:12.734Z[ host-image] Aug 31 14:45:12.075 INFO O| Aug 31 14:45:12.075 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
101422026-08-31T14:45:12.734Z[ host-image] Aug 31 14:45:12.075 INFO O| Aug 31 14:45:12.075 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 ...
101432026-08-31T14:45:12.734Z[ host-image] Aug 31 14:45:12.075 INFO O| Aug 31 14:45:12.075 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
101442026-08-31T14:45:12.734Z[ host-image] Aug 31 14:45:12.075 INFO O| Aug 31 14:45:12.075 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
101452026-08-31T14:45:12.734Z[ host-image] Aug 31 14:45:12.075 INFO O| Aug 31 14:45:12.075 INFO ok!
101462026-08-31T14:45:12.734Z[ host-image] Aug 31 14:45:12.075 INFO O| Aug 31 14:45:12.075 INFO STEP 55 (ensure_file) COMPLETE
101472026-08-31T14:45:12.734Z[ host-image] Aug 31 14:45:12.075 INFO O| Aug 31 14:45:12.075 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101482026-08-31T14:45:12.747Z[ host-image] Aug 31 14:45:12.083 INFO O| Aug 31 14:45:12.083 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101492026-08-31T14:45:12.747Z[ host-image] Aug 31 14:45:12.083 INFO O| Aug 31 14:45:12.083 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 ...
101502026-08-31T14:45:12.747Z[ host-image] Aug 31 14:45:12.083 INFO O| Aug 31 14:45:12.083 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101512026-08-31T14:45:12.747Z[ host-image] Aug 31 14:45:12.083 INFO O| Aug 31 14:45:12.083 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101522026-08-31T14:45:12.747Z[ host-image] Aug 31 14:45:12.083 INFO O| Aug 31 14:45:12.083 INFO ok!
101532026-08-31T14:45:12.747Z[ host-image] Aug 31 14:45:12.083 INFO O| Aug 31 14:45:12.083 INFO STEP 56 (ensure_file) COMPLETE
101542026-08-31T14:45:12.747Z[ host-image] Aug 31 14:45:12.083 INFO O| Aug 31 14:45:12.083 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101552026-08-31T14:45:12.747Z[ host-image] Aug 31 14:45:12.091 INFO O| Aug 31 14:45:12.091 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101562026-08-31T14:45:12.747Z[ host-image] Aug 31 14:45:12.091 INFO O| Aug 31 14:45:12.091 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 ...
101572026-08-31T14:45:12.747Z[ host-image] Aug 31 14:45:12.091 INFO O| Aug 31 14:45:12.091 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
101582026-08-31T14:45:12.747Z[ host-image] Aug 31 14:45:12.091 INFO O| Aug 31 14:45:12.091 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101592026-08-31T14:45:12.747Z[ host-image] Aug 31 14:45:12.091 INFO O| Aug 31 14:45:12.091 INFO ok!
101602026-08-31T14:45:12.747Z[ host-image] Aug 31 14:45:12.091 INFO O| Aug 31 14:45:12.091 INFO STEP 57 (ensure_file) COMPLETE
101612026-08-31T14:45:12.747Z[ host-image] Aug 31 14:45:12.091 INFO O| Aug 31 14:45:12.091 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101622026-08-31T14:45:12.748Z[ host-image] Aug 31 14:45:12.098 INFO O| Aug 31 14:45:12.098 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101632026-08-31T14:45:12.748Z[ host-image] Aug 31 14:45:12.098 INFO O| Aug 31 14:45:12.098 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 ...
101642026-08-31T14:45:12.748Z[ host-image] Aug 31 14:45:12.098 INFO O| Aug 31 14:45:12.098 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101652026-08-31T14:45:12.748Z[ host-image] Aug 31 14:45:12.098 INFO O| Aug 31 14:45:12.098 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101662026-08-31T14:45:12.748Z[ host-image] Aug 31 14:45:12.098 INFO O| Aug 31 14:45:12.098 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101672026-08-31T14:45:12.748Z[ host-image] Aug 31 14:45:12.098 INFO O| Aug 31 14:45:12.098 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101682026-08-31T14:45:12.748Z[ host-image] Aug 31 14:45:12.098 INFO O| Aug 31 14:45:12.098 INFO ok!
101692026-08-31T14:45:12.748Z[ host-image] Aug 31 14:45:12.098 INFO O| Aug 31 14:45:12.098 INFO STEP 58 (ensure_file) COMPLETE
101702026-08-31T14:45:12.748Z[ host-image] Aug 31 14:45:12.098 INFO O| Aug 31 14:45:12.098 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101712026-08-31T14:45:12.757Z[ host-image] Aug 31 14:45:12.105 INFO O| Aug 31 14:45:12.105 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101722026-08-31T14:45:12.757Z[ host-image] Aug 31 14:45:12.105 INFO O| Aug 31 14:45:12.105 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 ...
101732026-08-31T14:45:12.758Z[ host-image] Aug 31 14:45:12.105 INFO O| Aug 31 14:45:12.105 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
101742026-08-31T14:45:12.758Z[ host-image] Aug 31 14:45:12.105 INFO O| Aug 31 14:45:12.105 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101752026-08-31T14:45:12.758Z[ host-image] Aug 31 14:45:12.105 INFO O| Aug 31 14:45:12.105 INFO ok!
101762026-08-31T14:45:12.758Z[ host-image] Aug 31 14:45:12.105 INFO O| Aug 31 14:45:12.105 INFO STEP 59 (ensure_file) COMPLETE
101772026-08-31T14:45:12.758Z[ host-image] Aug 31 14:45:12.105 INFO O| Aug 31 14:45:12.105 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101782026-08-31T14:45:12.758Z[ host-image] Aug 31 14:45:12.112 INFO O| Aug 31 14:45:12.112 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101792026-08-31T14:45:12.758Z[ host-image] Aug 31 14:45:12.112 INFO O| Aug 31 14:45:12.112 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101802026-08-31T14:45:12.758Z[ host-image] Aug 31 14:45:12.112 INFO O| Aug 31 14:45:12.112 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101812026-08-31T14:45:12.758Z[ host-image] Aug 31 14:45:12.112 INFO O| Aug 31 14:45:12.112 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101822026-08-31T14:45:12.758Z[ host-image] Aug 31 14:45:12.112 INFO O| Aug 31 14:45:12.112 INFO ok!
101832026-08-31T14:45:12.759Z[ host-image] Aug 31 14:45:12.112 INFO O| Aug 31 14:45:12.112 INFO STEP 60 (ensure_file) COMPLETE
101842026-08-31T14:45:12.759Z[ host-image] Aug 31 14:45:12.112 INFO O| Aug 31 14:45:12.112 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101852026-08-31T14:45:12.765Z[ host-image] Aug 31 14:45:12.118 INFO O| Aug 31 14:45:12.118 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101862026-08-31T14:45:12.765Z[ host-image] Aug 31 14:45:12.118 INFO O| Aug 31 14:45:12.118 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 ...
101872026-08-31T14:45:12.765Z[ host-image] Aug 31 14:45:12.118 INFO O| Aug 31 14:45:12.118 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
101882026-08-31T14:45:12.765Z[ host-image] Aug 31 14:45:12.118 INFO O| Aug 31 14:45:12.118 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101892026-08-31T14:45:12.765Z[ host-image] Aug 31 14:45:12.118 INFO O| Aug 31 14:45:12.118 INFO ok!
101902026-08-31T14:45:12.765Z[ host-image] Aug 31 14:45:12.118 INFO O| Aug 31 14:45:12.118 INFO STEP 61 (ensure_file) COMPLETE
101912026-08-31T14:45:12.765Z[ host-image] Aug 31 14:45:12.118 INFO O| Aug 31 14:45:12.118 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101922026-08-31T14:45:12.769Z[ host-image] Aug 31 14:45:12.125 INFO O| Aug 31 14:45:12.125 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101932026-08-31T14:45:12.769Z[ host-image] Aug 31 14:45:12.125 INFO O| Aug 31 14:45:12.125 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101942026-08-31T14:45:12.776Z[ host-image] Aug 31 14:45:12.125 INFO O| Aug 31 14:45:12.125 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101952026-08-31T14:45:12.776Z[ host-image] Aug 31 14:45:12.125 INFO O| Aug 31 14:45:12.125 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101962026-08-31T14:45:12.776Z[ host-image] Aug 31 14:45:12.125 INFO O| Aug 31 14:45:12.125 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101972026-08-31T14:45:12.776Z[ host-image] Aug 31 14:45:12.125 INFO O| Aug 31 14:45:12.125 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101982026-08-31T14:45:12.776Z[ host-image] Aug 31 14:45:12.125 INFO O| Aug 31 14:45:12.125 INFO ok!
101992026-08-31T14:45:12.777Z[ host-image] Aug 31 14:45:12.125 INFO O| Aug 31 14:45:12.125 INFO STEP 62 (ensure_file) COMPLETE
102002026-08-31T14:45:12.777Z[ host-image] Aug 31 14:45:12.125 INFO O| Aug 31 14:45:12.125 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102012026-08-31T14:45:12.781Z[ host-image] Aug 31 14:45:12.132 INFO O| Aug 31 14:45:12.132 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
102022026-08-31T14:45:12.781Z[ host-image] Aug 31 14:45:12.133 INFO O| Aug 31 14:45:12.132 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 ...
102032026-08-31T14:45:12.781Z[ host-image] Aug 31 14:45:12.133 INFO O| Aug 31 14:45:12.133 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
102042026-08-31T14:45:12.781Z[ host-image] Aug 31 14:45:12.133 INFO O| Aug 31 14:45:12.133 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
102052026-08-31T14:45:12.781Z[ host-image] Aug 31 14:45:12.133 INFO O| Aug 31 14:45:12.133 INFO ok!
102062026-08-31T14:45:12.781Z[ host-image] Aug 31 14:45:12.133 INFO O| Aug 31 14:45:12.133 INFO STEP 63 (ensure_file) COMPLETE
102072026-08-31T14:45:12.781Z[ host-image] Aug 31 14:45:12.133 INFO O| Aug 31 14:45:12.133 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102082026-08-31T14:45:12.786Z[ host-image] Aug 31 14:45:12.139 INFO O| Aug 31 14:45:12.139 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
102092026-08-31T14:45:12.786Z[ host-image] Aug 31 14:45:12.139 INFO O| Aug 31 14:45:12.139 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 ...
102102026-08-31T14:45:12.786Z[ host-image] Aug 31 14:45:12.139 INFO O| Aug 31 14:45:12.139 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
102112026-08-31T14:45:12.787Z[ host-image] Aug 31 14:45:12.139 INFO O| Aug 31 14:45:12.139 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
102122026-08-31T14:45:12.787Z[ host-image] Aug 31 14:45:12.139 INFO O| Aug 31 14:45:12.139 INFO ok!
102132026-08-31T14:45:12.787Z[ host-image] Aug 31 14:45:12.139 INFO O| Aug 31 14:45:12.139 INFO STEP 64 (ensure_file) COMPLETE
102142026-08-31T14:45:12.787Z[ host-image] Aug 31 14:45:12.139 INFO O| Aug 31 14:45:12.139 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102152026-08-31T14:45:12.794Z[ host-image] Aug 31 14:45:12.146 INFO O| Aug 31 14:45:12.146 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
102162026-08-31T14:45:12.794Z[ host-image] Aug 31 14:45:12.146 INFO O| Aug 31 14:45:12.146 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 ...
102172026-08-31T14:45:12.794Z[ host-image] Aug 31 14:45:12.146 INFO O| Aug 31 14:45:12.146 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
102182026-08-31T14:45:12.794Z[ host-image] Aug 31 14:45:12.146 INFO O| Aug 31 14:45:12.146 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
102192026-08-31T14:45:12.794Z[ host-image] Aug 31 14:45:12.146 INFO O| Aug 31 14:45:12.146 INFO ok!
102202026-08-31T14:45:12.794Z[ host-image] Aug 31 14:45:12.146 INFO O| Aug 31 14:45:12.146 INFO STEP 65 (ensure_file) COMPLETE
102212026-08-31T14:45:12.794Z[ host-image] Aug 31 14:45:12.146 INFO O| Aug 31 14:45:12.146 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102222026-08-31T14:45:12.794Z[ host-image] Aug 31 14:45:12.146 INFO O| Aug 31 14:45:12.146 INFO skip step because feature "mbist" is not enabled
102232026-08-31T14:45:12.794Z[ host-image] Aug 31 14:45:12.146 INFO O| Aug 31 14:45:12.146 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102242026-08-31T14:45:12.803Z[ host-image] Aug 31 14:45:12.153 INFO O| Aug 31 14:45:12.153 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
102252026-08-31T14:45:12.803Z[ host-image] Aug 31 14:45:12.153 INFO O| Aug 31 14:45:12.153 INFO STEP 67 (ensure_dir) COMPLETE
102262026-08-31T14:45:12.803Z[ host-image] Aug 31 14:45:12.153 INFO O| Aug 31 14:45:12.153 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102272026-08-31T14:45:12.809Z[ host-image] Aug 31 14:45:12.160 INFO O| Aug 31 14:45:12.160 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102282026-08-31T14:45:12.809Z[ host-image] Aug 31 14:45:12.160 INFO O| Aug 31 14:45:12.160 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102292026-08-31T14:45:12.810Z[ host-image] Aug 31 14:45:12.160 INFO O| Aug 31 14:45:12.160 INFO STEP 68 (ensure_dir) COMPLETE
102302026-08-31T14:45:12.810Z[ host-image] Aug 31 14:45:12.160 INFO O| Aug 31 14:45:12.160 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312026-08-31T14:45:12.824Z[ host-image] Aug 31 14:45:12.169 INFO O| Aug 31 14:45:12.169 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102322026-08-31T14:45:12.824Z[ host-image] Aug 31 14:45:12.169 INFO O| Aug 31 14:45:12.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102332026-08-31T14:45:12.825Z[ host-image] Aug 31 14:45:12.169 INFO O| Aug 31 14:45:12.169 INFO STEP 69 (ensure_dir) COMPLETE
102342026-08-31T14:45:12.825Z[ host-image] Aug 31 14:45:12.169 INFO O| Aug 31 14:45:12.169 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102352026-08-31T14:45:12.825Z[ host-image] Aug 31 14:45:12.177 INFO O| Aug 31 14:45:12.177 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
102362026-08-31T14:45:12.825Z[ host-image] Aug 31 14:45:12.177 INFO O| Aug 31 14:45:12.177 INFO copying /tmp/.tmptgqMeT/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
102372026-08-31T14:45:13.002Z[ recovery-image] Aug 31 14:45:12.329 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
102382026-08-31T14:45:13.467Z[ host-image] Aug 31 14:45:12.821 INFO O| Aug 31 14:45:12.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
102392026-08-31T14:45:13.467Z[ host-image] Aug 31 14:45:12.821 INFO O| Aug 31 14:45:12.821 INFO ok!
102402026-08-31T14:45:13.467Z[ host-image] Aug 31 14:45:12.821 INFO O| Aug 31 14:45:12.821 INFO STEP 70 (ensure_file) COMPLETE
102412026-08-31T14:45:13.485Z[ host-image] Aug 31 14:45:12.821 INFO O| Aug 31 14:45:12.821 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102422026-08-31T14:45:13.485Z[ host-image] Aug 31 14:45:12.831 INFO O| Aug 31 14:45:12.831 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
102432026-08-31T14:45:13.485Z[ host-image] Aug 31 14:45:12.831 INFO O| Aug 31 14:45:12.831 INFO copying /tmp/.tmptgqMeT/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
102442026-08-31T14:45:14.348Z[ host-image] Aug 31 14:45:13.427 INFO O| Aug 31 14:45:13.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102452026-08-31T14:45:14.348Z[ host-image] Aug 31 14:45:13.427 INFO O| Aug 31 14:45:13.427 INFO ok!
102462026-08-31T14:45:14.399Z[ host-image] Aug 31 14:45:13.427 INFO O| Aug 31 14:45:13.427 INFO STEP 71 (ensure_file) COMPLETE
102472026-08-31T14:45:14.399Z[ host-image] Aug 31 14:45:13.427 INFO O| Aug 31 14:45:13.427 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102482026-08-31T14:45:14.399Z[ host-image] Aug 31 14:45:13.435 INFO O| Aug 31 14:45:13.435 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102492026-08-31T14:45:14.400Z[ host-image] Aug 31 14:45:13.435 INFO O| Aug 31 14:45:13.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102502026-08-31T14:45:14.400Z[ host-image] Aug 31 14:45:13.435 INFO O| Aug 31 14:45:13.435 INFO STEP 72 (ensure_dir) COMPLETE
102512026-08-31T14:45:14.400Z[ host-image] Aug 31 14:45:13.435 INFO O| Aug 31 14:45:13.435 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102522026-08-31T14:45:14.400Z[ host-image] Aug 31 14:45:13.445 INFO O| Aug 31 14:45:13.445 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102532026-08-31T14:45:14.400Z[ host-image] Aug 31 14:45:13.445 INFO O| Aug 31 14:45:13.445 INFO copying /tmp/.tmptgqMeT/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 ...
102542026-08-31T14:45:14.400Z[ host-image] Aug 31 14:45:13.445 INFO O| Aug 31 14:45:13.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102552026-08-31T14:45:14.400Z[ host-image] Aug 31 14:45:13.445 INFO O| Aug 31 14:45:13.445 INFO ok!
102562026-08-31T14:45:14.400Z[ host-image] Aug 31 14:45:13.445 INFO O| Aug 31 14:45:13.445 INFO STEP 73 (ensure_file) COMPLETE
102572026-08-31T14:45:14.400Z[ host-image] Aug 31 14:45:13.445 INFO O| Aug 31 14:45:13.445 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-08-31T14:45:14.400Z[ host-image] Aug 31 14:45:13.453 INFO O| Aug 31 14:45:13.453 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102592026-08-31T14:45:14.400Z[ host-image] Aug 31 14:45:13.453 INFO O| Aug 31 14:45:13.453 INFO copying /tmp/.tmptgqMeT/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 ...
102602026-08-31T14:45:14.400Z[ host-image] Aug 31 14:45:13.453 INFO O| Aug 31 14:45:13.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102612026-08-31T14:45:14.400Z[ host-image] Aug 31 14:45:13.453 INFO O| Aug 31 14:45:13.453 INFO ok!
102622026-08-31T14:45:14.400Z[ host-image] Aug 31 14:45:13.453 INFO O| Aug 31 14:45:13.453 INFO STEP 74 (ensure_file) COMPLETE
102632026-08-31T14:45:14.400Z[ host-image] Aug 31 14:45:13.453 INFO O| Aug 31 14:45:13.453 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-08-31T14:45:14.400Z[ host-image] Aug 31 14:45:13.461 INFO O| Aug 31 14:45:13.461 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102652026-08-31T14:45:14.400Z[ host-image] Aug 31 14:45:13.461 INFO O| Aug 31 14:45:13.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102662026-08-31T14:45:14.400Z[ host-image] Aug 31 14:45:13.461 INFO O| Aug 31 14:45:13.461 INFO STEP 75 (ensure_dir) COMPLETE
102672026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.461 INFO O| Aug 31 14:45:13.461 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102682026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.468 INFO O| Aug 31 14:45:13.468 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102692026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.468 INFO O| Aug 31 14:45:13.468 INFO copying /tmp/.tmptgqMeT/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 ...
102702026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.468 INFO O| Aug 31 14:45:13.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102712026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.468 INFO O| Aug 31 14:45:13.468 INFO ok!
102722026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.468 INFO O| Aug 31 14:45:13.468 INFO STEP 76 (ensure_file) COMPLETE
102732026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.468 INFO O| Aug 31 14:45:13.468 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102742026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.476 INFO O| Aug 31 14:45:13.476 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102752026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.476 INFO O| Aug 31 14:45:13.476 INFO copying /tmp/.tmptgqMeT/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 ...
102762026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.476 INFO O| Aug 31 14:45:13.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102772026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.476 INFO O| Aug 31 14:45:13.476 INFO ok!
102782026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.476 INFO O| Aug 31 14:45:13.476 INFO STEP 77 (ensure_file) COMPLETE
102792026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.476 INFO O| Aug 31 14:45:13.476 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102802026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.484 INFO O| Aug 31 14:45:13.484 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102812026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.485 INFO O| Aug 31 14:45:13.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102822026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.485 INFO O| Aug 31 14:45:13.485 INFO STEP 78 (ensure_dir) COMPLETE
102832026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.485 INFO O| Aug 31 14:45:13.485 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102842026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.492 INFO O| Aug 31 14:45:13.492 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102852026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.492 INFO O| Aug 31 14:45:13.492 INFO copying /tmp/.tmptgqMeT/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 ...
102862026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.492 INFO O| Aug 31 14:45:13.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102872026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.492 INFO O| Aug 31 14:45:13.492 INFO ok!
102882026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.492 INFO O| Aug 31 14:45:13.492 INFO STEP 79 (ensure_file) COMPLETE
102892026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.492 INFO O| Aug 31 14:45:13.492 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102902026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.499 INFO O| Aug 31 14:45:13.499 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102912026-08-31T14:45:14.401Z[ host-image] Aug 31 14:45:13.499 INFO O| Aug 31 14:45:13.499 INFO copying /tmp/.tmptgqMeT/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102922026-08-31T14:45:14.402Z[ host-image] Aug 31 14:45:13.499 INFO O| Aug 31 14:45:13.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102932026-08-31T14:45:14.402Z[ host-image] Aug 31 14:45:13.499 INFO O| Aug 31 14:45:13.499 INFO ok!
102942026-08-31T14:45:14.402Z[ host-image] Aug 31 14:45:13.499 INFO O| Aug 31 14:45:13.499 INFO STEP 80 (ensure_file) COMPLETE
102952026-08-31T14:45:14.402Z[ host-image] Aug 31 14:45:13.499 INFO O| Aug 31 14:45:13.499 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102962026-08-31T14:45:14.402Z[ host-image] Aug 31 14:45:13.506 INFO O| Aug 31 14:45:13.506 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102972026-08-31T14:45:14.402Z[ host-image] Aug 31 14:45:13.506 INFO O| Aug 31 14:45:13.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102982026-08-31T14:45:14.402Z[ host-image] Aug 31 14:45:13.506 INFO O| Aug 31 14:45:13.506 INFO STEP 81 (ensure_dir) COMPLETE
102992026-08-31T14:45:14.402Z[ host-image] Aug 31 14:45:13.506 INFO O| Aug 31 14:45:13.506 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103002026-08-31T14:45:14.402Z[ host-image] Aug 31 14:45:13.512 INFO O| Aug 31 14:45:13.512 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
103012026-08-31T14:45:14.402Z[ host-image] Aug 31 14:45:13.512 INFO O| Aug 31 14:45:13.512 INFO copying /tmp/.tmptgqMeT/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
103022026-08-31T14:45:14.467Z[ host-image] Aug 31 14:45:13.822 INFO O| Aug 31 14:45:13.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
103032026-08-31T14:45:14.467Z[ host-image] Aug 31 14:45:13.822 INFO O| Aug 31 14:45:13.822 INFO ok!
103042026-08-31T14:45:14.467Z[ host-image] Aug 31 14:45:13.822 INFO O| Aug 31 14:45:13.822 INFO STEP 82 (ensure_file) COMPLETE
103052026-08-31T14:45:14.475Z[ host-image] Aug 31 14:45:13.822 INFO O| Aug 31 14:45:13.822 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062026-08-31T14:45:14.507Z[ host-image] Aug 31 14:45:13.832 INFO O| Aug 31 14:45:13.832 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
103072026-08-31T14:45:14.507Z[ host-image] Aug 31 14:45:13.832 INFO O| Aug 31 14:45:13.832 INFO copying /tmp/.tmptgqMeT/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
103082026-08-31T14:45:14.797Z[ host-image] Aug 31 14:45:14.149 INFO O| Aug 31 14:45:14.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
103092026-08-31T14:45:14.797Z[ host-image] Aug 31 14:45:14.149 INFO O| Aug 31 14:45:14.149 INFO ok!
103102026-08-31T14:45:14.797Z[ host-image] Aug 31 14:45:14.149 INFO O| Aug 31 14:45:14.149 INFO STEP 83 (ensure_file) COMPLETE
103112026-08-31T14:45:14.811Z[ host-image] Aug 31 14:45:14.149 INFO O| Aug 31 14:45:14.149 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103122026-08-31T14:45:14.811Z[ host-image] Aug 31 14:45:14.157 INFO O| Aug 31 14:45:14.157 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
103132026-08-31T14:45:14.811Z[ host-image] Aug 31 14:45:14.157 INFO O| Aug 31 14:45:14.157 INFO copying /tmp/.tmptgqMeT/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
103142026-08-31T14:45:16.368Z[ host-image] Aug 31 14:45:15.714 INFO O| Aug 31 14:45:15.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
103152026-08-31T14:45:16.368Z[ host-image] Aug 31 14:45:15.714 INFO O| Aug 31 14:45:15.713 INFO ok!
103162026-08-31T14:45:16.386Z[ host-image] Aug 31 14:45:15.714 INFO O| Aug 31 14:45:15.713 INFO STEP 84 (ensure_file) COMPLETE
103172026-08-31T14:45:16.386Z[ host-image] Aug 31 14:45:15.714 INFO O| Aug 31 14:45:15.713 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103182026-08-31T14:45:16.386Z[ host-image] Aug 31 14:45:15.724 INFO O| Aug 31 14:45:15.724 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103192026-08-31T14:45:16.386Z[ host-image] Aug 31 14:45:15.724 INFO O| Aug 31 14:45:15.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103202026-08-31T14:45:16.386Z[ host-image] Aug 31 14:45:15.724 INFO O| Aug 31 14:45:15.724 INFO STEP 85 (ensure_dir) COMPLETE
103212026-08-31T14:45:16.386Z[ host-image] Aug 31 14:45:15.724 INFO O| Aug 31 14:45:15.724 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103222026-08-31T14:45:16.386Z[ host-image] Aug 31 14:45:15.732 INFO O| Aug 31 14:45:15.732 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
103232026-08-31T14:45:16.386Z[ host-image] Aug 31 14:45:15.732 INFO O| Aug 31 14:45:15.732 INFO copying /tmp/.tmptgqMeT/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 ...
103242026-08-31T14:45:16.386Z[ host-image] Aug 31 14:45:15.732 INFO O| Aug 31 14:45:15.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103252026-08-31T14:45:16.386Z[ host-image] Aug 31 14:45:15.732 INFO O| Aug 31 14:45:15.732 INFO ok!
103262026-08-31T14:45:16.386Z[ host-image] Aug 31 14:45:15.732 INFO O| Aug 31 14:45:15.732 INFO STEP 86 (ensure_file) COMPLETE
103272026-08-31T14:45:16.386Z[ host-image] Aug 31 14:45:15.732 INFO O| Aug 31 14:45:15.732 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103282026-08-31T14:45:16.397Z[ host-image] Aug 31 14:45:15.740 INFO O| Aug 31 14:45:15.740 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103292026-08-31T14:45:16.397Z[ host-image] Aug 31 14:45:15.740 INFO O| Aug 31 14:45:15.740 INFO copying /tmp/.tmptgqMeT/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 ...
103302026-08-31T14:45:16.397Z[ host-image] Aug 31 14:45:15.740 INFO O| Aug 31 14:45:15.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103312026-08-31T14:45:16.397Z[ host-image] Aug 31 14:45:15.740 INFO O| Aug 31 14:45:15.740 INFO ok!
103322026-08-31T14:45:16.397Z[ host-image] Aug 31 14:45:15.740 INFO O| Aug 31 14:45:15.740 INFO STEP 87 (ensure_file) COMPLETE
103332026-08-31T14:45:16.397Z[ host-image] Aug 31 14:45:15.740 INFO O| Aug 31 14:45:15.740 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103342026-08-31T14:45:16.397Z[ host-image] Aug 31 14:45:15.747 INFO O| Aug 31 14:45:15.747 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103352026-08-31T14:45:16.397Z[ host-image] Aug 31 14:45:15.747 INFO O| Aug 31 14:45:15.747 INFO copying /tmp/.tmptgqMeT/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103362026-08-31T14:45:16.397Z[ host-image] Aug 31 14:45:15.747 INFO O| Aug 31 14:45:15.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103372026-08-31T14:45:16.397Z[ host-image] Aug 31 14:45:15.747 INFO O| Aug 31 14:45:15.747 INFO ok!
103382026-08-31T14:45:16.397Z[ host-image] Aug 31 14:45:15.747 INFO O| Aug 31 14:45:15.747 INFO STEP 88 (ensure_file) COMPLETE
103392026-08-31T14:45:16.397Z[ host-image] Aug 31 14:45:15.747 INFO O| Aug 31 14:45:15.747 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103402026-08-31T14:45:16.405Z[ host-image] Aug 31 14:45:15.754 INFO O| Aug 31 14:45:15.754 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103412026-08-31T14:45:16.405Z[ host-image] Aug 31 14:45:15.754 INFO O| Aug 31 14:45:15.754 INFO copying /tmp/.tmptgqMeT/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103422026-08-31T14:45:16.405Z[ host-image] Aug 31 14:45:15.754 INFO O| Aug 31 14:45:15.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103432026-08-31T14:45:16.405Z[ host-image] Aug 31 14:45:15.754 INFO O| Aug 31 14:45:15.754 INFO ok!
103442026-08-31T14:45:16.405Z[ host-image] Aug 31 14:45:15.754 INFO O| Aug 31 14:45:15.754 INFO STEP 89 (ensure_file) COMPLETE
103452026-08-31T14:45:16.405Z[ host-image] Aug 31 14:45:15.754 INFO O| Aug 31 14:45:15.754 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103462026-08-31T14:45:16.416Z[ host-image] Aug 31 14:45:15.761 INFO O| Aug 31 14:45:15.761 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103472026-08-31T14:45:16.416Z[ host-image] Aug 31 14:45:15.761 INFO O| Aug 31 14:45:15.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103482026-08-31T14:45:16.416Z[ host-image] Aug 31 14:45:15.762 INFO O| Aug 31 14:45:15.761 INFO STEP 90 (ensure_dir) COMPLETE
103492026-08-31T14:45:16.416Z[ host-image] Aug 31 14:45:15.762 INFO O| Aug 31 14:45:15.762 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103502026-08-31T14:45:16.416Z[ host-image] Aug 31 14:45:15.768 INFO O| Aug 31 14:45:15.768 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103512026-08-31T14:45:16.416Z[ host-image] Aug 31 14:45:15.768 INFO O| Aug 31 14:45:15.768 INFO copying /tmp/.tmptgqMeT/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103522026-08-31T14:45:16.416Z[ host-image] Aug 31 14:45:15.770 INFO O| Aug 31 14:45:15.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103532026-08-31T14:45:16.416Z[ host-image] Aug 31 14:45:15.770 INFO O| Aug 31 14:45:15.770 INFO ok!
103542026-08-31T14:45:16.416Z[ host-image] Aug 31 14:45:15.770 INFO O| Aug 31 14:45:15.770 INFO STEP 91 (ensure_file) COMPLETE
103552026-08-31T14:45:16.416Z[ host-image] Aug 31 14:45:15.770 INFO O| Aug 31 14:45:15.770 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103562026-08-31T14:45:16.433Z[ host-image] Aug 31 14:45:15.776 INFO O| Aug 31 14:45:15.776 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103572026-08-31T14:45:16.434Z[ host-image] Aug 31 14:45:15.776 INFO O| Aug 31 14:45:15.776 INFO copying /tmp/.tmptgqMeT/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103582026-08-31T14:45:16.434Z[ host-image] Aug 31 14:45:15.776 INFO O| Aug 31 14:45:15.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103592026-08-31T14:45:16.434Z[ host-image] Aug 31 14:45:15.776 INFO O| Aug 31 14:45:15.776 INFO ok!
103602026-08-31T14:45:16.434Z[ host-image] Aug 31 14:45:15.776 INFO O| Aug 31 14:45:15.776 INFO STEP 92 (ensure_file) COMPLETE
103612026-08-31T14:45:16.434Z[ host-image] Aug 31 14:45:15.776 INFO O| Aug 31 14:45:15.776 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103622026-08-31T14:45:16.434Z[ host-image] Aug 31 14:45:15.782 INFO O| Aug 31 14:45:15.782 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103632026-08-31T14:45:16.434Z[ host-image] Aug 31 14:45:15.782 INFO O| Aug 31 14:45:15.782 INFO copying /tmp/.tmptgqMeT/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103642026-08-31T14:45:16.774Z[ host-image] Aug 31 14:45:16.129 INFO O| Aug 31 14:45:16.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103652026-08-31T14:45:16.774Z[ host-image] Aug 31 14:45:16.129 INFO O| Aug 31 14:45:16.129 INFO ok!
103662026-08-31T14:45:16.774Z[ host-image] Aug 31 14:45:16.129 INFO O| Aug 31 14:45:16.129 INFO STEP 93 (ensure_file) COMPLETE
103672026-08-31T14:45:16.785Z[ host-image] Aug 31 14:45:16.129 INFO O| Aug 31 14:45:16.129 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103682026-08-31T14:45:16.785Z[ host-image] Aug 31 14:45:16.137 INFO O| Aug 31 14:45:16.137 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103692026-08-31T14:45:16.785Z[ host-image] Aug 31 14:45:16.137 INFO O| Aug 31 14:45:16.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103702026-08-31T14:45:16.785Z[ host-image] Aug 31 14:45:16.137 INFO O| Aug 31 14:45:16.137 INFO STEP 94 (ensure_dir) COMPLETE
103712026-08-31T14:45:16.785Z[ host-image] Aug 31 14:45:16.137 INFO O| Aug 31 14:45:16.137 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103722026-08-31T14:45:16.797Z[ host-image] Aug 31 14:45:16.143 INFO O| Aug 31 14:45:16.143 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103732026-08-31T14:45:16.797Z[ host-image] Aug 31 14:45:16.143 INFO O| Aug 31 14:45:16.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103742026-08-31T14:45:16.797Z[ host-image] Aug 31 14:45:16.143 INFO O| Aug 31 14:45:16.143 INFO STEP 95 (ensure_dir) COMPLETE
103752026-08-31T14:45:16.797Z[ host-image] Aug 31 14:45:16.143 INFO O| Aug 31 14:45:16.143 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-08-31T14:45:16.810Z[ host-image] Aug 31 14:45:16.149 INFO O| Aug 31 14:45:16.149 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103772026-08-31T14:45:16.810Z[ host-image] Aug 31 14:45:16.149 INFO O| Aug 31 14:45:16.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103782026-08-31T14:45:16.810Z[ host-image] Aug 31 14:45:16.149 INFO O| Aug 31 14:45:16.149 INFO STEP 96 (ensure_dir) COMPLETE
103792026-08-31T14:45:16.810Z[ host-image] Aug 31 14:45:16.149 INFO O| Aug 31 14:45:16.149 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103802026-08-31T14:45:16.811Z[ host-image] Aug 31 14:45:16.156 INFO O| Aug 31 14:45:16.155 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103812026-08-31T14:45:16.811Z[ host-image] Aug 31 14:45:16.156 INFO O| Aug 31 14:45:16.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103822026-08-31T14:45:16.811Z[ host-image] Aug 31 14:45:16.156 INFO O| Aug 31 14:45:16.156 INFO STEP 97 (ensure_dir) COMPLETE
103832026-08-31T14:45:16.811Z[ host-image] Aug 31 14:45:16.156 INFO O| Aug 31 14:45:16.156 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103842026-08-31T14:45:16.820Z[ host-image] Aug 31 14:45:16.162 INFO O| Aug 31 14:45:16.162 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103852026-08-31T14:45:16.820Z[ host-image] Aug 31 14:45:16.162 INFO O| Aug 31 14:45:16.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103862026-08-31T14:45:16.820Z[ host-image] Aug 31 14:45:16.162 INFO O| Aug 31 14:45:16.162 INFO STEP 98 (ensure_dir) COMPLETE
103872026-08-31T14:45:16.820Z[ host-image] Aug 31 14:45:16.162 INFO O| Aug 31 14:45:16.162 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103882026-08-31T14:45:16.820Z[ host-image] Aug 31 14:45:16.169 INFO O| Aug 31 14:45:16.169 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103892026-08-31T14:45:16.820Z[ host-image] Aug 31 14:45:16.170 INFO O| Aug 31 14:45:16.169 INFO copying /tmp/.tmptgqMeT/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 ...
103902026-08-31T14:45:16.820Z[ host-image] Aug 31 14:45:16.170 INFO O| Aug 31 14:45:16.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103912026-08-31T14:45:16.820Z[ host-image] Aug 31 14:45:16.170 INFO O| Aug 31 14:45:16.169 INFO ok!
103922026-08-31T14:45:16.820Z[ host-image] Aug 31 14:45:16.170 INFO O| Aug 31 14:45:16.169 INFO STEP 99 (ensure_file) COMPLETE
103932026-08-31T14:45:16.820Z[ host-image] Aug 31 14:45:16.170 INFO O| Aug 31 14:45:16.169 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103942026-08-31T14:45:16.836Z[ host-image] Aug 31 14:45:16.176 INFO O| Aug 31 14:45:16.176 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103952026-08-31T14:45:16.836Z[ host-image] Aug 31 14:45:16.176 INFO O| Aug 31 14:45:16.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103962026-08-31T14:45:16.836Z[ host-image] Aug 31 14:45:16.176 INFO O| Aug 31 14:45:16.176 INFO STEP 100 (ensure_dir) COMPLETE
103972026-08-31T14:45:16.836Z[ host-image] Aug 31 14:45:16.176 INFO O| Aug 31 14:45:16.176 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103982026-08-31T14:45:16.836Z[ host-image] Aug 31 14:45:16.184 INFO O| Aug 31 14:45:16.184 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103992026-08-31T14:45:16.836Z[ host-image] Aug 31 14:45:16.184 INFO O| Aug 31 14:45:16.184 INFO copying /tmp/.tmptgqMeT/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
104002026-08-31T14:45:17.003Z[ recovery-image] Aug 31 14:45:16.356 INFO creating reset image...
104012026-08-31T14:45:17.003Z[ recovery-image] Aug 31 14:45:16.356 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")
104022026-08-31T14:45:17.156Z[ host-image] Aug 31 14:45:16.506 INFO O| Aug 31 14:45:16.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
104032026-08-31T14:45:17.156Z[ host-image] Aug 31 14:45:16.506 INFO O| Aug 31 14:45:16.506 INFO ok!
104042026-08-31T14:45:17.156Z[ host-image] Aug 31 14:45:16.506 INFO O| Aug 31 14:45:16.506 INFO STEP 101 (ensure_file) COMPLETE
104052026-08-31T14:45:17.167Z[ host-image] Aug 31 14:45:16.506 INFO O| Aug 31 14:45:16.506 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104062026-08-31T14:45:17.167Z[ host-image] Aug 31 14:45:16.514 INFO O| Aug 31 14:45:16.514 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
104072026-08-31T14:45:17.167Z[ host-image] Aug 31 14:45:16.514 INFO O| Aug 31 14:45:16.514 INFO copying /tmp/.tmptgqMeT/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
104082026-08-31T14:45:17.167Z[ host-image] Aug 31 14:45:16.514 INFO O| Aug 31 14:45:16.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
104092026-08-31T14:45:17.167Z[ host-image] Aug 31 14:45:16.514 INFO O| Aug 31 14:45:16.514 INFO ok!
104102026-08-31T14:45:17.167Z[ host-image] Aug 31 14:45:16.514 INFO O| Aug 31 14:45:16.514 INFO STEP 102 (ensure_file) COMPLETE
104112026-08-31T14:45:17.167Z[ host-image] Aug 31 14:45:16.514 INFO O| Aug 31 14:45:16.514 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104122026-08-31T14:45:17.167Z[ host-image] Aug 31 14:45:16.522 INFO O| Aug 31 14:45:16.522 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
104132026-08-31T14:45:17.167Z[ host-image] Aug 31 14:45:16.522 INFO O| Aug 31 14:45:16.522 INFO copying /tmp/.tmptgqMeT/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
104142026-08-31T14:45:17.182Z[ host-image] Aug 31 14:45:16.529 INFO O| Aug 31 14:45:16.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
104152026-08-31T14:45:17.183Z[ host-image] Aug 31 14:45:16.529 INFO O| Aug 31 14:45:16.529 INFO ok!
104162026-08-31T14:45:17.183Z[ host-image] Aug 31 14:45:16.529 INFO O| Aug 31 14:45:16.529 INFO STEP 103 (ensure_file) COMPLETE
104172026-08-31T14:45:17.183Z[ host-image] Aug 31 14:45:16.529 INFO O| Aug 31 14:45:16.529 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104182026-08-31T14:45:17.191Z[ host-image] Aug 31 14:45:16.535 INFO O| Aug 31 14:45:16.535 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
104192026-08-31T14:45:17.191Z[ host-image] Aug 31 14:45:16.535 INFO O| Aug 31 14:45:16.535 INFO copying /tmp/.tmptgqMeT/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
104202026-08-31T14:45:17.191Z[ host-image] Aug 31 14:45:16.535 INFO O| Aug 31 14:45:16.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
104212026-08-31T14:45:17.191Z[ host-image] Aug 31 14:45:16.535 INFO O| Aug 31 14:45:16.535 INFO ok!
104222026-08-31T14:45:17.192Z[ host-image] Aug 31 14:45:16.535 INFO O| Aug 31 14:45:16.535 INFO STEP 104 (ensure_file) COMPLETE
104232026-08-31T14:45:17.192Z[ host-image] Aug 31 14:45:16.535 INFO O| Aug 31 14:45:16.535 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104242026-08-31T14:45:17.192Z[ host-image] Aug 31 14:45:16.541 INFO O| Aug 31 14:45:16.541 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104252026-08-31T14:45:17.192Z[ host-image] Aug 31 14:45:16.541 INFO O| Aug 31 14:45:16.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104262026-08-31T14:45:17.192Z[ host-image] Aug 31 14:45:16.541 INFO O| Aug 31 14:45:16.541 INFO STEP 105 (ensure_dir) COMPLETE
104272026-08-31T14:45:17.192Z[ host-image] Aug 31 14:45:16.541 INFO O| Aug 31 14:45:16.541 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104282026-08-31T14:45:17.205Z[ host-image] Aug 31 14:45:16.550 INFO O| Aug 31 14:45:16.550 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104292026-08-31T14:45:17.205Z[ host-image] Aug 31 14:45:16.550 INFO O| Aug 31 14:45:16.550 INFO copying /tmp/.tmptgqMeT/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 ...
104302026-08-31T14:45:17.257Z[ recovery-image] Aug 31 14:45:16.607 INFO E| Updating crates.io index
104312026-08-31T14:45:17.394Z[ recovery-image] Aug 31 14:45:16.741 INFO E| Downloading crates ...
104322026-08-31T14:45:17.434Z[ recovery-image] Aug 31 14:45:16.789 INFO E| Downloaded sigchld v0.2.4
104332026-08-31T14:45:17.448Z[ recovery-image] Aug 31 14:45:16.790 INFO E| Downloaded clap_lex v1.1.0
104342026-08-31T14:45:17.449Z[ recovery-image] Aug 31 14:45:16.792 INFO E| Downloaded shared_child v1.1.1
104352026-08-31T14:45:17.449Z[ recovery-image] Aug 31 14:45:16.796 INFO E| Downloaded colorchoice v1.0.5
104362026-08-31T14:45:17.449Z[ recovery-image] Aug 31 14:45:16.796 INFO E| Downloaded os_pipe v1.2.3
104372026-08-31T14:45:17.457Z[ recovery-image] Aug 31 14:45:16.798 INFO E| Downloaded duct v1.1.1
104382026-08-31T14:45:17.457Z[ recovery-image] Aug 31 14:45:16.803 INFO E| Downloaded shared_thread v0.2.0
104392026-08-31T14:45:17.474Z[ host-image] Aug 31 14:45:16.827 INFO O| Aug 31 14:45:16.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104402026-08-31T14:45:17.474Z[ host-image] Aug 31 14:45:16.827 INFO O| Aug 31 14:45:16.827 INFO ok!
104412026-08-31T14:45:17.504Z[ host-image] Aug 31 14:45:16.827 INFO O| Aug 31 14:45:16.827 INFO STEP 106 (ensure_file) COMPLETE
104422026-08-31T14:45:17.504Z[ host-image] Aug 31 14:45:16.827 INFO O| Aug 31 14:45:16.827 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104432026-08-31T14:45:17.504Z[ host-image] Aug 31 14:45:16.834 INFO O| Aug 31 14:45:16.834 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104442026-08-31T14:45:17.504Z[ host-image] Aug 31 14:45:16.834 INFO O| Aug 31 14:45:16.834 INFO copying /tmp/.tmptgqMeT/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 ...
104452026-08-31T14:45:17.504Z[ host-image] Aug 31 14:45:16.834 INFO O| Aug 31 14:45:16.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104462026-08-31T14:45:17.504Z[ host-image] Aug 31 14:45:16.834 INFO O| Aug 31 14:45:16.834 INFO ok!
104472026-08-31T14:45:17.504Z[ host-image] Aug 31 14:45:16.834 INFO O| Aug 31 14:45:16.834 INFO STEP 107 (ensure_file) COMPLETE
104482026-08-31T14:45:17.504Z[ host-image] Aug 31 14:45:16.834 INFO O| Aug 31 14:45:16.834 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104492026-08-31T14:45:17.504Z[ recovery-image] Aug 31 14:45:16.837 INFO E| Compiling libc v0.2.186
104502026-08-31T14:45:17.504Z[ recovery-image] Aug 31 14:45:16.837 INFO E| Compiling proc-macro2 v1.0.106
104512026-08-31T14:45:17.504Z[ recovery-image] Aug 31 14:45:16.837 INFO E| Compiling unicode-ident v1.0.24
104522026-08-31T14:45:17.504Z[ recovery-image] Aug 31 14:45:16.837 INFO E| Compiling quote v1.0.45
104532026-08-31T14:45:17.504Z[ recovery-image] Aug 31 14:45:16.838 INFO E| Compiling signal-hook v0.3.18
104542026-08-31T14:45:17.504Z[ recovery-image] Aug 31 14:45:16.838 INFO E| Compiling utf8parse v0.2.2
104552026-08-31T14:45:17.504Z[ recovery-image] Aug 31 14:45:16.838 INFO E| Compiling colorchoice v1.0.5
104562026-08-31T14:45:17.509Z[ recovery-image] Aug 31 14:45:16.838 INFO E| Compiling anstyle-query v1.1.5
104572026-08-31T14:45:17.509Z[ recovery-image] Aug 31 14:45:16.838 INFO E| Compiling anstyle v1.0.14
104582026-08-31T14:45:17.509Z[ recovery-image] Aug 31 14:45:16.838 INFO E| Compiling is_terminal_polyfill v1.70.2
104592026-08-31T14:45:17.509Z[ recovery-image] Aug 31 14:45:16.838 INFO E| Compiling heck v0.5.0
104602026-08-31T14:45:17.509Z[ recovery-image] Aug 31 14:45:16.838 INFO E| Compiling strsim v0.11.1
104612026-08-31T14:45:17.509Z[ recovery-image] Aug 31 14:45:16.838 INFO E| Compiling clap_lex v1.1.0
104622026-08-31T14:45:17.509Z[ recovery-image] Aug 31 14:45:16.838 INFO E| Compiling shared_thread v0.2.0
104632026-08-31T14:45:17.525Z[ host-image] Aug 31 14:45:16.842 INFO O| Aug 31 14:45:16.842 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104642026-08-31T14:45:17.525Z[ host-image] Aug 31 14:45:16.842 INFO O| Aug 31 14:45:16.842 INFO copying /tmp/.tmptgqMeT/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 ...
104652026-08-31T14:45:17.525Z[ host-image] Aug 31 14:45:16.842 INFO O| Aug 31 14:45:16.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104662026-08-31T14:45:17.525Z[ host-image] Aug 31 14:45:16.842 INFO O| Aug 31 14:45:16.842 INFO ok!
104672026-08-31T14:45:17.525Z[ host-image] Aug 31 14:45:16.842 INFO O| Aug 31 14:45:16.842 INFO STEP 108 (ensure_file) COMPLETE
104682026-08-31T14:45:17.525Z[ host-image] Aug 31 14:45:16.842 INFO O| Aug 31 14:45:16.842 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104692026-08-31T14:45:17.525Z[ host-image] Aug 31 14:45:16.848 INFO O| Aug 31 14:45:16.848 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104702026-08-31T14:45:17.526Z[ host-image] Aug 31 14:45:16.848 INFO O| Aug 31 14:45:16.848 INFO copying /tmp/.tmptgqMeT/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 ...
104712026-08-31T14:45:17.526Z[ host-image] Aug 31 14:45:16.848 INFO O| Aug 31 14:45:16.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104722026-08-31T14:45:17.526Z[ host-image] Aug 31 14:45:16.848 INFO O| Aug 31 14:45:16.848 INFO ok!
104732026-08-31T14:45:17.526Z[ host-image] Aug 31 14:45:16.848 INFO O| Aug 31 14:45:16.848 INFO STEP 109 (ensure_file) COMPLETE
104742026-08-31T14:45:17.526Z[ host-image] Aug 31 14:45:16.848 INFO O| Aug 31 14:45:16.848 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104752026-08-31T14:45:17.526Z[ host-image] Aug 31 14:45:16.854 INFO O| Aug 31 14:45:16.854 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104762026-08-31T14:45:17.526Z[ host-image] Aug 31 14:45:16.854 INFO O| Aug 31 14:45:16.854 INFO copying /tmp/.tmptgqMeT/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 ...
104772026-08-31T14:45:17.526Z[ host-image] Aug 31 14:45:16.854 INFO O| Aug 31 14:45:16.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104782026-08-31T14:45:17.526Z[ host-image] Aug 31 14:45:16.854 INFO O| Aug 31 14:45:16.854 INFO ok!
104792026-08-31T14:45:17.527Z[ host-image] Aug 31 14:45:16.854 INFO O| Aug 31 14:45:16.854 INFO STEP 110 (ensure_file) COMPLETE
104802026-08-31T14:45:17.527Z[ host-image] Aug 31 14:45:16.854 INFO O| Aug 31 14:45:16.854 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104812026-08-31T14:45:17.527Z[ host-image] Aug 31 14:45:16.863 INFO O| Aug 31 14:45:16.863 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104822026-08-31T14:45:17.527Z[ host-image] Aug 31 14:45:16.863 INFO O| Aug 31 14:45:16.863 INFO copying /tmp/.tmptgqMeT/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 ...
104832026-08-31T14:45:17.527Z[ host-image] Aug 31 14:45:16.863 INFO O| Aug 31 14:45:16.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104842026-08-31T14:45:17.527Z[ host-image] Aug 31 14:45:16.863 INFO O| Aug 31 14:45:16.863 INFO ok!
104852026-08-31T14:45:17.527Z[ host-image] Aug 31 14:45:16.863 INFO O| Aug 31 14:45:16.863 INFO STEP 111 (ensure_file) COMPLETE
104862026-08-31T14:45:17.527Z[ host-image] Aug 31 14:45:16.863 INFO O| Aug 31 14:45:16.863 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104872026-08-31T14:45:17.527Z[ host-image] Aug 31 14:45:16.873 INFO O| Aug 31 14:45:16.873 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104882026-08-31T14:45:17.527Z[ host-image] Aug 31 14:45:16.873 INFO O| Aug 31 14:45:16.873 INFO copying /tmp/.tmptgqMeT/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 ...
104892026-08-31T14:45:17.527Z[ host-image] Aug 31 14:45:16.873 INFO O| Aug 31 14:45:16.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104902026-08-31T14:45:17.527Z[ host-image] Aug 31 14:45:16.873 INFO O| Aug 31 14:45:16.873 INFO ok!
104912026-08-31T14:45:17.527Z[ host-image] Aug 31 14:45:16.873 INFO O| Aug 31 14:45:16.873 INFO STEP 112 (ensure_file) COMPLETE
104922026-08-31T14:45:17.527Z[ host-image] Aug 31 14:45:16.873 INFO O| Aug 31 14:45:16.873 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104932026-08-31T14:45:17.544Z[ host-image] Aug 31 14:45:16.882 INFO O| Aug 31 14:45:16.882 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104942026-08-31T14:45:17.544Z[ host-image] Aug 31 14:45:16.882 INFO O| Aug 31 14:45:16.882 INFO copying /tmp/.tmptgqMeT/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104952026-08-31T14:45:17.545Z[ host-image] Aug 31 14:45:16.882 INFO O| Aug 31 14:45:16.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104962026-08-31T14:45:17.545Z[ host-image] Aug 31 14:45:16.882 INFO O| Aug 31 14:45:16.882 INFO ok!
104972026-08-31T14:45:17.545Z[ host-image] Aug 31 14:45:16.882 INFO O| Aug 31 14:45:16.882 INFO STEP 113 (ensure_file) COMPLETE
104982026-08-31T14:45:17.545Z[ host-image] Aug 31 14:45:16.882 INFO O| Aug 31 14:45:16.882 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104992026-08-31T14:45:17.545Z[ host-image] Aug 31 14:45:16.891 INFO O| Aug 31 14:45:16.891 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
105002026-08-31T14:45:17.545Z[ host-image] Aug 31 14:45:16.891 INFO O| Aug 31 14:45:16.891 INFO copying /tmp/.tmptgqMeT/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 ...
105012026-08-31T14:45:17.545Z[ host-image] Aug 31 14:45:16.891 INFO O| Aug 31 14:45:16.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
105022026-08-31T14:45:17.545Z[ host-image] Aug 31 14:45:16.891 INFO O| Aug 31 14:45:16.891 INFO ok!
105032026-08-31T14:45:17.545Z[ host-image] Aug 31 14:45:16.891 INFO O| Aug 31 14:45:16.891 INFO STEP 114 (ensure_file) COMPLETE
105042026-08-31T14:45:17.545Z[ host-image] Aug 31 14:45:16.891 INFO O| Aug 31 14:45:16.891 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105052026-08-31T14:45:17.559Z[ host-image] Aug 31 14:45:16.901 INFO O| Aug 31 14:45:16.901 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
105062026-08-31T14:45:17.559Z[ host-image] Aug 31 14:45:16.901 INFO O| Aug 31 14:45:16.901 INFO copying /tmp/.tmptgqMeT/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 ...
105072026-08-31T14:45:17.559Z[ host-image] Aug 31 14:45:16.901 INFO O| Aug 31 14:45:16.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
105082026-08-31T14:45:17.559Z[ host-image] Aug 31 14:45:16.901 INFO O| Aug 31 14:45:16.901 INFO ok!
105092026-08-31T14:45:17.559Z[ host-image] Aug 31 14:45:16.901 INFO O| Aug 31 14:45:16.901 INFO STEP 115 (ensure_file) COMPLETE
105102026-08-31T14:45:17.559Z[ host-image] Aug 31 14:45:16.901 INFO O| Aug 31 14:45:16.901 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105112026-08-31T14:45:17.559Z[ host-image] Aug 31 14:45:16.910 INFO O| Aug 31 14:45:16.910 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
105122026-08-31T14:45:17.559Z[ host-image] Aug 31 14:45:16.910 INFO O| Aug 31 14:45:16.910 INFO copying /tmp/.tmptgqMeT/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 ...
105132026-08-31T14:45:17.559Z[ host-image] Aug 31 14:45:16.910 INFO O| Aug 31 14:45:16.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
105142026-08-31T14:45:17.559Z[ host-image] Aug 31 14:45:16.910 INFO O| Aug 31 14:45:16.910 INFO ok!
105152026-08-31T14:45:17.559Z[ host-image] Aug 31 14:45:16.910 INFO O| Aug 31 14:45:16.910 INFO STEP 116 (ensure_file) COMPLETE
105162026-08-31T14:45:17.559Z[ host-image] Aug 31 14:45:16.910 INFO O| Aug 31 14:45:16.910 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105172026-08-31T14:45:17.567Z[ host-image] Aug 31 14:45:16.920 INFO O| Aug 31 14:45:16.920 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
105182026-08-31T14:45:17.567Z[ host-image] Aug 31 14:45:16.920 INFO O| Aug 31 14:45:16.920 INFO copying /tmp/.tmptgqMeT/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
105192026-08-31T14:45:17.567Z[ host-image] Aug 31 14:45:16.920 INFO O| Aug 31 14:45:16.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
105202026-08-31T14:45:17.567Z[ host-image] Aug 31 14:45:16.920 INFO O| Aug 31 14:45:16.920 INFO ok!
105212026-08-31T14:45:17.567Z[ host-image] Aug 31 14:45:16.920 INFO O| Aug 31 14:45:16.920 INFO STEP 117 (ensure_file) COMPLETE
105222026-08-31T14:45:17.567Z[ host-image] Aug 31 14:45:16.920 INFO O| Aug 31 14:45:16.920 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105232026-08-31T14:45:17.577Z[ host-image] Aug 31 14:45:16.931 INFO O| Aug 31 14:45:16.930 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
105242026-08-31T14:45:17.578Z[ host-image] Aug 31 14:45:16.931 INFO O| Aug 31 14:45:16.931 INFO copying /tmp/.tmptgqMeT/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 ...
105252026-08-31T14:45:17.578Z[ host-image] Aug 31 14:45:16.931 INFO O| Aug 31 14:45:16.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
105262026-08-31T14:45:17.578Z[ host-image] Aug 31 14:45:16.931 INFO O| Aug 31 14:45:16.931 INFO ok!
105272026-08-31T14:45:17.578Z[ host-image] Aug 31 14:45:16.931 INFO O| Aug 31 14:45:16.931 INFO STEP 118 (ensure_file) COMPLETE
105282026-08-31T14:45:17.578Z[ host-image] Aug 31 14:45:16.931 INFO O| Aug 31 14:45:16.931 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105292026-08-31T14:45:17.598Z[ host-image] Aug 31 14:45:16.940 INFO O| Aug 31 14:45:16.940 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
105302026-08-31T14:45:17.598Z[ host-image] Aug 31 14:45:16.940 INFO O| Aug 31 14:45:16.940 INFO copying /tmp/.tmptgqMeT/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 ...
105312026-08-31T14:45:17.598Z[ host-image] Aug 31 14:45:16.940 INFO O| Aug 31 14:45:16.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
105322026-08-31T14:45:17.598Z[ host-image] Aug 31 14:45:16.940 INFO O| Aug 31 14:45:16.940 INFO ok!
105332026-08-31T14:45:17.598Z[ host-image] Aug 31 14:45:16.940 INFO O| Aug 31 14:45:16.940 INFO STEP 119 (ensure_file) COMPLETE
105342026-08-31T14:45:17.598Z[ host-image] Aug 31 14:45:16.940 INFO O| Aug 31 14:45:16.940 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105352026-08-31T14:45:17.605Z[ host-image] Aug 31 14:45:16.949 INFO O| Aug 31 14:45:16.949 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
105362026-08-31T14:45:17.605Z[ host-image] Aug 31 14:45:16.949 INFO O| Aug 31 14:45:16.949 INFO copying /tmp/.tmptgqMeT/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 ...
105372026-08-31T14:45:17.605Z[ host-image] Aug 31 14:45:16.949 INFO O| Aug 31 14:45:16.949 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
105382026-08-31T14:45:17.605Z[ host-image] Aug 31 14:45:16.949 INFO O| Aug 31 14:45:16.949 INFO ok!
105392026-08-31T14:45:17.605Z[ host-image] Aug 31 14:45:16.949 INFO O| Aug 31 14:45:16.949 INFO STEP 120 (ensure_file) COMPLETE
105402026-08-31T14:45:17.605Z[ host-image] Aug 31 14:45:16.949 INFO O| Aug 31 14:45:16.949 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105412026-08-31T14:45:17.605Z[ host-image] Aug 31 14:45:16.959 INFO O| Aug 31 14:45:16.959 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
105422026-08-31T14:45:17.605Z[ host-image] Aug 31 14:45:16.960 INFO O| Aug 31 14:45:16.959 INFO copying /tmp/.tmptgqMeT/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 ...
105432026-08-31T14:45:17.605Z[ host-image] Aug 31 14:45:16.960 INFO O| Aug 31 14:45:16.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
105442026-08-31T14:45:17.605Z[ host-image] Aug 31 14:45:16.960 INFO O| Aug 31 14:45:16.959 INFO ok!
105452026-08-31T14:45:17.605Z[ host-image] Aug 31 14:45:16.960 INFO O| Aug 31 14:45:16.959 INFO STEP 121 (ensure_file) COMPLETE
105462026-08-31T14:45:17.605Z[ host-image] Aug 31 14:45:16.960 INFO O| Aug 31 14:45:16.959 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105472026-08-31T14:45:17.614Z[ host-image] Aug 31 14:45:16.968 INFO O| Aug 31 14:45:16.968 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105482026-08-31T14:45:17.614Z[ host-image] Aug 31 14:45:16.968 INFO O| Aug 31 14:45:16.968 INFO copying /tmp/.tmptgqMeT/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 ...
105492026-08-31T14:45:17.614Z[ host-image] Aug 31 14:45:16.968 INFO O| Aug 31 14:45:16.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105502026-08-31T14:45:17.614Z[ host-image] Aug 31 14:45:16.968 INFO O| Aug 31 14:45:16.968 INFO ok!
105512026-08-31T14:45:17.614Z[ host-image] Aug 31 14:45:16.968 INFO O| Aug 31 14:45:16.968 INFO STEP 122 (ensure_file) COMPLETE
105522026-08-31T14:45:17.614Z[ host-image] Aug 31 14:45:16.968 INFO O| Aug 31 14:45:16.968 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105532026-08-31T14:45:17.625Z[ recovery-image] Aug 31 14:45:16.969 INFO E| Compiling anstyle-parse v1.0.0
105542026-08-31T14:45:17.625Z[ host-image] Aug 31 14:45:16.977 INFO O| Aug 31 14:45:16.977 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105552026-08-31T14:45:17.625Z[ host-image] Aug 31 14:45:16.978 INFO O| Aug 31 14:45:16.977 INFO copying /tmp/.tmptgqMeT/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 ...
105562026-08-31T14:45:17.625Z[ host-image] Aug 31 14:45:16.978 INFO O| Aug 31 14:45:16.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105572026-08-31T14:45:17.625Z[ host-image] Aug 31 14:45:16.978 INFO O| Aug 31 14:45:16.978 INFO ok!
105582026-08-31T14:45:17.625Z[ host-image] Aug 31 14:45:16.978 INFO O| Aug 31 14:45:16.978 INFO STEP 123 (ensure_file) COMPLETE
105592026-08-31T14:45:17.625Z[ host-image] Aug 31 14:45:16.978 INFO O| Aug 31 14:45:16.978 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105602026-08-31T14:45:17.636Z[ host-image] Aug 31 14:45:16.987 INFO O| Aug 31 14:45:16.987 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105612026-08-31T14:45:17.636Z[ host-image] Aug 31 14:45:16.987 INFO O| Aug 31 14:45:16.987 INFO copying /tmp/.tmptgqMeT/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 ...
105622026-08-31T14:45:17.636Z[ host-image] Aug 31 14:45:16.987 INFO O| Aug 31 14:45:16.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105632026-08-31T14:45:17.637Z[ host-image] Aug 31 14:45:16.987 INFO O| Aug 31 14:45:16.987 INFO ok!
105642026-08-31T14:45:17.637Z[ host-image] Aug 31 14:45:16.987 INFO O| Aug 31 14:45:16.987 INFO STEP 124 (ensure_file) COMPLETE
105652026-08-31T14:45:17.637Z[ host-image] Aug 31 14:45:16.987 INFO O| Aug 31 14:45:16.987 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105662026-08-31T14:45:17.653Z[ host-image] Aug 31 14:45:16.997 INFO O| Aug 31 14:45:16.997 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105672026-08-31T14:45:17.653Z[ host-image] Aug 31 14:45:16.997 INFO O| Aug 31 14:45:16.997 INFO copying /tmp/.tmptgqMeT/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 ...
105682026-08-31T14:45:17.653Z[ host-image] Aug 31 14:45:16.997 INFO O| Aug 31 14:45:16.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105692026-08-31T14:45:17.653Z[ host-image] Aug 31 14:45:16.997 INFO O| Aug 31 14:45:16.997 INFO ok!
105702026-08-31T14:45:17.653Z[ host-image] Aug 31 14:45:16.997 INFO O| Aug 31 14:45:16.997 INFO STEP 125 (ensure_file) COMPLETE
105712026-08-31T14:45:17.654Z[ host-image] Aug 31 14:45:16.997 INFO O| Aug 31 14:45:16.997 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105722026-08-31T14:45:17.669Z[ host-image] Aug 31 14:45:17.007 INFO O| Aug 31 14:45:17.007 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105732026-08-31T14:45:17.669Z[ host-image] Aug 31 14:45:17.007 INFO O| Aug 31 14:45:17.007 INFO copying /tmp/.tmptgqMeT/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 ...
105742026-08-31T14:45:17.669Z[ host-image] Aug 31 14:45:17.007 INFO O| Aug 31 14:45:17.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105752026-08-31T14:45:17.670Z[ host-image] Aug 31 14:45:17.007 INFO O| Aug 31 14:45:17.007 INFO ok!
105762026-08-31T14:45:17.670Z[ host-image] Aug 31 14:45:17.007 INFO O| Aug 31 14:45:17.007 INFO STEP 126 (ensure_file) COMPLETE
105772026-08-31T14:45:17.670Z[ host-image] Aug 31 14:45:17.007 INFO O| Aug 31 14:45:17.007 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105782026-08-31T14:45:17.670Z[ host-image] Aug 31 14:45:17.018 INFO O| Aug 31 14:45:17.018 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105792026-08-31T14:45:17.670Z[ host-image] Aug 31 14:45:17.018 INFO O| Aug 31 14:45:17.018 INFO copying /tmp/.tmptgqMeT/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 ...
105802026-08-31T14:45:17.670Z[ host-image] Aug 31 14:45:17.018 INFO O| Aug 31 14:45:17.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105812026-08-31T14:45:17.670Z[ host-image] Aug 31 14:45:17.018 INFO O| Aug 31 14:45:17.018 INFO ok!
105822026-08-31T14:45:17.670Z[ host-image] Aug 31 14:45:17.018 INFO O| Aug 31 14:45:17.018 INFO STEP 127 (ensure_file) COMPLETE
105832026-08-31T14:45:17.670Z[ host-image] Aug 31 14:45:17.018 INFO O| Aug 31 14:45:17.018 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105842026-08-31T14:45:17.684Z[ host-image] Aug 31 14:45:17.028 INFO O| Aug 31 14:45:17.028 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105852026-08-31T14:45:17.684Z[ host-image] Aug 31 14:45:17.028 INFO O| Aug 31 14:45:17.028 INFO copying /tmp/.tmptgqMeT/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 ...
105862026-08-31T14:45:17.684Z[ host-image] Aug 31 14:45:17.028 INFO O| Aug 31 14:45:17.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105872026-08-31T14:45:17.684Z[ host-image] Aug 31 14:45:17.028 INFO O| Aug 31 14:45:17.028 INFO ok!
105882026-08-31T14:45:17.684Z[ host-image] Aug 31 14:45:17.028 INFO O| Aug 31 14:45:17.028 INFO STEP 128 (ensure_file) COMPLETE
105892026-08-31T14:45:17.684Z[ host-image] Aug 31 14:45:17.028 INFO O| Aug 31 14:45:17.028 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105902026-08-31T14:45:17.684Z[ host-image] Aug 31 14:45:17.036 INFO O| Aug 31 14:45:17.036 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105912026-08-31T14:45:17.684Z[ host-image] Aug 31 14:45:17.036 INFO O| Aug 31 14:45:17.036 INFO copying /tmp/.tmptgqMeT/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 ...
105922026-08-31T14:45:17.685Z[ host-image] Aug 31 14:45:17.036 INFO O| Aug 31 14:45:17.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105932026-08-31T14:45:17.685Z[ host-image] Aug 31 14:45:17.036 INFO O| Aug 31 14:45:17.036 INFO ok!
105942026-08-31T14:45:17.685Z[ host-image] Aug 31 14:45:17.036 INFO O| Aug 31 14:45:17.036 INFO STEP 129 (ensure_file) COMPLETE
105952026-08-31T14:45:17.685Z[ host-image] Aug 31 14:45:17.036 INFO O| Aug 31 14:45:17.036 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105962026-08-31T14:45:17.694Z[ host-image] Aug 31 14:45:17.046 INFO O| Aug 31 14:45:17.046 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105972026-08-31T14:45:17.694Z[ host-image] Aug 31 14:45:17.046 INFO O| Aug 31 14:45:17.046 INFO copying /tmp/.tmptgqMeT/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 ...
105982026-08-31T14:45:17.694Z[ host-image] Aug 31 14:45:17.046 INFO O| Aug 31 14:45:17.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105992026-08-31T14:45:17.694Z[ host-image] Aug 31 14:45:17.046 INFO O| Aug 31 14:45:17.046 INFO ok!
106002026-08-31T14:45:17.694Z[ host-image] Aug 31 14:45:17.046 INFO O| Aug 31 14:45:17.046 INFO STEP 130 (ensure_file) COMPLETE
106012026-08-31T14:45:17.694Z[ host-image] Aug 31 14:45:17.046 INFO O| Aug 31 14:45:17.046 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106022026-08-31T14:45:17.713Z[ host-image] Aug 31 14:45:17.055 INFO O| Aug 31 14:45:17.055 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
106032026-08-31T14:45:17.713Z[ host-image] Aug 31 14:45:17.055 INFO O| Aug 31 14:45:17.055 INFO copying /tmp/.tmptgqMeT/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 ...
106042026-08-31T14:45:17.713Z[ host-image] Aug 31 14:45:17.055 INFO O| Aug 31 14:45:17.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
106052026-08-31T14:45:17.713Z[ host-image] Aug 31 14:45:17.055 INFO O| Aug 31 14:45:17.055 INFO ok!
106062026-08-31T14:45:17.714Z[ host-image] Aug 31 14:45:17.055 INFO O| Aug 31 14:45:17.055 INFO STEP 131 (ensure_file) COMPLETE
106072026-08-31T14:45:17.714Z[ host-image] Aug 31 14:45:17.055 INFO O| Aug 31 14:45:17.055 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106082026-08-31T14:45:17.732Z[ host-image] Aug 31 14:45:17.064 INFO O| Aug 31 14:45:17.064 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
106092026-08-31T14:45:17.732Z[ host-image] Aug 31 14:45:17.064 INFO O| Aug 31 14:45:17.064 INFO copying /tmp/.tmptgqMeT/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 ...
106102026-08-31T14:45:17.732Z[ host-image] Aug 31 14:45:17.064 INFO O| Aug 31 14:45:17.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
106112026-08-31T14:45:17.732Z[ host-image] Aug 31 14:45:17.064 INFO O| Aug 31 14:45:17.064 INFO ok!
106122026-08-31T14:45:17.732Z[ host-image] Aug 31 14:45:17.064 INFO O| Aug 31 14:45:17.064 INFO STEP 132 (ensure_file) COMPLETE
106132026-08-31T14:45:17.732Z[ host-image] Aug 31 14:45:17.064 INFO O| Aug 31 14:45:17.064 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106142026-08-31T14:45:17.732Z[ host-image] Aug 31 14:45:17.075 INFO O| Aug 31 14:45:17.074 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
106152026-08-31T14:45:17.732Z[ host-image] Aug 31 14:45:17.075 INFO O| Aug 31 14:45:17.075 INFO copying /tmp/.tmptgqMeT/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 ...
106162026-08-31T14:45:17.732Z[ host-image] Aug 31 14:45:17.075 INFO O| Aug 31 14:45:17.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
106172026-08-31T14:45:17.732Z[ host-image] Aug 31 14:45:17.075 INFO O| Aug 31 14:45:17.075 INFO ok!
106182026-08-31T14:45:17.732Z[ host-image] Aug 31 14:45:17.075 INFO O| Aug 31 14:45:17.075 INFO STEP 133 (ensure_file) COMPLETE
106192026-08-31T14:45:17.732Z[ host-image] Aug 31 14:45:17.075 INFO O| Aug 31 14:45:17.075 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106202026-08-31T14:45:17.759Z[ host-image] Aug 31 14:45:17.084 INFO O| Aug 31 14:45:17.084 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
106212026-08-31T14:45:17.759Z[ host-image] Aug 31 14:45:17.084 INFO O| Aug 31 14:45:17.084 INFO copying /tmp/.tmptgqMeT/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 ...
106222026-08-31T14:45:17.759Z[ host-image] Aug 31 14:45:17.084 INFO O| Aug 31 14:45:17.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
106232026-08-31T14:45:17.759Z[ host-image] Aug 31 14:45:17.084 INFO O| Aug 31 14:45:17.084 INFO ok!
106242026-08-31T14:45:17.759Z[ host-image] Aug 31 14:45:17.084 INFO O| Aug 31 14:45:17.084 INFO STEP 134 (ensure_file) COMPLETE
106252026-08-31T14:45:17.759Z[ host-image] Aug 31 14:45:17.084 INFO O| Aug 31 14:45:17.084 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106262026-08-31T14:45:17.759Z[ host-image] Aug 31 14:45:17.094 INFO O| Aug 31 14:45:17.094 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
106272026-08-31T14:45:17.759Z[ host-image] Aug 31 14:45:17.094 INFO O| Aug 31 14:45:17.094 INFO copying /tmp/.tmptgqMeT/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 ...
106282026-08-31T14:45:17.759Z[ host-image] Aug 31 14:45:17.094 INFO O| Aug 31 14:45:17.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
106292026-08-31T14:45:17.759Z[ host-image] Aug 31 14:45:17.094 INFO O| Aug 31 14:45:17.094 INFO ok!
106302026-08-31T14:45:17.759Z[ host-image] Aug 31 14:45:17.094 INFO O| Aug 31 14:45:17.094 INFO STEP 135 (ensure_file) COMPLETE
106312026-08-31T14:45:17.759Z[ host-image] Aug 31 14:45:17.094 INFO O| Aug 31 14:45:17.094 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106322026-08-31T14:45:17.769Z[ host-image] Aug 31 14:45:17.102 INFO O| Aug 31 14:45:17.102 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
106332026-08-31T14:45:17.769Z[ host-image] Aug 31 14:45:17.102 INFO O| Aug 31 14:45:17.102 INFO copying /tmp/.tmptgqMeT/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
106342026-08-31T14:45:17.769Z[ host-image] Aug 31 14:45:17.102 INFO O| Aug 31 14:45:17.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
106352026-08-31T14:45:17.769Z[ host-image] Aug 31 14:45:17.102 INFO O| Aug 31 14:45:17.102 INFO ok!
106362026-08-31T14:45:17.769Z[ host-image] Aug 31 14:45:17.102 INFO O| Aug 31 14:45:17.102 INFO STEP 136 (ensure_file) COMPLETE
106372026-08-31T14:45:17.770Z[ host-image] Aug 31 14:45:17.102 INFO O| Aug 31 14:45:17.102 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106382026-08-31T14:45:17.770Z[ host-image] Aug 31 14:45:17.111 INFO O| Aug 31 14:45:17.111 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
106392026-08-31T14:45:17.770Z[ host-image] Aug 31 14:45:17.111 INFO O| Aug 31 14:45:17.111 INFO copying /tmp/.tmptgqMeT/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 ...
106402026-08-31T14:45:17.770Z[ host-image] Aug 31 14:45:17.111 INFO O| Aug 31 14:45:17.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
106412026-08-31T14:45:17.770Z[ host-image] Aug 31 14:45:17.111 INFO O| Aug 31 14:45:17.111 INFO ok!
106422026-08-31T14:45:17.770Z[ host-image] Aug 31 14:45:17.111 INFO O| Aug 31 14:45:17.111 INFO STEP 137 (ensure_file) COMPLETE
106432026-08-31T14:45:17.770Z[ host-image] Aug 31 14:45:17.111 INFO O| Aug 31 14:45:17.111 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106442026-08-31T14:45:17.770Z[ recovery-image] Aug 31 14:45:17.116 INFO E| Compiling anstream v1.0.0
106452026-08-31T14:45:17.770Z[ host-image] Aug 31 14:45:17.120 INFO O| Aug 31 14:45:17.120 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
106462026-08-31T14:45:17.770Z[ host-image] Aug 31 14:45:17.120 INFO O| Aug 31 14:45:17.120 INFO copying /tmp/.tmptgqMeT/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
106472026-08-31T14:45:17.770Z[ host-image] Aug 31 14:45:17.120 INFO O| Aug 31 14:45:17.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
106482026-08-31T14:45:17.770Z[ host-image] Aug 31 14:45:17.120 INFO O| Aug 31 14:45:17.120 INFO ok!
106492026-08-31T14:45:17.770Z[ host-image] Aug 31 14:45:17.120 INFO O| Aug 31 14:45:17.120 INFO STEP 138 (ensure_file) COMPLETE
106502026-08-31T14:45:17.770Z[ host-image] Aug 31 14:45:17.120 INFO O| Aug 31 14:45:17.120 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106512026-08-31T14:45:17.785Z[ host-image] Aug 31 14:45:17.130 INFO O| Aug 31 14:45:17.130 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106522026-08-31T14:45:17.785Z[ host-image] Aug 31 14:45:17.130 INFO O| Aug 31 14:45:17.130 INFO copying /tmp/.tmptgqMeT/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106532026-08-31T14:45:17.983Z[ recovery-image] Aug 31 14:45:17.336 INFO E| Compiling clap_builder v4.6.0
106542026-08-31T14:45:18.295Z[ recovery-image] Aug 31 14:45:17.647 INFO E| Compiling errno v0.3.14
106552026-08-31T14:45:18.295Z[ recovery-image] Aug 31 14:45:17.647 INFO E| Compiling os_pipe v1.2.3
106562026-08-31T14:45:18.397Z[ recovery-image] Aug 31 14:45:17.753 INFO E| Compiling signal-hook-registry v1.4.8
106572026-08-31T14:45:18.681Z[ recovery-image] Aug 31 14:45:18.033 INFO E| Compiling syn v2.0.117
106582026-08-31T14:45:18.698Z[ recovery-image] Aug 31 14:45:18.050 INFO E| Compiling sigchld v0.2.4
106592026-08-31T14:45:18.797Z[ recovery-image] Aug 31 14:45:18.152 INFO E| Compiling shared_child v1.1.1
106602026-08-31T14:45:18.935Z[ recovery-image] Aug 31 14:45:18.286 INFO E| Compiling duct v1.1.1
106612026-08-31T14:45:21.111Z[ recovery-image] Aug 31 14:45:20.448 INFO E| Compiling clap_derive v4.6.1
106622026-08-31T14:45:22.679Z[ recovery-image] Aug 31 14:45:22.034 INFO E| Compiling clap v4.6.1
106632026-08-31T14:45:22.763Z[ recovery-image] Aug 31 14:45:22.116 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106642026-08-31T14:45:24.316Z[ recovery-image] Aug 31 14:45:23.178 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.77s
106652026-08-31T14:45:24.339Z[ recovery-image] Aug 31 14:45:23.186 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106662026-08-31T14:45:24.339Z[ recovery-image] Aug 31 14:45:23.493 INFO E| Downloading crates ...
106672026-08-31T14:45:24.339Z[ recovery-image] Aug 31 14:45:23.545 INFO E| Downloaded bitstruct_derive v0.1.0
106682026-08-31T14:45:24.339Z[ recovery-image] Aug 31 14:45:23.553 INFO E| Downloaded miniz_oxide v0.9.1
106692026-08-31T14:45:24.339Z[ recovery-image] Aug 31 14:45:23.555 INFO E| Downloaded cpio_reader v0.1.2
106702026-08-31T14:45:24.339Z[ recovery-image] Aug 31 14:45:23.557 INFO E| Downloaded bitstruct v0.1.1
106712026-08-31T14:45:24.339Z[ recovery-image] Aug 31 14:45:23.558 INFO E| Downloaded bit_field v0.10.3
106722026-08-31T14:45:24.339Z[ recovery-image] Aug 31 14:45:23.578 INFO E| Downloaded raw-cpuid v10.7.0
106732026-08-31T14:45:24.339Z[ recovery-image] Aug 31 14:45:23.581 INFO E| Downloaded bitflags v2.13.0
106742026-08-31T14:45:24.340Z[ recovery-image] Aug 31 14:45:23.584 INFO E| Downloaded log v0.4.32
106752026-08-31T14:45:24.340Z[ recovery-image] Aug 31 14:45:23.617 INFO E| Downloaded goblin v0.10.7
106762026-08-31T14:45:24.399Z[ recovery-image] Aug 31 14:45:23.755 INFO E| Downloaded x86 v0.52.0
106772026-08-31T14:45:24.445Z[ recovery-image] Aug 31 14:45:23.799 INFO E| Updating crates.io index
106782026-08-31T14:45:24.496Z[ host-image] Aug 31 14:45:23.842 INFO O| Aug 31 14:45:23.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106792026-08-31T14:45:24.496Z[ host-image] Aug 31 14:45:23.842 INFO O| Aug 31 14:45:23.842 INFO ok!
106802026-08-31T14:45:24.504Z[ host-image] Aug 31 14:45:23.842 INFO O| Aug 31 14:45:23.842 INFO STEP 139 (ensure_file) COMPLETE
106812026-08-31T14:45:24.504Z[ host-image] Aug 31 14:45:23.842 INFO O| Aug 31 14:45:23.842 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106822026-08-31T14:45:24.504Z[ host-image] Aug 31 14:45:23.849 INFO O| Aug 31 14:45:23.849 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106832026-08-31T14:45:24.505Z[ host-image] Aug 31 14:45:23.849 INFO O| Aug 31 14:45:23.849 INFO STEP 140 (ensure_dir) COMPLETE
106842026-08-31T14:45:24.505Z[ host-image] Aug 31 14:45:23.849 INFO O| Aug 31 14:45:23.849 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106852026-08-31T14:45:24.505Z[ recovery-image] Aug 31 14:45:23.850 INFO E| Downloading crates ...
106862026-08-31T14:45:24.505Z[ host-image] Aug 31 14:45:23.857 INFO O| Aug 31 14:45:23.857 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106872026-08-31T14:45:24.505Z[ host-image] Aug 31 14:45:23.857 INFO O| Aug 31 14:45:23.857 INFO STEP 141 (ensure_dir) COMPLETE
106882026-08-31T14:45:24.505Z[ host-image] Aug 31 14:45:23.857 INFO O| Aug 31 14:45:23.857 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106892026-08-31T14:45:24.511Z[ host-image] Aug 31 14:45:23.862 INFO O| Aug 31 14:45:23.862 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106902026-08-31T14:45:24.512Z[ host-image] Aug 31 14:45:23.862 INFO O| Aug 31 14:45:23.862 INFO STEP 142 (ensure_dir) COMPLETE
106912026-08-31T14:45:24.512Z[ host-image] Aug 31 14:45:23.862 INFO O| Aug 31 14:45:23.862 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106922026-08-31T14:45:24.532Z[ host-image] Aug 31 14:45:23.868 INFO O| Aug 31 14:45:23.868 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106932026-08-31T14:45:24.533Z[ host-image] Aug 31 14:45:23.868 INFO O| Aug 31 14:45:23.868 INFO STEP 143 (ensure_dir) COMPLETE
106942026-08-31T14:45:24.533Z[ host-image] Aug 31 14:45:23.868 INFO O| Aug 31 14:45:23.868 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106952026-08-31T14:45:24.533Z[ host-image] Aug 31 14:45:23.873 INFO O| Aug 31 14:45:23.873 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106962026-08-31T14:45:24.533Z[ host-image] Aug 31 14:45:23.873 INFO O| Aug 31 14:45:23.873 INFO copying /tmp/.tmptgqMeT/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 ...
106972026-08-31T14:45:24.533Z[ host-image] Aug 31 14:45:23.873 INFO O| Aug 31 14:45:23.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106982026-08-31T14:45:24.533Z[ host-image] Aug 31 14:45:23.873 INFO O| Aug 31 14:45:23.873 INFO ok!
106992026-08-31T14:45:24.533Z[ host-image] Aug 31 14:45:23.873 INFO O| Aug 31 14:45:23.873 INFO STEP 144 (ensure_file) COMPLETE
107002026-08-31T14:45:24.533Z[ host-image] Aug 31 14:45:23.873 INFO O| Aug 31 14:45:23.873 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107012026-08-31T14:45:24.533Z[ host-image] Aug 31 14:45:23.879 INFO O| Aug 31 14:45:23.879 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
107022026-08-31T14:45:24.533Z[ host-image] Aug 31 14:45:23.879 INFO O| Aug 31 14:45:23.879 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
107032026-08-31T14:45:24.533Z[ host-image] Aug 31 14:45:23.879 INFO O| Aug 31 14:45:23.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
107042026-08-31T14:45:24.533Z[ host-image] Aug 31 14:45:23.879 INFO O| Aug 31 14:45:23.879 INFO STEP 145 (ensure_dir) COMPLETE
107052026-08-31T14:45:24.533Z[ host-image] Aug 31 14:45:23.879 INFO O| Aug 31 14:45:23.879 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107062026-08-31T14:45:24.533Z[ recovery-image] Aug 31 14:45:23.884 INFO E| Downloaded rustc-literal-escaper v0.0.7
107072026-08-31T14:45:24.542Z[ recovery-image] Aug 31 14:45:23.885 INFO E| Downloaded hashbrown v0.17.1
107082026-08-31T14:45:24.542Z[ host-image] Aug 31 14:45:23.886 INFO O| Aug 31 14:45:23.886 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
107092026-08-31T14:45:24.542Z[ host-image] Aug 31 14:45:23.886 INFO O| Aug 31 14:45:23.886 INFO copying /tmp/.tmptgqMeT/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
107102026-08-31T14:45:24.542Z[ host-image] Aug 31 14:45:23.886 INFO O| Aug 31 14:45:23.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
107112026-08-31T14:45:24.542Z[ host-image] Aug 31 14:45:23.886 INFO O| Aug 31 14:45:23.886 INFO ok!
107122026-08-31T14:45:24.542Z[ host-image] Aug 31 14:45:23.886 INFO O| Aug 31 14:45:23.886 INFO STEP 146 (ensure_file) COMPLETE
107132026-08-31T14:45:24.542Z[ host-image] Aug 31 14:45:23.886 INFO O| Aug 31 14:45:23.886 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107142026-08-31T14:45:24.542Z[ host-image] Aug 31 14:45:23.893 INFO O| Aug 31 14:45:23.893 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
107152026-08-31T14:45:24.542Z[ host-image] Aug 31 14:45:23.893 INFO O| Aug 31 14:45:23.893 INFO STEP 147 (remove_files) COMPLETE
107162026-08-31T14:45:24.542Z[ host-image] Aug 31 14:45:23.893 INFO O| Aug 31 14:45:23.893 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107172026-08-31T14:45:24.559Z[ host-image] Aug 31 14:45:23.900 INFO O| Aug 31 14:45:23.900 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
107182026-08-31T14:45:24.559Z[ host-image] Aug 31 14:45:23.900 INFO O| Aug 31 14:45:23.900 INFO STEP 148 (remove_files) COMPLETE
107192026-08-31T14:45:24.559Z[ host-image] Aug 31 14:45:23.900 INFO O| Aug 31 14:45:23.900 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107202026-08-31T14:45:24.563Z[ host-image] Aug 31 14:45:23.906 INFO O| Aug 31 14:45:23.906 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
107212026-08-31T14:45:24.563Z[ host-image] Aug 31 14:45:23.906 INFO O| Aug 31 14:45:23.906 INFO STEP 149 (remove_files) COMPLETE
107222026-08-31T14:45:24.563Z[ host-image] Aug 31 14:45:23.906 INFO O| Aug 31 14:45:23.906 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107232026-08-31T14:45:24.563Z[ host-image] Aug 31 14:45:23.911 INFO O| Aug 31 14:45:23.911 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
107242026-08-31T14:45:24.564Z[ host-image] Aug 31 14:45:23.911 INFO O| Aug 31 14:45:23.911 INFO STEP 150 (remove_files) COMPLETE
107252026-08-31T14:45:24.564Z[ host-image] Aug 31 14:45:23.911 INFO O| Aug 31 14:45:23.911 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107262026-08-31T14:45:24.569Z[ host-image] Aug 31 14:45:23.919 INFO O| Aug 31 14:45:23.919 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
107272026-08-31T14:45:24.569Z[ host-image] Aug 31 14:45:23.919 INFO O| Aug 31 14:45:23.919 INFO STEP 151 (remove_files) COMPLETE
107282026-08-31T14:45:24.569Z[ host-image] Aug 31 14:45:23.919 INFO O| Aug 31 14:45:23.919 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107292026-08-31T14:45:24.580Z[ recovery-image] Aug 31 14:45:23.925 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)
107302026-08-31T14:45:24.580Z[ recovery-image] Aug 31 14:45:23.925 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)
107312026-08-31T14:45:24.580Z[ recovery-image] Aug 31 14:45:23.925 INFO E| Compiling proc-macro2 v1.0.106
107322026-08-31T14:45:24.580Z[ recovery-image] Aug 31 14:45:23.925 INFO E| Compiling unicode-ident v1.0.24
107332026-08-31T14:45:24.580Z[ recovery-image] Aug 31 14:45:23.926 INFO E| Compiling quote v1.0.45
107342026-08-31T14:45:24.580Z[ recovery-image] Aug 31 14:45:23.926 INFO E| Compiling syn v1.0.109
107352026-08-31T14:45:24.580Z[ recovery-image] Aug 31 14:45:23.926 INFO E| Compiling x86 v0.52.0
107362026-08-31T14:45:24.580Z[ recovery-image] Aug 31 14:45:23.926 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107372026-08-31T14:45:24.580Z[ recovery-image] Aug 31 14:45:23.926 INFO E| Compiling seq-macro v0.3.6
107382026-08-31T14:45:24.580Z[ host-image] Aug 31 14:45:23.926 INFO O| Aug 31 14:45:23.926 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
107392026-08-31T14:45:24.580Z[ host-image] Aug 31 14:45:23.926 INFO O| Aug 31 14:45:23.926 INFO STEP 152 (remove_files) COMPLETE
107402026-08-31T14:45:24.580Z[ host-image] Aug 31 14:45:23.926 INFO O| Aug 31 14:45:23.926 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107412026-08-31T14:45:24.580Z[ host-image] Aug 31 14:45:23.932 INFO O| Aug 31 14:45:23.932 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
107422026-08-31T14:45:24.580Z[ host-image] Aug 31 14:45:23.932 INFO O| Aug 31 14:45:23.932 INFO STEP 153 (remove_files) COMPLETE
107432026-08-31T14:45:24.580Z[ host-image] Aug 31 14:45:23.932 INFO O| Aug 31 14:45:23.932 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107442026-08-31T14:45:24.588Z[ host-image] Aug 31 14:45:23.939 INFO O| Aug 31 14:45:23.939 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
107452026-08-31T14:45:24.588Z[ host-image] Aug 31 14:45:23.940 INFO O| Aug 31 14:45:23.940 INFO STEP 154 (remove_files) COMPLETE
107462026-08-31T14:45:24.588Z[ host-image] Aug 31 14:45:23.940 INFO O| Aug 31 14:45:23.940 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107472026-08-31T14:45:24.593Z[ host-image] Aug 31 14:45:23.948 INFO O| Aug 31 14:45:23.948 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
107482026-08-31T14:45:24.594Z[ host-image] Aug 31 14:45:23.948 INFO O| Aug 31 14:45:23.948 INFO STEP 155 (remove_files) COMPLETE
107492026-08-31T14:45:24.594Z[ host-image] Aug 31 14:45:23.948 INFO O| Aug 31 14:45:23.948 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107502026-08-31T14:45:24.602Z[ host-image] Aug 31 14:45:23.956 INFO O| Aug 31 14:45:23.955 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
107512026-08-31T14:45:24.602Z[ host-image] Aug 31 14:45:23.956 INFO O| Aug 31 14:45:23.956 INFO STEP 156 (remove_files) COMPLETE
107522026-08-31T14:45:24.602Z[ host-image] Aug 31 14:45:23.956 INFO O| Aug 31 14:45:23.956 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107532026-08-31T14:45:24.609Z[ host-image] Aug 31 14:45:23.964 INFO O| Aug 31 14:45:23.964 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
107542026-08-31T14:45:24.616Z[ host-image] Aug 31 14:45:23.964 INFO O| Aug 31 14:45:23.964 INFO STEP 157 (remove_files) COMPLETE
107552026-08-31T14:45:24.616Z[ host-image] Aug 31 14:45:23.964 INFO O| Aug 31 14:45:23.964 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107562026-08-31T14:45:24.630Z[ host-image] Aug 31 14:45:23.972 INFO O| Aug 31 14:45:23.972 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
107572026-08-31T14:45:24.630Z[ host-image] Aug 31 14:45:23.972 INFO O| Aug 31 14:45:23.972 INFO STEP 158 (remove_files) COMPLETE
107582026-08-31T14:45:24.630Z[ host-image] Aug 31 14:45:23.972 INFO O| Aug 31 14:45:23.972 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107592026-08-31T14:45:24.635Z[ host-image] Aug 31 14:45:23.980 INFO O| Aug 31 14:45:23.980 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
107602026-08-31T14:45:24.636Z[ host-image] Aug 31 14:45:23.980 INFO O| Aug 31 14:45:23.980 INFO STEP 159 (remove_files) COMPLETE
107612026-08-31T14:45:24.636Z[ host-image] Aug 31 14:45:23.980 INFO O| Aug 31 14:45:23.980 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107622026-08-31T14:45:24.636Z[ host-image] Aug 31 14:45:23.988 INFO O| Aug 31 14:45:23.988 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
107632026-08-31T14:45:24.636Z[ host-image] Aug 31 14:45:23.988 INFO O| Aug 31 14:45:23.988 INFO STEP 160 (remove_files) COMPLETE
107642026-08-31T14:45:24.636Z[ host-image] Aug 31 14:45:23.988 INFO O| Aug 31 14:45:23.988 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107652026-08-31T14:45:24.648Z[ host-image] Aug 31 14:45:23.995 INFO O| Aug 31 14:45:23.995 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
107662026-08-31T14:45:24.648Z[ host-image] Aug 31 14:45:23.995 INFO O| Aug 31 14:45:23.995 INFO STEP 161 (remove_files) COMPLETE
107672026-08-31T14:45:24.648Z[ host-image] Aug 31 14:45:23.995 INFO O| Aug 31 14:45:23.995 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107682026-08-31T14:45:24.652Z[ host-image] Aug 31 14:45:24.005 INFO O| Aug 31 14:45:24.005 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107692026-08-31T14:45:24.652Z[ host-image] Aug 31 14:45:24.005 INFO O| Aug 31 14:45:24.005 INFO STEP 162 (remove_files) COMPLETE
107702026-08-31T14:45:24.652Z[ host-image] Aug 31 14:45:24.005 INFO O| Aug 31 14:45:24.005 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107712026-08-31T14:45:24.658Z[ host-image] Aug 31 14:45:24.014 INFO O| Aug 31 14:45:24.014 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107722026-08-31T14:45:24.658Z[ host-image] Aug 31 14:45:24.014 INFO O| Aug 31 14:45:24.014 INFO STEP 163 (remove_files) COMPLETE
107732026-08-31T14:45:24.667Z[ host-image] Aug 31 14:45:24.014 INFO O| Aug 31 14:45:24.014 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107742026-08-31T14:45:24.673Z[ host-image] Aug 31 14:45:24.024 INFO O| Aug 31 14:45:24.024 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107752026-08-31T14:45:24.673Z[ host-image] Aug 31 14:45:24.024 INFO O| Aug 31 14:45:24.024 INFO STEP 164 (remove_files) COMPLETE
107762026-08-31T14:45:24.673Z[ host-image] Aug 31 14:45:24.024 INFO O| Aug 31 14:45:24.024 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107772026-08-31T14:45:24.680Z[ host-image] Aug 31 14:45:24.034 INFO O| Aug 31 14:45:24.034 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107782026-08-31T14:45:24.680Z[ host-image] Aug 31 14:45:24.034 INFO O| Aug 31 14:45:24.034 INFO STEP 165 (remove_files) COMPLETE
107792026-08-31T14:45:24.686Z[ host-image] Aug 31 14:45:24.034 INFO O| Aug 31 14:45:24.034 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107802026-08-31T14:45:24.697Z[ host-image] Aug 31 14:45:24.043 INFO O| Aug 31 14:45:24.043 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107812026-08-31T14:45:24.697Z[ host-image] Aug 31 14:45:24.043 INFO O| Aug 31 14:45:24.043 INFO STEP 166 (remove_files) COMPLETE
107822026-08-31T14:45:24.697Z[ host-image] Aug 31 14:45:24.043 INFO O| Aug 31 14:45:24.043 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107832026-08-31T14:45:24.703Z[ host-image] Aug 31 14:45:24.051 INFO O| Aug 31 14:45:24.051 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107842026-08-31T14:45:24.703Z[ host-image] Aug 31 14:45:24.051 INFO O| Aug 31 14:45:24.051 INFO STEP 167 (remove_files) COMPLETE
107852026-08-31T14:45:24.703Z[ host-image] Aug 31 14:45:24.051 INFO O| Aug 31 14:45:24.051 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107862026-08-31T14:45:24.707Z[ host-image] Aug 31 14:45:24.059 INFO O| Aug 31 14:45:24.059 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107872026-08-31T14:45:24.707Z[ host-image] Aug 31 14:45:24.059 INFO O| Aug 31 14:45:24.059 INFO STEP 168 (remove_files) COMPLETE
107882026-08-31T14:45:24.707Z[ host-image] Aug 31 14:45:24.059 INFO O| Aug 31 14:45:24.059 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107892026-08-31T14:45:24.718Z[ host-image] Aug 31 14:45:24.067 INFO O| Aug 31 14:45:24.067 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107902026-08-31T14:45:24.718Z[ host-image] Aug 31 14:45:24.067 INFO O| Aug 31 14:45:24.067 INFO STEP 169 (remove_files) COMPLETE
107912026-08-31T14:45:24.718Z[ host-image] Aug 31 14:45:24.067 INFO O| Aug 31 14:45:24.067 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107922026-08-31T14:45:24.724Z[ host-image] Aug 31 14:45:24.075 INFO O| Aug 31 14:45:24.075 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107932026-08-31T14:45:24.724Z[ host-image] Aug 31 14:45:24.075 INFO O| Aug 31 14:45:24.075 INFO STEP 170 (remove_files) COMPLETE
107942026-08-31T14:45:24.724Z[ host-image] Aug 31 14:45:24.075 INFO O| Aug 31 14:45:24.075 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107952026-08-31T14:45:24.732Z[ host-image] Aug 31 14:45:24.084 INFO O| Aug 31 14:45:24.084 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107962026-08-31T14:45:24.733Z[ host-image] Aug 31 14:45:24.084 INFO O| Aug 31 14:45:24.084 INFO STEP 171 (remove_files) COMPLETE
107972026-08-31T14:45:24.733Z[ host-image] Aug 31 14:45:24.084 INFO O| Aug 31 14:45:24.084 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107982026-08-31T14:45:24.741Z[ host-image] Aug 31 14:45:24.093 INFO O| Aug 31 14:45:24.093 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107992026-08-31T14:45:24.741Z[ host-image] Aug 31 14:45:24.093 INFO O| Aug 31 14:45:24.093 INFO STEP 172 (remove_files) COMPLETE
108002026-08-31T14:45:24.741Z[ host-image] Aug 31 14:45:24.093 INFO O| Aug 31 14:45:24.093 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108012026-08-31T14:45:24.749Z[ host-image] Aug 31 14:45:24.102 INFO O| Aug 31 14:45:24.102 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
108022026-08-31T14:45:24.749Z[ host-image] Aug 31 14:45:24.102 INFO O| Aug 31 14:45:24.102 INFO STEP 173 (remove_files) COMPLETE
108032026-08-31T14:45:24.749Z[ host-image] Aug 31 14:45:24.102 INFO O| Aug 31 14:45:24.102 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108042026-08-31T14:45:24.766Z[ host-image] Aug 31 14:45:24.109 INFO O| Aug 31 14:45:24.109 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
108052026-08-31T14:45:24.766Z[ host-image] Aug 31 14:45:24.109 INFO O| Aug 31 14:45:24.109 INFO STEP 174 (remove_files) COMPLETE
108062026-08-31T14:45:24.767Z[ host-image] Aug 31 14:45:24.109 INFO O| Aug 31 14:45:24.109 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108072026-08-31T14:45:24.767Z[ host-image] Aug 31 14:45:24.117 INFO O| Aug 31 14:45:24.116 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
108082026-08-31T14:45:24.767Z[ host-image] Aug 31 14:45:24.117 INFO O| Aug 31 14:45:24.117 INFO STEP 175 (remove_files) COMPLETE
108092026-08-31T14:45:24.767Z[ host-image] Aug 31 14:45:24.117 INFO O| Aug 31 14:45:24.117 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
108102026-08-31T14:45:24.777Z[ host-image] Aug 31 14:45:24.132 INFO O| Aug 31 14:45:24.132 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
108112026-08-31T14:45:24.777Z[ host-image] Aug 31 14:45:24.132 INFO O| Aug 31 14:45:24.132 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
108122026-08-31T14:45:25.491Z[ recovery-image] Aug 31 14:45:24.843 INFO E| Compiling syn v2.0.117
108132026-08-31T14:45:26.753Z[ recovery-image] Aug 31 14:45:26.108 INFO E| Compiling scroll_derive v0.13.1
108142026-08-31T14:45:27.777Z[ recovery-image] Aug 31 14:45:27.128 INFO E| Compiling bitstruct_derive v0.1.0
108152026-08-31T14:45:30.053Z[ host-image] Aug 31 14:45:29.407 INFO O| Aug 31 14:45:29.407 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
108162026-08-31T14:45:30.053Z[ host-image] Aug 31 14:45:29.408 INFO O| Aug 31 14:45:29.407 INFO E| svccfg: Loaded 80 smf(7) service descriptions
108172026-08-31T14:45:30.068Z[ host-image] Aug 31 14:45:29.420 INFO O| Aug 31 14:45:29.420 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
108182026-08-31T14:45:30.158Z[ host-image] Aug 31 14:45:29.512 INFO O| Aug 31 14:45:29.512 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_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"}
108192026-08-31T14:45:30.209Z[ host-image] Aug 31 14:45:29.564 INFO O| Aug 31 14:45:29.564 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
108202026-08-31T14:45:30.268Z[ host-image] Aug 31 14:45:29.624 INFO O| Aug 31 14:45:29.623 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
108212026-08-31T14:45:30.268Z[ host-image] Aug 31 14:45:29.624 INFO O| Aug 31 14:45:29.624 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
108222026-08-31T14:45:30.290Z[ host-image] Aug 31 14:45:29.626 INFO O| Aug 31 14:45:29.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
108232026-08-31T14:45:30.290Z[ host-image] Aug 31 14:45:29.626 INFO O| Aug 31 14:45:29.626 INFO ok!
108242026-08-31T14:45:30.290Z[ host-image] Aug 31 14:45:29.626 INFO O| Aug 31 14:45:29.626 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
108252026-08-31T14:45:30.290Z[ host-image] Aug 31 14:45:29.626 INFO O| Aug 31 14:45:29.626 INFO STEP 176 (seed_smf) COMPLETE
108262026-08-31T14:45:30.290Z[ host-image] Aug 31 14:45:29.626 INFO O| Aug 31 14:45:29.626 INFO steps complete; finalising image!
108272026-08-31T14:45:30.290Z[ host-image] Aug 31 14:45:29.626 INFO O| Aug 31 14:45:29.626 INFO TRIM POOL: TEMPORARY-sled-zfs
108282026-08-31T14:45:30.346Z[ host-image] Aug 31 14:45:29.701 INFO O| Aug 31 14:45:29.701 INFO trim TEMPORARY-sled-zfs: (1% trimmed, started at Mon Aug 31 14:45:29 2026)
108292026-08-31T14:45:30.562Z[ host-image] Aug 31 14:45:29.915 INFO O| Aug 31 14:45:29.915 INFO temporary pool has 937M used, 86.7M avail, 1.79x compressratio
108302026-08-31T14:45:30.562Z[ host-image] Aug 31 14:45:29.915 INFO O| Aug 31 14:45:29.915 INFO EXPORT POOL: TEMPORARY-sled-zfs
108312026-08-31T14:45:30.949Z[ host-image] Aug 31 14:45:30.305 INFO O| Aug 31 14:45:30.305 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
108322026-08-31T14:45:30.950Z[ host-image] Aug 31 14:45:30.305 INFO O| Aug 31 14:45:30.305 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
108332026-08-31T14:45:31.670Z[ host-image] Aug 31 14:45:31.020 INFO O| Aug 31 14:45:31.020 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
108342026-08-31T14:45:31.670Z[ host-image] Aug 31 14:45:31.020 INFO O| Aug 31 14:45:31.020 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
108352026-08-31T14:45:31.678Z[ host-image] Aug 31 14:45:31.020 INFO O| Aug 31 14:45:31.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
108362026-08-31T14:45:31.678Z[ host-image] Aug 31 14:45:31.020 INFO O| Aug 31 14:45:31.020 INFO completed processing sled/zfs
108372026-08-31T14:45:31.678Z[ host-image] Aug 31 14:45:31.020 INFO O| Aug 31 14:45:31.020 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
108382026-08-31T14:45:36.723Z[ recovery-image] Aug 31 14:45:36.075 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)
108392026-08-31T14:45:38.785Z[ recovery-image] Aug 31 14:45:38.139 INFO E| Compiling bitflags v1.3.2
108402026-08-31T14:45:38.785Z[ recovery-image] Aug 31 14:45:38.139 INFO E| Compiling scroll v0.13.0
108412026-08-31T14:45:38.785Z[ recovery-image] Aug 31 14:45:38.139 INFO E| Compiling adler2 v2.0.1
108422026-08-31T14:45:38.785Z[ recovery-image] Aug 31 14:45:38.139 INFO E| Compiling log v0.4.32
108432026-08-31T14:45:38.792Z[ recovery-image] Aug 31 14:45:38.139 INFO E| Compiling bit_field v0.10.3
108442026-08-31T14:45:38.792Z[ recovery-image] Aug 31 14:45:38.139 INFO E| Compiling plain v0.2.3
108452026-08-31T14:45:38.792Z[ recovery-image] Aug 31 14:45:38.139 INFO E| Compiling bitflags v2.13.0
108462026-08-31T14:45:38.792Z[ recovery-image] Aug 31 14:45:38.139 INFO E| Compiling static_assertions v1.1.0
108472026-08-31T14:45:38.792Z[ recovery-image] Aug 31 14:45:38.139 INFO E| Compiling bitstruct v0.1.1
108482026-08-31T14:45:38.835Z[ recovery-image] Aug 31 14:45:38.190 INFO E| Compiling raw-cpuid v10.7.0
108492026-08-31T14:45:38.880Z[ recovery-image] Aug 31 14:45:38.235 INFO E| Compiling miniz_oxide v0.9.1
108502026-08-31T14:45:38.952Z[ recovery-image] Aug 31 14:45:38.308 INFO E| Compiling cpio_reader v0.1.2
108512026-08-31T14:45:39.030Z[ recovery-image] Aug 31 14:45:38.385 INFO E| Compiling goblin v0.10.7
108522026-08-31T14:45:41.793Z[ recovery-image] Aug 31 14:45:41.149 INFO E| Finished `release` profile [optimized] target(s) in 17.94s
108532026-08-31T14:45:41.811Z[ recovery-image] Aug 31 14:45:41.167 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108542026-08-31T14:45:41.811Z[ recovery-image] Aug 31 14:45:41.167 INFO building ROM for cosmo
108552026-08-31T14:45:41.811Z[ recovery-image] Aug 31 14:45:41.167 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")
108562026-08-31T14:45:41.885Z[ recovery-image] Aug 31 14:45:41.240 INFO E| Downloading crates ...
108572026-08-31T14:45:41.934Z[ recovery-image] Aug 31 14:45:41.289 INFO E| Downloaded anstyle v1.0.10
108582026-08-31T14:45:41.949Z[ recovery-image] Aug 31 14:45:41.305 INFO E| Downloaded anstyle-query v1.1.2
108592026-08-31T14:45:41.956Z[ recovery-image] Aug 31 14:45:41.306 INFO E| Downloaded os_pipe v1.2.1
108602026-08-31T14:45:41.956Z[ recovery-image] Aug 31 14:45:41.311 INFO E| Downloaded cc v1.2.20
108612026-08-31T14:45:41.961Z[ recovery-image] Aug 31 14:45:41.313 INFO E| Downloaded shared_child v1.0.1
108622026-08-31T14:45:41.961Z[ recovery-image] Aug 31 14:45:41.314 INFO E| Downloaded colorchoice v1.0.3
108632026-08-31T14:45:41.961Z[ recovery-image] Aug 31 14:45:41.314 INFO E| Downloaded toml_datetime v0.6.9
108642026-08-31T14:45:41.968Z[ recovery-image] Aug 31 14:45:41.320 INFO E| Downloaded serde_spanned v0.6.8
108652026-08-31T14:45:41.969Z[ recovery-image] Aug 31 14:45:41.320 INFO E| Downloaded clap_lex v0.7.4
108662026-08-31T14:45:41.969Z[ recovery-image] Aug 31 14:45:41.321 INFO E| Downloaded is_terminal_polyfill v1.70.1
108672026-08-31T14:45:41.976Z[ recovery-image] Aug 31 14:45:41.327 INFO E| Downloaded anstyle-parse v0.2.6
108682026-08-31T14:45:41.976Z[ recovery-image] Aug 31 14:45:41.329 INFO E| Downloaded clap_derive v4.5.32
108692026-08-31T14:45:41.976Z[ recovery-image] Aug 31 14:45:41.331 INFO E| Downloaded anstream v0.6.18
108702026-08-31T14:45:41.982Z[ recovery-image] Aug 31 14:45:41.332 INFO E| Downloaded toml_write v0.1.1
108712026-08-31T14:45:41.982Z[ recovery-image] Aug 31 14:45:41.335 INFO E| Downloaded duct v0.13.7
108722026-08-31T14:45:41.982Z[ recovery-image] Aug 31 14:45:41.338 INFO E| Downloaded clap v4.5.37
108732026-08-31T14:45:41.990Z[ recovery-image] Aug 31 14:45:41.343 INFO E| Downloaded toml v0.8.22
108742026-08-31T14:45:42.006Z[ recovery-image] Aug 31 14:45:41.362 INFO E| Downloaded winnow v0.7.7
108752026-08-31T14:45:42.012Z[ recovery-image] Aug 31 14:45:41.366 INFO E| Downloaded toml_edit v0.22.26
108762026-08-31T14:45:42.030Z[ recovery-image] Aug 31 14:45:41.385 INFO E| Downloaded clap_builder v4.5.37
108772026-08-31T14:45:42.043Z[ recovery-image] Aug 31 14:45:41.399 INFO E| Compiling libc v0.2.172
108782026-08-31T14:45:42.043Z[ recovery-image] Aug 31 14:45:41.399 INFO E| Compiling utf8parse v0.2.2
108792026-08-31T14:45:42.053Z[ recovery-image] Aug 31 14:45:41.399 INFO E| Compiling hashbrown v0.15.2
108802026-08-31T14:45:42.053Z[ recovery-image] Aug 31 14:45:41.399 INFO E| Compiling anstyle v1.0.10
108812026-08-31T14:45:42.053Z[ recovery-image] Aug 31 14:45:41.399 INFO E| Compiling equivalent v1.0.2
108822026-08-31T14:45:42.053Z[ recovery-image] Aug 31 14:45:41.399 INFO E| Compiling shlex v1.3.0
108832026-08-31T14:45:42.053Z[ recovery-image] Aug 31 14:45:41.399 INFO E| Compiling once_cell v1.21.3
108842026-08-31T14:45:42.053Z[ recovery-image] Aug 31 14:45:41.399 INFO E| Compiling colorchoice v1.0.3
108852026-08-31T14:45:42.053Z[ recovery-image] Aug 31 14:45:41.399 INFO E| Compiling anstyle-query v1.1.2
108862026-08-31T14:45:42.053Z[ recovery-image] Aug 31 14:45:41.399 INFO E| Compiling is_terminal_polyfill v1.70.1
108872026-08-31T14:45:42.053Z[ recovery-image] Aug 31 14:45:41.399 INFO E| Compiling toml_write v0.1.1
108882026-08-31T14:45:42.053Z[ recovery-image] Aug 31 14:45:41.399 INFO E| Compiling winnow v0.7.7
108892026-08-31T14:45:42.497Z[ recovery-image] Aug 31 14:45:41.416 INFO E| Compiling anyhow v1.0.98
108902026-08-31T14:45:42.497Z[ recovery-image] Aug 31 14:45:41.425 INFO E| Compiling strsim v0.11.1
108912026-08-31T14:45:42.497Z[ recovery-image] Aug 31 14:45:41.440 INFO E| Compiling syn v2.0.101
108922026-08-31T14:45:42.497Z[ recovery-image] Aug 31 14:45:41.440 INFO E| Compiling clap_lex v0.7.4
108932026-08-31T14:45:42.497Z[ recovery-image] Aug 31 14:45:41.557 INFO E| Compiling anstyle-parse v0.2.6
108942026-08-31T14:45:42.497Z[ recovery-image] Aug 31 14:45:41.564 INFO E| Compiling cc v1.2.20
108952026-08-31T14:45:42.498Z[ recovery-image] Aug 31 14:45:41.694 INFO E| Compiling anstream v0.6.18
108962026-08-31T14:45:42.518Z[ recovery-image] Aug 31 14:45:41.873 INFO E| Compiling indexmap v2.9.0
108972026-08-31T14:45:42.532Z[ recovery-image] Aug 31 14:45:41.883 INFO E| Compiling clap_builder v4.5.37
108982026-08-31T14:45:42.672Z[ recovery-image] Aug 31 14:45:42.027 INFO E| Compiling os_pipe v1.2.1
108992026-08-31T14:45:42.672Z[ recovery-image] Aug 31 14:45:42.027 INFO E| Compiling shared_child v1.0.1
109002026-08-31T14:45:42.789Z[ recovery-image] Aug 31 14:45:42.145 INFO E| Compiling duct v0.13.7
109012026-08-31T14:45:43.246Z[ recovery-image] Aug 31 14:45:42.602 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
109022026-08-31T14:45:44.064Z[ recovery-image] Aug 31 14:45:43.420 INFO E| Compiling serde_derive v1.0.219
109032026-08-31T14:45:44.064Z[ recovery-image] Aug 31 14:45:43.420 INFO E| Compiling clap_derive v4.5.32
109042026-08-31T14:45:45.370Z[ recovery-image] Aug 31 14:45:44.708 INFO E| Compiling clap v4.5.37
109052026-08-31T14:45:46.040Z[ recovery-image] Aug 31 14:45:45.395 INFO E| Compiling serde v1.0.219
109062026-08-31T14:45:48.087Z[ recovery-image] Aug 31 14:45:47.442 INFO E| Compiling toml_datetime v0.6.9
109072026-08-31T14:45:48.087Z[ recovery-image] Aug 31 14:45:47.442 INFO E| Compiling serde_spanned v0.6.8
109082026-08-31T14:45:48.252Z[ recovery-image] Aug 31 14:45:47.607 INFO E| Compiling toml_edit v0.22.26
109092026-08-31T14:45:49.532Z[ host-image] Aug 31 14:45:48.887 INFO O| Aug 31 14:45:48.887 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
109102026-08-31T14:45:49.554Z[ recovery-image] Aug 31 14:45:48.910 INFO E| Compiling toml v0.8.22
109112026-08-31T14:45:49.711Z[ host-image] Aug 31 14:45:49.066 INFO BUILD STRING "heads/stlouis-0-ge73f257543\n"
109122026-08-31T14:45:49.711Z[ host-image] Aug 31 14:45:49.067 INFO expanded image name: "ci c28413b/${os_short_commit} 2026-08-31 14:30" -> "ci c28413b/e73f257 2026-08-31 14:30"
109132026-08-31T14:45:49.726Z[ host-image] Aug 31 14:45:49.067 INFO output artefacts stored in: "/work/os-host"
109142026-08-31T14:45:49.726Z[ host-image] Aug 31 14:45:49.067 INFO collecting git info from project "amd-host-image-builder"...
109152026-08-31T14:45:49.726Z[ host-image] Aug 31 14:45:49.074 INFO collecting git info from project "bootserver"...
109162026-08-31T14:45:49.740Z[ host-image] Aug 31 14:45:49.080 INFO collecting git info from project "pinprick"...
109172026-08-31T14:45:49.740Z[ host-image] Aug 31 14:45:49.085 INFO collecting git info from project "dmar-report"...
109182026-08-31T14:45:49.741Z[ host-image] Aug 31 14:45:49.090 INFO collecting git info from project "image-builder"...
109192026-08-31T14:45:49.749Z[ host-image] Aug 31 14:45:49.095 INFO collecting git info from project "amd-firmware"...
109202026-08-31T14:45:49.762Z[ host-image] Aug 31 14:45:49.107 INFO collecting git info from project "phbl"...
109212026-08-31T14:45:49.762Z[ host-image] Aug 31 14:45:49.113 INFO collecting git info from project "pilot"...
109222026-08-31T14:45:49.774Z[ host-image] Aug 31 14:45:49.118 INFO collecting git info from project "chelsio-t6-roms"...
109232026-08-31T14:45:49.774Z[ host-image] Aug 31 14:45:49.124 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
109242026-08-31T14:45:51.448Z[ host-image] Aug 31 14:45:49.464 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
109252026-08-31T14:45:51.467Z[ host-image] Aug 31 14:45:49.792 INFO creating Oxide boot image...
109262026-08-31T14:45:51.467Z[ host-image] Aug 31 14:45:49.792 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci c28413b/e73f257 2026-08-31 14:30", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
109272026-08-31T14:45:51.467Z[ host-image] Aug 31 14:45:50.576 INFO O| ok, image written!
109282026-08-31T14:45:51.467Z[ host-image] Aug 31 14:45:50.576 INFO O| ok, boot_image_csum file written!
109292026-08-31T14:45:51.467Z[ host-image] Aug 31 14:45:50.579 INFO creating boot archive (CPIO)...
109302026-08-31T14:45:51.467Z[ host-image] Aug 31 14:45:50.579 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
109312026-08-31T14:45:51.467Z[ host-image] Aug 31 14:45:50.583 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
109322026-08-31T14:45:51.467Z[ host-image] Aug 31 14:45:50.583 INFO E| + outfile=/work/os-host/cpio
109332026-08-31T14:45:51.467Z[ host-image] Aug 31 14:45:50.583 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
109342026-08-31T14:45:51.467Z[ host-image] Aug 31 14:45:50.585 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
109352026-08-31T14:45:51.467Z[ host-image] Aug 31 14:45:50.585 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
109362026-08-31T14:45:51.467Z[ host-image] Aug 31 14:45:50.613 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
109372026-08-31T14:45:51.467Z[ host-image] Aug 31 14:45:50.613 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
109382026-08-31T14:45:51.467Z[ host-image] Aug 31 14:45:50.620 INFO creating compressed cpio/unix for dev loaders...
109392026-08-31T14:45:51.467Z[ host-image] Aug 31 14:45:50.620 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
109402026-08-31T14:45:51.495Z[ host-image] Aug 31 14:45:50.849 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
109412026-08-31T14:45:51.824Z[ recovery-image] Aug 31 14:45:51.179 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.98s
109422026-08-31T14:45:51.835Z[ recovery-image] Aug 31 14:45:51.191 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`
109432026-08-31T14:45:51.852Z[ recovery-image] Aug 31 14:45:51.207 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109442026-08-31T14:45:51.939Z[ recovery-image] Aug 31 14:45:51.294 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
109452026-08-31T14:45:51.944Z[ recovery-image] Aug 31 14:45:51.299 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`
109462026-08-31T14:45:52.176Z[ recovery-image] Aug 31 14:45:51.531 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109472026-08-31T14:45:52.176Z[ recovery-image] Aug 31 14:45:51.531 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109482026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.531 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109492026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.531 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109502026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.531 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109512026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109522026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109532026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109542026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109552026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109562026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109572026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109582026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109592026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109602026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109612026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109622026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109632026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109642026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109652026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109662026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109672026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109682026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109692026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109702026-08-31T14:45:52.181Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109712026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109722026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109732026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109742026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109752026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109762026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109772026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109782026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109792026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109802026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109812026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109822026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109832026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109842026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109852026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109862026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109872026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.532 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109882026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109892026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109902026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109912026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109922026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109932026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109942026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109952026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109962026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109972026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109982026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109992026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.533 INFO O| Info: ABL version: 0x100af010
110002026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.533 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110012026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.533 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110022026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110032026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110042026-08-31T14:45:52.182Z[ recovery-image] Aug 31 14:45:51.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110052026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110062026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110072026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110082026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110092026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110102026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.533 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110112026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110122026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110132026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110142026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110152026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110162026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110172026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110182026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110192026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110202026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110212026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110222026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110232026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110242026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110252026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110262026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110272026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110282026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110292026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110302026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110312026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110322026-08-31T14:45:52.183Z[ recovery-image] Aug 31 14:45:51.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110332026-08-31T14:45:52.215Z[ recovery-image] Aug 31 14:45:51.570 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110342026-08-31T14:45:52.215Z[ recovery-image] Aug 31 14:45:51.570 INFO building ROM for gimlet
110352026-08-31T14:45:52.215Z[ recovery-image] Aug 31 14:45:51.570 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")
110362026-08-31T14:45:52.330Z[ recovery-image] Aug 31 14:45:51.685 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110372026-08-31T14:45:52.333Z[ recovery-image] Aug 31 14:45:51.689 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`
110382026-08-31T14:45:52.348Z[ recovery-image] Aug 31 14:45:51.704 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110392026-08-31T14:45:52.425Z[ recovery-image] Aug 31 14:45:51.781 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
110402026-08-31T14:45:52.429Z[ recovery-image] Aug 31 14:45:51.785 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`
110412026-08-31T14:45:52.606Z[ recovery-image] Aug 31 14:45:51.904 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110422026-08-31T14:45:52.607Z[ recovery-image] Aug 31 14:45:51.904 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110432026-08-31T14:45:52.607Z[ recovery-image] Aug 31 14:45:51.904 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110442026-08-31T14:45:52.613Z[ recovery-image] Aug 31 14:45:51.904 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110452026-08-31T14:45:52.613Z[ recovery-image] Aug 31 14:45:51.904 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110462026-08-31T14:45:52.613Z[ recovery-image] Aug 31 14:45:51.904 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110472026-08-31T14:45:52.613Z[ recovery-image] Aug 31 14:45:51.904 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110482026-08-31T14:45:52.613Z[ recovery-image] Aug 31 14:45:51.904 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110492026-08-31T14:45:52.613Z[ recovery-image] Aug 31 14:45:51.904 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110502026-08-31T14:45:52.613Z[ recovery-image] Aug 31 14:45:51.904 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110512026-08-31T14:45:52.613Z[ recovery-image] Aug 31 14:45:51.904 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110522026-08-31T14:45:52.613Z[ recovery-image] Aug 31 14:45:51.904 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110532026-08-31T14:45:52.613Z[ recovery-image] Aug 31 14:45:51.904 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110542026-08-31T14:45:52.613Z[ recovery-image] Aug 31 14:45:51.904 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110552026-08-31T14:45:52.613Z[ recovery-image] Aug 31 14:45:51.904 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110562026-08-31T14:45:52.615Z[ recovery-image] Aug 31 14:45:51.904 INFO O| Info: ABL version: 0x100f5010
110572026-08-31T14:45:52.615Z[ recovery-image] Aug 31 14:45:51.905 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110582026-08-31T14:45:52.615Z[ recovery-image] Aug 31 14:45:51.905 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110592026-08-31T14:45:52.615Z[ recovery-image] Aug 31 14:45:51.905 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110602026-08-31T14:45:52.615Z[ recovery-image] Aug 31 14:45:51.905 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110612026-08-31T14:45:52.615Z[ recovery-image] Aug 31 14:45:51.905 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110622026-08-31T14:45:52.615Z[ recovery-image] Aug 31 14:45:51.905 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110632026-08-31T14:45:52.615Z[ recovery-image] Aug 31 14:45:51.905 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110642026-08-31T14:45:52.615Z[ recovery-image] Aug 31 14:45:51.905 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110652026-08-31T14:45:52.615Z[ recovery-image] Aug 31 14:45:51.905 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110662026-08-31T14:45:52.615Z[ recovery-image] Aug 31 14:45:51.905 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110672026-08-31T14:45:52.615Z[ recovery-image] Aug 31 14:45:51.905 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110682026-08-31T14:45:52.615Z[ recovery-image] Aug 31 14:45:51.905 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110692026-08-31T14:45:52.615Z[ recovery-image] Aug 31 14:45:51.905 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110702026-08-31T14:45:52.615Z[ recovery-image] Aug 31 14:45:51.905 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110712026-08-31T14:45:52.615Z[ recovery-image] Aug 31 14:45:51.905 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110722026-08-31T14:45:52.615Z[ recovery-image] Aug 31 14:45:51.905 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110732026-08-31T14:45:52.615Z[ recovery-image] Aug 31 14:45:51.905 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110742026-08-31T14:45:52.615Z[ recovery-image] Aug 31 14:45:51.905 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110752026-08-31T14:45:52.616Z[ recovery-image] Aug 31 14:45:51.905 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110762026-08-31T14:45:52.616Z[ recovery-image] Aug 31 14:45:51.944 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110772026-08-31T14:45:53.866Z[ recovery-image] Aug 31 14:45:53.221 INFO image complete! materials are in "/work/os-recovery"
110782026-08-31T14:45:53.876Z[ recovery-image]
110792026-08-31T14:45:53.877Z[ recovery-image] real 3:19.707958791
110802026-08-31T14:45:53.877Z[ recovery-image] user 2:39.335631728
110812026-08-31T14:45:53.877Z[ recovery-image] sys 38.968068070
110822026-08-31T14:45:53.877Z[ recovery-image] trap 0.135217937
110832026-08-31T14:45:53.877Z[ recovery-image] tflt 0.764769529
110842026-08-31T14:45:53.877Z[ recovery-image] dflt 0.621178268
110852026-08-31T14:45:53.877Z[ recovery-image] kflt 0.000068871
110862026-08-31T14:45:53.877Z[ recovery-image] lock 7:57.285069827
110872026-08-31T14:45:53.877Z[ recovery-image] slp 17:39.589377096
110882026-08-31T14:45:53.877Z[ recovery-image] lat 26.221027459
110892026-08-31T14:45:53.877Z[ recovery-image] stop 6.554856804
110902026-08-31T14:45:53.877ZAug 31 14:45:53.225 INFO [recovery-image] process exited with exit status: 0 (199.713473461s)
110912026-08-31T14:45:53.877ZAug 31 14:45:53.225 INFO [tuf-v2-recovery] running task
110922026-08-31T14:45:53.877ZAug 31 14:45:53.226 INFO [tuf-v2-recovery] task succeeded (828.24µs)
110932026-08-31T14:45:56.093Z[ host-image] Aug 31 14:45:54.163 INFO creating reset image...
110942026-08-31T14:45:56.093Z[ host-image] Aug 31 14:45:54.163 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")
110952026-08-31T14:45:56.148Z[ host-image] Aug 31 14:45:54.227 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.02s
110962026-08-31T14:45:56.148Z[ host-image] Aug 31 14:45:54.228 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110972026-08-31T14:45:56.148Z[ host-image] Aug 31 14:45:54.473 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)
110982026-08-31T14:45:56.149Z[ host-image] Aug 31 14:45:54.473 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)
110992026-08-31T14:45:56.149Z[ host-image] Aug 31 14:45:54.473 INFO E| Compiling proc-macro2 v1.0.106
111002026-08-31T14:45:56.149Z[ host-image] Aug 31 14:45:54.473 INFO E| Compiling unicode-ident v1.0.24
111012026-08-31T14:45:56.149Z[ host-image] Aug 31 14:45:54.473 INFO E| Compiling quote v1.0.45
111022026-08-31T14:45:56.149Z[ host-image] Aug 31 14:45:54.482 INFO E| Compiling syn v1.0.109
111032026-08-31T14:45:56.149Z[ host-image] Aug 31 14:45:54.482 INFO E| Compiling x86 v0.52.0
111042026-08-31T14:45:56.149Z[ host-image] Aug 31 14:45:54.485 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111052026-08-31T14:45:56.149Z[ host-image] Aug 31 14:45:54.485 INFO E| Compiling seq-macro v0.3.6
111062026-08-31T14:45:56.149Z[ host-image] Aug 31 14:45:55.445 INFO E| Compiling syn v2.0.117
111072026-08-31T14:45:57.390Z[ host-image] Aug 31 14:45:56.745 INFO E| Compiling scroll_derive v0.13.1
111082026-08-31T14:45:58.401Z[ host-image] Aug 31 14:45:57.754 INFO E| Compiling bitstruct_derive v0.1.0
111092026-08-31T14:46:07.414Z[ host-image] Aug 31 14:46:06.769 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)
111102026-08-31T14:46:09.537Z[ host-image] Aug 31 14:46:08.891 INFO E| Compiling bitflags v1.3.2
111112026-08-31T14:46:09.544Z[ host-image] Aug 31 14:46:08.891 INFO E| Compiling adler2 v2.0.1
111122026-08-31T14:46:09.544Z[ host-image] Aug 31 14:46:08.891 INFO E| Compiling bit_field v0.10.3
111132026-08-31T14:46:09.544Z[ host-image] Aug 31 14:46:08.892 INFO E| Compiling bitflags v2.13.0
111142026-08-31T14:46:09.545Z[ host-image] Aug 31 14:46:08.892 INFO E| Compiling log v0.4.32
111152026-08-31T14:46:09.545Z[ host-image] Aug 31 14:46:08.892 INFO E| Compiling scroll v0.13.0
111162026-08-31T14:46:09.545Z[ host-image] Aug 31 14:46:08.892 INFO E| Compiling plain v0.2.3
111172026-08-31T14:46:09.545Z[ host-image] Aug 31 14:46:08.892 INFO E| Compiling bitstruct v0.1.1
111182026-08-31T14:46:09.545Z[ host-image] Aug 31 14:46:08.892 INFO E| Compiling static_assertions v1.1.0
111192026-08-31T14:46:09.589Z[ host-image] Aug 31 14:46:08.944 INFO E| Compiling raw-cpuid v10.7.0
111202026-08-31T14:46:09.643Z[ host-image] Aug 31 14:46:08.997 INFO E| Compiling miniz_oxide v0.9.1
111212026-08-31T14:46:09.697Z[ host-image] Aug 31 14:46:09.051 INFO E| Compiling cpio_reader v0.1.2
111222026-08-31T14:46:09.754Z[ host-image] Aug 31 14:46:09.109 INFO E| Compiling goblin v0.10.7
111232026-08-31T14:46:12.507Z[ host-image] Aug 31 14:46:11.862 INFO E| Finished `release` profile [optimized] target(s) in 17.62s
111242026-08-31T14:46:12.518Z[ host-image] Aug 31 14:46:11.873 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111252026-08-31T14:46:12.519Z[ host-image] Aug 31 14:46:11.874 INFO building ROM for cosmo
111262026-08-31T14:46:12.519Z[ host-image] Aug 31 14:46:11.874 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")
111272026-08-31T14:46:12.604Z[ host-image] Aug 31 14:46:11.958 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111282026-08-31T14:46:12.608Z[ host-image] Aug 31 14:46:11.960 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`
111292026-08-31T14:46:12.617Z[ host-image] Aug 31 14:46:11.971 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
111302026-08-31T14:46:12.684Z[ host-image] Aug 31 14:46:12.039 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111312026-08-31T14:46:12.688Z[ host-image] Aug 31 14:46:12.042 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`
111322026-08-31T14:46:12.891Z[ host-image] Aug 31 14:46:12.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111332026-08-31T14:46:12.891Z[ host-image] Aug 31 14:46:12.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111342026-08-31T14:46:12.897Z[ host-image] Aug 31 14:46:12.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111352026-08-31T14:46:12.897Z[ host-image] Aug 31 14:46:12.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111362026-08-31T14:46:12.897Z[ host-image] Aug 31 14:46:12.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111372026-08-31T14:46:12.897Z[ host-image] Aug 31 14:46:12.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111382026-08-31T14:46:12.897Z[ host-image] Aug 31 14:46:12.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111392026-08-31T14:46:12.897Z[ host-image] Aug 31 14:46:12.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111402026-08-31T14:46:12.897Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111412026-08-31T14:46:12.897Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111422026-08-31T14:46:12.897Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111432026-08-31T14:46:12.897Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111442026-08-31T14:46:12.897Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111452026-08-31T14:46:12.897Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111462026-08-31T14:46:12.897Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111472026-08-31T14:46:12.898Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111482026-08-31T14:46:12.898Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111492026-08-31T14:46:12.898Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111502026-08-31T14:46:12.898Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111512026-08-31T14:46:12.898Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111522026-08-31T14:46:12.898Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111532026-08-31T14:46:12.898Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111542026-08-31T14:46:12.898Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111552026-08-31T14:46:12.898Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111562026-08-31T14:46:12.898Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111572026-08-31T14:46:12.898Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111582026-08-31T14:46:12.898Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111592026-08-31T14:46:12.898Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111602026-08-31T14:46:12.898Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111612026-08-31T14:46:12.898Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111622026-08-31T14:46:12.899Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111632026-08-31T14:46:12.899Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111642026-08-31T14:46:12.899Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111652026-08-31T14:46:12.899Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111662026-08-31T14:46:12.899Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111672026-08-31T14:46:12.899Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111682026-08-31T14:46:12.899Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111692026-08-31T14:46:12.899Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111702026-08-31T14:46:12.899Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111712026-08-31T14:46:12.899Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111722026-08-31T14:46:12.899Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111732026-08-31T14:46:12.899Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111742026-08-31T14:46:12.899Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111752026-08-31T14:46:12.899Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111762026-08-31T14:46:12.899Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111772026-08-31T14:46:12.900Z[ host-image] Aug 31 14:46:12.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111782026-08-31T14:46:12.900Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111792026-08-31T14:46:12.900Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111802026-08-31T14:46:12.900Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111812026-08-31T14:46:12.900Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111822026-08-31T14:46:12.900Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111832026-08-31T14:46:12.900Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111842026-08-31T14:46:12.900Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111852026-08-31T14:46:12.900Z[ host-image] Aug 31 14:46:12.248 INFO O| Info: ABL version: 0x100af010
111862026-08-31T14:46:12.900Z[ host-image] Aug 31 14:46:12.248 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111872026-08-31T14:46:12.900Z[ host-image] Aug 31 14:46:12.248 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111882026-08-31T14:46:12.901Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111892026-08-31T14:46:12.901Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111902026-08-31T14:46:12.901Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111912026-08-31T14:46:12.901Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111922026-08-31T14:46:12.901Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111932026-08-31T14:46:12.901Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111942026-08-31T14:46:12.901Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111952026-08-31T14:46:12.901Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111962026-08-31T14:46:12.901Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111972026-08-31T14:46:12.901Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111982026-08-31T14:46:12.901Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111992026-08-31T14:46:12.901Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
112002026-08-31T14:46:12.901Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
112012026-08-31T14:46:12.901Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
112022026-08-31T14:46:12.901Z[ host-image] Aug 31 14:46:12.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
112032026-08-31T14:46:12.901Z[ host-image] Aug 31 14:46:12.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
112042026-08-31T14:46:12.901Z[ host-image] Aug 31 14:46:12.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
112052026-08-31T14:46:12.901Z[ host-image] Aug 31 14:46:12.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
112062026-08-31T14:46:12.902Z[ host-image] Aug 31 14:46:12.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
112072026-08-31T14:46:12.902Z[ host-image] Aug 31 14:46:12.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
112082026-08-31T14:46:12.902Z[ host-image] Aug 31 14:46:12.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
112092026-08-31T14:46:12.902Z[ host-image] Aug 31 14:46:12.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
112102026-08-31T14:46:12.902Z[ host-image] Aug 31 14:46:12.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
112112026-08-31T14:46:12.902Z[ host-image] Aug 31 14:46:12.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
112122026-08-31T14:46:12.902Z[ host-image] Aug 31 14:46:12.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
112132026-08-31T14:46:12.902Z[ host-image] Aug 31 14:46:12.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
112142026-08-31T14:46:12.902Z[ host-image] Aug 31 14:46:12.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
112152026-08-31T14:46:12.902Z[ host-image] Aug 31 14:46:12.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
112162026-08-31T14:46:12.902Z[ host-image] Aug 31 14:46:12.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
112172026-08-31T14:46:12.902Z[ host-image] Aug 31 14:46:12.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
112182026-08-31T14:46:12.902Z[ host-image] Aug 31 14:46:12.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
112192026-08-31T14:46:12.924Z[ host-image] Aug 31 14:46:12.279 INFO building ROM for gimlet
112202026-08-31T14:46:12.927Z[ host-image] Aug 31 14:46:12.279 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")
112212026-08-31T14:46:13.008Z[ host-image] Aug 31 14:46:12.363 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
112222026-08-31T14:46:13.012Z[ host-image] Aug 31 14:46:12.365 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`
112232026-08-31T14:46:13.020Z[ host-image] Aug 31 14:46:12.376 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
112242026-08-31T14:46:13.085Z[ host-image] Aug 31 14:46:12.440 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
112252026-08-31T14:46:13.089Z[ host-image] Aug 31 14:46:12.443 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`
112262026-08-31T14:46:13.202Z[ host-image] Aug 31 14:46:12.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
112272026-08-31T14:46:13.202Z[ host-image] Aug 31 14:46:12.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
112282026-08-31T14:46:13.202Z[ host-image] Aug 31 14:46:12.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
112292026-08-31T14:46:13.202Z[ host-image] Aug 31 14:46:12.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
112302026-08-31T14:46:13.202Z[ host-image] Aug 31 14:46:12.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
112312026-08-31T14:46:13.202Z[ host-image] Aug 31 14:46:12.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
112322026-08-31T14:46:13.202Z[ host-image] Aug 31 14:46:12.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
112332026-08-31T14:46:13.202Z[ host-image] Aug 31 14:46:12.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
112342026-08-31T14:46:13.202Z[ host-image] Aug 31 14:46:12.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
112352026-08-31T14:46:13.202Z[ host-image] Aug 31 14:46:12.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
112362026-08-31T14:46:13.202Z[ host-image] Aug 31 14:46:12.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
112372026-08-31T14:46:13.203Z[ host-image] Aug 31 14:46:12.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
112382026-08-31T14:46:13.203Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
112392026-08-31T14:46:13.203Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
112402026-08-31T14:46:13.203Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
112412026-08-31T14:46:13.203Z[ host-image] Aug 31 14:46:12.556 INFO O| Info: ABL version: 0x100f5010
112422026-08-31T14:46:13.203Z[ host-image] Aug 31 14:46:12.556 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
112432026-08-31T14:46:13.203Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
112442026-08-31T14:46:13.203Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
112452026-08-31T14:46:13.203Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
112462026-08-31T14:46:13.203Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
112472026-08-31T14:46:13.203Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
112482026-08-31T14:46:13.203Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
112492026-08-31T14:46:13.204Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
112502026-08-31T14:46:13.204Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
112512026-08-31T14:46:13.204Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
112522026-08-31T14:46:13.204Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
112532026-08-31T14:46:13.204Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
112542026-08-31T14:46:13.204Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
112552026-08-31T14:46:13.204Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
112562026-08-31T14:46:13.204Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
112572026-08-31T14:46:13.204Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
112582026-08-31T14:46:13.204Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
112592026-08-31T14:46:13.204Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
112602026-08-31T14:46:13.204Z[ host-image] Aug 31 14:46:12.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
112612026-08-31T14:46:13.234Z[ host-image] Aug 31 14:46:12.589 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
112622026-08-31T14:46:13.234Z[ host-image] Aug 31 14:46:12.589 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112632026-08-31T14:46:25.318Z[ host-image] Aug 31 14:46:24.673 INFO image complete! materials are in "/work/os-host"
112642026-08-31T14:46:25.327Z[ host-image]
112652026-08-31T14:46:25.327Z[ host-image] real 4:01.541179647
112662026-08-31T14:46:25.327Z[ host-image] user 2:50.751892174
112672026-08-31T14:46:25.327Z[ host-image] sys 37.317902425
112682026-08-31T14:46:25.327Z[ host-image] trap 0.146997338
112692026-08-31T14:46:25.327Z[ host-image] tflt 0.309254131
112702026-08-31T14:46:25.327Z[ host-image] dflt 0.291650718
112712026-08-31T14:46:25.328Z[ host-image] kflt 0.000384867
112722026-08-31T14:46:25.328Z[ host-image] lock 4:46.811240232
112732026-08-31T14:46:25.328Z[ host-image] slp 20:25.212161503
112742026-08-31T14:46:25.328Z[ host-image] lat 23.276757646
112752026-08-31T14:46:25.328Z[ host-image] stop 1.559370934
112762026-08-31T14:46:25.328ZAug 31 14:46:24.677 INFO [host-image] process exited with exit status: 0 (241.547183337s)
112772026-08-31T14:46:25.328ZAug 31 14:46:24.678 INFO [tuf-v2-host] running task
112782026-08-31T14:46:25.328ZAug 31 14:46:24.678 INFO [tuf-repo] running task
112792026-08-31T14:46:25.328ZAug 31 14:46:24.678 INFO [tuf-v2-host] task succeeded (575.57µs)
112802026-08-31T14:46:25.328ZAug 31 14:46:24.678 INFO [tuf-v2-repo] running task
112812026-08-31T14:46:47.121ZAug 31 14:46:46.476 INFO [tuf-v2-repo] task succeeded (21.797700866s)
112822026-08-31T14:46:47.125ZAug 31 14:46:46.481 INFO assembling repository in `/tmp/tufaceous0kig1R`, component: OmicronRepoAssembler
112832026-08-31T14:46:55.771ZAug 31 14:46:55.126 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112842026-08-31T14:46:56.055ZAug 31 14:46:55.410 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112852026-08-31T14:46:58.226ZAug 31 14:46:57.581 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112862026-08-31T14:46:58.281ZAug 31 14:46:57.636 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112872026-08-31T14:46:58.334ZAug 31 14:46:57.689 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112882026-08-31T14:46:58.383ZAug 31 14:46:57.739 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112892026-08-31T14:46:58.433ZAug 31 14:46:57.788 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112902026-08-31T14:46:58.483ZAug 31 14:46:57.838 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112912026-08-31T14:46:58.533ZAug 31 14:46:57.888 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112922026-08-31T14:47:08.830ZAug 31 14:47:08.185 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
112932026-08-31T14:47:08.835ZAug 31 14:47:08.190 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
112942026-08-31T14:47:08.858ZAug 31 14:47:08.213 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
112952026-08-31T14:47:08.927ZAug 31 14:47:08.282 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112962026-08-31T14:47:08.981ZAug 31 14:47:08.336 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112972026-08-31T14:47:09.040ZAug 31 14:47:08.395 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112982026-08-31T14:47:09.102ZAug 31 14:47:08.458 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
112992026-08-31T14:47:09.108ZAug 31 14:47:08.464 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
113002026-08-31T14:47:09.136ZAug 31 14:47:08.487 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
113012026-08-31T14:47:10.770ZAug 31 14:47:10.126 INFO [tuf-repo] task succeeded (45.448165119s)
113022026-08-31T14:49:42.317Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 04s
113032026-08-31T14:49:42.321Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
113042026-08-31T14:49:42.321Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
113052026-08-31T14:49:44.905ZAug 31 14:49:44.257 INFO [verify-libraries] process exited with exit status: 0 (431.030959668s)
113062026-08-31T14:49:44.905ZAug 31 14:49:44.257 INFO all jobs completed in 1128.148931574s
113072026-08-31T14:49:46.057Zprocess exited: duration 1645944 ms, exit code 0
 
113082026-08-31T14:49:46.072Zfound 41 output files
113092026-08-31T14:49:46.072Zuploading: /work/manifest.toml (17334 bytes)
113102026-08-31T14:49:47.090Zuploaded: /work/manifest.toml
113112026-08-31T14:49:47.090Zuploading: /work/repo.zip (3275783081 bytes)
113122026-08-31T14:52:09.499Zuploaded: /work/repo.zip
113132026-08-31T14:52:09.499Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113142026-08-31T14:52:10.557Zuploaded: /work/repo.zip.sha256.txt
113152026-08-31T14:52:10.557Zuploading: /work/helios.json (647 bytes)
113162026-08-31T14:52:11.590Zuploaded: /work/helios.json
113172026-08-31T14:52:11.590Zuploading: /work/incorporation.p5m (113590 bytes)
113182026-08-31T14:52:12.607Zuploaded: /work/incorporation.p5m
113192026-08-31T14:52:12.607Zuploading: /work/incorporation.p5p (133120 bytes)
113202026-08-31T14:52:13.627Zuploaded: /work/incorporation.p5p
113212026-08-31T14:52:13.627Zuploading: /work/helios-incorp.log (522 bytes)
113222026-08-31T14:52:14.649Zuploaded: /work/helios-incorp.log
113232026-08-31T14:52:14.649Zuploading: /work/helios-setup.log (57407 bytes)
113242026-08-31T14:52:15.669Zuploaded: /work/helios-setup.log
113252026-08-31T14:52:15.670Zuploading: /work/host-image.log (233348 bytes)
113262026-08-31T14:52:16.688Zuploaded: /work/host-image.log
113272026-08-31T14:52:16.688Zuploading: /work/host-package.log (33681 bytes)
113282026-08-31T14:52:17.702Zuploaded: /work/host-package.log
113292026-08-31T14:52:17.702Zuploading: /work/host-target.log (101 bytes)
113302026-08-31T14:52:18.803Zuploaded: /work/host-target.log
113312026-08-31T14:52:18.804Zuploading: /work/incorp-create.log (0 bytes)
113322026-08-31T14:52:22.107Zuploaded: /work/incorp-create.log
113332026-08-31T14:52:22.107Zuploading: /work/incorp-fmt.log (0 bytes)
113342026-08-31T14:52:24.102Zuploaded: /work/incorp-fmt.log
113352026-08-31T14:52:24.102Zuploading: /work/incorp-pkgsend.log (108 bytes)
113362026-08-31T14:52:25.510Zuploaded: /work/incorp-pkgsend.log
113372026-08-31T14:52:25.511Zuploading: /work/incorp-publisher.log (0 bytes)
113382026-08-31T14:52:26.524Zuploaded: /work/incorp-publisher.log
113392026-08-31T14:52:26.524Zuploading: /work/omicron-package.log (10430 bytes)
113402026-08-31T14:52:27.538Zuploaded: /work/omicron-package.log
113412026-08-31T14:52:27.538Zuploading: /work/recovery-image.log (590418 bytes)
113422026-08-31T14:52:28.561Zuploaded: /work/recovery-image.log
113432026-08-31T14:52:28.561Zuploading: /work/recovery-package.log (321 bytes)
113442026-08-31T14:52:29.574Zuploaded: /work/recovery-package.log
113452026-08-31T14:52:29.574Zuploading: /work/recovery-target.log (98 bytes)
113462026-08-31T14:52:30.593Zuploaded: /work/recovery-target.log
113472026-08-31T14:52:30.593Zuploading: /work/stamp-clickhouse.log (117 bytes)
113482026-08-31T14:52:31.610Zuploaded: /work/stamp-clickhouse.log
113492026-08-31T14:52:31.610Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113502026-08-31T14:52:32.626Zuploaded: /work/stamp-clickhouse_keeper.log
113512026-08-31T14:52:32.626Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113522026-08-31T14:52:35.072Zuploaded: /work/stamp-clickhouse_server.log
113532026-08-31T14:52:35.085Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113542026-08-31T14:52:36.095Zuploaded: /work/stamp-cockroachdb.log
113552026-08-31T14:52:36.096Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113562026-08-31T14:52:37.108Zuploaded: /work/stamp-crucible-pantry-zone.log
113572026-08-31T14:52:37.108Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113582026-08-31T14:52:38.121Zuploaded: /work/stamp-crucible-utils.log
113592026-08-31T14:52:38.121Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113602026-08-31T14:52:39.139Zuploaded: /work/stamp-crucible-zone.log
113612026-08-31T14:52:39.139Zuploading: /work/stamp-external-dns.log (119 bytes)
113622026-08-31T14:52:40.151Zuploaded: /work/stamp-external-dns.log
113632026-08-31T14:52:40.151Zuploading: /work/stamp-installinator.log (103 bytes)
113642026-08-31T14:52:41.187Zuploaded: /work/stamp-installinator.log
113652026-08-31T14:52:41.188Zuploading: /work/stamp-internal-dns.log (119 bytes)
113662026-08-31T14:52:42.234Zuploaded: /work/stamp-internal-dns.log
113672026-08-31T14:52:42.235Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113682026-08-31T14:52:43.245Zuploaded: /work/stamp-mg-ddm-gz.log
113692026-08-31T14:52:43.252Zuploading: /work/stamp-nexus.log (112 bytes)
113702026-08-31T14:52:44.788Zuploaded: /work/stamp-nexus.log
113712026-08-31T14:52:44.788Zuploading: /work/stamp-ntp.log (110 bytes)
113722026-08-31T14:52:45.814Zuploaded: /work/stamp-ntp.log
113732026-08-31T14:52:45.814Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113742026-08-31T14:52:46.837Zuploaded: /work/stamp-omicron-sled-agent.log
113752026-08-31T14:52:46.844Zuploading: /work/stamp-overlay.log (114 bytes)
113762026-08-31T14:52:47.849Zuploaded: /work/stamp-overlay.log
113772026-08-31T14:52:47.853Zuploading: /work/stamp-oximeter.log (115 bytes)
113782026-08-31T14:52:48.861Zuploaded: /work/stamp-oximeter.log
113792026-08-31T14:52:48.865Zuploading: /work/stamp-oxlog.log (109 bytes)
113802026-08-31T14:52:49.872Zuploaded: /work/stamp-oxlog.log
113812026-08-31T14:52:49.876Zuploading: /work/stamp-probe.log (112 bytes)
113822026-08-31T14:52:50.886Zuploaded: /work/stamp-probe.log
113832026-08-31T14:52:50.886Zuploading: /work/stamp-propolis-server.log (122 bytes)
113842026-08-31T14:52:51.898Zuploaded: /work/stamp-propolis-server.log
113852026-08-31T14:52:51.901Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113862026-08-31T14:52:52.910Zuploaded: /work/stamp-pumpkind-gz.log
113872026-08-31T14:52:52.911Zuploading: /work/stamp-switch-asic.log (118 bytes)
113882026-08-31T14:52:53.923Zuploaded: /work/stamp-switch-asic.log
113892026-08-31T14:52:53.923Zuploading: /work/verify-libraries.log (50629 bytes)
113902026-08-31T14:52:54.937Zuploaded: /work/verify-libraries.log