01KX1DSF81R1WGFYZVN94JV6P7: 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: 01KX1DSX6TC0WNYC3B1HJ5HF2N

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-08T17:54:12.944Zjob assigned to worker 01KX1DT2KAGWECHMDFEBBRYN39 [factory aws, i-095a582cb7c6e399e] (queued for 48 s)
 
22026-07-08T17:54:20.724Zstarting task 0: "setup"
32026-07-08T17:54:20.728Z++ uname -s
42026-07-08T17:54:20.731Z+ kern=SunOS
52026-07-08T17:54:20.731Z+ build_user=build
62026-07-08T17:54:20.732Z+ build_uid=12345
72026-07-08T17:54:20.732Z+ work_dir=/work
82026-07-08T17:54:20.732Z+ input_dir=/input
92026-07-08T17:54:20.732Z+ [[ 0 == 12345 ]]
102026-07-08T17:54:20.732Z+ case "$kern" in
112026-07-08T17:54:20.732Z+ groupadd -g 12345 build
122026-07-08T17:54:20.735Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-08T17:54:22.739Z+ zfs create -o mountpoint=/work rpool/work
142026-07-08T17:54:22.812Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-08T17:54:22.815Z+ home_fs=zfs
162026-07-08T17:54:22.815Z+ [[ zfs == autofs ]]
172026-07-08T17:54:22.815Z+ mkdir -p /home/build
182026-07-08T17:54:22.818Z+ chown build:build /home/build /work
192026-07-08T17:54:23.818Z+ chmod 0700 /home/build /work
202026-07-08T17:54:23.821Zprocess exited: duration 3098 ms, exit code 0
 
212026-07-08T17:54:23.827Zstarting task 1: "rust-toolchain"
222026-07-08T17:54:23.832Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-08T17:54:23.832Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-08T17:54:23.832Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-08T17:54:23.832Z * rust toolchain channel = "1.96.1"
262026-07-08T17:54:23.832Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-08T17:54:23.832Z * rust toolchain profile = "default"
282026-07-08T17:54:23.835Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-08T17:54:23.836Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-08T17:54:23.927Zinfo: downloading installer
312026-07-08T17:54:25.662Zwarn: It looks like you have an existing rustup settings file at:
322026-07-08T17:54:25.662Zwarn: /home/build/.rustup/settings.toml
332026-07-08T17:54:25.662Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-08T17:54:25.665Zwarn: instead of the one inferred from the default host triple.
352026-07-08T17:54:25.674Zinfo: profile set to default
362026-07-08T17:54:25.674Zinfo: default host triple is x86_64-unknown-illumos
372026-07-08T17:54:25.677Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-08T17:54:25.850Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-08T17:54:25.853Zinfo: downloading 6 components
402026-07-08T17:54:41.138Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-08T17:54:41.138Z
422026-07-08T17:54:41.167Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-08T17:54:41.167Z
442026-07-08T17:54:41.167Z
452026-07-08T17:54:41.167ZRust is installed now. Great!
462026-07-08T17:54:41.167Z
472026-07-08T17:54:41.167ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-08T17:54:41.167Zenvironment variable. This has not been done automatically.
492026-07-08T17:54:41.167Z
502026-07-08T17:54:41.167ZTo configure your current shell, you need to source
512026-07-08T17:54:41.167Zthe corresponding env file under $HOME/.cargo.
522026-07-08T17:54:41.167Z
532026-07-08T17:54:41.167ZThis is usually done by running one of the following (note the leading DOT):
542026-07-08T17:54:41.167Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-08T17:54:41.167Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-08T17:54:41.167Zsource "~/.cargo/env.nu" # For nushell
572026-07-08T17:54:41.167Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-08T17:54:41.168Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-08T17:54:41.168Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-08T17:54:41.170Zwarn: no default linker (`cc`) was found in your PATH
612026-07-08T17:54:41.170Zwarn: many Rust crates require a system C toolchain to build
622026-07-08T17:54:41.273Z+ rustup --version
632026-07-08T17:54:41.279Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-08T17:54:41.279Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-08T17:54:41.301Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-08T17:54:41.305Z+ cargo --version
672026-07-08T17:54:41.313Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-08T17:54:41.316Z+ rustc --version
692026-07-08T17:54:41.336Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-08T17:54:41.339Zprocess exited: duration 17511 ms, exit code 0
 
712026-07-08T17:54:41.345Zstarting task 2: "authentication"
722026-07-08T17:54:41.363Zprocess exited: duration 17 ms, exit code 0
 
732026-07-08T17:54:41.369Zstarting task 3: "clone repository"
742026-07-08T17:54:41.374Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-08T17:54:41.377Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-08T17:54:41.407ZCloning into '/work/oxidecomputer/omicron'...
772026-07-08T17:54:53.622Z+ cd /work/oxidecomputer/omicron
782026-07-08T17:54:53.622Z+ git fetch origin 291cad9298be4d04fe845bb90db78331c2fe1a73
792026-07-08T17:54:53.908ZFrom https://github.com/oxidecomputer/omicron
802026-07-08T17:54:53.908Z * branch 291cad9298be4d04fe845bb90db78331c2fe1a73 -> FETCH_HEAD
812026-07-08T17:54:53.922Z+ [[ -n ry/dendrite-273 ]]
822026-07-08T17:54:53.925Z++ git branch --show-current
832026-07-08T17:54:53.928Z+ current=main
842026-07-08T17:54:53.928Z+ [[ main != ry/dendrite-273 ]]
852026-07-08T17:54:53.928Z+ git branch -f ry/dendrite-273 291cad9298be4d04fe845bb90db78331c2fe1a73
862026-07-08T17:54:53.931Z+ git checkout -f ry/dendrite-273
872026-07-08T17:54:54.177ZSwitched to branch 'ry/dendrite-273'
882026-07-08T17:54:54.180Z+ git reset --hard 291cad9298be4d04fe845bb90db78331c2fe1a73
892026-07-08T17:54:54.196ZHEAD is now at 291cad929 pick up oxidecomputer/dendrite#273
902026-07-08T17:54:54.199Zprocess exited: duration 12827 ms, exit code 0
 
912026-07-08T17:54:54.205Zstarting task 4: "build"
922026-07-08T17:54:54.210Z+ source .github/buildomat/ci-env.sh
932026-07-08T17:54:54.210Z++ export CARGO_TERM_COLOR=always
942026-07-08T17:54:54.210Z++ CARGO_TERM_COLOR=always
952026-07-08T17:54:54.213Z+++ uname -s
962026-07-08T17:54:54.214Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-08T17:54:54.214Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-08T17:54:54.217Z+ cargo --version
992026-07-08T17:54:54.224Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-08T17:54:54.227Z+ rustc --version
1012026-07-08T17:54:54.249Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-08T17:54:54.252Z+ cargo tree --locked
1032026-07-08T17:54:54.426Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-07-08T17:54:54.690Z Updating crates.io index
1052026-07-08T17:54:54.693Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-07-08T17:54:54.959Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-07-08T17:54:55.320Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-07-08T17:54:56.290Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-07-08T17:54:56.872Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-07-08T17:54:58.881Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-07-08T17:55:00.017Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-07-08T17:55:00.359Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-07-08T17:55:00.763Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-07-08T17:55:02.111Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-07-08T17:55:02.394Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-07-08T17:55:02.784Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1172026-07-08T17:55:03.099Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-07-08T17:55:03.694Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1192026-07-08T17:55:04.199Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-07-08T17:55:04.476Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-07-08T17:55:04.721Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-07-08T17:55:05.013Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-07-08T17:55:05.319Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1242026-07-08T17:55:05.614Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1252026-07-08T17:55:05.944Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1262026-07-08T17:55:06.264Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1272026-07-08T17:55:06.708Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1282026-07-08T17:55:07.147Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-07-08T17:55:07.522Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-07-08T17:55:08.027Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-07-08T17:55:08.332Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1322026-07-08T17:55:08.639Z Updating git repository `https://github.com/oxidecomputer/ispf`
1332026-07-08T17:55:08.917Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1342026-07-08T17:55:09.203Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1352026-07-08T17:55:09.622Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1362026-07-08T17:55:10.004Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1372026-07-08T17:55:10.281Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1382026-07-08T17:55:10.602Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-07-08T17:55:10.896Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-07-08T17:55:11.219Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1412026-07-08T17:55:11.589Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422026-07-08T17:55:11.912Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-07-08T17:55:12.174Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-07-08T17:55:12.757Z Updating git repository `https://github.com/illumos/smf-rs`
1452026-07-08T17:55:16.257Z Downloading crates ...
1462026-07-08T17:55:16.344Z Downloaded argon2 v0.6.0-rc.8
1472026-07-08T17:55:16.347Z Downloaded anes v0.1.6
1482026-07-08T17:55:16.355Z Downloaded allocator-api2 v0.2.21
1492026-07-08T17:55:16.360Z Downloaded ahash v0.8.12
1502026-07-08T17:55:16.366Z Downloaded colorchoice v1.0.4
1512026-07-08T17:55:16.369Z Downloaded bzip2 v0.6.1
1522026-07-08T17:55:16.372Z Downloaded addr2line v0.25.1
1532026-07-08T17:55:16.372Z Downloaded approx v0.5.1
1542026-07-08T17:55:16.372Z Downloaded anstyle v1.0.14
1552026-07-08T17:55:16.375Z Downloaded clap_lex v1.0.0
1562026-07-08T17:55:16.375Z Downloaded backtrace-ext v0.2.1
1572026-07-08T17:55:16.378Z Downloaded arrayref v0.3.9
1582026-07-08T17:55:16.378Z Downloaded cpufeatures v0.3.0
1592026-07-08T17:55:16.378Z Downloaded chacha20 v0.9.1
1602026-07-08T17:55:16.381Z Downloaded cmake v0.1.57
1612026-07-08T17:55:16.381Z Downloaded constant_time_eq v0.3.1
1622026-07-08T17:55:16.384Z Downloaded async-compression v0.4.41
1632026-07-08T17:55:16.387Z Downloaded convert_case v0.4.0
1642026-07-08T17:55:16.387Z Downloaded ciborium-ll v0.2.2
1652026-07-08T17:55:16.390Z Downloaded chacha20 v0.10.0
1662026-07-08T17:55:16.393Z Downloaded atomic-waker v1.1.2
1672026-07-08T17:55:16.393Z Downloaded async-stream v0.3.6
1682026-07-08T17:55:16.396Z Downloaded adler2 v2.0.1
1692026-07-08T17:55:16.396Z Downloaded crc v3.4.0
1702026-07-08T17:55:16.399Z Downloaded compression-core v0.4.31
1712026-07-08T17:55:16.402Z Downloaded assert_matches v1.5.0
1722026-07-08T17:55:16.402Z Downloaded anstyle-query v1.1.5
1732026-07-08T17:55:16.402Z Downloaded crunchy v0.2.4
1742026-07-08T17:55:16.407Z Downloaded atomicwrites v0.4.4
1752026-07-08T17:55:16.407Z Downloaded cpufeatures v0.2.17
1762026-07-08T17:55:16.407Z Downloaded crc8 v0.1.1
1772026-07-08T17:55:16.410Z Downloaded cpubits v0.1.1
1782026-07-08T17:55:16.410Z Downloaded crc-catalog v2.4.0
1792026-07-08T17:55:16.412Z Downloaded assert-json-diff v2.0.2
1802026-07-08T17:55:16.413Z Downloaded aes v0.9.1
1812026-07-08T17:55:16.420Z Downloaded cobs v0.3.0
1822026-07-08T17:55:16.422Z Downloaded defmt v0.3.100
1832026-07-08T17:55:16.422Z Downloaded base16ct v0.2.0
1842026-07-08T17:55:16.425Z Downloaded ciborium-io v0.2.2
1852026-07-08T17:55:16.425Z Downloaded async-stream-impl v0.3.6
1862026-07-08T17:55:16.426Z Downloaded cipher v0.4.4
1872026-07-08T17:55:16.426Z Downloaded block-buffer v0.10.4
1882026-07-08T17:55:16.428Z Downloaded cargo-platform v0.3.2
1892026-07-08T17:55:16.428Z Downloaded ascii-canvas v3.0.0
1902026-07-08T17:55:16.429Z Downloaded aead v0.5.2
1912026-07-08T17:55:16.432Z Downloaded array-init v0.0.4
1922026-07-08T17:55:16.432Z Downloaded darling_macro v0.13.4
1932026-07-08T17:55:16.434Z Downloaded curve25519-dalek-derive v0.1.1
1942026-07-08T17:55:16.434Z Downloaded bitfield-struct v0.6.2
1952026-07-08T17:55:16.434Z Downloaded atty v0.2.14
1962026-07-08T17:55:16.437Z Downloaded argon2 v0.5.3
1972026-07-08T17:55:16.439Z Downloaded aead v0.6.1
1982026-07-08T17:55:16.439Z Downloaded darling_macro v0.23.0
1992026-07-08T17:55:16.442Z Downloaded crucible-workspace-hack v0.1.0
2002026-07-08T17:55:16.445Z Downloaded darling_macro v0.21.3
2012026-07-08T17:55:16.448Z Downloaded crypto-common v0.2.2
2022026-07-08T17:55:16.448Z Downloaded castaway v0.2.4
2032026-07-08T17:55:16.451Z Downloaded cast v0.3.0
2042026-07-08T17:55:16.455Z Downloaded bb8 v0.8.6
2052026-07-08T17:55:16.458Z Downloaded bcrypt-pbkdf v0.11.0
2062026-07-08T17:55:16.461Z Downloaded bitfield-macros v0.19.4
2072026-07-08T17:55:16.461Z Downloaded base16ct v1.0.0
2082026-07-08T17:55:16.464Z Downloaded cstr-argument v0.1.2
2092026-07-08T17:55:16.466Z Downloaded async-object-pool v0.2.0
2102026-07-08T17:55:16.469Z Downloaded cipher v0.5.2
2112026-07-08T17:55:16.472Z Downloaded const_format_proc_macros v0.2.34
2122026-07-08T17:55:16.472Z Downloaded corncobs v0.1.4
2132026-07-08T17:55:16.472Z Downloaded block-buffer v0.12.1
2142026-07-08T17:55:16.475Z Downloaded concurrent-queue v2.5.0
2152026-07-08T17:55:16.477Z Downloaded block-padding v0.4.2
2162026-07-08T17:55:16.477Z Downloaded bit-set v0.8.0
2172026-07-08T17:55:16.480Z Downloaded compression-codecs v0.4.37
2182026-07-08T17:55:16.480Z Downloaded cmov v0.5.4
2192026-07-08T17:55:16.482Z Downloaded bit-set v0.5.3
2202026-07-08T17:55:16.489Z Downloaded cfg_aliases v0.2.1
2212026-07-08T17:55:16.492Z Downloaded cfg-if v1.0.4
2222026-07-08T17:55:16.492Z Downloaded darling_macro v0.20.11
2232026-07-08T17:55:16.496Z Downloaded debug-ignore v1.0.5
2242026-07-08T17:55:16.499Z Downloaded derive_builder_macro v0.20.2
2252026-07-08T17:55:16.501Z Downloaded colored v3.1.1
2262026-07-08T17:55:16.501Z Downloaded clang-sys v1.8.1
2272026-07-08T17:55:16.505Z Downloaded autocfg v1.5.0
2282026-07-08T17:55:16.505Z Downloaded arrayvec v0.7.6
2292026-07-08T17:55:16.507Z Downloaded crypto-common v0.1.7
2302026-07-08T17:55:16.510Z Downloaded cfg_aliases v0.1.1
2312026-07-08T17:55:16.510Z Downloaded base64ct v1.8.3
2322026-07-08T17:55:16.513Z Downloaded assert_cmd v2.1.2
2332026-07-08T17:55:16.513Z Downloaded dirs-sys-next v0.1.2
2342026-07-08T17:55:16.513Z Downloaded dirs-next v2.0.0
2352026-07-08T17:55:16.516Z Downloaded difflib v0.4.0
2362026-07-08T17:55:16.516Z Downloaded anstream v1.0.0
2372026-07-08T17:55:16.516Z Downloaded dof v0.3.0
2382026-07-08T17:55:16.519Z Downloaded anstyle-parse v1.0.0
2392026-07-08T17:55:16.519Z Downloaded dunce v1.0.5
2402026-07-08T17:55:16.521Z Downloaded dtrace-parser v0.2.0
2412026-07-08T17:55:16.521Z Downloaded async-trait v0.1.89
2422026-07-08T17:55:16.524Z Downloaded convert_case v0.10.0
2432026-07-08T17:55:16.524Z Downloaded darling v0.13.4
2442026-07-08T17:55:16.527Z Downloaded csv-core v0.1.13
2452026-07-08T17:55:16.527Z Downloaded defmt-parser v1.0.0
2462026-07-08T17:55:16.527Z Downloaded cassowary v0.3.0
2472026-07-08T17:55:16.530Z Downloaded diesel_table_macro_syntax v0.3.0
2482026-07-08T17:55:16.530Z Downloaded buf-list v1.1.2
2492026-07-08T17:55:16.530Z Downloaded deranged v0.5.8
2502026-07-08T17:55:16.534Z Downloaded backon v1.6.0
2512026-07-08T17:55:16.537Z Downloaded dof v0.4.0
2522026-07-08T17:55:16.537Z Downloaded daft v0.1.7
2532026-07-08T17:55:16.537Z Downloaded display-error-chain v0.2.2
2542026-07-08T17:55:16.537Z Downloaded criterion-plot v0.6.0
2552026-07-08T17:55:16.540Z Downloaded dropshot-api-manager-types v0.7.2
2562026-07-08T17:55:16.540Z Downloaded downcast-rs v2.0.2
2572026-07-08T17:55:16.540Z Downloaded dtrace-parser v0.3.0
2582026-07-08T17:55:16.540Z Downloaded ctutils v0.4.2
2592026-07-08T17:55:16.543Z Downloaded crossbeam-deque v0.8.6
2602026-07-08T17:55:16.543Z Downloaded dyn-clone v1.0.20
2612026-07-08T17:55:16.546Z Downloaded dsl_auto_type v0.2.0
2622026-07-08T17:55:16.546Z Downloaded defmt v1.0.1
2632026-07-08T17:55:16.548Z Downloaded embedded-io v0.6.1
2642026-07-08T17:55:16.548Z Downloaded ctr v0.10.1
2652026-07-08T17:55:16.551Z Downloaded endian-type v0.1.2
2662026-07-08T17:55:16.551Z Downloaded embedded-io v0.4.0
2672026-07-08T17:55:16.551Z Downloaded enum-as-inner v0.6.1
2682026-07-08T17:55:16.554Z Downloaded cookie_store v0.22.1
2692026-07-08T17:55:16.554Z Downloaded cookie v0.18.1
2702026-07-08T17:55:16.557Z Downloaded anstyle-parse v0.2.7
2712026-07-08T17:55:16.560Z Downloaded byte-wrapper v0.1.0
2722026-07-08T17:55:16.561Z Downloaded defmt-macros v1.0.1
2732026-07-08T17:55:16.564Z Downloaded darling v0.20.11
2742026-07-08T17:55:16.567Z Downloaded byteorder v1.5.0
2752026-07-08T17:55:16.567Z Downloaded async-recursion v1.1.1
2762026-07-08T17:55:16.571Z Downloaded constant_time_eq v0.4.2
2772026-07-08T17:55:16.571Z Downloaded blowfish v0.10.0
2782026-07-08T17:55:16.571Z Downloaded crc32fast v1.5.0
2792026-07-08T17:55:16.575Z Downloaded camino-tempfile v1.4.1
2802026-07-08T17:55:16.575Z Downloaded bytecount v0.6.9
2812026-07-08T17:55:16.575Z Downloaded bcs v0.1.6
2822026-07-08T17:55:16.579Z Downloaded derive-ex v0.1.8
2832026-07-08T17:55:16.579Z Downloaded event-listener-strategy v0.5.4
2842026-07-08T17:55:16.579Z Downloaded escape8259 v0.5.3
2852026-07-08T17:55:16.579Z Downloaded errno v0.3.14
2862026-07-08T17:55:16.582Z Downloaded delegate v0.13.5
2872026-07-08T17:55:16.583Z Downloaded der_derive v0.7.3
2882026-07-08T17:55:16.583Z Downloaded anstream v0.6.21
2892026-07-08T17:55:16.585Z Downloaded bit-vec v0.6.3
2902026-07-08T17:55:16.586Z Downloaded colored v2.2.0
2912026-07-08T17:55:16.586Z Downloaded env_filter v1.0.0
2922026-07-08T17:55:16.588Z Downloaded document-features v0.2.12
2932026-07-08T17:55:16.589Z Downloaded equivalent v1.0.2
2942026-07-08T17:55:16.589Z Downloaded digest v0.11.3
2952026-07-08T17:55:16.592Z Downloaded displaydoc v0.2.5
2962026-07-08T17:55:16.592Z Downloaded digest v0.10.7
2972026-07-08T17:55:16.595Z Downloaded critical-section v1.2.0
2982026-07-08T17:55:16.595Z Downloaded float-ord v0.3.2
2992026-07-08T17:55:16.595Z Downloaded backoff v0.4.0
3002026-07-08T17:55:16.598Z Downloaded chumsky v0.9.3
3012026-07-08T17:55:16.601Z Downloaded clap_derive v4.6.1
3022026-07-08T17:55:16.601Z Downloaded ciborium v0.2.2
3032026-07-08T17:55:16.604Z Downloaded cexpr v0.6.0
3042026-07-08T17:55:16.604Z Downloaded async-bb8-diesel v0.2.1
3052026-07-08T17:55:16.607Z Downloaded cargo_metadata v0.23.1
3062026-07-08T17:55:16.607Z Downloaded diesel-dtrace v0.5.0
3072026-07-08T17:55:16.610Z Downloaded crossbeam-epoch v0.9.18
3082026-07-08T17:55:16.613Z Downloaded camino-tempfile-ext v0.3.3
3092026-07-08T17:55:16.616Z Downloaded blake2 v0.10.6
3102026-07-08T17:55:16.616Z Downloaded enum_dispatch v0.3.13
3112026-07-08T17:55:16.619Z Downloaded futures-macro v0.3.32
3122026-07-08T17:55:16.619Z Downloaded fastrand v2.3.0
3132026-07-08T17:55:16.622Z Downloaded futures-io v0.3.32
3142026-07-08T17:55:16.622Z Downloaded foreign-types-shared v0.1.1
3152026-07-08T17:55:16.622Z Downloaded foreign-types-macros v0.2.3
3162026-07-08T17:55:16.622Z Downloaded float-cmp v0.10.0
3172026-07-08T17:55:16.625Z Downloaded foreign-types v0.3.2
3182026-07-08T17:55:16.625Z Downloaded ena v0.14.4
3192026-07-08T17:55:16.625Z Downloaded fxhash v0.2.1
3202026-07-08T17:55:16.629Z Downloaded flagset v0.4.7
3212026-07-08T17:55:16.629Z Downloaded derive_builder v0.20.2
3222026-07-08T17:55:16.632Z Downloaded fnv v1.0.7
3232026-07-08T17:55:16.632Z Downloaded clap v4.6.1
3242026-07-08T17:55:16.635Z Downloaded either v1.15.0
3252026-07-08T17:55:16.638Z Downloaded ed25519 v2.2.3
3262026-07-08T17:55:16.639Z Downloaded darling v0.23.0
3272026-07-08T17:55:16.642Z Downloaded futures-task v0.3.32
3282026-07-08T17:55:16.642Z Downloaded futures-sink v0.3.32
3292026-07-08T17:55:16.645Z Downloaded foreign-types v0.5.0
3302026-07-08T17:55:16.645Z Downloaded form_urlencoded v1.2.2
3312026-07-08T17:55:16.645Z Downloaded generic-array v0.14.7
3322026-07-08T17:55:16.646Z Downloaded crc-any v2.5.0
3332026-07-08T17:55:16.648Z Downloaded const-oid v0.10.2
3342026-07-08T17:55:16.648Z Downloaded futures-core v0.3.32
3352026-07-08T17:55:16.651Z Downloaded git-stub v1.0.0
3362026-07-08T17:55:16.651Z Downloaded gethostname v0.5.0
3372026-07-08T17:55:16.651Z Downloaded async-lock v3.4.2
3382026-07-08T17:55:16.654Z Downloaded funty v2.0.0
3392026-07-08T17:55:16.654Z Downloaded const-oid v0.9.6
3402026-07-08T17:55:16.657Z Downloaded crossbeam-utils v0.8.21
3412026-07-08T17:55:16.657Z Downloaded console v0.15.11
3422026-07-08T17:55:16.660Z Downloaded blake2 v0.11.0-rc.6
3432026-07-08T17:55:16.660Z Downloaded fixedbitset v0.4.2
3442026-07-08T17:55:16.663Z Downloaded cbc v0.2.1
3452026-07-08T17:55:16.663Z Downloaded filetime v0.2.27
3462026-07-08T17:55:16.663Z Downloaded globwalk v0.9.1
3472026-07-08T17:55:16.667Z Downloaded fixedbitset v0.5.7
3482026-07-08T17:55:16.667Z Downloaded ff v0.13.1
3492026-07-08T17:55:16.667Z Downloaded hash32 v0.2.1
3502026-07-08T17:55:16.670Z Downloaded guppy-workspace-hack v0.1.0
3512026-07-08T17:55:16.670Z Downloaded cancel-safe-futures v0.1.5
3522026-07-08T17:55:16.673Z Downloaded bitflags v1.3.2
3532026-07-08T17:55:16.673Z Downloaded datatest-stable v0.3.3
3542026-07-08T17:55:16.676Z Downloaded fallible-iterator v0.2.0
3552026-07-08T17:55:16.676Z Downloaded erased-serde v0.3.31
3562026-07-08T17:55:16.679Z Downloaded hex v0.4.3
3572026-07-08T17:55:16.679Z Downloaded ghash v0.6.0
3582026-07-08T17:55:16.679Z Downloaded data-encoding v2.10.0
3592026-07-08T17:55:16.682Z Downloaded console v0.16.2
3602026-07-08T17:55:16.682Z Downloaded ed25519 v3.0.0
3612026-07-08T17:55:16.685Z Downloaded cfg-expr v0.20.6
3622026-07-08T17:55:16.685Z Downloaded blake2b_simd v1.0.4
3632026-07-08T17:55:16.685Z Downloaded bit-vec v0.8.0
3642026-07-08T17:55:16.688Z Downloaded env_logger v0.11.9
3652026-07-08T17:55:16.688Z Downloaded darling v0.21.3
3662026-07-08T17:55:16.691Z Downloaded derive-where v1.6.0
3672026-07-08T17:55:16.693Z Downloaded anyhow v1.0.102
3682026-07-08T17:55:16.696Z Downloaded des v0.9.0
3692026-07-08T17:55:16.696Z Downloaded darling_core v0.13.4
3702026-07-08T17:55:16.699Z Downloaded futures-executor v0.3.32
3712026-07-08T17:55:16.702Z Downloaded fs-err v2.11.0
3722026-07-08T17:55:16.702Z Downloaded foldhash v0.2.0
3732026-07-08T17:55:16.702Z Downloaded daft-derive v0.1.7
3742026-07-08T17:55:16.705Z Downloaded ff v0.14.0
3752026-07-08T17:55:16.708Z Downloaded chacha20poly1305 v0.10.1
3762026-07-08T17:55:16.708Z Downloaded find-msvc-tools v0.1.9
3772026-07-08T17:55:16.711Z Downloaded fd-lock v4.0.4
3782026-07-08T17:55:16.711Z Downloaded compact_str v0.8.1
3792026-07-08T17:55:16.715Z Downloaded headers-core v0.3.0
3802026-07-08T17:55:16.715Z Downloaded hash32 v0.3.1
3812026-07-08T17:55:16.715Z Downloaded bitfield v0.19.4
3822026-07-08T17:55:16.715Z Downloaded bzip2 v0.4.4
3832026-07-08T17:55:16.718Z Downloaded ecdsa v0.16.9
3842026-07-08T17:55:16.718Z Downloaded heck v0.5.0
3852026-07-08T17:55:16.721Z Downloaded hostname v0.4.2
3862026-07-08T17:55:16.724Z Downloaded hostname v0.3.1
3872026-07-08T17:55:16.724Z Downloaded futures-timer v3.0.3
3882026-07-08T17:55:16.727Z Downloaded ecdsa v0.17.0-rc.18
3892026-07-08T17:55:16.727Z Downloaded foreign-types-shared v0.3.1
3902026-07-08T17:55:16.730Z Downloaded fs_extra v1.3.0
3912026-07-08T17:55:16.730Z Downloaded home v0.5.12
3922026-07-08T17:55:16.733Z Downloaded foldhash v0.1.5
3932026-07-08T17:55:16.733Z Downloaded hubpack_derive v0.1.1
3942026-07-08T17:55:16.733Z Downloaded http-range v0.1.5
3952026-07-08T17:55:16.733Z Downloaded http-body v1.0.1
3962026-07-08T17:55:16.737Z Downloaded fs-err v3.3.0
3972026-07-08T17:55:16.737Z Downloaded heck v0.4.1
3982026-07-08T17:55:16.740Z Downloaded hex-literal v1.1.0
3992026-07-08T17:55:16.740Z Downloaded hex-literal v0.4.1
4002026-07-08T17:55:16.740Z Downloaded glob v0.3.3
4012026-07-08T17:55:16.743Z Downloaded httpdate v1.0.3
4022026-07-08T17:55:16.746Z Downloaded group v0.13.0
4032026-07-08T17:55:16.755Z Downloaded hyper-tls v0.6.0
4042026-07-08T17:55:16.759Z Downloaded derive_builder_core v0.20.2
4052026-07-08T17:55:16.762Z Downloaded camino v1.2.2
4062026-07-08T17:55:16.762Z Downloaded illumos-nvpair-sys v0.2.0
4072026-07-08T17:55:16.765Z Downloaded ident_case v1.0.1
4082026-07-08T17:55:16.765Z Downloaded const_format v0.2.35
4092026-07-08T17:55:16.772Z Downloaded elliptic-curve v0.13.8
4102026-07-08T17:55:16.775Z Downloaded illumos-nvpair v0.3.0
4112026-07-08T17:55:16.775Z Downloaded hubpack v0.1.2
4122026-07-08T17:55:16.778Z Downloaded indoc v1.0.9
4132026-07-08T17:55:16.781Z Downloaded inout v0.1.4
4142026-07-08T17:55:16.784Z Downloaded group v0.14.0
4152026-07-08T17:55:16.784Z Downloaded git-stub-vcs v0.1.0
4162026-07-08T17:55:16.784Z Downloaded bitflags v2.11.0
4172026-07-08T17:55:16.787Z Downloaded derive_more v0.99.20
4182026-07-08T17:55:16.796Z Downloaded indent_write v2.2.0
4192026-07-08T17:55:16.799Z Downloaded highway v1.3.0
4202026-07-08T17:55:16.799Z Downloaded backtrace v0.3.76
4212026-07-08T17:55:16.802Z Downloaded is_ci v1.2.0
4222026-07-08T17:55:16.805Z Downloaded is-terminal v0.4.17
4232026-07-08T17:55:16.805Z Downloaded event-listener v5.4.1
4242026-07-08T17:55:16.805Z Downloaded instant v0.1.13
4252026-07-08T17:55:16.808Z Downloaded getrandom v0.2.17
4262026-07-08T17:55:16.811Z Downloaded inout v0.2.2
4272026-07-08T17:55:16.814Z Downloaded instability v0.3.11
4282026-07-08T17:55:16.814Z Downloaded itoa v1.0.17
4292026-07-08T17:55:16.817Z Downloaded is_terminal_polyfill v1.70.2
4302026-07-08T17:55:16.820Z Downloaded lazy_static v1.5.0
4312026-07-08T17:55:16.820Z Downloaded keccak v0.1.6
4322026-07-08T17:55:16.826Z Downloaded drift v0.2.0
4332026-07-08T17:55:16.833Z Downloaded futures-channel v0.3.32
4342026-07-08T17:55:16.837Z Downloaded elliptic-curve v0.14.0-rc.33
4352026-07-08T17:55:16.840Z Downloaded http-body-util v0.1.3
4362026-07-08T17:55:16.840Z Downloaded dropshot_endpoint v0.17.1
4372026-07-08T17:55:16.842Z Downloaded kem v0.3.0
4382026-07-08T17:55:16.845Z Downloaded lalrpop-util v0.19.12
4392026-07-08T17:55:16.846Z Downloaded kstat-rs v0.2.4
4402026-07-08T17:55:16.846Z Downloaded libscf-sys v1.1.0
4412026-07-08T17:55:16.852Z Downloaded lzss v0.8.2
4422026-07-08T17:55:16.855Z Downloaded darling_core v0.21.3
4432026-07-08T17:55:16.858Z Downloaded crypto-bigint v0.5.5
4442026-07-08T17:55:16.861Z Downloaded bytes v1.11.1
4452026-07-08T17:55:16.869Z Downloaded base64 v0.22.1
4462026-07-08T17:55:16.873Z Downloaded match_cfg v0.1.0
4472026-07-08T17:55:16.876Z Downloaded maplit v1.0.2
4482026-07-08T17:55:16.879Z Downloaded managed v0.8.0
4492026-07-08T17:55:16.879Z Downloaded idna_adapter v1.2.1
4502026-07-08T17:55:16.892Z Downloaded ingot v0.1.1
4512026-07-08T17:55:16.896Z Downloaded ipnet v2.11.0
4522026-07-08T17:55:16.899Z Downloaded linkme-impl v0.3.35
4532026-07-08T17:55:16.899Z Downloaded memoffset v0.9.1
4542026-07-08T17:55:16.903Z Downloaded mime v0.3.17
4552026-07-08T17:55:16.903Z Downloaded impl-trait-for-tuples v0.2.3
4562026-07-08T17:55:16.903Z Downloaded macaddr v1.0.1
4572026-07-08T17:55:16.906Z Downloaded lru-slab v0.1.2
4582026-07-08T17:55:16.906Z Downloaded md5 v0.8.0
4592026-07-08T17:55:16.906Z Downloaded httparse v1.10.1
4602026-07-08T17:55:16.909Z Downloaded hyper-rustls v0.27.7
4612026-07-08T17:55:16.909Z Downloaded ingot-types v0.1.2
4622026-07-08T17:55:16.912Z Downloaded fatfs v0.3.6
4632026-07-08T17:55:16.912Z Downloaded keccak v0.2.0
4642026-07-08T17:55:16.915Z Downloaded hyper-staticfile v0.10.1
4652026-07-08T17:55:16.915Z Downloaded half v1.8.3
4662026-07-08T17:55:16.918Z Downloaded internet-checksum v0.2.1
4672026-07-08T17:55:16.918Z Downloaded ipnetwork v0.21.1
4682026-07-08T17:55:16.918Z Downloaded memmap v0.7.0
4692026-07-08T17:55:16.921Z Downloaded indoc v2.0.7
4702026-07-08T17:55:16.921Z Downloaded darling_core v0.23.0
4712026-07-08T17:55:16.924Z Downloaded miette-derive v5.10.0
4722026-07-08T17:55:16.924Z Downloaded multimap v0.10.1
4732026-07-08T17:55:16.927Z Downloaded diff v0.1.13
4742026-07-08T17:55:16.927Z Downloaded flume v0.11.1
4752026-07-08T17:55:16.930Z Downloaded darling_core v0.20.11
4762026-07-08T17:55:16.933Z Downloaded md-5 v0.10.6
4772026-07-08T17:55:16.933Z Downloaded maybe-uninit v2.0.0
4782026-07-08T17:55:16.936Z Downloaded lru-cache v0.1.2
4792026-07-08T17:55:16.936Z Downloaded lru v0.12.5
4802026-07-08T17:55:16.936Z Downloaded hmac v0.12.1
4812026-07-08T17:55:16.939Z Downloaded libloading v0.8.9
4822026-07-08T17:55:16.939Z Downloaded iana-time-zone v0.1.65
4832026-07-08T17:55:16.942Z Downloaded jobserver v0.1.34
4842026-07-08T17:55:16.942Z Downloaded libtest-mimic v0.8.1
4852026-07-08T17:55:16.945Z Downloaded nibble_vec v0.1.0
4862026-07-08T17:55:16.946Z Downloaded linked-hash-map v0.5.6
4872026-07-08T17:55:16.946Z Downloaded nodrop v0.1.14
4882026-07-08T17:55:16.949Z Downloaded newtype_derive v0.1.6
4892026-07-08T17:55:16.949Z Downloaded crossbeam-channel v0.5.15
4902026-07-08T17:55:16.951Z Downloaded newtype-uuid-macros v0.1.0
4912026-07-08T17:55:16.951Z Downloaded nested v0.1.1
4922026-07-08T17:55:16.952Z Downloaded linear-map v1.2.0
4932026-07-08T17:55:16.955Z Downloaded knuffel-derive v3.2.0
4942026-07-08T17:55:16.955Z Downloaded new_debug_unreachable v1.0.6
4952026-07-08T17:55:16.955Z Downloaded libefi-sys v0.1.0
4962026-07-08T17:55:16.958Z Downloaded hybrid-array v0.4.13
4972026-07-08T17:55:16.958Z Downloaded base64 v0.21.7
4982026-07-08T17:55:16.961Z Downloaded ar_archive_writer v0.5.1
4992026-07-08T17:55:16.964Z Downloaded humantime v2.3.0
5002026-07-08T17:55:16.964Z Downloaded generic-array v1.4.3
5012026-07-08T17:55:16.968Z Downloaded httptest v0.16.4
5022026-07-08T17:55:16.971Z Downloaded getrandom v0.4.1
5032026-07-08T17:55:16.974Z Downloaded libsw-core v0.3.2
5042026-07-08T17:55:16.974Z Downloaded linkme v0.3.35
5052026-07-08T17:55:16.977Z Downloaded ingot-macros v0.1.1
5062026-07-08T17:55:16.977Z Downloaded hickory-client v0.25.2
5072026-07-08T17:55:16.980Z Downloaded normalize-line-endings v0.3.0
5082026-07-08T17:55:16.980Z Downloaded nonempty v0.12.0
5092026-07-08T17:55:16.980Z Downloaded der v0.7.10
5102026-07-08T17:55:16.984Z Downloaded derive_more v2.1.1
5112026-07-08T17:55:16.989Z Downloaded num-derive v0.4.2
5122026-07-08T17:55:16.992Z Downloaded globset v0.4.18
5132026-07-08T17:55:16.992Z Downloaded num v0.4.3
5142026-07-08T17:55:16.993Z Downloaded lock_api v0.4.14
5152026-07-08T17:55:16.996Z Downloaded hmac v0.13.0
5162026-07-08T17:55:16.996Z Downloaded libsw v3.5.0
5172026-07-08T17:55:16.999Z Downloaded module-lattice v0.2.3
5182026-07-08T17:55:16.999Z Downloaded num-derive v0.3.3
5192026-07-08T17:55:16.999Z Downloaded cc v1.2.56
5202026-07-08T17:55:17.002Z Downloaded num-conv v0.2.0
5212026-07-08T17:55:17.002Z Downloaded num-iter v0.1.45
5222026-07-08T17:55:17.002Z Downloaded half v2.7.1
5232026-07-08T17:55:17.005Z Downloaded mime_guess v2.0.5
5242026-07-08T17:55:17.005Z Downloaded getrandom v0.3.4
5252026-07-08T17:55:17.008Z Downloaded num_threads v0.1.7
5262026-07-08T17:55:17.011Z Downloaded arc-swap v1.8.2
5272026-07-08T17:55:17.017Z Downloaded futures v0.3.32
5282026-07-08T17:55:17.025Z Downloaded multer v3.1.0
5292026-07-08T17:55:17.028Z Downloaded newtype-uuid v1.3.2
5302026-07-08T17:55:17.028Z Downloaded num_enum_derive v0.5.11
5312026-07-08T17:55:17.031Z Downloaded newline-converter v0.3.0
5322026-07-08T17:55:17.031Z Downloaded native-tls v0.2.18
5332026-07-08T17:55:17.031Z Downloaded nanorand v0.7.0
5342026-07-08T17:55:17.034Z Downloaded olpc-cjson v0.1.4
5352026-07-08T17:55:17.037Z Downloaded openssl-probe v0.2.1
5362026-07-08T17:55:17.037Z Downloaded openssl-probe v0.1.6
5372026-07-08T17:55:17.037Z Downloaded openssl-macros v0.1.1
5382026-07-08T17:55:17.040Z Downloaded oso-derive v0.27.3
5392026-07-08T17:55:17.040Z Downloaded litemap v0.8.1
5402026-07-08T17:55:17.043Z Downloaded opaque-debug v0.3.1
5412026-07-08T17:55:17.043Z Downloaded litrs v1.0.0
5422026-07-08T17:55:17.043Z Downloaded criterion v0.7.0
5432026-07-08T17:55:17.047Z Downloaded indexmap v1.9.3
5442026-07-08T17:55:17.050Z Downloaded icu_provider v2.1.1
5452026-07-08T17:55:17.052Z Downloaded bumpalo v3.20.2
5462026-07-08T17:55:17.058Z Downloaded parking v2.2.1
5472026-07-08T17:55:17.065Z Downloaded der v0.8.0
5482026-07-08T17:55:17.068Z Downloaded packed_struct_codegen v0.10.1
5492026-07-08T17:55:17.078Z Downloaded path-slash v0.1.5
5502026-07-08T17:55:17.081Z Downloaded parse-size v1.1.0
5512026-07-08T17:55:17.084Z Downloaded nu-ansi-term v0.50.3
5522026-07-08T17:55:17.087Z Downloaded ignore v0.4.25
5532026-07-08T17:55:17.091Z Downloaded num-integer v0.1.46
5542026-07-08T17:55:17.094Z Downloaded peg-runtime v0.8.5
5552026-07-08T17:55:17.094Z Downloaded num-complex v0.4.6
5562026-07-08T17:55:17.097Z Downloaded password-hash v0.6.1
5572026-07-08T17:55:17.097Z Downloaded headers v0.4.1
5582026-07-08T17:55:17.100Z Downloaded ml-kem v0.3.2
5592026-07-08T17:55:17.103Z Downloaded icu_normalizer v2.1.1
5602026-07-08T17:55:17.106Z Downloaded icu_locale_core v2.1.1
5612026-07-08T17:55:17.108Z Downloaded pathdiff v0.2.3
5622026-07-08T17:55:17.108Z Downloaded num_enum v0.5.11
5632026-07-08T17:55:17.111Z Downloaded percent-encoding v2.3.2
5642026-07-08T17:55:17.111Z Downloaded libbz2-rs-sys v0.2.2
5652026-07-08T17:55:17.114Z Downloaded derive_more-impl v2.1.1
5662026-07-08T17:55:17.117Z Downloaded heapless v0.7.17
5672026-07-08T17:55:17.120Z Downloaded num_enum_derive v0.7.6
5682026-07-08T17:55:17.120Z Downloaded oorandom v11.1.5
5692026-07-08T17:55:17.120Z Downloaded num_enum v0.7.6
5702026-07-08T17:55:17.123Z Downloaded ed25519-dalek v2.2.0
5712026-07-08T17:55:17.126Z Downloaded flate2 v1.1.9
5722026-07-08T17:55:17.129Z Downloaded fancy-regex v0.14.0
5732026-07-08T17:55:17.135Z Downloaded indicatif v0.18.4
5742026-07-08T17:55:17.138Z Downloaded log v0.4.29
5752026-07-08T17:55:17.141Z Downloaded phf_shared v0.11.3
5762026-07-08T17:55:17.144Z Downloaded owo-colors v4.3.0
5772026-07-08T17:55:17.148Z Downloaded phf_shared v0.12.1
5782026-07-08T17:55:17.151Z Downloaded phf_shared v0.13.1
5792026-07-08T17:55:17.151Z Downloaded plain v0.2.3
5802026-07-08T17:55:17.151Z Downloaded plotters-backend v0.3.7
5812026-07-08T17:55:17.158Z Downloaded hickory-resolver v0.25.2
5822026-07-08T17:55:17.161Z Downloaded hickory-resolver v0.24.4
5832026-07-08T17:55:17.164Z Downloaded expectorate v1.2.0
5842026-07-08T17:55:17.167Z Downloaded pretty-hex v0.4.1
5852026-07-08T17:55:17.170Z Downloaded icu_properties v2.1.2
5862026-07-08T17:55:17.170Z Downloaded oxnet v0.1.6
5872026-07-08T17:55:17.173Z Downloaded oxide-tokio-rt v0.1.4
5882026-07-08T17:55:17.173Z Downloaded icu_normalizer_data v2.1.1
5892026-07-08T17:55:17.176Z Downloaded paste v1.0.15
5902026-07-08T17:55:17.177Z Downloaded memmap2 v0.9.10
5912026-07-08T17:55:17.180Z Downloaded parse-display-derive v0.10.0
5922026-07-08T17:55:17.180Z Downloaded precomputed-hash v0.1.1
5932026-07-08T17:55:17.180Z Downloaded plotters-svg v0.3.7
5942026-07-08T17:55:17.180Z Downloaded parking_lot_core v0.8.6
5952026-07-08T17:55:17.190Z Downloaded powerfmt v0.2.0
5962026-07-08T17:55:17.190Z Downloaded pem-rfc7468 v0.7.0
5972026-07-08T17:55:17.190Z Downloaded diesel_derives v2.3.7
5982026-07-08T17:55:17.190Z Downloaded pem v3.0.6
5992026-07-08T17:55:17.190Z Downloaded parse-display v0.10.0
6002026-07-08T17:55:17.197Z Downloaded potential_utf v0.1.4
6012026-07-08T17:55:17.201Z Downloaded predicates-core v1.0.10
6022026-07-08T17:55:17.205Z Downloaded phf v0.12.1
6032026-07-08T17:55:17.208Z Downloaded pin-project-internal v1.1.11
6042026-07-08T17:55:17.208Z Downloaded peg v0.8.5
6052026-07-08T17:55:17.211Z Downloaded proc-macro-crate v3.4.0
6062026-07-08T17:55:17.211Z Downloaded pem-rfc7468 v1.0.0
6072026-07-08T17:55:17.214Z Downloaded proc-macro-error-attr v1.0.4
6082026-07-08T17:55:17.214Z Downloaded proc-macro-crate v1.3.1
6092026-07-08T17:55:17.214Z Downloaded icu_collections v2.1.1
6102026-07-08T17:55:17.217Z Downloaded knuffel v3.2.0
6112026-07-08T17:55:17.221Z Downloaded ed25519-dalek v3.0.0-rc.0
6122026-07-08T17:55:17.224Z Downloaded crossterm v0.29.0
6132026-07-08T17:55:17.227Z Downloaded owo-colors v3.5.0
6142026-07-08T17:55:17.227Z Downloaded pkcs8 v0.10.2
6152026-07-08T17:55:17.230Z Downloaded heapless v0.8.0
6162026-07-08T17:55:17.234Z Downloaded partial-io v0.5.4
6172026-07-08T17:55:17.234Z Downloaded path-tree v0.8.3
6182026-07-08T17:55:17.234Z Downloaded password-hash v0.5.0
6192026-07-08T17:55:17.237Z Downloaded num-rational v0.4.2
6202026-07-08T17:55:17.237Z Downloaded phc v0.6.1
6212026-07-08T17:55:17.237Z Downloaded once_cell v1.21.3
6222026-07-08T17:55:17.240Z Downloaded pin-project-lite v0.2.17
6232026-07-08T17:55:17.243Z Downloaded proc-macro-error-attr2 v2.0.0
6242026-07-08T17:55:17.246Z Downloaded progenitor-macro v0.13.0
6252026-07-08T17:55:17.246Z Downloaded progenitor-macro v0.14.0
6262026-07-08T17:55:17.249Z Downloaded progenitor-client v0.14.0
6272026-07-08T17:55:17.249Z Downloaded parking_lot_core v0.9.12
6282026-07-08T17:55:17.252Z Downloaded psl-types v2.0.11
6292026-07-08T17:55:17.255Z Downloaded postgres-protocol v0.6.10
6302026-07-08T17:55:17.259Z Downloaded peg-macros v0.8.5
6312026-07-08T17:55:17.262Z Downloaded num-traits v0.2.19
6322026-07-08T17:55:17.262Z Downloaded predicates-tree v1.0.13
6332026-07-08T17:55:17.265Z Downloaded pkg-config v0.3.32
6342026-07-08T17:55:17.265Z Downloaded miniz_oxide v0.8.9
6352026-07-08T17:55:17.268Z Downloaded quick-error v1.2.3
6362026-07-08T17:55:17.271Z Downloaded radium v0.7.0
6372026-07-08T17:55:17.274Z Downloaded primeorder v0.13.6
6382026-07-08T17:55:17.276Z Downloaded primefield v0.14.0
6392026-07-08T17:55:17.277Z Downloaded packed_struct v0.10.1
6402026-07-08T17:55:17.281Z Downloaded parking_lot v0.12.5
6412026-07-08T17:55:17.284Z Downloaded parking_lot v0.11.2
6422026-07-08T17:55:17.286Z Downloaded poly1305 v0.8.0
6432026-07-08T17:55:17.287Z Downloaded pkcs1 v0.8.0-rc.4
6442026-07-08T17:55:17.289Z Downloaded phf v0.13.1
6452026-07-08T17:55:17.290Z Downloaded hashbrown v0.13.2
6462026-07-08T17:55:17.292Z Downloaded primeorder v0.14.0-rc.10
6472026-07-08T17:55:17.292Z Downloaded rand_chacha v0.3.1
6482026-07-08T17:55:17.295Z Downloaded polyval v0.7.1
6492026-07-08T17:55:17.298Z Downloaded crossterm v0.28.1
6502026-07-08T17:55:17.301Z Downloaded dropshot-api-manager v0.7.2
6512026-07-08T17:55:17.305Z Downloaded ppv-lite86 v0.2.21
6522026-07-08T17:55:17.308Z Downloaded predicates v3.1.4
6532026-07-08T17:55:17.308Z Downloaded pest_derive v2.8.6
6542026-07-08T17:55:17.311Z Downloaded papergrid v0.17.0
6552026-07-08T17:55:17.314Z Downloaded progenitor v0.13.0
6562026-07-08T17:55:17.314Z Downloaded memchr v2.8.0
6572026-07-08T17:55:17.317Z Downloaded ref-cast-impl v1.0.25
6582026-07-08T17:55:17.320Z Downloaded ref-cast v1.0.25
6592026-07-08T17:55:17.320Z Downloaded recursive v0.1.1
6602026-07-08T17:55:17.320Z Downloaded rand_xorshift v0.4.0
6612026-07-08T17:55:17.323Z Downloaded pbkdf2 v0.13.0
6622026-07-08T17:55:17.323Z Downloaded recursive-proc-macro-impl v0.1.1
6632026-07-08T17:55:17.326Z Downloaded jiff-static v0.2.21
6642026-07-08T17:55:17.333Z Downloaded rfc6979 v0.4.0
6652026-07-08T17:55:17.336Z Downloaded oso v0.27.3
6662026-07-08T17:55:17.336Z Downloaded hickory-server v0.25.2
6672026-07-08T17:55:17.339Z Downloaded postgres-types v0.2.12
6682026-07-08T17:55:17.348Z Downloaded progenitor-extras v0.2.0
6692026-07-08T17:55:17.350Z Downloaded progenitor-client v0.13.0
6702026-07-08T17:55:17.350Z Downloaded quote v1.0.45
6712026-07-08T17:55:17.353Z Downloaded progenitor v0.14.0
6722026-07-08T17:55:17.354Z Downloaded proc-macro-error2 v2.0.1
6732026-07-08T17:55:17.357Z Downloaded russh-util v0.52.0
6742026-07-08T17:55:17.360Z Downloaded russh-cryptovec v0.61.0
6752026-07-08T17:55:17.360Z Downloaded rfc6979 v0.5.0
6762026-07-08T17:55:17.363Z Downloaded omicron-zone-package v0.12.3
6772026-07-08T17:55:17.363Z Downloaded pkcs8 v0.11.0
6782026-07-08T17:55:17.366Z Downloaded hashbrown v0.12.3
6792026-07-08T17:55:17.369Z Downloaded hyper-util v0.1.20
6802026-07-08T17:55:17.372Z Downloaded papergrid v0.11.0
6812026-07-08T17:55:17.376Z Downloaded proc-macro-error v1.0.4
6822026-07-08T17:55:17.379Z Downloaded rustc_version v0.1.7
6832026-07-08T17:55:17.379Z Downloaded rand_core v0.10.0
6842026-07-08T17:55:17.383Z Downloaded rustc_version v0.4.1
6852026-07-08T17:55:17.386Z Downloaded rtoolbox v0.0.3
6862026-07-08T17:55:17.389Z Downloaded rand_core v0.9.5
6872026-07-08T17:55:17.393Z Downloaded pkcs5 v0.8.1
6882026-07-08T17:55:17.396Z Downloaded poly1305 v0.9.0
6892026-07-08T17:55:17.400Z Downloaded postcard v1.1.3
6902026-07-08T17:55:17.400Z Downloaded indexmap v2.14.0
6912026-07-08T17:55:17.409Z Downloaded r2d2 v0.8.10
6922026-07-08T17:55:17.411Z Downloaded clap_builder v4.6.0
6932026-07-08T17:55:17.418Z Downloaded rand_seeder v0.4.0
6942026-07-08T17:55:17.421Z Downloaded rustc-hash v2.1.1
6952026-07-08T17:55:17.421Z Downloaded rand_chacha v0.9.0
6962026-07-08T17:55:17.424Z Downloaded scheduled-thread-pool v0.2.7
6972026-07-08T17:55:17.427Z Downloaded same-file v1.0.6
6982026-07-08T17:55:17.430Z Downloaded relative-path v1.9.3
6992026-07-08T17:55:17.430Z Downloaded pest_generator v2.8.6
7002026-07-08T17:55:17.433Z Downloaded minimal-lexical v0.2.1
7012026-07-08T17:55:17.436Z Downloaded itertools v0.10.5
7022026-07-08T17:55:17.439Z Downloaded quinn-udp v0.5.14
7032026-07-08T17:55:17.442Z Downloaded prefix-trie v0.7.0
7042026-07-08T17:55:17.446Z Downloaded pkcs1 v0.7.5
7052026-07-08T17:55:17.449Z Downloaded secrecy v0.10.3
7062026-07-08T17:55:17.449Z Downloaded secrecy v0.8.0
7072026-07-08T17:55:17.452Z Downloaded psm v0.1.30
7082026-07-08T17:55:17.456Z Downloaded sapling-renderdag v0.1.0
7092026-07-08T17:55:17.458Z Downloaded scopeguard v1.2.0
7102026-07-08T17:55:17.458Z Downloaded guppy v0.17.25
7112026-07-08T17:55:17.463Z Downloaded scroll_derive v0.13.1
7122026-07-08T17:55:17.466Z Downloaded hashbrown v0.16.1
7132026-07-08T17:55:17.469Z Downloaded semver v0.1.20
7142026-07-08T17:55:17.469Z Downloaded resolv-conf v0.7.6
7152026-07-08T17:55:17.472Z Downloaded scroll_derive v0.12.1
7162026-07-08T17:55:17.472Z Downloaded serde_bytes v0.11.19
7172026-07-08T17:55:17.475Z Downloaded rust-argon2 v2.1.0
7182026-07-08T17:55:17.480Z Downloaded p256 v0.14.0-rc.10
7192026-07-08T17:55:17.486Z Downloaded rustls-native-certs v0.8.3
7202026-07-08T17:55:17.489Z Downloaded progenitor-impl v0.13.0
7212026-07-08T17:55:17.489Z Downloaded serde_regex v1.1.0
7222026-07-08T17:55:17.489Z Downloaded rusty-fork v0.3.1
7232026-07-08T17:55:17.492Z Downloaded serde_repr v0.1.20
7242026-07-08T17:55:17.492Z Downloaded rustversion v1.0.22
7252026-07-08T17:55:17.495Z Downloaded rustls-pemfile v2.2.0
7262026-07-08T17:55:17.495Z Downloaded serde-big-array v0.5.1
7272026-07-08T17:55:17.498Z Downloaded serde_spanned v0.6.9
7282026-07-08T17:55:17.504Z Downloaded serde_plain v1.0.2
7292026-07-08T17:55:17.507Z Downloaded rustc-demangle v0.1.27
7302026-07-08T17:55:17.507Z Downloaded internal-russh-num-bigint v0.5.0
7312026-07-08T17:55:17.512Z Downloaded miette v5.10.0
7322026-07-08T17:55:17.515Z Downloaded sha1 v0.10.6
7332026-07-08T17:55:17.523Z Downloaded prettyplease v0.2.37
7342026-07-08T17:55:17.529Z Downloaded serde_spanned v1.1.1
7352026-07-08T17:55:17.531Z Downloaded schemars_derive v0.8.22
7362026-07-08T17:55:17.534Z Downloaded seq-macro v0.3.6
7372026-07-08T17:55:17.534Z Downloaded serde_urlencoded v0.7.1
7382026-07-08T17:55:17.537Z Downloaded sec1 v0.8.1
7392026-07-08T17:55:17.537Z Downloaded scroll v0.13.0
7402026-07-08T17:55:17.537Z Downloaded mio v1.2.0
7412026-07-08T17:55:17.540Z Downloaded shell-words v1.1.1
7422026-07-08T17:55:17.543Z Downloaded http v1.4.2
7432026-07-08T17:55:17.546Z Downloaded pest_meta v2.8.6
7442026-07-08T17:55:17.546Z Downloaded scroll v0.12.0
7452026-07-08T17:55:17.546Z Downloaded rand_core v0.6.4
7462026-07-08T17:55:17.549Z Downloaded hashbrown v0.15.5
7472026-07-08T17:55:17.552Z Downloaded openssl-sys v0.9.115
7482026-07-08T17:55:17.555Z Downloaded pin-project v1.1.11
7492026-07-08T17:55:17.559Z Downloaded signature v2.2.0
7502026-07-08T17:55:17.563Z Downloaded scrypt v0.12.0
7512026-07-08T17:55:17.566Z Downloaded signal-hook-mio v0.2.5
7522026-07-08T17:55:17.569Z Downloaded proc-macro2 v1.0.106
7532026-07-08T17:55:17.572Z Downloaded rustls-pki-types v1.14.0
7542026-07-08T17:55:17.575Z Downloaded signal-hook-tokio v0.3.1
7552026-07-08T17:55:17.575Z Downloaded sec1 v0.7.3
7562026-07-08T17:55:17.575Z Downloaded aes-gcm v0.11.0
7572026-07-08T17:55:17.578Z Downloaded siphasher v1.0.2
7582026-07-08T17:55:17.578Z Downloaded similar-asserts v1.7.0
7592026-07-08T17:55:17.583Z Downloaded p384 v0.14.0-rc.10
7602026-07-08T17:55:17.591Z Downloaded salsa20 v0.11.0
7612026-07-08T17:55:17.595Z Downloaded sigpipe v0.1.3
7622026-07-08T17:55:17.598Z Downloaded aho-corasick v1.1.4
7632026-07-08T17:55:17.601Z Downloaded serdect v0.4.3
7642026-07-08T17:55:17.601Z Downloaded sha2 v0.10.9
7652026-07-08T17:55:17.603Z Downloaded iri-string v0.7.10
7662026-07-08T17:55:17.606Z Downloaded serde-hex v0.1.0
7672026-07-08T17:55:17.609Z Downloaded serde_path_to_error v0.1.20
7682026-07-08T17:55:17.609Z Downloaded serde_derive_internals v0.29.1
7692026-07-08T17:55:17.612Z Downloaded slog-bunyan v2.5.0
7702026-07-08T17:55:17.615Z Downloaded ron v0.8.1
7712026-07-08T17:55:17.618Z Downloaded slog-envlogger v2.2.0
7722026-07-08T17:55:17.621Z Downloaded smawk v0.3.2
7732026-07-08T17:55:17.624Z Downloaded semver v1.0.28
7742026-07-08T17:55:17.624Z Downloaded hashbrown v0.14.5
7752026-07-08T17:55:17.633Z Downloaded crypto-primes v0.7.2
7762026-07-08T17:55:17.636Z Downloaded h2 v0.4.15
7772026-07-08T17:55:17.640Z Downloaded serde_with_macros v1.5.2
7782026-07-08T17:55:17.643Z Downloaded hashbrown v0.17.0
7792026-07-08T17:55:17.646Z Downloaded simd-adler32 v0.3.8
7802026-07-08T17:55:17.646Z Downloaded rand_distr v0.5.1
7812026-07-08T17:55:17.648Z Downloaded libxml v0.3.3
7822026-07-08T17:55:17.652Z Downloaded icu_properties_data v2.1.2
7832026-07-08T17:55:17.656Z Downloaded serde_tokenstream v0.2.3
7842026-07-08T17:55:17.659Z Downloaded hyper v1.10.1
7852026-07-08T17:55:17.662Z Downloaded rcgen v0.12.1
7862026-07-08T17:55:17.665Z Downloaded slab v0.4.12
7872026-07-08T17:55:17.665Z Downloaded sha1 v0.11.0
7882026-07-08T17:55:17.665Z Downloaded rayon-core v1.13.0
7892026-07-08T17:55:17.668Z Downloaded stable_deref_trait v1.2.1
7902026-07-08T17:55:17.671Z Downloaded strip-ansi-escapes v0.2.1
7912026-07-08T17:55:17.671Z Downloaded sqlparser_derive v0.5.0
7922026-07-08T17:55:17.671Z Downloaded shlex v1.3.0
7932026-07-08T17:55:17.674Z Downloaded strsim v0.10.0
7942026-07-08T17:55:17.674Z Downloaded structmeta v0.3.0
7952026-07-08T17:55:17.677Z Downloaded structmeta-derive v0.3.0
7962026-07-08T17:55:17.677Z Downloaded signal-hook-registry v1.4.8
7972026-07-08T17:55:17.677Z Downloaded slog-async v2.8.0
7982026-07-08T17:55:17.680Z Downloaded progenitor-impl v0.14.0
7992026-07-08T17:55:17.680Z Downloaded publicsuffix v2.3.0
8002026-07-08T17:55:17.683Z Downloaded strsim v0.11.1
8012026-07-08T17:55:17.686Z Downloaded schemars v0.8.22
8022026-07-08T17:55:17.692Z Downloaded slog-json v2.6.1
8032026-07-08T17:55:17.695Z Downloaded nom v7.1.3
8042026-07-08T17:55:17.698Z Downloaded supports-color v2.1.0
8052026-07-08T17:55:17.698Z Downloaded strum v0.27.2
8062026-07-08T17:55:17.701Z Downloaded serde_with_macros v3.17.0
8072026-07-08T17:55:17.701Z Downloaded smf v0.2.3
8082026-07-08T17:55:17.701Z Downloaded itertools v0.12.1
8092026-07-08T17:55:17.704Z Downloaded strum v0.26.3
8102026-07-08T17:55:17.707Z Downloaded sha2 v0.11.0
8112026-07-08T17:55:17.707Z Downloaded signature v3.0.0
8122026-07-08T17:55:17.710Z Downloaded serde_cbor v0.11.2
8132026-07-08T17:55:17.710Z Downloaded rstest v0.25.0
8142026-07-08T17:55:17.713Z Downloaded spki v0.7.3
8152026-07-08T17:55:17.716Z Downloaded slog-stdlog v4.1.1
8162026-07-08T17:55:17.716Z Downloaded slog-scope v4.4.1
8172026-07-08T17:55:17.719Z Downloaded slog-dtrace v0.3.0
8182026-07-08T17:55:17.719Z Downloaded snafu-derive v0.8.9
8192026-07-08T17:55:17.719Z Downloaded sync-ptr v0.1.4
8202026-07-08T17:55:17.724Z Downloaded swrite v0.1.0
8212026-07-08T17:55:17.725Z Downloaded sqlformat v0.3.5
8222026-07-08T17:55:17.725Z Downloaded num-bigint v0.4.6
8232026-07-08T17:55:17.728Z Downloaded supports-hyperlinks v2.1.0
8242026-07-08T17:55:17.728Z Downloaded pretty_assertions v1.4.1
8252026-07-08T17:55:17.728Z Downloaded itertools v0.13.0
8262026-07-08T17:55:17.731Z Downloaded ssh-cipher v0.3.0-rc.9
8272026-07-08T17:55:17.732Z Downloaded serde_core v1.0.228
8282026-07-08T17:55:17.735Z Downloaded tabled_derive v0.7.0
8292026-07-08T17:55:17.735Z Downloaded spki v0.8.0
8302026-07-08T17:55:17.738Z Downloaded smallvec v0.6.14
8312026-07-08T17:55:17.738Z Downloaded nom v8.0.0
8322026-07-08T17:55:17.741Z Downloaded supports-unicode v2.1.0
8332026-07-08T17:55:17.741Z Downloaded supports-color v3.0.2
8342026-07-08T17:55:17.744Z Downloaded serde_derive v1.0.228
8352026-07-08T17:55:17.744Z Downloaded sync_wrapper v1.0.2
8362026-07-08T17:55:17.744Z Downloaded tap v1.0.1
8372026-07-08T17:55:17.747Z Downloaded stringprep v0.1.5
8382026-07-08T17:55:17.747Z Downloaded stringmetrics v2.2.2
8392026-07-08T17:55:17.747Z Downloaded string_cache v0.8.9
8402026-07-08T17:55:17.750Z Downloaded chrono v0.4.44
8412026-07-08T17:55:17.753Z Downloaded ryu v1.0.23
8422026-07-08T17:55:17.756Z Downloaded quinn v0.11.9
8432026-07-08T17:55:17.759Z Downloaded static_assertions v1.1.0
8442026-07-08T17:55:17.759Z Downloaded rustls-platform-verifier v0.6.2
8452026-07-08T17:55:17.762Z Downloaded terminal_size v0.1.17
8462026-07-08T17:55:17.762Z Downloaded testing_table v0.3.0
8472026-07-08T17:55:17.762Z Downloaded termtree v0.5.1
8482026-07-08T17:55:17.765Z Downloaded terminal_size v0.4.3
8492026-07-08T17:55:17.765Z Downloaded slog-term v2.9.2
8502026-07-08T17:55:17.765Z Downloaded serde_yaml v0.9.34+deprecated
8512026-07-08T17:55:17.769Z Downloaded schemars v0.9.0
8522026-07-08T17:55:17.774Z Downloaded target-triple v1.0.0
8532026-07-08T17:55:17.777Z Downloaded take_mut v0.2.2
8542026-07-08T17:55:17.777Z Downloaded tagptr v0.2.0
8552026-07-08T17:55:17.777Z Downloaded tabwriter v1.4.1
8562026-07-08T17:55:17.780Z Downloaded support-bundle-viewer v0.1.2
8572026-07-08T17:55:17.780Z Downloaded strum_macros v0.27.2
8582026-07-08T17:55:17.783Z Downloaded spin v0.9.8
8592026-07-08T17:55:17.783Z Downloaded signal-hook v0.3.18
8602026-07-08T17:55:17.786Z Downloaded ssh-encoding v0.3.0-rc.9
8612026-07-08T17:55:17.786Z Downloaded rsa v0.9.10
8622026-07-08T17:55:17.789Z Downloaded itertools v0.14.0
8632026-07-08T17:55:17.792Z Downloaded qorb v0.4.1
8642026-07-08T17:55:17.795Z Downloaded futures-util v0.3.32
8652026-07-08T17:55:17.801Z Downloaded stacker v0.1.23
8662026-07-08T17:55:17.805Z Downloaded idna v1.1.0
8672026-07-08T17:55:17.807Z Downloaded smallvec v1.15.1
8682026-07-08T17:55:17.807Z Downloaded strum_macros v0.26.4
8692026-07-08T17:55:17.811Z Downloaded strum_macros v0.24.3
8702026-07-08T17:55:17.811Z Downloaded tabled_derive v0.11.0
8712026-07-08T17:55:17.811Z Downloaded similar v2.7.0
8722026-07-08T17:55:17.814Z Downloaded num-bigint-dig v0.8.6
8732026-07-08T17:55:17.817Z Downloaded time-core v0.1.8
8742026-07-08T17:55:17.817Z Downloaded thread-id v5.1.0
8752026-07-08T17:55:17.820Z Downloaded thiserror-impl-no-std v2.0.2
8762026-07-08T17:55:17.820Z Downloaded slog v2.8.2
8772026-07-08T17:55:17.823Z Downloaded tinyvec_macros v0.1.1
8782026-07-08T17:55:17.823Z Downloaded target-spec v3.5.7
8792026-07-08T17:55:17.826Z Downloaded rand v0.8.6
8802026-07-08T17:55:17.829Z Downloaded tokio-macros v2.7.0
8812026-07-08T17:55:17.836Z Downloaded thread-id v4.2.2
8822026-07-08T17:55:17.839Z Downloaded tokio-test v0.4.5
8832026-07-08T17:55:17.839Z Downloaded synstructure v0.13.2
8842026-07-08T17:55:17.842Z Downloaded termios v0.3.3
8852026-07-08T17:55:17.845Z Downloaded hkdf v0.13.0
8862026-07-08T17:55:17.847Z Downloaded hkdf v0.12.4
8872026-07-08T17:55:17.856Z Downloaded serde v1.0.228
8882026-07-08T17:55:17.859Z Downloaded schemars v1.2.1
8892026-07-08T17:55:17.867Z Downloaded topological-sort v0.2.2
8902026-07-08T17:55:17.870Z Downloaded tiny-keccak v2.0.2
8912026-07-08T17:55:17.870Z Downloaded time-macros v0.2.27
8922026-07-08T17:55:17.873Z Downloaded try-lock v0.2.5
8932026-07-08T17:55:17.873Z Downloaded toml_datetime v0.6.11
8942026-07-08T17:55:17.873Z Downloaded tower-layer v0.3.3
8952026-07-08T17:55:17.876Z Downloaded thiserror-no-std v2.0.2
8962026-07-08T17:55:17.876Z Downloaded thiserror-impl v1.0.69
8972026-07-08T17:55:17.879Z Downloaded socket2 v0.6.3
8982026-07-08T17:55:17.879Z Downloaded socket2 v0.5.10
8992026-07-08T17:55:17.882Z Downloaded toml_write v0.1.2
9002026-07-08T17:55:17.882Z Downloaded tinytemplate v1.2.1
9012026-07-08T17:55:17.882Z Downloaded tinystr v0.8.2
9022026-07-08T17:55:17.885Z Downloaded blake3 v1.8.5
9032026-07-08T17:55:17.889Z Downloaded trait-variant v0.1.2
9042026-07-08T17:55:17.892Z Downloaded typify-macro v0.6.2
9052026-07-08T17:55:17.895Z Downloaded p521 v0.14.0-rc.10
9062026-07-08T17:55:17.897Z Downloaded unarray v0.1.4
9072026-07-08T17:55:17.900Z Downloaded rand v0.10.1
9082026-07-08T17:55:17.903Z Downloaded rstest_macros v0.25.0
9092026-07-08T17:55:17.903Z Downloaded tower-service v0.3.3
9102026-07-08T17:55:17.906Z Downloaded termcolor v1.4.1
9112026-07-08T17:55:17.906Z Downloaded iddqd v0.4.2
9122026-07-08T17:55:17.909Z Downloaded target-lexicon v0.13.3
9132026-07-08T17:55:17.913Z Downloaded tokio-native-tls v0.3.1
9142026-07-08T17:55:17.916Z Downloaded unicode-xid v0.2.6
9152026-07-08T17:55:17.916Z Downloaded tokio-dtrace v0.1.1
9162026-07-08T17:55:17.919Z Downloaded tls_codec_derive v0.4.2
9172026-07-08T17:55:17.919Z Downloaded unit-prefix v0.5.2
9182026-07-08T17:55:17.919Z Downloaded goblin v0.8.2
9192026-07-08T17:55:17.923Z Downloaded thread_local v1.1.9
9202026-07-08T17:55:17.926Z Downloaded thiserror-impl v2.0.18
9212026-07-08T17:55:17.926Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9222026-07-08T17:55:17.929Z Downloaded untrusted v0.9.0
9232026-07-08T17:55:17.929Z Downloaded pest v2.8.6
9242026-07-08T17:55:17.931Z Downloaded thiserror v2.0.18
9252026-07-08T17:55:17.934Z Downloaded usdt v0.6.0
9262026-07-08T17:55:17.935Z Downloaded unicode-linebreak v0.1.5
9272026-07-08T17:55:17.938Z Downloaded toml_writer v1.1.1+spec-1.1.0
9282026-07-08T17:55:17.938Z Downloaded thiserror v1.0.69
9292026-07-08T17:55:17.941Z Downloaded universal-hash v0.5.1
9302026-07-08T17:55:17.941Z Downloaded untrusted v0.7.1
9312026-07-08T17:55:17.943Z Downloaded universal-hash v0.6.1
9322026-07-08T17:55:17.943Z Downloaded rustls-webpki v0.103.13
9332026-07-08T17:55:17.943Z Downloaded usdt v0.5.0
9342026-07-08T17:55:17.946Z Downloaded snafu v0.8.9
9352026-07-08T17:55:17.949Z Downloaded rand v0.9.2
9362026-07-08T17:55:17.952Z Downloaded tls_codec v0.4.2
9372026-07-08T17:55:17.952Z Downloaded unicode-truncate v1.1.0
9382026-07-08T17:55:17.955Z Downloaded tempfile v3.25.0
9392026-07-08T17:55:17.955Z Downloaded usdt-macro v0.6.0
9402026-07-08T17:55:17.955Z Downloaded utf8_iter v1.0.4
9412026-07-08T17:55:17.958Z Downloaded usdt-macro v0.5.0
9422026-07-08T17:55:17.958Z Downloaded subtle v2.6.1
9432026-07-08T17:55:17.958Z Downloaded libm v0.2.16
9442026-07-08T17:55:17.964Z Downloaded git2 v0.20.4
9452026-07-08T17:55:17.969Z Downloaded tui-tree-widget v0.23.1
9462026-07-08T17:55:17.972Z Downloaded samael v0.0.19
9472026-07-08T17:55:17.975Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9482026-07-08T17:55:17.975Z Downloaded tokio-tungstenite v0.23.1
9492026-07-08T17:55:17.980Z Downloaded unicase v2.9.0
9502026-07-08T17:55:17.980Z Downloaded utf-8 v0.7.6
9512026-07-08T17:55:17.980Z Downloaded usdt-attr-macro v0.6.0
9522026-07-08T17:55:17.980Z Downloaded usdt-attr-macro v0.5.0
9532026-07-08T17:55:17.980Z Downloaded tokio-tungstenite v0.21.0
9542026-07-08T17:55:17.984Z Downloaded aws-lc-rs v1.16.3
9552026-07-08T17:55:17.990Z Downloaded bitvec v1.0.1
9562026-07-08T17:55:17.998Z Downloaded term v1.2.1
9572026-07-08T17:55:18.001Z Downloaded version_check v0.9.5
9582026-07-08T17:55:18.004Z Downloaded utf8parse v0.2.2
9592026-07-08T17:55:18.005Z Downloaded waitgroup v0.1.2
9602026-07-08T17:55:18.005Z Downloaded wait-timeout v0.2.1
9612026-07-08T17:55:18.005Z Downloaded void v1.0.2
9622026-07-08T17:55:18.008Z Downloaded test-strategy v0.4.5
9632026-07-08T17:55:18.011Z Downloaded term v0.7.0
9642026-07-08T17:55:18.011Z Downloaded rustyline v14.0.0
9652026-07-08T17:55:18.015Z Downloaded want v0.3.1
9662026-07-08T17:55:18.020Z Downloaded toml v0.8.23
9672026-07-08T17:55:18.034Z Downloaded textwrap v0.16.2
9682026-07-08T17:55:18.037Z Downloaded textwrap v0.15.2
9692026-07-08T17:55:18.037Z Downloaded usdt-impl v0.6.0
9702026-07-08T17:55:18.042Z Downloaded xshell-macros v0.2.7
9712026-07-08T17:55:18.045Z Downloaded tokio-stream v0.1.18
9722026-07-08T17:55:18.048Z Downloaded yoke-derive v0.8.1
9732026-07-08T17:55:18.048Z Downloaded xattr v1.6.1
9742026-07-08T17:55:18.055Z Downloaded tracing-attributes v0.1.31
9752026-07-08T17:55:18.059Z Downloaded twox-hash v2.1.2
9762026-07-08T17:55:18.065Z Downloaded ucd-trie v0.1.7
9772026-07-08T17:55:18.068Z Downloaded zerofrom v0.1.6
9782026-07-08T17:55:18.068Z Downloaded usdt-impl v0.5.0
9792026-07-08T17:55:18.069Z Downloaded zone_cfg_derive v0.3.1
9802026-07-08T17:55:18.069Z Downloaded tokio-rustls v0.26.4
9812026-07-08T17:55:18.073Z Downloaded zone v0.3.1
9822026-07-08T17:55:18.077Z Downloaded zerofrom-derive v0.1.6
9832026-07-08T17:55:18.080Z Downloaded steno v0.4.1
9842026-07-08T17:55:18.080Z Downloaded vergen-lib v0.1.6
9852026-07-08T17:55:18.080Z Downloaded zeroize_derive v1.4.3
9862026-07-08T17:55:18.084Z Downloaded tinyvec v1.10.0
9872026-07-08T17:55:18.084Z Downloaded bindgen v0.71.1
9882026-07-08T17:55:18.088Z Downloaded vergen-gitcl v1.0.8
9892026-07-08T17:55:18.093Z Downloaded vergen-lib v9.1.0
9902026-07-08T17:55:18.096Z Downloaded vsss-rs v3.3.4
9912026-07-08T17:55:18.096Z Downloaded toml_parser v1.1.2+spec-1.1.0
9922026-07-08T17:55:18.100Z Downloaded walkdir v2.5.0
9932026-07-08T17:55:18.103Z Downloaded toml v0.7.8
9942026-07-08T17:55:18.103Z Downloaded uzers v0.12.2
9952026-07-08T17:55:18.106Z Downloaded rpassword v7.4.0
9962026-07-08T17:55:18.113Z Downloaded subprocess v0.2.15
9972026-07-08T17:55:18.116Z Downloaded writeable v0.6.2
9982026-07-08T17:55:18.120Z Downloaded vergen-git2 v9.1.0
9992026-07-08T17:55:18.129Z Downloaded tungstenite v0.23.0
10002026-07-08T17:55:18.132Z Downloaded trybuild v1.0.116
10012026-07-08T17:55:18.135Z Downloaded unicode-bidi v0.3.18
10022026-07-08T17:55:18.138Z Downloaded typify v0.6.2
10032026-07-08T17:55:18.141Z Downloaded zerovec-derive v0.11.2
10042026-07-08T17:55:18.141Z Downloaded whoami v1.6.1
10052026-07-08T17:55:18.144Z Downloaded wyz v0.5.1
10062026-07-08T17:55:18.144Z Downloaded whoami v2.1.0
10072026-07-08T17:55:18.148Z Downloaded p384 v0.13.1
10082026-07-08T17:55:18.161Z Downloaded toml_edit v0.22.27
10092026-07-08T17:55:18.164Z Downloaded serde_with v1.14.0
10102026-07-08T17:55:18.167Z Downloaded tar v0.4.45
10112026-07-08T17:55:18.170Z Downloaded xshell v0.2.7
10122026-07-08T17:55:18.180Z Downloaded zmij v1.0.21
10132026-07-08T17:55:18.187Z Downloaded yoke v0.8.1
10142026-07-08T17:55:18.190Z Downloaded plotters v0.3.7
10152026-07-08T17:55:18.193Z Downloaded zerocopy v0.6.6
10162026-07-08T17:55:18.196Z Downloaded tungstenite v0.21.0
10172026-07-08T17:55:18.199Z Downloaded rsa v0.10.0-rc.18
10182026-07-08T17:55:18.204Z Downloaded zerocopy-derive v0.7.35
10192026-07-08T17:55:18.206Z Downloaded zstd-safe v7.2.4
10202026-07-08T17:55:18.215Z Downloaded tokio-postgres v0.7.16
10212026-07-08T17:55:18.223Z Downloaded crypto-bigint v0.7.5
10222026-07-08T17:55:18.232Z Downloaded unicode-properties v0.1.4
10232026-07-08T17:55:18.235Z Downloaded unsafe-libyaml v0.2.11
10242026-07-08T17:55:18.238Z Downloaded unicode-ident v1.0.24
10252026-07-08T17:55:18.238Z Downloaded toml_edit v0.19.15
10262026-07-08T17:55:18.245Z Downloaded moka v0.12.13
10272026-07-08T17:55:18.250Z Downloaded curve25519-dalek v4.1.3
10282026-07-08T17:55:18.255Z Downloaded lalrpop v0.19.12
10292026-07-08T17:55:18.260Z Downloaded reedline v0.40.0
10302026-07-08T17:55:18.265Z Downloaded zopfli v0.8.3
10312026-07-08T17:55:18.269Z Downloaded yasna v0.5.2
10322026-07-08T17:55:18.269Z Downloaded toml v1.1.2+spec-1.1.0
10332026-07-08T17:55:18.273Z Downloaded zeroize v1.8.2
10342026-07-08T17:55:18.278Z Downloaded vte v0.14.1
10352026-07-08T17:55:18.281Z Downloaded zstd v0.13.3
10362026-07-08T17:55:18.285Z Downloaded uuid v1.23.4
10372026-07-08T17:55:18.288Z Downloaded quick-xml v0.37.5
10382026-07-08T17:55:18.295Z Downloaded vergen v9.1.0
10392026-07-08T17:55:18.298Z Downloaded tracing-core v0.1.36
10402026-07-08T17:55:18.319Z Downloaded typed-path v0.9.3
10412026-07-08T17:55:18.322Z Downloaded ssh-key v0.7.0-rc.10
10422026-07-08T17:55:18.326Z Downloaded unicode_categories v0.1.1
10432026-07-08T17:55:18.332Z Downloaded regex v1.12.3
10442026-07-08T17:55:18.342Z Downloaded object v0.30.4
10452026-07-08T17:55:18.351Z Downloaded typenum v1.20.1
10462026-07-08T17:55:18.357Z Downloaded toml_edit v0.23.10+spec-1.0.0
10472026-07-08T17:55:18.363Z Downloaded curve25519-dalek v5.0.0-rc.0
10482026-07-08T17:55:18.369Z Downloaded reqwest v0.12.28
10492026-07-08T17:55:18.372Z Downloaded x509-cert v0.2.5
10502026-07-08T17:55:18.380Z Downloaded goblin v0.10.5
10512026-07-08T17:55:18.391Z Downloaded zerocopy-derive v0.8.40
10522026-07-08T17:55:18.396Z Downloaded url v2.5.8
10532026-07-08T17:55:18.399Z Downloaded nix v0.27.1
10542026-07-08T17:55:18.404Z Downloaded serde_with v3.17.0
10552026-07-08T17:55:18.411Z Downloaded tower-http v0.6.8
10562026-07-08T17:55:18.416Z Downloaded dropshot v0.17.1
10572026-07-08T17:55:18.429Z Downloaded zip v4.6.1
10582026-07-08T17:55:18.432Z Downloaded zip v0.6.6
10592026-07-08T17:55:18.435Z Downloaded zerotrie v0.2.3
10602026-07-08T17:55:18.445Z Downloaded portable-atomic v1.13.1
10612026-07-08T17:55:18.462Z Downloaded tokio-util v0.7.18
10622026-07-08T17:55:18.478Z Downloaded salty v0.3.0
10632026-07-08T17:55:18.492Z Downloaded winnow v0.6.26
10642026-07-08T17:55:18.498Z Downloaded yansi v1.0.1
10652026-07-08T17:55:18.501Z Downloaded winnow v0.5.40
10662026-07-08T17:55:18.505Z Downloaded zerocopy v0.7.35
10672026-07-08T17:55:18.513Z Downloaded tower v0.5.3
10682026-07-08T17:55:18.518Z Downloaded reqwest v0.13.2
10692026-07-08T17:55:18.522Z Downloaded serde_json v1.0.150
10702026-07-08T17:55:18.526Z Downloaded rayon v1.11.0
10712026-07-08T17:55:18.531Z Downloaded hickory-proto v0.24.4
10722026-07-08T17:55:18.540Z Downloaded unicode-segmentation v1.12.0
10732026-07-08T17:55:18.543Z Downloaded tabled v0.15.0
10742026-07-08T17:55:18.552Z Downloaded time v0.3.47
10752026-07-08T17:55:18.559Z Downloaded petname v2.0.2
10762026-07-08T17:55:18.569Z Downloaded smoltcp v0.9.1
10772026-07-08T17:55:18.569Z Downloaded syn v1.0.109
10782026-07-08T17:55:18.574Z Downloaded gimli v0.32.3
10792026-07-08T17:55:18.579Z Downloaded winnow v1.0.3
10802026-07-08T17:55:18.584Z Downloaded proptest v1.10.0
10812026-07-08T17:55:18.590Z Downloaded vcpkg v0.2.15
10822026-07-08T17:55:18.613Z Downloaded regress v0.10.5
10832026-07-08T17:55:18.618Z Downloaded smoltcp v0.11.0
10842026-07-08T17:55:18.625Z Downloaded tough v0.22.0
10852026-07-08T17:55:18.629Z Downloaded unicode-width v0.2.0
10862026-07-08T17:55:18.633Z Downloaded bstr v1.12.1
10872026-07-08T17:55:18.638Z Downloaded hickory-proto v0.25.2
10882026-07-08T17:55:18.653Z Downloaded zerocopy v0.8.40
10892026-07-08T17:55:18.660Z Downloaded rustix v0.38.44
10902026-07-08T17:55:18.673Z Downloaded zerovec v0.11.5
10912026-07-08T17:55:18.677Z Downloaded unicode-width v0.1.14
10922026-07-08T17:55:18.681Z Downloaded radix_trie v0.2.1
10932026-07-08T17:55:18.684Z Downloaded quinn-proto v0.11.13
10942026-07-08T17:55:18.688Z Downloaded unicode-normalization v0.1.25
10952026-07-08T17:55:18.691Z Downloaded regress v0.11.1
10962026-07-08T17:55:18.695Z Downloaded object v0.37.3
10972026-07-08T17:55:18.702Z Downloaded fiat-crypto v0.3.0
10982026-07-08T17:55:18.724Z Downloaded typify-impl v0.6.2
10992026-07-08T17:55:18.736Z Downloaded nix v0.28.0
11002026-07-08T17:55:18.764Z Downloaded russh v0.61.2
11012026-07-08T17:55:18.772Z Downloaded chrono-tz v0.10.4
11022026-07-08T17:55:18.812Z Downloaded polar-core v0.27.3
11032026-07-08T17:55:18.822Z Downloaded winnow v0.7.14
11042026-07-08T17:55:18.827Z Downloaded openssl v0.10.79
11052026-07-08T17:55:18.832Z Downloaded csv v1.4.0
11062026-07-08T17:55:18.846Z Downloaded libz-sys v1.1.24
11072026-07-08T17:55:18.859Z Downloaded tokio v1.52.1
11082026-07-08T17:55:18.883Z Downloaded nix v0.31.2
11092026-07-08T17:55:18.913Z Downloaded regex-syntax v0.6.29
11102026-07-08T17:55:18.923Z Downloaded tabled v0.20.0
11112026-07-08T17:55:18.934Z Downloaded diesel v2.3.7
11122026-07-08T17:55:18.946Z Downloaded zlib-rs v0.6.2
11132026-07-08T17:55:18.949Z Downloaded openapiv3 v2.2.0
11142026-07-08T17:55:18.957Z Downloaded libgit2-sys v0.18.3+1.9.2
11152026-07-08T17:55:18.990Z Downloaded syn v2.0.117
11162026-07-08T17:55:19.039Z Downloaded regex-syntax v0.8.10
11172026-07-08T17:55:19.059Z Downloaded rustls v0.23.41
11182026-07-08T17:55:19.152Z Downloaded rustix v1.1.3
11192026-07-08T17:55:19.236Z Downloaded sqlparser v0.61.0
11202026-07-08T17:55:19.310Z Downloaded sled v0.34.7
11212026-07-08T17:55:19.319Z Downloaded bzip2-sys v0.1.13+1.0.8
11222026-07-08T17:55:19.329Z Downloaded ratatui v0.29.0
11232026-07-08T17:55:19.348Z Downloaded tracing v0.1.44
11242026-07-08T17:55:19.362Z Downloaded sha3 v0.11.0
11252026-07-08T17:55:19.470Z Downloaded zerocopy-derive v0.6.6
11262026-07-08T17:55:19.480Z Downloaded regex-automata v0.4.14
11272026-07-08T17:55:19.499Z Downloaded petgraph v0.6.5
11282026-07-08T17:55:19.555Z Downloaded jiff v0.2.21
11292026-07-08T17:55:19.602Z Downloaded libc v0.2.185
11302026-07-08T17:55:19.622Z Downloaded petgraph v0.8.3
11312026-07-08T17:55:19.676Z Downloaded sha3 v0.10.8
11322026-07-08T17:55:19.684Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11332026-07-08T17:55:19.864Z Downloaded encoding_rs v0.8.35
11342026-07-08T17:55:19.930Z Downloaded ring v0.17.14
11352026-07-08T17:55:19.955Z Downloaded httpmock v0.8.3
11362026-07-08T17:55:20.729Z Downloaded aws-lc-sys v0.40.0
11372026-07-08T17:55:21.140Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11382026-07-08T17:55:24.876Z Startup: Refreshing catalog 'helios' ... Done
11392026-07-08T17:55:24.988Z Startup: Caching catalogs ... Done
11402026-07-08T17:55:25.486ZPlanning: Solver setup ... Done (0.443s)
11412026-07-08T17:55:25.512ZPlanning: Running solver ... Done (0.027s)
11422026-07-08T17:55:25.523ZPlanning: Finding local manifests ... Done (0.003s)
11432026-07-08T17:55:25.535ZPlanning: Fetching manifests: 0/2 0% complete
11442026-07-08T17:55:25.574ZPlanning: Fetching manifests: 2/2 100% complete
11452026-07-08T17:55:25.590ZPlanning: Package planning ... Done (0.016s)
11462026-07-08T17:55:25.593ZPlanning: Merging actions ... Done (0.002s)
11472026-07-08T17:55:25.759ZPlanning: Checking for conflicting actions ... Done (0.167s)
11482026-07-08T17:55:25.763ZPlanning: Consolidating action changes ... Done (0.001s)
11492026-07-08T17:55:26.606ZPlanning: Evaluating mediators ... Done (0.846s)
11502026-07-08T17:55:26.609ZPlanning: Planning completed in 1.59 seconds
11512026-07-08T17:55:26.616Z Packages to install: 2
11522026-07-08T17:55:26.616Z Estimated space available: 155.78 GB
11532026-07-08T17:55:26.616ZEstimated space to be consumed: 30.99 MB
11542026-07-08T17:55:26.616Z Create boot environment: No
11552026-07-08T17:55:26.616ZCreate backup boot environment: No
11562026-07-08T17:55:26.620Z Rebuild boot archive: No
11572026-07-08T17:55:26.620Z
11582026-07-08T17:55:26.620ZChanged packages:
11592026-07-08T17:55:26.620Zhelios
11602026-07-08T17:55:26.620Z developer/build-essential
11612026-07-08T17:55:26.620Z None -> 11-3.0
11622026-07-08T17:55:26.620Z library/libxmlsec1
11632026-07-08T17:55:26.620Z None -> 1.2.35-3.0
11642026-07-08T17:55:26.642Z
11652026-07-08T17:55:26.642ZDownload: 0/214 items 0.0/1.3MB 0% complete
11662026-07-08T17:55:27.125ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
11672026-07-08T17:55:27.226Z Actions: 1/268 actions (Installing new actions)
11682026-07-08T17:55:27.269Z Actions: Completed 268 actions in 0.04 seconds.
11692026-07-08T17:55:27.277ZFinalize: Updating package state database ... Done (0.011s)
11702026-07-08T17:55:27.280ZFinalize: Updating package cache ... Done (0.000s)
11712026-07-08T17:55:27.307ZFinalize: Updating image state ... Done (0.029s)
11722026-07-08T17:55:29.914ZFinalize: Creating fast lookup database ... Done (2.582s)
11732026-07-08T17:55:29.983ZFinalize: Reading search index ... Done (0.012s)
11742026-07-08T17:55:29.997ZFinalize: Updating search index ... Done (0.000s)
11752026-07-08T17:55:30.096ZFinalize: Updating package cache ... Done (0.000s)
11762026-07-08T17:55:30.415ZPlanning: Evaluating mediator changes ... Done
11772026-07-08T17:55:30.587ZPlanning: Checking for conflicting actions ... Done
11782026-07-08T17:55:30.604ZPlanning: Consolidating action changes ... Done
11792026-07-08T17:55:30.701ZPlanning: Evaluating mediators ... Done
11802026-07-08T17:55:30.727ZPlanning: Planning completed in 0.26 seconds
11812026-07-08T17:55:30.728Z Mediators to change: 2
11822026-07-08T17:55:30.728Z Create boot environment: No
11832026-07-08T17:55:30.728ZCreate backup boot environment: No
11842026-07-08T17:55:30.753ZFinalize: Updating package state database ... Done
11852026-07-08T17:55:30.753ZFinalize: Updating package cache ... Done
11862026-07-08T17:55:30.761ZFinalize: Updating image state ... Done
11872026-07-08T17:55:32.713ZFinalize: Creating fast lookup database ... Done
11882026-07-08T17:55:32.771ZFinalize: Reading search index ... Done
11892026-07-08T17:55:32.774ZFinalize: Updating search index ... Done
11902026-07-08T17:55:32.838ZFinalize: Updating package cache ... Done
11912026-07-08T17:55:33.121ZPlanning: Evaluating mediator changes ... Done
11922026-07-08T17:55:33.230ZPlanning: Checking for conflicting actions ... Done
11932026-07-08T17:55:33.238ZPlanning: Consolidating action changes ... Done
11942026-07-08T17:55:33.386ZPlanning: Evaluating mediators ... Done
11952026-07-08T17:55:33.389ZPlanning: Planning completed in 0.26 seconds
11962026-07-08T17:55:33.408Z Mediators to change: 1
11972026-07-08T17:55:33.408Z Create boot environment: No
11982026-07-08T17:55:33.408ZCreate backup boot environment: No
11992026-07-08T17:55:33.456ZFinalize: Updating package state database ... Done
12002026-07-08T17:55:33.456ZFinalize: Updating package cache ... Done
12012026-07-08T17:55:33.477ZFinalize: Updating image state ... Done
12022026-07-08T17:55:35.435ZFinalize: Creating fast lookup database ... Done
12032026-07-08T17:55:35.496ZFinalize: Reading search index ... Done
12042026-07-08T17:55:35.499ZFinalize: Updating search index ... Done
12052026-07-08T17:55:35.553ZFinalize: Updating package cache ... Done
12062026-07-08T17:55:35.863ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12072026-07-08T17:55:35.863Zapache system 2.4 system
12082026-07-08T17:55:35.864Zclang system 15 system
12092026-07-08T17:55:35.864Zcsh system system illumos
12102026-07-08T17:55:35.864Zctags system system illumos
12112026-07-08T17:55:35.864Zfile vendor vendor darwinsys
12122026-07-08T17:55:35.864Zfile system system illumos
12132026-07-08T17:55:35.864Zgcc vendor 14 vendor
12142026-07-08T17:55:35.864Zgcc system 13 system
12152026-07-08T17:55:35.864Zgcc system 10 system
12162026-07-08T17:55:35.864Zgo system 1.25 system
12172026-07-08T17:55:35.864Zllvm system 15 system
12182026-07-08T17:55:35.864Zmariadb system 11.4 system
12192026-07-08T17:55:35.864Zmta vendor vendor dma
12202026-07-08T17:55:35.864Zopenjdk system 17 system
12212026-07-08T17:55:35.864Zopenjdk system 11 system
12222026-07-08T17:55:35.864Zopenssl vendor 3 vendor
12232026-07-08T17:55:35.864Zperl system 5.40 system
12242026-07-08T17:55:35.864Zpostgresql system 18 system
12252026-07-08T17:55:35.864Zpostgresql system 17 system
12262026-07-08T17:55:35.864Zpython vendor 3 vendor
12272026-07-08T17:55:35.864Zpython system 2 system
12282026-07-08T17:55:35.864Zpython3 vendor 3.13 vendor
12292026-07-08T17:55:35.864Zruby system 3.4 system
12302026-07-08T17:55:35.864Zruby system 3.0 system
12312026-07-08T17:55:35.864Zwords vendor vendor american-english
12322026-07-08T17:55:35.864Zwords system system australian-english
12332026-07-08T17:55:35.864Zwords system system british-english
12342026-07-08T17:55:35.864Zwords system system canadian-english
12352026-07-08T17:55:35.864Zwords system system french
12362026-07-08T17:55:35.864Zwords system system italian
12372026-07-08T17:55:35.864Zwords system system ngerman
12382026-07-08T17:55:35.864Zwords system system ogerman
12392026-07-08T17:55:35.864Zwords system system spanish
12402026-07-08T17:55:36.116ZPUBLISHER TYPE STATUS P LOCATION
12412026-07-08T17:55:36.116Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12422026-07-08T17:55:36.417ZFMRI IFO
12432026-07-08T17:55:36.417Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12442026-07-08T17:55:36.417Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12452026-07-08T17:55:36.417Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12462026-07-08T17:55:36.417Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12472026-07-08T17:55:36.417Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12482026-07-08T17:55:36.417Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12492026-07-08T17:55:36.417Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12502026-07-08T17:55:36.417Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12512026-07-08T17:55:36.417Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12522026-07-08T17:55:36.952Z Downloading crates ...
12532026-07-08T17:55:37.005Z Downloaded cargo_toml v0.21.0
12542026-07-08T17:55:37.047Z Compiling proc-macro2 v1.0.106
12552026-07-08T17:55:37.047Z Compiling quote v1.0.45
12562026-07-08T17:55:37.047Z Compiling unicode-ident v1.0.24
12572026-07-08T17:55:37.050Z Compiling serde_core v1.0.228
12582026-07-08T17:55:37.050Z Compiling libc v0.2.185
12592026-07-08T17:55:37.050Z Compiling version_check v0.9.5
12602026-07-08T17:55:37.050Z Compiling memchr v2.8.0
12612026-07-08T17:55:37.050Z Compiling serde v1.0.228
12622026-07-08T17:55:37.126Z Compiling zmij v1.0.21
12632026-07-08T17:55:37.129Z Compiling thiserror v1.0.69
12642026-07-08T17:55:37.129Z Compiling ucd-trie v0.1.7
12652026-07-08T17:55:37.129Z Compiling itoa v1.0.17
12662026-07-08T17:55:37.129Z Compiling rustix v1.1.3
12672026-07-08T17:55:37.129Z Compiling byteorder v1.5.0
12682026-07-08T17:55:37.341Z Compiling serde_json v1.0.150
12692026-07-08T17:55:37.420Z Compiling bitflags v2.11.0
12702026-07-08T17:55:37.579Z Compiling syn v1.0.109
12712026-07-08T17:55:37.590Z Compiling pest v2.8.6
12722026-07-08T17:55:37.664Z Compiling proc-macro-error-attr v1.0.4
12732026-07-08T17:55:37.716Z Compiling usdt-impl v0.5.0
12742026-07-08T17:55:37.716Z Compiling camino v1.2.2
12752026-07-08T17:55:37.754Z Compiling proc-macro-error v1.0.4
12762026-07-08T17:55:37.792Z Compiling equivalent v1.0.2
12772026-07-08T17:55:37.803Z Compiling plain v0.2.3
12782026-07-08T17:55:37.897Z Compiling hashbrown v0.17.0
12792026-07-08T17:55:37.908Z Compiling getrandom v0.4.1
12802026-07-08T17:55:37.951Z Compiling utf8parse v0.2.2
12812026-07-08T17:55:37.967Z Compiling log v0.4.29
12822026-07-08T17:55:38.003Z Compiling anstyle v1.0.14
12832026-07-08T17:55:38.007Z Compiling thiserror v2.0.18
12842026-07-08T17:55:38.023Z Compiling anstyle-query v1.1.5
12852026-07-08T17:55:38.080Z Compiling anstyle-parse v1.0.0
12862026-07-08T17:55:38.156Z Compiling errno v0.3.14
12872026-07-08T17:55:38.167Z Compiling thread-id v4.2.2
12882026-07-08T17:55:38.178Z Compiling is_terminal_polyfill v1.70.2
12892026-07-08T17:55:38.189Z Compiling winnow v0.7.14
12902026-07-08T17:55:38.192Z Compiling toml_write v0.1.2
12912026-07-08T17:55:38.247Z Compiling cfg-if v1.0.4
12922026-07-08T17:55:38.258Z Compiling pretty-hex v0.4.1
12932026-07-08T17:55:38.270Z Compiling colorchoice v1.0.4
12942026-07-08T17:55:38.291Z Compiling autocfg v1.5.0
12952026-07-08T17:55:38.327Z Compiling heck v0.4.1
12962026-07-08T17:55:38.337Z Compiling unicode-width v0.1.14
12972026-07-08T17:55:38.411Z Compiling indexmap v2.14.0
12982026-07-08T17:55:38.414Z Compiling anstream v1.0.0
12992026-07-08T17:55:38.414Z Compiling heck v0.5.0
13002026-07-08T17:55:38.485Z Compiling fnv v1.0.7
13012026-07-08T17:55:38.532Z Compiling fastrand v2.3.0
13022026-07-08T17:55:38.559Z Compiling strsim v0.11.1
13032026-07-08T17:55:38.595Z Compiling anyhow v1.0.102
13042026-07-08T17:55:38.633Z Compiling syn v2.0.117
13052026-07-08T17:55:38.671Z Compiling bytecount v0.6.9
13062026-07-08T17:55:38.736Z Compiling pest_meta v2.8.6
13072026-07-08T17:55:38.748Z Compiling fs-err v3.3.0
13082026-07-08T17:55:38.768Z Compiling once_cell v1.21.3
13092026-07-08T17:55:38.808Z Compiling clap_lex v1.0.0
13102026-07-08T17:55:38.831Z Compiling papergrid v0.11.0
13112026-07-08T17:55:38.979Z Compiling memmap v0.7.0
13122026-07-08T17:55:39.016Z Compiling unicode-width v0.2.0
13132026-07-08T17:55:39.045Z Compiling unicode-linebreak v0.1.5
13142026-07-08T17:55:39.110Z Compiling smawk v0.3.2
13152026-07-08T17:55:39.113Z Compiling swrite v0.1.0
13162026-07-08T17:55:39.183Z Compiling terminal_size v0.4.3
13172026-07-08T17:55:39.225Z Compiling tempfile v3.25.0
13182026-07-08T17:55:39.284Z Compiling clap_builder v4.6.0
13192026-07-08T17:55:39.296Z Compiling textwrap v0.16.2
13202026-07-08T17:55:39.506Z Compiling semver v1.0.28
13212026-07-08T17:55:39.539Z Compiling cargo-platform v0.3.2
13222026-07-08T17:55:39.751Z Compiling camino-tempfile v1.4.1
13232026-07-08T17:55:40.120Z Compiling tabled_derive v0.7.0
13242026-07-08T17:55:40.788Z Compiling tabled v0.15.0
13252026-07-08T17:55:40.817Z Compiling pest_generator v2.8.6
13262026-07-08T17:55:41.329Z Compiling serde_derive v1.0.228
13272026-07-08T17:55:41.334Z Compiling thiserror-impl v1.0.69
13282026-07-08T17:55:41.334Z Compiling zerocopy-derive v0.7.35
13292026-07-08T17:55:41.334Z Compiling scroll_derive v0.12.1
13302026-07-08T17:55:41.334Z Compiling thiserror-impl v2.0.18
13312026-07-08T17:55:41.334Z Compiling clap_derive v4.6.1
13322026-07-08T17:55:41.376Z Compiling pest_derive v2.8.6
13332026-07-08T17:55:41.926Z Compiling scroll v0.12.0
13342026-07-08T17:55:42.033Z Compiling zerocopy v0.7.35
13352026-07-08T17:55:42.131Z Compiling goblin v0.8.2
13362026-07-08T17:55:42.361Z Compiling dtrace-parser v0.2.0
13372026-07-08T17:55:42.631Z Compiling clap v4.6.1
13382026-07-08T17:55:43.669Z Compiling toml_datetime v0.6.11
13392026-07-08T17:55:43.669Z Compiling serde_spanned v0.6.9
13402026-07-08T17:55:43.669Z Compiling macaddr v1.0.1
13412026-07-08T17:55:43.672Z Compiling cargo_metadata v0.23.1
13422026-07-08T17:55:43.672Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13432026-07-08T17:55:43.679Z Compiling dof v0.3.0
13442026-07-08T17:55:43.682Z Compiling serde_tokenstream v0.2.3
13452026-07-08T17:55:43.831Z Compiling toml_edit v0.22.27
13462026-07-08T17:55:44.394Z Compiling usdt-macro v0.5.0
13472026-07-08T17:55:44.397Z Compiling usdt-attr-macro v0.5.0
13482026-07-08T17:55:44.978Z Compiling usdt v0.5.0
13492026-07-08T17:55:45.108Z Compiling toml v0.8.23
13502026-07-08T17:55:45.422Z Compiling cargo_toml v0.21.0
13512026-07-08T17:55:46.715Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13522026-07-08T17:55:48.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.16s
13532026-07-08T17:55:48.711Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13542026-07-08T17:55:49.424Z Compiling libc v0.2.185
13552026-07-08T17:55:49.425Z Compiling serde_core v1.0.228
13562026-07-08T17:55:49.425Z Compiling serde v1.0.228
13572026-07-08T17:55:49.428Z Compiling log v0.4.29
13582026-07-08T17:55:49.428Z Compiling smallvec v1.15.1
13592026-07-08T17:55:49.428Z Compiling find-msvc-tools v0.1.9
13602026-07-08T17:55:49.428Z Compiling shlex v1.3.0
13612026-07-08T17:55:49.428Z Compiling subtle v2.6.1
13622026-07-08T17:55:49.428Z Compiling scopeguard v1.2.0
13632026-07-08T17:55:49.608Z Compiling stable_deref_trait v1.2.1
13642026-07-08T17:55:49.622Z Compiling typenum v1.20.1
13652026-07-08T17:55:49.634Z Compiling serde_json v1.0.150
13662026-07-08T17:55:49.675Z Compiling zerocopy v0.8.40
13672026-07-08T17:55:49.688Z Compiling syn v2.0.117
13682026-07-08T17:55:49.692Z Compiling lock_api v0.4.14
13692026-07-08T17:55:49.692Z Compiling portable-atomic v1.13.1
13702026-07-08T17:55:49.725Z Compiling pin-project-lite v0.2.17
13712026-07-08T17:55:49.743Z Compiling parking_lot_core v0.9.12
13722026-07-08T17:55:49.772Z Compiling pkg-config v0.3.32
13732026-07-08T17:55:49.803Z Compiling critical-section v1.2.0
13742026-07-08T17:55:49.818Z Compiling futures-core v0.3.32
13752026-07-08T17:55:49.821Z Compiling libm v0.2.16
13762026-07-08T17:55:49.845Z Compiling getrandom v0.4.1
13772026-07-08T17:55:49.845Z Compiling num-traits v0.2.19
13782026-07-08T17:55:49.923Z Compiling generic-array v0.14.7
13792026-07-08T17:55:49.938Z Compiling rand_core v0.10.0
13802026-07-08T17:55:49.941Z Compiling const-oid v0.9.6
13812026-07-08T17:55:49.941Z Compiling percent-encoding v2.3.2
13822026-07-08T17:55:50.040Z Compiling writeable v0.6.2
13832026-07-08T17:55:50.101Z Compiling litemap v0.8.1
13842026-07-08T17:55:50.187Z Compiling icu_properties_data v2.1.2
13852026-07-08T17:55:50.202Z Compiling icu_normalizer_data v2.1.1
13862026-07-08T17:55:50.218Z Compiling futures-sink v0.3.32
13872026-07-08T17:55:50.245Z Compiling futures-task v0.3.32
13882026-07-08T17:55:50.285Z Compiling slab v0.4.12
13892026-07-08T17:55:50.288Z Compiling futures-io v0.3.32
13902026-07-08T17:55:50.311Z Compiling utf8_iter v1.0.4
13912026-07-08T17:55:50.311Z Compiling getrandom v0.3.4
13922026-07-08T17:55:50.354Z Compiling futures-channel v0.3.32
13932026-07-08T17:55:50.358Z Compiling rustversion v1.0.22
13942026-07-08T17:55:50.425Z Compiling form_urlencoded v1.2.2
13952026-07-08T17:55:50.468Z Compiling dunce v1.0.5
13962026-07-08T17:55:50.472Z Compiling ident_case v1.0.1
13972026-07-08T17:55:50.508Z Compiling jobserver v0.1.34
13982026-07-08T17:55:50.512Z Compiling errno v0.3.14
13992026-07-08T17:55:50.574Z Compiling getrandom v0.2.17
14002026-07-08T17:55:50.605Z Compiling mio v1.2.0
14012026-07-08T17:55:50.631Z Compiling socket2 v0.6.3
14022026-07-08T17:55:50.635Z Compiling rustix v1.1.3
14032026-07-08T17:55:50.660Z Compiling signal-hook-registry v1.4.8
14042026-07-08T17:55:50.708Z Compiling fs_extra v1.3.0
14052026-07-08T17:55:50.747Z Compiling cc v1.2.56
14062026-07-08T17:55:50.789Z Compiling once_cell v1.21.3
14072026-07-08T17:55:50.822Z Compiling rand_core v0.6.4
14082026-07-08T17:55:50.857Z Compiling parking_lot v0.12.5
14092026-07-08T17:55:50.900Z Compiling iana-time-zone v0.1.65
14102026-07-08T17:55:50.914Z Compiling regex-syntax v0.8.10
14112026-07-08T17:55:50.947Z Compiling base64ct v1.8.3
14122026-07-08T17:55:51.023Z Compiling vcpkg v0.2.15
14132026-07-08T17:55:51.055Z Compiling tracing-core v0.1.36
14142026-07-08T17:55:51.086Z Compiling flagset v0.4.7
14152026-07-08T17:55:51.129Z Compiling base64 v0.22.1
14162026-07-08T17:55:51.133Z Compiling aws-lc-rs v1.16.3
14172026-07-08T17:55:51.231Z Compiling pem-rfc7468 v0.7.0
14182026-07-08T17:55:51.254Z Compiling rand_core v0.9.5
14192026-07-08T17:55:51.269Z Compiling openssl-probe v0.2.1
14202026-07-08T17:55:51.269Z Compiling httparse v1.10.1
14212026-07-08T17:55:51.348Z Compiling tinyvec_macros v0.1.1
14222026-07-08T17:55:51.365Z Compiling cmov v0.5.4
14232026-07-08T17:55:51.428Z Compiling tinyvec v1.10.0
14242026-07-08T17:55:51.465Z Compiling aho-corasick v1.1.4
14252026-07-08T17:55:51.479Z Compiling cmake v0.1.57
14262026-07-08T17:55:51.483Z Compiling tower-service v0.3.3
14272026-07-08T17:55:51.562Z Compiling ctutils v0.4.2
14282026-07-08T17:55:51.577Z Compiling try-lock v0.2.5
14292026-07-08T17:55:51.580Z Compiling atomic-waker v1.1.2
14302026-07-08T17:55:51.608Z Compiling dyn-clone v1.0.20
14312026-07-08T17:55:51.608Z Compiling untrusted v0.7.1
14322026-07-08T17:55:51.636Z Compiling tower-layer v0.3.3
14332026-07-08T17:55:51.652Z Compiling schemars v0.8.22
14342026-07-08T17:55:51.699Z Compiling want v0.3.1
14352026-07-08T17:55:51.756Z Compiling bitflags v2.11.0
14362026-07-08T17:55:51.770Z Compiling semver v1.0.28
14372026-07-08T17:55:51.803Z Compiling indexmap v2.14.0
14382026-07-08T17:55:51.817Z Compiling uuid v1.23.4
14392026-07-08T17:55:51.820Z Compiling untrusted v0.9.0
14402026-07-08T17:55:51.820Z Compiling openssl v0.10.79
14412026-07-08T17:55:51.881Z Compiling foreign-types-shared v0.1.1
14422026-07-08T17:55:51.906Z Compiling httpdate v1.0.3
14432026-07-08T17:55:51.936Z Compiling rustls v0.23.41
14442026-07-08T17:55:51.954Z Compiling cpufeatures v0.2.17
14452026-07-08T17:55:51.976Z Compiling foreign-types v0.3.2
14462026-07-08T17:55:52.006Z Compiling rustc_version v0.4.1
14472026-07-08T17:55:52.031Z Compiling unicode-normalization v0.1.25
14482026-07-08T17:55:52.045Z Compiling spin v0.9.8
14492026-07-08T17:55:52.060Z Compiling time-core v0.1.8
14502026-07-08T17:55:52.107Z Compiling crc32fast v1.5.0
14512026-07-08T17:55:52.120Z Compiling powerfmt v0.2.0
14522026-07-08T17:55:52.151Z Compiling native-tls v0.2.18
14532026-07-08T17:55:52.169Z Compiling num-conv v0.2.0
14542026-07-08T17:55:52.220Z Compiling wait-timeout v0.2.1
14552026-07-08T17:55:52.271Z Compiling deranged v0.5.8
14562026-07-08T17:55:52.309Z Compiling time-macros v0.2.27
14572026-07-08T17:55:52.332Z Compiling aws-lc-sys v0.40.0
14582026-07-08T17:55:52.346Z Compiling openssl-sys v0.9.115
14592026-07-08T17:55:52.363Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14602026-07-08T17:55:52.392Z Compiling sync_wrapper v1.0.2
14612026-07-08T17:55:52.418Z Compiling regex-automata v0.4.14
14622026-07-08T17:55:52.506Z Compiling synstructure v0.13.2
14632026-07-08T17:55:52.522Z Compiling pest_generator v2.8.6
14642026-07-08T17:55:52.526Z Compiling serde_derive_internals v0.29.1
14652026-07-08T17:55:52.550Z Compiling darling_core v0.20.11
14662026-07-08T17:55:52.582Z Compiling usdt-impl v0.6.0
14672026-07-08T17:55:52.822Z Compiling tempfile v3.25.0
14682026-07-08T17:55:52.867Z Compiling num_threads v0.1.7
14692026-07-08T17:55:52.977Z Compiling siphasher v1.0.2
14702026-07-08T17:55:53.143Z Compiling crossbeam-utils v0.8.21
14712026-07-08T17:55:53.156Z Compiling bit-vec v0.8.0
14722026-07-08T17:55:53.210Z Compiling quick-error v1.2.3
14732026-07-08T17:55:53.213Z Compiling syn v1.0.109
14742026-07-08T17:55:53.244Z Compiling simd-adler32 v0.3.8
14752026-07-08T17:55:53.319Z Compiling rusty-fork v0.3.1
14762026-07-08T17:55:53.332Z Compiling darling_core v0.21.3
14772026-07-08T17:55:53.347Z Compiling bit-set v0.8.0
14782026-07-08T17:55:53.411Z Compiling heapless v0.7.17
14792026-07-08T17:55:53.459Z Compiling time v0.3.47
14802026-07-08T17:55:53.499Z Compiling bzip2-sys v0.1.13+1.0.8
14812026-07-08T17:55:53.613Z Compiling slog v2.8.2
14822026-07-08T17:55:53.689Z Compiling rand_xorshift v0.4.0
14832026-07-08T17:55:53.690Z Compiling thread-id v5.1.0
14842026-07-08T17:55:53.690Z Compiling cookie v0.18.1
14852026-07-08T17:55:53.690Z Compiling adler2 v2.0.1
14862026-07-08T17:55:53.690Z Compiling iri-string v0.7.10
14872026-07-08T17:55:53.690Z Compiling paste v1.0.15
14882026-07-08T17:55:53.690Z Compiling unicode-bidi v0.3.18
14892026-07-08T17:55:53.694Z Compiling allocator-api2 v0.2.21
14902026-07-08T17:55:53.709Z Compiling zstd-safe v7.2.4
14912026-07-08T17:55:53.721Z Compiling unarray v0.1.4
14922026-07-08T17:55:53.751Z Compiling unicode-properties v0.1.4
14932026-07-08T17:55:53.787Z Compiling anyhow v1.0.102
14942026-07-08T17:55:53.828Z Compiling ryu v1.0.23
14952026-07-08T17:55:53.848Z Compiling signal-hook v0.3.18
14962026-07-08T17:55:54.009Z Compiling stringprep v0.1.5
14972026-07-08T17:55:54.052Z Compiling miniz_oxide v0.8.9
14982026-07-08T17:55:54.115Z Compiling camino v1.2.2
14992026-07-08T17:55:54.224Z Compiling curve25519-dalek v4.1.3
15002026-07-08T17:55:54.240Z Compiling serde_derive v1.0.228
15012026-07-08T17:55:54.360Z Compiling zeroize_derive v1.4.3
15022026-07-08T17:55:54.472Z Compiling zerofrom-derive v0.1.6
15032026-07-08T17:55:54.511Z Compiling yoke-derive v0.8.1
15042026-07-08T17:55:54.604Z Compiling zerovec-derive v0.11.2
15052026-07-08T17:55:54.619Z Compiling zerocopy-derive v0.8.40
15062026-07-08T17:55:54.672Z Compiling displaydoc v0.2.5
15072026-07-08T17:55:54.700Z Compiling tokio-macros v2.7.0
15082026-07-08T17:55:54.891Z Compiling futures-macro v0.3.32
15092026-07-08T17:55:55.048Z Compiling zeroize v1.8.2
15102026-07-08T17:55:55.052Z Compiling tracing-attributes v0.1.31
15112026-07-08T17:55:55.147Z Compiling thiserror-impl v2.0.18
15122026-07-08T17:55:55.465Z Compiling der_derive v0.7.3
15132026-07-08T17:55:55.480Z Compiling rustls-pki-types v1.14.0
15142026-07-08T17:55:55.763Z Compiling hybrid-array v0.4.13
15152026-07-08T17:55:55.792Z Compiling futures-util v0.3.32
15162026-07-08T17:55:55.833Z Compiling schemars_derive v0.8.22
15172026-07-08T17:55:55.904Z Compiling block-buffer v0.10.4
15182026-07-08T17:55:55.919Z Compiling crypto-common v0.1.7
15192026-07-08T17:55:55.949Z Compiling zerofrom v0.1.6
15202026-07-08T17:55:56.011Z Compiling pest_derive v2.8.6
15212026-07-08T17:55:56.081Z Compiling yoke v0.8.1
15222026-07-08T17:55:56.095Z Compiling digest v0.10.7
15232026-07-08T17:55:56.108Z Compiling scroll_derive v0.13.1
15242026-07-08T17:55:56.286Z Compiling zerovec v0.11.5
15252026-07-08T17:55:56.361Z Compiling zerotrie v0.2.3
15262026-07-08T17:55:56.501Z Compiling der v0.7.10
15272026-07-08T17:55:56.516Z Compiling tracing v0.1.44
15282026-07-08T17:55:56.519Z Compiling darling_macro v0.20.11
15292026-07-08T17:55:56.601Z Compiling openssl-macros v0.1.1
15302026-07-08T17:55:56.616Z Compiling sha2 v0.10.9
15312026-07-08T17:55:56.629Z Compiling thiserror v2.0.18
15322026-07-08T17:55:56.682Z Compiling hmac v0.12.1
15332026-07-08T17:55:56.754Z Compiling tinystr v0.8.2
15342026-07-08T17:55:56.809Z Compiling potential_utf v0.1.4
15352026-07-08T17:55:56.830Z Compiling dtrace-parser v0.3.0
15362026-07-08T17:55:56.860Z Compiling thiserror-impl v1.0.69
15372026-07-08T17:55:56.980Z Compiling icu_locale_core v2.1.1
15382026-07-08T17:55:56.994Z Compiling icu_collections v2.1.1
15392026-07-08T17:55:57.010Z Compiling scroll v0.13.0
15402026-07-08T17:55:57.077Z Compiling darling v0.20.11
15412026-07-08T17:55:57.173Z Compiling derive_builder_core v0.20.2
15422026-07-08T17:55:57.188Z Compiling scroll_derive v0.12.1
15432026-07-08T17:55:57.307Z Compiling goblin v0.10.5
15442026-07-08T17:55:57.509Z Compiling spki v0.7.3
15452026-07-08T17:55:57.620Z Compiling icu_provider v2.1.1
15462026-07-08T17:55:57.739Z Compiling pkcs8 v0.10.2
15472026-07-08T17:55:57.756Z Compiling bytes v1.11.1
15482026-07-08T17:55:57.838Z Compiling chrono v0.4.44
15492026-07-08T17:55:57.908Z Compiling icu_properties v2.1.2
15502026-07-08T17:55:57.924Z Compiling icu_normalizer v2.1.1
15512026-07-08T17:55:57.945Z Compiling ipnet v2.11.0
15522026-07-08T17:55:58.028Z Compiling scroll v0.12.0
15532026-07-08T17:55:58.056Z Compiling serde_spanned v0.6.9
15542026-07-08T17:55:58.070Z Compiling toml_datetime v0.6.11
15552026-07-08T17:55:58.085Z Compiling derive_builder_macro v0.20.2
15562026-07-08T17:55:58.181Z Compiling serde_urlencoded v0.7.1
15572026-07-08T17:55:58.222Z Compiling thiserror v1.0.69
15582026-07-08T17:55:58.226Z Compiling serde_tokenstream v0.2.3
15592026-07-08T17:55:58.250Z Compiling tokio v1.52.1
15602026-07-08T17:55:58.343Z Compiling http v1.4.2
15612026-07-08T17:55:58.358Z Compiling erased-serde v0.3.31
15622026-07-08T17:55:58.402Z Compiling block-padding v0.4.2
15632026-07-08T17:55:58.443Z Compiling block-buffer v0.12.1
15642026-07-08T17:55:58.462Z Compiling crypto-common v0.2.2
15652026-07-08T17:55:58.477Z Compiling signature v2.2.0
15662026-07-08T17:55:58.572Z Compiling md-5 v0.10.6
15672026-07-08T17:55:58.586Z Compiling darling_macro v0.21.3
15682026-07-08T17:55:58.600Z Compiling rustls-native-certs v0.8.3
15692026-07-08T17:55:58.653Z Compiling bstr v1.12.1
15702026-07-08T17:55:58.668Z Compiling zerocopy-derive v0.7.35
15712026-07-08T17:55:58.748Z Compiling async-trait v0.1.89
15722026-07-08T17:55:58.856Z Compiling idna_adapter v1.2.1
15732026-07-08T17:55:58.896Z Compiling pin-project-internal v1.1.11
15742026-07-08T17:55:59.015Z Compiling idna v1.1.0
15752026-07-08T17:55:59.028Z Compiling http-body v1.0.1
15762026-07-08T17:55:59.098Z Compiling ppv-lite86 v0.2.21
15772026-07-08T17:55:59.196Z Compiling http-body-util v0.1.3
15782026-07-08T17:55:59.250Z Compiling vergen-lib v9.1.0
15792026-07-08T17:55:59.301Z Compiling url v2.5.8
15802026-07-08T17:55:59.317Z Compiling num-integer v0.1.46
15812026-07-08T17:55:59.438Z Compiling rand_chacha v0.9.0
15822026-07-08T17:55:59.455Z Compiling rand_chacha v0.3.1
15832026-07-08T17:55:59.467Z Compiling hash32 v0.2.1
15842026-07-08T17:55:59.571Z Compiling memoffset v0.9.1
15852026-07-08T17:55:59.615Z Compiling encoding_rs v0.8.35
15862026-07-08T17:55:59.655Z Compiling rand v0.9.2
15872026-07-08T17:55:59.674Z Compiling ref-cast v1.0.25
15882026-07-08T17:55:59.687Z Compiling smoltcp v0.9.1
15892026-07-08T17:55:59.811Z Compiling cfg_aliases v0.2.1
15902026-07-08T17:55:59.894Z Compiling mime v0.3.17
15912026-07-08T17:56:00.011Z Compiling dof v0.4.0
15922026-07-08T17:56:00.049Z Compiling rustix v0.38.44
15932026-07-08T17:56:00.063Z Compiling num-bigint-dig v0.8.6
15942026-07-08T17:56:00.077Z Compiling fallible-iterator v0.2.0
15952026-07-08T17:56:00.116Z Compiling litrs v1.0.0
15962026-07-08T17:56:00.131Z Compiling psl-types v2.0.11
15972026-07-08T17:56:00.176Z Compiling zlib-rs v0.6.2
15982026-07-08T17:56:00.209Z Compiling pin-project v1.1.11
15992026-07-08T17:56:00.251Z Compiling proptest v1.10.0
16002026-07-08T17:56:00.269Z Compiling publicsuffix v2.3.0
16012026-07-08T17:56:00.317Z Compiling nix v0.31.2
16022026-07-08T17:56:00.357Z Compiling postgres-protocol v0.6.10
16032026-07-08T17:56:00.454Z Compiling rand v0.8.6
16042026-07-08T17:56:00.514Z Compiling zerocopy v0.7.35
16052026-07-08T17:56:00.531Z Compiling num-iter v0.1.45
16062026-07-08T17:56:00.698Z Compiling ipnetwork v0.21.1
16072026-07-08T17:56:00.733Z Compiling document-features v0.2.12
16082026-07-08T17:56:00.977Z Compiling oxnet v0.1.6
16092026-07-08T17:56:01.024Z Compiling darling v0.21.3
16102026-07-08T17:56:01.111Z Compiling derive_builder v0.20.2
16112026-07-08T17:56:01.139Z Compiling inout v0.2.2
16122026-07-08T17:56:01.156Z Compiling goblin v0.8.2
16132026-07-08T17:56:01.160Z Compiling hubpack_derive v0.1.1
16142026-07-08T17:56:01.200Z Compiling futures-executor v0.3.32
16152026-07-08T17:56:01.263Z Compiling hex v0.4.3
16162026-07-08T17:56:01.322Z Compiling regex v1.12.3
16172026-07-08T17:56:01.417Z Compiling daft-derive v0.1.7
16182026-07-08T17:56:01.441Z Compiling ref-cast-impl v1.0.25
16192026-07-08T17:56:01.470Z Compiling strum_macros v0.27.2
16202026-07-08T17:56:01.482Z Compiling curve25519-dalek-derive v0.1.1
16212026-07-08T17:56:01.496Z Compiling snafu-derive v0.8.9
16222026-07-08T17:56:01.659Z Compiling phf_shared v0.13.1
16232026-07-08T17:56:01.756Z Compiling terminal_size v0.4.3
16242026-07-08T17:56:01.771Z Compiling lazy_static v1.5.0
16252026-07-08T17:56:01.868Z Compiling anstyle-parse v0.2.7
16262026-07-08T17:56:01.882Z Compiling cargo-platform v0.3.2
16272026-07-08T17:56:01.897Z Compiling vergen v9.1.0
16282026-07-08T17:56:01.912Z Compiling ff v0.13.1
16292026-07-08T17:56:01.927Z Compiling fs-err v3.3.0
16302026-07-08T17:56:02.029Z Compiling ahash v0.8.12
16312026-07-08T17:56:02.072Z Compiling bumpalo v3.20.2
16322026-07-08T17:56:02.087Z Compiling tokio-util v0.7.18
16332026-07-08T17:56:02.131Z Compiling tower v0.5.3
16342026-07-08T17:56:02.169Z Compiling tokio-native-tls v0.3.1
16352026-07-08T17:56:02.182Z Compiling bitflags v1.3.2
16362026-07-08T17:56:02.194Z Compiling base16ct v0.2.0
16372026-07-08T17:56:02.198Z Compiling managed v0.8.0
16382026-07-08T17:56:02.220Z Compiling libbz2-rs-sys v0.2.2
16392026-07-08T17:56:02.267Z Compiling unicode-segmentation v1.12.0
16402026-07-08T17:56:02.284Z Compiling foldhash v0.1.5
16412026-07-08T17:56:02.342Z Compiling same-file v1.0.6
16422026-07-08T17:56:02.360Z Compiling winnow v0.5.40
16432026-07-08T17:56:02.398Z Compiling object v0.37.3
16442026-07-08T17:56:02.422Z Compiling foldhash v0.2.0
16452026-07-08T17:56:02.468Z Compiling walkdir v2.5.0
16462026-07-08T17:56:02.517Z Compiling hashbrown v0.15.5
16472026-07-08T17:56:02.628Z Compiling tower-http v0.6.8
16482026-07-08T17:56:02.660Z Compiling bzip2 v0.6.1
16492026-07-08T17:56:02.676Z Compiling hashbrown v0.16.1
16502026-07-08T17:56:02.709Z Compiling newtype-uuid v1.3.2
16512026-07-08T17:56:02.814Z Compiling h2 v0.4.15
16522026-07-08T17:56:02.959Z Compiling daft v0.1.7
16532026-07-08T17:56:03.078Z Compiling sec1 v0.7.3
16542026-07-08T17:56:03.108Z Compiling zopfli v0.8.3
16552026-07-08T17:56:03.149Z Compiling flate2 v1.1.9
16562026-07-08T17:56:03.266Z Compiling clap_builder v4.6.0
16572026-07-08T17:56:03.397Z Compiling dof v0.3.0
16582026-07-08T17:56:03.426Z Compiling cargo_metadata v0.23.1
16592026-07-08T17:56:03.477Z Compiling snafu v0.8.9
16602026-07-08T17:56:03.514Z Compiling strum v0.27.2
16612026-07-08T17:56:03.560Z Compiling group v0.13.0
16622026-07-08T17:56:03.660Z Compiling anstream v0.6.21
16632026-07-08T17:56:03.706Z Compiling toml_edit v0.19.15
16642026-07-08T17:56:03.756Z Compiling phf v0.13.1
16652026-07-08T17:56:03.802Z Compiling signal-hook-mio v0.2.5
16662026-07-08T17:56:03.840Z Compiling hubpack v0.1.2
16672026-07-08T17:56:03.854Z Compiling usdt-attr-macro v0.6.0
16682026-07-08T17:56:03.933Z Compiling usdt-macro v0.6.0
16692026-07-08T17:56:03.985Z Compiling cookie_store v0.22.1
16702026-07-08T17:56:04.078Z Compiling bzip2 v0.4.4
16712026-07-08T17:56:04.094Z Compiling futures v0.3.32
16722026-07-08T17:56:04.123Z Compiling cipher v0.5.2
16732026-07-08T17:56:04.187Z Compiling serde_with_macros v3.17.0
16742026-07-08T17:56:04.311Z Compiling zstd v0.13.3
16752026-07-08T17:56:04.325Z Compiling postgres-types v0.2.12
16762026-07-08T17:56:04.667Z Compiling globset v0.4.18
16772026-07-08T17:56:04.681Z Compiling ed25519 v2.2.3
16782026-07-08T17:56:04.698Z Compiling dtrace-parser v0.2.0
16792026-07-08T17:56:04.718Z Compiling pkcs1 v0.7.5
16802026-07-08T17:56:04.736Z Compiling serde-big-array v0.5.1
16812026-07-08T17:56:04.805Z Compiling serde_plain v1.0.2
16822026-07-08T17:56:04.888Z Compiling olpc-cjson v0.1.4
16832026-07-08T17:56:04.902Z Compiling hkdf v0.12.4
16842026-07-08T17:56:05.022Z Compiling crypto-bigint v0.5.5
16852026-07-08T17:56:05.066Z Compiling strum_macros v0.26.4
16862026-07-08T17:56:05.080Z Compiling enum-as-inner v0.6.1
16872026-07-08T17:56:05.134Z Compiling serde_repr v0.1.20
16882026-07-08T17:56:05.364Z Compiling clap_derive v4.6.1
16892026-07-08T17:56:05.379Z Compiling async-recursion v1.1.1
16902026-07-08T17:56:05.463Z Compiling phf_shared v0.11.3
16912026-07-08T17:56:05.583Z Compiling float-cmp v0.10.0
16922026-07-08T17:56:05.636Z Compiling pem v3.0.6
16932026-07-08T17:56:05.654Z Compiling thread-id v4.2.2
16942026-07-08T17:56:05.738Z Compiling memmap2 v0.9.10
16952026-07-08T17:56:05.753Z Compiling env_filter v1.0.0
16962026-07-08T17:56:05.767Z Compiling jiff v0.2.21
16972026-07-08T17:56:05.771Z Compiling const-oid v0.10.2
16982026-07-08T17:56:05.979Z Compiling precomputed-hash v0.1.1
16992026-07-08T17:56:05.995Z Compiling hyper v1.10.1
17002026-07-08T17:56:06.009Z Compiling winnow v1.0.3
17012026-07-08T17:56:06.081Z Compiling cpufeatures v0.3.0
17022026-07-08T17:56:06.096Z Compiling difflib v0.4.0
17032026-07-08T17:56:06.099Z Compiling fixedbitset v0.4.2
17042026-07-08T17:56:06.178Z Compiling static_assertions v1.1.0
17052026-07-08T17:56:06.236Z Compiling typed-path v0.9.3
17062026-07-08T17:56:06.269Z Compiling either v1.15.0
17072026-07-08T17:56:06.320Z Compiling keccak v0.1.6
17082026-07-08T17:56:06.351Z Compiling new_debug_unreachable v1.0.6
17092026-07-08T17:56:06.385Z Compiling whoami v2.1.0
17102026-07-08T17:56:06.400Z Compiling fixedbitset v0.5.7
17112026-07-08T17:56:06.437Z Compiling predicates-core v1.0.10
17122026-07-08T17:56:06.495Z Compiling data-encoding v2.10.0
17132026-07-08T17:56:06.637Z Compiling normalize-line-endings v0.3.0
17142026-07-08T17:56:06.685Z Compiling petgraph v0.8.3
17152026-07-08T17:56:06.723Z Compiling predicates v3.1.4
17162026-07-08T17:56:06.744Z Compiling tokio-postgres v0.7.16
17172026-07-08T17:56:06.784Z Compiling sha3 v0.10.8
17182026-07-08T17:56:06.968Z Compiling strum v0.26.3
17192026-07-08T17:56:07.080Z Compiling hickory-proto v0.25.2
17202026-07-08T17:56:07.094Z Compiling itertools v0.13.0
17212026-07-08T17:56:07.120Z Compiling string_cache v0.8.9
17222026-07-08T17:56:07.221Z Compiling hyper-util v0.1.20
17232026-07-08T17:56:07.248Z Compiling toml_edit v0.22.27
17242026-07-08T17:56:07.272Z Compiling toml_parser v1.1.2+spec-1.1.0
17252026-07-08T17:56:07.304Z Compiling clap v4.6.1
17262026-07-08T17:56:07.372Z Compiling petgraph v0.6.5
17272026-07-08T17:56:07.401Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17282026-07-08T17:56:07.415Z Compiling chacha20 v0.10.0
17292026-07-08T17:56:07.503Z Compiling elliptic-curve v0.13.8
17302026-07-08T17:56:07.665Z Compiling digest v0.11.3
17312026-07-08T17:56:07.812Z Compiling env_logger v0.11.9
17322026-07-08T17:56:07.908Z Compiling usdt v0.6.0
17332026-07-08T17:56:07.930Z Compiling usdt-impl v0.5.0
17342026-07-08T17:56:07.950Z Compiling serde_with v3.17.0
17352026-07-08T17:56:08.177Z Compiling crossterm v0.28.1
17362026-07-08T17:56:08.191Z Compiling toml v0.7.8
17372026-07-08T17:56:08.381Z Compiling rsa v0.9.10
17382026-07-08T17:56:08.529Z Compiling zip v4.6.1
17392026-07-08T17:56:08.662Z Compiling hyper-tls v0.6.0
17402026-07-08T17:56:08.812Z Compiling ed25519-dalek v2.2.0
17412026-07-08T17:56:08.885Z Compiling reqwest v0.12.28
17422026-07-08T17:56:09.020Z Compiling zip v0.6.6
17432026-07-08T17:56:09.429Z Compiling iddqd v0.4.2
17442026-07-08T17:56:09.528Z Compiling tokio-stream v0.1.18
17452026-07-08T17:56:09.622Z Compiling similar v2.7.0
17462026-07-08T17:56:09.695Z Compiling heck v0.4.1
17472026-07-08T17:56:09.766Z Compiling buf-list v1.1.2
17482026-07-08T17:56:09.918Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17492026-07-08T17:56:09.940Z Compiling openapiv3 v2.2.0
17502026-07-08T17:56:10.003Z Compiling x509-cert v0.2.5
17512026-07-08T17:56:10.018Z Compiling crossbeam-epoch v0.9.18
17522026-07-08T17:56:10.042Z Compiling lalrpop-util v0.19.12
17532026-07-08T17:56:10.062Z Compiling peg-runtime v0.8.5
17542026-07-08T17:56:10.227Z Compiling thread_local v1.1.9
17552026-07-08T17:56:10.252Z Compiling slog-async v2.8.0
17562026-07-08T17:56:10.266Z Compiling crossbeam-channel v0.5.15
17572026-07-08T17:56:10.362Z Compiling filetime v0.2.27
17582026-07-08T17:56:10.362Z Compiling is-terminal v0.4.17
17592026-07-08T17:56:10.487Z Compiling xattr v1.6.1
17602026-07-08T17:56:10.523Z Compiling take_mut v0.2.2
17612026-07-08T17:56:10.573Z Compiling term v1.2.1
17622026-07-08T17:56:10.605Z Compiling camino-tempfile v1.4.1
17632026-07-08T17:56:10.642Z Compiling tar v0.4.45
17642026-07-08T17:56:10.849Z Compiling slog-term v2.9.2
17652026-07-08T17:56:28.526Z Compiling rustls-webpki v0.103.13
17662026-07-08T17:56:31.236Z Compiling tokio-rustls v0.26.4
17672026-07-08T17:56:31.236Z Compiling rustls-platform-verifier v0.6.2
17682026-07-08T17:56:31.236Z Compiling tough v0.22.0
17692026-07-08T17:56:31.433Z Compiling hyper-rustls v0.27.7
17702026-07-08T17:56:31.626Z Compiling reqwest v0.13.2
17712026-07-08T17:56:33.796Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17722026-07-08T17:56:34.048Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17732026-07-08T17:56:36.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.09s
17742026-07-08T17:56:36.975Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17752026-07-08T17:56:37.027ZJul 08 17:56:36.238 INFO Starting download, target: Cockroach
17762026-07-08T17:56:37.027ZJul 08 17:56:36.239 INFO Starting download, target: Console
17772026-07-08T17:56:37.027ZJul 08 17:56:36.239 INFO Starting download, target: Clickhouse
17782026-07-08T17:56:37.027ZJul 08 17:56:36.239 INFO Starting download, target: DendriteStub
17792026-07-08T17:56:37.030ZJul 08 17:56:36.239 INFO Starting download, target: MaghemiteMgd
17802026-07-08T17:56:37.031ZJul 08 17:56:36.239 INFO Starting download, target: MaghemiteDdmd
17812026-07-08T17:56:37.031ZJul 08 17:56:36.239 INFO Starting download, target: TransceiverControl
17822026-07-08T17:56:37.031ZJul 08 17:56:36.239 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17832026-07-08T17:56:37.031ZJul 08 17:56:36.239 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17842026-07-08T17:56:37.031ZJul 08 17:56:36.239 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17852026-07-08T17:56:37.031ZJul 08 17:56:36.239 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17862026-07-08T17:56:37.031ZJul 08 17:56:36.239 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17872026-07-08T17:56:37.031ZJul 08 17:56:36.239 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17882026-07-08T17:56:37.031ZJul 08 17:56:36.239 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17892026-07-08T17:56:37.388ZJul 08 17:56:36.599 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17902026-07-08T17:56:37.598ZJul 08 17:56:36.807 INFO Download complete, target: TransceiverControl
17912026-07-08T17:56:38.836ZJul 08 17:56:38.037 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17922026-07-08T17:56:39.042ZJul 08 17:56:38.251 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17932026-07-08T17:56:39.100ZJul 08 17:56:38.308 INFO Download complete, target: Console
17942026-07-08T17:56:39.137ZJul 08 17:56:38.345 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17952026-07-08T17:56:39.182ZJul 08 17:56:38.393 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17962026-07-08T17:56:39.680ZJul 08 17:56:38.891 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17972026-07-08T17:56:39.680ZJul 08 17:56:38.891 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17982026-07-08T17:56:39.975ZJul 08 17:56:39.186 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17992026-07-08T17:56:40.988ZJul 08 17:56:40.200 INFO Download complete, target: MaghemiteDdmd
18002026-07-08T17:56:41.710ZJul 08 17:56:40.917 INFO Download complete, target: DendriteStub
18012026-07-08T17:56:41.831ZJul 08 17:56:41.042 INFO Download complete, target: MaghemiteMgd
18022026-07-08T17:56:44.385ZJul 08 17:56:43.596 INFO Checking that binary works, target: Cockroach
18032026-07-08T17:56:44.506ZJul 08 17:56:43.716 INFO Download complete, target: Cockroach
18042026-07-08T17:56:46.717ZJul 08 17:56:45.928 INFO Checking that binary works, target: Clickhouse
18052026-07-08T17:56:46.801ZJul 08 17:56:46.013 INFO Download complete, target: Clickhouse
18062026-07-08T17:56:46.813ZAll prerequisites installed successfully
18072026-07-08T17:56:46.820Z
18082026-07-08T17:56:46.821Zreal 1:25.665974664
18092026-07-08T17:56:46.821Zuser 6:31.632798963
18102026-07-08T17:56:46.821Zsys 1:37.079992493
18112026-07-08T17:56:46.821Ztrap 0.225644521
18122026-07-08T17:56:46.821Ztflt 0.850698367
18132026-07-08T17:56:46.821Zdflt 1.717333933
18142026-07-08T17:56:46.821Zkflt 0.021625394
18152026-07-08T17:56:46.821Zlock 23:20.172823687
18162026-07-08T17:56:46.821Zslp 17:50.841667824
18172026-07-08T17:56:46.821Zlat 20.974769639
18182026-07-08T17:56:46.821Zstop 2:22.881359321
18192026-07-08T17:56:46.821Z+ source ./tools/include/force-git-over-https.sh
18202026-07-08T17:56:46.821Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18212026-07-08T17:56:46.822Z++ (( i = 0 ))
18222026-07-08T17:56:46.822Z++ (( i < 5 ))
18232026-07-08T17:56:46.822Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18242026-07-08T17:56:46.822Z++ (( i++ ))
18252026-07-08T17:56:46.822Z++ (( i < 5 ))
18262026-07-08T17:56:46.822Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18272026-07-08T17:56:46.822Z++ (( i++ ))
18282026-07-08T17:56:46.822Z++ (( i < 5 ))
18292026-07-08T17:56:46.822Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18302026-07-08T17:56:46.830Z++ (( i++ ))
18312026-07-08T17:56:46.830Z++ (( i < 5 ))
18322026-07-08T17:56:46.830Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18332026-07-08T17:56:46.830Z++ (( i++ ))
18342026-07-08T17:56:46.830Z++ (( i < 5 ))
18352026-07-08T17:56:46.830Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18362026-07-08T17:56:46.830Z++ (( i++ ))
18372026-07-08T17:56:46.831Z++ (( i < 5 ))
18382026-07-08T17:56:46.831Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18392026-07-08T17:56:46.831Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18402026-07-08T17:56:46.831Z+ rc=0
18412026-07-08T17:56:46.831Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18422026-07-08T17:56:51.851Z+ case $rc in
18432026-07-08T17:56:51.851Z+ pfexec zfs create -p rpool/images/build/host
18442026-07-08T17:56:52.108Z+ pfexec zfs create -p rpool/images/build/recovery
18452026-07-08T17:56:52.181Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18462026-07-08T17:56:52.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18472026-07-08T17:56:52.630Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18482026-07-08T17:56:53.453Z Compiling proc-macro2 v1.0.106
18492026-07-08T17:56:53.454Z Compiling quote v1.0.45
18502026-07-08T17:56:53.464Z Compiling unicode-ident v1.0.24
18512026-07-08T17:56:53.464Z Compiling libc v0.2.185
18522026-07-08T17:56:53.464Z Compiling serde_core v1.0.228
18532026-07-08T17:56:53.464Z Compiling serde v1.0.228
18542026-07-08T17:56:53.464Z Compiling cfg-if v1.0.4
18552026-07-08T17:56:53.464Z Compiling find-msvc-tools v0.1.9
18562026-07-08T17:56:53.464Z Compiling shlex v1.3.0
18572026-07-08T17:56:53.613Z Compiling version_check v0.9.5
18582026-07-08T17:56:53.631Z Compiling autocfg v1.5.0
18592026-07-08T17:56:53.654Z Compiling zerocopy v0.8.40
18602026-07-08T17:56:53.666Z Compiling memchr v2.8.0
18612026-07-08T17:56:53.673Z Compiling zmij v1.0.21
18622026-07-08T17:56:53.673Z Compiling portable-atomic v1.13.1
18632026-07-08T17:56:53.747Z Compiling serde_json v1.0.150
18642026-07-08T17:56:53.770Z Compiling parking_lot_core v0.9.12
18652026-07-08T17:56:53.856Z Compiling libm v0.2.16
18662026-07-08T17:56:53.876Z Compiling getrandom v0.4.1
18672026-07-08T17:56:53.922Z Compiling generic-array v0.14.7
18682026-07-08T17:56:53.938Z Compiling icu_properties_data v2.1.2
18692026-07-08T17:56:54.101Z Compiling num-traits v0.2.19
18702026-07-08T17:56:54.164Z Compiling smallvec v1.15.1
18712026-07-08T17:56:54.173Z Compiling icu_normalizer_data v2.1.1
18722026-07-08T17:56:54.195Z Compiling pkg-config v0.3.32
18732026-07-08T17:56:54.203Z Compiling log v0.4.29
18742026-07-08T17:56:54.224Z Compiling itoa v1.0.17
18752026-07-08T17:56:54.271Z Compiling getrandom v0.3.4
18762026-07-08T17:56:54.344Z Compiling subtle v2.6.1
18772026-07-08T17:56:54.410Z Compiling scopeguard v1.2.0
18782026-07-08T17:56:54.433Z Compiling rustix v1.1.3
18792026-07-08T17:56:54.447Z Compiling stable_deref_trait v1.2.1
18802026-07-08T17:56:54.550Z Compiling jobserver v0.1.34
18812026-07-08T17:56:54.593Z Compiling lock_api v0.4.14
18822026-07-08T17:56:54.593Z Compiling errno v0.3.14
18832026-07-08T17:56:54.611Z Compiling critical-section v1.2.0
18842026-07-08T17:56:54.622Z Compiling heck v0.5.0
18852026-07-08T17:56:54.651Z Compiling dunce v1.0.5
18862026-07-08T17:56:54.668Z Compiling typenum v1.20.1
18872026-07-08T17:56:54.724Z Compiling cc v1.2.56
18882026-07-08T17:56:54.777Z Compiling fs_extra v1.3.0
18892026-07-08T17:56:54.874Z Compiling pin-project-lite v0.2.17
18902026-07-08T17:56:54.890Z Compiling fnv v1.0.7
18912026-07-08T17:56:54.903Z Compiling thiserror v2.0.18
18922026-07-08T17:56:54.914Z Compiling rustversion v1.0.22
18932026-07-08T17:56:55.001Z Compiling syn v2.0.117
18942026-07-08T17:56:55.069Z Compiling once_cell v1.21.3
18952026-07-08T17:56:55.132Z Compiling rand_core v0.10.0
18962026-07-08T17:56:55.170Z Compiling futures-core v0.3.32
18972026-07-08T17:56:55.252Z Compiling aws-lc-rs v1.16.3
18982026-07-08T17:56:55.308Z Compiling signal-hook-registry v1.4.8
18992026-07-08T17:56:55.342Z Compiling getrandom v0.2.17
19002026-07-08T17:56:55.379Z Compiling percent-encoding v2.3.2
19012026-07-08T17:56:55.397Z Compiling httparse v1.10.1
19022026-07-08T17:56:55.489Z Compiling cmake v0.1.57
19032026-07-08T17:56:55.552Z Compiling litemap v0.8.1
19042026-07-08T17:56:55.589Z Compiling writeable v0.6.2
19052026-07-08T17:56:55.593Z Compiling parking_lot v0.12.5
19062026-07-08T17:56:55.637Z Compiling rand_core v0.6.4
19072026-07-08T17:56:55.687Z Compiling mio v1.2.0
19082026-07-08T17:56:55.782Z Compiling equivalent v1.0.2
19092026-07-08T17:56:55.853Z Compiling semver v1.0.28
19102026-07-08T17:56:55.887Z Compiling bitflags v2.11.0
19112026-07-08T17:56:56.064Z Compiling aws-lc-sys v0.40.0
19122026-07-08T17:56:56.096Z Compiling vcpkg v0.2.15
19132026-07-08T17:56:56.171Z Compiling schemars v0.8.22
19142026-07-08T17:56:56.342Z Compiling socket2 v0.6.3
19152026-07-08T17:56:56.375Z Compiling const-oid v0.9.6
19162026-07-08T17:56:56.532Z Compiling crc32fast v1.5.0
19172026-07-08T17:56:56.710Z Compiling openssl-sys v0.9.115
19182026-07-08T17:56:56.849Z Compiling rustls v0.23.41
19192026-07-08T17:56:56.881Z Compiling utf8_iter v1.0.4
19202026-07-08T17:56:56.912Z Compiling futures-sink v0.3.32
19212026-07-08T17:56:56.936Z Compiling hashbrown v0.17.0
19222026-07-08T17:56:56.942Z Compiling form_urlencoded v1.2.2
19232026-07-08T17:56:57.021Z Compiling futures-channel v0.3.32
19242026-07-08T17:56:57.024Z Compiling futures-io v0.3.32
19252026-07-08T17:56:57.058Z Compiling slab v0.4.12
19262026-07-08T17:56:57.129Z Compiling futures-task v0.3.32
19272026-07-08T17:56:57.253Z Compiling rustc_version v0.4.1
19282026-07-08T17:56:57.303Z Compiling byteorder v1.5.0
19292026-07-08T17:56:57.306Z Compiling strsim v0.11.1
19302026-07-08T17:56:57.335Z Compiling ucd-trie v0.1.7
19312026-07-08T17:56:57.352Z Compiling num-conv v0.2.0
19322026-07-08T17:56:57.413Z Compiling time-core v0.1.8
19332026-07-08T17:56:57.558Z Compiling pest v2.8.6
19342026-07-08T17:56:57.561Z Compiling ident_case v1.0.1
19352026-07-08T17:56:57.608Z Compiling indexmap v2.14.0
19362026-07-08T17:56:57.611Z Compiling time-macros v0.2.27
19372026-07-08T17:56:57.611Z Compiling openssl v0.10.79
19382026-07-08T17:56:57.699Z Compiling thiserror v1.0.69
19392026-07-08T17:56:57.721Z Compiling regex-syntax v0.8.10
19402026-07-08T17:56:57.740Z Compiling syn v1.0.109
19412026-07-08T17:56:57.757Z Compiling iana-time-zone v0.1.65
19422026-07-08T17:56:57.819Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19432026-07-08T17:56:57.860Z Compiling native-tls v0.2.18
19442026-07-08T17:56:57.956Z Compiling synstructure v0.13.2
19452026-07-08T17:56:58.027Z Compiling serde_derive_internals v0.29.1
19462026-07-08T17:56:58.055Z Compiling crossbeam-utils v0.8.21
19472026-07-08T17:56:58.133Z Compiling base64 v0.22.1
19482026-07-08T17:56:58.193Z Compiling slog v2.8.2
19492026-07-08T17:56:58.450Z Compiling camino v1.2.2
19502026-07-08T17:56:58.495Z Compiling rand_core v0.9.5
19512026-07-08T17:56:58.532Z Compiling bzip2-sys v0.1.13+1.0.8
19522026-07-08T17:56:58.549Z Compiling uuid v1.23.4
19532026-07-08T17:56:58.646Z Compiling cookie v0.18.1
19542026-07-08T17:56:58.707Z Compiling pest_meta v2.8.6
19552026-07-08T17:56:58.724Z Compiling base64ct v1.8.3
19562026-07-08T17:56:58.764Z Compiling paste v1.0.15
19572026-07-08T17:56:58.847Z Compiling fastrand v2.3.0
19582026-07-08T17:56:58.863Z Compiling plain v0.2.3
19592026-07-08T17:56:58.987Z Compiling pem-rfc7468 v0.7.0
19602026-07-08T17:56:59.027Z Compiling tracing-core v0.1.36
19612026-07-08T17:56:59.199Z Compiling serde_derive v1.0.228
19622026-07-08T17:56:59.202Z Compiling zeroize_derive v1.4.3
19632026-07-08T17:56:59.202Z Compiling zerofrom-derive v0.1.6
19642026-07-08T17:56:59.274Z Compiling zerocopy-derive v0.8.40
19652026-07-08T17:56:59.365Z Compiling yoke-derive v0.8.1
19662026-07-08T17:56:59.410Z Compiling zerovec-derive v0.11.2
19672026-07-08T17:56:59.526Z Compiling displaydoc v0.2.5
19682026-07-08T17:56:59.789Z Compiling tokio-macros v2.7.0
19692026-07-08T17:56:59.832Z Compiling zeroize v1.8.2
19702026-07-08T17:56:59.959Z Compiling futures-macro v0.3.32
19712026-07-08T17:56:59.989Z Compiling tracing-attributes v0.1.31
19722026-07-08T17:57:00.062Z Compiling thiserror-impl v2.0.18
19732026-07-08T17:57:00.102Z Compiling der_derive v0.7.3
19742026-07-08T17:57:00.223Z Compiling schemars_derive v0.8.22
19752026-07-08T17:57:00.372Z Compiling zerofrom v0.1.6
19762026-07-08T17:57:00.527Z Compiling yoke v0.8.1
19772026-07-08T17:57:00.543Z Compiling pest_generator v2.8.6
19782026-07-08T17:57:00.737Z Compiling zerovec v0.11.5
19792026-07-08T17:57:00.839Z Compiling zerotrie v0.2.3
19802026-07-08T17:57:01.017Z Compiling futures-util v0.3.32
19812026-07-08T17:57:01.197Z Compiling crypto-common v0.1.7
19822026-07-08T17:57:01.235Z Compiling tinystr v0.8.2
19832026-07-08T17:57:01.297Z Compiling potential_utf v0.1.4
19842026-07-08T17:57:01.350Z Compiling block-buffer v0.10.4
19852026-07-08T17:57:01.448Z Compiling icu_collections v2.1.1
19862026-07-08T17:57:01.487Z Compiling icu_locale_core v2.1.1
19872026-07-08T17:57:01.537Z Compiling digest v0.10.7
19882026-07-08T17:57:01.569Z Compiling pest_derive v2.8.6
19892026-07-08T17:57:01.614Z Compiling scroll_derive v0.13.1
19902026-07-08T17:57:01.790Z Compiling openssl-macros v0.1.1
19912026-07-08T17:57:01.808Z Compiling thiserror-impl v1.0.69
19922026-07-08T17:57:02.217Z Compiling icu_provider v2.1.1
19932026-07-08T17:57:02.221Z Compiling rustls-pki-types v1.14.0
19942026-07-08T17:57:02.385Z Compiling bytes v1.11.1
19952026-07-08T17:57:02.435Z Compiling chrono v0.4.44
19962026-07-08T17:57:02.513Z Compiling icu_normalizer v2.1.1
19972026-07-08T17:57:02.536Z Compiling icu_properties v2.1.2
19982026-07-08T17:57:02.998Z Compiling tokio v1.52.1
19992026-07-08T17:57:03.106Z Compiling http v1.4.2
20002026-07-08T17:57:03.511Z Compiling idna_adapter v1.2.1
20012026-07-08T17:57:03.665Z Compiling idna v1.1.0
20022026-07-08T17:57:03.756Z Compiling ppv-lite86 v0.2.21
20032026-07-08T17:57:03.914Z Compiling aho-corasick v1.1.4
20042026-07-08T17:57:04.055Z Compiling url v2.5.8
20052026-07-08T17:57:04.179Z Compiling flagset v0.4.7
20062026-07-08T17:57:04.183Z Compiling num-bigint-dig v0.8.6
20072026-07-08T17:57:04.279Z Compiling rand_chacha v0.9.0
20082026-07-08T17:57:04.331Z Compiling der v0.7.10
20092026-07-08T17:57:04.419Z Compiling http-body v1.0.1
20102026-07-08T17:57:04.797Z Compiling regex-automata v0.4.14
20112026-07-08T17:57:04.988Z Compiling tracing v0.1.44
20122026-07-08T17:57:05.242Z Compiling async-trait v0.1.89
20132026-07-08T17:57:05.393Z Compiling ahash v0.8.12
20142026-07-08T17:57:05.414Z Compiling atomic-waker v1.1.2
20152026-07-08T17:57:05.459Z Compiling zstd-safe v7.2.4
20162026-07-08T17:57:05.563Z Compiling pretty-hex v0.4.1
20172026-07-08T17:57:05.595Z Compiling dyn-clone v1.0.20
20182026-07-08T17:57:05.649Z Compiling tinyvec_macros v0.1.1
20192026-07-08T17:57:05.665Z Compiling openssl-probe v0.2.1
20202026-07-08T17:57:05.707Z Compiling usdt-impl v0.6.0
20212026-07-08T17:57:05.707Z Compiling cmov v0.5.4
20222026-07-08T17:57:05.740Z Compiling tinyvec v1.10.0
20232026-07-08T17:57:05.774Z Compiling spki v0.7.3
20242026-07-08T17:57:05.788Z Compiling rand v0.9.2
20252026-07-08T17:57:05.907Z Compiling ctutils v0.4.2
20262026-07-08T17:57:05.948Z Compiling serde_tokenstream v0.2.3
20272026-07-08T17:57:05.971Z Compiling scroll v0.13.0
20282026-07-08T17:57:06.006Z Compiling scroll_derive v0.12.1
20292026-07-08T17:57:06.112Z Compiling clap_derive v4.6.1
20302026-07-08T17:57:06.162Z Compiling daft-derive v0.1.7
20312026-07-08T17:57:06.194Z Compiling tempfile v3.25.0
20322026-07-08T17:57:06.254Z Compiling heapless v0.7.17
20332026-07-08T17:57:06.334Z Compiling signal-hook v0.3.18
20342026-07-08T17:57:06.369Z Compiling try-lock v0.2.5
20352026-07-08T17:57:06.424Z Compiling utf8parse v0.2.2
20362026-07-08T17:57:06.555Z Compiling tower-layer v0.3.3
20372026-07-08T17:57:06.559Z Compiling untrusted v0.7.1
20382026-07-08T17:57:06.588Z Compiling tower-service v0.3.3
20392026-07-08T17:57:06.678Z Compiling litrs v1.0.0
20402026-07-08T17:57:06.695Z Compiling anyhow v1.0.102
20412026-07-08T17:57:06.823Z Compiling tokio-util v0.7.18
20422026-07-08T17:57:06.873Z Compiling want v0.3.1
20432026-07-08T17:57:07.054Z Compiling goblin v0.10.5
20442026-07-08T17:57:07.072Z Compiling hybrid-array v0.4.13
20452026-07-08T17:57:07.103Z Compiling ipnet v2.11.0
20462026-07-08T17:57:07.154Z Compiling document-features v0.2.12
20472026-07-08T17:57:07.283Z Compiling pin-project-internal v1.1.11
20482026-07-08T17:57:07.739Z Compiling h2 v0.4.15
20492026-07-08T17:57:07.857Z Compiling darling_core v0.20.11
20502026-07-08T17:57:07.913Z Compiling spin v0.9.8
20512026-07-08T17:57:07.927Z Compiling anstyle v1.0.14
20522026-07-08T17:57:07.955Z Compiling rustix v0.38.44
20532026-07-08T17:57:08.137Z Compiling untrusted v0.9.0
20542026-07-08T17:57:08.244Z Compiling simd-adler32 v0.3.8
20552026-07-08T17:57:08.294Z Compiling httpdate v1.0.3
20562026-07-08T17:57:08.346Z Compiling powerfmt v0.2.0
20572026-07-08T17:57:08.376Z Compiling cpufeatures v0.2.17
20582026-07-08T17:57:08.541Z Compiling foreign-types-shared v0.1.1
20592026-07-08T17:57:08.621Z Compiling foreign-types v0.3.2
20602026-07-08T17:57:08.652Z Compiling deranged v0.5.8
20612026-07-08T17:57:08.728Z Compiling unicode-normalization v0.1.25
20622026-07-08T17:57:08.770Z Compiling pkcs8 v0.10.2
20632026-07-08T17:57:08.844Z Compiling hex v0.4.3
20642026-07-08T17:57:09.028Z Compiling dtrace-parser v0.3.0
20652026-07-08T17:57:09.042Z Compiling zerocopy-derive v0.7.35
20662026-07-08T17:57:09.206Z Compiling strum_macros v0.26.4
20672026-07-08T17:57:09.232Z Compiling darling_core v0.21.3
20682026-07-08T17:57:09.246Z Compiling curve25519-dalek v4.1.3
20692026-07-08T17:57:09.655Z Compiling thread-id v5.1.0
20702026-07-08T17:57:09.754Z Compiling memoffset v0.9.1
20712026-07-08T17:57:09.796Z Compiling anstyle-query v1.1.5
20722026-07-08T17:57:09.847Z Compiling ref-cast v1.0.25
20732026-07-08T17:57:09.871Z Compiling dof v0.4.0
20742026-07-08T17:57:09.923Z Compiling darling_macro v0.20.11
20752026-07-08T17:57:09.957Z Compiling colorchoice v1.0.4
20762026-07-08T17:57:10.094Z Compiling smoltcp v0.9.1
20772026-07-08T17:57:10.139Z Compiling is_terminal_polyfill v1.70.2
20782026-07-08T17:57:10.189Z Compiling adler2 v2.0.1
20792026-07-08T17:57:10.221Z Compiling num_threads v0.1.7
20802026-07-08T17:57:10.339Z Compiling miniz_oxide v0.8.9
20812026-07-08T17:57:10.392Z Compiling time v0.3.47
20822026-07-08T17:57:10.441Z Compiling sha2 v0.10.9
20832026-07-08T17:57:10.465Z Compiling darling v0.20.11
20842026-07-08T17:57:10.893Z Compiling hyper v1.10.1
20852026-07-08T17:57:10.909Z Compiling hmac v0.12.1
20862026-07-08T17:57:10.932Z Compiling snafu-derive v0.8.9
20872026-07-08T17:57:11.361Z Compiling sync_wrapper v1.0.2
20882026-07-08T17:57:11.394Z Compiling darling_macro v0.21.3
20892026-07-08T17:57:11.410Z Compiling wait-timeout v0.2.1
20902026-07-08T17:57:11.486Z Compiling siphasher v1.0.2
20912026-07-08T17:57:11.605Z Compiling quick-error v1.2.3
20922026-07-08T17:57:11.655Z Compiling cfg_aliases v0.2.1
20932026-07-08T17:57:11.741Z Compiling zlib-rs v0.6.2
20942026-07-08T17:57:11.776Z Compiling bit-vec v0.8.0
20952026-07-08T17:57:11.842Z Compiling nix v0.31.2
20962026-07-08T17:57:11.913Z Compiling darling v0.21.3
20972026-07-08T17:57:11.948Z Compiling rusty-fork v0.3.1
20982026-07-08T17:57:12.009Z Compiling hyper-util v0.1.20
20992026-07-08T17:57:12.023Z Compiling bit-set v0.8.0
21002026-07-08T17:57:12.255Z Compiling tower v0.5.3
21012026-07-08T17:57:12.403Z Compiling derive_builder_core v0.20.2
21022026-07-08T17:57:12.469Z Compiling regex v1.12.3
21032026-07-08T17:57:12.756Z Compiling anstyle-parse v1.0.0
21042026-07-08T17:57:12.900Z Compiling http-body-util v0.1.3
21052026-07-08T17:57:13.008Z Compiling erased-serde v0.3.31
21062026-07-08T17:57:13.131Z Compiling hubpack_derive v0.1.1
21072026-07-08T17:57:13.134Z Compiling ref-cast-impl v1.0.25
21082026-07-08T17:57:13.203Z Compiling strum_macros v0.27.2
21092026-07-08T17:57:13.218Z Compiling curve25519-dalek-derive v0.1.1
21102026-07-08T17:57:13.272Z Compiling rand_xorshift v0.4.0
21112026-07-08T17:57:13.608Z Compiling fs-err v3.3.0
21122026-07-08T17:57:13.636Z Compiling usdt-impl v0.5.0
21132026-07-08T17:57:13.652Z Compiling encoding_rs v0.8.35
21142026-07-08T17:57:13.852Z Compiling ryu v1.0.23
21152026-07-08T17:57:13.893Z Compiling unicode-bidi v0.3.18
21162026-07-08T17:57:13.925Z Compiling iri-string v0.7.10
21172026-07-08T17:57:13.954Z Compiling flate2 v1.1.9
21182026-07-08T17:57:14.169Z Compiling unicode-properties v0.1.4
21192026-07-08T17:57:14.390Z Compiling allocator-api2 v0.2.21
21202026-07-08T17:57:14.406Z Compiling object v0.37.3
21212026-07-08T17:57:14.436Z Compiling unarray v0.1.4
21222026-07-08T17:57:14.520Z Compiling mime v0.3.17
21232026-07-08T17:57:14.737Z Compiling proptest v1.10.0
21242026-07-08T17:57:15.003Z Compiling stringprep v0.1.5
21252026-07-08T17:57:15.320Z Compiling tower-http v0.6.8
21262026-07-08T17:57:15.378Z Compiling serde_urlencoded v0.7.1
21272026-07-08T17:57:16.128Z Compiling derive_builder_macro v0.20.2
21282026-07-08T17:57:16.178Z Compiling anstream v1.0.0
21292026-07-08T17:57:16.195Z Compiling tokio-native-tls v0.3.1
21302026-07-08T17:57:16.358Z Compiling serde_with_macros v3.17.0
21312026-07-08T17:57:16.374Z Compiling usdt-attr-macro v0.6.0
21322026-07-08T17:57:16.392Z Compiling usdt-macro v0.6.0
21332026-07-08T17:57:16.414Z Compiling ipnetwork v0.21.1
21342026-07-08T17:57:16.558Z Compiling block-padding v0.4.2
21352026-07-08T17:57:16.628Z Compiling block-buffer v0.12.1
21362026-07-08T17:57:16.645Z Compiling crypto-common v0.2.2
21372026-07-08T17:57:16.691Z Compiling bstr v1.12.1
21382026-07-08T17:57:16.781Z Compiling scroll v0.12.0
21392026-07-08T17:57:16.858Z Compiling rustls-native-certs v0.8.3
21402026-07-08T17:57:16.898Z Compiling rand_chacha v0.3.1
21412026-07-08T17:57:17.063Z Compiling toml_datetime v0.6.11
21422026-07-08T17:57:17.123Z Compiling serde_spanned v0.6.9
21432026-07-08T17:57:17.304Z Compiling md-5 v0.10.6
21442026-07-08T17:57:17.308Z Compiling signature v2.2.0
21452026-07-08T17:57:17.334Z Compiling async-recursion v1.1.1
21462026-07-08T17:57:17.470Z Compiling terminal_size v0.4.3
21472026-07-08T17:57:17.486Z Compiling num-integer v0.1.46
21482026-07-08T17:57:17.524Z Compiling hash32 v0.2.1
21492026-07-08T17:57:17.542Z Compiling vergen-lib v9.1.0
21502026-07-08T17:57:17.704Z Compiling psl-types v2.0.11
21512026-07-08T17:57:17.780Z Compiling clap_lex v1.0.0
21522026-07-08T17:57:17.838Z Compiling fallible-iterator v0.2.0
21532026-07-08T17:57:17.906Z Compiling publicsuffix v2.3.0
21542026-07-08T17:57:17.994Z Compiling clap_builder v4.6.0
21552026-07-08T17:57:18.060Z Compiling num-iter v0.1.45
21562026-07-08T17:57:18.170Z Compiling postgres-protocol v0.6.10
21572026-07-08T17:57:18.264Z Compiling rand v0.8.6
21582026-07-08T17:57:18.414Z Compiling goblin v0.8.2
21592026-07-08T17:57:18.699Z Compiling newtype-uuid v1.3.2
21602026-07-08T17:57:18.716Z Compiling inout v0.2.2
21612026-07-08T17:57:18.785Z Compiling oxnet v0.1.6
21622026-07-08T17:57:18.897Z Compiling derive_builder v0.20.2
21632026-07-08T17:57:18.941Z Compiling hyper-tls v0.6.0
21642026-07-08T17:57:18.976Z Compiling phf_shared v0.13.1
21652026-07-08T17:57:19.180Z Compiling zerocopy v0.7.35
21662026-07-08T17:57:19.195Z Compiling lazy_static v1.5.0
21672026-07-08T17:57:19.230Z Compiling anstyle-parse v0.2.7
21682026-07-08T17:57:19.304Z Compiling pin-project v1.1.11
21692026-07-08T17:57:19.401Z Compiling futures-executor v0.3.32
21702026-07-08T17:57:19.553Z Compiling serde_repr v0.1.20
21712026-07-08T17:57:19.623Z Compiling enum-as-inner v0.6.1
21722026-07-08T17:57:19.697Z Compiling ff v0.13.1
21732026-07-08T17:57:19.713Z Compiling vergen v9.1.0
21742026-07-08T17:57:19.755Z Compiling cargo-platform v0.3.2
21752026-07-08T17:57:20.019Z Compiling foldhash v0.1.5
21762026-07-08T17:57:20.055Z Compiling bumpalo v3.20.2
21772026-07-08T17:57:20.083Z Compiling foldhash v0.2.0
21782026-07-08T17:57:20.106Z Compiling same-file v1.0.6
21792026-07-08T17:57:20.152Z Compiling base16ct v0.2.0
21802026-07-08T17:57:20.193Z Compiling unicode-segmentation v1.12.0
21812026-07-08T17:57:20.208Z Compiling managed v0.8.0
21822026-07-08T17:57:20.260Z Compiling bitflags v1.3.2
21832026-07-08T17:57:20.277Z Compiling winnow v0.5.40
21842026-07-08T17:57:20.342Z Compiling libbz2-rs-sys v0.2.2
21852026-07-08T17:57:20.372Z Compiling sec1 v0.7.3
21862026-07-08T17:57:20.656Z Compiling dof v0.3.0
21872026-07-08T17:57:20.888Z Compiling bzip2 v0.6.1
21882026-07-08T17:57:20.903Z Compiling zopfli v0.8.3
21892026-07-08T17:57:20.931Z Compiling hashbrown v0.16.1
21902026-07-08T17:57:21.112Z Compiling walkdir v2.5.0
21912026-07-08T17:57:21.237Z Compiling hashbrown v0.15.5
21922026-07-08T17:57:21.288Z Compiling cargo_metadata v0.23.1
21932026-07-08T17:57:21.410Z Compiling clap v4.6.1
21942026-07-08T17:57:21.476Z Compiling group v0.13.0
21952026-07-08T17:57:21.543Z Compiling futures v0.3.32
21962026-07-08T17:57:21.640Z Compiling toml_edit v0.19.15
21972026-07-08T17:57:21.701Z Compiling snafu v0.8.9
21982026-07-08T17:57:21.984Z Compiling anstream v0.6.21
21992026-07-08T17:57:22.244Z Compiling phf v0.13.1
22002026-07-08T17:57:22.418Z Compiling reqwest v0.12.28
22012026-07-08T17:57:22.433Z Compiling daft v0.1.7
22022026-07-08T17:57:22.550Z Compiling signal-hook-mio v0.2.5
22032026-07-08T17:57:22.688Z Compiling cipher v0.5.2
22042026-07-08T17:57:22.734Z Compiling postgres-types v0.2.12
22052026-07-08T17:57:22.797Z Compiling cookie_store v0.22.1
22062026-07-08T17:57:22.813Z Compiling bzip2 v0.4.4
22072026-07-08T17:57:22.906Z Compiling zstd v0.13.3
22082026-07-08T17:57:22.990Z Compiling ed25519 v2.2.3
22092026-07-08T17:57:23.006Z Compiling globset v0.4.18
22102026-07-08T17:57:23.033Z Compiling dtrace-parser v0.2.0
22112026-07-08T17:57:23.125Z Compiling strum v0.27.2
22122026-07-08T17:57:23.268Z Compiling hubpack v0.1.2
22132026-07-08T17:57:23.299Z Compiling phf_shared v0.11.3
22142026-07-08T17:57:23.342Z Compiling hkdf v0.12.4
22152026-07-08T17:57:23.357Z Compiling olpc-cjson v0.1.4
22162026-07-08T17:57:23.372Z Compiling pkcs1 v0.7.5
22172026-07-08T17:57:23.582Z Compiling pem v3.0.6
22182026-07-08T17:57:23.613Z Compiling serde_plain v1.0.2
22192026-07-08T17:57:23.613Z Compiling serde-big-array v0.5.1
22202026-07-08T17:57:23.647Z Compiling crypto-bigint v0.5.5
22212026-07-08T17:57:23.820Z Compiling float-cmp v0.10.0
22222026-07-08T17:57:23.838Z Compiling thread-id v4.2.2
22232026-07-08T17:57:23.885Z Compiling memmap2 v0.9.10
22242026-07-08T17:57:23.936Z Compiling env_filter v1.0.0
22252026-07-08T17:57:23.992Z Compiling precomputed-hash v0.1.1
22262026-07-08T17:57:24.034Z Compiling winnow v1.0.3
22272026-07-08T17:57:24.091Z Compiling either v1.15.0
22282026-07-08T17:57:24.106Z Compiling cpufeatures v0.3.0
22292026-07-08T17:57:24.120Z Compiling static_assertions v1.1.0
22302026-07-08T17:57:24.192Z Compiling normalize-line-endings v0.3.0
22312026-07-08T17:57:24.208Z Compiling whoami v2.1.0
22322026-07-08T17:57:24.308Z Compiling predicates-core v1.0.10
22332026-07-08T17:57:24.322Z Compiling data-encoding v2.10.0
22342026-07-08T17:57:24.379Z Compiling typed-path v0.9.3
22352026-07-08T17:57:24.395Z Compiling keccak v0.1.6
22362026-07-08T17:57:24.447Z Compiling fixedbitset v0.4.2
22372026-07-08T17:57:24.492Z Compiling toml_write v0.1.2
22382026-07-08T17:57:24.550Z Compiling fixedbitset v0.5.7
22392026-07-08T17:57:24.663Z Compiling jiff v0.2.21
22402026-07-08T17:57:24.706Z Compiling const-oid v0.10.2
22412026-07-08T17:57:24.724Z Compiling winnow v0.7.14
22422026-07-08T17:57:24.853Z Compiling new_debug_unreachable v1.0.6
22432026-07-08T17:57:24.868Z Compiling difflib v0.4.0
22442026-07-08T17:57:24.918Z Compiling string_cache v0.8.9
22452026-07-08T17:57:24.938Z Compiling digest v0.11.3
22462026-07-08T17:57:25.154Z Compiling predicates v3.1.4
22472026-07-08T17:57:25.169Z Compiling petgraph v0.8.3
22482026-07-08T17:57:25.320Z Compiling hickory-proto v0.25.2
22492026-07-08T17:57:25.407Z Compiling petgraph v0.6.5
22502026-07-08T17:57:25.744Z Compiling sha3 v0.10.8
22512026-07-08T17:57:26.014Z Compiling elliptic-curve v0.13.8
22522026-07-08T17:57:26.030Z Compiling tokio-postgres v0.7.16
22532026-07-08T17:57:26.212Z Compiling toml_edit v0.22.27
22542026-07-08T17:57:26.374Z Compiling toml_parser v1.1.2+spec-1.1.0
22552026-07-08T17:57:26.544Z Compiling itertools v0.13.0
22562026-07-08T17:57:26.743Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22572026-07-08T17:57:26.906Z Compiling chacha20 v0.10.0
22582026-07-08T17:57:26.955Z Compiling env_logger v0.11.9
22592026-07-08T17:57:27.088Z Compiling usdt v0.6.0
22602026-07-08T17:57:27.295Z Compiling zip v4.6.1
22612026-07-08T17:57:28.127Z Compiling rsa v0.9.10
22622026-07-08T17:57:28.449Z Compiling ed25519-dalek v2.2.0
22632026-07-08T17:57:28.469Z Compiling toml v0.7.8
22642026-07-08T17:57:28.543Z Compiling zip v0.6.6
22652026-07-08T17:57:28.758Z Compiling crossterm v0.28.1
22662026-07-08T17:57:28.795Z Compiling iddqd v0.4.2
22672026-07-08T17:57:29.074Z Compiling crossbeam-epoch v0.9.18
22682026-07-08T17:57:29.131Z Compiling heck v0.4.1
22692026-07-08T17:57:29.148Z Compiling similar v2.7.0
22702026-07-08T17:57:29.236Z Compiling serde_with v3.17.0
22712026-07-08T17:57:29.434Z Compiling strum v0.26.3
22722026-07-08T17:57:29.595Z Compiling tokio-stream v0.1.18
22732026-07-08T17:57:29.598Z Compiling buf-list v1.1.2
22742026-07-08T17:57:29.626Z Compiling x509-cert v0.2.5
22752026-07-08T17:57:29.884Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22762026-07-08T17:57:29.933Z Compiling openapiv3 v2.2.0
22772026-07-08T17:57:30.061Z Compiling structmeta-derive v0.3.0
22782026-07-08T17:57:30.297Z Compiling radium v0.7.0
22792026-07-08T17:57:30.582Z Compiling peg-runtime v0.8.5
22802026-07-08T17:57:30.615Z Compiling lalrpop-util v0.19.12
22812026-07-08T17:57:31.056Z Compiling structmeta v0.3.0
22822026-07-08T17:57:31.788Z Compiling maybe-uninit v2.0.0
22832026-07-08T17:57:31.808Z Compiling tap v1.0.1
22842026-07-08T17:57:31.939Z Compiling wyz v0.5.1
22852026-07-08T17:57:33.199Z Compiling funty v2.0.0
22862026-07-08T17:57:33.612Z Compiling packed_struct v0.10.1
22872026-07-08T17:57:34.218Z Compiling bitvec v1.0.1
22882026-07-08T17:57:36.610Z Compiling packed_struct_codegen v0.10.1
22892026-07-08T17:57:36.778Z Compiling bitfield-macros v0.19.4
22902026-07-08T17:57:36.793Z Compiling zerocopy-derive v0.6.6
22912026-07-08T17:57:37.428Z Compiling indexmap v1.9.3
22922026-07-08T17:57:37.641Z Compiling crc-catalog v2.4.0
22932026-07-08T17:57:37.658Z Compiling nodrop v0.1.14
22942026-07-08T17:57:37.788Z Compiling array-init v0.0.4
22952026-07-08T17:57:37.902Z Compiling crc v3.4.0
22962026-07-08T17:57:38.566Z Compiling zerocopy v0.6.6
22972026-07-08T17:57:38.600Z Compiling bitfield v0.19.4
22982026-07-08T17:57:39.047Z Compiling smallvec v0.6.14
22992026-07-08T17:57:39.653Z Compiling derive-ex v0.1.8
23002026-07-08T17:57:41.715Z Compiling hashbrown v0.12.3
23012026-07-08T17:57:42.340Z Compiling base64 v0.21.7
23022026-07-08T17:57:43.504Z Compiling rustls-webpki v0.103.13
23032026-07-08T17:57:43.608Z Compiling ron v0.8.1
23042026-07-08T17:57:45.510Z Compiling test-strategy v0.4.5
23052026-07-08T17:57:46.157Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23062026-07-08T17:57:46.868Z Compiling serde-hex v0.1.0
23072026-07-08T17:57:47.140Z Compiling tokio-rustls v0.26.4
23082026-07-08T17:57:47.429Z Compiling hyper-rustls v0.27.7
23092026-07-08T17:57:47.749Z Compiling rustls-platform-verifier v0.6.2
23102026-07-08T17:57:47.766Z Compiling tough v0.22.0
23112026-07-08T17:57:47.907Z Compiling reqwest v0.13.2
23122026-07-08T17:57:48.063Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23132026-07-08T17:57:48.293Z Compiling hashbrown v0.13.2
23142026-07-08T17:57:48.311Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23152026-07-08T17:57:48.793Z Compiling filetime v0.2.27
23162026-07-08T17:57:48.911Z Compiling multer v3.1.0
23172026-07-08T17:57:49.018Z Compiling thread_local v1.1.9
23182026-07-08T17:57:49.018Z Compiling rayon-core v1.13.0
23192026-07-08T17:57:49.054Z Compiling xattr v1.6.1
23202026-07-08T17:57:49.123Z Compiling slog-async v2.8.0
23212026-07-08T17:57:49.265Z Compiling compression-core v0.4.31
23222026-07-08T17:57:49.268Z Compiling match_cfg v0.1.0
23232026-07-08T17:57:49.377Z Compiling crc-any v2.5.0
23242026-07-08T17:57:49.392Z Compiling compression-codecs v0.4.37
23252026-07-08T17:57:49.410Z Compiling hostname v0.3.1
23262026-07-08T17:57:49.479Z Compiling tar v0.4.45
23272026-07-08T17:57:49.557Z Compiling object v0.30.4
23282026-07-08T17:57:49.583Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23292026-07-08T17:57:49.773Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23302026-07-08T17:57:49.788Z Compiling crossbeam-channel v0.5.15
23312026-07-08T17:57:49.805Z Compiling slog-json v2.6.1
23322026-07-08T17:57:49.822Z Compiling async-stream-impl v0.3.6
23332026-07-08T17:57:49.969Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23342026-07-08T17:57:50.028Z Compiling serde_path_to_error v0.1.20
23352026-07-08T17:57:50.083Z Compiling serde_spanned v1.1.1
23362026-07-08T17:57:50.250Z Compiling toml_datetime v1.1.1+spec-1.1.0
23372026-07-08T17:57:50.416Z Compiling is-terminal v0.4.17
23382026-07-08T17:57:50.430Z Compiling fs-err v2.11.0
23392026-07-08T17:57:50.447Z Compiling dropshot v0.17.1
23402026-07-08T17:57:50.486Z Compiling toml_writer v1.1.1+spec-1.1.0
23412026-07-08T17:57:50.503Z Compiling debug-ignore v1.0.5
23422026-07-08T17:57:50.541Z Compiling take_mut v0.2.2
23432026-07-08T17:57:50.637Z Compiling term v1.2.1
23442026-07-08T17:57:50.674Z Compiling path-slash v0.1.5
23452026-07-08T17:57:50.689Z Compiling toml v1.1.2+spec-1.1.0
23462026-07-08T17:57:50.806Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23472026-07-08T17:57:50.830Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23482026-07-08T17:57:50.865Z Compiling async-stream v0.3.6
23492026-07-08T17:57:50.953Z Compiling slog-term v2.9.2
23502026-07-08T17:57:51.002Z Compiling slog-bunyan v2.5.0
23512026-07-08T17:57:51.079Z Compiling async-compression v0.4.41
23522026-07-08T17:57:51.205Z Compiling atomicwrites v0.4.4
23532026-07-08T17:57:51.221Z Compiling sha1 v0.11.0
23542026-07-08T17:57:51.354Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23552026-07-08T17:57:51.504Z Compiling crossbeam-deque v0.8.6
23562026-07-08T17:57:51.558Z Compiling parse-display-derive v0.10.0
23572026-07-08T17:57:51.649Z Compiling camino-tempfile v1.4.1
23582026-07-08T17:57:51.695Z Compiling newtype-uuid-macros v0.1.0
23592026-07-08T17:57:51.745Z Compiling dropshot_endpoint v0.17.1
23602026-07-08T17:57:51.767Z Compiling waitgroup v0.1.2
23612026-07-08T17:57:51.868Z Compiling half v2.7.1
23622026-07-08T17:57:51.935Z Compiling rustls-pemfile v2.2.0
23632026-07-08T17:57:52.018Z Compiling backon v1.6.0
23642026-07-08T17:57:52.074Z Compiling blake3 v1.8.5
23652026-07-08T17:57:52.226Z Compiling hostname v0.4.2
23662026-07-08T17:57:52.258Z Compiling instant v0.1.13
23672026-07-08T17:57:52.273Z Compiling ciborium-io v0.2.2
23682026-07-08T17:57:52.312Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23692026-07-08T17:57:52.368Z Compiling ciborium-ll v0.2.2
23702026-07-08T17:57:52.396Z Compiling backoff v0.4.0
23712026-07-08T17:57:52.414Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23722026-07-08T17:57:52.503Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23732026-07-08T17:57:52.642Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23742026-07-08T17:57:52.657Z Compiling toml v0.8.23
23752026-07-08T17:57:52.852Z Compiling regress v0.10.5
23762026-07-08T17:57:52.869Z Compiling itertools v0.14.0
23772026-07-08T17:57:52.954Z Compiling macaddr v1.0.1
23782026-07-08T17:57:53.074Z Compiling parse-display v0.10.0
23792026-07-08T17:57:53.261Z Compiling parse-size v1.1.0
23802026-07-08T17:57:53.360Z Compiling constant_time_eq v0.4.2
23812026-07-08T17:57:53.464Z Compiling indent_write v2.2.0
23822026-07-08T17:57:53.565Z Compiling humantime v2.3.0
23832026-07-08T17:57:53.582Z Compiling arrayvec v0.7.6
23842026-07-08T17:57:53.630Z Compiling arrayref v0.3.9
23852026-07-08T17:57:53.949Z Compiling ciborium v0.2.2
23862026-07-08T17:57:53.985Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23872026-07-08T17:57:54.019Z Compiling topological-sort v0.2.2
23882026-07-08T17:57:54.198Z Compiling display-error-chain v0.2.2
23892026-07-08T17:57:54.329Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23902026-07-08T17:57:54.352Z Compiling shell-words v1.1.1
23912026-07-08T17:57:54.614Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23922026-07-08T17:58:04.198Z Compiling progenitor-client v0.14.0
23932026-07-08T17:58:04.198Z Compiling omicron-zone-package v0.12.3
23942026-07-08T17:58:04.437Z Compiling progenitor-extras v0.2.0
23952026-07-08T17:58:04.733Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23962026-07-08T17:58:04.776Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23972026-07-08T17:58:04.807Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23982026-07-08T17:58:05.943Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23992026-07-08T17:58:09.837Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24002026-07-08T17:58:12.881Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24012026-07-08T17:58:20.923Z Finished `release` profile [optimized] target(s) in 1m 28s
24022026-07-08T17:58:21.064Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24032026-07-08T17:58:21.122ZJul 08 17:58:20.332 DEBG changing working directory to /work/oxidecomputer/omicron
24042026-07-08T17:58:21.215ZJul 08 17:58:20.426 DEBG running: git rev-parse HEAD
24052026-07-08T17:58:21.220ZJul 08 17:58:20.429 DEBG process exited with exit status: 0 (2.489781ms)
24062026-07-08T17:58:21.220ZJul 08 17:58:20.429 INFO version: 21.0.0-0.ci+git291cad9298b
24072026-07-08T17:58:21.226ZJul 08 17:58:20.437 INFO cloning helios to /work/oxidecomputer/helios
24082026-07-08T17:58:21.226ZJul 08 17:58:20.437 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24092026-07-08T17:58:21.229ZCloning into '/work/oxidecomputer/helios'...
24102026-07-08T17:58:21.768ZJul 08 17:58:20.979 DEBG process exited with exit status: 0 (542.096518ms)
24112026-07-08T17:58:21.768ZJul 08 17:58:20.979 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24122026-07-08T17:58:21.771ZJul 08 17:58:20.981 DEBG process exited with exit status: 0 (2.554081ms)
24132026-07-08T17:58:21.772ZJul 08 17:58:20.981 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24142026-07-08T17:58:22.096ZJul 08 17:58:21.307 DEBG process exited with exit status: 0 (325.301149ms)
24152026-07-08T17:58:22.096ZJul 08 17:58:21.307 DEBG running: zfs list rpool/images/build/host
24162026-07-08T17:58:22.101ZNAME USED AVAIL REFER MOUNTPOINT
24172026-07-08T17:58:22.101Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24182026-07-08T17:58:22.104ZJul 08 17:58:21.311 DEBG process exited with exit status: 0 (4.295902ms)
24192026-07-08T17:58:22.104ZJul 08 17:58:21.311 DEBG running: zfs list rpool/images/build/recovery
24202026-07-08T17:58:22.104ZNAME USED AVAIL REFER MOUNTPOINT
24212026-07-08T17:58:22.104Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24222026-07-08T17:58:22.104ZJul 08 17:58:21.314 DEBG process exited with exit status: 0 (3.261921ms)
24232026-07-08T17:58:22.104ZJul 08 17:58:21.314 INFO console assets match pinned console commit (975bba9f3f2ce5fc0fa0d03ea4d71e04d9e4d6c5)
24242026-07-08T17:58:22.115ZJul 08 17:58:21.326 INFO console client API version matches nexus API version (2026061000.0.0)
24252026-07-08T17:58:22.119ZJul 08 17:58:21.329 INFO [hubris-staging] running task
24262026-07-08T17:58:22.119ZJul 08 17:58:21.329 INFO [hubris-production] running task
24272026-07-08T17:58:22.119ZJul 08 17:58:21.329 INFO [incorp-manifest] running task
24282026-07-08T17:58:22.119ZJul 08 17:58:21.329 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24292026-07-08T17:58:22.122ZJul 08 17:58:21.330 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24302026-07-08T17:58:22.122ZJul 08 17:58:21.330 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24312026-07-08T17:58:22.122ZJul 08 17:58:21.330 INFO [incorp-create] running: pkgrepo create /work/incorporation
24322026-07-08T17:58:22.165Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24332026-07-08T17:58:22.357ZJul 08 17:58:21.568 INFO [incorp-create] process exited with exit status: 0 (237.839857ms)
24342026-07-08T17:58:22.357ZJul 08 17:58:21.568 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24352026-07-08T17:58:22.559Z[ omicron-package] Blocking waiting for file lock on package cache
24362026-07-08T17:58:22.588ZJul 08 17:58:21.799 INFO [incorp-publisher] process exited with exit status: 0 (230.262494ms)
24372026-07-08T17:58:22.962Z[ omicron-package] Blocking waiting for file lock on package cache
24382026-07-08T17:58:23.001ZJul 08 17:58:22.210 DEBG process exited with exit status: 0 (881.006413ms)
24392026-07-08T17:58:23.005ZJul 08 17:58:22.210 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24402026-07-08T17:58:23.127ZJul 08 17:58:22.337 INFO [hubris-production] task succeeded (1.008478109s)
24412026-07-08T17:58:23.800ZJul 08 17:58:23.011 DEBG process exited with exit status: 0 (800.895933ms)
24422026-07-08T17:58:23.803ZJul 08 17:58:23.012 INFO [incorp-manifest] task succeeded (1.683172546s)
24432026-07-08T17:58:23.803ZJul 08 17:58:23.012 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24442026-07-08T17:58:24.019ZJul 08 17:58:23.230 INFO [incorp-fmt] process exited with exit status: 0 (217.66756ms)
24452026-07-08T17:58:24.022ZJul 08 17:58:23.230 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24462026-07-08T17:58:24.119Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24472026-07-08T17:58:24.119Z[ omicron-package] Compiling itertools v0.14.0
24482026-07-08T17:58:24.123Z[ omicron-package] Compiling secrecy v0.10.3
24492026-07-08T17:58:24.123Z[ omicron-package] Compiling heapless v0.8.0
24502026-07-08T17:58:24.123Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24512026-07-08T17:58:24.123Z[ omicron-package] Compiling hash32 v0.3.1
24522026-07-08T17:58:24.123Z[ omicron-package] Compiling inout v0.1.4
24532026-07-08T17:58:24.123Z[ omicron-package] Compiling smoltcp v0.11.0
24542026-07-08T17:58:24.123Z[ omicron-package] Compiling unicode-width v0.2.0
24552026-07-08T17:58:24.123Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24562026-07-08T17:58:24.123Z[ omicron-package] Compiling cobs v0.3.0
24572026-07-08T17:58:24.123Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24582026-07-08T17:58:24.123Z[ omicron-package] Compiling universal-hash v0.5.1
24592026-07-08T17:58:24.319Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24602026-07-08T17:58:24.328Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260708T175823Z
24612026-07-08T17:58:24.328Z[ incorp-pkgsend] PUBLISHED
24622026-07-08T17:58:24.400ZJul 08 17:58:23.611 INFO [incorp-pkgsend] process exited with exit status: 0 (380.498339ms)
24632026-07-08T17:58:24.403ZJul 08 17:58:23.611 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24642026-07-08T17:58:24.662Z[ helios-incorp] Retrieving packages for publisher helios ...
24652026-07-08T17:58:24.667Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24662026-07-08T17:58:24.718Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24672026-07-08T17:58:24.722Z[ omicron-package] Compiling opaque-debug v0.3.1
24682026-07-08T17:58:24.768Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24692026-07-08T17:58:24.771Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24702026-07-08T17:58:24.774Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24712026-07-08T17:58:24.774Z[ helios-incorp]
24722026-07-08T17:58:24.774Z[ helios-incorp] Archiving packages ...
24732026-07-08T17:58:24.774Z[ helios-incorp] Packages to add: 1
24742026-07-08T17:58:24.774Z[ helios-incorp] Files to retrieve: 0
24752026-07-08T17:58:24.774Z[ helios-incorp] Estimated transfer size: 0.00 B
24762026-07-08T17:58:24.790Z[ helios-incorp]
24772026-07-08T17:58:24.798Z[ helios-incorp] Packages to archive:
24782026-07-08T17:58:24.798Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260708T175823Z
24792026-07-08T17:58:24.798Z[ helios-incorp]
24802026-07-08T17:58:24.801Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24812026-07-08T17:58:24.801Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24822026-07-08T17:58:24.824ZJul 08 17:58:24.035 INFO [helios-incorp] process exited with exit status: 0 (424.319475ms)
24832026-07-08T17:58:24.913Z[ omicron-package] Compiling convert_case v0.4.0
24842026-07-08T17:58:24.917Z[ omicron-package] Compiling postcard v1.1.3
24852026-07-08T17:58:25.295Z[ omicron-package] Compiling poly1305 v0.8.0
24862026-07-08T17:58:25.518Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24872026-07-08T17:58:25.518Z[ omicron-package] Compiling derive_more v0.99.20
24882026-07-08T17:58:25.620Z[ omicron-package] Compiling cipher v0.4.4
24892026-07-08T17:58:25.640Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24902026-07-08T17:58:25.675Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24912026-07-08T17:58:25.702Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
24922026-07-08T17:58:25.702Z[ omicron-package] Compiling password-hash v0.5.0
24932026-07-08T17:58:25.820Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24942026-07-08T17:58:25.841Z[ omicron-package] Compiling blake2 v0.10.6
24952026-07-08T17:58:25.845Z[ omicron-package] Compiling aead v0.5.2
24962026-07-08T17:58:25.845Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24972026-07-08T17:58:25.933Z[ omicron-package] Compiling chacha20 v0.9.1
24982026-07-08T17:58:26.046Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24992026-07-08T17:58:26.156Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25002026-07-08T17:58:26.256Z[ omicron-package] Compiling proc-macro-error v1.0.4
25012026-07-08T17:58:26.274Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25022026-07-08T17:58:26.420Z[ omicron-package] Compiling ingot-macros v0.1.1
25032026-07-08T17:58:26.499Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25042026-07-08T17:58:26.527Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25052026-07-08T17:58:26.679Z[ omicron-package] Compiling vsss-rs v3.3.4
25062026-07-08T17:58:26.679Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25072026-07-08T17:58:26.679Z[ omicron-package] Compiling argon2 v0.5.3
25082026-07-08T17:58:26.683Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25092026-07-08T17:58:26.865Z[ omicron-package] Compiling num_enum_derive v0.7.6
25102026-07-08T17:58:26.869Z[ omicron-package] Compiling num_enum_derive v0.5.11
25112026-07-08T17:58:26.988Z[ omicron-package] Compiling foreign-types v0.5.0
25122026-07-08T17:58:27.025Z[ omicron-package] Compiling tabwriter v1.4.1
25132026-07-08T17:58:27.062Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25142026-07-08T17:58:27.157Z[ omicron-package] Compiling byte-wrapper v0.1.0
25152026-07-08T17:58:27.190Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25162026-07-08T17:58:27.231Z[ omicron-package] Compiling cstr-argument v0.1.2
25172026-07-08T17:58:27.345Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25182026-07-08T17:58:27.511Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25192026-07-08T17:58:27.633Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25202026-07-08T17:58:27.812Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25212026-07-08T17:58:27.921Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25222026-07-08T17:58:27.974Z[ omicron-package] Compiling rayon v1.11.0
25232026-07-08T17:58:28.063Z[ omicron-package] Compiling rand v0.10.1
25242026-07-08T17:58:28.085Z[ omicron-package] Compiling num_enum v0.5.11
25252026-07-08T17:58:28.104Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25262026-07-08T17:58:28.131Z[ omicron-package] Compiling colored v3.1.1
25272026-07-08T17:58:28.135Z[ omicron-package] Compiling libefi-sys v0.1.0
25282026-07-08T17:58:28.135Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25292026-07-08T17:58:28.183Z[ omicron-package] Compiling num_enum v0.7.6
25302026-07-08T17:58:28.186Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25312026-07-08T17:58:28.260Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25322026-07-08T17:58:28.260Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25332026-07-08T17:58:28.350Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25342026-07-08T17:58:28.413Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25352026-07-08T17:58:28.523Z[ omicron-package] Compiling itertools v0.12.1
25362026-07-08T17:58:28.526Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25372026-07-08T17:58:28.595Z[ omicron-package] Compiling usdt-macro v0.5.0
25382026-07-08T17:58:28.634Z[ omicron-package] Compiling memmap v0.7.0
25392026-07-08T17:58:28.671Z[ omicron-package] Compiling sigpipe v0.1.3
25402026-07-08T17:58:28.847Z[ omicron-package] Compiling bitfield-struct v0.6.2
25412026-07-08T17:58:28.908Z[ omicron-package] Compiling num-derive v0.4.2
25422026-07-08T17:58:28.954Z[ omicron-package] Compiling swrite v0.1.0
25432026-07-08T17:58:28.954Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25442026-07-08T17:58:29.003Z[ omicron-package] Compiling glob v0.3.3
25452026-07-08T17:58:29.232Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25462026-07-08T17:58:29.454Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25472026-07-08T17:58:29.483Z[ omicron-package] Compiling usdt v0.5.0
25482026-07-08T17:58:29.508Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25492026-07-08T17:58:29.564Z[ omicron-package] Compiling ingot-types v0.1.2
25502026-07-08T17:58:29.695Z[ omicron-package] Compiling smf v0.2.3
25512026-07-08T17:58:29.748Z[ omicron-package] Compiling whoami v1.6.1
25522026-07-08T17:58:29.802Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-07-08T17:58:29.871Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25542026-07-08T17:58:29.874Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25552026-07-08T17:58:30.047Z[ omicron-package] Compiling ingot v0.1.1
25562026-07-08T17:58:30.108Z[ omicron-package] Compiling zone v0.3.1
25572026-07-08T17:58:30.151Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25582026-07-08T17:58:30.174Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25592026-07-08T17:58:30.200Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-07-08T17:58:30.287Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25612026-07-08T17:58:30.379Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25622026-07-08T17:58:30.426Z[ omicron-package] Compiling console v0.16.2
25632026-07-08T17:58:30.426Z[ omicron-package] Compiling gethostname v0.5.0
25642026-07-08T17:58:30.579Z[ omicron-package] Compiling unit-prefix v0.5.2
25652026-07-08T17:58:30.669Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25662026-07-08T17:58:30.968Z[ omicron-package] Compiling indicatif v0.18.4
25672026-07-08T17:58:32.397Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25682026-07-08T17:58:33.669Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25692026-07-08T17:58:34.852Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25702026-07-08T17:58:36.696ZJul 08 17:58:35.907 INFO [hubris-staging] task succeeded (14.578019395s)
25712026-07-08T17:58:36.898Z[ helios-setup] Jul 08 17:58:36.109 INFO helios repository root is: /work/oxidecomputer/helios
25722026-07-08T17:58:36.902Z[ helios-setup] Jul 08 17:58:36.110 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
25732026-07-08T17:58:36.902Z[ helios-setup] Jul 08 17:58:36.110 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
25742026-07-08T17:58:36.902Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25752026-07-08T17:58:37.658Z[ helios-setup] Jul 08 17:58:36.869 INFO clone ok!, project: amd-host-image-builder
25762026-07-08T17:58:37.662Z[ helios-setup] Jul 08 17:58:36.869 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
25772026-07-08T17:58:37.662Z[ helios-setup] Jul 08 17:58:36.869 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25782026-07-08T17:58:37.662Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25792026-07-08T17:58:38.431Z[ helios-setup] Jul 08 17:58:37.641 INFO clone ok!, project: chelsio-t6-roms
25802026-07-08T17:58:38.434Z[ helios-setup] Jul 08 17:58:37.641 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25812026-07-08T17:58:38.434Z[ helios-setup] Jul 08 17:58:37.641 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
25822026-07-08T17:58:38.434Z[ helios-setup] Jul 08 17:58:37.641 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25832026-07-08T17:58:38.434Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25842026-07-08T17:58:39.188Z[ helios-setup] Jul 08 17:58:38.399 INFO clone ok!, project: dmar-report
25852026-07-08T17:58:39.191Z[ helios-setup] Jul 08 17:58:38.399 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25862026-07-08T17:58:39.191Z[ helios-setup] Jul 08 17:58:38.399 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
25872026-07-08T17:58:39.191Z[ helios-setup] Jul 08 17:58:38.399 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25882026-07-08T17:58:39.191Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25892026-07-08T17:58:39.242Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25902026-07-08T17:58:40.037Z[ helios-setup] Jul 08 17:58:39.248 INFO clone ok!, project: pilot
25912026-07-08T17:58:40.041Z[ helios-setup] Jul 08 17:58:39.248 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
25922026-07-08T17:58:40.042Z[ helios-setup] Jul 08 17:58:39.248 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25932026-07-08T17:58:40.042Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25942026-07-08T17:58:40.488Z[ helios-setup] Jul 08 17:58:39.697 INFO clone ok!, project: bootserver
25952026-07-08T17:58:40.493Z[ helios-setup] Jul 08 17:58:39.697 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
25962026-07-08T17:58:40.493Z[ helios-setup] Jul 08 17:58:39.697 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25972026-07-08T17:58:40.493Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25982026-07-08T17:58:42.450Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25992026-07-08T17:58:43.512Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26002026-07-08T17:58:46.919Z[ helios-setup] Jul 08 17:58:46.130 INFO clone ok!, project: amd-firmware
26012026-07-08T17:58:46.920Z[ helios-setup] Jul 08 17:58:46.130 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
26022026-07-08T17:58:46.920Z[ helios-setup] Jul 08 17:58:46.130 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26032026-07-08T17:58:46.923Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26042026-07-08T17:58:47.396Z[ helios-setup] Jul 08 17:58:46.606 INFO clone ok!, project: image-builder
26052026-07-08T17:58:47.400Z[ helios-setup] Jul 08 17:58:46.606 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
26062026-07-08T17:58:47.400Z[ helios-setup] Jul 08 17:58:46.606 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26072026-07-08T17:58:47.400Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26082026-07-08T17:58:48.247Z[ helios-setup] Jul 08 17:58:47.455 INFO clone ok!, project: phbl
26092026-07-08T17:58:48.247Z[ helios-setup] Jul 08 17:58:47.455 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26102026-07-08T17:58:48.251Z[ helios-setup] Jul 08 17:58:47.455 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
26112026-07-08T17:58:48.251Z[ helios-setup] Jul 08 17:58:47.455 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26122026-07-08T17:58:48.251Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26132026-07-08T17:58:48.736Z[ helios-setup] Jul 08 17:58:47.946 INFO clone ok!, project: pinprick
26142026-07-08T17:58:48.741Z[ helios-setup] Jul 08 17:58:47.946 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26152026-07-08T17:58:48.956Z[ helios-setup] Jul 08 17:58:48.166 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26162026-07-08T17:58:49.175Z[ helios-setup] Jul 08 17:58:48.385 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26172026-07-08T17:58:49.175Z[ helios-setup] Jul 08 17:58:48.385 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26182026-07-08T17:58:49.391Z[ helios-setup] Jul 08 17:58:48.602 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26192026-07-08T17:58:49.607Z[ helios-setup] Jul 08 17:58:48.817 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26202026-07-08T17:58:49.607Z[ helios-setup] Jul 08 17:58:48.817 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26212026-07-08T17:58:49.824Z[ helios-setup] Jul 08 17:58:49.034 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26222026-07-08T17:58:50.055Z[ helios-setup] Jul 08 17:58:49.265 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26232026-07-08T17:58:50.055Z[ helios-setup] Jul 08 17:58:49.266 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26242026-07-08T17:58:50.058Z[ helios-setup] Jul 08 17:58:49.266 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26252026-07-08T17:58:50.058Z[ helios-setup] Jul 08 17:58:49.266 INFO ok!
26262026-07-08T17:58:50.058Z[ helios-setup] Jul 08 17:58:49.266 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26272026-07-08T17:58:50.060Z[ helios-setup] Jul 08 17:58:49.266 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26282026-07-08T17:58:50.060Z[ helios-setup] Jul 08 17:58:49.266 INFO ok!
26292026-07-08T17:58:50.060Z[ helios-setup] Jul 08 17:58:49.266 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26302026-07-08T17:58:50.060Z[ helios-setup] Jul 08 17:58:49.266 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26312026-07-08T17:58:50.060Z[ helios-setup] Jul 08 17:58:49.266 INFO ok!
26322026-07-08T17:58:50.060Z[ helios-setup] Jul 08 17:58:49.266 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
26332026-07-08T17:58:50.087Z[ helios-setup] Jul 08 17:58:49.298 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
26342026-07-08T17:58:50.087Z[ helios-setup] Jul 08 17:58:49.298 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26352026-07-08T17:58:50.090Z[ helios-setup] Jul 08 17:58:49.298 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26362026-07-08T17:58:50.224Z[ helios-setup] Jul 08 17:58:49.433 INFO E| Updating crates.io index
26372026-07-08T17:58:50.227Z[ helios-setup] Jul 08 17:58:49.434 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26382026-07-08T17:58:51.684Z[ helios-setup] Jul 08 17:58:50.894 INFO E| From https://github.com/oxidecomputer/amd-apcb
26392026-07-08T17:58:51.684Z[ helios-setup] Jul 08 17:58:50.894 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
26402026-07-08T17:58:51.696Z[ helios-setup] Jul 08 17:58:50.907 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
26412026-07-08T17:58:52.022Z[ helios-setup] Jul 08 17:58:51.232 INFO E| From https://github.com/oxidecomputer/amd-efs
26422026-07-08T17:58:52.022Z[ helios-setup] Jul 08 17:58:51.232 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
26432026-07-08T17:58:52.287Z[ helios-setup] Jul 08 17:58:51.498 INFO E| Downloading crates ...
26442026-07-08T17:58:52.347Z[ helios-setup] Jul 08 17:58:51.557 INFO E| Downloaded modular-bitfield-impl v0.11.2
26452026-07-08T17:58:52.355Z[ helios-setup] Jul 08 17:58:51.566 INFO E| Downloaded ansi_term v0.12.1
26462026-07-08T17:58:52.359Z[ helios-setup] Jul 08 17:58:51.570 INFO E| Downloaded unic-common v0.9.0
26472026-07-08T17:58:52.362Z[ helios-setup] Jul 08 17:58:51.570 INFO E| Downloaded modular-bitfield v0.13.1
26482026-07-08T17:58:52.365Z[ helios-setup] Jul 08 17:58:51.576 INFO E| Downloaded parse_int v0.9.0
26492026-07-08T17:58:52.368Z[ helios-setup] Jul 08 17:58:51.577 INFO E| Downloaded dyn-clone v1.0.19
26502026-07-08T17:58:52.368Z[ helios-setup] Jul 08 17:58:51.579 INFO E| Downloaded four-cc v0.4.0
26512026-07-08T17:58:52.375Z[ helios-setup] Jul 08 17:58:51.586 INFO E| Downloaded unic-char-property v0.9.0
26522026-07-08T17:58:52.379Z[ helios-setup] Jul 08 17:58:51.589 INFO E| Downloaded unic-ucd-ident v0.9.0
26532026-07-08T17:58:52.383Z[ helios-setup] Jul 08 17:58:51.593 INFO E| Downloaded vec_map v0.8.2
26542026-07-08T17:58:52.387Z[ helios-setup] Jul 08 17:58:51.598 INFO E| Downloaded strsim v0.8.0
26552026-07-08T17:58:52.392Z[ helios-setup] Jul 08 17:58:51.603 INFO E| Downloaded unic-ucd-version v0.9.0
26562026-07-08T17:58:52.395Z[ helios-setup] Jul 08 17:58:51.603 INFO E| Downloaded itoa v1.0.15
26572026-07-08T17:58:52.401Z[ helios-setup] Jul 08 17:58:51.612 INFO E| Downloaded unic-char-range v0.9.0
26582026-07-08T17:58:52.404Z[ helios-setup] Jul 08 17:58:51.613 INFO E| Downloaded strum v0.27.1
26592026-07-08T17:58:52.404Z[ helios-setup] Jul 08 17:58:51.614 INFO E| Downloaded heck v0.3.3
26602026-07-08T17:58:52.420Z[ helios-setup] Jul 08 17:58:51.631 INFO E| Downloaded pest_generator v2.8.0
26612026-07-08T17:58:52.430Z[ helios-setup] Jul 08 17:58:51.640 INFO E| Downloaded fletcher v1.0.0
26622026-07-08T17:58:52.856Z[ helios-setup] Jul 08 17:58:51.641 INFO E| Downloaded thiserror-impl v2.0.12
26632026-07-08T17:58:52.856Z[ helios-setup] Jul 08 17:58:51.644 INFO E| Downloaded textwrap v0.11.0
26642026-07-08T17:58:52.856Z[ helios-setup] Jul 08 17:58:51.645 INFO E| Downloaded autocfg v1.4.0
26652026-07-08T17:58:52.856Z[ helios-setup] Jul 08 17:58:51.646 INFO E| Downloaded rustversion v1.0.20
26662026-07-08T17:58:52.856Z[ helios-setup] Jul 08 17:58:51.650 INFO E| Downloaded thiserror v2.0.12
26672026-07-08T17:58:52.856Z[ helios-setup] Jul 08 17:58:51.654 INFO E| Downloaded bytesize v2.0.1
26682026-07-08T17:58:52.856Z[ helios-setup] Jul 08 17:58:51.668 INFO E| Downloaded strum_macros v0.27.1
26692026-07-08T17:58:52.856Z[ helios-setup] Jul 08 17:58:51.670 INFO E| Downloaded pest_meta v2.8.0
26702026-07-08T17:58:52.856Z[ helios-setup] Jul 08 17:58:51.671 INFO E| Downloaded modular-bitfield-impl v0.13.1
26712026-07-08T17:58:52.856Z[ helios-setup] Jul 08 17:58:51.672 INFO E| Downloaded structopt-derive v0.4.18
26722026-07-08T17:58:52.856Z[ helios-setup] Jul 08 17:58:51.677 INFO E| Downloaded quote v1.0.40
26732026-07-08T17:58:52.856Z[ helios-setup] Jul 08 17:58:51.679 INFO E| Downloaded pest_derive v2.8.0
26742026-07-08T17:58:52.856Z[ helios-setup] Jul 08 17:58:51.681 INFO E| Downloaded ryu v1.0.20
26752026-07-08T17:58:52.856Z[ helios-setup] Jul 08 17:58:51.683 INFO E| Downloaded modular-bitfield v0.11.2
26762026-07-08T17:58:52.856Z[ helios-setup] Jul 08 17:58:51.688 INFO E| Downloaded unicode-ident v1.0.18
26772026-07-08T17:58:52.856Z[ helios-setup] Jul 08 17:58:51.690 INFO E| Downloaded proc-macro2 v1.0.95
26782026-07-08T17:58:52.856Z[ helios-setup] Jul 08 17:58:51.696 INFO E| Downloaded typenum v1.18.0
26792026-07-08T17:58:52.856Z[ helios-setup] Jul 08 17:58:51.697 INFO E| Downloaded serde_derive v1.0.219
26802026-07-08T17:58:52.858Z[ helios-setup] Jul 08 17:58:51.700 INFO E| Downloaded structopt v0.3.26
26812026-07-08T17:58:52.858Z[ helios-setup] Jul 08 17:58:51.716 INFO E| Downloaded serde v1.0.219
26822026-07-08T17:58:52.858Z[ helios-setup] Jul 08 17:58:51.718 INFO E| Downloaded log v0.4.27
26832026-07-08T17:58:52.858Z[ helios-setup] Jul 08 17:58:51.737 INFO E| Downloaded zerocopy-derive v0.8.25
26842026-07-08T17:58:52.858Z[ helios-setup] Jul 08 17:58:51.740 INFO E| Downloaded memchr v2.7.4
26852026-07-08T17:58:52.858Z[ helios-setup] Jul 08 17:58:51.751 INFO E| Downloaded pest v2.8.0
26862026-07-08T17:58:52.858Z[ helios-setup] Jul 08 17:58:51.774 INFO E| Downloaded serde_json v1.0.140
26872026-07-08T17:58:52.858Z[ helios-setup] Jul 08 17:58:51.799 INFO E| Downloaded goblin v0.9.3
26882026-07-08T17:58:52.858Z[ helios-setup] Jul 08 17:58:51.803 INFO E| Downloaded clap v2.34.0
26892026-07-08T17:58:52.858Z[ helios-setup] Jul 08 17:58:51.808 INFO E| Downloaded zerocopy v0.8.25
26902026-07-08T17:58:52.858Z[ helios-setup] Jul 08 17:58:51.823 INFO E| Downloaded syn v2.0.101
26912026-07-08T17:58:52.858Z[ helios-setup] Jul 08 17:58:51.864 INFO E| Downloaded libc v0.2.172
26922026-07-08T17:58:52.858Z[ helios-setup] Jul 08 17:58:51.913 INFO E| Compiling proc-macro2 v1.0.95
26932026-07-08T17:58:52.859Z[ helios-setup] Jul 08 17:58:51.913 INFO E| Compiling unicode-ident v1.0.18
26942026-07-08T17:58:52.859Z[ helios-setup] Jul 08 17:58:51.913 INFO E| Compiling memchr v2.7.4
26952026-07-08T17:58:52.859Z[ helios-setup] Jul 08 17:58:51.913 INFO E| Compiling thiserror v2.0.12
26962026-07-08T17:58:52.859Z[ helios-setup] Jul 08 17:58:51.914 INFO E| Compiling autocfg v1.4.0
26972026-07-08T17:58:52.859Z[ helios-setup] Jul 08 17:58:51.914 INFO E| Compiling serde v1.0.219
26982026-07-08T17:58:52.859Z[ helios-setup] Jul 08 17:58:51.914 INFO E| Compiling syn v1.0.109
26992026-07-08T17:58:52.859Z[ helios-setup] Jul 08 17:58:51.914 INFO E| Compiling version_check v0.9.5
27002026-07-08T17:58:52.861Z[ helios-setup] Jul 08 17:58:51.914 INFO E| Compiling serde_json v1.0.140
27012026-07-08T17:58:52.861Z[ helios-setup] Jul 08 17:58:51.937 INFO E| Compiling schemars v0.8.22
27022026-07-08T17:58:52.861Z[ helios-setup] Jul 08 17:58:51.937 INFO E| Compiling itoa v1.0.15
27032026-07-08T17:58:52.861Z[ helios-setup] Jul 08 17:58:51.937 INFO E| Compiling ryu v1.0.20
27042026-07-08T17:58:52.861Z[ helios-setup] Jul 08 17:58:51.937 INFO E| Compiling dyn-clone v1.0.19
27052026-07-08T17:58:52.861Z[ helios-setup] Jul 08 17:58:51.937 INFO E| Compiling paste v1.0.15
27062026-07-08T17:58:52.861Z[ helios-setup] Jul 08 17:58:51.938 INFO E| Compiling rustversion v1.0.20
27072026-07-08T17:58:52.862Z[ helios-setup] Jul 08 17:58:51.938 INFO E| Compiling zerocopy v0.8.25
27082026-07-08T17:58:52.862Z[ helios-setup] Jul 08 17:58:52.063 INFO E| Compiling ucd-trie v0.1.7
27092026-07-08T17:58:52.890Z[ helios-setup] Jul 08 17:58:52.100 INFO E| Compiling static_assertions v1.1.0
27102026-07-08T17:58:52.895Z[ helios-setup] Jul 08 17:58:52.105 INFO E| Compiling libc v0.2.172
27112026-07-08T17:58:52.959Z[ helios-setup] Jul 08 17:58:52.170 INFO E| Compiling once_cell v1.21.3
27122026-07-08T17:58:52.966Z[ helios-setup] Jul 08 17:58:52.176 INFO E| Compiling heck v0.5.0
27132026-07-08T17:58:53.066Z[ helios-setup] Jul 08 17:58:52.276 INFO E| Compiling unicode-width v0.1.14
27142026-07-08T17:58:53.092Z[ helios-setup] Jul 08 17:58:52.302 INFO E| Compiling proc-macro-error-attr v1.0.4
27152026-07-08T17:58:53.097Z[ helios-setup] Jul 08 17:58:52.308 INFO E| Compiling proc-macro-error v1.0.4
27162026-07-08T17:58:53.147Z[ helios-setup] Jul 08 17:58:52.357 INFO E| Compiling unicode-segmentation v1.12.0
27172026-07-08T17:58:53.154Z[ helios-setup] Jul 08 17:58:52.364 INFO E| Compiling unic-common v0.9.0
27182026-07-08T17:58:53.189Z[ helios-setup] Jul 08 17:58:52.400 INFO E| Compiling fletcher v1.0.0
27192026-07-08T17:58:53.200Z[ helios-setup] Jul 08 17:58:52.411 INFO E| Compiling ansi_term v0.12.1
27202026-07-08T17:58:53.200Z[ helios-setup] Jul 08 17:58:52.411 INFO E| Compiling num-traits v0.2.19
27212026-07-08T17:58:53.210Z[ helios-setup] Jul 08 17:58:52.420 INFO E| Compiling memoffset v0.9.1
27222026-07-08T17:58:53.213Z[ omicron-package] Finished `release` profile [optimized] target(s) in 31.08s
27232026-07-08T17:58:53.240Z[ helios-setup] Jul 08 17:58:52.450 INFO E| Compiling vec_map v0.8.2
27242026-07-08T17:58:53.275Z[ helios-setup] Jul 08 17:58:52.486 INFO E| Compiling strum v0.27.1
27252026-07-08T17:58:53.334Z[ helios-setup] Jul 08 17:58:52.545 INFO E| Compiling textwrap v0.11.0
27262026-07-08T17:58:53.346Z[ helios-setup] Jul 08 17:58:52.556 INFO E| Compiling byteorder v1.5.0
27272026-07-08T17:58:53.379Z[ helios-setup] Jul 08 17:58:52.588 INFO E| Compiling bitflags v1.3.2
27282026-07-08T17:58:53.406Z[ helios-setup] Jul 08 17:58:52.616 INFO E| Compiling unic-char-range v0.9.0
27292026-07-08T17:58:53.418Z[ helios-setup] Jul 08 17:58:52.629 INFO E| Compiling strsim v0.8.0
27302026-07-08T17:58:53.448Z[ helios-setup] Jul 08 17:58:52.659 INFO E| Compiling unic-ucd-version v0.9.0
27312026-07-08T17:58:53.454Z[ helios-setup] Jul 08 17:58:52.664 INFO E| Compiling log v0.4.27
27322026-07-08T17:58:53.495Z[ omicron-package]
27332026-07-08T17:58:53.496Z[ omicron-package] real 31.268780085
27342026-07-08T17:58:53.499Z[ omicron-package] user 2:55.813937226
27352026-07-08T17:58:53.500Z[ omicron-package] sys 21.176031974
27362026-07-08T17:58:53.500Z[ omicron-package] trap 0.325144599
27372026-07-08T17:58:53.500Z[ omicron-package] tflt 0.753272161
27382026-07-08T17:58:53.500Z[ omicron-package] dflt 2.027587729
27392026-07-08T17:58:53.500Z[ omicron-package] kflt 0.001676390
27402026-07-08T17:58:53.500Z[ omicron-package] lock 7:46.949319241
27412026-07-08T17:58:53.500Z[ omicron-package] slp 4:28.372645509
27422026-07-08T17:58:53.500Z[ omicron-package] lat 34.403834032
27432026-07-08T17:58:53.500Z[ omicron-package] stop 1:09.457125756
27442026-07-08T17:58:53.500ZJul 08 17:58:52.707 INFO [omicron-package] process exited with exit status: 0 (31.376737254s)
27452026-07-08T17:58:53.500ZJul 08 17:58:52.707 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27462026-07-08T17:58:53.500ZJul 08 17:58:52.707 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27472026-07-08T17:58:53.500Z[ helios-setup] Jul 08 17:58:52.708 INFO E| Compiling heck v0.3.3
27482026-07-08T17:58:53.507Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27492026-07-08T17:58:53.507Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27502026-07-08T17:58:53.510Z[ host-target] Created new build target 'host' and set it as active
27512026-07-08T17:58:53.510Z[ recovery-target] Created new build target 'recovery' and set it as active
27522026-07-08T17:58:53.515Z[ helios-setup] Jul 08 17:58:52.721 INFO E| Compiling unic-char-property v0.9.0
27532026-07-08T17:58:53.515ZJul 08 17:58:52.723 INFO [host-target] process exited with exit status: 0 (15.457796ms)
27542026-07-08T17:58:53.516ZJul 08 17:58:52.723 INFO [recovery-target] process exited with exit status: 0 (15.953936ms)
27552026-07-08T17:58:53.516ZJul 08 17:58:52.723 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27562026-07-08T17:58:53.519Z[ helios-setup] Jul 08 17:58:52.729 INFO E| Compiling plain v0.2.3
27572026-07-08T17:58:53.522Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27582026-07-08T17:58:53.535Z[ helios-setup] Jul 08 17:58:52.746 INFO E| Compiling lazy_static v1.5.0
27592026-07-08T17:58:53.554Z[ helios-setup] Jul 08 17:58:52.765 INFO E| Compiling bytesize v2.0.1
27602026-07-08T17:58:53.595Z[ helios-setup] Jul 08 17:58:52.806 INFO E| Compiling unic-ucd-ident v0.9.0
27612026-07-08T17:58:53.624Z[ helios-setup] Jul 08 17:58:52.835 INFO E| Compiling atty v0.2.14
27622026-07-08T17:58:53.685Z[ helios-setup] Jul 08 17:58:52.896 INFO E| Compiling quote v1.0.40
27632026-07-08T17:58:53.691Z[ helios-setup] Jul 08 17:58:52.901 INFO E| Compiling clap v2.34.0
27642026-07-08T17:58:53.842Z[ helios-setup] Jul 08 17:58:53.052 INFO E| Compiling syn v2.0.101
27652026-07-08T17:58:54.198Z[ helios-setup] Jul 08 17:58:53.382 INFO E| Compiling parse_int v0.9.0
27662026-07-08T17:58:55.036Z[ host-package] Compiling heck v0.5.0
27672026-07-08T17:58:55.036Z[ host-package] Compiling regress v0.11.1
27682026-07-08T17:58:55.260Z[ host-package] Compiling unsafe-libyaml v0.2.11
27692026-07-08T17:58:55.305Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27702026-07-08T17:58:55.337Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27712026-07-08T17:58:55.359Z[ host-package] Compiling unicode-width v0.1.14
27722026-07-08T17:58:55.383Z[ host-package] Compiling atomicwrites v0.4.4
27732026-07-08T17:58:55.387Z[ host-package] Compiling bytecount v0.6.9
27742026-07-08T17:58:55.387Z[ host-package] Compiling derive-where v1.6.0
27752026-07-08T17:58:55.387Z[ host-package] Compiling is-terminal v0.4.17
27762026-07-08T17:58:55.387Z[ host-package] Compiling prettyplease v0.2.37
27772026-07-08T17:58:55.387Z[ host-package] Compiling console v0.15.11
27782026-07-08T17:58:55.387Z[ host-package] Compiling newline-converter v0.3.0
27792026-07-08T17:58:55.387Z[ host-package] Compiling slog-dtrace v0.3.0
27802026-07-08T17:58:55.387Z[ host-package] Compiling cancel-safe-futures v0.1.5
27812026-07-08T17:58:55.562Z[ host-package] Compiling owo-colors v4.3.0
27822026-07-08T17:58:55.697Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27832026-07-08T17:58:55.761Z[ host-package] Compiling resolv-conf v0.7.6
27842026-07-08T17:58:55.761Z[ host-package] Compiling num-rational v0.4.2
27852026-07-08T17:58:55.845Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27862026-07-08T17:58:55.865Z[ host-package] Compiling expectorate v1.2.0
27872026-07-08T17:58:55.900Z[ helios-setup] Jul 08 17:58:55.110 INFO E| Compiling serde_derive_internals v0.29.1
27882026-07-08T17:58:55.909Z[ host-package] Compiling libsw-core v0.3.2
27892026-07-08T17:58:55.945Z[ helios-setup] Jul 08 17:58:55.156 INFO E| Compiling modular-bitfield-impl v0.11.2
27902026-07-08T17:58:55.946Z[ helios-setup] Jul 08 17:58:55.156 INFO E| Compiling structopt-derive v0.4.18
27912026-07-08T17:58:56.023Z[ host-package] Compiling num-complex v0.4.6
27922026-07-08T17:58:56.090Z[ host-package] Compiling thread_local v1.1.9
27932026-07-08T17:58:56.322Z[ host-package] Compiling match_cfg v0.1.0
27942026-07-08T17:58:56.327Z[ host-package] Compiling compression-core v0.4.31
27952026-07-08T17:58:56.661Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27962026-07-08T17:58:56.704Z[ host-package] Compiling num v0.4.3
27972026-07-08T17:58:56.737Z[ host-package] Compiling compression-codecs v0.4.37
27982026-07-08T17:58:56.741Z[ host-package] Compiling libsw v3.5.0
27992026-07-08T17:58:56.741Z[ host-package] Compiling multer v3.1.0
28002026-07-08T17:58:56.742Z[ host-package] Compiling slog-async v2.8.0
28012026-07-08T17:58:56.764Z[ host-package] Compiling hostname v0.3.1
28022026-07-08T17:58:56.806Z[ host-package] Compiling crossbeam-channel v0.5.15
28032026-07-08T17:58:56.842Z[ helios-setup] Jul 08 17:58:56.052 INFO E| Compiling thiserror-impl v2.0.12
28042026-07-08T17:58:56.842Z[ helios-setup] Jul 08 17:58:56.053 INFO E| Compiling serde_derive v1.0.219
28052026-07-08T17:58:56.842Z[ helios-setup] Jul 08 17:58:56.053 INFO E| Compiling schemars_derive v0.8.22
28062026-07-08T17:58:56.846Z[ helios-setup] Jul 08 17:58:56.053 INFO E| Compiling zerocopy-derive v0.8.25
28072026-07-08T17:58:56.846Z[ helios-setup] Jul 08 17:58:56.053 INFO E| Compiling num-derive v0.4.2
28082026-07-08T17:58:56.846Z[ helios-setup] Jul 08 17:58:56.053 INFO E| Compiling modular-bitfield-impl v0.13.1
28092026-07-08T17:58:56.846Z[ helios-setup] Jul 08 17:58:56.053 INFO E| Compiling strum_macros v0.27.1
28102026-07-08T17:58:56.846Z[ helios-setup] Jul 08 17:58:56.053 INFO E| Compiling scroll_derive v0.12.1
28112026-07-08T17:58:56.953Z[ host-package] Compiling typify-impl v0.6.2
28122026-07-08T17:58:56.957Z[ host-package] Compiling slog-json v2.6.1
28132026-07-08T17:58:56.957Z[ host-package] Compiling serde_spanned v1.1.1
28142026-07-08T17:58:56.957Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28152026-07-08T17:58:56.957Z[ host-package] Compiling linked-hash-map v0.5.6
28162026-07-08T17:58:57.090Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28172026-07-08T17:58:57.096Z[ host-package] Compiling linear-map v1.2.0
28182026-07-08T17:58:57.096Z[ host-package] Compiling term v1.2.1
28192026-07-08T17:58:57.099Z[ helios-setup] Jul 08 17:58:56.306 INFO E| Compiling modular-bitfield v0.11.2
28202026-07-08T17:58:57.173Z[ helios-setup] Jul 08 17:58:56.379 INFO E| Compiling structopt v0.3.26
28212026-07-08T17:58:57.519Z[ host-package] Compiling take_mut v0.2.2
28222026-07-08T17:58:57.524Z[ host-package] Compiling float-ord v0.3.2
28232026-07-08T17:58:57.815Z[ host-package] Compiling async-compression v0.4.41
28242026-07-08T17:58:57.815Z[ helios-setup] Jul 08 17:58:57.023 INFO E| Compiling scroll v0.12.0
28252026-07-08T17:58:57.815Z[ host-package] Compiling lru-cache v0.1.2
28262026-07-08T17:58:57.967Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28272026-07-08T17:58:57.967Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28282026-07-08T17:58:57.967Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28292026-07-08T17:58:57.967Z[ host-package] Compiling slog-term v2.9.2
28302026-07-08T17:58:57.967Z[ host-package] Compiling slog-bunyan v2.5.0
28312026-07-08T17:58:58.106Z[ helios-setup] Jul 08 17:58:57.317 INFO E| Compiling goblin v0.9.3
28322026-07-08T17:58:58.144Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28332026-07-08T17:58:58.149Z[ host-package] Compiling dropshot v0.17.1
28342026-07-08T17:58:58.434Z[ helios-setup] Jul 08 17:58:57.644 INFO E| Compiling modular-bitfield v0.13.1
28352026-07-08T17:58:58.517Z[ host-package] Compiling async-stream v0.3.6
28362026-07-08T17:58:58.557Z[ host-package] Compiling sha1 v0.11.0
28372026-07-08T17:58:58.563Z[ host-package] Compiling progenitor-client v0.14.0
28382026-07-08T17:58:58.584Z[ helios-setup] Jul 08 17:58:57.794 INFO E| Compiling pest v2.8.0
28392026-07-08T17:58:58.698Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
28402026-07-08T17:58:58.806Z[ host-package] Compiling waitgroup v0.1.2
28412026-07-08T17:58:58.921Z[ host-package] Compiling rustls-pemfile v2.2.0
28422026-07-08T17:58:58.924Z[ host-package] Compiling backon v1.6.0
28432026-07-08T17:58:58.924Z[ host-package] Compiling hostname v0.4.2
28442026-07-08T17:58:59.022Z[ host-package] Compiling serde_path_to_error v0.1.20
28452026-07-08T17:58:59.022Z[ host-package] Compiling instant v0.1.13
28462026-07-08T17:58:59.171Z[ host-package] Compiling minimal-lexical v0.2.1
28472026-07-08T17:58:59.172Z[ host-package] Compiling debug-ignore v1.0.5
28482026-07-08T17:58:59.172Z[ host-package] Compiling progenitor-extras v0.2.0
28492026-07-08T17:58:59.303Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28502026-07-08T17:58:59.374Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28512026-07-08T17:58:59.460Z[ host-package] Compiling backoff v0.4.0
28522026-07-08T17:58:59.530Z[ host-package] Compiling nom v7.1.3
28532026-07-08T17:58:59.582Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28542026-07-08T17:58:59.675Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28552026-07-08T17:58:59.717Z[ helios-setup] Jul 08 17:58:58.927 INFO E| Compiling pest_meta v2.8.0
28562026-07-08T17:58:59.752Z[ host-package] Compiling parse-display v0.10.0
28572026-07-08T17:58:59.936Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28582026-07-08T17:58:59.936Z[ host-package] Compiling hickory-proto v0.24.4
28592026-07-08T17:58:59.940Z[ host-package] Compiling regress v0.10.5
28602026-07-08T17:59:00.264Z[ host-package] Compiling macaddr v1.0.1
28612026-07-08T17:59:00.313Z[ helios-setup] Jul 08 17:58:59.523 INFO E| Compiling pest_generator v2.8.0
28622026-07-08T17:59:00.648Z[ host-package] Compiling unicode-xid v0.2.6
28632026-07-08T17:59:00.731Z[ host-package] Compiling humantime v2.3.0
28642026-07-08T17:59:00.890Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28652026-07-08T17:59:00.921Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28662026-07-08T17:59:00.994Z[ helios-setup] Jul 08 17:59:00.204 INFO E| Compiling pest_derive v2.8.0
28672026-07-08T17:59:01.127Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28682026-07-08T17:59:01.233Z[ host-package] Compiling convert_case v0.10.0
28692026-07-08T17:59:01.284Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28702026-07-08T17:59:01.287Z[ host-package] Compiling typify-macro v0.6.2
28712026-07-08T17:59:01.637Z[ host-package] Compiling toml v0.8.23
28722026-07-08T17:59:01.814Z[ host-package] Compiling derive_more-impl v2.1.1
28732026-07-08T17:59:01.912Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28742026-07-08T17:59:01.927Z[ helios-setup] Jul 08 17:59:01.137 INFO E| Compiling json5 v0.4.1
28752026-07-08T17:59:02.251Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28762026-07-08T17:59:02.309Z[ host-package] Compiling papergrid v0.11.0
28772026-07-08T17:59:02.398Z[ host-package] Compiling tabled_derive v0.7.0
28782026-07-08T17:59:02.486Z[ host-package] Compiling termtree v0.5.1
28792026-07-08T17:59:02.781Z[ host-package] Compiling hickory-resolver v0.24.4
28802026-07-08T17:59:02.850Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28812026-07-08T17:59:03.092Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28822026-07-08T17:59:03.158Z[ host-package] Compiling typify v0.6.2
28832026-07-08T17:59:03.404Z[ host-package] Compiling progenitor-impl v0.14.0
28842026-07-08T17:59:03.437Z[ host-package] Compiling derive_more v2.1.1
28852026-07-08T17:59:03.457Z[ helios-setup] Jul 08 17:59:02.667 INFO E| Compiling four-cc v0.4.0
28862026-07-08T17:59:03.458Z[ helios-setup] Jul 08 17:59:02.667 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
28872026-07-08T17:59:03.581Z[ helios-setup] Jul 08 17:59:02.792 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
28882026-07-08T17:59:03.617Z[ host-package] Compiling crossterm v0.29.0
28892026-07-08T17:59:03.840Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28902026-07-08T17:59:04.888Z[ host-package] Compiling qorb v0.4.1
28912026-07-08T17:59:05.960Z[ host-package] Compiling tabled v0.15.0
28922026-07-08T17:59:06.048Z[ host-package] Compiling progenitor-macro v0.14.0
28932026-07-08T17:59:06.801Z[ host-package] Compiling phf_shared v0.12.1
28942026-07-08T17:59:07.128Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28952026-07-08T17:59:07.424Z[ host-package] Compiling vte v0.14.1
28962026-07-08T17:59:07.701Z[ host-package] Compiling csv-core v0.1.13
28972026-07-08T17:59:07.856Z[ host-package] Compiling highway v1.3.0
28982026-07-08T17:59:08.031Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28992026-07-08T17:59:08.217Z[ host-package] Compiling chrono-tz v0.10.4
29002026-07-08T17:59:08.659Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29012026-07-08T17:59:08.662Z[ host-package] Compiling csv v1.4.0
29022026-07-08T17:59:08.711Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29032026-07-08T17:59:08.780Z[ host-package] Compiling phf v0.12.1
29042026-07-08T17:59:08.894Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29052026-07-08T17:59:09.008Z[ host-package] Compiling const_format_proc_macros v0.2.34
29062026-07-08T17:59:09.279Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29072026-07-08T17:59:09.445Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29082026-07-08T17:59:09.608Z[ host-package] Compiling fd-lock v4.0.4
29092026-07-08T17:59:09.835Z[ host-package] Compiling peg-macros v0.8.5
29102026-07-08T17:59:09.885Z[ host-package] Compiling nu-ansi-term v0.50.3
29112026-07-08T17:59:10.383Z[ host-package] Compiling progenitor v0.14.0
29122026-07-08T17:59:10.615Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29132026-07-08T17:59:10.840Z[ host-package] Compiling reedline v0.40.0
29142026-07-08T17:59:11.349Z[ host-package] Compiling peg v0.8.5
29152026-07-08T17:59:11.353Z[ host-package] Compiling const_format v0.2.35
29162026-07-08T17:59:11.604Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29172026-07-08T17:59:11.924Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29182026-07-08T17:59:12.122Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29192026-07-08T17:59:12.363Z[ host-package] Compiling bcs v0.1.6
29202026-07-08T17:59:12.851Z[ host-package] Compiling nom v8.0.0
29212026-07-08T17:59:13.409Z[ host-package] Compiling semver v0.1.20
29222026-07-08T17:59:13.766Z[ host-package] Compiling rustc_version v0.1.7
29232026-07-08T17:59:13.994Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29242026-07-08T17:59:14.029Z[ host-package] Compiling newtype_derive v0.1.6
29252026-07-08T17:59:14.138Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
29262026-07-08T17:59:14.368Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
29272026-07-08T17:59:14.426Z[ host-package] Compiling smawk v0.3.2
29282026-07-08T17:59:14.526Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29292026-07-08T17:59:14.672Z[ host-package] Compiling unicode-linebreak v0.1.5
29302026-07-08T17:59:14.795Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29312026-07-08T17:59:14.999Z[ host-package] Compiling textwrap v0.16.2
29322026-07-08T17:59:15.060Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29332026-07-08T17:59:15.063Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
29342026-07-08T17:59:15.158Z[ host-package] Compiling sha1 v0.10.6
29352026-07-08T17:59:15.205Z[ host-package] Compiling steno v0.4.1
29362026-07-08T17:59:15.713Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
29372026-07-08T17:59:15.759Z[ host-package] Compiling utf-8 v0.7.6
29382026-07-08T17:59:15.822Z[ host-package] Compiling tagptr v0.2.0
29392026-07-08T17:59:16.025Z[ host-package] Compiling moka v0.12.13
29402026-07-08T17:59:16.083Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29412026-07-08T17:59:16.527Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29422026-07-08T17:59:16.576Z[ host-package] Compiling tungstenite v0.21.0
29432026-07-08T17:59:16.737Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29442026-07-08T17:59:16.902Z[ host-package] Compiling num-derive v0.3.3
29452026-07-08T17:59:17.131Z[ host-package] Compiling vergen-lib v0.1.6
29462026-07-08T17:59:17.357Z[ host-package] Compiling hickory-resolver v0.25.2
29472026-07-08T17:59:17.452Z[ host-package] Compiling tokio-tungstenite v0.21.0
29482026-07-08T17:59:17.563Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
29492026-07-08T17:59:17.833Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29502026-07-08T17:59:17.876Z[ host-package] Compiling diesel_derives v2.3.7
29512026-07-08T17:59:18.056Z[ host-package] Compiling proc-macro-error2 v2.0.1
29522026-07-08T17:59:18.295Z[ host-package] Compiling libscf-sys v1.1.0
29532026-07-08T17:59:18.421Z[ helios-setup] Jul 08 17:59:17.631 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
29542026-07-08T17:59:18.579Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29552026-07-08T17:59:18.807Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29562026-07-08T17:59:18.871Z[ host-package] Compiling dsl_auto_type v0.2.0
29572026-07-08T17:59:19.461Z[ host-package] Compiling vergen-gitcl v1.0.8
29582026-07-08T17:59:19.538Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
29592026-07-08T17:59:19.631Z[ host-package] Compiling dirs-sys-next v0.1.2
29602026-07-08T17:59:19.735Z[ host-package] Compiling crunchy v0.2.4
29612026-07-08T17:59:19.784Z[ host-package] Compiling maplit v1.0.2
29622026-07-08T17:59:19.831Z[ host-package] Compiling glob v0.3.3
29632026-07-08T17:59:19.955Z[ host-package] Compiling dirs-next v2.0.0
29642026-07-08T17:59:20.044Z[ host-package] Compiling r2d2 v0.8.10
29652026-07-08T17:59:20.227Z[ host-package] Compiling tabled_derive v0.11.0
29662026-07-08T17:59:20.256Z[ host-package] Compiling clang-sys v1.8.1
29672026-07-08T17:59:20.383Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29682026-07-08T17:59:20.635Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29692026-07-08T17:59:20.891Z[ host-package] Compiling papergrid v0.17.0
29702026-07-08T17:59:21.525Z[ host-package] Compiling testing_table v0.3.0
29712026-07-08T17:59:21.554Z[ helios-setup] Jul 08 17:59:20.764 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29722026-07-08T17:59:21.577Z[ host-package] Compiling downcast-rs v2.0.2
29732026-07-08T17:59:21.737Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
29742026-07-08T17:59:21.838Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
29752026-07-08T17:59:21.994Z[ host-package] Compiling tiny-keccak v2.0.2
29762026-07-08T17:59:22.388Z[ host-package] Compiling tabled v0.20.0
29772026-07-08T17:59:22.650Z[ host-package] Compiling term v0.7.0
29782026-07-08T17:59:22.708Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29792026-07-08T17:59:23.280Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29802026-07-08T17:59:23.338Z[ host-package] Compiling bit-vec v0.6.3
29812026-07-08T17:59:23.618Z[ host-package] Compiling bit-set v0.5.3
29822026-07-08T17:59:23.674Z[ host-package] Compiling ascii-canvas v3.0.0
29832026-07-08T17:59:23.829Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29842026-07-08T17:59:23.886Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
29852026-07-08T17:59:24.254Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
29862026-07-08T17:59:24.290Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29872026-07-08T17:59:24.343Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
29882026-07-08T17:59:24.367Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29892026-07-08T17:59:24.534Z[ host-package] Compiling itertools v0.10.5
29902026-07-08T17:59:24.585Z[ host-package] Compiling ena v0.14.4
29912026-07-08T17:59:24.681Z[ host-package] Compiling libloading v0.8.9
29922026-07-08T17:59:24.935Z[ host-package] Compiling unicase v2.9.0
29932026-07-08T17:59:24.980Z[ host-package] Compiling bindgen v0.71.1
29942026-07-08T17:59:24.980Z[ host-package] Compiling diesel v2.3.7
29952026-07-08T17:59:25.048Z[ host-package] Compiling regex-syntax v0.6.29
29962026-07-08T17:59:25.271Z[ host-package] Compiling xshell-macros v0.2.7
29972026-07-08T17:59:25.439Z[ host-package] Compiling diff v0.1.13
29982026-07-08T17:59:25.778Z[ host-package] Compiling xshell v0.2.7
29992026-07-08T17:59:25.825Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30002026-07-08T17:59:25.894Z[ host-package] Compiling cexpr v0.6.0
30012026-07-08T17:59:26.519Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30022026-07-08T17:59:26.707Z[ host-package] Compiling lalrpop v0.19.12
30032026-07-08T17:59:27.113Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30042026-07-08T17:59:27.204Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30052026-07-08T17:59:27.249Z[ host-package] Compiling rustc-hash v2.1.1
30062026-07-08T17:59:27.438Z[ host-package] Compiling crc8 v0.1.1
30072026-07-08T17:59:27.626Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30082026-07-08T17:59:28.232Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30092026-07-08T17:59:28.282Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30102026-07-08T17:59:28.364Z[ host-package] Compiling headers-core v0.3.0
30112026-07-08T17:59:28.550Z[ host-package] Compiling libxml v0.3.3
30122026-07-08T17:59:28.923Z[ host-package] Compiling headers v0.4.1
30132026-07-08T17:59:29.074Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30142026-07-08T17:59:29.131Z[ host-package] Compiling strum_macros v0.24.3
30152026-07-08T17:59:29.154Z[ host-package] Compiling indoc v1.0.9
30162026-07-08T17:59:29.781Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30172026-07-08T17:59:29.784Z[ host-package] Compiling git-stub v1.0.0
30182026-07-08T17:59:30.025Z[ host-package] Compiling derive_builder v0.20.2
30192026-07-08T17:59:30.159Z[ host-package] Compiling quick-xml v0.37.5
30202026-07-08T17:59:30.279Z[ host-package] Compiling oso-derive v0.27.3
30212026-07-08T17:59:30.445Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
30222026-07-08T17:59:30.568Z[ host-package] Compiling openssl-probe v0.1.6
30232026-07-08T17:59:30.729Z[ host-package] Compiling git-stub-vcs v0.1.0
30242026-07-08T17:59:30.938Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30252026-07-08T17:59:30.962Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30262026-07-08T17:59:30.986Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30272026-07-08T17:59:31.216Z[ host-package] Compiling bb8 v0.8.6
30282026-07-08T17:59:31.292Z[ host-package] Compiling trait-variant v0.1.2
30292026-07-08T17:59:31.406Z[ host-package] Compiling half v1.8.3
30302026-07-08T17:59:31.662Z[ host-package] Compiling serde_cbor v0.11.2
30312026-07-08T17:59:31.836Z[ host-package] Compiling progenitor-impl v0.13.0
30322026-07-08T17:59:31.879Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30332026-07-08T17:59:31.908Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30342026-07-08T17:59:31.938Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30352026-07-08T17:59:32.374Z[ host-package] Compiling progenitor-client v0.13.0
30362026-07-08T17:59:32.814Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30372026-07-08T17:59:32.878Z[ host-package] Compiling samael v0.0.19
30382026-07-08T17:59:32.951Z[ host-package] Compiling nonempty v0.12.0
30392026-07-08T17:59:33.025Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30402026-07-08T17:59:33.081Z[ host-package] Compiling fxhash v0.2.1
30412026-07-08T17:59:33.247Z[ host-package] Compiling libz-sys v1.1.24
30422026-07-08T17:59:33.261Z[ helios-setup] Jul 08 17:59:32.470 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.13s
30432026-07-08T17:59:33.277Z[ host-package] Compiling salty v0.3.0
30442026-07-08T17:59:33.299Z[ helios-setup] Jul 08 17:59:32.506 INFO building project "amd-host-image-builder" ok (43 seconds)
30452026-07-08T17:59:33.299Z[ helios-setup] Jul 08 17:59:32.506 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
30462026-07-08T17:59:33.304Z[ helios-setup] Jul 08 17:59:32.515 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.96.1-x86_64-unknown-illumos (default)"
30472026-07-08T17:59:33.304Z[ helios-setup] Jul 08 17:59:32.515 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
30482026-07-08T17:59:33.307Z[ helios-setup] Jul 08 17:59:32.515 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
30492026-07-08T17:59:33.501Z[ helios-setup] Jul 08 17:59:32.711 INFO E| Downloading crates ...
30502026-07-08T17:59:33.568Z[ helios-setup] Jul 08 17:59:32.779 INFO E| Downloaded anyhow v1.0.98
30512026-07-08T17:59:33.571Z[ helios-setup] Jul 08 17:59:32.781 INFO E| Downloaded errno v0.3.12
30522026-07-08T17:59:33.574Z[ helios-setup] Jul 08 17:59:32.782 INFO E| Downloaded time-macros v0.2.22
30532026-07-08T17:59:33.593Z[ helios-setup] Jul 08 17:59:32.799 INFO E| Downloaded time-core v0.1.4
30542026-07-08T17:59:33.596Z[ helios-setup] Jul 08 17:59:32.805 INFO E| Downloaded iana-time-zone v0.1.63
30552026-07-08T17:59:33.596Z[ helios-setup] Jul 08 17:59:32.807 INFO E| Downloaded serde_with_macros v3.12.0
30562026-07-08T17:59:33.600Z[ helios-setup] Jul 08 17:59:32.808 INFO E| Downloaded deranged v0.4.0
30572026-07-08T17:59:33.606Z[ helios-setup] Jul 08 17:59:32.816 INFO E| Downloaded bitflags v2.9.1
30582026-07-08T17:59:33.609Z[ helios-setup] Jul 08 17:59:32.819 INFO E| Downloaded tempfile v3.20.0
30592026-07-08T17:59:33.623Z[ helios-setup] Jul 08 17:59:32.834 INFO E| Downloaded getrandom v0.3.3
30602026-07-08T17:59:33.629Z[ helios-setup] Jul 08 17:59:32.840 INFO E| Downloaded indexmap v2.9.0
30612026-07-08T17:59:33.656Z[ helios-setup] Jul 08 17:59:32.850 INFO E| Downloaded time v0.3.41
30622026-07-08T17:59:33.659Z[ helios-setup] Jul 08 17:59:32.867 INFO E| Downloaded serde_with v3.12.0
30632026-07-08T17:59:33.662Z[ helios-setup] Jul 08 17:59:32.872 INFO E| Downloaded hashbrown v0.15.3
30642026-07-08T17:59:33.666Z[ helios-setup] Jul 08 17:59:32.877 INFO E| Downloaded chrono v0.4.41
30652026-07-08T17:59:33.682Z[ helios-setup] Jul 08 17:59:32.892 INFO E| Downloaded rustix v1.0.7
30662026-07-08T17:59:33.689Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
30672026-07-08T17:59:33.738Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
30682026-07-08T17:59:33.745Z[ helios-setup] Jul 08 17:59:32.955 INFO E| Compiling proc-macro2 v1.0.95
30692026-07-08T17:59:33.778Z[ helios-setup] Jul 08 17:59:32.988 INFO E| Compiling unicode-ident v1.0.18
30702026-07-08T17:59:33.778Z[ helios-setup] Jul 08 17:59:32.988 INFO E| Compiling libc v0.2.172
30712026-07-08T17:59:33.778Z[ helios-setup] Jul 08 17:59:32.988 INFO E| Compiling fnv v1.0.7
30722026-07-08T17:59:33.778Z[ helios-setup] Jul 08 17:59:32.988 INFO E| Compiling ident_case v1.0.1
30732026-07-08T17:59:33.781Z[ helios-setup] Jul 08 17:59:32.988 INFO E| Compiling strsim v0.11.1
30742026-07-08T17:59:33.781Z[ helios-setup] Jul 08 17:59:32.988 INFO E| Compiling serde v1.0.219
30752026-07-08T17:59:33.781Z[ helios-setup] Jul 08 17:59:32.988 INFO E| Compiling getrandom v0.3.3
30762026-07-08T17:59:33.781Z[ helios-setup] Jul 08 17:59:32.988 INFO E| Compiling rustix v1.0.7
30772026-07-08T17:59:33.781Z[ helios-setup] Jul 08 17:59:32.988 INFO E| Compiling anyhow v1.0.98
30782026-07-08T17:59:33.781Z[ helios-setup] Jul 08 17:59:32.988 INFO E| Compiling cfg-if v1.0.0
30792026-07-08T17:59:33.781Z[ helios-setup] Jul 08 17:59:32.988 INFO E| Compiling thiserror v2.0.12
30802026-07-08T17:59:33.781Z[ helios-setup] Jul 08 17:59:32.988 INFO E| Compiling serde_json v1.0.140
30812026-07-08T17:59:33.781Z[ helios-setup] Jul 08 17:59:32.988 INFO E| Compiling bitflags v2.9.1
30822026-07-08T17:59:33.781Z[ helios-setup] Jul 08 17:59:32.988 INFO E| Compiling itoa v1.0.15
30832026-07-08T17:59:33.781Z[ helios-setup] Jul 08 17:59:32.988 INFO E| Compiling memchr v2.7.4
30842026-07-08T17:59:34.011Z[ helios-setup] Jul 08 17:59:33.219 INFO E| Compiling fastrand v2.3.0
30852026-07-08T17:59:34.014Z[ helios-setup] Jul 08 17:59:33.225 INFO E| Compiling once_cell v1.21.3
30862026-07-08T17:59:34.110Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30872026-07-08T17:59:34.150Z[ helios-setup] Jul 08 17:59:33.353 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
30882026-07-08T17:59:34.165Z[ helios-setup] Jul 08 17:59:33.375 INFO E| Compiling ryu v1.0.20
30892026-07-08T17:59:34.434Z[ host-package] Compiling kstat-rs v0.2.4
30902026-07-08T17:59:34.464Z[ host-package] Compiling progenitor-macro v0.13.0
30912026-07-08T17:59:34.583Z[ host-package] Compiling arc-swap v1.8.2
30922026-07-08T17:59:35.118Z[ helios-setup] Jul 08 17:59:34.329 INFO E| Compiling quote v1.0.40
30932026-07-08T17:59:35.174Z[ helios-setup] Jul 08 17:59:34.384 INFO E| Compiling errno v0.3.12
30942026-07-08T17:59:35.306Z[ host-package] Compiling slog-scope v4.4.1
30952026-07-08T17:59:35.309Z[ helios-setup] Jul 08 17:59:34.519 INFO E| Compiling syn v2.0.101
30962026-07-08T17:59:35.475Z[ host-package] Compiling polar-core v0.27.3
30972026-07-08T17:59:35.607Z[ host-package] Compiling mime_guess v2.0.5
30982026-07-08T17:59:36.054Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
30992026-07-08T17:59:36.142Z[ helios-setup] Jul 08 17:59:35.352 INFO E| Compiling tempfile v3.20.0
31002026-07-08T17:59:36.417Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31012026-07-08T17:59:36.530Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31022026-07-08T17:59:37.805Z[ helios-setup] Jul 08 17:59:37.016 INFO E| Compiling darling_core v0.20.11
31032026-07-08T17:59:38.774Z[ helios-setup] Jul 08 17:59:37.984 INFO E| Compiling serde_derive v1.0.219
31042026-07-08T17:59:38.774Z[ helios-setup] Jul 08 17:59:37.984 INFO E| Compiling thiserror-impl v2.0.12
31052026-07-08T17:59:38.804Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
31062026-07-08T17:59:39.142Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31072026-07-08T17:59:39.303Z[ host-package] Compiling progenitor v0.13.0
31082026-07-08T17:59:39.483Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31092026-07-08T17:59:39.577Z[ host-package] Compiling rfc6979 v0.4.0
31102026-07-08T17:59:39.581Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31112026-07-08T17:59:39.851Z[ host-package] Compiling nanorand v0.7.0
31122026-07-08T17:59:39.979Z[ helios-setup] Jul 08 17:59:39.188 INFO E| Compiling darling_macro v0.20.11
31132026-07-08T17:59:40.175Z[ host-package] Compiling darling_core v0.23.0
31142026-07-08T17:59:40.307Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31152026-07-08T17:59:40.532Z[ host-package] Compiling parking_lot_core v0.8.6
31162026-07-08T17:59:40.880Z[ helios-setup] Jul 08 17:59:40.090 INFO E| Compiling darling v0.20.11
31172026-07-08T17:59:40.968Z[ helios-setup] Jul 08 17:59:40.179 INFO E| Compiling serde_with_macros v3.12.0
31182026-07-08T17:59:41.106Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31192026-07-08T17:59:41.134Z[ host-package] Compiling flume v0.11.1
31202026-07-08T17:59:41.412Z[ host-package] Compiling ecdsa v0.16.9
31212026-07-08T17:59:41.669Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31222026-07-08T17:59:42.222Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31232026-07-08T17:59:42.558Z[ host-package] Compiling darling_macro v0.23.0
31242026-07-08T17:59:42.778Z[ host-package] Compiling slog-stdlog v4.1.1
31252026-07-08T17:59:42.977Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31262026-07-08T17:59:43.161Z[ host-package] Compiling primeorder v0.13.6
31272026-07-08T17:59:43.191Z[ host-package] Compiling atty v0.2.14
31282026-07-08T17:59:43.262Z[ host-package] Compiling instability v0.3.11
31292026-07-08T17:59:43.403Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
31302026-07-08T17:59:43.506Z[ host-package] Compiling strsim v0.10.0
31312026-07-08T17:59:43.545Z[ host-package] Compiling http-range v0.1.5
31322026-07-08T17:59:43.751Z[ host-package] Compiling darling_core v0.13.4
31332026-07-08T17:59:43.801Z[ helios-setup] Jul 08 17:59:43.004 INFO E| Compiling serde_with v3.12.0
31342026-07-08T17:59:43.929Z[ host-package] Compiling p384 v0.13.1
31352026-07-08T17:59:43.957Z[ host-package] Compiling darling v0.23.0
31362026-07-08T17:59:44.097Z[ host-package] Compiling slog-envlogger v2.2.0
31372026-07-08T17:59:45.415Z[ host-package] Compiling diesel-dtrace v0.5.0
31382026-07-08T17:59:45.776Z[ host-package] Compiling async-bb8-diesel v0.2.1
31392026-07-08T17:59:46.246Z[ host-package] Compiling oso v0.27.3
31402026-07-08T17:59:46.303Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31412026-07-08T17:59:47.451Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31422026-07-08T17:59:47.844Z[ host-package] Compiling ignore v0.4.25
31432026-07-08T17:59:48.399Z[ helios-setup] Jul 08 17:59:47.608 INFO E| Finished `release` profile [optimized] target(s) in 15.08s
31442026-07-08T17:59:48.422Z[ helios-setup] Jul 08 17:59:47.632 INFO building project "dmar-report" ok (15 seconds)
31452026-07-08T17:59:48.422Z[ helios-setup] Jul 08 17:59:47.632 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
31462026-07-08T17:59:48.431Z[ helios-setup] Jul 08 17:59:47.641 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.96.1-x86_64-unknown-illumos (default)"
31472026-07-08T17:59:48.431Z[ helios-setup] Jul 08 17:59:47.641 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
31482026-07-08T17:59:48.434Z[ helios-setup] Jul 08 17:59:47.641 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
31492026-07-08T17:59:48.546Z[ helios-setup] Jul 08 17:59:47.756 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
31502026-07-08T17:59:48.733Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
31512026-07-08T17:59:48.855Z[ helios-setup] Jul 08 17:59:48.065 INFO E| From https://github.com/jclulow/hiercmd
31522026-07-08T17:59:48.855Z[ helios-setup] Jul 08 17:59:48.066 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
31532026-07-08T17:59:48.869Z[ helios-setup] Jul 08 17:59:48.079 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
31542026-07-08T17:59:49.175Z[ helios-setup] Jul 08 17:59:48.386 INFO E| From https://github.com/oxidecomputer/network-interface
31552026-07-08T17:59:49.175Z[ helios-setup] Jul 08 17:59:48.386 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
31562026-07-08T17:59:49.188Z[ helios-setup] Jul 08 17:59:48.398 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
31572026-07-08T17:59:49.520Z[ helios-setup] Jul 08 17:59:48.719 INFO E| From https://github.com/oxidecomputer/boot-image-tools
31582026-07-08T17:59:49.520Z[ helios-setup] Jul 08 17:59:48.720 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
31592026-07-08T17:59:49.528Z[ helios-setup] Jul 08 17:59:48.737 INFO E| Updating crates.io index
31602026-07-08T17:59:49.677Z[ host-package] Compiling castaway v0.2.4
31612026-07-08T17:59:49.749Z[ host-package] Compiling vergen-git2 v9.1.0
31622026-07-08T17:59:49.825Z[ helios-setup] Jul 08 17:59:49.035 INFO E| Downloading crates ...
31632026-07-08T17:59:49.849Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
31642026-07-08T17:59:49.910Z[ helios-setup] Jul 08 17:59:49.121 INFO E| Downloaded devinfo v0.1.0
31652026-07-08T17:59:49.913Z[ helios-setup] Jul 08 17:59:49.124 INFO E| Downloaded bitfield v0.19.3
31662026-07-08T17:59:49.916Z[ helios-setup] Jul 08 17:59:49.127 INFO E| Downloaded libdevinfo-sys v1.1.0
31672026-07-08T17:59:49.919Z[ helios-setup] Jul 08 17:59:49.128 INFO E| Downloaded slab v0.4.11
31682026-07-08T17:59:49.919Z[ helios-setup] Jul 08 17:59:49.129 INFO E| Downloaded bitfield-macros v0.19.3
31692026-07-08T17:59:49.922Z[ helios-setup] Jul 08 17:59:49.130 INFO E| Downloaded anstyle v1.0.13
31702026-07-08T17:59:49.928Z[ helios-setup] Jul 08 17:59:49.134 INFO E| Downloaded getrandom v0.2.16
31712026-07-08T17:59:49.930Z[ helios-setup] Jul 08 17:59:49.136 INFO E| Downloaded serde_spanned v1.0.3
31722026-07-08T17:59:49.930Z[ helios-setup] Jul 08 17:59:49.137 INFO E| Downloaded base64ct v1.8.0
31732026-07-08T17:59:49.938Z[ helios-setup] Jul 08 17:59:49.148 INFO E| Downloaded env_filter v0.1.4
31742026-07-08T17:59:49.941Z[ helios-setup] Jul 08 17:59:49.150 INFO E| Downloaded futures-macro v0.3.31
31752026-07-08T17:59:49.941Z[ helios-setup] Jul 08 17:59:49.151 INFO E| Downloaded clap_lex v0.7.6
31762026-07-08T17:59:49.948Z[ helios-setup] Jul 08 17:59:49.158 INFO E| Downloaded futures-task v0.3.31
31772026-07-08T17:59:49.951Z[ helios-setup] Jul 08 17:59:49.160 INFO E| Downloaded futures-core v0.3.31
31782026-07-08T17:59:49.954Z[ helios-setup] Jul 08 17:59:49.162 INFO E| Downloaded futures-io v0.3.31
31792026-07-08T17:59:49.959Z[ helios-setup] Jul 08 17:59:49.167 INFO E| Downloaded futures-executor v0.3.31
31802026-07-08T17:59:49.963Z[ helios-setup] Jul 08 17:59:49.174 INFO E| Downloaded anstyle-query v1.1.4
31812026-07-08T17:59:49.968Z[ helios-setup] Jul 08 17:59:49.179 INFO E| Downloaded futures-sink v0.3.31
31822026-07-08T17:59:49.973Z[ helios-setup] Jul 08 17:59:49.183 INFO E| Downloaded pin-utils v0.1.0
31832026-07-08T17:59:49.977Z[ helios-setup] Jul 08 17:59:49.184 INFO E| Downloaded num_enum_derive v0.7.5
31842026-07-08T17:59:49.977Z[ helios-setup] Jul 08 17:59:49.186 INFO E| Downloaded getopts v0.2.24
31852026-07-08T17:59:50.001Z[ helios-setup] Jul 08 17:59:49.211 INFO E| Downloaded zeroize_derive v1.4.2
31862026-07-08T17:59:50.016Z[ helios-setup] Jul 08 17:59:49.227 INFO E| Downloaded time-core v0.1.6
31872026-07-08T17:59:50.019Z[ helios-setup] Jul 08 17:59:49.228 INFO E| Downloaded futures-channel v0.3.31
31882026-07-08T17:59:50.030Z[ helios-setup] Jul 08 17:59:49.240 INFO E| Downloaded env_logger v0.11.8
31892026-07-08T17:59:50.030Z[ host-package] Compiling indoc v2.0.7
31902026-07-08T17:59:50.033Z[ helios-setup] Jul 08 17:59:49.244 INFO E| Downloaded num_enum v0.7.5
31912026-07-08T17:59:50.036Z[ helios-setup] Jul 08 17:59:49.247 INFO E| Downloaded tokio-macros v2.6.0
31922026-07-08T17:59:50.039Z[ helios-setup] Jul 08 17:59:49.248 INFO E| Downloaded thiserror v2.0.17
31932026-07-08T17:59:50.041Z[ helios-setup] Jul 08 17:59:49.251 INFO E| Downloaded quote v1.0.41
31942026-07-08T17:59:50.044Z[ helios-setup] Jul 08 17:59:49.253 INFO E| Downloaded generic-array v0.14.9
31952026-07-08T17:59:50.044Z[ helios-setup] Jul 08 17:59:49.254 INFO E| Downloaded thiserror-impl v2.0.17
31962026-07-08T17:59:50.044Z[ helios-setup] Jul 08 17:59:49.254 INFO E| Downloaded deranged v0.5.5
31972026-07-08T17:59:50.047Z[ helios-setup] Jul 08 17:59:49.256 INFO E| Downloaded find-msvc-tools v0.1.4
31982026-07-08T17:59:50.047Z[ helios-setup] Jul 08 17:59:49.256 INFO E| Downloaded crc v3.3.0
31992026-07-08T17:59:50.050Z[ helios-setup] Jul 08 17:59:49.259 INFO E| Downloaded simd-adler32 v0.3.7
32002026-07-08T17:59:50.050Z[ helios-setup] Jul 08 17:59:49.261 INFO E| Downloaded toml_writer v1.0.4
32012026-07-08T17:59:50.053Z[ helios-setup] Jul 08 17:59:49.262 INFO E| Downloaded toml_datetime v0.7.3
32022026-07-08T17:59:50.053Z[ helios-setup] Jul 08 17:59:49.263 INFO E| Downloaded signal-hook-registry v1.4.6
32032026-07-08T17:59:50.058Z[ helios-setup] Jul 08 17:59:49.265 INFO E| Downloaded bitflags v2.10.0
32042026-07-08T17:59:50.058Z[ helios-setup] Jul 08 17:59:49.268 INFO E| Downloaded clap_derive v4.5.49
32052026-07-08T17:59:50.074Z[ helios-setup] Jul 08 17:59:49.285 INFO E| Downloaded pin-project-lite v0.2.16
32062026-07-08T17:59:50.079Z[ helios-setup] Jul 08 17:59:49.288 INFO E| Downloaded indexmap v2.12.0
32072026-07-08T17:59:50.082Z[ helios-setup] Jul 08 17:59:49.291 INFO E| Downloaded iana-time-zone v0.1.64
32082026-07-08T17:59:50.093Z[ helios-setup] Jul 08 17:59:49.304 INFO E| Downloaded time-macros v0.2.24
32092026-07-08T17:59:50.097Z[ helios-setup] Jul 08 17:59:49.306 INFO E| Downloaded unicode-ident v1.0.22
32102026-07-08T17:59:50.100Z[ helios-setup] Jul 08 17:59:49.309 INFO E| Downloaded anyhow v1.0.100
32112026-07-08T17:59:50.104Z[ helios-setup] Jul 08 17:59:49.315 INFO E| Downloaded futures v0.3.31
32122026-07-08T17:59:50.118Z[ helios-setup] Jul 08 17:59:49.327 INFO E| Downloaded term v1.2.0
32132026-07-08T17:59:50.121Z[ helios-setup] Jul 08 17:59:49.330 INFO E| Downloaded flate2 v1.1.5
32142026-07-08T17:59:50.127Z[ helios-setup] Jul 08 17:59:49.338 INFO E| Downloaded clap v4.5.51
32152026-07-08T17:59:50.133Z[ helios-setup] Jul 08 17:59:49.344 INFO E| Downloaded toml v0.9.8
32162026-07-08T17:59:50.136Z[ helios-setup] Jul 08 17:59:49.347 INFO E| Downloaded socket2 v0.6.1
32172026-07-08T17:59:50.141Z[ helios-setup] Jul 08 17:59:49.352 INFO E| Downloaded log v0.4.28
32182026-07-08T17:59:50.144Z[ helios-setup] Jul 08 17:59:49.355 INFO E| Downloaded toml_parser v1.0.4
32192026-07-08T17:59:50.153Z[ helios-setup] Jul 08 17:59:49.364 INFO E| Downloaded rsa v0.9.8
32202026-07-08T17:59:50.157Z[ helios-setup] Jul 08 17:59:49.367 INFO E| Downloaded uuid v1.18.1
32212026-07-08T17:59:50.166Z[ helios-setup] Jul 08 17:59:49.377 INFO E| Downloaded typenum v1.19.0
32222026-07-08T17:59:50.171Z[ helios-setup] Jul 08 17:59:49.381 INFO E| Downloaded toml_edit v0.23.7
32232026-07-08T17:59:50.174Z[ helios-setup] Jul 08 17:59:49.384 INFO E| Downloaded proc-macro2 v1.0.103
32242026-07-08T17:59:50.185Z[ helios-setup] Jul 08 17:59:49.391 INFO E| Downloaded memchr v2.7.6
32252026-07-08T17:59:50.185Z[ helios-setup] Jul 08 17:59:49.395 INFO E| Downloaded bytes v1.10.1
32262026-07-08T17:59:50.199Z[ helios-setup] Jul 08 17:59:49.410 INFO E| Downloaded iddqd v0.3.14
32272026-07-08T17:59:50.204Z[ helios-setup] Jul 08 17:59:49.414 INFO E| Downloaded cc v1.2.44
32282026-07-08T17:59:50.207Z[ helios-setup] Jul 08 17:59:49.416 INFO E| Downloaded rand v0.8.5
32292026-07-08T17:59:50.210Z[ host-package] Compiling compact_str v0.8.1
32302026-07-08T17:59:50.210Z[ helios-setup] Jul 08 17:59:49.420 INFO E| Downloaded zerocopy-derive v0.8.27
32312026-07-08T17:59:50.217Z[ helios-setup] Jul 08 17:59:49.427 INFO E| Downloaded mio v1.1.0
32322026-07-08T17:59:50.238Z[ helios-setup] Jul 08 17:59:49.449 INFO E| Downloaded num-bigint-dig v0.8.4
32332026-07-08T17:59:50.242Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32342026-07-08T17:59:50.275Z[ helios-setup] Jul 08 17:59:49.485 INFO E| Downloaded time v0.3.44
32352026-07-08T17:59:50.283Z[ helios-setup] Jul 08 17:59:49.493 INFO E| Downloaded serde_json v1.0.145
32362026-07-08T17:59:50.287Z[ helios-setup] Jul 08 17:59:49.497 INFO E| Downloaded winnow v0.7.13
32372026-07-08T17:59:50.294Z[ helios-setup] Jul 08 17:59:49.503 INFO E| Downloaded libm v0.2.15
32382026-07-08T17:59:50.299Z[ helios-setup] Jul 08 17:59:49.510 INFO E| Downloaded hashbrown v0.16.0
32392026-07-08T17:59:50.302Z[ helios-setup] Jul 08 17:59:49.513 INFO E| Downloaded futures-util v0.3.31
32402026-07-08T17:59:50.309Z[ helios-setup] Jul 08 17:59:49.520 INFO E| Downloaded clap_builder v4.5.51
32412026-07-08T17:59:50.320Z[ helios-setup] Jul 08 17:59:49.530 INFO E| Downloaded chrono v0.4.42
32422026-07-08T17:59:50.333Z[ helios-setup] Jul 08 17:59:49.543 INFO E| Downloaded zerocopy v0.8.27
32432026-07-08T17:59:50.347Z[ helios-setup] Jul 08 17:59:49.557 INFO E| Downloaded unicode-width v0.2.2
32442026-07-08T17:59:50.351Z[ helios-setup] Jul 08 17:59:49.562 INFO E| Downloaded syn v2.0.108
32452026-07-08T17:59:50.391Z[ helios-setup] Jul 08 17:59:49.600 INFO E| Downloaded rustix v1.1.2
32462026-07-08T17:59:50.457Z[ helios-setup] Jul 08 17:59:49.667 INFO E| Downloaded libc v0.2.177
32472026-07-08T17:59:50.473Z[ helios-setup] Jul 08 17:59:49.684 INFO E| Downloaded tokio v1.48.0
32482026-07-08T17:59:50.578Z[ helios-setup] Jul 08 17:59:49.788 INFO E| Compiling proc-macro2 v1.0.103
32492026-07-08T17:59:50.578Z[ helios-setup] Jul 08 17:59:49.788 INFO E| Compiling quote v1.0.41
32502026-07-08T17:59:50.580Z[ helios-setup] Jul 08 17:59:49.788 INFO E| Compiling unicode-ident v1.0.22
32512026-07-08T17:59:50.583Z[ helios-setup] Jul 08 17:59:49.788 INFO E| Compiling libc v0.2.177
32522026-07-08T17:59:50.583Z[ helios-setup] Jul 08 17:59:49.788 INFO E| Compiling serde_core v1.0.228
32532026-07-08T17:59:50.583Z[ helios-setup] Jul 08 17:59:49.788 INFO E| Compiling cfg-if v1.0.4
32542026-07-08T17:59:50.583Z[ helios-setup] Jul 08 17:59:49.788 INFO E| Compiling serde v1.0.228
32552026-07-08T17:59:50.583Z[ helios-setup] Jul 08 17:59:49.788 INFO E| Compiling version_check v0.9.5
32562026-07-08T17:59:50.583Z[ helios-setup] Jul 08 17:59:49.788 INFO E| Compiling autocfg v1.5.0
32572026-07-08T17:59:50.583Z[ helios-setup] Jul 08 17:59:49.788 INFO E| Compiling typenum v1.19.0
32582026-07-08T17:59:50.583Z[ helios-setup] Jul 08 17:59:49.788 INFO E| Compiling const-oid v0.9.6
32592026-07-08T17:59:50.583Z[ helios-setup] Jul 08 17:59:49.788 INFO E| Compiling libm v0.2.15
32602026-07-08T17:59:50.583Z[ helios-setup] Jul 08 17:59:49.789 INFO E| Compiling zerocopy v0.8.27
32612026-07-08T17:59:50.583Z[ helios-setup] Jul 08 17:59:49.789 INFO E| Compiling rustversion v1.0.22
32622026-07-08T17:59:50.583Z[ helios-setup] Jul 08 17:59:49.789 INFO E| Compiling base64ct v1.8.0
32632026-07-08T17:59:50.583Z[ helios-setup] Jul 08 17:59:49.789 INFO E| Compiling smallvec v1.15.1
32642026-07-08T17:59:50.688Z[ host-package] Compiling globwalk v0.9.1
32652026-07-08T17:59:50.880Z[ helios-setup] Jul 08 17:59:50.090 INFO E| Compiling zeroize v1.8.2
32662026-07-08T17:59:50.979Z[ host-package] Compiling parking_lot v0.11.2
32672026-07-08T17:59:51.025Z[ helios-setup] Jul 08 17:59:50.234 INFO E| Compiling winnow v0.7.13
32682026-07-08T17:59:51.037Z[ helios-setup] Jul 08 17:59:50.247 INFO E| Compiling anyhow v1.0.100
32692026-07-08T17:59:51.302Z[ helios-setup] Jul 08 17:59:50.513 INFO E| Compiling pem-rfc7468 v0.7.0
32702026-07-08T17:59:51.349Z[ helios-setup] Jul 08 17:59:50.558 INFO E| Compiling rustix v1.1.2
32712026-07-08T17:59:51.474Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32722026-07-08T17:59:51.477Z[ helios-setup] Jul 08 17:59:50.686 INFO E| Compiling utf8parse v0.2.2
32732026-07-08T17:59:51.567Z[ helios-setup] Jul 08 17:59:50.777 INFO E| Compiling generic-array v0.14.9
32742026-07-08T17:59:51.669Z[ helios-setup] Jul 08 17:59:50.879 INFO E| Compiling flagset v0.4.7
32752026-07-08T17:59:51.745Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32762026-07-08T17:59:51.889Z[ helios-setup] Jul 08 17:59:51.099 INFO E| Compiling memchr v2.7.6
32772026-07-08T17:59:51.892Z[ helios-setup] Jul 08 17:59:51.100 INFO E| Compiling num-traits v0.2.19
32782026-07-08T17:59:51.936Z[ helios-setup] Jul 08 17:59:51.146 INFO E| Compiling equivalent v1.0.2
32792026-07-08T17:59:51.951Z[ helios-setup] Jul 08 17:59:51.162 INFO E| Compiling byteorder v1.5.0
32802026-07-08T17:59:52.028Z[ helios-setup] Jul 08 17:59:51.239 INFO E| Compiling crc32fast v1.5.0
32812026-07-08T17:59:52.038Z[ helios-setup] Jul 08 17:59:51.249 INFO E| Compiling hashbrown v0.16.0
32822026-07-08T17:59:52.156Z[ host-package] Compiling darling_macro v0.13.4
32832026-07-08T17:59:52.537Z[ helios-setup] Jul 08 17:59:51.747 INFO E| Compiling anstyle-parse v0.2.7
32842026-07-08T17:59:52.678Z[ helios-setup] Jul 08 17:59:51.888 INFO E| Compiling getrandom v0.2.16
32852026-07-08T17:59:52.685Z[ helios-setup] Jul 08 17:59:51.895 INFO E| Compiling errno v0.3.14
32862026-07-08T17:59:52.685Z[ helios-setup] Jul 08 17:59:51.895 INFO E| Compiling allocator-api2 v0.2.21
32872026-07-08T17:59:52.771Z[ host-package] Compiling hyper-staticfile v0.10.1
32882026-07-08T17:59:52.822Z[ helios-setup] Jul 08 17:59:52.033 INFO E| Compiling find-msvc-tools v0.1.4
32892026-07-08T17:59:52.853Z[ helios-setup] Jul 08 17:59:52.063 INFO E| Compiling shlex v1.3.0
32902026-07-08T17:59:52.860Z[ helios-setup] Jul 08 17:59:52.070 INFO E| Compiling cpufeatures v0.2.17
32912026-07-08T17:59:52.985Z[ helios-setup] Jul 08 17:59:52.196 INFO E| Compiling rand_core v0.6.4
32922026-07-08T17:59:53.076Z[ helios-setup] Jul 08 17:59:52.287 INFO E| Compiling is_terminal_polyfill v1.70.2
32932026-07-08T17:59:53.113Z[ helios-setup] Jul 08 17:59:52.324 INFO E| Compiling indexmap v2.12.0
32942026-07-08T17:59:53.120Z[ helios-setup] Jul 08 17:59:52.330 INFO E| Compiling anstyle v1.0.13
32952026-07-08T17:59:53.212Z[ helios-setup] Jul 08 17:59:52.422 INFO E| Compiling toml_datetime v0.7.3
32962026-07-08T17:59:53.347Z[ helios-setup] Jul 08 17:59:52.557 INFO E| Compiling anstyle-query v1.1.4
32972026-07-08T17:59:53.434Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32982026-07-08T17:59:53.512Z[ helios-setup] Jul 08 17:59:52.723 INFO E| Compiling radium v0.7.0
32992026-07-08T17:59:53.553Z[ helios-setup] Jul 08 17:59:52.763 INFO E| Compiling syn v2.0.108
33002026-07-08T17:59:53.595Z[ helios-setup] Jul 08 17:59:52.805 INFO E| Compiling toml_parser v1.0.4
33012026-07-08T17:59:53.633Z[ helios-setup] Jul 08 17:59:52.843 INFO E| Compiling colorchoice v1.0.4
33022026-07-08T17:59:53.701Z[ helios-setup] Jul 08 17:59:52.911 INFO E| Compiling syn v1.0.109
33032026-07-08T17:59:53.769Z[ helios-setup] Jul 08 17:59:52.980 INFO E| Compiling block-buffer v0.10.4
33042026-07-08T17:59:53.772Z[ helios-setup] Jul 08 17:59:52.982 INFO E| Compiling crypto-common v0.1.6
33052026-07-08T17:59:53.796Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33062026-07-08T17:59:53.850Z[ helios-setup] Jul 08 17:59:53.060 INFO E| Compiling anstream v0.6.21
33072026-07-08T17:59:53.876Z[ helios-setup] Jul 08 17:59:53.086 INFO E| Compiling slog v2.8.2
33082026-07-08T17:59:53.879Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33092026-07-08T17:59:53.882Z[ helios-setup] Jul 08 17:59:53.093 INFO E| Compiling cc v1.2.44
33102026-07-08T17:59:54.031Z[ helios-setup] Jul 08 17:59:53.241 INFO E| Compiling digest v0.10.7
33112026-07-08T17:59:54.246Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33122026-07-08T17:59:54.365Z[ helios-setup] Jul 08 17:59:53.575 INFO E| Compiling sha2 v0.10.9
33132026-07-08T17:59:54.475Z[ helios-setup] Jul 08 17:59:53.686 INFO E| Compiling toml_edit v0.23.7
33142026-07-08T17:59:54.565Z[ helios-setup] Jul 08 17:59:53.775 INFO E| Compiling futures-core v0.3.31
33152026-07-08T17:59:54.647Z[ helios-setup] Jul 08 17:59:53.797 INFO E| Compiling tap v1.0.1
33162026-07-08T17:59:54.647Z[ helios-setup] Jul 08 17:59:53.797 INFO E| Compiling pkg-config v0.3.32
33172026-07-08T17:59:54.647Z[ helios-setup] Jul 08 17:59:53.837 INFO E| Compiling unicode-width v0.2.2
33182026-07-08T17:59:54.680Z[ helios-setup] Jul 08 17:59:53.890 INFO E| Compiling pin-project-lite v0.2.16
33192026-07-08T17:59:54.691Z[ helios-setup] Jul 08 17:59:53.902 INFO E| Compiling maybe-uninit v2.0.0
33202026-07-08T17:59:54.770Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
33212026-07-08T17:59:54.834Z[ helios-setup] Jul 08 17:59:54.045 INFO E| Compiling futures-sink v0.3.31
33222026-07-08T17:59:54.849Z[ host-package] Compiling predicates-tree v1.0.13
33232026-07-08T17:59:54.876Z[ helios-setup] Jul 08 17:59:54.085 INFO E| Compiling parking_lot_core v0.9.12
33242026-07-08T17:59:54.912Z[ helios-setup] Jul 08 17:59:54.122 INFO E| Compiling wyz v0.5.1
33252026-07-08T17:59:54.959Z[ helios-setup] Jul 08 17:59:54.169 INFO E| Compiling futures-channel v0.3.31
33262026-07-08T17:59:55.004Z[ helios-setup] Jul 08 17:59:54.213 INFO E| Compiling num-integer v0.1.46
33272026-07-08T17:59:55.117Z[ host-package] Compiling unicode-truncate v1.1.0
33282026-07-08T17:59:55.200Z[ helios-setup] Jul 08 17:59:54.410 INFO E| Compiling ahash v0.8.12
33292026-07-08T17:59:55.353Z[ helios-setup] Jul 08 17:59:54.563 INFO E| Compiling getopts v0.2.24
33302026-07-08T17:59:55.398Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33312026-07-08T17:59:55.482Z[ host-package] Compiling lru v0.12.5
33322026-07-08T17:59:55.485Z[ host-package] Compiling rand_seeder v0.4.0
33332026-07-08T17:59:55.485Z[ helios-setup] Jul 08 17:59:54.694 INFO E| Compiling itoa v1.0.15
33342026-07-08T17:59:55.497Z[ helios-setup] Jul 08 17:59:54.707 INFO E| Compiling spin v0.9.8
33352026-07-08T17:59:55.591Z[ helios-setup] Jul 08 17:59:54.802 INFO E| Compiling bitflags v2.10.0
33362026-07-08T17:59:55.612Z[ helios-setup] Jul 08 17:59:54.821 INFO E| Compiling time-core v0.1.6
33372026-07-08T17:59:55.613Z[ helios-setup] Jul 08 17:59:54.821 INFO E| Compiling funty v2.0.0
33382026-07-08T17:59:55.644Z[ helios-setup] Jul 08 17:59:54.848 INFO E| Compiling slab v0.4.11
33392026-07-08T17:59:55.697Z[ helios-setup] Jul 08 17:59:54.907 INFO E| Compiling proc-macro-crate v3.4.0
33402026-07-08T17:59:55.788Z[ helios-setup] Jul 08 17:59:54.998 INFO E| Compiling num-conv v0.1.0
33412026-07-08T17:59:55.870Z[ host-package] Compiling prefix-trie v0.7.0
33422026-07-08T17:59:55.875Z[ helios-setup] Jul 08 17:59:55.086 INFO E| Compiling bytes v1.10.1
33432026-07-08T17:59:55.884Z[ helios-setup] Jul 08 17:59:55.095 INFO E| Compiling powerfmt v0.2.0
33442026-07-08T17:59:56.008Z[ helios-setup] Jul 08 17:59:55.219 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
33452026-07-08T17:59:56.015Z[ helios-setup] Jul 08 17:59:55.225 INFO E| Compiling packed_struct v0.10.1
33462026-07-08T17:59:56.049Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-07-08T17:59:56.115Z[ helios-setup] Jul 08 17:59:55.325 INFO E| Compiling strsim v0.11.1
33482026-07-08T17:59:56.135Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33492026-07-08T17:59:56.165Z[ helios-setup] Jul 08 17:59:55.375 INFO E| Compiling num-bigint-dig v0.8.4
33502026-07-08T17:59:56.209Z[ helios-setup] Jul 08 17:59:55.419 INFO E| Compiling clap_lex v0.7.6
33512026-07-08T17:59:56.267Z[ helios-setup] Jul 08 17:59:55.476 INFO E| Compiling futures-task v0.3.31
33522026-07-08T17:59:56.274Z[ host-package] Compiling cassowary v0.3.0
33532026-07-08T17:59:56.298Z[ helios-setup] Jul 08 17:59:55.508 INFO E| Compiling scopeguard v1.2.0
33542026-07-08T17:59:56.342Z[ helios-setup] Jul 08 17:59:55.552 INFO E| Compiling getrandom v0.3.4
33552026-07-08T17:59:56.557Z[ helios-setup] Jul 08 17:59:55.767 INFO E| Compiling futures-io v0.3.31
33562026-07-08T17:59:56.668Z[ helios-setup] Jul 08 17:59:55.877 INFO E| Compiling heck v0.5.0
33572026-07-08T17:59:56.675Z[ helios-setup] Jul 08 17:59:55.884 INFO E| Compiling pin-utils v0.1.0
33582026-07-08T17:59:56.835Z[ helios-setup] Jul 08 17:59:56.045 INFO E| Compiling thiserror v1.0.69
33592026-07-08T17:59:56.898Z[ helios-setup] Jul 08 17:59:56.108 INFO E| Compiling lock_api v0.4.14
33602026-07-08T17:59:56.910Z[ helios-setup] Jul 08 17:59:56.120 INFO E| Compiling bitvec v1.0.1
33612026-07-08T17:59:56.914Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
33622026-07-08T17:59:56.971Z[ helios-setup] Jul 08 17:59:56.181 INFO E| Compiling deranged v0.5.5
33632026-07-08T17:59:57.015Z[ helios-setup] Jul 08 17:59:56.225 INFO E| Compiling terminal_size v0.4.3
33642026-07-08T17:59:57.033Z[ host-package] Compiling corncobs v0.1.4
33652026-07-08T17:59:57.049Z[ helios-setup] Jul 08 17:59:56.259 INFO E| Compiling time-macros v0.2.24
33662026-07-08T17:59:57.064Z[ helios-setup] Jul 08 17:59:56.274 INFO E| Compiling lazy_static v1.5.0
33672026-07-08T17:59:57.110Z[ host-package] Compiling hickory-server v0.25.2
33682026-07-08T17:59:57.173Z[ helios-setup] Jul 08 17:59:56.383 INFO E| Compiling clap_builder v4.5.51
33692026-07-08T17:59:57.222Z[ helios-setup] Jul 08 17:59:56.432 INFO E| Compiling num-iter v0.1.45
33702026-07-08T17:59:57.409Z[ host-package] Compiling ratatui v0.29.0
33712026-07-08T17:59:57.446Z[ helios-setup] Jul 08 17:59:56.648 INFO E| Compiling indexmap v1.9.3
33722026-07-08T17:59:57.491Z[ helios-setup] Jul 08 17:59:56.701 INFO E| Compiling crc-catalog v2.4.0
33732026-07-08T17:59:57.615Z[ helios-setup] Jul 08 17:59:56.825 INFO E| Compiling log v0.4.28
33742026-07-08T17:59:57.621Z[ helios-setup] Jul 08 17:59:56.832 INFO E| Compiling iana-time-zone v0.1.64
33752026-07-08T17:59:57.649Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33762026-07-08T17:59:57.771Z[ helios-setup] Jul 08 17:59:56.981 INFO E| Compiling nodrop v0.1.14
33772026-07-08T17:59:57.841Z[ helios-setup] Jul 08 17:59:57.051 INFO E| Compiling thiserror v2.0.17
33782026-07-08T17:59:57.889Z[ helios-setup] Jul 08 17:59:57.099 INFO E| Compiling simd-adler32 v0.3.7
33792026-07-08T17:59:57.940Z[ helios-setup] Jul 08 17:59:57.150 INFO E| Compiling serde_json v1.0.145
33802026-07-08T17:59:58.042Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33812026-07-08T17:59:58.116Z[ helios-setup] Jul 08 17:59:57.323 INFO E| Compiling once_cell v1.21.3
33822026-07-08T17:59:58.148Z[ helios-setup] Jul 08 17:59:57.357 INFO E| Compiling adler2 v2.0.1
33832026-07-08T17:59:58.264Z[ helios-setup] Jul 08 17:59:57.474 INFO E| Compiling env_filter v0.1.4
33842026-07-08T17:59:58.308Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33852026-07-08T17:59:58.483Z[ helios-setup] Jul 08 17:59:57.693 INFO E| Compiling miniz_oxide v0.8.9
33862026-07-08T17:59:58.547Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33872026-07-08T17:59:58.604Z[ helios-setup] Jul 08 17:59:57.815 INFO E| Compiling array-init v0.0.4
33882026-07-08T17:59:58.657Z[ helios-setup] Jul 08 17:59:57.868 INFO E| Compiling chrono v0.4.42
33892026-07-08T17:59:58.665Z[ helios-setup] Jul 08 17:59:57.875 INFO E| Compiling crc v3.3.0
33902026-07-08T17:59:58.690Z[ helios-setup] Jul 08 17:59:57.900 INFO E| Compiling smallvec v0.6.14
33912026-07-08T17:59:58.909Z[ helios-setup] Jul 08 17:59:58.119 INFO E| Compiling parking_lot v0.12.5
33922026-07-08T17:59:59.176Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33932026-07-08T17:59:59.277Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33942026-07-08T17:59:59.315Z[ helios-setup] Jul 08 17:59:58.525 INFO E| Compiling serde_spanned v1.0.3
33952026-07-08T17:59:59.322Z[ helios-setup] Jul 08 17:59:58.532 INFO E| Compiling time v0.3.44
33962026-07-08T17:59:59.472Z[ helios-setup] Jul 08 17:59:58.682 INFO E| Compiling signature v2.2.0
33972026-07-08T17:59:59.489Z[ helios-setup] Jul 08 17:59:58.699 INFO E| Compiling socket2 v0.6.1
33982026-07-08T17:59:59.553Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33992026-07-08T17:59:59.738Z[ helios-setup] Jul 08 17:59:58.948 INFO E| Compiling is-terminal v0.4.17
34002026-07-08T17:59:59.766Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34012026-07-08T17:59:59.798Z[ helios-setup] Jul 08 17:59:59.008 INFO E| Compiling mio v1.1.0
34022026-07-08T17:59:59.862Z[ helios-setup] Jul 08 17:59:59.073 INFO E| Compiling signal-hook-registry v1.4.6
34032026-07-08T17:59:59.876Z[ helios-setup] Jul 08 17:59:59.086 INFO E| Compiling thread_local v1.1.9
34042026-07-08T18:00:00.064Z[ helios-setup] Jul 08 17:59:59.273 INFO E| Compiling winnow v0.5.40
34052026-07-08T18:00:00.130Z[ helios-setup] Jul 08 17:59:59.341 INFO E| Compiling term v1.2.0
34062026-07-08T18:00:00.407Z[ helios-setup] Jul 08 17:59:59.617 INFO E| Compiling packed_struct_codegen v0.10.1
34072026-07-08T18:00:00.559Z[ helios-setup] Jul 08 17:59:59.769 INFO E| Compiling base64 v0.21.7
34082026-07-08T18:00:00.588Z[ host-package] Compiling darling v0.13.4
34092026-07-08T18:00:00.875Z[ helios-setup] Jul 08 18:00:00.086 INFO E| Compiling hashbrown v0.12.3
34102026-07-08T18:00:01.010Z[ helios-setup] Jul 08 18:00:00.220 INFO E| Compiling libdevinfo-sys v1.1.0
34112026-07-08T18:00:01.136Z[ helios-setup] Jul 08 18:00:00.346 INFO E| Compiling toml_writer v1.0.4
34122026-07-08T18:00:01.326Z[ helios-setup] Jul 08 18:00:00.531 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
34132026-07-08T18:00:01.345Z[ helios-setup] Jul 08 18:00:00.555 INFO E| Compiling serde_derive v1.0.228
34142026-07-08T18:00:01.409Z[ helios-setup] Jul 08 18:00:00.619 INFO E| Compiling zerocopy-derive v0.8.27
34152026-07-08T18:00:01.440Z[ helios-setup] Jul 08 18:00:00.650 INFO E| Compiling der_derive v0.7.3
34162026-07-08T18:00:01.461Z[ helios-setup] Jul 08 18:00:00.671 INFO E| Compiling futures-macro v0.3.31
34172026-07-08T18:00:01.611Z[ helios-setup] Jul 08 18:00:00.822 INFO E| Compiling zerocopy-derive v0.6.6
34182026-07-08T18:00:01.849Z[ helios-setup] Jul 08 18:00:01.060 INFO E| Compiling num_enum_derive v0.7.5
34192026-07-08T18:00:01.888Z[ helios-setup] Jul 08 18:00:01.098 INFO E| Compiling clap_derive v4.5.49
34202026-07-08T18:00:02.095Z[ helios-setup] Jul 08 18:00:01.301 INFO E| Compiling thiserror-impl v1.0.69
34212026-07-08T18:00:02.359Z[ helios-setup] Jul 08 18:00:01.569 INFO E| Compiling bitfield-macros v0.19.3
34222026-07-08T18:00:02.693Z[ host-package] Compiling sled v0.34.7
34232026-07-08T18:00:03.021Z[ helios-setup] Jul 08 18:00:02.231 INFO E| Compiling tokio-macros v2.6.0
34242026-07-08T18:00:03.050Z[ helios-setup] Jul 08 18:00:02.260 INFO E| Compiling thiserror-impl v2.0.17
34252026-07-08T18:00:03.115Z[ helios-setup] Jul 08 18:00:02.325 INFO E| Compiling ryu v1.0.20
34262026-07-08T18:00:03.758Z[ helios-setup] Jul 08 18:00:02.963 INFO E| Compiling subtle v2.6.1
34272026-07-08T18:00:03.927Z[ helios-setup] Jul 08 18:00:03.137 INFO E| Compiling bitfield v0.19.3
34282026-07-08T18:00:03.975Z[ helios-setup] Jul 08 18:00:03.185 INFO E| Compiling der v0.7.10
34292026-07-08T18:00:03.975Z[ helios-setup] Jul 08 18:00:03.185 INFO E| Compiling futures-util v0.3.31
34302026-07-08T18:00:04.023Z[ helios-setup] Jul 08 18:00:03.233 INFO E| Compiling bzip2 v0.4.4
34312026-07-08T18:00:04.061Z[ helios-setup] Jul 08 18:00:03.271 INFO E| Compiling toml v0.9.8
34322026-07-08T18:00:04.142Z[ helios-setup] Jul 08 18:00:03.352 INFO E| Compiling num_enum v0.7.5
34332026-07-08T18:00:04.297Z[ helios-setup] Jul 08 18:00:03.508 INFO E| Compiling devinfo v0.1.0
34342026-07-08T18:00:04.568Z[ helios-setup] Jul 08 18:00:03.777 INFO E| Compiling zerocopy v0.6.6
34352026-07-08T18:00:04.643Z[ helios-setup] Jul 08 18:00:03.852 INFO E| Compiling flate2 v1.1.5
34362026-07-08T18:00:04.882Z[ helios-setup] Jul 08 18:00:04.092 INFO E| Compiling uuid v1.18.1
34372026-07-08T18:00:04.990Z[ helios-setup] Jul 08 18:00:04.200 INFO E| Compiling tokio v1.48.0
34382026-07-08T18:00:05.326Z[ helios-setup] Jul 08 18:00:04.536 INFO E| Compiling clap v4.5.51
34392026-07-08T18:00:05.348Z[ helios-setup] Jul 08 18:00:04.558 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34402026-07-08T18:00:05.358Z[ helios-setup] Jul 08 18:00:04.568 INFO E| Compiling env_logger v0.11.8
34412026-07-08T18:00:05.424Z[ helios-setup] Jul 08 18:00:04.634 INFO E| Compiling bitflags v1.3.2
34422026-07-08T18:00:05.554Z[ helios-setup] Jul 08 18:00:04.764 INFO E| Compiling crc-any v2.5.0
34432026-07-08T18:00:05.593Z[ helios-setup] Jul 08 18:00:04.803 INFO E| Compiling rustc-hash v2.1.1
34442026-07-08T18:00:05.682Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34452026-07-08T18:00:05.772Z[ helios-setup] Jul 08 18:00:04.982 INFO E| Compiling hex v0.4.3
34462026-07-08T18:00:05.794Z[ helios-setup] Jul 08 18:00:05.004 INFO E| Compiling foldhash v0.2.0
34472026-07-08T18:00:05.899Z[ helios-setup] Jul 08 18:00:05.109 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34482026-07-08T18:00:06.005Z[ helios-setup] Jul 08 18:00:05.215 INFO E| Compiling spki v0.7.3
34492026-07-08T18:00:06.238Z[ helios-setup] Jul 08 18:00:05.431 INFO E| Compiling iddqd v0.3.14
34502026-07-08T18:00:06.364Z[ helios-setup] Jul 08 18:00:05.573 INFO E| Compiling pkcs8 v0.10.2
34512026-07-08T18:00:06.598Z[ helios-setup] Jul 08 18:00:05.808 INFO E| Compiling x509-cert v0.2.5
34522026-07-08T18:00:06.616Z[ helios-setup] Jul 08 18:00:05.826 INFO E| Compiling zip v0.6.6
34532026-07-08T18:00:06.631Z[ helios-setup] Jul 08 18:00:05.841 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34542026-07-08T18:00:06.631Z[ helios-setup] Jul 08 18:00:05.841 INFO E| Compiling path-slash v0.1.5
34552026-07-08T18:00:06.771Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34562026-07-08T18:00:06.928Z[ helios-setup] Jul 08 18:00:06.138 INFO E| Compiling pkcs1 v0.7.5
34572026-07-08T18:00:07.302Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34582026-07-08T18:00:07.710Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34592026-07-08T18:00:08.605Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34602026-07-08T18:00:08.880Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34612026-07-08T18:00:08.896Z[ helios-setup] Jul 08 18:00:08.106 INFO E| Compiling ppv-lite86 v0.2.21
34622026-07-08T18:00:09.006Z[ helios-setup] Jul 08 18:00:08.216 INFO E| Compiling erased-serde v0.3.31
34632026-07-08T18:00:09.210Z[ helios-setup] Jul 08 18:00:08.420 INFO E| Compiling serde_spanned v0.6.9
34642026-07-08T18:00:09.322Z[ host-package] Compiling secrecy v0.8.0
34652026-07-08T18:00:09.436Z[ helios-setup] Jul 08 18:00:08.646 INFO E| Compiling rand_chacha v0.3.1
34662026-07-08T18:00:09.514Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34672026-07-08T18:00:09.558Z[ helios-setup] Jul 08 18:00:08.768 INFO E| Compiling futures-executor v0.3.31
34682026-07-08T18:00:09.591Z[ helios-setup] Jul 08 18:00:08.801 INFO E| Compiling toml_datetime v0.6.11
34692026-07-08T18:00:10.163Z[ helios-setup] Jul 08 18:00:09.373 INFO E| Compiling rand v0.8.5
34702026-07-08T18:00:10.284Z[ helios-setup] Jul 08 18:00:09.494 INFO E| Compiling hashbrown v0.13.2
34712026-07-08T18:00:10.292Z[ helios-setup] Jul 08 18:00:09.503 INFO E| Compiling toml_edit v0.19.15
34722026-07-08T18:00:10.311Z[ helios-setup] Jul 08 18:00:09.521 INFO E| Compiling futures v0.3.31
34732026-07-08T18:00:10.337Z[ helios-setup] Jul 08 18:00:09.547 INFO E| Compiling ron v0.8.1
34742026-07-08T18:00:10.371Z[ helios-setup] Jul 08 18:00:09.581 INFO E| Compiling serde-hex v0.1.0
34752026-07-08T18:00:10.570Z[ host-package] Compiling git2 v0.20.4
34762026-07-08T18:00:11.073Z[ helios-setup] Jul 08 18:00:10.283 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
34772026-07-08T18:00:11.082Z[ helios-setup] Jul 08 18:00:10.293 INFO E| Compiling slog-term v2.9.2
34782026-07-08T18:00:11.205Z[ helios-setup] Jul 08 18:00:10.416 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34792026-07-08T18:00:11.286Z[ helios-setup] Jul 08 18:00:10.496 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34802026-07-08T18:00:11.541Z[ helios-setup] Jul 08 18:00:10.751 INFO E| Compiling object v0.30.4
34812026-07-08T18:00:11.595Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34822026-07-08T18:00:12.243Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34832026-07-08T18:00:13.105Z[ helios-setup] Jul 08 18:00:12.315 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
34842026-07-08T18:00:13.105Z[ helios-setup] Jul 08 18:00:12.316 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34852026-07-08T18:00:13.119Z[ helios-setup] Jul 08 18:00:12.329 INFO E| Compiling rsa v0.9.8
34862026-07-08T18:00:13.757Z[ helios-setup] Jul 08 18:00:12.967 INFO E| Compiling toml v0.7.8
34872026-07-08T18:00:13.760Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34882026-07-08T18:00:13.821Z[ host-package] Compiling serde_with_macros v1.5.2
34892026-07-08T18:00:15.564Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34902026-07-08T18:00:15.853Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34912026-07-08T18:00:16.012Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34922026-07-08T18:00:16.492Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34932026-07-08T18:00:16.663Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34942026-07-08T18:00:17.761Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34952026-07-08T18:00:18.452Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34962026-07-08T18:00:18.735Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
34972026-07-08T18:00:19.043Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34982026-07-08T18:00:19.217Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34992026-07-08T18:00:19.313Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35002026-07-08T18:00:19.451Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35012026-07-08T18:00:19.495Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35022026-07-08T18:00:19.556Z[ host-package] Compiling base64 v0.21.7
35032026-07-08T18:00:19.675Z[ host-package] Compiling void v1.0.2
35042026-07-08T18:00:19.836Z[ host-package] Compiling ron v0.8.1
35052026-07-08T18:00:19.860Z[ host-package] Compiling lzss v0.8.2
35062026-07-08T18:00:19.943Z[ helios-setup] Jul 08 18:00:19.153 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35072026-07-08T18:00:19.983Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35082026-07-08T18:00:21.046Z[ host-package] Compiling illumos-nvpair v0.3.0
35092026-07-08T18:00:21.135Z[ helios-setup] Jul 08 18:00:20.345 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
35102026-07-08T18:00:21.665Z[ host-package] Compiling serde_with v1.14.0
35112026-07-08T18:00:21.823Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35122026-07-08T18:00:24.564Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35132026-07-08T18:00:24.784Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35142026-07-08T18:00:25.350Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
35152026-07-08T18:00:25.384Z[ helios-setup] Jul 08 18:00:24.594 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35162026-07-08T18:00:26.442Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35172026-07-08T18:00:27.693Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
35182026-07-08T18:00:28.049Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35192026-07-08T18:00:28.447Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35202026-07-08T18:00:28.874Z[ host-package] Compiling tungstenite v0.23.0
35212026-07-08T18:00:28.941Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
35222026-07-08T18:00:30.153Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35232026-07-08T18:00:31.617Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35242026-07-08T18:00:31.650Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35252026-07-08T18:00:31.908Z[ host-package] Compiling nix v0.27.1
35262026-07-08T18:00:32.078Z[ host-package] Compiling twox-hash v2.1.2
35272026-07-08T18:00:32.425Z[ host-package] Compiling serde_bytes v0.11.19
35282026-07-08T18:00:33.058Z[ host-package] Compiling tokio-tungstenite v0.23.1
35292026-07-08T18:00:33.156Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
35302026-07-08T18:00:33.224Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35312026-07-08T18:00:33.638Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35322026-07-08T18:00:34.151Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35332026-07-08T18:00:34.198Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35342026-07-08T18:00:34.726Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35352026-07-08T18:00:34.839Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35362026-07-08T18:00:35.920Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35372026-07-08T18:00:36.580Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35382026-07-08T18:00:36.617Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35392026-07-08T18:00:36.643Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35402026-07-08T18:00:37.094Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35412026-07-08T18:00:37.228Z[ helios-setup] Jul 08 18:00:36.438 INFO E| Finished `release` profile [optimized] target(s) in 48.78s
35422026-07-08T18:00:37.231Z[ helios-setup] Jul 08 18:00:36.438 INFO E| Blocking waiting for file lock on package cache
35432026-07-08T18:00:37.664Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
35442026-07-08T18:00:38.663Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
35452026-07-08T18:00:39.672Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35462026-07-08T18:00:40.148Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35472026-07-08T18:00:41.159Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35482026-07-08T18:00:41.214Z[ helios-setup] Jul 08 18:00:40.425 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35492026-07-08T18:00:41.214Z[ helios-setup] Jul 08 18:00:40.425 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35502026-07-08T18:00:41.271Z[ helios-setup] Jul 08 18:00:40.481 INFO building project "pilot" ok (52 seconds)
35512026-07-08T18:00:41.272Z[ helios-setup] Jul 08 18:00:40.482 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
35522026-07-08T18:00:41.280Z[ helios-setup] Jul 08 18:00:40.490 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.96.1-x86_64-unknown-illumos (default)"
35532026-07-08T18:00:41.280Z[ helios-setup] Jul 08 18:00:40.490 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35542026-07-08T18:00:41.282Z[ helios-setup] Jul 08 18:00:40.490 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35552026-07-08T18:00:41.399Z[ helios-setup] Jul 08 18:00:40.609 INFO E| Downloading crates ...
35562026-07-08T18:00:41.458Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35572026-07-08T18:00:41.498Z[ helios-setup] Jul 08 18:00:40.708 INFO E| Downloaded sha2 v0.10.5
35582026-07-08T18:00:41.501Z[ helios-setup] Jul 08 18:00:40.710 INFO E| Downloaded cpufeatures v0.2.5
35592026-07-08T18:00:41.509Z[ helios-setup] Jul 08 18:00:40.719 INFO E| Downloaded miniz_oxide v0.6.2
35602026-07-08T18:00:41.518Z[ helios-setup] Jul 08 18:00:40.729 INFO E| Downloaded generic-array v0.14.6
35612026-07-08T18:00:41.526Z[ helios-setup] Jul 08 18:00:40.736 INFO E| Downloaded unicode-width v0.1.10
35622026-07-08T18:00:41.529Z[ helios-setup] Jul 08 18:00:40.737 INFO E| Downloaded block-buffer v0.10.3
35632026-07-08T18:00:41.532Z[ helios-setup] Jul 08 18:00:40.739 INFO E| Downloaded bytes v1.2.1
35642026-07-08T18:00:41.535Z[ helios-setup] Jul 08 18:00:40.743 INFO E| Downloaded digest v0.10.3
35652026-07-08T18:00:41.538Z[ helios-setup] Jul 08 18:00:40.747 INFO E| Downloaded typenum v1.15.0
35662026-07-08T18:00:41.540Z[ helios-setup] Jul 08 18:00:40.749 INFO E| Downloaded anyhow v1.0.62
35672026-07-08T18:00:41.544Z[ helios-setup] Jul 08 18:00:40.751 INFO E| Downloaded flate2 v1.0.25
35682026-07-08T18:00:41.611Z[ helios-setup] Jul 08 18:00:40.821 INFO E| Compiling typenum v1.15.0
35692026-07-08T18:00:41.611Z[ helios-setup] Jul 08 18:00:40.821 INFO E| Compiling version_check v0.9.4
35702026-07-08T18:00:41.611Z[ helios-setup] Jul 08 18:00:40.821 INFO E| Compiling crc32fast v1.3.2
35712026-07-08T18:00:41.614Z[ helios-setup] Jul 08 18:00:40.821 INFO E| Compiling cfg-if v1.0.0
35722026-07-08T18:00:41.614Z[ helios-setup] Jul 08 18:00:40.821 INFO E| Compiling adler v1.0.2
35732026-07-08T18:00:41.614Z[ helios-setup] Jul 08 18:00:40.821 INFO E| Compiling anyhow v1.0.62
35742026-07-08T18:00:41.616Z[ helios-setup] Jul 08 18:00:40.821 INFO E| Compiling unicode-width v0.1.10
35752026-07-08T18:00:41.616Z[ helios-setup] Jul 08 18:00:40.821 INFO E| Compiling cpufeatures v0.2.5
35762026-07-08T18:00:41.616Z[ helios-setup] Jul 08 18:00:40.821 INFO E| Compiling bytes v1.2.1
35772026-07-08T18:00:41.616Z[ helios-setup] Jul 08 18:00:40.821 INFO E| Compiling bitflags v1.3.2
35782026-07-08T18:00:41.756Z[ helios-setup] Jul 08 18:00:40.966 INFO E| Compiling miniz_oxide v0.6.2
35792026-07-08T18:00:41.961Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35802026-07-08T18:00:42.002Z[ helios-setup] Jul 08 18:00:41.212 INFO E| Compiling getopts v0.2.21
35812026-07-08T18:00:42.242Z[ helios-setup] Jul 08 18:00:41.452 INFO E| Compiling generic-array v0.14.6
35822026-07-08T18:00:42.677Z[ helios-setup] Jul 08 18:00:41.887 INFO E| Compiling flate2 v1.0.25
35832026-07-08T18:00:44.096Z[ helios-setup] Jul 08 18:00:43.306 INFO E| Compiling block-buffer v0.10.3
35842026-07-08T18:00:44.096Z[ helios-setup] Jul 08 18:00:43.306 INFO E| Compiling crypto-common v0.1.6
35852026-07-08T18:00:44.212Z[ helios-setup] Jul 08 18:00:43.422 INFO E| Compiling digest v0.10.3
35862026-07-08T18:00:44.383Z[ helios-setup] Jul 08 18:00:43.593 INFO E| Compiling sha2 v0.10.5
35872026-07-08T18:00:44.627Z[ helios-setup] Jul 08 18:00:43.837 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
35882026-07-08T18:00:44.712Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35892026-07-08T18:00:44.740Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
35902026-07-08T18:00:45.648Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
35912026-07-08T18:00:46.120Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35922026-07-08T18:00:46.190Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35932026-07-08T18:00:46.522Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35942026-07-08T18:00:46.597Z[ helios-setup] Jul 08 18:00:45.807 INFO E| Finished `release` profile [optimized] target(s) in 5.30s
35952026-07-08T18:00:46.610Z[ helios-setup] Jul 08 18:00:45.820 INFO building project "bootserver" ok (5 seconds)
35962026-07-08T18:00:46.610Z[ helios-setup] Jul 08 18:00:45.820 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
35972026-07-08T18:00:46.619Z[ helios-setup] Jul 08 18:00:45.829 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.96.1-x86_64-unknown-illumos (default)"
35982026-07-08T18:00:46.619Z[ helios-setup] Jul 08 18:00:45.829 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
35992026-07-08T18:00:46.623Z[ helios-setup] Jul 08 18:00:45.829 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36002026-07-08T18:00:46.739Z[ helios-setup] Jul 08 18:00:45.940 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36012026-07-08T18:00:46.763Z[ host-package] Compiling signal-hook-tokio v0.3.1
36022026-07-08T18:00:46.956Z[ host-package] Compiling fatfs v0.3.6
36032026-07-08T18:00:47.021Z[ helios-setup] Jul 08 18:00:46.231 INFO E| From https://github.com/jclulow/rust-jmclib
36042026-07-08T18:00:47.021Z[ helios-setup] Jul 08 18:00:46.231 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36052026-07-08T18:00:47.032Z[ helios-setup] Jul 08 18:00:46.242 INFO E| Updating crates.io index
36062026-07-08T18:00:47.082Z[ helios-setup] Jul 08 18:00:46.292 INFO E| Downloading crates ...
36072026-07-08T18:00:47.132Z[ helios-setup] Jul 08 18:00:46.342 INFO E| Downloaded cpufeatures v0.2.9
36082026-07-08T18:00:47.136Z[ helios-setup] Jul 08 18:00:46.343 INFO E| Downloaded errno v0.3.1
36092026-07-08T18:00:47.136Z[ helios-setup] Jul 08 18:00:46.345 INFO E| Downloaded block-buffer v0.9.0
36102026-07-08T18:00:47.140Z[ helios-setup] Jul 08 18:00:46.350 INFO E| Downloaded anyhow v1.0.72
36112026-07-08T18:00:47.146Z[ helios-setup] Jul 08 18:00:46.356 INFO E| Downloaded sha-1 v0.9.8
36122026-07-08T18:00:47.149Z[ helios-setup] Jul 08 18:00:46.358 INFO E| Downloaded digest v0.9.0
36132026-07-08T18:00:47.149Z[ helios-setup] Jul 08 18:00:46.359 INFO E| Downloaded getrandom v0.2.10
36142026-07-08T18:00:47.152Z[ helios-setup] Jul 08 18:00:46.360 INFO E| Downloaded fastrand v2.0.0
36152026-07-08T18:00:47.157Z[ helios-setup] Jul 08 18:00:46.367 INFO E| Downloaded md-5 v0.9.1
36162026-07-08T18:00:47.163Z[ helios-setup] Jul 08 18:00:46.373 INFO E| Downloaded libdevinfo-sys v1.0.0
36172026-07-08T18:00:47.170Z[ helios-setup] Jul 08 18:00:46.379 INFO E| Downloaded glob v0.3.1
36182026-07-08T18:00:47.173Z[ helios-setup] Jul 08 18:00:46.380 INFO E| Downloaded quote v1.0.31
36192026-07-08T18:00:47.177Z[ helios-setup] Jul 08 18:00:46.384 INFO E| Downloaded walkdir v2.3.3
36202026-07-08T18:00:47.183Z[ helios-setup] Jul 08 18:00:46.393 INFO E| Downloaded typenum v1.16.0
36212026-07-08T18:00:47.186Z[ helios-setup] Jul 08 18:00:46.395 INFO E| Downloaded bitflags v2.3.3
36222026-07-08T18:00:47.191Z[ helios-setup] Jul 08 18:00:46.400 INFO E| Downloaded once_cell v1.18.0
36232026-07-08T18:00:47.193Z[ host-package] Compiling yasna v0.5.2
36242026-07-08T18:00:47.193Z[ helios-setup] Jul 08 18:00:46.401 INFO E| Downloaded proc-macro2 v1.0.66
36252026-07-08T18:00:47.193Z[ helios-setup] Jul 08 18:00:46.403 INFO E| Downloaded uuid v0.8.2
36262026-07-08T18:00:47.196Z[ helios-setup] Jul 08 18:00:46.407 INFO E| Downloaded unicode-ident v1.0.11
36272026-07-08T18:00:47.199Z[ helios-setup] Jul 08 18:00:46.408 INFO E| Downloaded tempfile v3.7.0
36282026-07-08T18:00:47.202Z[ helios-setup] Jul 08 18:00:46.410 INFO E| Downloaded toml v0.5.11
36292026-07-08T18:00:47.202Z[ helios-setup] Jul 08 18:00:46.411 INFO E| Downloaded serde_derive v1.0.193
36302026-07-08T18:00:47.205Z[ helios-setup] Jul 08 18:00:46.415 INFO E| Downloaded serde v1.0.193
36312026-07-08T18:00:47.224Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36322026-07-08T18:00:47.236Z[ helios-setup] Jul 08 18:00:46.442 INFO E| Downloaded serde_json v1.0.103
36332026-07-08T18:00:47.239Z[ helios-setup] Jul 08 18:00:46.448 INFO E| Downloaded syn v2.0.32
36342026-07-08T18:00:47.255Z[ helios-setup] Jul 08 18:00:46.466 INFO E| Downloaded rustix v0.38.4
36352026-07-08T18:00:47.344Z[ host-package] Compiling seq-macro v0.3.6
36362026-07-08T18:00:47.364Z[ helios-setup] Jul 08 18:00:46.574 INFO E| Downloaded libc v0.2.147
36372026-07-08T18:00:47.430Z[ helios-setup] Jul 08 18:00:46.640 INFO E| Compiling libc v0.2.147
36382026-07-08T18:00:47.430Z[ helios-setup] Jul 08 18:00:46.640 INFO E| Compiling proc-macro2 v1.0.66
36392026-07-08T18:00:47.430Z[ helios-setup] Jul 08 18:00:46.640 INFO E| Compiling cfg-if v1.0.0
36402026-07-08T18:00:47.433Z[ helios-setup] Jul 08 18:00:46.640 INFO E| Compiling unicode-ident v1.0.11
36412026-07-08T18:00:47.433Z[ helios-setup] Jul 08 18:00:46.640 INFO E| Compiling typenum v1.16.0
36422026-07-08T18:00:47.433Z[ helios-setup] Jul 08 18:00:46.640 INFO E| Compiling version_check v0.9.4
36432026-07-08T18:00:47.433Z[ helios-setup] Jul 08 18:00:46.640 INFO E| Compiling serde v1.0.193
36442026-07-08T18:00:47.433Z[ helios-setup] Jul 08 18:00:46.640 INFO E| Compiling num-conv v0.1.0
36452026-07-08T18:00:47.433Z[ helios-setup] Jul 08 18:00:46.640 INFO E| Compiling slog v2.7.0
36462026-07-08T18:00:47.434Z[ helios-setup] Jul 08 18:00:46.640 INFO E| Compiling rustix v0.38.4
36472026-07-08T18:00:47.434Z[ helios-setup] Jul 08 18:00:46.640 INFO E| Compiling powerfmt v0.2.0
36482026-07-08T18:00:47.434Z[ helios-setup] Jul 08 18:00:46.640 INFO E| Compiling time-core v0.1.2
36492026-07-08T18:00:47.434Z[ helios-setup] Jul 08 18:00:46.640 INFO E| Compiling itoa v1.0.9
36502026-07-08T18:00:47.434Z[ helios-setup] Jul 08 18:00:46.640 INFO E| Compiling once_cell v1.18.0
36512026-07-08T18:00:47.435Z[ helios-setup] Jul 08 18:00:46.640 INFO E| Compiling bitflags v2.3.3
36522026-07-08T18:00:47.435Z[ helios-setup] Jul 08 18:00:46.640 INFO E| Compiling num_threads v0.1.6
36532026-07-08T18:00:47.749Z[ host-package] Compiling is_ci v1.2.0
36542026-07-08T18:00:47.953Z[ host-package] Compiling assert_matches v1.5.0
36552026-07-08T18:00:47.992Z[ helios-setup] Jul 08 18:00:47.201 INFO E| Compiling serde_json v1.0.103
36562026-07-08T18:00:48.093Z[ helios-setup] Jul 08 18:00:47.303 INFO E| Compiling fastrand v2.0.0
36572026-07-08T18:00:48.114Z[ helios-setup] Jul 08 18:00:47.324 INFO E| Compiling opaque-debug v0.3.0
36582026-07-08T18:00:48.175Z[ helios-setup] Jul 08 18:00:47.384 INFO E| Compiling time-macros v0.2.18
36592026-07-08T18:00:48.192Z[ helios-setup] Jul 08 18:00:47.402 INFO E| Compiling deranged v0.3.11
36602026-07-08T18:00:48.248Z[ helios-setup] Jul 08 18:00:47.457 INFO E| Compiling thread_local v1.1.7
36612026-07-08T18:00:48.328Z[ helios-setup] Jul 08 18:00:47.535 INFO E| Compiling anyhow v1.0.72
36622026-07-08T18:00:48.348Z[ helios-setup] Jul 08 18:00:47.558 INFO E| Compiling same-file v1.0.6
36632026-07-08T18:00:48.367Z[ helios-setup] Jul 08 18:00:47.577 INFO E| Compiling unicode-width v0.1.10
36642026-07-08T18:00:48.378Z[ host-package] Compiling supports-color v3.0.2
36652026-07-08T18:00:48.436Z[ helios-setup] Jul 08 18:00:47.646 INFO E| Compiling generic-array v0.14.7
36662026-07-08T18:00:48.476Z[ helios-setup] Jul 08 18:00:47.686 INFO E| Compiling dirs-sys-next v0.1.2
36672026-07-08T18:00:48.509Z[ host-package] Compiling rcgen v0.12.1
36682026-07-08T18:00:48.527Z[ helios-setup] Jul 08 18:00:47.737 INFO E| Compiling errno v0.3.1
36692026-07-08T18:00:48.599Z[ helios-setup] Jul 08 18:00:47.806 INFO E| Compiling atty v0.2.14
36702026-07-08T18:00:48.627Z[ helios-setup] Jul 08 18:00:47.837 INFO E| Compiling getrandom v0.2.10
36712026-07-08T18:00:48.638Z[ helios-setup] Jul 08 18:00:47.848 INFO E| Compiling ryu v1.0.15
36722026-07-08T18:00:48.746Z[ helios-setup] Jul 08 18:00:47.955 INFO E| Compiling cpufeatures v0.2.9
36732026-07-08T18:00:48.778Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36742026-07-08T18:00:48.851Z[ helios-setup] Jul 08 18:00:48.061 INFO E| Compiling dirs-next v2.0.0
36752026-07-08T18:00:48.878Z[ helios-setup] Jul 08 18:00:48.088 INFO E| Compiling walkdir v2.3.3
36762026-07-08T18:00:48.932Z[ helios-setup] Jul 08 18:00:48.142 INFO E| Compiling getopts v0.2.21
36772026-07-08T18:00:48.968Z[ helios-setup] Jul 08 18:00:48.178 INFO E| Compiling term v0.7.0
36782026-07-08T18:00:48.982Z[ helios-setup] Jul 08 18:00:48.192 INFO E| Compiling libdevinfo-sys v1.0.0
36792026-07-08T18:00:48.995Z[ helios-setup] Jul 08 18:00:48.205 INFO E| Compiling glob v0.3.1
36802026-07-08T18:00:49.055Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36812026-07-08T18:00:49.282Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36822026-07-08T18:00:49.324Z[ helios-setup] Jul 08 18:00:48.534 INFO E| Compiling quote v1.0.31
36832026-07-08T18:00:49.627Z[ helios-setup] Jul 08 18:00:48.837 INFO E| Compiling syn v2.0.32
36842026-07-08T18:00:50.027Z[ helios-setup] Jul 08 18:00:49.227 INFO E| Compiling tempfile v3.7.0
36852026-07-08T18:00:50.486Z[ helios-setup] Jul 08 18:00:49.696 INFO E| Compiling time v0.3.36
36862026-07-08T18:00:50.551Z[ helios-setup] Jul 08 18:00:49.760 INFO E| Compiling digest v0.9.0
36872026-07-08T18:00:50.551Z[ helios-setup] Jul 08 18:00:49.760 INFO E| Compiling block-buffer v0.9.0
36882026-07-08T18:00:50.687Z[ helios-setup] Jul 08 18:00:49.897 INFO E| Compiling md-5 v0.9.1
36892026-07-08T18:00:50.687Z[ helios-setup] Jul 08 18:00:49.897 INFO E| Compiling sha-1 v0.9.8
36902026-07-08T18:00:51.018Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36912026-07-08T18:00:51.382Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36922026-07-08T18:00:51.550Z[ helios-setup] Jul 08 18:00:50.760 INFO E| Compiling slog-term v2.9.0
36932026-07-08T18:00:51.583Z[ helios-setup] Jul 08 18:00:50.792 INFO E| Compiling serde_derive v1.0.193
36942026-07-08T18:00:51.629Z[ host-package] Compiling rtoolbox v0.0.3
36952026-07-08T18:00:52.086Z[ host-package] Compiling subprocess v0.2.15
36962026-07-08T18:00:52.410Z[ host-package] Compiling rpassword v7.4.0
36972026-07-08T18:00:52.814Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36982026-07-08T18:00:53.739Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36992026-07-08T18:00:53.936Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37002026-07-08T18:00:54.324Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37012026-07-08T18:00:54.771Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37022026-07-08T18:00:55.018Z[ host-package] Compiling tui-tree-widget v0.23.1
37032026-07-08T18:00:55.334Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37042026-07-08T18:00:56.156Z[ helios-setup] Jul 08 18:00:55.365 INFO E| Compiling toml v0.5.11
37052026-07-08T18:00:56.156Z[ helios-setup] Jul 08 18:00:55.365 INFO E| Compiling uuid v0.8.2
37062026-07-08T18:00:57.074Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37072026-07-08T18:00:57.081Z[ helios-setup] Jul 08 18:00:56.290 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37082026-07-08T18:00:57.907Z[ helios-setup] Jul 08 18:00:57.117 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37092026-07-08T18:00:58.402Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37102026-07-08T18:00:58.453Z[ host-package] Compiling uzers v0.12.2
37112026-07-08T18:00:58.674Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37122026-07-08T18:00:59.834Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37132026-07-08T18:00:59.991Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37142026-07-08T18:01:02.843Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37152026-07-08T18:01:02.880Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37162026-07-08T18:01:03.904Z[ helios-setup] Jul 08 18:01:02.141 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.30s
37172026-07-08T18:01:03.918Z[ helios-setup] Jul 08 18:01:02.166 INFO building project "image-builder" ok (16 seconds)
37182026-07-08T18:01:03.918Z[ helios-setup] Jul 08 18:01:02.166 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
37192026-07-08T18:01:03.918Z[ host-package] Compiling support-bundle-viewer v0.1.2
37202026-07-08T18:01:05.069Z[ host-package] Compiling multimap v0.10.1
37212026-07-08T18:01:16.183Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37222026-07-08T18:01:23.114Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37232026-07-08T18:01:25.693Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37242026-07-08T18:01:28.005Z[ helios-setup] Jul 08 18:01:27.215 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')"
37252026-07-08T18:01:28.005Z[ helios-setup] Jul 08 18:01:27.215 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37262026-07-08T18:01:28.014Z[ helios-setup] Jul 08 18:01:27.224 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.96.1-x86_64-unknown-illumos (default)"
37272026-07-08T18:01:28.014Z[ helios-setup] Jul 08 18:01:27.224 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37282026-07-08T18:01:28.014Z[ helios-setup] Jul 08 18:01:27.224 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37292026-07-08T18:01:28.206Z[ helios-setup] Jul 08 18:01:27.416 INFO E| Downloading crates ...
37302026-07-08T18:01:28.256Z[ helios-setup] Jul 08 18:01:27.465 INFO E| Downloaded miniz_oxide v0.8.8
37312026-07-08T18:01:28.259Z[ helios-setup] Jul 08 18:01:27.467 INFO E| Downloaded adler2 v2.0.0
37322026-07-08T18:01:28.300Z[ helios-setup] Jul 08 18:01:27.510 INFO E| Compiling adler2 v2.0.0
37332026-07-08T18:01:28.402Z[ helios-setup] Jul 08 18:01:27.612 INFO E| Compiling miniz_oxide v0.8.8
37342026-07-08T18:01:28.994Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37352026-07-08T18:01:29.479Z[ helios-setup] Jul 08 18:01:28.689 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
37362026-07-08T18:01:30.113Z[ helios-setup] Jul 08 18:01:29.322 INFO E| Finished `release` profile [optimized] target(s) in 2.08s
37372026-07-08T18:01:30.124Z[ helios-setup] Jul 08 18:01:29.334 INFO building project "pinprick" ok (2 seconds)
37382026-07-08T18:01:30.127Z[ helios-setup] rm -f helios-build
37392026-07-08T18:01:30.127Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37402026-07-08T18:01:30.130Z[ helios-setup]
37412026-07-08T18:01:30.134Z[ helios-setup] Setup complete! ./helios-build is now available.
37422026-07-08T18:01:30.134Z[ helios-setup]
37432026-07-08T18:01:30.134Z[ helios-setup]
37442026-07-08T18:01:30.134Z[ helios-setup] real 3:08.010687772
37452026-07-08T18:01:30.134Z[ helios-setup] user 7:06.768792231
37462026-07-08T18:01:30.134Z[ helios-setup] sys 1:21.624242012
37472026-07-08T18:01:30.134Z[ helios-setup] trap 0.513505265
37482026-07-08T18:01:30.134Z[ helios-setup] tflt 2.048867861
37492026-07-08T18:01:30.134Z[ helios-setup] dflt 7.485958803
37502026-07-08T18:01:30.134Z[ helios-setup] kflt 0.000541930
37512026-07-08T18:01:30.134Z[ helios-setup] lock 54:16.446359709
37522026-07-08T18:01:30.134Z[ helios-setup] slp 37:37.859083276
37532026-07-08T18:01:30.134Z[ helios-setup] lat 7:05.381036578
37542026-07-08T18:01:30.134Z[ helios-setup] stop 1:17.821010815
37552026-07-08T18:01:30.134ZJul 08 18:01:29.343 INFO [helios-setup] process exited with exit status: 0 (188.013858873s)
37562026-07-08T18:01:30.134ZJul 08 18:01:29.344 INFO [helios-record] running task
37572026-07-08T18:01:30.139ZJul 08 18:01:29.344 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37582026-07-08T18:01:30.142ZJul 08 18:01:29.348 DEBG process exited with exit status: 0 (4.253631ms)
37592026-07-08T18:01:30.142ZJul 08 18:01:29.348 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37602026-07-08T18:01:30.146ZJul 08 18:01:29.353 DEBG process exited with exit status: 0 (4.699392ms)
37612026-07-08T18:01:30.146ZJul 08 18:01:29.353 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37622026-07-08T18:01:30.153ZJul 08 18:01:29.357 DEBG process exited with exit status: 0 (3.908541ms)
37632026-07-08T18:01:30.154ZJul 08 18:01:29.357 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37642026-07-08T18:01:30.154ZJul 08 18:01:29.361 DEBG process exited with exit status: 0 (3.911252ms)
37652026-07-08T18:01:30.154ZJul 08 18:01:29.361 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37662026-07-08T18:01:30.156ZJul 08 18:01:29.364 DEBG process exited with exit status: 0 (3.656651ms)
37672026-07-08T18:01:30.156ZJul 08 18:01:29.364 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37682026-07-08T18:01:30.159ZJul 08 18:01:29.368 DEBG process exited with exit status: 0 (3.766611ms)
37692026-07-08T18:01:30.159ZJul 08 18:01:29.368 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37702026-07-08T18:01:30.162ZJul 08 18:01:29.372 DEBG process exited with exit status: 0 (3.746502ms)
37712026-07-08T18:01:30.162ZJul 08 18:01:29.372 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37722026-07-08T18:01:30.165ZJul 08 18:01:29.376 DEBG process exited with exit status: 0 (3.718051ms)
37732026-07-08T18:01:30.166ZJul 08 18:01:29.376 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37742026-07-08T18:01:30.169ZJul 08 18:01:29.379 DEBG process exited with exit status: 0 (3.787292ms)
37752026-07-08T18:01:30.172ZJul 08 18:01:29.380 INFO [helios-record] task succeeded (36.083874ms)
37762026-07-08T18:01:30.217Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37772026-07-08T18:07:59.909Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 06s
37782026-07-08T18:08:46.193ZJul 08 18:08:45.400 INFO [host-package] process exited with exit status: 0 (592.677150349s)
37792026-07-08T18:08:46.193ZJul 08 18:08:45.400 INFO [host-libraries] running task
37802026-07-08T18:08:46.193ZJul 08 18:08:45.400 INFO [host-stamp] running task
37812026-07-08T18:08:46.196ZJul 08 18:08:45.403 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 21.0.0-0.ci+git291cad9298b
37822026-07-08T18:08:46.196ZJul 08 18:08:45.403 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 21.0.0-0.ci+git291cad9298b
37832026-07-08T18:08:46.199ZJul 08 18:08:45.403 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 21.0.0-0.ci+git291cad9298b
37842026-07-08T18:08:46.200ZJul 08 18:08:45.404 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 21.0.0-0.ci+git291cad9298b
37852026-07-08T18:08:46.200ZJul 08 18:08:45.404 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 21.0.0-0.ci+git291cad9298b
37862026-07-08T18:08:46.200ZJul 08 18:08:45.404 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 21.0.0-0.ci+git291cad9298b
37872026-07-08T18:08:46.200ZJul 08 18:08:45.405 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 21.0.0-0.ci+git291cad9298b
37882026-07-08T18:08:46.200ZJul 08 18:08:45.405 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 21.0.0-0.ci+git291cad9298b
37892026-07-08T18:08:46.206Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
37902026-07-08T18:08:46.206Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
37912026-07-08T18:08:46.206Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37922026-07-08T18:08:46.209Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
37932026-07-08T18:08:46.209Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
37942026-07-08T18:08:46.209Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37952026-07-08T18:08:46.209Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
37962026-07-08T18:08:46.209Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
37972026-07-08T18:08:46.209Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
37982026-07-08T18:08:46.212ZJul 08 18:08:45.417 INFO [stamp-overlay] process exited with exit status: 0 (12.237394ms)
37992026-07-08T18:08:46.215Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38002026-07-08T18:08:46.219ZJul 08 18:08:45.426 INFO [stamp-oxlog] process exited with exit status: 0 (22.141569ms)
38012026-07-08T18:08:46.242Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38022026-07-08T18:08:46.245ZJul 08 18:08:45.452 INFO [stamp-crucible-utils] process exited with exit status: 0 (48.216717ms)
38032026-07-08T18:08:46.255Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38042026-07-08T18:08:46.258ZJul 08 18:08:45.465 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (61.941063ms)
38052026-07-08T18:08:46.372Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38062026-07-08T18:08:46.375ZJul 08 18:08:45.581 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (177.713075ms)
38072026-07-08T18:08:46.617Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38082026-07-08T18:08:46.621ZJul 08 18:08:45.827 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (422.428614ms)
38092026-07-08T18:08:46.756Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38102026-07-08T18:08:46.760ZJul 08 18:08:45.967 INFO [stamp-propolis-server] process exited with exit status: 0 (562.247255ms)
38112026-07-08T18:08:47.521ZJul 08 18:08:46.727 INFO [host-libraries] task succeeded (1.327056996s)
38122026-07-08T18:08:47.524ZJul 08 18:08:46.727 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38132026-07-08T18:08:47.527Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38142026-07-08T18:08:48.491Z[recovery-package] Compiling newtype-uuid v1.3.2
38152026-07-08T18:08:48.825Z[recovery-package] Compiling daft v0.1.7
38162026-07-08T18:08:49.038Z[recovery-package] Compiling iddqd v0.4.2
38172026-07-08T18:08:49.985Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38182026-07-08T18:08:50.252Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38192026-07-08T18:08:50.252Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38202026-07-08T18:08:50.288Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38212026-07-08T18:08:50.288Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38222026-07-08T18:08:50.288Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38232026-07-08T18:08:50.288Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38242026-07-08T18:08:50.288Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38252026-07-08T18:08:50.288Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38262026-07-08T18:08:50.354Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38272026-07-08T18:08:50.619Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38282026-07-08T18:08:50.642Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38292026-07-08T18:08:50.768Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38302026-07-08T18:08:52.698Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38312026-07-08T18:08:52.701ZJul 08 18:08:51.908 INFO [stamp-switch-asic] process exited with exit status: 0 (6.504646821s)
38322026-07-08T18:08:52.701ZJul 08 18:08:51.908 INFO [host-stamp] task succeeded (6.507600432s)
38332026-07-08T18:08:52.701ZJul 08 18:08:51.908 INFO [host-proto] running task
38342026-07-08T18:08:53.083ZJul 08 18:08:52.290 INFO [host-proto] task succeeded (381.70711ms)
38352026-07-08T18:08:53.083ZJul 08 18:08:52.290 INFO [host-profile] running task
38362026-07-08T18:08:53.086ZJul 08 18:08:52.290 INFO [host-profile] task succeeded (206.21µs)
38372026-07-08T18:08:53.086ZJul 08 18:08:52.290 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.492' -P /tmp/.tmp1xsBdg/proto/host/root -N 'ci 291cad9/${os_short_commit} 2026-07-08 17:58' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38382026-07-08T18:08:53.090Z[ host-image] Jul 08 18:08:52.296 INFO Checking files for board 'cosmo-mbist-noaggr'
38392026-07-08T18:08:53.090Z[ host-image] Jul 08 18:08:52.296 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38402026-07-08T18:08:53.090Z[ host-image] Jul 08 18:08:52.296 INFO Checking files for board 'gimlet'
38412026-07-08T18:08:53.090Z[ host-image] Jul 08 18:08:52.296 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38422026-07-08T18:08:53.090Z[ host-image] Jul 08 18:08:52.296 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38432026-07-08T18:08:53.090Z[ host-image] Jul 08 18:08:52.296 INFO Checking files for board 'cosmo-mbist'
38442026-07-08T18:08:53.090Z[ host-image] Jul 08 18:08:52.296 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38452026-07-08T18:08:53.090Z[ host-image] Jul 08 18:08:52.296 INFO Checking files for board 'cosmo'
38462026-07-08T18:08:53.090Z[ host-image] Jul 08 18:08:52.296 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38472026-07-08T18:08:53.090Z[ host-image] Jul 08 18:08:52.296 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38482026-07-08T18:08:53.098Z[ host-image] Jul 08 18:08:52.305 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp1xsBdg/proto/host/root"
38492026-07-08T18:08:53.101Z[ host-image] Jul 08 18:08:52.305 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38502026-07-08T18:08:53.101Z[ host-image] Jul 08 18:08:52.306 INFO image builder template: ramdisk-01-os...
38512026-07-08T18:08:53.101Z[ host-image] Jul 08 18:08:52.306 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/.tmp1xsBdg/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@21.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38522026-07-08T18:08:53.112Z[ host-image] Jul 08 18:08:52.319 INFO O| Jul 08 18:08:52.319 INFO CREATE DATASET: rpool/images/build/host/output
38532026-07-08T18:08:54.549Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38542026-07-08T18:08:54.549Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38552026-07-08T18:08:54.550Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38562026-07-08T18:08:54.553Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38572026-07-08T18:08:54.553Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38582026-07-08T18:08:54.855Z[ host-image] Jul 08 18:08:54.062 INFO O| Jul 08 18:08:54.062 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38592026-07-08T18:08:54.859Z[ host-image] Jul 08 18:08:54.065 INFO O| Jul 08 18:08:54.065 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38602026-07-08T18:08:55.063Z[ host-image] Jul 08 18:08:54.270 INFO O| Jul 08 18:08:54.270 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38612026-07-08T18:08:55.111Z[ host-image] Jul 08 18:08:54.318 INFO O| Jul 08 18:08:54.318 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38622026-07-08T18:08:55.111Z[ host-image] Jul 08 18:08:54.318 INFO O| Jul 08 18:08:54.318 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38632026-07-08T18:08:55.114Z[ host-image] Jul 08 18:08:54.318 INFO O| Jul 08 18:08:54.318 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38642026-07-08T18:08:55.114Z[ host-image] Jul 08 18:08:54.318 INFO O| Jul 08 18:08:54.318 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38652026-07-08T18:08:55.118Z[ host-image] Jul 08 18:08:54.325 INFO O| Jul 08 18:08:54.325 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38662026-07-08T18:08:55.312Z[ host-image] Jul 08 18:08:54.519 INFO O| Jul 08 18:08:54.519 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38672026-07-08T18:08:55.320Z[ host-image] Jul 08 18:08:54.527 INFO O| Jul 08 18:08:54.526 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38682026-07-08T18:08:55.627Z[ host-image] Jul 08 18:08:54.833 INFO O| Jul 08 18:08:54.833 INFO O| Caching catalogs ... Done
38692026-07-08T18:08:55.710Z[ host-image] Jul 08 18:08:54.917 INFO O| Jul 08 18:08:54.917 INFO STEP 0 (pkg_image_create) COMPLETE
38702026-07-08T18:08:55.711Z[ host-image] Jul 08 18:08:54.917 INFO O| Jul 08 18:08:54.917 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38712026-07-08T18:08:55.718Z[ host-image] Jul 08 18:08:54.924 INFO O| Jul 08 18:08:54.924 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"]
38722026-07-08T18:08:56.000Z[ host-image] Jul 08 18:08:55.206 INFO O| Jul 08 18:08:55.206 INFO STEP 1 (pkg_set_publisher) COMPLETE
38732026-07-08T18:08:56.000Z[ host-image] Jul 08 18:08:55.206 INFO O| Jul 08 18:08:55.206 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38742026-07-08T18:08:56.000Z[ host-image] Jul 08 18:08:55.206 INFO O| Jul 08 18:08:55.206 INFO skip step because feature "publisher_1_name" is not enabled
38752026-07-08T18:08:56.003Z[ host-image] Jul 08 18:08:55.206 INFO O| Jul 08 18:08:55.206 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38762026-07-08T18:08:56.003Z[ host-image] Jul 08 18:08:55.206 INFO O| Jul 08 18:08:55.206 INFO skip step because feature "publisher_2_name" is not enabled
38772026-07-08T18:08:56.003Z[ host-image] Jul 08 18:08:55.206 INFO O| Jul 08 18:08:55.206 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38782026-07-08T18:08:56.003Z[ host-image] Jul 08 18:08:55.207 INFO O| Jul 08 18:08:55.206 INFO skip step because feature "publisher_3_name" is not enabled
38792026-07-08T18:08:56.003Z[ host-image] Jul 08 18:08:55.207 INFO O| Jul 08 18:08:55.206 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38802026-07-08T18:08:56.259Z[ host-image] Jul 08 18:08:55.466 INFO O| Jul 08 18:08:55.466 INFO variant opensolaris.zone is already global
38812026-07-08T18:08:56.259Z[ host-image] Jul 08 18:08:55.466 INFO O| Jul 08 18:08:55.466 INFO STEP 5 (pkg_change_variant) COMPLETE
38822026-07-08T18:08:56.263Z[ host-image] Jul 08 18:08:55.466 INFO O| Jul 08 18:08:55.466 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38832026-07-08T18:08:56.519Z[ host-image] Jul 08 18:08:55.726 INFO O| Jul 08 18:08:55.726 INFO variant opensolaris.imagetype is full; changing to partial
38842026-07-08T18:08:56.519Z[ host-image] Jul 08 18:08:55.726 INFO O| Jul 08 18:08:55.726 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38852026-07-08T18:08:57.184Z[ host-image] Jul 08 18:08:56.391 INFO O| Jul 08 18:08:56.391 INFO O| Startup: Refreshing catalog 'helios' ... Done
38862026-07-08T18:08:57.295Z[ host-image] Jul 08 18:08:56.502 INFO O| Jul 08 18:08:56.502 INFO O| Startup: Caching catalogs ... Done
38872026-07-08T18:08:57.300Z[ host-image] Jul 08 18:08:56.507 INFO O| Jul 08 18:08:56.507 INFO O| Planning: Planning completed in 0.00 seconds
38882026-07-08T18:08:57.303Z[ host-image] Jul 08 18:08:56.507 INFO O| Jul 08 18:08:56.507 INFO O| Planning: Consolidating action changes ... Done
38892026-07-08T18:08:57.303Z[ host-image] Jul 08 18:08:56.507 INFO O| Jul 08 18:08:56.507 INFO O| Planning: Evaluating mediators ... Done
38902026-07-08T18:08:57.303Z[ host-image] Jul 08 18:08:56.507 INFO O| Jul 08 18:08:56.507 INFO O| Planning: Planning completed in 0.00 seconds
38912026-07-08T18:08:57.303Z[ host-image] Jul 08 18:08:56.507 INFO O| Jul 08 18:08:56.507 INFO O| Variants/Facets to change: 1
38922026-07-08T18:08:57.309Z[ host-image] Jul 08 18:08:56.516 INFO O| Jul 08 18:08:56.516 INFO O| Finalize: Updating package state database ... Done
38932026-07-08T18:08:57.309Z[ host-image] Jul 08 18:08:56.516 INFO O| Jul 08 18:08:56.516 INFO O| Finalize: Updating package cache ... Done
38942026-07-08T18:08:57.329Z[ host-image] Jul 08 18:08:56.535 INFO O| Jul 08 18:08:56.535 INFO O| Finalize: Updating image state ... Done
38952026-07-08T18:08:57.331Z[ host-image] Jul 08 18:08:56.538 INFO O| Jul 08 18:08:56.538 INFO O| Finalize: Creating fast lookup database ... Done
38962026-07-08T18:08:57.331Z[ host-image] Jul 08 18:08:56.538 INFO O| Jul 08 18:08:56.538 INFO O| Finalize: Reading search index ... Done
38972026-07-08T18:08:57.331Z[ host-image] Jul 08 18:08:56.539 INFO O| Jul 08 18:08:56.538 INFO O| Finalize: Updating search index ... Done
38982026-07-08T18:08:57.335Z[ host-image] Jul 08 18:08:56.539 INFO O| Jul 08 18:08:56.539 INFO O| Finalize: Updating package cache ... Done
38992026-07-08T18:08:57.430Z[ host-image] Jul 08 18:08:56.637 INFO O| Jul 08 18:08:56.637 INFO STEP 6 (pkg_change_variant) COMPLETE
39002026-07-08T18:08:57.430Z[ host-image] Jul 08 18:08:56.637 INFO O| Jul 08 18:08:56.637 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39012026-07-08T18:08:57.434Z[ host-image] Jul 08 18:08:56.637 INFO O| Jul 08 18:08:56.637 INFO skip step because feature "debug_variant" is not enabled
39022026-07-08T18:08:57.434Z[ host-image] Jul 08 18:08:56.637 INFO O| Jul 08 18:08:56.637 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39032026-07-08T18:08:57.689Z[ host-image] Jul 08 18:08:56.895 INFO O| Jul 08 18:08:56.895 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39042026-07-08T18:08:58.319Z[ host-image] Jul 08 18:08:57.525 INFO O| Jul 08 18:08:57.525 INFO O| Startup: Refreshing catalog 'helios' ... Done
39052026-07-08T18:08:58.425Z[ host-image] Jul 08 18:08:57.632 INFO O| Jul 08 18:08:57.632 INFO O| Startup: Caching catalogs ... Done
39062026-07-08T18:08:58.428Z[ host-image] Jul 08 18:08:57.635 INFO O| Jul 08 18:08:57.635 INFO O| Planning: Planning completed in 0.00 seconds
39072026-07-08T18:08:58.431Z[ host-image] Jul 08 18:08:57.636 INFO O| Jul 08 18:08:57.636 INFO O| Planning: Consolidating action changes ... Done
39082026-07-08T18:08:58.431Z[ host-image] Jul 08 18:08:57.636 INFO O| Jul 08 18:08:57.636 INFO O| Planning: Evaluating mediators ... Done
39092026-07-08T18:08:58.431Z[ host-image] Jul 08 18:08:57.636 INFO O| Jul 08 18:08:57.636 INFO O| Planning: Planning completed in 0.00 seconds
39102026-07-08T18:08:58.431Z[ host-image] Jul 08 18:08:57.636 INFO O| Jul 08 18:08:57.636 INFO O| Variants/Facets to change: 1
39112026-07-08T18:08:58.438Z[ host-image] Jul 08 18:08:57.645 INFO O| Jul 08 18:08:57.645 INFO O| Finalize: Updating package state database ... Done
39122026-07-08T18:08:58.438Z[ host-image] Jul 08 18:08:57.645 INFO O| Jul 08 18:08:57.645 INFO O| Finalize: Updating package cache ... Done
39132026-07-08T18:08:58.456Z[ host-image] Jul 08 18:08:57.663 INFO O| Jul 08 18:08:57.663 INFO O| Finalize: Updating image state ... Done
39142026-07-08T18:08:58.459Z[ host-image] Jul 08 18:08:57.666 INFO O| Jul 08 18:08:57.666 INFO O| Finalize: Creating fast lookup database ... Done
39152026-07-08T18:08:58.459Z[ host-image] Jul 08 18:08:57.666 INFO O| Jul 08 18:08:57.666 INFO O| Finalize: Reading search index ... Done
39162026-07-08T18:08:58.462Z[ host-image] Jul 08 18:08:57.666 INFO O| Jul 08 18:08:57.666 INFO O| Finalize: Updating search index ... Done
39172026-07-08T18:08:58.462Z[ host-image] Jul 08 18:08:57.667 INFO O| Jul 08 18:08:57.667 INFO O| Finalize: Updating package cache ... Done
39182026-07-08T18:08:58.545Z[ host-image] Jul 08 18:08:57.751 INFO O| Jul 08 18:08:57.751 INFO STEP 8 (pkg_change_facet) COMPLETE
39192026-07-08T18:08:58.545Z[ host-image] Jul 08 18:08:57.751 INFO O| Jul 08 18:08:57.751 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39202026-07-08T18:08:58.548Z[ host-image] Jul 08 18:08:57.751 INFO O| Jul 08 18:08:57.751 INFO skip step because feature "recovery" is not enabled
39212026-07-08T18:08:58.548Z[ host-image] Jul 08 18:08:57.751 INFO O| Jul 08 18:08:57.751 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39222026-07-08T18:08:58.548Z[ host-image] Jul 08 18:08:57.751 INFO O| Jul 08 18:08:57.751 INFO skip step because feature "recovery" is not enabled
39232026-07-08T18:08:58.548Z[ host-image] Jul 08 18:08:57.751 INFO O| Jul 08 18:08:57.751 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39242026-07-08T18:08:58.552Z[ host-image] Jul 08 18:08:57.759 INFO O| Jul 08 18:08:57.759 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/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", "/consolidation/oxide/omicron-release-incorporation@21.0.0.0"]
39252026-07-08T18:08:59.203Z[ host-image] Jul 08 18:08:58.409 INFO O| Jul 08 18:08:58.409 INFO O| Startup: Refreshing catalog 'helios' ... Done
39262026-07-08T18:08:59.310Z[ host-image] Jul 08 18:08:58.516 INFO O| Jul 08 18:08:58.516 INFO O| Startup: Caching catalogs ... Done
39272026-07-08T18:08:59.745Z[ host-image] Jul 08 18:08:58.951 INFO O| Jul 08 18:08:58.951 INFO O| Planning: Solver setup ... Done
39282026-07-08T18:08:59.760Z[ host-image] Jul 08 18:08:58.967 INFO O| Jul 08 18:08:58.967 INFO O| Planning: Running solver ... Done
39292026-07-08T18:08:59.771Z[ host-image] Jul 08 18:08:58.978 INFO O| Jul 08 18:08:58.978 INFO O| Planning: Finding local manifests ... Done
39302026-07-08T18:08:59.788Z[ host-image] Jul 08 18:08:58.995 INFO O| Jul 08 18:08:58.995 INFO O| Planning: Fetching manifests: 0/128 0% complete
39312026-07-08T18:09:01.450Z[ host-image] Jul 08 18:09:00.656 INFO O| Jul 08 18:09:00.656 INFO O| Planning: Fetching manifests: 128/128 100% complete
39322026-07-08T18:09:01.853Z[ host-image] Jul 08 18:09:01.059 INFO O| Jul 08 18:09:01.059 INFO O| Planning: Package planning ... Done
39332026-07-08T18:09:02.162Z[ host-image] Jul 08 18:09:01.368 INFO O| Jul 08 18:09:01.368 INFO O| Planning: Merging actions ... Done
39342026-07-08T18:09:02.346Z[ host-image] Jul 08 18:09:01.552 INFO O| Jul 08 18:09:01.552 INFO O| Planning: Checking for conflicting actions ... Done
39352026-07-08T18:09:02.444Z[ host-image] Jul 08 18:09:01.650 INFO O| Jul 08 18:09:01.650 INFO O| Planning: Consolidating action changes ... Done
39362026-07-08T18:09:02.608Z[ host-image] Jul 08 18:09:01.815 INFO O| Jul 08 18:09:01.815 INFO O| Planning: Evaluating mediators ... Done
39372026-07-08T18:09:02.866Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39382026-07-08T18:09:03.748Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39392026-07-08T18:09:04.006Z[ host-image] Jul 08 18:09:03.212 INFO O| Jul 08 18:09:03.212 INFO O| Planning: Planning completed in 4.69 seconds
39402026-07-08T18:09:04.009Z[ host-image] Jul 08 18:09:03.214 INFO O| Jul 08 18:09:03.214 INFO O| Packages to install: 128
39412026-07-08T18:09:04.009Z[ host-image] Jul 08 18:09:03.214 INFO O| Jul 08 18:09:03.214 INFO O| Mediators to change: 5
39422026-07-08T18:09:04.009Z[ host-image] Jul 08 18:09:03.214 INFO O| Jul 08 18:09:03.214 INFO O| Services to change: 6
39432026-07-08T18:09:04.036Z[ host-image] Jul 08 18:09:03.243 INFO O| Jul 08 18:09:03.243 INFO O| Download: 0/23767 items 0.0/222.4MB 0% complete
39442026-07-08T18:09:06.120Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39452026-07-08T18:09:06.120Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39462026-07-08T18:09:07.163Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39472026-07-08T18:09:07.770Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39482026-07-08T18:09:09.036Z[ host-image] Jul 08 18:09:08.243 INFO O| Jul 08 18:09:08.243 INFO O| Download: 1598/23767 items 9.7/222.4MB 4% complete (2.0M/s)
39492026-07-08T18:09:14.300Z[ host-image] Jul 08 18:09:13.507 INFO O| Jul 08 18:09:13.507 INFO O| Download: 2232/23767 items 24.0/222.4MB 10% complete (2.4M/s)
39502026-07-08T18:09:19.301Z[ host-image] Jul 08 18:09:18.507 INFO O| Jul 08 18:09:18.507 INFO O| Download: 4335/23767 items 40.4/222.4MB 18% complete (3.1M/s)
39512026-07-08T18:09:19.903Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.26s
39522026-07-08T18:09:21.447ZJul 08 18:09:20.653 INFO [recovery-package] process exited with exit status: 0 (33.925968617s)
39532026-07-08T18:09:21.447ZJul 08 18:09:20.653 INFO [recovery-libraries] running task
39542026-07-08T18:09:21.447ZJul 08 18:09:20.653 INFO [recovery-stamp] running task
39552026-07-08T18:09:21.451ZJul 08 18:09:20.654 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 21.0.0-0.ci+git291cad9298b
39562026-07-08T18:09:21.451ZJul 08 18:09:20.654 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 21.0.0-0.ci+git291cad9298b
39572026-07-08T18:09:21.454Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39582026-07-08T18:09:21.457Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39592026-07-08T18:09:21.501ZJul 08 18:09:20.708 INFO [recovery-libraries] task succeeded (54.52125ms)
39602026-07-08T18:09:21.504ZJul 08 18:09:20.708 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39612026-07-08T18:09:21.566Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39622026-07-08T18:09:21.569ZJul 08 18:09:20.776 INFO [stamp-installinator] process exited with exit status: 0 (121.555895ms)
39632026-07-08T18:09:21.626Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39642026-07-08T18:09:21.629ZJul 08 18:09:20.836 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (181.922206ms)
39652026-07-08T18:09:21.629ZJul 08 18:09:20.836 INFO [recovery-stamp] task succeeded (182.321776ms)
39662026-07-08T18:09:21.632ZJul 08 18:09:20.836 INFO [recovery-proto] running task
39672026-07-08T18:09:21.632ZJul 08 18:09:20.836 INFO [tuf-stamp] running task
39682026-07-08T18:09:21.632ZJul 08 18:09:20.836 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 21.0.0-0.ci+git291cad9298b
39692026-07-08T18:09:21.632ZJul 08 18:09:20.837 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 21.0.0-0.ci+git291cad9298b
39702026-07-08T18:09:21.632ZJul 08 18:09:20.837 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 21.0.0-0.ci+git291cad9298b
39712026-07-08T18:09:21.632ZJul 08 18:09:20.838 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 21.0.0-0.ci+git291cad9298b
39722026-07-08T18:09:21.632ZJul 08 18:09:20.838 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 21.0.0-0.ci+git291cad9298b
39732026-07-08T18:09:21.632ZJul 08 18:09:20.838 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 21.0.0-0.ci+git291cad9298b
39742026-07-08T18:09:21.632ZJul 08 18:09:20.838 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 21.0.0-0.ci+git291cad9298b
39752026-07-08T18:09:21.636ZJul 08 18:09:20.839 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 21.0.0-0.ci+git291cad9298b
39762026-07-08T18:09:21.636ZJul 08 18:09:20.839 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 21.0.0-0.ci+git291cad9298b
39772026-07-08T18:09:21.636ZJul 08 18:09:20.839 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 21.0.0-0.ci+git291cad9298b
39782026-07-08T18:09:21.636ZJul 08 18:09:20.840 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 21.0.0-0.ci+git291cad9298b
39792026-07-08T18:09:21.636ZJul 08 18:09:20.840 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 21.0.0-0.ci+git291cad9298b
39802026-07-08T18:09:21.639Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39812026-07-08T18:09:21.639Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39822026-07-08T18:09:21.639Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39832026-07-08T18:09:21.642Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39842026-07-08T18:09:21.642Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39852026-07-08T18:09:21.642Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39862026-07-08T18:09:21.642Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39872026-07-08T18:09:21.642Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39882026-07-08T18:09:21.643Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39892026-07-08T18:09:21.643Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39902026-07-08T18:09:21.643Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-07-08T18:09:21.643Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-07-08T18:09:21.689Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39932026-07-08T18:09:21.693ZJul 08 18:09:20.899 INFO [stamp-probe] process exited with exit status: 0 (59.094222ms)
39942026-07-08T18:09:21.759ZJul 08 18:09:20.966 INFO [recovery-proto] task succeeded (130.194218ms)
39952026-07-08T18:09:21.763ZJul 08 18:09:20.966 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.492' -P /tmp/.tmp1xsBdg/proto/recovery/root -N 'recovery 291cad9/${os_short_commit} 2026-07-08 17:58' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
39962026-07-08T18:09:21.766Z[ recovery-image] Jul 08 18:09:20.973 INFO Checking files for board 'cosmo'
39972026-07-08T18:09:21.766Z[ recovery-image] Jul 08 18:09:20.973 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39982026-07-08T18:09:21.766Z[ recovery-image] Jul 08 18:09:20.973 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39992026-07-08T18:09:21.766Z[ recovery-image] Jul 08 18:09:20.973 INFO Checking files for board 'cosmo-mbist-noaggr'
40002026-07-08T18:09:21.769Z[ recovery-image] Jul 08 18:09:20.973 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40012026-07-08T18:09:21.769Z[ recovery-image] Jul 08 18:09:20.973 INFO Checking files for board 'cosmo-mbist'
40022026-07-08T18:09:21.769Z[ recovery-image] Jul 08 18:09:20.973 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40032026-07-08T18:09:21.769Z[ recovery-image] Jul 08 18:09:20.973 INFO Checking files for board 'gimlet'
40042026-07-08T18:09:21.769Z[ recovery-image] Jul 08 18:09:20.973 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40052026-07-08T18:09:21.769Z[ recovery-image] Jul 08 18:09:20.973 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40062026-07-08T18:09:21.776Z[ recovery-image] Jul 08 18:09:20.982 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp1xsBdg/proto/recovery/root"
40072026-07-08T18:09:21.776Z[ recovery-image] Jul 08 18:09:20.982 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40082026-07-08T18:09:21.779Z[ recovery-image] Jul 08 18:09:20.982 INFO image builder template: ramdisk-01-os...
40092026-07-08T18:09:21.779Z[ recovery-image] Jul 08 18:09:20.983 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/.tmp1xsBdg/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40102026-07-08T18:09:21.792Z[ recovery-image] Jul 08 18:09:20.998 INFO O| Jul 08 18:09:20.998 INFO CREATE DATASET: rpool/images/build/recovery/output
40112026-07-08T18:09:22.007Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40122026-07-08T18:09:22.033Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40132026-07-08T18:09:22.107Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40142026-07-08T18:09:22.110ZJul 08 18:09:21.317 INFO [stamp-ntp] process exited with exit status: 0 (479.752446ms)
40152026-07-08T18:09:22.113Z[ recovery-image] Jul 08 18:09:21.319 INFO O| Jul 08 18:09:21.319 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40162026-07-08T18:09:22.116Z[ recovery-image] Jul 08 18:09:21.323 INFO O| Jul 08 18:09:21.322 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40172026-07-08T18:09:22.231Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40182026-07-08T18:09:22.234ZJul 08 18:09:21.441 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (600.82982ms)
40192026-07-08T18:09:22.423Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40202026-07-08T18:09:22.426Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40212026-07-08T18:09:22.428ZJul 08 18:09:21.633 INFO [stamp-internal-dns] process exited with exit status: 0 (795.123941ms)
40222026-07-08T18:09:22.429ZJul 08 18:09:21.634 INFO [stamp-external-dns] process exited with exit status: 0 (795.866632ms)
40232026-07-08T18:09:22.490Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40242026-07-08T18:09:22.493ZJul 08 18:09:21.699 INFO [stamp-crucible-zone] process exited with exit status: 0 (860.248625ms)
40252026-07-08T18:09:22.602Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40262026-07-08T18:09:22.606ZJul 08 18:09:21.812 INFO [stamp-oximeter] process exited with exit status: 0 (973.657177ms)
40272026-07-08T18:09:22.805Z[ recovery-image] Jul 08 18:09:22.011 INFO O| Jul 08 18:09:22.011 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40282026-07-08T18:09:22.939Z[ recovery-image] Jul 08 18:09:22.145 INFO O| Jul 08 18:09:22.145 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40292026-07-08T18:09:22.939Z[ recovery-image] Jul 08 18:09:22.145 INFO O| Jul 08 18:09:22.145 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40302026-07-08T18:09:22.939Z[ recovery-image] Jul 08 18:09:22.145 INFO O| Jul 08 18:09:22.145 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40312026-07-08T18:09:22.942Z[ recovery-image] Jul 08 18:09:22.145 INFO O| Jul 08 18:09:22.145 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40322026-07-08T18:09:22.945Z[ recovery-image] Jul 08 18:09:22.150 INFO O| Jul 08 18:09:22.150 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40332026-07-08T18:09:24.161Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40342026-07-08T18:09:24.165ZJul 08 18:09:23.371 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.532602657s)
40352026-07-08T18:09:24.434Z[ host-image] Jul 08 18:09:23.640 INFO O| Jul 08 18:09:23.640 INFO O| Download: 6067/23767 items 47.0/222.4MB 21% complete (2.4M/s)
40362026-07-08T18:09:24.869Z[ recovery-image] Jul 08 18:09:24.076 INFO O| Jul 08 18:09:24.076 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40372026-07-08T18:09:24.877Z[ recovery-image] Jul 08 18:09:24.083 INFO O| Jul 08 18:09:24.083 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40382026-07-08T18:09:25.128Z[ recovery-image] Jul 08 18:09:24.335 INFO O| Jul 08 18:09:24.335 INFO O| Caching catalogs ... Done
40392026-07-08T18:09:25.193Z[ recovery-image] Jul 08 18:09:24.400 INFO O| Jul 08 18:09:24.399 INFO STEP 0 (pkg_image_create) COMPLETE
40402026-07-08T18:09:25.193Z[ recovery-image] Jul 08 18:09:24.400 INFO O| Jul 08 18:09:24.399 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40412026-07-08T18:09:25.200Z[ recovery-image] Jul 08 18:09:24.406 INFO O| Jul 08 18:09:24.406 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"]
40422026-07-08T18:09:25.474Z[ recovery-image] Jul 08 18:09:24.681 INFO O| Jul 08 18:09:24.680 INFO STEP 1 (pkg_set_publisher) COMPLETE
40432026-07-08T18:09:25.474Z[ recovery-image] Jul 08 18:09:24.681 INFO O| Jul 08 18:09:24.681 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40442026-07-08T18:09:25.474Z[ recovery-image] Jul 08 18:09:24.681 INFO O| Jul 08 18:09:24.681 INFO skip step because feature "publisher_1_name" is not enabled
40452026-07-08T18:09:25.477Z[ recovery-image] Jul 08 18:09:24.681 INFO O| Jul 08 18:09:24.681 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40462026-07-08T18:09:25.477Z[ recovery-image] Jul 08 18:09:24.681 INFO O| Jul 08 18:09:24.681 INFO skip step because feature "publisher_2_name" is not enabled
40472026-07-08T18:09:25.477Z[ recovery-image] Jul 08 18:09:24.681 INFO O| Jul 08 18:09:24.681 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40482026-07-08T18:09:25.477Z[ recovery-image] Jul 08 18:09:24.681 INFO O| Jul 08 18:09:24.681 INFO skip step because feature "publisher_3_name" is not enabled
40492026-07-08T18:09:25.477Z[ recovery-image] Jul 08 18:09:24.681 INFO O| Jul 08 18:09:24.681 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40502026-07-08T18:09:25.732Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40512026-07-08T18:09:25.732ZJul 08 18:09:24.939 INFO [stamp-nexus] process exited with exit status: 0 (4.09925712s)
40522026-07-08T18:09:25.748Z[ recovery-image] Jul 08 18:09:24.954 INFO O| Jul 08 18:09:24.954 INFO variant opensolaris.zone is already global
40532026-07-08T18:09:25.750Z[ recovery-image] Jul 08 18:09:24.954 INFO O| Jul 08 18:09:24.954 INFO STEP 5 (pkg_change_variant) COMPLETE
40542026-07-08T18:09:25.753Z[ recovery-image] Jul 08 18:09:24.954 INFO O| Jul 08 18:09:24.954 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40552026-07-08T18:09:25.978Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40562026-07-08T18:09:25.981ZJul 08 18:09:25.188 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.348774062s)
40572026-07-08T18:09:26.021Z[ recovery-image] Jul 08 18:09:25.227 INFO O| Jul 08 18:09:25.227 INFO variant opensolaris.imagetype is full; changing to partial
40582026-07-08T18:09:26.021Z[ recovery-image] Jul 08 18:09:25.227 INFO O| Jul 08 18:09:25.227 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40592026-07-08T18:09:26.203Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40602026-07-08T18:09:26.207ZJul 08 18:09:25.414 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.577685555s)
40612026-07-08T18:09:26.257Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40622026-07-08T18:09:26.260ZJul 08 18:09:25.467 INFO [stamp-clickhouse] process exited with exit status: 0 (4.630094755s)
40632026-07-08T18:09:26.260ZJul 08 18:09:25.467 INFO [tuf-stamp] task succeeded (4.631554436s)
40642026-07-08T18:09:27.971Z[verify-libraries] Compiling match_cfg v0.1.0
40652026-07-08T18:09:27.971Z[verify-libraries] Compiling slog-json v2.6.1
40662026-07-08T18:09:27.971Z[verify-libraries] Compiling itertools v0.14.0
40672026-07-08T18:09:27.974Z[verify-libraries] Compiling progenitor-client v0.14.0
40682026-07-08T18:09:27.974Z[verify-libraries] Compiling structmeta-derive v0.3.0
40692026-07-08T18:09:27.974Z[verify-libraries] Compiling debug-ignore v1.0.5
40702026-07-08T18:09:27.974Z[verify-libraries] Compiling sha1 v0.11.0
40712026-07-08T18:09:28.063Z[ recovery-image] Jul 08 18:09:27.269 INFO O| Jul 08 18:09:27.269 INFO O| Startup: Refreshing catalog 'helios' ... Done
40722026-07-08T18:09:28.171Z[ recovery-image] Jul 08 18:09:27.378 INFO O| Jul 08 18:09:27.378 INFO O| Startup: Caching catalogs ... Done
40732026-07-08T18:09:28.175Z[ recovery-image] Jul 08 18:09:27.382 INFO O| Jul 08 18:09:27.382 INFO O| Planning: Planning completed in 0.00 seconds
40742026-07-08T18:09:28.178Z[ recovery-image] Jul 08 18:09:27.383 INFO O| Jul 08 18:09:27.382 INFO O| Planning: Consolidating action changes ... Done
40752026-07-08T18:09:28.178Z[ recovery-image] Jul 08 18:09:27.383 INFO O| Jul 08 18:09:27.383 INFO O| Planning: Evaluating mediators ... Done
40762026-07-08T18:09:28.178Z[ recovery-image] Jul 08 18:09:27.383 INFO O| Jul 08 18:09:27.383 INFO O| Planning: Planning completed in 0.00 seconds
40772026-07-08T18:09:28.178Z[ recovery-image] Jul 08 18:09:27.383 INFO O| Jul 08 18:09:27.383 INFO O| Variants/Facets to change: 1
40782026-07-08T18:09:28.185Z[ recovery-image] Jul 08 18:09:27.391 INFO O| Jul 08 18:09:27.391 INFO O| Finalize: Updating package state database ... Done
40792026-07-08T18:09:28.185Z[ recovery-image] Jul 08 18:09:27.391 INFO O| Jul 08 18:09:27.391 INFO O| Finalize: Updating package cache ... Done
40802026-07-08T18:09:28.206Z[ recovery-image] Jul 08 18:09:27.413 INFO O| Jul 08 18:09:27.413 INFO O| Finalize: Updating image state ... Done
40812026-07-08T18:09:28.209Z[ recovery-image] Jul 08 18:09:27.416 INFO O| Jul 08 18:09:27.416 INFO O| Finalize: Creating fast lookup database ... Done
40822026-07-08T18:09:28.212Z[ recovery-image] Jul 08 18:09:27.417 INFO O| Jul 08 18:09:27.417 INFO O| Finalize: Reading search index ... Done
40832026-07-08T18:09:28.212Z[ recovery-image] Jul 08 18:09:27.417 INFO O| Jul 08 18:09:27.417 INFO O| Finalize: Updating search index ... Done
40842026-07-08T18:09:28.212Z[ recovery-image] Jul 08 18:09:27.417 INFO O| Jul 08 18:09:27.417 INFO O| Finalize: Updating package cache ... Done
40852026-07-08T18:09:28.291Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40862026-07-08T18:09:28.291Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40872026-07-08T18:09:28.294Z[verify-libraries] Compiling multer v3.1.0
40882026-07-08T18:09:28.296Z[verify-libraries] Compiling compression-core v0.4.31
40892026-07-08T18:09:28.296Z[verify-libraries] Compiling async-stream-impl v0.3.6
40902026-07-08T18:09:28.296Z[verify-libraries] Compiling serde_spanned v1.1.1
40912026-07-08T18:09:28.321Z[ recovery-image] Jul 08 18:09:27.527 INFO O| Jul 08 18:09:27.527 INFO STEP 6 (pkg_change_variant) COMPLETE
40922026-07-08T18:09:28.321Z[ recovery-image] Jul 08 18:09:27.527 INFO O| Jul 08 18:09:27.527 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40932026-07-08T18:09:28.321Z[ recovery-image] Jul 08 18:09:27.527 INFO O| Jul 08 18:09:27.527 INFO skip step because feature "debug_variant" is not enabled
40942026-07-08T18:09:28.324Z[ recovery-image] Jul 08 18:09:27.527 INFO O| Jul 08 18:09:27.527 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40952026-07-08T18:09:28.419Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40962026-07-08T18:09:28.442Z[verify-libraries] Compiling hostname v0.3.1
40972026-07-08T18:09:28.442Z[verify-libraries] Compiling dropshot v0.17.1
40982026-07-08T18:09:28.445Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40992026-07-08T18:09:28.514Z[verify-libraries] Compiling waitgroup v0.1.2
41002026-07-08T18:09:28.517Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41012026-07-08T18:09:28.535Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41022026-07-08T18:09:28.538Z[verify-libraries] Compiling hostname v0.4.2
41032026-07-08T18:09:28.538Z[verify-libraries] Compiling compression-codecs v0.4.37
41042026-07-08T18:09:28.580Z[verify-libraries] Compiling slog-bunyan v2.5.0
41052026-07-08T18:09:28.603Z[verify-libraries] Compiling atomicwrites v0.4.4
41062026-07-08T18:09:28.635Z[ recovery-image] Jul 08 18:09:27.841 INFO O| Jul 08 18:09:27.841 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41072026-07-08T18:09:28.672Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41082026-07-08T18:09:28.717Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
41092026-07-08T18:09:28.739Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41102026-07-08T18:09:28.777Z[verify-libraries] Compiling macaddr v1.0.1
41112026-07-08T18:09:28.805Z[verify-libraries] Compiling async-compression v0.4.41
41122026-07-08T18:09:28.808Z[verify-libraries] Compiling regress v0.10.5
41132026-07-08T18:09:28.808Z[verify-libraries] Compiling instant v0.1.13
41142026-07-08T18:09:28.873Z[verify-libraries] Compiling backon v1.6.0
41152026-07-08T18:09:28.876Z[verify-libraries] Compiling humantime v2.3.0
41162026-07-08T18:09:28.945Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41172026-07-08T18:09:28.948Z[verify-libraries] Compiling convert_case v0.4.0
41182026-07-08T18:09:28.998Z[verify-libraries] Compiling async-stream v0.3.6
41192026-07-08T18:09:29.032Z[verify-libraries] Compiling backoff v0.4.0
41202026-07-08T18:09:29.073Z[verify-libraries] Compiling regress v0.11.1
41212026-07-08T18:09:29.135Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41222026-07-08T18:09:29.135Z[verify-libraries] Compiling progenitor-extras v0.2.0
41232026-07-08T18:09:29.184Z[verify-libraries] Compiling half v2.7.1
41242026-07-08T18:09:29.213Z[verify-libraries] Compiling ciborium-io v0.2.2
41252026-07-08T18:09:29.236Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41262026-07-08T18:09:29.258Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41272026-07-08T18:09:29.299Z[verify-libraries] Compiling structmeta v0.3.0
41282026-07-08T18:09:29.337Z[verify-libraries] Compiling indent_write v2.2.0
41292026-07-08T18:09:29.363Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41302026-07-08T18:09:29.366Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41312026-07-08T18:09:29.377Z[ recovery-image] Jul 08 18:09:28.582 INFO O| Jul 08 18:09:28.582 INFO O| Startup: Refreshing catalog 'helios' ... Done
41322026-07-08T18:09:29.419Z[verify-libraries] Compiling derive_more v0.99.20
41332026-07-08T18:09:29.422Z[verify-libraries] Compiling secrecy v0.10.3
41342026-07-08T18:09:29.438Z[ host-image] Jul 08 18:09:28.644 INFO O| Jul 08 18:09:28.644 INFO O| Download: 7455/23767 items 54.1/222.4MB 24% complete (1.3M/s)
41352026-07-08T18:09:29.467Z[verify-libraries] Compiling ciborium-ll v0.2.2
41362026-07-08T18:09:29.507Z[ recovery-image] Jul 08 18:09:28.712 INFO O| Jul 08 18:09:28.712 INFO O| Startup: Caching catalogs ... Done
41372026-07-08T18:09:29.513Z[ recovery-image] Jul 08 18:09:28.720 INFO O| Jul 08 18:09:28.719 INFO O| Planning: Planning completed in 0.00 seconds
41382026-07-08T18:09:29.516Z[ recovery-image] Jul 08 18:09:28.720 INFO O| Jul 08 18:09:28.720 INFO O| Planning: Consolidating action changes ... Done
41392026-07-08T18:09:29.516Z[ recovery-image] Jul 08 18:09:28.720 INFO O| Jul 08 18:09:28.720 INFO O| Planning: Evaluating mediators ... Done
41402026-07-08T18:09:29.516Z[ recovery-image] Jul 08 18:09:28.720 INFO O| Jul 08 18:09:28.720 INFO O| Planning: Planning completed in 0.00 seconds
41412026-07-08T18:09:29.516Z[ recovery-image] Jul 08 18:09:28.721 INFO O| Jul 08 18:09:28.721 INFO O| Variants/Facets to change: 1
41422026-07-08T18:09:29.524Z[ recovery-image] Jul 08 18:09:28.730 INFO O| Jul 08 18:09:28.730 INFO O| Finalize: Updating package state database ... Done
41432026-07-08T18:09:29.524Z[ recovery-image] Jul 08 18:09:28.730 INFO O| Jul 08 18:09:28.730 INFO O| Finalize: Updating package cache ... Done
41442026-07-08T18:09:29.541Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41452026-07-08T18:09:29.544Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41462026-07-08T18:09:29.548Z[ recovery-image] Jul 08 18:09:28.754 INFO O| Jul 08 18:09:28.754 INFO O| Finalize: Updating image state ... Done
41472026-07-08T18:09:29.553Z[ recovery-image] Jul 08 18:09:28.759 INFO O| Jul 08 18:09:28.759 INFO O| Finalize: Creating fast lookup database ... Done
41482026-07-08T18:09:29.556Z[ recovery-image] Jul 08 18:09:28.760 INFO O| Jul 08 18:09:28.760 INFO O| Finalize: Reading search index ... Done
41492026-07-08T18:09:29.556Z[ recovery-image] Jul 08 18:09:28.760 INFO O| Jul 08 18:09:28.760 INFO O| Finalize: Updating search index ... Done
41502026-07-08T18:09:29.556Z[ recovery-image] Jul 08 18:09:28.760 INFO O| Jul 08 18:09:28.760 INFO O| Finalize: Updating package cache ... Done
41512026-07-08T18:09:29.564Z[verify-libraries] Compiling inout v0.1.4
41522026-07-08T18:09:29.602Z[verify-libraries] Compiling universal-hash v0.5.1
41532026-07-08T18:09:29.642Z[verify-libraries] Compiling derive-ex v0.1.8
41542026-07-08T18:09:29.667Z[verify-libraries] Compiling parse-display-derive v0.10.0
41552026-07-08T18:09:29.688Z[ recovery-image] Jul 08 18:09:28.895 INFO O| Jul 08 18:09:28.895 INFO STEP 8 (pkg_change_facet) COMPLETE
41562026-07-08T18:09:29.688Z[ recovery-image] Jul 08 18:09:28.895 INFO O| Jul 08 18:09:28.895 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41572026-07-08T18:09:29.727Z[verify-libraries] Compiling ciborium v0.2.2
41582026-07-08T18:09:29.754Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
41592026-07-08T18:09:29.754Z[verify-libraries] Compiling cipher v0.4.4
41602026-07-08T18:09:29.779Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41612026-07-08T18:09:29.782Z[verify-libraries] Compiling opaque-debug v0.3.1
41622026-07-08T18:09:29.901Z[verify-libraries] Compiling poly1305 v0.8.0
41632026-07-08T18:09:29.926Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41642026-07-08T18:09:29.973Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41652026-07-08T18:09:30.037Z[ recovery-image] Jul 08 18:09:29.244 INFO O| Jul 08 18:09:29.243 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41662026-07-08T18:09:30.046Z[verify-libraries] Compiling chacha20 v0.9.1
41672026-07-08T18:09:30.072Z[verify-libraries] Compiling byte-wrapper v0.1.0
41682026-07-08T18:09:30.075Z[verify-libraries] Compiling blake2 v0.10.6
41692026-07-08T18:09:30.299Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41702026-07-08T18:09:30.386Z[verify-libraries] Compiling aead v0.5.2
41712026-07-08T18:09:30.408Z[verify-libraries] Compiling password-hash v0.5.0
41722026-07-08T18:09:30.491Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41732026-07-08T18:09:30.494Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41742026-07-08T18:09:30.689Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41752026-07-08T18:09:30.747Z[verify-libraries] Compiling argon2 v0.5.3
41762026-07-08T18:09:30.792Z[verify-libraries] Compiling rayon-core v1.13.0
41772026-07-08T18:09:30.827Z[verify-libraries] Compiling typify-impl v0.6.2
41782026-07-08T18:09:30.911Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41792026-07-08T18:09:30.931Z[verify-libraries] Compiling glob v0.3.3
41802026-07-08T18:09:30.954Z[ recovery-image] Jul 08 18:09:30.159 INFO O| Jul 08 18:09:30.159 INFO O| Startup: Refreshing catalog 'helios' ... Done
41812026-07-08T18:09:30.958Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41822026-07-08T18:09:31.146Z[ recovery-image] Jul 08 18:09:30.352 INFO O| Jul 08 18:09:30.352 INFO O| Startup: Caching catalogs ... Done
41832026-07-08T18:09:31.153Z[ recovery-image] Jul 08 18:09:30.359 INFO O| Jul 08 18:09:30.359 INFO O| Planning: Planning completed in 0.00 seconds
41842026-07-08T18:09:31.156Z[ recovery-image] Jul 08 18:09:30.359 INFO O| Jul 08 18:09:30.359 INFO O| Planning: Consolidating action changes ... Done
41852026-07-08T18:09:31.156Z[ recovery-image] Jul 08 18:09:30.359 INFO O| Jul 08 18:09:30.359 INFO O| Planning: Evaluating mediators ... Done
41862026-07-08T18:09:31.156Z[ recovery-image] Jul 08 18:09:30.359 INFO O| Jul 08 18:09:30.359 INFO O| Planning: Planning completed in 0.00 seconds
41872026-07-08T18:09:31.156Z[ recovery-image] Jul 08 18:09:30.360 INFO O| Jul 08 18:09:30.360 INFO O| Variants/Facets to change: 1
41882026-07-08T18:09:31.163Z[ recovery-image] Jul 08 18:09:30.370 INFO O| Jul 08 18:09:30.370 INFO O| Finalize: Updating package state database ... Done
41892026-07-08T18:09:31.163Z[ recovery-image] Jul 08 18:09:30.370 INFO O| Jul 08 18:09:30.370 INFO O| Finalize: Updating package cache ... Done
41902026-07-08T18:09:31.186Z[ recovery-image] Jul 08 18:09:30.393 INFO O| Jul 08 18:09:30.393 INFO O| Finalize: Updating image state ... Done
41912026-07-08T18:09:31.191Z[ recovery-image] Jul 08 18:09:30.398 INFO O| Jul 08 18:09:30.398 INFO O| Finalize: Creating fast lookup database ... Done
41922026-07-08T18:09:31.194Z[ recovery-image] Jul 08 18:09:30.398 INFO O| Jul 08 18:09:30.398 INFO O| Finalize: Reading search index ... Done
41932026-07-08T18:09:31.194Z[ recovery-image] Jul 08 18:09:30.398 INFO O| Jul 08 18:09:30.398 INFO O| Finalize: Updating search index ... Done
41942026-07-08T18:09:31.194Z[ recovery-image] Jul 08 18:09:30.399 INFO O| Jul 08 18:09:30.399 INFO O| Finalize: Updating package cache ... Done
41952026-07-08T18:09:31.244Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41962026-07-08T18:09:31.337Z[ recovery-image] Jul 08 18:09:30.544 INFO O| Jul 08 18:09:30.544 INFO STEP 9 (pkg_change_facet) COMPLETE
41972026-07-08T18:09:31.337Z[ recovery-image] Jul 08 18:09:30.544 INFO O| Jul 08 18:09:30.544 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41982026-07-08T18:09:31.420Z[verify-libraries] Compiling vsss-rs v3.3.4
41992026-07-08T18:09:31.459Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42002026-07-08T18:09:31.491Z[verify-libraries] Compiling test-strategy v0.4.5
42012026-07-08T18:09:31.630Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42022026-07-08T18:09:31.669Z[ recovery-image] Jul 08 18:09:30.875 INFO O| Jul 08 18:09:30.875 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42032026-07-08T18:09:31.672Z[verify-libraries] Compiling parse-display v0.10.0
42042026-07-08T18:09:31.842Z[verify-libraries] Compiling usdt-macro v0.5.0
42052026-07-08T18:09:31.899Z[verify-libraries] Compiling memmap v0.7.0
42062026-07-08T18:09:31.932Z[verify-libraries] Compiling heapless v0.8.0
42072026-07-08T18:09:32.061Z[verify-libraries] Compiling proc-macro-error v1.0.4
42082026-07-08T18:09:32.061Z[verify-libraries] Compiling ingot-macros v0.1.1
42092026-07-08T18:09:32.120Z[verify-libraries] Compiling tabwriter v1.4.1
42102026-07-08T18:09:32.141Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42112026-07-08T18:09:32.188Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42122026-07-08T18:09:32.220Z[verify-libraries] Compiling hash32 v0.3.1
42132026-07-08T18:09:32.271Z[verify-libraries] Compiling num_enum_derive v0.7.6
42142026-07-08T18:09:32.313Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42152026-07-08T18:09:32.334Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42162026-07-08T18:09:32.409Z[verify-libraries] Compiling smoltcp v0.11.0
42172026-07-08T18:09:32.435Z[verify-libraries] Compiling toml v0.8.23
42182026-07-08T18:09:32.462Z[verify-libraries] Compiling cobs v0.3.0
42192026-07-08T18:09:32.488Z[verify-libraries] Compiling colored v3.1.1
42202026-07-08T18:09:32.550Z[ recovery-image] Jul 08 18:09:31.757 INFO O| Jul 08 18:09:31.756 INFO O| Startup: Refreshing catalog 'helios' ... Done
42212026-07-08T18:09:32.585Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42222026-07-08T18:09:32.681Z[ recovery-image] Jul 08 18:09:31.887 INFO O| Jul 08 18:09:31.887 INFO O| Startup: Caching catalogs ... Done
42232026-07-08T18:09:32.689Z[ recovery-image] Jul 08 18:09:31.894 INFO O| Jul 08 18:09:31.894 INFO O| Planning: Planning completed in 0.00 seconds
42242026-07-08T18:09:32.689Z[ recovery-image] Jul 08 18:09:31.894 INFO O| Jul 08 18:09:31.894 INFO O| Planning: Consolidating action changes ... Done
42252026-07-08T18:09:32.689Z[ recovery-image] Jul 08 18:09:31.894 INFO O| Jul 08 18:09:31.894 INFO O| Planning: Evaluating mediators ... Done
42262026-07-08T18:09:32.689Z[ recovery-image] Jul 08 18:09:31.894 INFO O| Jul 08 18:09:31.894 INFO O| Planning: Planning completed in 0.00 seconds
42272026-07-08T18:09:32.689Z[ recovery-image] Jul 08 18:09:31.895 INFO O| Jul 08 18:09:31.895 INFO O| Variants/Facets to change: 1
42282026-07-08T18:09:32.692Z[verify-libraries] Compiling postcard v1.1.3
42292026-07-08T18:09:32.704Z[ recovery-image] Jul 08 18:09:31.905 INFO O| Jul 08 18:09:31.905 INFO O| Finalize: Updating package state database ... Done
42302026-07-08T18:09:32.707Z[ recovery-image] Jul 08 18:09:31.905 INFO O| Jul 08 18:09:31.905 INFO O| Finalize: Updating package cache ... Done
42312026-07-08T18:09:32.718Z[verify-libraries] Compiling usdt v0.5.0
42322026-07-08T18:09:32.721Z[verify-libraries] Compiling rayon v1.11.0
42332026-07-08T18:09:32.721Z[ recovery-image] Jul 08 18:09:31.927 INFO O| Jul 08 18:09:31.927 INFO O| Finalize: Updating image state ... Done
42342026-07-08T18:09:32.726Z[ recovery-image] Jul 08 18:09:31.932 INFO O| Jul 08 18:09:31.932 INFO O| Finalize: Creating fast lookup database ... Done
42352026-07-08T18:09:32.729Z[ recovery-image] Jul 08 18:09:31.932 INFO O| Jul 08 18:09:31.932 INFO O| Finalize: Reading search index ... Done
42362026-07-08T18:09:32.729Z[ recovery-image] Jul 08 18:09:31.932 INFO O| Jul 08 18:09:31.932 INFO O| Finalize: Updating search index ... Done
42372026-07-08T18:09:32.729Z[ recovery-image] Jul 08 18:09:31.933 INFO O| Jul 08 18:09:31.933 INFO O| Finalize: Updating package cache ... Done
42382026-07-08T18:09:32.869Z[ recovery-image] Jul 08 18:09:32.075 INFO O| Jul 08 18:09:32.075 INFO STEP 10 (pkg_change_facet) COMPLETE
42392026-07-08T18:09:32.869Z[ recovery-image] Jul 08 18:09:32.075 INFO O| Jul 08 18:09:32.075 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42402026-07-08T18:09:32.873Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42412026-07-08T18:09:32.881Z[ recovery-image] Jul 08 18:09:32.085 INFO O| Jul 08 18:09:32.084 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/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", "/consolidation/oxide/omicron-release-incorporation@21.0.0.0"]
42422026-07-08T18:09:32.952Z[verify-libraries] Compiling rand v0.10.1
42432026-07-08T18:09:32.991Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42442026-07-08T18:09:33.044Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42452026-07-08T18:09:33.080Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42462026-07-08T18:09:33.118Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42472026-07-08T18:09:33.121Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42482026-07-08T18:09:33.232Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
42492026-07-08T18:09:33.324Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42502026-07-08T18:09:33.444Z[verify-libraries] Compiling num-derive v0.4.2
42512026-07-08T18:09:33.448Z[verify-libraries] Compiling num_enum v0.7.6
42522026-07-08T18:09:33.489Z[verify-libraries] Compiling num_enum_derive v0.5.11
42532026-07-08T18:09:33.493Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42542026-07-08T18:09:33.539Z[verify-libraries] Compiling cstr-argument v0.1.2
42552026-07-08T18:09:33.622Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42562026-07-08T18:09:33.721Z[ recovery-image] Jul 08 18:09:32.927 INFO O| Jul 08 18:09:32.927 INFO O| Startup: Refreshing catalog 'helios' ... Done
42572026-07-08T18:09:33.746Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42582026-07-08T18:09:33.773Z[verify-libraries] Compiling foreign-types v0.5.0
42592026-07-08T18:09:33.796Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42602026-07-08T18:09:33.833Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42612026-07-08T18:09:33.877Z[ recovery-image] Jul 08 18:09:33.082 INFO O| Jul 08 18:09:33.082 INFO O| Startup: Caching catalogs ... Done
42622026-07-08T18:09:33.885Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42632026-07-08T18:09:33.926Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42642026-07-08T18:09:34.018Z[verify-libraries] Compiling sigpipe v0.1.3
42652026-07-08T18:09:34.051Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42662026-07-08T18:09:34.073Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42672026-07-08T18:09:34.073Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42682026-07-08T18:09:34.161Z[verify-libraries] Compiling itertools v0.12.1
42692026-07-08T18:09:34.205Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42702026-07-08T18:09:34.284Z[verify-libraries] Compiling smf v0.2.3
42712026-07-08T18:09:34.340Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42722026-07-08T18:09:34.375Z[verify-libraries] Compiling whoami v1.6.1
42732026-07-08T18:09:34.410Z[ recovery-image] Jul 08 18:09:33.615 INFO O| Jul 08 18:09:33.615 INFO O| Planning: Solver setup ... Done
42742026-07-08T18:09:34.427Z[ recovery-image] Jul 08 18:09:33.633 INFO O| Jul 08 18:09:33.633 INFO O| Planning: Running solver ... Done
42752026-07-08T18:09:34.440Z[ recovery-image] Jul 08 18:09:33.647 INFO O| Jul 08 18:09:33.647 INFO O| Planning: Finding local manifests ... Done
42762026-07-08T18:09:34.444Z[ host-image] Jul 08 18:09:33.649 INFO O| Jul 08 18:09:33.649 INFO O| Download: 8825/23767 items 76.8/222.4MB 34% complete (2.9M/s)
42772026-07-08T18:09:34.470Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42782026-07-08T18:09:34.495Z[ recovery-image] Jul 08 18:09:33.701 INFO O| Jul 08 18:09:33.701 INFO O| Planning: Fetching manifests: 0/128 0% complete
42792026-07-08T18:09:34.504Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
42802026-07-08T18:09:34.675Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42812026-07-08T18:09:34.701Z[verify-libraries] Compiling num_enum v0.5.11
42822026-07-08T18:09:34.725Z[verify-libraries] Compiling derive-where v1.6.0
42832026-07-08T18:09:34.728Z[verify-libraries] Compiling owo-colors v4.3.0
42842026-07-08T18:09:34.855Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42852026-07-08T18:09:34.879Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42862026-07-08T18:09:34.903Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42872026-07-08T18:09:34.928Z[verify-libraries] Compiling gethostname v0.5.0
42882026-07-08T18:09:34.964Z[verify-libraries] Compiling libsw-core v0.3.2
42892026-07-08T18:09:35.011Z[verify-libraries] Compiling console v0.15.11
42902026-07-08T18:09:35.083Z[verify-libraries] Compiling ingot-types v0.1.2
42912026-07-08T18:09:35.239Z[verify-libraries] Compiling libsw v3.5.0
42922026-07-08T18:09:35.262Z[verify-libraries] Compiling linear-map v1.2.0
42932026-07-08T18:09:35.265Z[verify-libraries] Compiling newline-converter v0.3.0
42942026-07-08T18:09:35.374Z[verify-libraries] Compiling zone v0.3.1
42952026-07-08T18:09:35.459Z[verify-libraries] Compiling resolv-conf v0.7.6
42962026-07-08T18:09:35.483Z[verify-libraries] Compiling ingot v0.1.1
42972026-07-08T18:09:35.504Z[verify-libraries] Compiling expectorate v1.2.0
42982026-07-08T18:09:35.507Z[verify-libraries] Compiling num-rational v0.4.2
42992026-07-08T18:09:35.507Z[verify-libraries] Compiling num-complex v0.4.6
43002026-07-08T18:09:35.572Z[verify-libraries] Compiling slog-dtrace v0.3.0
43012026-07-08T18:09:35.622Z[verify-libraries] Compiling typify-macro v0.6.2
43022026-07-08T18:09:35.683Z[verify-libraries] Compiling prettyplease v0.2.37
43032026-07-08T18:09:35.751Z[verify-libraries] Compiling float-ord v0.3.2
43042026-07-08T18:09:35.774Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43052026-07-08T18:09:35.893Z[verify-libraries] Compiling linked-hash-map v0.5.6
43062026-07-08T18:09:35.918Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43072026-07-08T18:09:35.944Z[verify-libraries] Compiling hickory-proto v0.24.4
43082026-07-08T18:09:36.023Z[verify-libraries] Compiling num v0.4.3
43092026-07-08T18:09:36.132Z[verify-libraries] Compiling lru-cache v0.1.2
43102026-07-08T18:09:36.158Z[verify-libraries] Compiling convert_case v0.10.0
43112026-07-08T18:09:36.161Z[verify-libraries] Compiling minimal-lexical v0.2.1
43122026-07-08T18:09:36.223Z[verify-libraries] Compiling display-error-chain v0.2.2
43132026-07-08T18:09:36.245Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43142026-07-08T18:09:36.287Z[verify-libraries] Compiling unicode-xid v0.2.6
43152026-07-08T18:09:36.312Z[verify-libraries] Compiling tabled_derive v0.7.0
43162026-07-08T18:09:36.346Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43172026-07-08T18:09:36.394Z[verify-libraries] Compiling fd-lock v4.0.4
43182026-07-08T18:09:36.467Z[verify-libraries] Compiling nom v7.1.3
43192026-07-08T18:09:36.491Z[verify-libraries] Compiling vte v0.14.1
43202026-07-08T18:09:36.529Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43212026-07-08T18:09:36.553Z[verify-libraries] Compiling derive_more-impl v2.1.1
43222026-07-08T18:09:36.579Z[verify-libraries] Compiling stacker v0.1.23
43232026-07-08T18:09:36.734Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43242026-07-08T18:09:36.763Z[verify-libraries] Compiling cfg_aliases v0.1.1
43252026-07-08T18:09:36.868Z[verify-libraries] Compiling reedline v0.40.0
43262026-07-08T18:09:36.892Z[verify-libraries] Compiling nix v0.28.0
43272026-07-08T18:09:36.944Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43282026-07-08T18:09:36.973Z[verify-libraries] Compiling semver v0.1.20
43292026-07-08T18:09:37.139Z[verify-libraries] Compiling termtree v0.5.1
43302026-07-08T18:09:37.264Z[verify-libraries] Compiling psm v0.1.30
43312026-07-08T18:09:37.309Z[verify-libraries] Compiling rustc_version v0.1.7
43322026-07-08T18:09:37.334Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43332026-07-08T18:09:37.357Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43342026-07-08T18:09:37.420Z[verify-libraries] Compiling phf_shared v0.12.1
43352026-07-08T18:09:37.443Z[verify-libraries] Compiling tabled v0.15.0
43362026-07-08T18:09:37.481Z[verify-libraries] Compiling derive_more v2.1.1
43372026-07-08T18:09:37.566Z[verify-libraries] Compiling crossterm v0.29.0
43382026-07-08T18:09:37.593Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43392026-07-08T18:09:37.622Z[verify-libraries] Compiling typify v0.6.2
43402026-07-08T18:09:37.645Z[verify-libraries] Compiling nibble_vec v0.1.0
43412026-07-08T18:09:37.648Z[verify-libraries] Compiling highway v1.3.0
43422026-07-08T18:09:37.818Z[verify-libraries] Compiling progenitor-impl v0.14.0
43432026-07-08T18:09:37.885Z[verify-libraries] Compiling endian-type v0.1.2
43442026-07-08T18:09:37.916Z[verify-libraries] Compiling chrono-tz v0.10.4
43452026-07-08T18:09:38.044Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43462026-07-08T18:09:38.070Z[verify-libraries] Compiling radix_trie v0.2.1
43472026-07-08T18:09:38.100Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43482026-07-08T18:09:38.144Z[verify-libraries] Compiling newtype_derive v0.1.6
43492026-07-08T18:09:38.175Z[verify-libraries] Compiling hickory-resolver v0.24.4
43502026-07-08T18:09:38.210Z[ recovery-image] Jul 08 18:09:37.417 INFO O| Jul 08 18:09:37.417 INFO O| Planning: Fetching manifests: 128/128 100% complete
43512026-07-08T18:09:38.368Z[verify-libraries] Compiling recursive v0.1.1
43522026-07-08T18:09:38.403Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43532026-07-08T18:09:38.403Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43542026-07-08T18:09:38.459Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43552026-07-08T18:09:38.535Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43562026-07-08T18:09:38.632Z[verify-libraries] Compiling phf v0.12.1
43572026-07-08T18:09:38.748Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43582026-07-08T18:09:38.763Z[ recovery-image] Jul 08 18:09:37.970 INFO O| Jul 08 18:09:37.970 INFO O| Planning: Package planning ... Done
43592026-07-08T18:09:38.856Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43602026-07-08T18:09:38.878Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43612026-07-08T18:09:38.912Z[verify-libraries] Compiling peg-macros v0.8.5
43622026-07-08T18:09:38.918Z[ recovery-image] Jul 08 18:09:38.124 INFO O| Jul 08 18:09:38.124 INFO O| Planning: Merging actions ... Done
43632026-07-08T18:09:39.020Z[ recovery-image] Jul 08 18:09:38.226 INFO O| Jul 08 18:09:38.226 INFO O| Planning: Checking for conflicting actions ... Done
43642026-07-08T18:09:39.074Z[ recovery-image] Jul 08 18:09:38.281 INFO O| Jul 08 18:09:38.281 INFO O| Planning: Consolidating action changes ... Done
43652026-07-08T18:09:39.206Z[ recovery-image] Jul 08 18:09:38.412 INFO O| Jul 08 18:09:38.412 INFO O| Planning: Evaluating mediators ... Done
43662026-07-08T18:09:39.334Z[verify-libraries] Compiling qorb v0.4.1
43672026-07-08T18:09:39.464Z[ host-image] Jul 08 18:09:38.670 INFO O| Jul 08 18:09:38.670 INFO O| Download: 10833/23767 items 94.7/222.4MB 42% complete (4.0M/s)
43682026-07-08T18:09:39.702Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43692026-07-08T18:09:39.756Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43702026-07-08T18:09:39.792Z[verify-libraries] Compiling winnow v0.6.26
43712026-07-08T18:09:39.919Z[verify-libraries] Compiling csv-core v0.1.13
43722026-07-08T18:09:40.165Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43732026-07-08T18:09:40.191Z[verify-libraries] Compiling unicode_categories v0.1.1
43742026-07-08T18:09:40.232Z[verify-libraries] Compiling home v0.5.12
43752026-07-08T18:09:40.429Z[verify-libraries] Compiling textwrap v0.16.2
43762026-07-08T18:09:40.462Z[verify-libraries] Compiling peg v0.8.5
43772026-07-08T18:09:40.465Z[verify-libraries] Compiling rustyline v14.0.0
43782026-07-08T18:09:40.465Z[verify-libraries] Compiling csv v1.4.0
43792026-07-08T18:09:40.533Z[verify-libraries] Compiling const_format v0.2.35
43802026-07-08T18:09:40.683Z[verify-libraries] Compiling sqlparser v0.61.0
43812026-07-08T18:09:40.686Z[verify-libraries] Compiling progenitor-macro v0.14.0
43822026-07-08T18:09:40.720Z[ recovery-image] Jul 08 18:09:39.927 INFO O| Jul 08 18:09:39.926 INFO O| Planning: Planning completed in 6.84 seconds
43832026-07-08T18:09:40.723Z[ recovery-image] Jul 08 18:09:39.929 INFO O| Jul 08 18:09:39.929 INFO O| Packages to install: 128
43842026-07-08T18:09:40.723Z[ recovery-image] Jul 08 18:09:39.929 INFO O| Jul 08 18:09:39.929 INFO O| Mediators to change: 5
43852026-07-08T18:09:40.723Z[ recovery-image] Jul 08 18:09:39.929 INFO O| Jul 08 18:09:39.929 INFO O| Services to change: 5
43862026-07-08T18:09:40.736Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43872026-07-08T18:09:40.751Z[ recovery-image] Jul 08 18:09:39.957 INFO O| Jul 08 18:09:39.957 INFO O| Download: 0/16572 items 0.0/199.6MB 0% complete
43882026-07-08T18:09:40.813Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43892026-07-08T18:09:41.040Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43902026-07-08T18:09:41.064Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43912026-07-08T18:09:41.112Z[verify-libraries] Compiling bcs v0.1.6
43922026-07-08T18:09:41.185Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43932026-07-08T18:09:41.268Z[verify-libraries] Compiling sqlformat v0.3.5
43942026-07-08T18:09:41.297Z[verify-libraries] Compiling nom v8.0.0
43952026-07-08T18:09:41.458Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43962026-07-08T18:09:41.478Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
43972026-07-08T18:09:41.552Z[verify-libraries] Compiling base64 v0.21.7
43982026-07-08T18:09:41.583Z[verify-libraries] Compiling steno v0.4.1
43992026-07-08T18:09:41.798Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44002026-07-08T18:09:41.936Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44012026-07-08T18:09:42.122Z[verify-libraries] Compiling sha1 v0.10.6
44022026-07-08T18:09:42.203Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
44032026-07-08T18:09:42.234Z[verify-libraries] Compiling tagptr v0.2.0
44042026-07-08T18:09:42.314Z[verify-libraries] Compiling utf-8 v0.7.6
44052026-07-08T18:09:42.339Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44062026-07-08T18:09:42.342Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44072026-07-08T18:09:42.410Z[verify-libraries] Compiling moka v0.12.13
44082026-07-08T18:09:42.434Z[verify-libraries] Compiling radium v0.7.0
44092026-07-08T18:09:42.457Z[verify-libraries] Compiling ron v0.8.1
44102026-07-08T18:09:42.538Z[verify-libraries] Compiling tungstenite v0.21.0
44112026-07-08T18:09:42.561Z[verify-libraries] Compiling maybe-uninit v2.0.0
44122026-07-08T18:09:42.580Z[verify-libraries] Compiling tap v1.0.1
44132026-07-08T18:09:42.632Z[verify-libraries] Compiling zerocopy-derive v0.6.6
44142026-07-08T18:09:42.730Z[verify-libraries] Compiling wyz v0.5.1
44152026-07-08T18:09:42.901Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44162026-07-08T18:09:42.969Z[verify-libraries] Compiling funty v2.0.0
44172026-07-08T18:09:42.991Z[verify-libraries] Compiling packed_struct v0.10.1
44182026-07-08T18:09:43.044Z[verify-libraries] Compiling crc-catalog v2.4.0
44192026-07-08T18:09:43.173Z[verify-libraries] Compiling hickory-resolver v0.25.2
44202026-07-08T18:09:43.283Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44212026-07-08T18:09:43.316Z[verify-libraries] Compiling crc v3.4.0
44222026-07-08T18:09:43.371Z[verify-libraries] Compiling bitvec v1.0.1
44232026-07-08T18:09:43.489Z[verify-libraries] Compiling packed_struct_codegen v0.10.1
44242026-07-08T18:09:43.561Z[verify-libraries] Compiling bitfield-macros v0.19.4
44252026-07-08T18:09:43.583Z[verify-libraries] Compiling indexmap v1.9.3
44262026-07-08T18:09:43.602Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44272026-07-08T18:09:43.625Z[verify-libraries] Compiling zerocopy v0.6.6
44282026-07-08T18:09:43.651Z[verify-libraries] Compiling nodrop v0.1.14
44292026-07-08T18:09:43.776Z[verify-libraries] Compiling libefi-sys v0.1.0
44302026-07-08T18:09:43.798Z[verify-libraries] Compiling array-init v0.0.4
44312026-07-08T18:09:43.873Z[verify-libraries] Compiling smallvec v0.6.14
44322026-07-08T18:09:43.999Z[verify-libraries] Compiling bitfield-struct v0.6.2
44332026-07-08T18:09:44.056Z[verify-libraries] Compiling hashbrown v0.12.3
44342026-07-08T18:09:44.247Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44352026-07-08T18:09:44.270Z[verify-libraries] Compiling serde-hex v0.1.0
44362026-07-08T18:09:44.375Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
44372026-07-08T18:09:44.398Z[verify-libraries] Compiling bitfield v0.19.4
44382026-07-08T18:09:44.465Z[ host-image] Jul 08 18:09:43.671 INFO O| Jul 08 18:09:43.671 INFO O| Download: 11842/23767 items 100.6/222.4MB 45% complete (2.4M/s)
44392026-07-08T18:09:44.640Z[verify-libraries] Compiling hashbrown v0.13.2
44402026-07-08T18:09:44.719Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44412026-07-08T18:09:44.752Z[verify-libraries] Compiling crc-any v2.5.0
44422026-07-08T18:09:44.772Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44432026-07-08T18:09:44.831Z[verify-libraries] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
44442026-07-08T18:09:45.020Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44452026-07-08T18:09:45.042Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44462026-07-08T18:09:45.100Z[verify-libraries] Compiling path-slash v0.1.5
44472026-07-08T18:09:45.163Z[verify-libraries] Compiling object v0.30.4
44482026-07-08T18:09:45.272Z[verify-libraries] Compiling num-derive v0.3.3
44492026-07-08T18:09:45.294Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44502026-07-08T18:09:45.354Z[verify-libraries] Compiling xshell-macros v0.2.7
44512026-07-08T18:09:45.412Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44522026-07-08T18:09:45.454Z[verify-libraries] Compiling papergrid v0.17.0
44532026-07-08T18:09:45.819Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
44542026-07-08T18:09:45.840Z[ recovery-image] Jul 08 18:09:45.046 INFO O| Jul 08 18:09:45.046 INFO O| Download: 1073/16572 items 8.7/199.6MB 4% complete (1.9M/s)
44552026-07-08T18:09:45.851Z[verify-libraries] Compiling xshell v0.2.7
44562026-07-08T18:09:45.986Z[verify-libraries] Compiling testing_table v0.3.0
44572026-07-08T18:09:46.059Z[verify-libraries] Compiling progenitor v0.14.0
44582026-07-08T18:09:46.081Z[verify-libraries] Compiling subprocess v0.2.15
44592026-07-08T18:09:46.141Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44602026-07-08T18:09:46.163Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44612026-07-08T18:09:46.185Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44622026-07-08T18:09:46.205Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44632026-07-08T18:09:46.245Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
44642026-07-08T18:09:46.329Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44652026-07-08T18:09:46.410Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
44662026-07-08T18:09:46.434Z[verify-libraries] Compiling libscf-sys v1.1.0
44672026-07-08T18:09:46.457Z[verify-libraries] Compiling tabled_derive v0.11.0
44682026-07-08T18:09:46.544Z[verify-libraries] Compiling headers-core v0.3.0
44692026-07-08T18:09:46.607Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44702026-07-08T18:09:46.632Z[verify-libraries] Compiling unicase v2.9.0
44712026-07-08T18:09:46.699Z[verify-libraries] Compiling headers v0.4.1
44722026-07-08T18:09:46.886Z[verify-libraries] Compiling maplit v1.0.2
44732026-07-08T18:09:46.907Z[verify-libraries] Compiling crc8 v0.1.1
44742026-07-08T18:09:47.004Z[verify-libraries] Compiling yasna v0.5.2
44752026-07-08T18:09:47.024Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44762026-07-08T18:09:47.067Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
44772026-07-08T18:09:47.207Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44782026-07-08T18:09:47.313Z[verify-libraries] Compiling vergen-lib v0.1.6
44792026-07-08T18:09:47.385Z[verify-libraries] Compiling diesel_derives v2.3.7
44802026-07-08T18:09:47.452Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44812026-07-08T18:09:47.503Z[verify-libraries] Compiling rcgen v0.12.1
44822026-07-08T18:09:47.593Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44832026-07-08T18:09:47.661Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44842026-07-08T18:09:47.700Z[verify-libraries] Compiling tabled v0.20.0
44852026-07-08T18:09:47.771Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44862026-07-08T18:09:47.912Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44872026-07-08T18:09:47.935Z[verify-libraries] Compiling half v1.8.3
44882026-07-08T18:09:47.975Z[verify-libraries] Compiling r2d2 v0.8.10
44892026-07-08T18:09:48.164Z[verify-libraries] Compiling serde_cbor v0.11.2
44902026-07-08T18:09:48.231Z[verify-libraries] Compiling git-stub v1.0.0
44912026-07-08T18:09:48.253Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44922026-07-08T18:09:48.308Z[verify-libraries] Compiling downcast-rs v2.0.2
44932026-07-08T18:09:48.330Z[verify-libraries] Compiling crunchy v0.2.4
44942026-07-08T18:09:48.448Z[verify-libraries] Compiling git-stub-vcs v0.1.0
44952026-07-08T18:09:48.470Z[verify-libraries] Compiling dirs-next v2.0.0
44962026-07-08T18:09:48.565Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44972026-07-08T18:09:48.594Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44982026-07-08T18:09:48.618Z[verify-libraries] Compiling clang-sys v1.8.1
44992026-07-08T18:09:48.640Z[verify-libraries] Compiling cpubits v0.1.1
45002026-07-08T18:09:48.698Z[verify-libraries] Compiling tiny-keccak v2.0.2
45012026-07-08T18:09:48.752Z[verify-libraries] Compiling term v0.7.0
45022026-07-08T18:09:48.808Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45032026-07-08T18:09:48.841Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45042026-07-08T18:09:48.862Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45052026-07-08T18:09:48.864Z[verify-libraries] Compiling bit-vec v0.6.3
45062026-07-08T18:09:48.989Z[verify-libraries] Compiling diff v0.1.13
45072026-07-08T18:09:49.103Z[verify-libraries] Compiling bit-set v0.5.3
45082026-07-08T18:09:49.149Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45092026-07-08T18:09:49.154Z[verify-libraries] Compiling ascii-canvas v3.0.0
45102026-07-08T18:09:49.237Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45112026-07-08T18:09:49.294Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45122026-07-08T18:09:49.367Z[verify-libraries] Compiling itertools v0.10.5
45132026-07-08T18:09:49.390Z[verify-libraries] Compiling libloading v0.8.9
45142026-07-08T18:09:49.460Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45152026-07-08T18:09:49.517Z[verify-libraries] Compiling ena v0.14.4
45162026-07-08T18:09:49.571Z[verify-libraries] Compiling regex-syntax v0.6.29
45172026-07-08T18:09:49.600Z[ host-image] Jul 08 18:09:48.806 INFO O| Jul 08 18:09:48.806 INFO O| Download: 12123/23767 items 104.9/222.4MB 47% complete (1.2M/s)
45182026-07-08T18:09:49.640Z[verify-libraries] Compiling bindgen v0.71.1
45192026-07-08T18:09:49.793Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
45202026-07-08T18:09:49.976Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45212026-07-08T18:09:50.164Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45222026-07-08T18:09:50.204Z[verify-libraries] Compiling cexpr v0.6.0
45232026-07-08T18:09:50.227Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45242026-07-08T18:09:50.480Z[verify-libraries] Compiling rustc-hash v2.1.1
45252026-07-08T18:09:50.552Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45262026-07-08T18:09:50.575Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45272026-07-08T18:09:50.691Z[verify-libraries] Compiling libxml v0.3.3
45282026-07-08T18:09:50.843Z[ recovery-image] Jul 08 18:09:50.048 INFO O| Jul 08 18:09:50.048 INFO O| Download: 1466/16572 items 20.7/199.6MB 10% complete (2.2M/s)
45292026-07-08T18:09:50.846Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45302026-07-08T18:09:50.987Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45312026-07-08T18:09:51.014Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45322026-07-08T18:09:51.203Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
45332026-07-08T18:09:51.266Z[verify-libraries] Compiling lalrpop v0.19.12
45342026-07-08T18:09:51.686Z[verify-libraries] Compiling arc-swap v1.8.2
45352026-07-08T18:09:52.034Z[verify-libraries] Compiling slog-scope v4.4.1
45362026-07-08T18:09:52.096Z[verify-libraries] Compiling progenitor-impl v0.13.0
45372026-07-08T18:09:52.120Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45382026-07-08T18:09:52.336Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45392026-07-08T18:09:52.359Z[verify-libraries] Compiling strum_macros v0.24.3
45402026-07-08T18:09:52.384Z[verify-libraries] Compiling hmac v0.13.0
45412026-07-08T18:09:52.699Z[verify-libraries] Compiling universal-hash v0.6.1
45422026-07-08T18:09:52.870Z[verify-libraries] Compiling fxhash v0.2.1
45432026-07-08T18:09:53.064Z[verify-libraries] Compiling fs-err v2.11.0
45442026-07-08T18:09:53.101Z[verify-libraries] Compiling indoc v1.0.9
45452026-07-08T18:09:53.481Z[verify-libraries] Compiling slog-stdlog v4.1.1
45462026-07-08T18:09:53.617Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45472026-07-08T18:09:53.739Z[verify-libraries] Compiling progenitor-client v0.13.0
45482026-07-08T18:09:53.873Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45492026-07-08T18:09:53.895Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45502026-07-08T18:09:53.973Z[verify-libraries] Compiling diesel v2.3.7
45512026-07-08T18:09:54.044Z[verify-libraries] Compiling oso-derive v0.27.3
45522026-07-08T18:09:54.106Z[verify-libraries] Compiling quick-xml v0.37.5
45532026-07-08T18:09:54.278Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45542026-07-08T18:09:54.548Z[verify-libraries] Compiling openssl-probe v0.1.6
45552026-07-08T18:09:54.633Z[ host-image] Jul 08 18:09:53.839 INFO O| Jul 08 18:09:53.839 INFO O| Download: 12951/23767 items 118.1/222.4MB 53% complete (1.8M/s)
45562026-07-08T18:09:54.674Z[verify-libraries] Compiling slog-envlogger v2.2.0
45572026-07-08T18:09:54.930Z[verify-libraries] Compiling progenitor-macro v0.13.0
45582026-07-08T18:09:55.088Z[verify-libraries] Compiling polyval v0.7.1
45592026-07-08T18:09:55.110Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
45602026-07-08T18:09:55.191Z[verify-libraries] Compiling der v0.8.0
45612026-07-08T18:09:55.375Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45622026-07-08T18:09:55.591Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45632026-07-08T18:09:55.954Z[ recovery-image] Jul 08 18:09:55.160 INFO O| Jul 08 18:09:55.160 INFO O| Download: 1660/16572 items 25.0/199.6MB 12% complete (1.7M/s)
45642026-07-08T18:09:55.992Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45652026-07-08T18:09:56.224Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45662026-07-08T18:09:56.456Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45672026-07-08T18:09:56.636Z[verify-libraries] Compiling kstat-rs v0.2.4
45682026-07-08T18:09:56.664Z[verify-libraries] Compiling trait-variant v0.1.2
45692026-07-08T18:09:56.688Z[verify-libraries] Compiling parse-size v1.1.0
45702026-07-08T18:09:56.691Z[verify-libraries] Compiling salty v0.3.0
45712026-07-08T18:09:56.881Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45722026-07-08T18:09:56.963Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
45732026-07-08T18:09:57.051Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45742026-07-08T18:09:57.077Z[verify-libraries] Compiling ghash v0.6.0
45752026-07-08T18:09:57.098Z[verify-libraries] Compiling pbkdf2 v0.13.0
45762026-07-08T18:09:57.267Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45772026-07-08T18:09:57.292Z[verify-libraries] Compiling aes v0.9.1
45782026-07-08T18:09:57.314Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45792026-07-08T18:09:57.512Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45802026-07-08T18:09:57.848Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45812026-07-08T18:09:57.875Z[verify-libraries] Compiling ctr v0.10.1
45822026-07-08T18:09:58.115Z[verify-libraries] Compiling aead v0.6.1
45832026-07-08T18:09:58.138Z[verify-libraries] Compiling bb8 v0.8.6
45842026-07-08T18:09:58.141Z[verify-libraries] Compiling sha2 v0.11.0
45852026-07-08T18:09:58.318Z[verify-libraries] Compiling parking_lot_core v0.8.6
45862026-07-08T18:09:58.470Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
45872026-07-08T18:09:58.533Z[verify-libraries] Compiling aes-gcm v0.11.0
45882026-07-08T18:09:58.709Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45892026-07-08T18:09:59.045Z[verify-libraries] Compiling spki v0.8.0
45902026-07-08T18:09:59.256Z[verify-libraries] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
45912026-07-08T18:09:59.279Z[verify-libraries] Compiling crypto-bigint v0.7.5
45922026-07-08T18:09:59.322Z[verify-libraries] Compiling mime_guess v2.0.5
45932026-07-08T18:09:59.363Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
45942026-07-08T18:09:59.497Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45952026-07-08T18:09:59.633Z[ host-image] Jul 08 18:09:58.840 INFO O| Jul 08 18:09:58.840 INFO O| Download: 14090/23767 items 119.7/222.4MB 53% complete (1.6M/s)
45962026-07-08T18:09:59.784Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
45972026-07-08T18:09:59.853Z[verify-libraries] Compiling rfc6979 v0.4.0
45982026-07-08T18:09:59.992Z[verify-libraries] Compiling salsa20 v0.11.0
45992026-07-08T18:10:00.029Z[verify-libraries] Compiling cbc v0.2.1
46002026-07-08T18:10:00.164Z[verify-libraries] Compiling nanorand v0.7.0
46012026-07-08T18:10:00.188Z[verify-libraries] Compiling progenitor v0.13.0
46022026-07-08T18:10:00.188Z[verify-libraries] Compiling scrypt v0.12.0
46032026-07-08T18:10:00.272Z[verify-libraries] Compiling ecdsa v0.16.9
46042026-07-08T18:10:00.398Z[verify-libraries] Compiling flume v0.11.1
46052026-07-08T18:10:00.541Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46062026-07-08T18:10:00.616Z[verify-libraries] Compiling primeorder v0.13.6
46072026-07-08T18:10:00.720Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
46082026-07-08T18:10:00.782Z[verify-libraries] Compiling atty v0.2.14
46092026-07-08T18:10:00.831Z[verify-libraries] Compiling nonempty v0.12.0
46102026-07-08T18:10:00.858Z[verify-libraries] Compiling http-range v0.1.5
46112026-07-08T18:10:00.920Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46122026-07-08T18:10:00.955Z[verify-libraries] Compiling p384 v0.13.1
46132026-07-08T18:10:00.986Z[verify-libraries] Compiling parking_lot v0.11.2
46142026-07-08T18:10:01.100Z[verify-libraries] Compiling pkcs5 v0.8.1
46152026-07-08T18:10:01.242Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46162026-07-08T18:10:01.265Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46172026-07-08T18:10:01.412Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46182026-07-08T18:10:01.577Z[verify-libraries] Compiling prefix-trie v0.7.0
46192026-07-08T18:10:01.598Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46202026-07-08T18:10:01.699Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46212026-07-08T18:10:01.721Z[verify-libraries] Compiling pkcs8 v0.11.0
46222026-07-08T18:10:01.724Z[verify-libraries] Compiling sled v0.34.7
46232026-07-08T18:10:01.838Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46242026-07-08T18:10:01.985Z[verify-libraries] Compiling hickory-server v0.25.2
46252026-07-08T18:10:02.021Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46262026-07-08T18:10:02.144Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46272026-07-08T18:10:02.166Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
46282026-07-08T18:10:02.338Z[verify-libraries] Compiling ignore v0.4.25
46292026-07-08T18:10:02.388Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46302026-07-08T18:10:02.613Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46312026-07-08T18:10:02.653Z[verify-libraries] Compiling corncobs v0.1.4
46322026-07-08T18:10:02.814Z[ recovery-image] Jul 08 18:10:02.020 INFO O| Jul 08 18:10:02.020 INFO O| Download: 2697/16572 items 31.3/199.6MB 15% complete (1.1M/s)
46332026-07-08T18:10:02.877Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46342026-07-08T18:10:02.982Z[verify-libraries] Compiling globwalk v0.9.1
46352026-07-08T18:10:03.005Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46362026-07-08T18:10:03.192Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46372026-07-08T18:10:03.225Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46382026-07-08T18:10:03.293Z[verify-libraries] Compiling predicates-tree v1.0.13
46392026-07-08T18:10:03.470Z[verify-libraries] Compiling libz-sys v1.1.24
46402026-07-08T18:10:03.730Z[verify-libraries] Compiling rand_seeder v0.4.0
46412026-07-08T18:10:03.750Z[verify-libraries] Compiling darling_core v0.23.0
46422026-07-08T18:10:03.937Z[verify-libraries] Compiling secrecy v0.8.0
46432026-07-08T18:10:03.960Z[verify-libraries] Compiling ff v0.14.0
46442026-07-08T18:10:03.963Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46452026-07-08T18:10:04.254Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46462026-07-08T18:10:04.297Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46472026-07-08T18:10:04.474Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46482026-07-08T18:10:04.496Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
46492026-07-08T18:10:04.641Z[ host-image] Jul 08 18:10:03.847 INFO O| Jul 08 18:10:03.847 INFO O| Download: 14540/23767 items 119.9/222.4MB 53% complete (213k/s)
46502026-07-08T18:10:04.661Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46512026-07-08T18:10:04.952Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46522026-07-08T18:10:05.222Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46532026-07-08T18:10:05.297Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
46542026-07-08T18:10:05.397Z[verify-libraries] Compiling signature v3.0.0
46552026-07-08T18:10:05.620Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46562026-07-08T18:10:05.664Z[verify-libraries] Compiling instability v0.3.11
46572026-07-08T18:10:05.667Z[verify-libraries] Compiling base16ct v1.0.0
46582026-07-08T18:10:05.712Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
46592026-07-08T18:10:05.951Z[verify-libraries] Compiling sec1 v0.8.1
46602026-07-08T18:10:06.001Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46612026-07-08T18:10:06.030Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46622026-07-08T18:10:06.313Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
46632026-07-08T18:10:06.336Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46642026-07-08T18:10:06.472Z[verify-libraries] Compiling darling_macro v0.23.0
46652026-07-08T18:10:06.595Z[verify-libraries] Compiling group v0.14.0
46662026-07-08T18:10:06.628Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46672026-07-08T18:10:06.837Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46682026-07-08T18:10:07.074Z[verify-libraries] Compiling darling v0.23.0
46692026-07-08T18:10:07.196Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
46702026-07-08T18:10:07.225Z[verify-libraries] Compiling hkdf v0.13.0
46712026-07-08T18:10:07.272Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
46722026-07-08T18:10:07.295Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
46732026-07-08T18:10:07.372Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
46742026-07-08T18:10:07.440Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
46752026-07-08T18:10:07.632Z[verify-libraries] Compiling castaway v0.2.4
46762026-07-08T18:10:07.796Z[verify-libraries] Compiling indoc v2.0.7
46772026-07-08T18:10:07.957Z[verify-libraries] Compiling compact_str v0.8.1
46782026-07-08T18:10:08.005Z[ recovery-image] Jul 08 18:10:07.211 INFO O| Jul 08 18:10:07.211 INFO O| Download: 4014/16572 items 40.7/199.6MB 20% complete (1.3M/s)
46792026-07-08T18:10:08.292Z[verify-libraries] Compiling elliptic-curve v0.14.0-rc.33
46802026-07-08T18:10:08.571Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46812026-07-08T18:10:08.622Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
46822026-07-08T18:10:08.861Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
46832026-07-08T18:10:09.048Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
46842026-07-08T18:10:09.089Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
46852026-07-08T18:10:09.125Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
46862026-07-08T18:10:09.166Z[verify-libraries] Compiling unicode-truncate v1.1.0
46872026-07-08T18:10:09.334Z[verify-libraries] Compiling lru v0.12.5
46882026-07-08T18:10:09.360Z[verify-libraries] Compiling cassowary v0.3.0
46892026-07-08T18:10:09.538Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46902026-07-08T18:10:09.636Z[verify-libraries] Compiling ratatui v0.29.0
46912026-07-08T18:10:09.641Z[ host-image] Jul 08 18:10:08.847 INFO O| Jul 08 18:10:08.847 INFO O| Download: 14918/23767 items 120.4/222.4MB 54% complete (64.3k/s)
46922026-07-08T18:10:09.664Z[verify-libraries] Compiling rfc6979 v0.5.0
46932026-07-08T18:10:09.774Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46942026-07-08T18:10:09.856Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46952026-07-08T18:10:09.896Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
46962026-07-08T18:10:09.917Z[verify-libraries] Compiling vergen-git2 v9.1.0
46972026-07-08T18:10:10.030Z[verify-libraries] Compiling is_ci v1.2.0
46982026-07-08T18:10:10.075Z[verify-libraries] Compiling strsim v0.10.0
46992026-07-08T18:10:10.158Z[verify-libraries] Compiling supports-color v3.0.2
47002026-07-08T18:10:10.212Z[verify-libraries] Compiling ecdsa v0.17.0-rc.18
47012026-07-08T18:10:10.373Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47022026-07-08T18:10:10.447Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47032026-07-08T18:10:10.471Z[verify-libraries] Compiling darling_core v0.13.4
47042026-07-08T18:10:10.743Z[verify-libraries] Compiling primeorder v0.14.0-rc.10
47052026-07-08T18:10:10.805Z[verify-libraries] Compiling primefield v0.14.0
47062026-07-08T18:10:10.881Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47072026-07-08T18:10:11.087Z[verify-libraries] Compiling tungstenite v0.23.0
47082026-07-08T18:10:11.135Z[verify-libraries] Compiling console v0.16.2
47092026-07-08T18:10:11.246Z[verify-libraries] Compiling curve25519-dalek v5.0.0-rc.0
47102026-07-08T18:10:11.449Z[verify-libraries] Compiling unit-prefix v0.5.2
47112026-07-08T18:10:11.478Z[verify-libraries] Compiling void v1.0.2
47122026-07-08T18:10:11.627Z[verify-libraries] Compiling assert_matches v1.5.0
47132026-07-08T18:10:11.648Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
47142026-07-08T18:10:11.739Z[verify-libraries] Compiling lzss v0.8.2
47152026-07-08T18:10:11.760Z[verify-libraries] Compiling indicatif v0.18.4
47162026-07-08T18:10:11.812Z[verify-libraries] Compiling ssh-encoding v0.3.0-rc.9
47172026-07-08T18:10:11.998Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47182026-07-08T18:10:12.021Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
47192026-07-08T18:10:12.044Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47202026-07-08T18:10:12.205Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47212026-07-08T18:10:12.253Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47222026-07-08T18:10:12.364Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47232026-07-08T18:10:12.468Z[verify-libraries] Compiling nix v0.27.1
47242026-07-08T18:10:12.509Z[verify-libraries] Compiling colored v2.2.0
47252026-07-08T18:10:12.535Z[verify-libraries] Compiling darling_macro v0.13.4
47262026-07-08T18:10:12.624Z[verify-libraries] Compiling serde_bytes v0.11.19
47272026-07-08T18:10:12.718Z[verify-libraries] Compiling shell-words v1.1.1
47282026-07-08T18:10:12.982Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47292026-07-08T18:10:13.005Z[ recovery-image] Jul 08 18:10:12.211 INFO O| Jul 08 18:10:12.211 INFO O| Download: 5797/16572 items 44.2/199.6MB 22% complete (1.3M/s)
47302026-07-08T18:10:13.011Z[verify-libraries] Compiling ed25519 v3.0.0
47312026-07-08T18:10:13.052Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
47322026-07-08T18:10:13.100Z[verify-libraries] Compiling darling v0.13.4
47332026-07-08T18:10:13.215Z[verify-libraries] Compiling crypto-primes v0.7.2
47342026-07-08T18:10:13.262Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47352026-07-08T18:10:13.432Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47362026-07-08T18:10:14.138Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
47372026-07-08T18:10:14.197Z[verify-libraries] Compiling poly1305 v0.9.0
47382026-07-08T18:10:14.293Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
47392026-07-08T18:10:14.378Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47402026-07-08T18:10:14.576Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47412026-07-08T18:10:14.625Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47422026-07-08T18:10:14.766Z[ host-image] Jul 08 18:10:13.972 INFO O| Jul 08 18:10:13.972 INFO O| Download: 15287/23767 items 126.5/222.4MB 56% complete (639k/s)
47432026-07-08T18:10:14.849Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47442026-07-08T18:10:14.870Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
47452026-07-08T18:10:14.891Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47462026-07-08T18:10:14.989Z[verify-libraries] Compiling blowfish v0.10.0
47472026-07-08T18:10:15.107Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
47482026-07-08T18:10:15.131Z[verify-libraries] Compiling petname v2.0.2
47492026-07-08T18:10:15.155Z[verify-libraries] Compiling keccak v0.2.0
47502026-07-08T18:10:15.296Z[verify-libraries] Compiling fiat-crypto v0.3.0
47512026-07-08T18:10:15.379Z[verify-libraries] Compiling sha3 v0.11.0
47522026-07-08T18:10:15.476Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
47532026-07-08T18:10:15.780Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
47542026-07-08T18:10:16.020Z[verify-libraries] Compiling ssh-cipher v0.3.0-rc.9
47552026-07-08T18:10:16.023Z[verify-libraries] Compiling rsa v0.10.0-rc.18
47562026-07-08T18:10:16.123Z[verify-libraries] Compiling ed25519-dalek v3.0.0-rc.0
47572026-07-08T18:10:16.445Z[verify-libraries] Compiling serde_with_macros v1.5.2
47582026-07-08T18:10:16.476Z[verify-libraries] Compiling p256 v0.14.0-rc.10
47592026-07-08T18:10:16.611Z[verify-libraries] Compiling p521 v0.14.0-rc.10
47602026-07-08T18:10:16.656Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
47612026-07-08T18:10:16.770Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47622026-07-08T18:10:16.831Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47632026-07-08T18:10:17.083Z[verify-libraries] Compiling twox-hash v2.1.2
47642026-07-08T18:10:17.376Z[verify-libraries] Compiling kem v0.3.0
47652026-07-08T18:10:17.405Z[verify-libraries] Compiling module-lattice v0.2.3
47662026-07-08T18:10:17.522Z[verify-libraries] Compiling blake3 v1.8.5
47672026-07-08T18:10:17.544Z[verify-libraries] Compiling rtoolbox v0.0.3
47682026-07-08T18:10:17.739Z[verify-libraries] Compiling rpassword v7.4.0
47692026-07-08T18:10:17.764Z[verify-libraries] Compiling ml-kem v0.3.2
47702026-07-08T18:10:17.792Z[verify-libraries] Compiling serde_with v1.14.0
47712026-07-08T18:10:17.949Z[verify-libraries] Compiling russh-cryptovec v0.61.0
47722026-07-08T18:10:18.210Z[verify-libraries] Compiling tui-tree-widget v0.23.1
47732026-07-08T18:10:18.239Z[ recovery-image] Jul 08 18:10:17.445 INFO O| Jul 08 18:10:17.445 INFO O| Download: 6166/16572 items 48.6/199.6MB 24% complete (848k/s)
47742026-07-08T18:10:18.447Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47752026-07-08T18:10:18.494Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47762026-07-08T18:10:18.714Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47772026-07-08T18:10:18.739Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
47782026-07-08T18:10:18.898Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
47792026-07-08T18:10:18.990Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
47802026-07-08T18:10:19.487Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47812026-07-08T18:10:19.744Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47822026-07-08T18:10:19.978Z[ host-image] Jul 08 18:10:19.184 INFO O| Jul 08 18:10:19.184 INFO O| Download: 16524/23767 items 135.9/222.4MB 61% complete (1.6M/s)
47832026-07-08T18:10:20.019Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
47842026-07-08T18:10:20.186Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
47852026-07-08T18:10:20.310Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47862026-07-08T18:10:20.351Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47872026-07-08T18:10:20.902Z[verify-libraries] Compiling p384 v0.14.0-rc.10
47882026-07-08T18:10:21.162Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47892026-07-08T18:10:21.985Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47902026-07-08T18:10:22.357Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47912026-07-08T18:10:22.567Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
47922026-07-08T18:10:22.758Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47932026-07-08T18:10:23.309Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47942026-07-08T18:10:23.479Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47952026-07-08T18:10:23.616Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
47962026-07-08T18:10:24.128Z[verify-libraries] Compiling ssh-key v0.7.0-rc.10
47972026-07-08T18:10:24.159Z[ recovery-image] Jul 08 18:10:23.365 INFO O| Jul 08 18:10:23.365 INFO O| Download: 6541/16572 items 61.3/199.6MB 30% complete (1.6M/s)
47982026-07-08T18:10:24.750Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
47992026-07-08T18:10:24.929Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
48002026-07-08T18:10:24.998Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48012026-07-08T18:10:25.261Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48022026-07-08T18:10:25.535Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
48032026-07-08T18:10:25.680Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48042026-07-08T18:10:25.709Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
48052026-07-08T18:10:25.794Z[verify-libraries] Compiling fatfs v0.3.6
48062026-07-08T18:10:25.927Z[verify-libraries] Compiling num-bigint v0.4.6
48072026-07-08T18:10:26.106Z[verify-libraries] Compiling generic-array v1.4.3
48082026-07-08T18:10:26.308Z[verify-libraries] Compiling russh-util v0.52.0
48092026-07-08T18:10:26.501Z[verify-libraries] Compiling enum_dispatch v0.3.13
48102026-07-08T18:10:26.578Z[verify-libraries] Compiling delegate v0.13.5
48112026-07-08T18:10:26.645Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
48122026-07-08T18:10:26.699Z[verify-libraries] Compiling sapling-renderdag v0.1.0
48132026-07-08T18:10:26.979Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48142026-07-08T18:10:27.003Z[verify-libraries] Compiling arrayref v0.3.9
48152026-07-08T18:10:27.074Z[verify-libraries] Compiling constant_time_eq v0.4.2
48162026-07-08T18:10:27.108Z[verify-libraries] Compiling arrayvec v0.7.6
48172026-07-08T18:10:27.364Z[verify-libraries] Compiling seq-macro v0.3.6
48182026-07-08T18:10:27.385Z[verify-libraries] Compiling hex-literal v1.1.0
48192026-07-08T18:10:27.482Z[verify-libraries] Compiling md5 v0.8.0
48202026-07-08T18:10:27.536Z[verify-libraries] Compiling sync-ptr v0.1.4
48212026-07-08T18:10:27.567Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48222026-07-08T18:10:27.684Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48232026-07-08T18:10:27.705Z[verify-libraries] Compiling russh v0.61.2
48242026-07-08T18:10:27.872Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
48252026-07-08T18:10:27.967Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48262026-07-08T18:10:28.200Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48272026-07-08T18:10:28.544Z[ host-image] Jul 08 18:10:27.750 INFO O| Jul 08 18:10:27.750 INFO O| Download: 17667/23767 items 147.7/222.4MB 66% complete (2.4M/s)
48282026-07-08T18:10:28.802Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
48292026-07-08T18:10:28.888Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48302026-07-08T18:10:29.161Z[ recovery-image] Jul 08 18:10:28.367 INFO O| Jul 08 18:10:28.367 INFO O| Download: 8140/16572 items 83.1/199.6MB 41% complete (2.8M/s)
48312026-07-08T18:10:29.722Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48322026-07-08T18:10:30.308Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48332026-07-08T18:10:30.605Z[verify-libraries] Compiling socket2 v0.5.10
48342026-07-08T18:10:31.154Z[verify-libraries] Compiling topological-sort v0.2.2
48352026-07-08T18:10:31.350Z[verify-libraries] Compiling internet-checksum v0.2.1
48362026-07-08T18:10:31.540Z[verify-libraries] Compiling omicron-zone-package v0.12.3
48372026-07-08T18:10:32.446Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48382026-07-08T18:10:33.187Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48392026-07-08T18:10:33.327Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
48402026-07-08T18:10:33.454Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48412026-07-08T18:10:33.551Z[ host-image] Jul 08 18:10:32.757 INFO O| Jul 08 18:10:32.757 INFO O| Download: 19034/23767 items 173.2/222.4MB 77% complete (2.8M/s)
48422026-07-08T18:10:33.746Z[verify-libraries] Compiling samael v0.0.19
48432026-07-08T18:10:33.989Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48442026-07-08T18:10:34.263Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48452026-07-08T18:10:34.347Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48462026-07-08T18:10:34.432Z[ recovery-image] Jul 08 18:10:33.638 INFO O| Jul 08 18:10:33.638 INFO O| Download: 8489/16572 items 86.6/199.6MB 43% complete (2.7M/s)
48472026-07-08T18:10:34.535Z[verify-libraries] Compiling yansi v1.0.1
48482026-07-08T18:10:34.771Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48492026-07-08T18:10:34.882Z[verify-libraries] Compiling pretty_assertions v1.4.1
48502026-07-08T18:10:35.191Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48512026-07-08T18:10:35.332Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
48522026-07-08T18:10:35.469Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
48532026-07-08T18:10:35.797Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48542026-07-08T18:10:36.065Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48552026-07-08T18:10:36.353Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48562026-07-08T18:10:36.629Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48572026-07-08T18:10:36.761Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48582026-07-08T18:10:36.798Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48592026-07-08T18:10:36.823Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48602026-07-08T18:10:36.896Z[verify-libraries] Compiling drift v0.2.0
48612026-07-08T18:10:37.032Z[verify-libraries] Compiling uzers v0.12.2
48622026-07-08T18:10:37.209Z[verify-libraries] Compiling git2 v0.20.4
48632026-07-08T18:10:37.233Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48642026-07-08T18:10:37.310Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48652026-07-08T18:10:37.642Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48662026-07-08T18:10:38.464Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
48672026-07-08T18:10:38.574Z[ host-image] Jul 08 18:10:37.780 INFO O| Jul 08 18:10:37.780 INFO O| Download: 20724/23767 items 180.6/222.4MB 81% complete (3.3M/s)
48682026-07-08T18:10:39.466Z[ recovery-image] Jul 08 18:10:38.672 INFO O| Jul 08 18:10:38.672 INFO O| Download: 9188/16572 items 91.4/199.6MB 45% complete (773k/s)
48692026-07-08T18:10:40.856Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48702026-07-08T18:10:41.000Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
48712026-07-08T18:10:41.092Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48722026-07-08T18:10:41.199Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
48732026-07-08T18:10:41.888Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
48742026-07-08T18:10:41.912Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48752026-07-08T18:10:42.720Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48762026-07-08T18:10:43.060Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
48772026-07-08T18:10:43.085Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
48782026-07-08T18:10:43.500Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48792026-07-08T18:10:43.551Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
48802026-07-08T18:10:43.574Z[ host-image] Jul 08 18:10:42.780 INFO O| Jul 08 18:10:42.780 INFO O| Download: 21423/23767 items 182.8/222.4MB 82% complete (982k/s)
48812026-07-08T18:10:43.664Z[verify-libraries] Compiling multimap v0.10.1
48822026-07-08T18:10:43.903Z[verify-libraries] Compiling termios v0.3.3
48832026-07-08T18:10:44.125Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48842026-07-08T18:10:44.482Z[ recovery-image] Jul 08 18:10:43.687 INFO O| Jul 08 18:10:43.687 INFO O| Download: 9786/16572 items 103.1/199.6MB 51% complete (1.8M/s)
48852026-07-08T18:10:45.118Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48862026-07-08T18:10:49.526Z[ recovery-image] Jul 08 18:10:48.731 INFO O| Jul 08 18:10:48.731 INFO O| Download: 11139/16572 items 103.9/199.6MB 52% complete (1.3M/s)
48872026-07-08T18:10:50.130Z[ host-image] Jul 08 18:10:49.336 INFO O| Jul 08 18:10:49.335 INFO O| Download: 21822/23767 items 189.6/222.4MB 85% complete (1018k/s)
48882026-07-08T18:10:51.389Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
48892026-07-08T18:10:51.704Z[verify-libraries] Compiling polar-core v0.27.3
48902026-07-08T18:10:54.594Z[ recovery-image] Jul 08 18:10:53.780 INFO O| Jul 08 18:10:53.776 INFO O| Download: 11958/16572 items 117.7/199.6MB 58% complete (1.4M/s)
48912026-07-08T18:10:58.892Z[verify-libraries] Compiling oso v0.27.3
48922026-07-08T18:10:59.595Z[ recovery-image] Jul 08 18:10:58.800 INFO O| Jul 08 18:10:58.800 INFO O| Download: 13556/16572 items 155.2/199.6MB 77% complete (5.2M/s)
48932026-07-08T18:10:59.665Z[ host-image] Jul 08 18:10:58.871 INFO O| Jul 08 18:10:58.870 INFO O| Download: 21825/23767 items 189.6/222.4MB 85% complete
48942026-07-08T18:11:00.220Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
48952026-07-08T18:11:00.388Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48962026-07-08T18:11:02.056Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
48972026-07-08T18:11:04.606Z[ recovery-image] Jul 08 18:11:03.811 INFO O| Jul 08 18:11:03.811 INFO O| Download: 14812/16572 items 160.1/199.6MB 80% complete (4.3M/s)
48982026-07-08T18:11:04.670Z[ host-image] Jul 08 18:11:03.875 INFO O| Jul 08 18:11:03.875 INFO O| Download: 22748/23767 items 213.6/222.4MB 96% complete (4.7M/s)
48992026-07-08T18:11:06.514Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
49002026-07-08T18:11:09.611Z[ recovery-image] Jul 08 18:11:08.814 INFO O| Jul 08 18:11:08.814 INFO O| Download: 15576/16572 items 168.9/199.6MB 84% complete (1.4M/s)
49012026-07-08T18:11:09.680Z[ host-image] Jul 08 18:11:08.886 INFO O| Jul 08 18:11:08.881 INFO O| Download: 23471/23767 items 221.4/222.4MB 99% complete (3.2M/s)
49022026-07-08T18:11:09.910Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49032026-07-08T18:11:12.248Z[ host-image] Jul 08 18:11:11.454 INFO O| Jul 08 18:11:11.454 INFO O| Download: Completed 222.36 MB in 128.21 seconds (1.7M/s)
49042026-07-08T18:11:12.516Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
49052026-07-08T18:11:13.321Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49062026-07-08T18:11:13.458Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49072026-07-08T18:11:13.665Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49082026-07-08T18:11:14.731Z[ recovery-image] Jul 08 18:11:13.919 INFO O| Jul 08 18:11:13.919 INFO O| Download: 16283/16572 items 193.3/199.6MB 96% complete (3.3M/s)
49092026-07-08T18:11:16.570Z[ recovery-image] Jul 08 18:11:15.764 INFO O| Jul 08 18:11:15.764 INFO O| Download: Completed 199.55 MB in 95.81 seconds (2.1M/s)
49102026-07-08T18:11:16.652Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
49112026-07-08T18:11:17.597Z[ host-image] Jul 08 18:11:16.801 INFO O| Jul 08 18:11:16.801 INFO O| Actions: 1/53970 actions (Installing new actions)
49122026-07-08T18:11:19.772Z[ recovery-image] Jul 08 18:11:18.972 INFO O| Jul 08 18:11:18.972 INFO O| Actions: 1/27411 actions (Installing new actions)
49132026-07-08T18:11:22.596Z[ host-image] Jul 08 18:11:21.801 INFO O| Jul 08 18:11:21.801 INFO O| Actions: 22174/53970 actions (Installing new actions)
49142026-07-08T18:11:24.767Z[ recovery-image] Jul 08 18:11:23.972 INFO O| Jul 08 18:11:23.972 INFO O| Actions: 20564/27411 actions (Installing new actions)
49152026-07-08T18:11:24.822Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
49162026-07-08T18:11:25.719Z[ recovery-image] Jul 08 18:11:24.917 INFO O| Jul 08 18:11:24.917 INFO O| Actions: Completed 27411 actions in 5.94 seconds.
49172026-07-08T18:11:25.764Z[ recovery-image] Jul 08 18:11:24.959 INFO O| Jul 08 18:11:24.959 INFO O| Finalize: Updating package state database ... Done
49182026-07-08T18:11:25.764Z[ recovery-image] Jul 08 18:11:24.959 INFO O| Jul 08 18:11:24.959 INFO O| Finalize: Updating package cache ... Done
49192026-07-08T18:11:25.810Z[ recovery-image] Jul 08 18:11:25.004 INFO O| Jul 08 18:11:25.004 INFO O| Finalize: Updating image state ... Done
49202026-07-08T18:11:26.084Z[ host-image] Jul 08 18:11:25.288 INFO O| Jul 08 18:11:25.288 INFO O| Actions: Completed 53970 actions in 8.48 seconds.
49212026-07-08T18:11:26.140Z[ host-image] Jul 08 18:11:25.345 INFO O| Jul 08 18:11:25.345 INFO O| Finalize: Updating package state database ... Done
49222026-07-08T18:11:26.140Z[ host-image] Jul 08 18:11:25.345 INFO O| Jul 08 18:11:25.345 INFO O| Finalize: Updating package cache ... Done
49232026-07-08T18:11:26.195Z[ host-image] Jul 08 18:11:25.387 INFO O| Jul 08 18:11:25.387 INFO O| Finalize: Updating image state ... Done
49242026-07-08T18:11:26.370Z[ recovery-image] Jul 08 18:11:25.575 INFO O| Jul 08 18:11:25.575 INFO O| Finalize: Creating fast lookup database ... Done
49252026-07-08T18:11:26.388Z[ recovery-image] Jul 08 18:11:25.590 INFO O| Jul 08 18:11:25.590 INFO O| Finalize: Reading search index ... Done
49262026-07-08T18:11:26.962Z[ host-image] Jul 08 18:11:26.168 INFO O| Jul 08 18:11:26.167 INFO O| Finalize: Creating fast lookup database ... Done
49272026-07-08T18:11:26.993Z[ host-image] Jul 08 18:11:26.194 INFO O| Jul 08 18:11:26.194 INFO O| Finalize: Reading search index ... Done
49282026-07-08T18:11:27.893Z[ recovery-image] Jul 08 18:11:27.087 INFO O| Jul 08 18:11:27.087 INFO O| Finalize: Building new search index ... Done
49292026-07-08T18:11:28.169Z[ recovery-image] Jul 08 18:11:27.372 INFO O| Jul 08 18:11:27.372 INFO O| Finalize: Updating package cache ... Done
49302026-07-08T18:11:28.329Z[ recovery-image] Jul 08 18:11:27.531 INFO O| Jul 08 18:11:27.531 INFO STEP 11 (pkg_install) COMPLETE
49312026-07-08T18:11:28.329Z[ recovery-image] Jul 08 18:11:27.531 INFO O| Jul 08 18:11:27.531 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49322026-07-08T18:11:28.338Z[ recovery-image] Jul 08 18:11:27.531 INFO O| Jul 08 18:11:27.531 INFO skip step because feature "recovery" is enabled
49332026-07-08T18:11:28.338Z[ recovery-image] Jul 08 18:11:27.531 INFO O| Jul 08 18:11:27.531 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49342026-07-08T18:11:28.338Z[ recovery-image] Jul 08 18:11:27.531 INFO O| Jul 08 18:11:27.531 INFO skip step because feature "omicron1" is not enabled
49352026-07-08T18:11:28.338Z[ recovery-image] Jul 08 18:11:27.531 INFO O| Jul 08 18:11:27.531 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49362026-07-08T18:11:28.339Z[ recovery-image] Jul 08 18:11:27.539 INFO O| Jul 08 18:11:27.539 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
49372026-07-08T18:11:29.390Z[ host-image] Jul 08 18:11:28.596 INFO O| Jul 08 18:11:28.596 INFO O| Finalize: Building new search index ... Done
49382026-07-08T18:11:29.825Z[ host-image] Jul 08 18:11:29.029 INFO O| Jul 08 18:11:29.029 INFO O| Finalize: Updating package cache ... Done
49392026-07-08T18:11:29.983Z[ host-image] Jul 08 18:11:29.188 INFO O| Jul 08 18:11:29.188 INFO STEP 11 (pkg_install) COMPLETE
49402026-07-08T18:11:29.983Z[ host-image] Jul 08 18:11:29.188 INFO O| Jul 08 18:11:29.188 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49412026-07-08T18:11:29.995Z[ host-image] Jul 08 18:11:29.198 INFO O| Jul 08 18:11:29.198 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"]
49422026-07-08T18:11:30.259Z[ recovery-image] Jul 08 18:11:29.461 INFO O| Jul 08 18:11:29.461 INFO O| Startup: Refreshing catalog 'helios' ... Done
49432026-07-08T18:11:30.410Z[ recovery-image] Jul 08 18:11:29.614 INFO O| Jul 08 18:11:29.614 INFO O| Startup: Caching catalogs ... Done
49442026-07-08T18:11:30.589Z[ recovery-image] Jul 08 18:11:29.793 INFO O| Jul 08 18:11:29.793 INFO O| Planning: Solver setup ... Done
49452026-07-08T18:11:30.594Z[ recovery-image] Jul 08 18:11:29.798 INFO O| Jul 08 18:11:29.798 INFO O| Planning: Running solver ... Done
49462026-07-08T18:11:30.598Z[ recovery-image] Jul 08 18:11:29.802 INFO O| Jul 08 18:11:29.802 INFO O| Planning: Finding local manifests ... Done
49472026-07-08T18:11:30.611Z[ recovery-image] Jul 08 18:11:29.815 INFO O| Jul 08 18:11:29.815 INFO O| Planning: Fetching manifests: 0/1 0% complete
49482026-07-08T18:11:30.615Z[ recovery-image] Jul 08 18:11:29.820 INFO O| Jul 08 18:11:29.820 INFO O| Planning: Fetching manifests: 1/1 100% complete
49492026-07-08T18:11:30.630Z[ recovery-image] Jul 08 18:11:29.834 INFO O| Jul 08 18:11:29.834 INFO O| Planning: Package planning ... Done
49502026-07-08T18:11:30.633Z[ recovery-image] Jul 08 18:11:29.834 INFO O| Jul 08 18:11:29.834 INFO O| Planning: Merging actions ... Done
49512026-07-08T18:11:30.685Z[ recovery-image] Jul 08 18:11:29.890 INFO O| Jul 08 18:11:29.890 INFO O| Planning: Checking for conflicting actions ... Done
49522026-07-08T18:11:30.689Z[ recovery-image] Jul 08 18:11:29.890 INFO O| Jul 08 18:11:29.890 INFO O| Planning: Consolidating action changes ... Done
49532026-07-08T18:11:30.747Z[ host-image] Jul 08 18:11:29.952 INFO O| Jul 08 18:11:29.952 INFO O| Startup: Refreshing catalog 'helios' ... Done
49542026-07-08T18:11:30.779Z[ recovery-image] Jul 08 18:11:29.985 INFO O| Jul 08 18:11:29.985 INFO O| Planning: Evaluating mediators ... Done
49552026-07-08T18:11:30.787Z[ recovery-image] Jul 08 18:11:29.985 INFO O| Jul 08 18:11:29.985 INFO O| Planning: Planning completed in 0.36 seconds
49562026-07-08T18:11:30.787Z[ recovery-image] Jul 08 18:11:29.985 INFO O| Jul 08 18:11:29.985 INFO O| Packages to install: 1
49572026-07-08T18:11:30.792Z[ recovery-image] Jul 08 18:11:29.997 INFO O| Jul 08 18:11:29.997 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
49582026-07-08T18:11:30.872Z[ host-image] Jul 08 18:11:30.077 INFO O| Jul 08 18:11:30.077 INFO O| Startup: Caching catalogs ... Done
49592026-07-08T18:11:30.893Z[ recovery-image] Jul 08 18:11:30.099 INFO O| Jul 08 18:11:30.099 INFO O| Download: Completed 13.06 MB in 0.10 seconds (128M/s)
49602026-07-08T18:11:30.912Z[ recovery-image] Jul 08 18:11:30.117 INFO O| Jul 08 18:11:30.117 INFO O| Actions: 1/22 actions (Installing new actions)
49612026-07-08T18:11:31.057Z[ host-image] Jul 08 18:11:30.262 INFO O| Jul 08 18:11:30.262 INFO O| Planning: Solver setup ... Done
49622026-07-08T18:11:31.063Z[ host-image] Jul 08 18:11:30.267 INFO O| Jul 08 18:11:30.267 INFO O| Planning: Running solver ... Done
49632026-07-08T18:11:31.067Z[ host-image] Jul 08 18:11:30.272 INFO O| Jul 08 18:11:30.272 INFO O| Planning: Finding local manifests ... Done
49642026-07-08T18:11:31.081Z[ host-image] Jul 08 18:11:30.286 INFO O| Jul 08 18:11:30.286 INFO O| Planning: Fetching manifests: 0/6 0% complete
49652026-07-08T18:11:31.117Z[ host-image] Jul 08 18:11:30.323 INFO O| Jul 08 18:11:30.323 INFO O| Planning: Fetching manifests: 6/6 100% complete
49662026-07-08T18:11:31.125Z[ recovery-image] Jul 08 18:11:30.330 INFO O| Jul 08 18:11:30.330 INFO O| Actions: Completed 22 actions in 0.21 seconds.
49672026-07-08T18:11:31.138Z[ host-image] Jul 08 18:11:30.342 INFO O| Jul 08 18:11:30.342 INFO O| Planning: Package planning ... Done
49682026-07-08T18:11:31.142Z[ recovery-image] Jul 08 18:11:30.344 INFO O| Jul 08 18:11:30.344 INFO O| Finalize: Updating package state database ... Done
49692026-07-08T18:11:31.142Z[ recovery-image] Jul 08 18:11:30.344 INFO O| Jul 08 18:11:30.344 INFO O| Finalize: Updating package cache ... Done
49702026-07-08T18:11:31.142Z[ host-image] Jul 08 18:11:30.344 INFO O| Jul 08 18:11:30.344 INFO O| Planning: Merging actions ... Done
49712026-07-08T18:11:31.172Z[ recovery-image] Jul 08 18:11:30.376 INFO O| Jul 08 18:11:30.376 INFO O| Finalize: Updating image state ... Done
49722026-07-08T18:11:31.239Z[ host-image] Jul 08 18:11:30.442 INFO O| Jul 08 18:11:30.442 INFO O| Planning: Checking for conflicting actions ... Done
49732026-07-08T18:11:31.243Z[ host-image] Jul 08 18:11:30.443 INFO O| Jul 08 18:11:30.443 INFO O| Planning: Consolidating action changes ... Done
49742026-07-08T18:11:31.370Z[ host-image] Jul 08 18:11:30.575 INFO O| Jul 08 18:11:30.575 INFO O| Planning: Evaluating mediators ... Done
49752026-07-08T18:11:31.375Z[ host-image] Jul 08 18:11:30.576 INFO O| Jul 08 18:11:30.576 INFO O| Planning: Planning completed in 0.49 seconds
49762026-07-08T18:11:31.376Z[ host-image] Jul 08 18:11:30.576 INFO O| Jul 08 18:11:30.576 INFO O| Packages to install: 6
49772026-07-08T18:11:31.376Z[ host-image] Jul 08 18:11:30.576 INFO O| Jul 08 18:11:30.576 INFO O| Services to change: 2
49782026-07-08T18:11:31.381Z[ host-image] Jul 08 18:11:30.587 INFO O| Jul 08 18:11:30.587 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
49792026-07-08T18:11:31.669Z[ recovery-image] Jul 08 18:11:30.873 INFO O| Jul 08 18:11:30.873 INFO O| Finalize: Creating fast lookup database ... Done
49802026-07-08T18:11:31.682Z[ recovery-image] Jul 08 18:11:30.886 INFO O| Jul 08 18:11:30.886 INFO O| Finalize: Reading search index ... Done
49812026-07-08T18:11:31.682Z[ recovery-image] Jul 08 18:11:30.886 INFO O| Jul 08 18:11:30.886 INFO O| Finalize: Updating search index ... Done
49822026-07-08T18:11:31.716Z[ recovery-image] Jul 08 18:11:30.896 INFO O| Jul 08 18:11:30.896 INFO O| Finalize: Updating package cache ... Done
49832026-07-08T18:11:31.837Z[ recovery-image] Jul 08 18:11:31.025 INFO O| Jul 08 18:11:31.025 INFO STEP 14 (pkg_install) COMPLETE
49842026-07-08T18:11:31.837Z[ recovery-image] Jul 08 18:11:31.025 INFO O| Jul 08 18:11:31.025 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49852026-07-08T18:11:31.837Z[ recovery-image] Jul 08 18:11:31.025 INFO O| Jul 08 18:11:31.025 INFO skip step because feature "mfg" is not enabled
49862026-07-08T18:11:31.850Z[ recovery-image] Jul 08 18:11:31.025 INFO O| Jul 08 18:11:31.025 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49872026-07-08T18:11:31.851Z[ recovery-image] Jul 08 18:11:31.025 INFO O| Jul 08 18:11:31.025 INFO skip step because feature "compliance" is not enabled
49882026-07-08T18:11:31.851Z[ recovery-image] Jul 08 18:11:31.025 INFO O| Jul 08 18:11:31.025 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49892026-07-08T18:11:31.851Z[ recovery-image] Jul 08 18:11:31.025 INFO O| Jul 08 18:11:31.025 INFO skip step because feature "stress" is not enabled
49902026-07-08T18:11:31.851Z[ recovery-image] Jul 08 18:11:31.025 INFO O| Jul 08 18:11:31.025 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49912026-07-08T18:11:31.851Z[ recovery-image] Jul 08 18:11:31.025 INFO O| Jul 08 18:11:31.025 INFO skip step because feature "compliance" is not enabled
49922026-07-08T18:11:31.851Z[ recovery-image] Jul 08 18:11:31.025 INFO O| Jul 08 18:11:31.025 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49932026-07-08T18:11:31.851Z[ recovery-image] Jul 08 18:11:31.025 INFO O| Jul 08 18:11:31.025 INFO skip step because feature "nfs" is not enabled
49942026-07-08T18:11:31.851Z[ recovery-image] Jul 08 18:11:31.025 INFO O| Jul 08 18:11:31.025 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49952026-07-08T18:11:31.851Z[ recovery-image] Jul 08 18:11:31.025 INFO O| Jul 08 18:11:31.025 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49962026-07-08T18:11:32.249Z[ recovery-image] Jul 08 18:11:31.454 INFO O| Jul 08 18:11:31.454 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49972026-07-08T18:11:32.373Z[ recovery-image] Jul 08 18:11:31.578 INFO O| Jul 08 18:11:31.578 INFO completed processing sled/ramdisk-01-os
49982026-07-08T18:11:32.382Z[ recovery-image] Jul 08 18:11:31.581 INFO image builder template: ramdisk-02-trim...
49992026-07-08T18:11:32.382Z[ recovery-image] Jul 08 18:11:31.581 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/.tmp1xsBdg/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
50002026-07-08T18:11:32.399Z[ recovery-image] Jul 08 18:11:31.600 INFO O| Jul 08 18:11:31.600 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50012026-07-08T18:11:32.403Z[ recovery-image] Jul 08 18:11:31.605 INFO O| Jul 08 18:11:31.605 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50022026-07-08T18:11:32.671Z[ recovery-image] Jul 08 18:11:31.776 INFO O| Jul 08 18:11:31.776 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50032026-07-08T18:11:32.688Z[ recovery-image] Jul 08 18:11:31.856 INFO O| Jul 08 18:11:31.855 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50042026-07-08T18:11:32.688Z[ recovery-image] Jul 08 18:11:31.856 INFO O| Jul 08 18:11:31.856 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50052026-07-08T18:11:32.694Z[ recovery-image] Jul 08 18:11:31.861 INFO O| Jul 08 18:11:31.861 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50062026-07-08T18:11:32.694Z[ recovery-image] Jul 08 18:11:31.865 INFO O| Jul 08 18:11:31.865 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50072026-07-08T18:11:32.694Z[ recovery-image] Jul 08 18:11:31.869 INFO O| Jul 08 18:11:31.869 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50082026-07-08T18:11:33.078Z[ recovery-image] Jul 08 18:11:32.283 INFO O| Jul 08 18:11:32.283 INFO rolled back to input snapshot; work may begin
50092026-07-08T18:11:33.078Z[ recovery-image] Jul 08 18:11:32.283 INFO O| Jul 08 18:11:32.283 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50102026-07-08T18:11:33.092Z[ recovery-image] Jul 08 18:11:32.288 INFO O| Jul 08 18:11:32.288 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50112026-07-08T18:11:33.098Z[ recovery-image] Jul 08 18:11:32.297 INFO O| Jul 08 18:11:32.297 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50122026-07-08T18:11:33.140Z[ recovery-image] Jul 08 18:11:32.333 INFO O| Jul 08 18:11:32.333 INFO STEP 0 (remove_files) COMPLETE
50132026-07-08T18:11:33.167Z[ recovery-image] Jul 08 18:11:32.333 INFO O| Jul 08 18:11:32.333 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50142026-07-08T18:11:33.216Z[ recovery-image] Jul 08 18:11:32.345 INFO O| Jul 08 18:11:32.345 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50152026-07-08T18:11:33.216Z[ recovery-image] Jul 08 18:11:32.346 INFO O| Jul 08 18:11:32.346 INFO STEP 1 (remove_files) COMPLETE
50162026-07-08T18:11:33.216Z[ recovery-image] Jul 08 18:11:32.346 INFO O| Jul 08 18:11:32.346 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50172026-07-08T18:11:33.243Z[ recovery-image] Jul 08 18:11:32.357 INFO O| Jul 08 18:11:32.357 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50182026-07-08T18:11:33.243Z[ recovery-image] Jul 08 18:11:32.369 INFO O| Jul 08 18:11:32.368 INFO STEP 2 (remove_files) COMPLETE
50192026-07-08T18:11:33.243Z[ recovery-image] Jul 08 18:11:32.369 INFO O| Jul 08 18:11:32.369 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50202026-07-08T18:11:33.243Z[ recovery-image] Jul 08 18:11:32.378 INFO O| Jul 08 18:11:32.378 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50212026-07-08T18:11:33.244Z[ recovery-image] Jul 08 18:11:32.379 INFO O| Jul 08 18:11:32.379 INFO STEP 3 (remove_files) COMPLETE
50222026-07-08T18:11:33.244Z[ recovery-image] Jul 08 18:11:32.379 INFO O| Jul 08 18:11:32.379 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50232026-07-08T18:11:33.256Z[ host-image] Jul 08 18:11:32.388 INFO O| Jul 08 18:11:32.388 INFO O| Download: Completed 1.75 MB in 1.80 seconds (992k/s)
50242026-07-08T18:11:33.280Z[ recovery-image] Jul 08 18:11:32.390 INFO O| Jul 08 18:11:32.390 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50252026-07-08T18:11:33.280Z[ recovery-image] Jul 08 18:11:32.393 INFO O| Jul 08 18:11:32.393 INFO STEP 4 (remove_files) COMPLETE
50262026-07-08T18:11:33.280Z[ recovery-image] Jul 08 18:11:32.393 INFO O| Jul 08 18:11:32.393 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50272026-07-08T18:11:33.280Z[ recovery-image] Jul 08 18:11:32.404 INFO O| Jul 08 18:11:32.404 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50282026-07-08T18:11:33.280Z[ recovery-image] Jul 08 18:11:32.404 INFO O| Jul 08 18:11:32.404 INFO STEP 5 (remove_files) COMPLETE
50292026-07-08T18:11:33.280Z[ recovery-image] Jul 08 18:11:32.404 INFO O| Jul 08 18:11:32.404 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-07-08T18:11:33.280Z[ host-image] Jul 08 18:11:32.409 INFO O| Jul 08 18:11:32.409 INFO O| Actions: 1/390 actions (Installing new actions)
50312026-07-08T18:11:33.280Z[ recovery-image] Jul 08 18:11:32.415 INFO O| Jul 08 18:11:32.415 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50322026-07-08T18:11:33.280Z[ recovery-image] Jul 08 18:11:32.426 INFO O| Jul 08 18:11:32.426 INFO STEP 6 (remove_files) COMPLETE
50332026-07-08T18:11:33.280Z[ recovery-image] Jul 08 18:11:32.426 INFO O| Jul 08 18:11:32.426 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50342026-07-08T18:11:33.280Z[ recovery-image] Jul 08 18:11:32.426 INFO O| Jul 08 18:11:32.426 INFO skip step because feature "heliosv2" is not enabled
50352026-07-08T18:11:33.280Z[ recovery-image] Jul 08 18:11:32.426 INFO O| Jul 08 18:11:32.426 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50362026-07-08T18:11:33.280Z[ recovery-image] Jul 08 18:11:32.426 INFO O| Jul 08 18:11:32.426 INFO skip step because feature "recovery" is enabled
50372026-07-08T18:11:33.281Z[ recovery-image] Jul 08 18:11:32.426 INFO O| Jul 08 18:11:32.426 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50382026-07-08T18:11:33.281Z[ recovery-image] Jul 08 18:11:32.426 INFO O| Jul 08 18:11:32.426 INFO skip step because feature "recovery" is enabled
50392026-07-08T18:11:33.281Z[ recovery-image] Jul 08 18:11:32.426 INFO O| Jul 08 18:11:32.426 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50402026-07-08T18:11:33.320Z[ recovery-image] Jul 08 18:11:32.426 INFO O| Jul 08 18:11:32.426 INFO skip step because feature "recovery" is enabled
50412026-07-08T18:11:33.320Z[ recovery-image] Jul 08 18:11:32.426 INFO O| Jul 08 18:11:32.426 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-07-08T18:11:33.320Z[ recovery-image] Jul 08 18:11:32.437 INFO O| Jul 08 18:11:32.437 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50432026-07-08T18:11:33.320Z[ recovery-image] Jul 08 18:11:32.439 INFO O| Jul 08 18:11:32.439 INFO STEP 11 (remove_files) COMPLETE
50442026-07-08T18:11:33.320Z[ recovery-image] Jul 08 18:11:32.439 INFO O| Jul 08 18:11:32.439 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-07-08T18:11:33.320Z[ recovery-image] Jul 08 18:11:32.450 INFO O| Jul 08 18:11:32.450 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50462026-07-08T18:11:33.320Z[ recovery-image] Jul 08 18:11:32.451 INFO O| Jul 08 18:11:32.451 INFO STEP 12 (remove_files) COMPLETE
50472026-07-08T18:11:33.320Z[ recovery-image] Jul 08 18:11:32.451 INFO O| Jul 08 18:11:32.451 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-07-08T18:11:33.377Z[ recovery-image] Jul 08 18:11:32.462 INFO O| Jul 08 18:11:32.462 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50492026-07-08T18:11:33.377Z[ recovery-image] Jul 08 18:11:32.463 INFO O| Jul 08 18:11:32.463 INFO STEP 13 (remove_files) COMPLETE
50502026-07-08T18:11:33.377Z[ recovery-image] Jul 08 18:11:32.463 INFO O| Jul 08 18:11:32.463 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-07-08T18:11:33.377Z[ recovery-image] Jul 08 18:11:32.486 INFO O| Jul 08 18:11:32.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50522026-07-08T18:11:33.377Z[ recovery-image] Jul 08 18:11:32.490 INFO O| Jul 08 18:11:32.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50532026-07-08T18:11:33.401Z[ host-image] Jul 08 18:11:32.549 INFO O| Jul 08 18:11:32.549 INFO O| Actions: Completed 390 actions in 0.14 seconds.
50542026-07-08T18:11:33.402Z[ host-image] Jul 08 18:11:32.562 INFO O| Jul 08 18:11:32.562 INFO O| Finalize: Updating package state database ... Done
50552026-07-08T18:11:33.402Z[ host-image] Jul 08 18:11:32.562 INFO O| Jul 08 18:11:32.562 INFO O| Finalize: Updating package cache ... Done
50562026-07-08T18:11:33.411Z[ host-image] Jul 08 18:11:32.595 INFO O| Jul 08 18:11:32.595 INFO O| Finalize: Updating image state ... Done
50572026-07-08T18:11:33.424Z[ recovery-image] Jul 08 18:11:32.629 INFO O| Jul 08 18:11:32.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50582026-07-08T18:11:33.429Z[ recovery-image] Jul 08 18:11:32.630 INFO O| Jul 08 18:11:32.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50592026-07-08T18:11:33.429Z[ recovery-image] Jul 08 18:11:32.630 INFO O| Jul 08 18:11:32.630 INFO STEP 14 (remove_files) COMPLETE
50602026-07-08T18:11:33.429Z[ recovery-image] Jul 08 18:11:32.630 INFO O| Jul 08 18:11:32.630 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-07-08T18:11:33.446Z[ recovery-image] Jul 08 18:11:32.647 INFO O| Jul 08 18:11:32.646 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50622026-07-08T18:11:33.446Z[ recovery-image] Jul 08 18:11:32.647 INFO O| Jul 08 18:11:32.647 INFO STEP 15 (remove_files) COMPLETE
50632026-07-08T18:11:33.446Z[ recovery-image] Jul 08 18:11:32.647 INFO O| Jul 08 18:11:32.647 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-07-08T18:11:33.455Z[ recovery-image] Jul 08 18:11:32.661 INFO O| Jul 08 18:11:32.660 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50652026-07-08T18:11:33.461Z[ recovery-image] Jul 08 18:11:32.667 INFO O| Jul 08 18:11:32.666 INFO STEP 16 (remove_files) COMPLETE
50662026-07-08T18:11:33.461Z[ recovery-image] Jul 08 18:11:32.667 INFO O| Jul 08 18:11:32.666 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50672026-07-08T18:11:33.484Z[ recovery-image] Jul 08 18:11:32.689 INFO O| Jul 08 18:11:32.688 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50682026-07-08T18:11:33.488Z[ recovery-image] Jul 08 18:11:32.689 INFO O| Jul 08 18:11:32.689 INFO STEP 17 (remove_files) COMPLETE
50692026-07-08T18:11:33.488Z[ recovery-image] Jul 08 18:11:32.689 INFO O| Jul 08 18:11:32.689 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-07-08T18:11:33.497Z[ recovery-image] Jul 08 18:11:32.703 INFO O| Jul 08 18:11:32.703 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50712026-07-08T18:11:33.503Z[ recovery-image] Jul 08 18:11:32.705 INFO O| Jul 08 18:11:32.705 INFO STEP 18 (remove_files) COMPLETE
50722026-07-08T18:11:33.503Z[ recovery-image] Jul 08 18:11:32.705 INFO O| Jul 08 18:11:32.705 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50732026-07-08T18:11:33.512Z[ recovery-image] Jul 08 18:11:32.717 INFO O| Jul 08 18:11:32.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50742026-07-08T18:11:33.517Z[ recovery-image] Jul 08 18:11:32.717 INFO O| Jul 08 18:11:32.717 INFO STEP 19 (remove_files) COMPLETE
50752026-07-08T18:11:33.517Z[ recovery-image] Jul 08 18:11:32.718 INFO O| Jul 08 18:11:32.718 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50762026-07-08T18:11:33.525Z[ recovery-image] Jul 08 18:11:32.730 INFO O| Jul 08 18:11:32.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50772026-07-08T18:11:33.528Z[ recovery-image] Jul 08 18:11:32.730 INFO O| Jul 08 18:11:32.730 INFO STEP 20 (remove_files) COMPLETE
50782026-07-08T18:11:33.528Z[ recovery-image] Jul 08 18:11:32.730 INFO O| Jul 08 18:11:32.730 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50792026-07-08T18:11:33.536Z[ recovery-image] Jul 08 18:11:32.741 INFO O| Jul 08 18:11:32.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50802026-07-08T18:11:33.536Z[ recovery-image] Jul 08 18:11:32.741 INFO O| Jul 08 18:11:32.741 INFO STEP 21 (remove_files) COMPLETE
50812026-07-08T18:11:33.539Z[ recovery-image] Jul 08 18:11:32.741 INFO O| Jul 08 18:11:32.741 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50822026-07-08T18:11:33.546Z[ recovery-image] Jul 08 18:11:32.752 INFO O| Jul 08 18:11:32.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50832026-07-08T18:11:33.546Z[ recovery-image] Jul 08 18:11:32.752 INFO O| Jul 08 18:11:32.752 INFO STEP 22 (remove_files) COMPLETE
50842026-07-08T18:11:33.550Z[ recovery-image] Jul 08 18:11:32.752 INFO O| Jul 08 18:11:32.752 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50852026-07-08T18:11:33.561Z[ recovery-image] Jul 08 18:11:32.766 INFO O| Jul 08 18:11:32.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50862026-07-08T18:11:33.561Z[ recovery-image] Jul 08 18:11:32.766 INFO O| Jul 08 18:11:32.766 INFO STEP 23 (remove_files) COMPLETE
50872026-07-08T18:11:33.561Z[ recovery-image] Jul 08 18:11:32.766 INFO O| Jul 08 18:11:32.766 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50882026-07-08T18:11:33.574Z[ recovery-image] Jul 08 18:11:32.779 INFO O| Jul 08 18:11:32.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50892026-07-08T18:11:33.574Z[ recovery-image] Jul 08 18:11:32.780 INFO O| Jul 08 18:11:32.779 INFO STEP 24 (remove_files) COMPLETE
50902026-07-08T18:11:33.578Z[ recovery-image] Jul 08 18:11:32.780 INFO O| Jul 08 18:11:32.780 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50912026-07-08T18:11:33.588Z[ recovery-image] Jul 08 18:11:32.794 INFO O| Jul 08 18:11:32.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50922026-07-08T18:11:33.589Z[ recovery-image] Jul 08 18:11:32.794 INFO O| Jul 08 18:11:32.794 INFO STEP 25 (remove_files) COMPLETE
50932026-07-08T18:11:33.592Z[ recovery-image] Jul 08 18:11:32.794 INFO O| Jul 08 18:11:32.794 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50942026-07-08T18:11:33.602Z[ recovery-image] Jul 08 18:11:32.808 INFO O| Jul 08 18:11:32.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50952026-07-08T18:11:33.602Z[ recovery-image] Jul 08 18:11:32.808 INFO O| Jul 08 18:11:32.808 INFO STEP 26 (remove_files) COMPLETE
50962026-07-08T18:11:33.605Z[ recovery-image] Jul 08 18:11:32.808 INFO O| Jul 08 18:11:32.808 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50972026-07-08T18:11:33.616Z[ recovery-image] Jul 08 18:11:32.822 INFO O| Jul 08 18:11:32.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50982026-07-08T18:11:33.617Z[ recovery-image] Jul 08 18:11:32.822 INFO O| Jul 08 18:11:32.822 INFO STEP 27 (remove_files) COMPLETE
50992026-07-08T18:11:33.621Z[ recovery-image] Jul 08 18:11:32.822 INFO O| Jul 08 18:11:32.822 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51002026-07-08T18:11:33.630Z[ recovery-image] Jul 08 18:11:32.832 INFO O| Jul 08 18:11:32.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51012026-07-08T18:11:33.630Z[ recovery-image] Jul 08 18:11:32.832 INFO O| Jul 08 18:11:32.832 INFO STEP 28 (remove_files) COMPLETE
51022026-07-08T18:11:33.630Z[ recovery-image] Jul 08 18:11:32.832 INFO O| Jul 08 18:11:32.832 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51032026-07-08T18:11:33.636Z[ recovery-image] Jul 08 18:11:32.842 INFO O| Jul 08 18:11:32.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51042026-07-08T18:11:33.636Z[ recovery-image] Jul 08 18:11:32.842 INFO O| Jul 08 18:11:32.842 INFO STEP 29 (remove_files) COMPLETE
51052026-07-08T18:11:33.639Z[ recovery-image] Jul 08 18:11:32.842 INFO O| Jul 08 18:11:32.842 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51062026-07-08T18:11:33.653Z[ recovery-image] Jul 08 18:11:32.858 INFO O| Jul 08 18:11:32.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51072026-07-08T18:11:33.653Z[ recovery-image] Jul 08 18:11:32.858 INFO O| Jul 08 18:11:32.858 INFO STEP 30 (remove_files) COMPLETE
51082026-07-08T18:11:33.653Z[ recovery-image] Jul 08 18:11:32.858 INFO O| Jul 08 18:11:32.858 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51092026-07-08T18:11:33.668Z[ recovery-image] Jul 08 18:11:32.873 INFO O| Jul 08 18:11:32.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51102026-07-08T18:11:33.669Z[ recovery-image] Jul 08 18:11:32.873 INFO O| Jul 08 18:11:32.873 INFO STEP 31 (remove_files) COMPLETE
51112026-07-08T18:11:33.674Z[ recovery-image] Jul 08 18:11:32.873 INFO O| Jul 08 18:11:32.873 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51122026-07-08T18:11:33.687Z[ recovery-image] Jul 08 18:11:32.892 INFO O| Jul 08 18:11:32.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51132026-07-08T18:11:33.688Z[ recovery-image] Jul 08 18:11:32.892 INFO O| Jul 08 18:11:32.892 INFO STEP 32 (remove_files) COMPLETE
51142026-07-08T18:11:33.688Z[ recovery-image] Jul 08 18:11:32.892 INFO O| Jul 08 18:11:32.892 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-07-08T18:11:33.699Z[ recovery-image] Jul 08 18:11:32.904 INFO O| Jul 08 18:11:32.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51162026-07-08T18:11:33.699Z[ recovery-image] Jul 08 18:11:32.905 INFO O| Jul 08 18:11:32.905 INFO STEP 33 (remove_files) COMPLETE
51172026-07-08T18:11:33.710Z[ recovery-image] Jul 08 18:11:32.905 INFO O| Jul 08 18:11:32.905 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51182026-07-08T18:11:33.715Z[ recovery-image] Jul 08 18:11:32.920 INFO O| Jul 08 18:11:32.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51192026-07-08T18:11:33.716Z[ recovery-image] Jul 08 18:11:32.921 INFO O| Jul 08 18:11:32.920 INFO STEP 34 (remove_files) COMPLETE
51202026-07-08T18:11:33.716Z[ recovery-image] Jul 08 18:11:32.921 INFO O| Jul 08 18:11:32.920 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-07-08T18:11:33.731Z[ recovery-image] Jul 08 18:11:32.936 INFO O| Jul 08 18:11:32.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51222026-07-08T18:11:33.731Z[ recovery-image] Jul 08 18:11:32.936 INFO O| Jul 08 18:11:32.936 INFO STEP 35 (remove_files) COMPLETE
51232026-07-08T18:11:33.734Z[ recovery-image] Jul 08 18:11:32.936 INFO O| Jul 08 18:11:32.936 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-07-08T18:11:33.750Z[ recovery-image] Jul 08 18:11:32.952 INFO O| Jul 08 18:11:32.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51252026-07-08T18:11:33.754Z[ recovery-image] Jul 08 18:11:32.953 INFO O| Jul 08 18:11:32.952 INFO STEP 36 (remove_files) COMPLETE
51262026-07-08T18:11:33.754Z[ recovery-image] Jul 08 18:11:32.953 INFO O| Jul 08 18:11:32.953 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-07-08T18:11:33.763Z[ recovery-image] Jul 08 18:11:32.965 INFO O| Jul 08 18:11:32.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51282026-07-08T18:11:33.763Z[ recovery-image] Jul 08 18:11:32.965 INFO O| Jul 08 18:11:32.965 INFO STEP 37 (remove_files) COMPLETE
51292026-07-08T18:11:33.763Z[ recovery-image] Jul 08 18:11:32.965 INFO O| Jul 08 18:11:32.965 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-07-08T18:11:33.770Z[ recovery-image] Jul 08 18:11:32.975 INFO O| Jul 08 18:11:32.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51312026-07-08T18:11:33.770Z[ recovery-image] Jul 08 18:11:32.975 INFO O| Jul 08 18:11:32.975 INFO STEP 38 (remove_files) COMPLETE
51322026-07-08T18:11:33.770Z[ recovery-image] Jul 08 18:11:32.975 INFO O| Jul 08 18:11:32.975 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-07-08T18:11:33.786Z[ recovery-image] Jul 08 18:11:32.989 INFO O| Jul 08 18:11:32.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51342026-07-08T18:11:33.786Z[ recovery-image] Jul 08 18:11:32.989 INFO O| Jul 08 18:11:32.989 INFO STEP 39 (remove_files) COMPLETE
51352026-07-08T18:11:33.786Z[ recovery-image] Jul 08 18:11:32.989 INFO O| Jul 08 18:11:32.989 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-07-08T18:11:33.799Z[ recovery-image] Jul 08 18:11:33.005 INFO O| Jul 08 18:11:33.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51372026-07-08T18:11:33.799Z[ recovery-image] Jul 08 18:11:33.005 INFO O| Jul 08 18:11:33.005 INFO STEP 40 (remove_files) COMPLETE
51382026-07-08T18:11:33.803Z[ recovery-image] Jul 08 18:11:33.005 INFO O| Jul 08 18:11:33.005 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51392026-07-08T18:11:33.812Z[ recovery-image] Jul 08 18:11:33.018 INFO O| Jul 08 18:11:33.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51402026-07-08T18:11:33.816Z[ recovery-image] Jul 08 18:11:33.018 INFO O| Jul 08 18:11:33.018 INFO STEP 41 (remove_files) COMPLETE
51412026-07-08T18:11:33.818Z[ recovery-image] Jul 08 18:11:33.018 INFO O| Jul 08 18:11:33.018 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-07-08T18:11:33.824Z[ recovery-image] Jul 08 18:11:33.029 INFO O| Jul 08 18:11:33.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51432026-07-08T18:11:33.824Z[ recovery-image] Jul 08 18:11:33.029 INFO O| Jul 08 18:11:33.029 INFO STEP 42 (remove_files) COMPLETE
51442026-07-08T18:11:33.827Z[ recovery-image] Jul 08 18:11:33.029 INFO O| Jul 08 18:11:33.029 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-07-08T18:11:33.832Z[ recovery-image] Jul 08 18:11:33.038 INFO O| Jul 08 18:11:33.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51462026-07-08T18:11:33.836Z[ recovery-image] Jul 08 18:11:33.038 INFO O| Jul 08 18:11:33.038 INFO STEP 43 (remove_files) COMPLETE
51472026-07-08T18:11:33.837Z[ recovery-image] Jul 08 18:11:33.038 INFO O| Jul 08 18:11:33.038 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-07-08T18:11:33.845Z[ recovery-image] Jul 08 18:11:33.050 INFO O| Jul 08 18:11:33.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51492026-07-08T18:11:33.845Z[ recovery-image] Jul 08 18:11:33.051 INFO O| Jul 08 18:11:33.050 INFO STEP 44 (remove_files) COMPLETE
51502026-07-08T18:11:33.856Z[ recovery-image] Jul 08 18:11:33.051 INFO O| Jul 08 18:11:33.050 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-07-08T18:11:33.856Z[ recovery-image] Jul 08 18:11:33.061 INFO O| Jul 08 18:11:33.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51522026-07-08T18:11:33.856Z[ recovery-image] Jul 08 18:11:33.061 INFO O| Jul 08 18:11:33.061 INFO STEP 45 (remove_files) COMPLETE
51532026-07-08T18:11:33.856Z[ recovery-image] Jul 08 18:11:33.061 INFO O| Jul 08 18:11:33.061 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-07-08T18:11:33.868Z[ recovery-image] Jul 08 18:11:33.073 INFO O| Jul 08 18:11:33.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51552026-07-08T18:11:33.868Z[ recovery-image] Jul 08 18:11:33.073 INFO O| Jul 08 18:11:33.073 INFO STEP 46 (remove_files) COMPLETE
51562026-07-08T18:11:33.872Z[ recovery-image] Jul 08 18:11:33.073 INFO O| Jul 08 18:11:33.073 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-07-08T18:11:33.880Z[ recovery-image] Jul 08 18:11:33.084 INFO O| Jul 08 18:11:33.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51582026-07-08T18:11:33.881Z[ recovery-image] Jul 08 18:11:33.084 INFO O| Jul 08 18:11:33.084 INFO STEP 47 (remove_files) COMPLETE
51592026-07-08T18:11:33.881Z[ recovery-image] Jul 08 18:11:33.084 INFO O| Jul 08 18:11:33.084 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51602026-07-08T18:11:33.890Z[ recovery-image] Jul 08 18:11:33.095 INFO O| Jul 08 18:11:33.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51612026-07-08T18:11:33.890Z[ recovery-image] Jul 08 18:11:33.095 INFO O| Jul 08 18:11:33.095 INFO STEP 48 (remove_files) COMPLETE
51622026-07-08T18:11:33.894Z[ recovery-image] Jul 08 18:11:33.095 INFO O| Jul 08 18:11:33.095 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-07-08T18:11:33.900Z[ recovery-image] Jul 08 18:11:33.105 INFO O| Jul 08 18:11:33.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51642026-07-08T18:11:33.900Z[ recovery-image] Jul 08 18:11:33.105 INFO O| Jul 08 18:11:33.105 INFO STEP 49 (remove_files) COMPLETE
51652026-07-08T18:11:33.902Z[ recovery-image] Jul 08 18:11:33.105 INFO O| Jul 08 18:11:33.105 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51662026-07-08T18:11:33.912Z[ recovery-image] Jul 08 18:11:33.117 INFO O| Jul 08 18:11:33.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51672026-07-08T18:11:33.912Z[ recovery-image] Jul 08 18:11:33.117 INFO O| Jul 08 18:11:33.117 INFO STEP 50 (remove_files) COMPLETE
51682026-07-08T18:11:33.912Z[ recovery-image] Jul 08 18:11:33.117 INFO O| Jul 08 18:11:33.117 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51692026-07-08T18:11:33.924Z[ recovery-image] Jul 08 18:11:33.129 INFO O| Jul 08 18:11:33.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51702026-07-08T18:11:33.924Z[ recovery-image] Jul 08 18:11:33.129 INFO O| Jul 08 18:11:33.129 INFO STEP 51 (remove_files) COMPLETE
51712026-07-08T18:11:33.924Z[ recovery-image] Jul 08 18:11:33.129 INFO O| Jul 08 18:11:33.129 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51722026-07-08T18:11:33.937Z[ recovery-image] Jul 08 18:11:33.141 INFO O| Jul 08 18:11:33.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51732026-07-08T18:11:33.937Z[ recovery-image] Jul 08 18:11:33.141 INFO O| Jul 08 18:11:33.141 INFO STEP 52 (remove_files) COMPLETE
51742026-07-08T18:11:33.937Z[ recovery-image] Jul 08 18:11:33.141 INFO O| Jul 08 18:11:33.141 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51752026-07-08T18:11:33.949Z[ recovery-image] Jul 08 18:11:33.154 INFO O| Jul 08 18:11:33.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51762026-07-08T18:11:33.952Z[ recovery-image] Jul 08 18:11:33.154 INFO O| Jul 08 18:11:33.154 INFO STEP 53 (remove_files) COMPLETE
51772026-07-08T18:11:33.952Z[ recovery-image] Jul 08 18:11:33.154 INFO O| Jul 08 18:11:33.154 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51782026-07-08T18:11:33.960Z[ recovery-image] Jul 08 18:11:33.165 INFO O| Jul 08 18:11:33.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51792026-07-08T18:11:33.963Z[ recovery-image] Jul 08 18:11:33.165 INFO O| Jul 08 18:11:33.165 INFO STEP 54 (remove_files) COMPLETE
51802026-07-08T18:11:33.963Z[ recovery-image] Jul 08 18:11:33.165 INFO O| Jul 08 18:11:33.165 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51812026-07-08T18:11:33.970Z[ recovery-image] Jul 08 18:11:33.176 INFO O| Jul 08 18:11:33.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51822026-07-08T18:11:33.971Z[ recovery-image] Jul 08 18:11:33.176 INFO O| Jul 08 18:11:33.176 INFO STEP 55 (remove_files) COMPLETE
51832026-07-08T18:11:33.974Z[ recovery-image] Jul 08 18:11:33.176 INFO O| Jul 08 18:11:33.176 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51842026-07-08T18:11:33.983Z[ recovery-image] Jul 08 18:11:33.188 INFO O| Jul 08 18:11:33.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51852026-07-08T18:11:33.983Z[ recovery-image] Jul 08 18:11:33.188 INFO O| Jul 08 18:11:33.188 INFO STEP 56 (remove_files) COMPLETE
51862026-07-08T18:11:33.986Z[ recovery-image] Jul 08 18:11:33.188 INFO O| Jul 08 18:11:33.188 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51872026-07-08T18:11:33.999Z[ recovery-image] Jul 08 18:11:33.200 INFO O| Jul 08 18:11:33.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51882026-07-08T18:11:33.999Z[ recovery-image] Jul 08 18:11:33.200 INFO O| Jul 08 18:11:33.200 INFO STEP 57 (remove_files) COMPLETE
51892026-07-08T18:11:33.999Z[ recovery-image] Jul 08 18:11:33.200 INFO O| Jul 08 18:11:33.200 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51902026-07-08T18:11:34.005Z[ recovery-image] Jul 08 18:11:33.211 INFO O| Jul 08 18:11:33.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51912026-07-08T18:11:34.005Z[ recovery-image] Jul 08 18:11:33.211 INFO O| Jul 08 18:11:33.211 INFO STEP 58 (remove_files) COMPLETE
51922026-07-08T18:11:34.006Z[ recovery-image] Jul 08 18:11:33.211 INFO O| Jul 08 18:11:33.211 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51932026-07-08T18:11:34.014Z[ recovery-image] Jul 08 18:11:33.220 INFO O| Jul 08 18:11:33.220 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51942026-07-08T18:11:34.014Z[ recovery-image] Jul 08 18:11:33.220 INFO O| Jul 08 18:11:33.220 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51952026-07-08T18:11:34.015Z[ recovery-image] Jul 08 18:11:33.220 INFO O| Jul 08 18:11:33.220 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51962026-07-08T18:11:34.025Z[ recovery-image] Jul 08 18:11:33.220 INFO O| Jul 08 18:11:33.220 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51972026-07-08T18:11:34.025Z[ recovery-image] Jul 08 18:11:33.220 INFO O| Jul 08 18:11:33.220 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51982026-07-08T18:11:34.025Z[ recovery-image] Jul 08 18:11:33.220 INFO O| Jul 08 18:11:33.220 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51992026-07-08T18:11:34.025Z[ recovery-image] Jul 08 18:11:33.220 INFO O| Jul 08 18:11:33.220 INFO ok!
52002026-07-08T18:11:34.025Z[ recovery-image] Jul 08 18:11:33.220 INFO O| Jul 08 18:11:33.220 INFO STEP 59 (ensure_file) COMPLETE
52012026-07-08T18:11:34.025Z[ recovery-image] Jul 08 18:11:33.220 INFO O| Jul 08 18:11:33.220 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52022026-07-08T18:11:34.032Z[ recovery-image] Jul 08 18:11:33.230 INFO O| Jul 08 18:11:33.230 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52032026-07-08T18:11:34.050Z[ recovery-image] Jul 08 18:11:33.230 INFO O| Jul 08 18:11:33.230 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52042026-07-08T18:11:34.050Z[ recovery-image] Jul 08 18:11:33.230 INFO O| Jul 08 18:11:33.230 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52052026-07-08T18:11:34.050Z[ recovery-image] Jul 08 18:11:33.230 INFO O| Jul 08 18:11:33.230 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52062026-07-08T18:11:34.050Z[ recovery-image] Jul 08 18:11:33.230 INFO O| Jul 08 18:11:33.230 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52072026-07-08T18:11:34.050Z[ recovery-image] Jul 08 18:11:33.230 INFO O| Jul 08 18:11:33.230 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52082026-07-08T18:11:34.050Z[ recovery-image] Jul 08 18:11:33.230 INFO O| Jul 08 18:11:33.230 INFO ok!
52092026-07-08T18:11:34.050Z[ recovery-image] Jul 08 18:11:33.230 INFO O| Jul 08 18:11:33.230 INFO STEP 60 (ensure_file) COMPLETE
52102026-07-08T18:11:34.050Z[ recovery-image] Jul 08 18:11:33.230 INFO O| Jul 08 18:11:33.230 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52112026-07-08T18:11:34.059Z[ recovery-image] Jul 08 18:11:33.240 INFO O| Jul 08 18:11:33.239 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52122026-07-08T18:11:34.059Z[ recovery-image] Jul 08 18:11:33.240 INFO O| Jul 08 18:11:33.239 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52132026-07-08T18:11:34.067Z[ recovery-image] Jul 08 18:11:33.240 INFO O| Jul 08 18:11:33.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52142026-07-08T18:11:34.068Z[ recovery-image] Jul 08 18:11:33.240 INFO O| Jul 08 18:11:33.240 INFO ok!
52152026-07-08T18:11:34.068Z[ recovery-image] Jul 08 18:11:33.240 INFO O| Jul 08 18:11:33.240 INFO STEP 61 (ensure_file) COMPLETE
52162026-07-08T18:11:34.068Z[ recovery-image] Jul 08 18:11:33.240 INFO O| Jul 08 18:11:33.240 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52172026-07-08T18:11:34.068Z[ recovery-image] Jul 08 18:11:33.249 INFO O| Jul 08 18:11:33.249 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52182026-07-08T18:11:34.068Z[ recovery-image] Jul 08 18:11:33.249 INFO O| Jul 08 18:11:33.249 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52192026-07-08T18:11:34.068Z[ recovery-image] Jul 08 18:11:33.249 INFO O| Jul 08 18:11:33.249 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52202026-07-08T18:11:34.068Z[ recovery-image] Jul 08 18:11:33.250 INFO O| Jul 08 18:11:33.249 INFO ok!
52212026-07-08T18:11:34.068Z[ recovery-image] Jul 08 18:11:33.250 INFO O| Jul 08 18:11:33.249 INFO STEP 62 (ensure_file) COMPLETE
52222026-07-08T18:11:34.068Z[ recovery-image] Jul 08 18:11:33.250 INFO O| Jul 08 18:11:33.250 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52232026-07-08T18:11:34.068Z[ recovery-image] Jul 08 18:11:33.261 INFO O| Jul 08 18:11:33.260 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52242026-07-08T18:11:34.068Z[ recovery-image] Jul 08 18:11:33.261 INFO O| Jul 08 18:11:33.261 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52252026-07-08T18:11:34.068Z[ recovery-image] Jul 08 18:11:33.261 INFO O| Jul 08 18:11:33.261 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52262026-07-08T18:11:34.068Z[ recovery-image] Jul 08 18:11:33.261 INFO O| Jul 08 18:11:33.261 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52272026-07-08T18:11:34.068Z[ recovery-image] Jul 08 18:11:33.261 INFO O| Jul 08 18:11:33.261 INFO ok!
52282026-07-08T18:11:34.075Z[ recovery-image] Jul 08 18:11:33.261 INFO O| Jul 08 18:11:33.261 INFO STEP 63 (ensure_file) COMPLETE
52292026-07-08T18:11:34.075Z[ recovery-image] Jul 08 18:11:33.261 INFO O| Jul 08 18:11:33.261 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52302026-07-08T18:11:34.082Z[ recovery-image] Jul 08 18:11:33.273 INFO O| Jul 08 18:11:33.272 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52312026-07-08T18:11:34.082Z[ recovery-image] Jul 08 18:11:33.273 INFO O| Jul 08 18:11:33.273 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52322026-07-08T18:11:34.082Z[ recovery-image] Jul 08 18:11:33.273 INFO O| Jul 08 18:11:33.273 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52332026-07-08T18:11:34.082Z[ recovery-image] Jul 08 18:11:33.273 INFO O| Jul 08 18:11:33.273 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52342026-07-08T18:11:34.082Z[ recovery-image] Jul 08 18:11:33.273 INFO O| Jul 08 18:11:33.273 INFO ok!
52352026-07-08T18:11:34.083Z[ recovery-image] Jul 08 18:11:33.273 INFO O| Jul 08 18:11:33.273 INFO STEP 64 (ensure_file) COMPLETE
52362026-07-08T18:11:34.083Z[ recovery-image] Jul 08 18:11:33.273 INFO O| Jul 08 18:11:33.273 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52372026-07-08T18:11:34.083Z[ recovery-image] Jul 08 18:11:33.284 INFO O| Jul 08 18:11:33.284 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52382026-07-08T18:11:34.083Z[ recovery-image] Jul 08 18:11:33.284 INFO O| Jul 08 18:11:33.284 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52392026-07-08T18:11:34.083Z[ recovery-image] Jul 08 18:11:33.284 INFO O| Jul 08 18:11:33.284 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52402026-07-08T18:11:34.083Z[ recovery-image] Jul 08 18:11:33.284 INFO O| Jul 08 18:11:33.284 INFO ok!
52412026-07-08T18:11:34.083Z[ recovery-image] Jul 08 18:11:33.284 INFO O| Jul 08 18:11:33.284 INFO STEP 65 (assemble_files) COMPLETE
52422026-07-08T18:11:34.083Z[ recovery-image] Jul 08 18:11:33.284 INFO O| Jul 08 18:11:33.284 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52432026-07-08T18:11:34.092Z[ recovery-image] Jul 08 18:11:33.296 INFO O| Jul 08 18:11:33.296 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52442026-07-08T18:11:34.093Z[ recovery-image] Jul 08 18:11:33.296 INFO O| Jul 08 18:11:33.296 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52452026-07-08T18:11:34.093Z[ recovery-image] Jul 08 18:11:33.296 INFO O| Jul 08 18:11:33.296 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52462026-07-08T18:11:34.093Z[ recovery-image] Jul 08 18:11:33.296 INFO O| Jul 08 18:11:33.296 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52472026-07-08T18:11:34.093Z[ recovery-image] Jul 08 18:11:33.296 INFO O| Jul 08 18:11:33.296 INFO ok!
52482026-07-08T18:11:34.094Z[ recovery-image] Jul 08 18:11:33.296 INFO O| Jul 08 18:11:33.296 INFO STEP 66 (ensure_file) COMPLETE
52492026-07-08T18:11:34.094Z[ recovery-image] Jul 08 18:11:33.296 INFO O| Jul 08 18:11:33.296 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52502026-07-08T18:11:34.094Z[ recovery-image] Jul 08 18:11:33.296 INFO O| Jul 08 18:11:33.296 INFO skip step because feature "omicron1" is not enabled
52512026-07-08T18:11:34.094Z[ recovery-image] Jul 08 18:11:33.296 INFO O| Jul 08 18:11:33.296 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52522026-07-08T18:11:34.094Z[ recovery-image] Jul 08 18:11:33.296 INFO O| Jul 08 18:11:33.296 INFO skip step because feature "omicron1" is not enabled
52532026-07-08T18:11:34.094Z[ recovery-image] Jul 08 18:11:33.296 INFO O| Jul 08 18:11:33.296 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52542026-07-08T18:11:34.094Z[ recovery-image] Jul 08 18:11:33.296 INFO O| Jul 08 18:11:33.296 INFO skip step because feature "omicron1" is not enabled
52552026-07-08T18:11:34.094Z[ recovery-image] Jul 08 18:11:33.296 INFO O| Jul 08 18:11:33.296 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52562026-07-08T18:11:34.109Z[ recovery-image] Jul 08 18:11:33.314 INFO O| Jul 08 18:11:33.314 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52572026-07-08T18:11:34.109Z[ recovery-image] Jul 08 18:11:33.314 INFO O| Jul 08 18:11:33.314 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52582026-07-08T18:11:34.349Z[ host-image] Jul 08 18:11:33.554 INFO O| Jul 08 18:11:33.554 INFO O| Finalize: Creating fast lookup database ... Done
52592026-07-08T18:11:34.400Z[ host-image] Jul 08 18:11:33.585 INFO O| Jul 08 18:11:33.585 INFO O| Finalize: Reading search index ... Done
52602026-07-08T18:11:34.400Z[ host-image] Jul 08 18:11:33.585 INFO O| Jul 08 18:11:33.585 INFO O| Finalize: Updating search index ... Done
52612026-07-08T18:11:34.424Z[ host-image] Jul 08 18:11:33.610 INFO O| Jul 08 18:11:33.610 INFO O| Finalize: Updating package cache ... Done
52622026-07-08T18:11:34.572Z[ host-image] Jul 08 18:11:33.777 INFO O| Jul 08 18:11:33.777 INFO STEP 12 (pkg_install) COMPLETE
52632026-07-08T18:11:34.572Z[ host-image] Jul 08 18:11:33.777 INFO O| Jul 08 18:11:33.777 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52642026-07-08T18:11:34.584Z[ host-image] Jul 08 18:11:33.788 INFO O| Jul 08 18:11:33.788 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
52652026-07-08T18:11:35.346Z[ recovery-image] Jul 08 18:11:34.551 INFO O| Jul 08 18:11:34.551 INFO STEP 70 (pack_tar) COMPLETE
52662026-07-08T18:11:35.346Z[ recovery-image] Jul 08 18:11:34.551 INFO O| Jul 08 18:11:34.551 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52672026-07-08T18:11:35.346Z[ recovery-image] Jul 08 18:11:34.551 INFO O| Jul 08 18:11:34.551 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52682026-07-08T18:11:35.891Z[ host-image] Jul 08 18:11:35.096 INFO O| Jul 08 18:11:35.096 INFO O| Startup: Refreshing catalog 'helios' ... Done
52692026-07-08T18:11:36.042Z[ recovery-image] Jul 08 18:11:35.248 INFO O| Jul 08 18:11:35.248 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52702026-07-08T18:11:36.251Z[ host-image] Jul 08 18:11:35.406 INFO O| Jul 08 18:11:35.406 INFO O| Startup: Caching catalogs ... Done
52712026-07-08T18:11:36.387Z[ host-image] Jul 08 18:11:35.592 INFO O| Jul 08 18:11:35.592 INFO O| Planning: Solver setup ... Done
52722026-07-08T18:11:36.399Z[ host-image] Jul 08 18:11:35.597 INFO O| Jul 08 18:11:35.597 INFO O| Planning: Running solver ... Done
52732026-07-08T18:11:36.399Z[ host-image] Jul 08 18:11:35.602 INFO O| Jul 08 18:11:35.602 INFO O| Planning: Finding local manifests ... Done
52742026-07-08T18:11:36.409Z[ host-image] Jul 08 18:11:35.614 INFO O| Jul 08 18:11:35.614 INFO O| Planning: Fetching manifests: 0/6 0% complete
52752026-07-08T18:11:36.474Z[ host-image] Jul 08 18:11:35.673 INFO O| Jul 08 18:11:35.673 INFO O| Planning: Fetching manifests: 6/6 100% complete
52762026-07-08T18:11:36.532Z[ host-image] Jul 08 18:11:35.738 INFO O| Jul 08 18:11:35.738 INFO O| Planning: Package planning ... Done
52772026-07-08T18:11:36.541Z[ host-image] Jul 08 18:11:35.746 INFO O| Jul 08 18:11:35.746 INFO O| Planning: Merging actions ... Done
52782026-07-08T18:11:36.593Z[ host-image] Jul 08 18:11:35.799 INFO O| Jul 08 18:11:35.799 INFO O| Planning: Checking for conflicting actions ... Done
52792026-07-08T18:11:36.603Z[ host-image] Jul 08 18:11:35.802 INFO O| Jul 08 18:11:35.802 INFO O| Planning: Consolidating action changes ... Done
52802026-07-08T18:11:36.725Z[ host-image] Jul 08 18:11:35.930 INFO O| Jul 08 18:11:35.930 INFO O| Planning: Evaluating mediators ... Done
52812026-07-08T18:11:36.747Z[ host-image] Jul 08 18:11:35.933 INFO O| Jul 08 18:11:35.933 INFO O| Planning: Planning completed in 0.52 seconds
52822026-07-08T18:11:36.748Z[ host-image] Jul 08 18:11:35.934 INFO O| Jul 08 18:11:35.934 INFO O| Packages to install: 6
52832026-07-08T18:11:36.748Z[ host-image] Jul 08 18:11:35.934 INFO O| Jul 08 18:11:35.934 INFO O| Mediators to change: 1
52842026-07-08T18:11:36.748Z[ host-image] Jul 08 18:11:35.934 INFO O| Jul 08 18:11:35.934 INFO O| Services to change: 1
52852026-07-08T18:11:36.756Z[ host-image] Jul 08 18:11:35.944 INFO O| Jul 08 18:11:35.944 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
52862026-07-08T18:11:36.756Z[ recovery-image] Jul 08 18:11:35.962 INFO O| Jul 08 18:11:35.962 INFO completed processing sled/ramdisk-02-trim
52872026-07-08T18:11:36.764Z[ recovery-image] Jul 08 18:11:35.964 INFO image builder template: ramdisk-03-recovery-trim...
52882026-07-08T18:11:36.764Z[ recovery-image] Jul 08 18:11:35.964 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/.tmp1xsBdg/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52892026-07-08T18:11:36.764Z[ recovery-image] Jul 08 18:11:35.969 INFO O| Jul 08 18:11:35.969 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52902026-07-08T18:11:36.840Z[ recovery-image] Jul 08 18:11:36.045 INFO O| Jul 08 18:11:36.045 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52912026-07-08T18:11:36.885Z[ recovery-image] Jul 08 18:11:36.049 INFO O| Jul 08 18:11:36.049 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52922026-07-08T18:11:37.177Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
52932026-07-08T18:11:37.415Z[ recovery-image] Jul 08 18:11:36.620 INFO O| Jul 08 18:11:36.620 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52942026-07-08T18:11:37.494Z[ recovery-image] Jul 08 18:11:36.700 INFO O| Jul 08 18:11:36.699 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52952026-07-08T18:11:37.494Z[ recovery-image] Jul 08 18:11:36.700 INFO O| Jul 08 18:11:36.700 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52962026-07-08T18:11:37.522Z[ recovery-image] Jul 08 18:11:36.706 INFO O| Jul 08 18:11:36.706 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52972026-07-08T18:11:37.522Z[ recovery-image] Jul 08 18:11:36.711 INFO O| Jul 08 18:11:36.711 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52982026-07-08T18:11:37.522Z[ recovery-image] Jul 08 18:11:36.716 INFO O| Jul 08 18:11:36.716 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52992026-07-08T18:11:38.153Z[ recovery-image] Jul 08 18:11:37.320 INFO O| Jul 08 18:11:37.320 INFO rolled back to input snapshot; work may begin
53002026-07-08T18:11:38.153Z[ recovery-image] Jul 08 18:11:37.320 INFO O| Jul 08 18:11:37.320 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53012026-07-08T18:11:38.258Z[ recovery-image] Jul 08 18:11:37.325 INFO O| Jul 08 18:11:37.325 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53022026-07-08T18:11:38.258Z[ recovery-image] Jul 08 18:11:37.335 INFO O| Jul 08 18:11:37.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53032026-07-08T18:11:38.258Z[ recovery-image] Jul 08 18:11:37.337 INFO O| Jul 08 18:11:37.337 INFO STEP 0 (remove_files) COMPLETE
53042026-07-08T18:11:38.259Z[ recovery-image] Jul 08 18:11:37.337 INFO O| Jul 08 18:11:37.337 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53052026-07-08T18:11:38.259Z[ recovery-image] Jul 08 18:11:37.345 INFO O| Jul 08 18:11:37.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53062026-07-08T18:11:38.259Z[ recovery-image] Jul 08 18:11:37.345 INFO O| Jul 08 18:11:37.345 INFO STEP 1 (remove_files) COMPLETE
53072026-07-08T18:11:38.259Z[ recovery-image] Jul 08 18:11:37.345 INFO O| Jul 08 18:11:37.345 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53082026-07-08T18:11:38.259Z[ recovery-image] Jul 08 18:11:37.353 INFO O| Jul 08 18:11:37.353 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53092026-07-08T18:11:38.259Z[ recovery-image] Jul 08 18:11:37.355 INFO O| Jul 08 18:11:37.355 INFO STEP 2 (remove_files) COMPLETE
53102026-07-08T18:11:38.259Z[ recovery-image] Jul 08 18:11:37.355 INFO O| Jul 08 18:11:37.355 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53112026-07-08T18:11:38.261Z[ recovery-image] Jul 08 18:11:37.364 INFO O| Jul 08 18:11:37.364 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53122026-07-08T18:11:38.265Z[ recovery-image] Jul 08 18:11:37.409 INFO O| Jul 08 18:11:37.409 INFO STEP 3 (remove_files) COMPLETE
53132026-07-08T18:11:38.265Z[ recovery-image] Jul 08 18:11:37.409 INFO O| Jul 08 18:11:37.409 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53142026-07-08T18:11:38.265Z[ recovery-image] Jul 08 18:11:37.418 INFO O| Jul 08 18:11:37.418 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53152026-07-08T18:11:38.265Z[ recovery-image] Jul 08 18:11:37.420 INFO O| Jul 08 18:11:37.420 INFO STEP 4 (remove_files) COMPLETE
53162026-07-08T18:11:38.265Z[ recovery-image] Jul 08 18:11:37.420 INFO O| Jul 08 18:11:37.420 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53172026-07-08T18:11:38.265Z[ recovery-image] Jul 08 18:11:37.429 INFO O| Jul 08 18:11:37.429 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53182026-07-08T18:11:38.265Z[ recovery-image] Jul 08 18:11:37.463 INFO O| Jul 08 18:11:37.463 INFO STEP 5 (remove_files) COMPLETE
53192026-07-08T18:11:38.265Z[ recovery-image] Jul 08 18:11:37.463 INFO O| Jul 08 18:11:37.463 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-07-08T18:11:38.269Z[ recovery-image] Jul 08 18:11:37.472 INFO O| Jul 08 18:11:37.472 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53212026-07-08T18:11:38.280Z[ recovery-image] Jul 08 18:11:37.486 INFO O| Jul 08 18:11:37.486 INFO STEP 6 (remove_files) COMPLETE
53222026-07-08T18:11:38.280Z[ recovery-image] Jul 08 18:11:37.486 INFO O| Jul 08 18:11:37.486 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-07-08T18:11:38.289Z[ recovery-image] Jul 08 18:11:37.494 INFO O| Jul 08 18:11:37.494 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53242026-07-08T18:11:38.300Z[ recovery-image] Jul 08 18:11:37.496 INFO O| Jul 08 18:11:37.496 INFO STEP 7 (remove_files) COMPLETE
53252026-07-08T18:11:38.300Z[ recovery-image] Jul 08 18:11:37.496 INFO O| Jul 08 18:11:37.496 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-07-08T18:11:38.318Z[ recovery-image] Jul 08 18:11:37.504 INFO O| Jul 08 18:11:37.503 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53272026-07-08T18:11:38.319Z[ recovery-image] Jul 08 18:11:37.505 INFO O| Jul 08 18:11:37.505 INFO STEP 8 (remove_files) COMPLETE
53282026-07-08T18:11:38.319Z[ recovery-image] Jul 08 18:11:37.505 INFO O| Jul 08 18:11:37.505 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-07-08T18:11:38.319Z[ recovery-image] Jul 08 18:11:37.513 INFO O| Jul 08 18:11:37.513 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53302026-07-08T18:11:38.319Z[ recovery-image] Jul 08 18:11:37.515 INFO O| Jul 08 18:11:37.515 INFO STEP 9 (remove_files) COMPLETE
53312026-07-08T18:11:38.319Z[ recovery-image] Jul 08 18:11:37.515 INFO O| Jul 08 18:11:37.515 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-07-08T18:11:38.319Z[ recovery-image] Jul 08 18:11:37.523 INFO O| Jul 08 18:11:37.523 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53332026-07-08T18:11:38.319Z[ recovery-image] Jul 08 18:11:37.523 INFO O| Jul 08 18:11:37.523 INFO STEP 10 (remove_files) COMPLETE
53342026-07-08T18:11:38.319Z[ recovery-image] Jul 08 18:11:37.523 INFO O| Jul 08 18:11:37.523 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-07-08T18:11:38.327Z[ recovery-image] Jul 08 18:11:37.531 INFO O| Jul 08 18:11:37.531 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53362026-07-08T18:11:38.334Z[ recovery-image] Jul 08 18:11:37.533 INFO O| Jul 08 18:11:37.533 INFO STEP 11 (remove_files) COMPLETE
53372026-07-08T18:11:38.334Z[ recovery-image] Jul 08 18:11:37.533 INFO O| Jul 08 18:11:37.533 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-07-08T18:11:38.366Z[ recovery-image] Jul 08 18:11:37.542 INFO O| Jul 08 18:11:37.542 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53392026-07-08T18:11:38.404Z[ recovery-image] Jul 08 18:11:37.604 INFO O| Jul 08 18:11:37.604 INFO STEP 12 (remove_files) COMPLETE
53402026-07-08T18:11:38.417Z[ recovery-image] Jul 08 18:11:37.604 INFO O| Jul 08 18:11:37.604 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-07-08T18:11:38.437Z[ recovery-image] Jul 08 18:11:37.612 INFO O| Jul 08 18:11:37.612 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53422026-07-08T18:11:38.437Z[ recovery-image] Jul 08 18:11:37.615 INFO O| Jul 08 18:11:37.615 INFO STEP 13 (remove_files) COMPLETE
53432026-07-08T18:11:38.437Z[ recovery-image] Jul 08 18:11:37.615 INFO O| Jul 08 18:11:37.615 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-07-08T18:11:38.437Z[ recovery-image] Jul 08 18:11:37.622 INFO O| Jul 08 18:11:37.622 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53452026-07-08T18:11:38.437Z[ recovery-image] Jul 08 18:11:37.624 INFO O| Jul 08 18:11:37.624 INFO STEP 14 (remove_files) COMPLETE
53462026-07-08T18:11:38.437Z[ recovery-image] Jul 08 18:11:37.624 INFO O| Jul 08 18:11:37.624 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-07-08T18:11:38.437Z[ recovery-image] Jul 08 18:11:37.631 INFO O| Jul 08 18:11:37.631 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53482026-07-08T18:11:38.437Z[ recovery-image] Jul 08 18:11:37.631 INFO O| Jul 08 18:11:37.631 INFO STEP 15 (remove_files) COMPLETE
53492026-07-08T18:11:38.438Z[ recovery-image] Jul 08 18:11:37.631 INFO O| Jul 08 18:11:37.631 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-07-08T18:11:38.452Z[ recovery-image] Jul 08 18:11:37.640 INFO O| Jul 08 18:11:37.640 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53512026-07-08T18:11:38.453Z[ recovery-image] Jul 08 18:11:37.641 INFO O| Jul 08 18:11:37.641 INFO STEP 16 (remove_files) COMPLETE
53522026-07-08T18:11:38.453Z[ recovery-image] Jul 08 18:11:37.642 INFO O| Jul 08 18:11:37.641 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-07-08T18:11:38.453Z[ recovery-image] Jul 08 18:11:37.649 INFO O| Jul 08 18:11:37.649 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53542026-07-08T18:11:38.462Z[ recovery-image] Jul 08 18:11:37.659 INFO O| Jul 08 18:11:37.659 INFO STEP 17 (remove_files) COMPLETE
53552026-07-08T18:11:38.462Z[ recovery-image] Jul 08 18:11:37.659 INFO O| Jul 08 18:11:37.659 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-07-08T18:11:38.462Z[ recovery-image] Jul 08 18:11:37.666 INFO O| Jul 08 18:11:37.666 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53572026-07-08T18:11:38.462Z[ recovery-image] Jul 08 18:11:37.666 INFO O| Jul 08 18:11:37.666 INFO STEP 18 (remove_files) COMPLETE
53582026-07-08T18:11:38.463Z[ recovery-image] Jul 08 18:11:37.666 INFO O| Jul 08 18:11:37.666 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-07-08T18:11:38.472Z[ recovery-image] Jul 08 18:11:37.672 INFO O| Jul 08 18:11:37.672 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53602026-07-08T18:11:38.473Z[ recovery-image] Jul 08 18:11:37.673 INFO O| Jul 08 18:11:37.673 INFO STEP 19 (remove_files) COMPLETE
53612026-07-08T18:11:38.473Z[ recovery-image] Jul 08 18:11:37.673 INFO O| Jul 08 18:11:37.673 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-07-08T18:11:38.485Z[ recovery-image] Jul 08 18:11:37.679 INFO O| Jul 08 18:11:37.679 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53632026-07-08T18:11:38.516Z[ recovery-image] Jul 08 18:11:37.722 INFO O| Jul 08 18:11:37.722 INFO STEP 20 (remove_files) COMPLETE
53642026-07-08T18:11:38.517Z[ recovery-image] Jul 08 18:11:37.722 INFO O| Jul 08 18:11:37.722 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-07-08T18:11:38.526Z[ recovery-image] Jul 08 18:11:37.731 INFO O| Jul 08 18:11:37.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53662026-07-08T18:11:38.541Z[ recovery-image] Jul 08 18:11:37.733 INFO O| Jul 08 18:11:37.733 INFO STEP 21 (remove_files) COMPLETE
53672026-07-08T18:11:38.541Z[ recovery-image] Jul 08 18:11:37.733 INFO O| Jul 08 18:11:37.733 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-07-08T18:11:38.571Z[ recovery-image] Jul 08 18:11:37.741 INFO O| Jul 08 18:11:37.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53692026-07-08T18:11:38.571Z[ recovery-image] Jul 08 18:11:37.741 INFO O| Jul 08 18:11:37.741 INFO STEP 22 (remove_files) COMPLETE
53702026-07-08T18:11:38.571Z[ recovery-image] Jul 08 18:11:37.741 INFO O| Jul 08 18:11:37.741 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-07-08T18:11:38.571Z[ recovery-image] Jul 08 18:11:37.749 INFO O| Jul 08 18:11:37.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53722026-07-08T18:11:38.571Z[ recovery-image] Jul 08 18:11:37.749 INFO O| Jul 08 18:11:37.749 INFO STEP 23 (remove_files) COMPLETE
53732026-07-08T18:11:38.571Z[ recovery-image] Jul 08 18:11:37.749 INFO O| Jul 08 18:11:37.749 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-07-08T18:11:38.571Z[ recovery-image] Jul 08 18:11:37.757 INFO O| Jul 08 18:11:37.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53752026-07-08T18:11:38.571Z[ recovery-image] Jul 08 18:11:37.757 INFO O| Jul 08 18:11:37.757 INFO STEP 24 (remove_files) COMPLETE
53762026-07-08T18:11:38.571Z[ recovery-image] Jul 08 18:11:37.757 INFO O| Jul 08 18:11:37.757 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-07-08T18:11:38.571Z[ recovery-image] Jul 08 18:11:37.764 INFO O| Jul 08 18:11:37.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53782026-07-08T18:11:38.571Z[ recovery-image] Jul 08 18:11:37.764 INFO O| Jul 08 18:11:37.764 INFO STEP 25 (remove_files) COMPLETE
53792026-07-08T18:11:38.571Z[ recovery-image] Jul 08 18:11:37.764 INFO O| Jul 08 18:11:37.764 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-07-08T18:11:38.584Z[ recovery-image] Jul 08 18:11:37.771 INFO O| Jul 08 18:11:37.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53812026-07-08T18:11:38.584Z[ recovery-image] Jul 08 18:11:37.771 INFO O| Jul 08 18:11:37.771 INFO STEP 26 (remove_files) COMPLETE
53822026-07-08T18:11:38.594Z[ recovery-image] Jul 08 18:11:37.771 INFO O| Jul 08 18:11:37.771 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-07-08T18:11:38.595Z[ recovery-image] Jul 08 18:11:37.779 INFO O| Jul 08 18:11:37.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53842026-07-08T18:11:38.595Z[ recovery-image] Jul 08 18:11:37.779 INFO O| Jul 08 18:11:37.779 INFO STEP 27 (remove_files) COMPLETE
53852026-07-08T18:11:38.595Z[ recovery-image] Jul 08 18:11:37.779 INFO O| Jul 08 18:11:37.779 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-07-08T18:11:38.606Z[ recovery-image] Jul 08 18:11:37.787 INFO O| Jul 08 18:11:37.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53872026-07-08T18:11:38.606Z[ recovery-image] Jul 08 18:11:37.788 INFO O| Jul 08 18:11:37.788 INFO STEP 28 (remove_files) COMPLETE
53882026-07-08T18:11:38.607Z[ recovery-image] Jul 08 18:11:37.788 INFO O| Jul 08 18:11:37.788 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-07-08T18:11:38.607Z[ recovery-image] Jul 08 18:11:37.795 INFO O| Jul 08 18:11:37.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53902026-07-08T18:11:38.607Z[ recovery-image] Jul 08 18:11:37.795 INFO O| Jul 08 18:11:37.795 INFO STEP 29 (remove_files) COMPLETE
53912026-07-08T18:11:38.607Z[ recovery-image] Jul 08 18:11:37.795 INFO O| Jul 08 18:11:37.795 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-07-08T18:11:38.607Z[ recovery-image] Jul 08 18:11:37.803 INFO O| Jul 08 18:11:37.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53932026-07-08T18:11:38.607Z[ recovery-image] Jul 08 18:11:37.803 INFO O| Jul 08 18:11:37.803 INFO STEP 30 (remove_files) COMPLETE
53942026-07-08T18:11:38.607Z[ recovery-image] Jul 08 18:11:37.803 INFO O| Jul 08 18:11:37.803 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-07-08T18:11:38.616Z[ recovery-image] Jul 08 18:11:37.811 INFO O| Jul 08 18:11:37.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53962026-07-08T18:11:38.616Z[ recovery-image] Jul 08 18:11:37.811 INFO O| Jul 08 18:11:37.811 INFO STEP 31 (remove_files) COMPLETE
53972026-07-08T18:11:38.616Z[ recovery-image] Jul 08 18:11:37.811 INFO O| Jul 08 18:11:37.811 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-07-08T18:11:38.616Z[ recovery-image] Jul 08 18:11:37.819 INFO O| Jul 08 18:11:37.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53992026-07-08T18:11:38.616Z[ recovery-image] Jul 08 18:11:37.819 INFO O| Jul 08 18:11:37.819 INFO STEP 32 (remove_files) COMPLETE
54002026-07-08T18:11:38.616Z[ recovery-image] Jul 08 18:11:37.819 INFO O| Jul 08 18:11:37.819 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-07-08T18:11:38.624Z[ recovery-image] Jul 08 18:11:37.827 INFO O| Jul 08 18:11:37.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54022026-07-08T18:11:38.624Z[ recovery-image] Jul 08 18:11:37.827 INFO O| Jul 08 18:11:37.827 INFO STEP 33 (remove_files) COMPLETE
54032026-07-08T18:11:38.624Z[ recovery-image] Jul 08 18:11:37.827 INFO O| Jul 08 18:11:37.827 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-07-08T18:11:38.631Z[ recovery-image] Jul 08 18:11:37.834 INFO O| Jul 08 18:11:37.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54052026-07-08T18:11:38.631Z[ recovery-image] Jul 08 18:11:37.834 INFO O| Jul 08 18:11:37.834 INFO STEP 34 (remove_files) COMPLETE
54062026-07-08T18:11:38.631Z[ recovery-image] Jul 08 18:11:37.834 INFO O| Jul 08 18:11:37.834 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-07-08T18:11:38.638Z[ recovery-image] Jul 08 18:11:37.843 INFO O| Jul 08 18:11:37.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54082026-07-08T18:11:38.639Z[ recovery-image] Jul 08 18:11:37.843 INFO O| Jul 08 18:11:37.843 INFO STEP 35 (remove_files) COMPLETE
54092026-07-08T18:11:38.639Z[ recovery-image] Jul 08 18:11:37.843 INFO O| Jul 08 18:11:37.843 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-07-08T18:11:38.649Z[ recovery-image] Jul 08 18:11:37.851 INFO O| Jul 08 18:11:37.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54112026-07-08T18:11:38.649Z[ recovery-image] Jul 08 18:11:37.851 INFO O| Jul 08 18:11:37.851 INFO STEP 36 (remove_files) COMPLETE
54122026-07-08T18:11:38.649Z[ recovery-image] Jul 08 18:11:37.851 INFO O| Jul 08 18:11:37.851 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-07-08T18:11:38.671Z[ recovery-image] Jul 08 18:11:37.859 INFO O| Jul 08 18:11:37.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54142026-07-08T18:11:38.671Z[ recovery-image] Jul 08 18:11:37.859 INFO O| Jul 08 18:11:37.859 INFO STEP 37 (remove_files) COMPLETE
54152026-07-08T18:11:38.671Z[ recovery-image] Jul 08 18:11:37.859 INFO O| Jul 08 18:11:37.859 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-07-08T18:11:38.672Z[ recovery-image] Jul 08 18:11:37.866 INFO O| Jul 08 18:11:37.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54172026-07-08T18:11:38.672Z[ recovery-image] Jul 08 18:11:37.866 INFO O| Jul 08 18:11:37.866 INFO STEP 38 (remove_files) COMPLETE
54182026-07-08T18:11:38.672Z[ recovery-image] Jul 08 18:11:37.866 INFO O| Jul 08 18:11:37.866 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-07-08T18:11:38.687Z[ recovery-image] Jul 08 18:11:37.874 INFO O| Jul 08 18:11:37.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54202026-07-08T18:11:38.687Z[ recovery-image] Jul 08 18:11:37.874 INFO O| Jul 08 18:11:37.874 INFO STEP 39 (remove_files) COMPLETE
54212026-07-08T18:11:38.687Z[ recovery-image] Jul 08 18:11:37.874 INFO O| Jul 08 18:11:37.874 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-07-08T18:11:38.688Z[ recovery-image] Jul 08 18:11:37.882 INFO O| Jul 08 18:11:37.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54232026-07-08T18:11:38.688Z[ recovery-image] Jul 08 18:11:37.882 INFO O| Jul 08 18:11:37.882 INFO STEP 40 (remove_files) COMPLETE
54242026-07-08T18:11:38.688Z[ recovery-image] Jul 08 18:11:37.882 INFO O| Jul 08 18:11:37.882 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-07-08T18:11:38.697Z[ recovery-image] Jul 08 18:11:37.890 INFO O| Jul 08 18:11:37.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54262026-07-08T18:11:38.697Z[ recovery-image] Jul 08 18:11:37.890 INFO O| Jul 08 18:11:37.890 INFO STEP 41 (remove_files) COMPLETE
54272026-07-08T18:11:38.697Z[ recovery-image] Jul 08 18:11:37.890 INFO O| Jul 08 18:11:37.890 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-07-08T18:11:38.697Z[ recovery-image] Jul 08 18:11:37.898 INFO O| Jul 08 18:11:37.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54292026-07-08T18:11:38.697Z[ recovery-image] Jul 08 18:11:37.898 INFO O| Jul 08 18:11:37.898 INFO STEP 42 (remove_files) COMPLETE
54302026-07-08T18:11:38.697Z[ recovery-image] Jul 08 18:11:37.898 INFO O| Jul 08 18:11:37.898 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-07-08T18:11:38.704Z[ recovery-image] Jul 08 18:11:37.904 INFO O| Jul 08 18:11:37.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54322026-07-08T18:11:38.704Z[ recovery-image] Jul 08 18:11:37.904 INFO O| Jul 08 18:11:37.904 INFO STEP 43 (remove_files) COMPLETE
54332026-07-08T18:11:38.704Z[ recovery-image] Jul 08 18:11:37.904 INFO O| Jul 08 18:11:37.904 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-07-08T18:11:38.718Z[ recovery-image] Jul 08 18:11:37.911 INFO O| Jul 08 18:11:37.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54352026-07-08T18:11:38.718Z[ recovery-image] Jul 08 18:11:37.911 INFO O| Jul 08 18:11:37.911 INFO STEP 44 (remove_files) COMPLETE
54362026-07-08T18:11:38.718Z[ recovery-image] Jul 08 18:11:37.911 INFO O| Jul 08 18:11:37.911 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-07-08T18:11:38.733Z[ recovery-image] Jul 08 18:11:37.920 INFO O| Jul 08 18:11:37.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54382026-07-08T18:11:38.733Z[ recovery-image] Jul 08 18:11:37.920 INFO O| Jul 08 18:11:37.920 INFO STEP 45 (remove_files) COMPLETE
54392026-07-08T18:11:38.733Z[ recovery-image] Jul 08 18:11:37.920 INFO O| Jul 08 18:11:37.920 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-07-08T18:11:38.733Z[ recovery-image] Jul 08 18:11:37.928 INFO O| Jul 08 18:11:37.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54412026-07-08T18:11:38.733Z[ recovery-image] Jul 08 18:11:37.928 INFO O| Jul 08 18:11:37.928 INFO STEP 46 (remove_files) COMPLETE
54422026-07-08T18:11:38.733Z[ recovery-image] Jul 08 18:11:37.928 INFO O| Jul 08 18:11:37.928 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-07-08T18:11:38.809Z[ recovery-image] Jul 08 18:11:37.935 INFO O| Jul 08 18:11:37.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54442026-07-08T18:11:38.809Z[ recovery-image] Jul 08 18:11:37.935 INFO O| Jul 08 18:11:37.935 INFO STEP 47 (remove_files) COMPLETE
54452026-07-08T18:11:38.809Z[ recovery-image] Jul 08 18:11:37.935 INFO O| Jul 08 18:11:37.935 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-07-08T18:11:38.810Z[ recovery-image] Jul 08 18:11:37.941 INFO O| Jul 08 18:11:37.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54472026-07-08T18:11:38.810Z[ recovery-image] Jul 08 18:11:37.941 INFO O| Jul 08 18:11:37.941 INFO STEP 48 (remove_files) COMPLETE
54482026-07-08T18:11:38.810Z[ recovery-image] Jul 08 18:11:37.941 INFO O| Jul 08 18:11:37.941 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-07-08T18:11:38.810Z[ recovery-image] Jul 08 18:11:37.951 INFO O| Jul 08 18:11:37.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54502026-07-08T18:11:38.810Z[ recovery-image] Jul 08 18:11:37.951 INFO O| Jul 08 18:11:37.951 INFO STEP 49 (remove_files) COMPLETE
54512026-07-08T18:11:38.810Z[ recovery-image] Jul 08 18:11:37.951 INFO O| Jul 08 18:11:37.951 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-07-08T18:11:38.820Z[ recovery-image] Jul 08 18:11:37.960 INFO O| Jul 08 18:11:37.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54532026-07-08T18:11:38.820Z[ recovery-image] Jul 08 18:11:37.960 INFO O| Jul 08 18:11:37.960 INFO STEP 50 (remove_files) COMPLETE
54542026-07-08T18:11:38.820Z[ recovery-image] Jul 08 18:11:37.960 INFO O| Jul 08 18:11:37.960 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-07-08T18:11:38.825Z[ recovery-image] Jul 08 18:11:37.967 INFO O| Jul 08 18:11:37.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54562026-07-08T18:11:38.825Z[ recovery-image] Jul 08 18:11:37.967 INFO O| Jul 08 18:11:37.967 INFO STEP 51 (remove_files) COMPLETE
54572026-07-08T18:11:38.825Z[ recovery-image] Jul 08 18:11:37.967 INFO O| Jul 08 18:11:37.967 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-07-08T18:11:38.825Z[ recovery-image] Jul 08 18:11:37.976 INFO O| Jul 08 18:11:37.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54592026-07-08T18:11:38.825Z[ recovery-image] Jul 08 18:11:37.977 INFO O| Jul 08 18:11:37.977 INFO STEP 52 (remove_files) COMPLETE
54602026-07-08T18:11:38.825Z[ recovery-image] Jul 08 18:11:37.977 INFO O| Jul 08 18:11:37.977 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-07-08T18:11:38.825Z[ recovery-image] Jul 08 18:11:37.984 INFO O| Jul 08 18:11:37.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54622026-07-08T18:11:38.825Z[ recovery-image] Jul 08 18:11:37.984 INFO O| Jul 08 18:11:37.984 INFO STEP 53 (remove_files) COMPLETE
54632026-07-08T18:11:38.825Z[ recovery-image] Jul 08 18:11:37.984 INFO O| Jul 08 18:11:37.984 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-07-08T18:11:38.825Z[ recovery-image] Jul 08 18:11:37.993 INFO O| Jul 08 18:11:37.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54652026-07-08T18:11:38.825Z[ recovery-image] Jul 08 18:11:37.993 INFO O| Jul 08 18:11:37.993 INFO STEP 54 (remove_files) COMPLETE
54662026-07-08T18:11:38.825Z[ recovery-image] Jul 08 18:11:37.993 INFO O| Jul 08 18:11:37.993 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-07-08T18:11:38.825Z[ recovery-image] Jul 08 18:11:38.001 INFO O| Jul 08 18:11:38.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54682026-07-08T18:11:38.825Z[ recovery-image] Jul 08 18:11:38.001 INFO O| Jul 08 18:11:38.001 INFO STEP 55 (remove_files) COMPLETE
54692026-07-08T18:11:38.825Z[ recovery-image] Jul 08 18:11:38.001 INFO O| Jul 08 18:11:38.001 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-07-08T18:11:38.840Z[ recovery-image] Jul 08 18:11:38.010 INFO O| Jul 08 18:11:38.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54712026-07-08T18:11:38.840Z[ recovery-image] Jul 08 18:11:38.010 INFO O| Jul 08 18:11:38.010 INFO STEP 56 (remove_files) COMPLETE
54722026-07-08T18:11:38.840Z[ recovery-image] Jul 08 18:11:38.010 INFO O| Jul 08 18:11:38.010 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-07-08T18:11:38.840Z[ recovery-image] Jul 08 18:11:38.018 INFO O| Jul 08 18:11:38.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54742026-07-08T18:11:38.840Z[ recovery-image] Jul 08 18:11:38.018 INFO O| Jul 08 18:11:38.018 INFO STEP 57 (remove_files) COMPLETE
54752026-07-08T18:11:38.840Z[ recovery-image] Jul 08 18:11:38.018 INFO O| Jul 08 18:11:38.018 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-07-08T18:11:38.850Z[ recovery-image] Jul 08 18:11:38.026 INFO O| Jul 08 18:11:38.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54772026-07-08T18:11:38.850Z[ recovery-image] Jul 08 18:11:38.026 INFO O| Jul 08 18:11:38.026 INFO STEP 58 (remove_files) COMPLETE
54782026-07-08T18:11:38.850Z[ recovery-image] Jul 08 18:11:38.026 INFO O| Jul 08 18:11:38.026 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-07-08T18:11:38.850Z[ recovery-image] Jul 08 18:11:38.033 INFO O| Jul 08 18:11:38.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54802026-07-08T18:11:38.850Z[ recovery-image] Jul 08 18:11:38.033 INFO O| Jul 08 18:11:38.033 INFO STEP 59 (remove_files) COMPLETE
54812026-07-08T18:11:38.850Z[ recovery-image] Jul 08 18:11:38.033 INFO O| Jul 08 18:11:38.033 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-07-08T18:11:38.850Z[ recovery-image] Jul 08 18:11:38.041 INFO O| Jul 08 18:11:38.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54832026-07-08T18:11:38.850Z[ recovery-image] Jul 08 18:11:38.041 INFO O| Jul 08 18:11:38.041 INFO STEP 60 (remove_files) COMPLETE
54842026-07-08T18:11:38.850Z[ recovery-image] Jul 08 18:11:38.041 INFO O| Jul 08 18:11:38.041 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-07-08T18:11:38.856Z[ recovery-image] Jul 08 18:11:38.049 INFO O| Jul 08 18:11:38.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54862026-07-08T18:11:38.856Z[ recovery-image] Jul 08 18:11:38.049 INFO O| Jul 08 18:11:38.049 INFO STEP 61 (remove_files) COMPLETE
54872026-07-08T18:11:38.856Z[ recovery-image] Jul 08 18:11:38.049 INFO O| Jul 08 18:11:38.049 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-07-08T18:11:38.873Z[ recovery-image] Jul 08 18:11:38.057 INFO O| Jul 08 18:11:38.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54892026-07-08T18:11:38.873Z[ recovery-image] Jul 08 18:11:38.057 INFO O| Jul 08 18:11:38.057 INFO STEP 62 (remove_files) COMPLETE
54902026-07-08T18:11:38.873Z[ recovery-image] Jul 08 18:11:38.057 INFO O| Jul 08 18:11:38.057 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-07-08T18:11:38.873Z[ recovery-image] Jul 08 18:11:38.064 INFO O| Jul 08 18:11:38.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54922026-07-08T18:11:38.873Z[ recovery-image] Jul 08 18:11:38.064 INFO O| Jul 08 18:11:38.064 INFO STEP 63 (remove_files) COMPLETE
54932026-07-08T18:11:38.873Z[ recovery-image] Jul 08 18:11:38.064 INFO O| Jul 08 18:11:38.064 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-07-08T18:11:38.873Z[ recovery-image] Jul 08 18:11:38.071 INFO O| Jul 08 18:11:38.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54952026-07-08T18:11:38.873Z[ recovery-image] Jul 08 18:11:38.071 INFO O| Jul 08 18:11:38.071 INFO STEP 64 (remove_files) COMPLETE
54962026-07-08T18:11:38.873Z[ recovery-image] Jul 08 18:11:38.071 INFO O| Jul 08 18:11:38.071 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-07-08T18:11:38.880Z[ recovery-image] Jul 08 18:11:38.079 INFO O| Jul 08 18:11:38.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54982026-07-08T18:11:38.880Z[ recovery-image] Jul 08 18:11:38.079 INFO O| Jul 08 18:11:38.079 INFO STEP 65 (remove_files) COMPLETE
54992026-07-08T18:11:38.887Z[ recovery-image] Jul 08 18:11:38.079 INFO O| Jul 08 18:11:38.079 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-07-08T18:11:38.897Z[ recovery-image] Jul 08 18:11:38.087 INFO O| Jul 08 18:11:38.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55012026-07-08T18:11:38.897Z[ recovery-image] Jul 08 18:11:38.087 INFO O| Jul 08 18:11:38.087 INFO STEP 66 (remove_files) COMPLETE
55022026-07-08T18:11:38.897Z[ recovery-image] Jul 08 18:11:38.087 INFO O| Jul 08 18:11:38.087 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-07-08T18:11:38.897Z[ recovery-image] Jul 08 18:11:38.096 INFO O| Jul 08 18:11:38.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55042026-07-08T18:11:38.897Z[ recovery-image] Jul 08 18:11:38.096 INFO O| Jul 08 18:11:38.096 INFO STEP 67 (remove_files) COMPLETE
55052026-07-08T18:11:38.897Z[ recovery-image] Jul 08 18:11:38.096 INFO O| Jul 08 18:11:38.096 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-07-08T18:11:38.897Z[ recovery-image] Jul 08 18:11:38.101 INFO O| Jul 08 18:11:38.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55072026-07-08T18:11:38.897Z[ recovery-image] Jul 08 18:11:38.102 INFO O| Jul 08 18:11:38.102 INFO STEP 68 (remove_files) COMPLETE
55082026-07-08T18:11:38.897Z[ recovery-image] Jul 08 18:11:38.102 INFO O| Jul 08 18:11:38.102 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-07-08T18:11:38.912Z[ recovery-image] Jul 08 18:11:38.110 INFO O| Jul 08 18:11:38.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55102026-07-08T18:11:38.912Z[ recovery-image] Jul 08 18:11:38.110 INFO O| Jul 08 18:11:38.110 INFO STEP 69 (remove_files) COMPLETE
55112026-07-08T18:11:38.912Z[ recovery-image] Jul 08 18:11:38.110 INFO O| Jul 08 18:11:38.110 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-07-08T18:11:38.925Z[ recovery-image] Jul 08 18:11:38.116 INFO O| Jul 08 18:11:38.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55132026-07-08T18:11:38.926Z[ recovery-image] Jul 08 18:11:38.116 INFO O| Jul 08 18:11:38.116 INFO STEP 70 (remove_files) COMPLETE
55142026-07-08T18:11:38.926Z[ recovery-image] Jul 08 18:11:38.116 INFO O| Jul 08 18:11:38.116 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-07-08T18:11:38.926Z[ recovery-image] Jul 08 18:11:38.122 INFO O| Jul 08 18:11:38.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55162026-07-08T18:11:38.926Z[ recovery-image] Jul 08 18:11:38.122 INFO O| Jul 08 18:11:38.122 INFO STEP 71 (remove_files) COMPLETE
55172026-07-08T18:11:38.926Z[ recovery-image] Jul 08 18:11:38.122 INFO O| Jul 08 18:11:38.122 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-07-08T18:11:38.935Z[ recovery-image] Jul 08 18:11:38.128 INFO O| Jul 08 18:11:38.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55192026-07-08T18:11:38.935Z[ recovery-image] Jul 08 18:11:38.128 INFO O| Jul 08 18:11:38.128 INFO STEP 72 (remove_files) COMPLETE
55202026-07-08T18:11:38.935Z[ recovery-image] Jul 08 18:11:38.128 INFO O| Jul 08 18:11:38.128 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-07-08T18:11:38.935Z[ recovery-image] Jul 08 18:11:38.136 INFO O| Jul 08 18:11:38.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55222026-07-08T18:11:38.935Z[ recovery-image] Jul 08 18:11:38.136 INFO O| Jul 08 18:11:38.136 INFO STEP 73 (remove_files) COMPLETE
55232026-07-08T18:11:38.935Z[ recovery-image] Jul 08 18:11:38.136 INFO O| Jul 08 18:11:38.136 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-07-08T18:11:38.943Z[ recovery-image] Jul 08 18:11:38.145 INFO O| Jul 08 18:11:38.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55252026-07-08T18:11:38.943Z[ recovery-image] Jul 08 18:11:38.145 INFO O| Jul 08 18:11:38.145 INFO STEP 74 (remove_files) COMPLETE
55262026-07-08T18:11:38.943Z[ recovery-image] Jul 08 18:11:38.145 INFO O| Jul 08 18:11:38.145 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-07-08T18:11:38.952Z[ recovery-image] Jul 08 18:11:38.152 INFO O| Jul 08 18:11:38.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55282026-07-08T18:11:38.973Z[ recovery-image] Jul 08 18:11:38.152 INFO O| Jul 08 18:11:38.152 INFO STEP 75 (remove_files) COMPLETE
55292026-07-08T18:11:38.973Z[ recovery-image] Jul 08 18:11:38.152 INFO O| Jul 08 18:11:38.152 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-07-08T18:11:38.981Z[ recovery-image] Jul 08 18:11:38.159 INFO O| Jul 08 18:11:38.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55312026-07-08T18:11:38.981Z[ recovery-image] Jul 08 18:11:38.159 INFO O| Jul 08 18:11:38.159 INFO STEP 76 (remove_files) COMPLETE
55322026-07-08T18:11:38.981Z[ recovery-image] Jul 08 18:11:38.159 INFO O| Jul 08 18:11:38.159 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-07-08T18:11:38.981Z[ recovery-image] Jul 08 18:11:38.165 INFO O| Jul 08 18:11:38.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55342026-07-08T18:11:38.981Z[ recovery-image] Jul 08 18:11:38.165 INFO O| Jul 08 18:11:38.165 INFO STEP 77 (remove_files) COMPLETE
55352026-07-08T18:11:38.981Z[ recovery-image] Jul 08 18:11:38.165 INFO O| Jul 08 18:11:38.165 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-07-08T18:11:38.981Z[ recovery-image] Jul 08 18:11:38.171 INFO O| Jul 08 18:11:38.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55372026-07-08T18:11:38.981Z[ recovery-image] Jul 08 18:11:38.171 INFO O| Jul 08 18:11:38.171 INFO STEP 78 (remove_files) COMPLETE
55382026-07-08T18:11:38.981Z[ recovery-image] Jul 08 18:11:38.171 INFO O| Jul 08 18:11:38.171 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-07-08T18:11:38.981Z[ recovery-image] Jul 08 18:11:38.178 INFO O| Jul 08 18:11:38.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55402026-07-08T18:11:38.981Z[ recovery-image] Jul 08 18:11:38.178 INFO O| Jul 08 18:11:38.178 INFO STEP 79 (remove_files) COMPLETE
55412026-07-08T18:11:38.981Z[ recovery-image] Jul 08 18:11:38.178 INFO O| Jul 08 18:11:38.178 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-07-08T18:11:38.981Z[ recovery-image] Jul 08 18:11:38.184 INFO O| Jul 08 18:11:38.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55432026-07-08T18:11:38.988Z[ recovery-image] Jul 08 18:11:38.184 INFO O| Jul 08 18:11:38.184 INFO STEP 80 (remove_files) COMPLETE
55442026-07-08T18:11:38.989Z[ recovery-image] Jul 08 18:11:38.184 INFO O| Jul 08 18:11:38.184 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-07-08T18:11:38.997Z[ recovery-image] Jul 08 18:11:38.190 INFO O| Jul 08 18:11:38.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55462026-07-08T18:11:38.997Z[ recovery-image] Jul 08 18:11:38.190 INFO O| Jul 08 18:11:38.190 INFO STEP 81 (remove_files) COMPLETE
55472026-07-08T18:11:38.997Z[ recovery-image] Jul 08 18:11:38.190 INFO O| Jul 08 18:11:38.190 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-07-08T18:11:38.997Z[ recovery-image] Jul 08 18:11:38.197 INFO O| Jul 08 18:11:38.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55492026-07-08T18:11:38.997Z[ recovery-image] Jul 08 18:11:38.197 INFO O| Jul 08 18:11:38.197 INFO STEP 82 (remove_files) COMPLETE
55502026-07-08T18:11:38.997Z[ recovery-image] Jul 08 18:11:38.197 INFO O| Jul 08 18:11:38.197 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-07-08T18:11:39.007Z[ recovery-image] Jul 08 18:11:38.203 INFO O| Jul 08 18:11:38.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55522026-07-08T18:11:39.008Z[ recovery-image] Jul 08 18:11:38.203 INFO O| Jul 08 18:11:38.203 INFO STEP 83 (remove_files) COMPLETE
55532026-07-08T18:11:39.008Z[ recovery-image] Jul 08 18:11:38.203 INFO O| Jul 08 18:11:38.203 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-07-08T18:11:39.008Z[ recovery-image] Jul 08 18:11:38.210 INFO O| Jul 08 18:11:38.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55552026-07-08T18:11:39.008Z[ recovery-image] Jul 08 18:11:38.210 INFO O| Jul 08 18:11:38.210 INFO STEP 84 (remove_files) COMPLETE
55562026-07-08T18:11:39.008Z[ recovery-image] Jul 08 18:11:38.210 INFO O| Jul 08 18:11:38.210 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-07-08T18:11:39.017Z[ recovery-image] Jul 08 18:11:38.218 INFO O| Jul 08 18:11:38.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55582026-07-08T18:11:39.029Z[ recovery-image] Jul 08 18:11:38.218 INFO O| Jul 08 18:11:38.218 INFO STEP 85 (remove_files) COMPLETE
55592026-07-08T18:11:39.029Z[ recovery-image] Jul 08 18:11:38.218 INFO O| Jul 08 18:11:38.218 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-07-08T18:11:39.042Z[ recovery-image] Jul 08 18:11:38.228 INFO O| Jul 08 18:11:38.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55612026-07-08T18:11:39.042Z[ recovery-image] Jul 08 18:11:38.228 INFO O| Jul 08 18:11:38.228 INFO STEP 86 (remove_files) COMPLETE
55622026-07-08T18:11:39.042Z[ recovery-image] Jul 08 18:11:38.228 INFO O| Jul 08 18:11:38.228 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-07-08T18:11:39.043Z[ recovery-image] Jul 08 18:11:38.234 INFO O| Jul 08 18:11:38.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55642026-07-08T18:11:39.043Z[ recovery-image] Jul 08 18:11:38.234 INFO O| Jul 08 18:11:38.234 INFO STEP 87 (remove_files) COMPLETE
55652026-07-08T18:11:39.043Z[ recovery-image] Jul 08 18:11:38.234 INFO O| Jul 08 18:11:38.234 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-07-08T18:11:39.043Z[ recovery-image] Jul 08 18:11:38.241 INFO O| Jul 08 18:11:38.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55672026-07-08T18:11:39.043Z[ recovery-image] Jul 08 18:11:38.241 INFO O| Jul 08 18:11:38.241 INFO STEP 88 (remove_files) COMPLETE
55682026-07-08T18:11:39.043Z[ recovery-image] Jul 08 18:11:38.241 INFO O| Jul 08 18:11:38.241 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-07-08T18:11:39.058Z[ recovery-image] Jul 08 18:11:38.250 INFO O| Jul 08 18:11:38.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55702026-07-08T18:11:39.058Z[ recovery-image] Jul 08 18:11:38.250 INFO O| Jul 08 18:11:38.250 INFO STEP 89 (remove_files) COMPLETE
55712026-07-08T18:11:39.058Z[ recovery-image] Jul 08 18:11:38.250 INFO O| Jul 08 18:11:38.250 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-07-08T18:11:39.091Z[ recovery-image] Jul 08 18:11:38.259 INFO O| Jul 08 18:11:38.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55732026-07-08T18:11:39.092Z[ recovery-image] Jul 08 18:11:38.259 INFO O| Jul 08 18:11:38.259 INFO STEP 90 (remove_files) COMPLETE
55742026-07-08T18:11:39.092Z[ recovery-image] Jul 08 18:11:38.259 INFO O| Jul 08 18:11:38.259 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-07-08T18:11:39.092Z[ recovery-image] Jul 08 18:11:38.266 INFO O| Jul 08 18:11:38.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55762026-07-08T18:11:39.092Z[ recovery-image] Jul 08 18:11:38.266 INFO O| Jul 08 18:11:38.266 INFO STEP 91 (remove_files) COMPLETE
55772026-07-08T18:11:39.092Z[ recovery-image] Jul 08 18:11:38.266 INFO O| Jul 08 18:11:38.266 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-07-08T18:11:39.092Z[ recovery-image] Jul 08 18:11:38.272 INFO O| Jul 08 18:11:38.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55792026-07-08T18:11:39.092Z[ recovery-image] Jul 08 18:11:38.272 INFO O| Jul 08 18:11:38.272 INFO STEP 92 (remove_files) COMPLETE
55802026-07-08T18:11:39.092Z[ recovery-image] Jul 08 18:11:38.272 INFO O| Jul 08 18:11:38.272 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-07-08T18:11:39.092Z[ recovery-image] Jul 08 18:11:38.280 INFO O| Jul 08 18:11:38.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55822026-07-08T18:11:39.092Z[ recovery-image] Jul 08 18:11:38.280 INFO O| Jul 08 18:11:38.280 INFO STEP 93 (remove_files) COMPLETE
55832026-07-08T18:11:39.092Z[ recovery-image] Jul 08 18:11:38.280 INFO O| Jul 08 18:11:38.280 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-07-08T18:11:39.092Z[ recovery-image] Jul 08 18:11:38.287 INFO O| Jul 08 18:11:38.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55852026-07-08T18:11:39.092Z[ recovery-image] Jul 08 18:11:38.288 INFO O| Jul 08 18:11:38.287 INFO STEP 94 (remove_files) COMPLETE
55862026-07-08T18:11:39.092Z[ recovery-image] Jul 08 18:11:38.288 INFO O| Jul 08 18:11:38.287 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-07-08T18:11:39.104Z[ recovery-image] Jul 08 18:11:38.294 INFO O| Jul 08 18:11:38.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55882026-07-08T18:11:39.104Z[ recovery-image] Jul 08 18:11:38.294 INFO O| Jul 08 18:11:38.294 INFO STEP 95 (remove_files) COMPLETE
55892026-07-08T18:11:39.104Z[ recovery-image] Jul 08 18:11:38.294 INFO O| Jul 08 18:11:38.294 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-07-08T18:11:39.104Z[ recovery-image] Jul 08 18:11:38.302 INFO O| Jul 08 18:11:38.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55912026-07-08T18:11:39.104Z[ recovery-image] Jul 08 18:11:38.302 INFO O| Jul 08 18:11:38.302 INFO STEP 96 (remove_files) COMPLETE
55922026-07-08T18:11:39.104Z[ recovery-image] Jul 08 18:11:38.302 INFO O| Jul 08 18:11:38.302 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-07-08T18:11:39.120Z[ recovery-image] Jul 08 18:11:38.310 INFO O| Jul 08 18:11:38.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55942026-07-08T18:11:39.120Z[ recovery-image] Jul 08 18:11:38.310 INFO O| Jul 08 18:11:38.310 INFO STEP 97 (remove_files) COMPLETE
55952026-07-08T18:11:39.120Z[ recovery-image] Jul 08 18:11:38.310 INFO O| Jul 08 18:11:38.310 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-07-08T18:11:39.120Z[ recovery-image] Jul 08 18:11:38.316 INFO O| Jul 08 18:11:38.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55972026-07-08T18:11:39.120Z[ recovery-image] Jul 08 18:11:38.316 INFO O| Jul 08 18:11:38.316 INFO STEP 98 (remove_files) COMPLETE
55982026-07-08T18:11:39.120Z[ recovery-image] Jul 08 18:11:38.316 INFO O| Jul 08 18:11:38.316 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-07-08T18:11:39.129Z[ recovery-image] Jul 08 18:11:38.323 INFO O| Jul 08 18:11:38.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56002026-07-08T18:11:39.139Z[ recovery-image] Jul 08 18:11:38.323 INFO O| Jul 08 18:11:38.323 INFO STEP 99 (remove_files) COMPLETE
56012026-07-08T18:11:39.139Z[ recovery-image] Jul 08 18:11:38.323 INFO O| Jul 08 18:11:38.323 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-07-08T18:11:39.139Z[ recovery-image] Jul 08 18:11:38.329 INFO O| Jul 08 18:11:38.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56032026-07-08T18:11:39.140Z[ recovery-image] Jul 08 18:11:38.329 INFO O| Jul 08 18:11:38.329 INFO STEP 100 (remove_files) COMPLETE
56042026-07-08T18:11:39.140Z[ recovery-image] Jul 08 18:11:38.329 INFO O| Jul 08 18:11:38.329 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-07-08T18:11:39.155Z[ recovery-image] Jul 08 18:11:38.335 INFO O| Jul 08 18:11:38.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56062026-07-08T18:11:39.155Z[ recovery-image] Jul 08 18:11:38.335 INFO O| Jul 08 18:11:38.335 INFO STEP 101 (remove_files) COMPLETE
56072026-07-08T18:11:39.155Z[ recovery-image] Jul 08 18:11:38.335 INFO O| Jul 08 18:11:38.335 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-07-08T18:11:39.155Z[ recovery-image] Jul 08 18:11:38.343 INFO O| Jul 08 18:11:38.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56092026-07-08T18:11:39.155Z[ recovery-image] Jul 08 18:11:38.344 INFO O| Jul 08 18:11:38.344 INFO STEP 102 (remove_files) COMPLETE
56102026-07-08T18:11:39.155Z[ recovery-image] Jul 08 18:11:38.344 INFO O| Jul 08 18:11:38.344 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-07-08T18:11:39.155Z[ recovery-image] Jul 08 18:11:38.350 INFO O| Jul 08 18:11:38.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56122026-07-08T18:11:39.155Z[ recovery-image] Jul 08 18:11:38.350 INFO O| Jul 08 18:11:38.350 INFO STEP 103 (remove_files) COMPLETE
56132026-07-08T18:11:39.156Z[ recovery-image] Jul 08 18:11:38.350 INFO O| Jul 08 18:11:38.350 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-07-08T18:11:39.165Z[ recovery-image] Jul 08 18:11:38.359 INFO O| Jul 08 18:11:38.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56152026-07-08T18:11:39.165Z[ recovery-image] Jul 08 18:11:38.359 INFO O| Jul 08 18:11:38.359 INFO STEP 104 (remove_files) COMPLETE
56162026-07-08T18:11:39.165Z[ recovery-image] Jul 08 18:11:38.359 INFO O| Jul 08 18:11:38.359 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-07-08T18:11:39.165Z[ recovery-image] Jul 08 18:11:38.367 INFO O| Jul 08 18:11:38.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56182026-07-08T18:11:39.166Z[ recovery-image] Jul 08 18:11:38.367 INFO O| Jul 08 18:11:38.367 INFO STEP 105 (remove_files) COMPLETE
56192026-07-08T18:11:39.166Z[ recovery-image] Jul 08 18:11:38.367 INFO O| Jul 08 18:11:38.367 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-07-08T18:11:39.185Z[ recovery-image] Jul 08 18:11:38.375 INFO O| Jul 08 18:11:38.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56212026-07-08T18:11:39.185Z[ recovery-image] Jul 08 18:11:38.375 INFO O| Jul 08 18:11:38.375 INFO STEP 106 (remove_files) COMPLETE
56222026-07-08T18:11:39.185Z[ recovery-image] Jul 08 18:11:38.375 INFO O| Jul 08 18:11:38.375 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-07-08T18:11:39.201Z[ recovery-image] Jul 08 18:11:38.382 INFO O| Jul 08 18:11:38.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56242026-07-08T18:11:39.202Z[ recovery-image] Jul 08 18:11:38.382 INFO O| Jul 08 18:11:38.382 INFO STEP 107 (remove_files) COMPLETE
56252026-07-08T18:11:39.202Z[ recovery-image] Jul 08 18:11:38.382 INFO O| Jul 08 18:11:38.382 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-07-08T18:11:39.202Z[ recovery-image] Jul 08 18:11:38.389 INFO O| Jul 08 18:11:38.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56272026-07-08T18:11:39.202Z[ recovery-image] Jul 08 18:11:38.389 INFO O| Jul 08 18:11:38.389 INFO STEP 108 (remove_files) COMPLETE
56282026-07-08T18:11:39.202Z[ recovery-image] Jul 08 18:11:38.389 INFO O| Jul 08 18:11:38.389 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-07-08T18:11:39.202Z[ recovery-image] Jul 08 18:11:38.397 INFO O| Jul 08 18:11:38.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56302026-07-08T18:11:39.217Z[ recovery-image] Jul 08 18:11:38.397 INFO O| Jul 08 18:11:38.397 INFO STEP 109 (remove_files) COMPLETE
56312026-07-08T18:11:39.217Z[ recovery-image] Jul 08 18:11:38.397 INFO O| Jul 08 18:11:38.397 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-07-08T18:11:39.233Z[ recovery-image] Jul 08 18:11:38.404 INFO O| Jul 08 18:11:38.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56332026-07-08T18:11:39.233Z[ recovery-image] Jul 08 18:11:38.404 INFO O| Jul 08 18:11:38.404 INFO STEP 110 (remove_files) COMPLETE
56342026-07-08T18:11:39.234Z[ recovery-image] Jul 08 18:11:38.404 INFO O| Jul 08 18:11:38.404 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-07-08T18:11:39.234Z[ recovery-image] Jul 08 18:11:38.412 INFO O| Jul 08 18:11:38.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56362026-07-08T18:11:39.234Z[ recovery-image] Jul 08 18:11:38.412 INFO O| Jul 08 18:11:38.412 INFO STEP 111 (remove_files) COMPLETE
56372026-07-08T18:11:39.234Z[ recovery-image] Jul 08 18:11:38.412 INFO O| Jul 08 18:11:38.412 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-07-08T18:11:39.234Z[ recovery-image] Jul 08 18:11:38.419 INFO O| Jul 08 18:11:38.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56392026-07-08T18:11:39.234Z[ recovery-image] Jul 08 18:11:38.419 INFO O| Jul 08 18:11:38.419 INFO STEP 112 (remove_files) COMPLETE
56402026-07-08T18:11:39.234Z[ recovery-image] Jul 08 18:11:38.419 INFO O| Jul 08 18:11:38.419 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-07-08T18:11:39.234Z[ recovery-image] Jul 08 18:11:38.428 INFO O| Jul 08 18:11:38.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56422026-07-08T18:11:39.234Z[ recovery-image] Jul 08 18:11:38.429 INFO O| Jul 08 18:11:38.429 INFO STEP 113 (remove_files) COMPLETE
56432026-07-08T18:11:39.234Z[ recovery-image] Jul 08 18:11:38.429 INFO O| Jul 08 18:11:38.429 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-07-08T18:11:39.243Z[ recovery-image] Jul 08 18:11:38.436 INFO O| Jul 08 18:11:38.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56452026-07-08T18:11:39.252Z[ recovery-image] Jul 08 18:11:38.437 INFO O| Jul 08 18:11:38.437 INFO STEP 114 (remove_files) COMPLETE
56462026-07-08T18:11:39.252Z[ recovery-image] Jul 08 18:11:38.437 INFO O| Jul 08 18:11:38.437 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-07-08T18:11:39.253Z[ recovery-image] Jul 08 18:11:38.444 INFO O| Jul 08 18:11:38.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56482026-07-08T18:11:39.253Z[ recovery-image] Jul 08 18:11:38.444 INFO O| Jul 08 18:11:38.444 INFO STEP 115 (remove_files) COMPLETE
56492026-07-08T18:11:39.253Z[ recovery-image] Jul 08 18:11:38.444 INFO O| Jul 08 18:11:38.444 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-07-08T18:11:39.265Z[ recovery-image] Jul 08 18:11:38.452 INFO O| Jul 08 18:11:38.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56512026-07-08T18:11:39.265Z[ recovery-image] Jul 08 18:11:38.452 INFO O| Jul 08 18:11:38.452 INFO STEP 116 (remove_files) COMPLETE
56522026-07-08T18:11:39.265Z[ recovery-image] Jul 08 18:11:38.452 INFO O| Jul 08 18:11:38.452 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-07-08T18:11:39.265Z[ recovery-image] Jul 08 18:11:38.459 INFO O| Jul 08 18:11:38.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56542026-07-08T18:11:39.265Z[ recovery-image] Jul 08 18:11:38.459 INFO O| Jul 08 18:11:38.459 INFO STEP 117 (remove_files) COMPLETE
56552026-07-08T18:11:39.265Z[ recovery-image] Jul 08 18:11:38.459 INFO O| Jul 08 18:11:38.459 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-07-08T18:11:39.265Z[ recovery-image] Jul 08 18:11:38.465 INFO O| Jul 08 18:11:38.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56572026-07-08T18:11:39.265Z[ recovery-image] Jul 08 18:11:38.465 INFO O| Jul 08 18:11:38.465 INFO STEP 118 (remove_files) COMPLETE
56582026-07-08T18:11:39.265Z[ recovery-image] Jul 08 18:11:38.465 INFO O| Jul 08 18:11:38.465 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-07-08T18:11:39.317Z[ recovery-image] Jul 08 18:11:38.472 INFO O| Jul 08 18:11:38.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56602026-07-08T18:11:39.317Z[ recovery-image] Jul 08 18:11:38.472 INFO O| Jul 08 18:11:38.472 INFO STEP 119 (remove_files) COMPLETE
56612026-07-08T18:11:39.317Z[ recovery-image] Jul 08 18:11:38.472 INFO O| Jul 08 18:11:38.472 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-07-08T18:11:39.317Z[ recovery-image] Jul 08 18:11:38.479 INFO O| Jul 08 18:11:38.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56632026-07-08T18:11:39.317Z[ recovery-image] Jul 08 18:11:38.479 INFO O| Jul 08 18:11:38.479 INFO STEP 120 (remove_files) COMPLETE
56642026-07-08T18:11:39.317Z[ recovery-image] Jul 08 18:11:38.479 INFO O| Jul 08 18:11:38.479 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-07-08T18:11:39.332Z[ recovery-image] Jul 08 18:11:38.487 INFO O| Jul 08 18:11:38.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56662026-07-08T18:11:39.332Z[ recovery-image] Jul 08 18:11:38.487 INFO O| Jul 08 18:11:38.487 INFO STEP 121 (remove_files) COMPLETE
56672026-07-08T18:11:39.332Z[ recovery-image] Jul 08 18:11:38.487 INFO O| Jul 08 18:11:38.487 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-07-08T18:11:39.340Z[ recovery-image] Jul 08 18:11:38.494 INFO O| Jul 08 18:11:38.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56692026-07-08T18:11:39.340Z[ recovery-image] Jul 08 18:11:38.494 INFO O| Jul 08 18:11:38.494 INFO STEP 122 (remove_files) COMPLETE
56702026-07-08T18:11:39.340Z[ recovery-image] Jul 08 18:11:38.494 INFO O| Jul 08 18:11:38.494 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-07-08T18:11:39.341Z[ recovery-image] Jul 08 18:11:38.501 INFO O| Jul 08 18:11:38.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56722026-07-08T18:11:39.341Z[ recovery-image] Jul 08 18:11:38.501 INFO O| Jul 08 18:11:38.501 INFO STEP 123 (remove_files) COMPLETE
56732026-07-08T18:11:39.341Z[ recovery-image] Jul 08 18:11:38.501 INFO O| Jul 08 18:11:38.501 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-07-08T18:11:39.360Z[ recovery-image] Jul 08 18:11:38.508 INFO O| Jul 08 18:11:38.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56752026-07-08T18:11:39.361Z[ recovery-image] Jul 08 18:11:38.508 INFO O| Jul 08 18:11:38.508 INFO STEP 124 (remove_files) COMPLETE
56762026-07-08T18:11:39.361Z[ recovery-image] Jul 08 18:11:38.508 INFO O| Jul 08 18:11:38.508 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-07-08T18:11:39.361Z[ recovery-image] Jul 08 18:11:38.515 INFO O| Jul 08 18:11:38.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56782026-07-08T18:11:39.361Z[ recovery-image] Jul 08 18:11:38.515 INFO O| Jul 08 18:11:38.515 INFO STEP 125 (remove_files) COMPLETE
56792026-07-08T18:11:39.361Z[ recovery-image] Jul 08 18:11:38.515 INFO O| Jul 08 18:11:38.515 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-07-08T18:11:39.361Z[ recovery-image] Jul 08 18:11:38.522 INFO O| Jul 08 18:11:38.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56812026-07-08T18:11:39.361Z[ recovery-image] Jul 08 18:11:38.522 INFO O| Jul 08 18:11:38.522 INFO STEP 126 (remove_files) COMPLETE
56822026-07-08T18:11:39.361Z[ recovery-image] Jul 08 18:11:38.522 INFO O| Jul 08 18:11:38.522 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-07-08T18:11:39.361Z[ recovery-image] Jul 08 18:11:38.528 INFO O| Jul 08 18:11:38.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56842026-07-08T18:11:39.361Z[ recovery-image] Jul 08 18:11:38.528 INFO O| Jul 08 18:11:38.528 INFO STEP 127 (remove_files) COMPLETE
56852026-07-08T18:11:39.361Z[ recovery-image] Jul 08 18:11:38.528 INFO O| Jul 08 18:11:38.528 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-07-08T18:11:39.370Z[ recovery-image] Jul 08 18:11:38.535 INFO O| Jul 08 18:11:38.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56872026-07-08T18:11:39.370Z[ recovery-image] Jul 08 18:11:38.535 INFO O| Jul 08 18:11:38.535 INFO STEP 128 (remove_files) COMPLETE
56882026-07-08T18:11:39.370Z[ recovery-image] Jul 08 18:11:38.535 INFO O| Jul 08 18:11:38.535 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-07-08T18:11:39.373Z[ recovery-image] Jul 08 18:11:38.542 INFO O| Jul 08 18:11:38.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56902026-07-08T18:11:39.373Z[ recovery-image] Jul 08 18:11:38.542 INFO O| Jul 08 18:11:38.542 INFO STEP 129 (remove_files) COMPLETE
56912026-07-08T18:11:39.373Z[ recovery-image] Jul 08 18:11:38.542 INFO O| Jul 08 18:11:38.542 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-07-08T18:11:39.373Z[ recovery-image] Jul 08 18:11:38.550 INFO O| Jul 08 18:11:38.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56932026-07-08T18:11:39.373Z[ recovery-image] Jul 08 18:11:38.550 INFO O| Jul 08 18:11:38.550 INFO STEP 130 (remove_files) COMPLETE
56942026-07-08T18:11:39.373Z[ recovery-image] Jul 08 18:11:38.550 INFO O| Jul 08 18:11:38.550 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-07-08T18:11:39.373Z[ recovery-image] Jul 08 18:11:38.558 INFO O| Jul 08 18:11:38.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56962026-07-08T18:11:39.373Z[ recovery-image] Jul 08 18:11:38.558 INFO O| Jul 08 18:11:38.558 INFO STEP 131 (remove_files) COMPLETE
56972026-07-08T18:11:39.373Z[ recovery-image] Jul 08 18:11:38.558 INFO O| Jul 08 18:11:38.558 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-07-08T18:11:39.373Z[ recovery-image] Jul 08 18:11:38.565 INFO O| Jul 08 18:11:38.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56992026-07-08T18:11:39.373Z[ recovery-image] Jul 08 18:11:38.565 INFO O| Jul 08 18:11:38.565 INFO STEP 132 (remove_files) COMPLETE
57002026-07-08T18:11:39.373Z[ recovery-image] Jul 08 18:11:38.565 INFO O| Jul 08 18:11:38.565 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-07-08T18:11:39.373Z[ recovery-image] Jul 08 18:11:38.572 INFO O| Jul 08 18:11:38.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57022026-07-08T18:11:39.373Z[ recovery-image] Jul 08 18:11:38.572 INFO O| Jul 08 18:11:38.572 INFO STEP 133 (remove_files) COMPLETE
57032026-07-08T18:11:39.373Z[ recovery-image] Jul 08 18:11:38.572 INFO O| Jul 08 18:11:38.572 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-07-08T18:11:39.395Z[ recovery-image] Jul 08 18:11:38.580 INFO O| Jul 08 18:11:38.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57052026-07-08T18:11:39.395Z[ recovery-image] Jul 08 18:11:38.580 INFO O| Jul 08 18:11:38.580 INFO STEP 134 (remove_files) COMPLETE
57062026-07-08T18:11:39.395Z[ recovery-image] Jul 08 18:11:38.580 INFO O| Jul 08 18:11:38.580 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-07-08T18:11:39.395Z[ recovery-image] Jul 08 18:11:38.587 INFO O| Jul 08 18:11:38.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57082026-07-08T18:11:39.395Z[ recovery-image] Jul 08 18:11:38.587 INFO O| Jul 08 18:11:38.587 INFO STEP 135 (remove_files) COMPLETE
57092026-07-08T18:11:39.395Z[ recovery-image] Jul 08 18:11:38.587 INFO O| Jul 08 18:11:38.587 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-07-08T18:11:39.395Z[ recovery-image] Jul 08 18:11:38.594 INFO O| Jul 08 18:11:38.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57112026-07-08T18:11:39.395Z[ recovery-image] Jul 08 18:11:38.594 INFO O| Jul 08 18:11:38.594 INFO STEP 136 (remove_files) COMPLETE
57122026-07-08T18:11:39.395Z[ recovery-image] Jul 08 18:11:38.594 INFO O| Jul 08 18:11:38.594 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-07-08T18:11:39.403Z[ recovery-image] Jul 08 18:11:38.601 INFO O| Jul 08 18:11:38.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57142026-07-08T18:11:39.404Z[ recovery-image] Jul 08 18:11:38.601 INFO O| Jul 08 18:11:38.601 INFO STEP 137 (remove_files) COMPLETE
57152026-07-08T18:11:39.404Z[ recovery-image] Jul 08 18:11:38.601 INFO O| Jul 08 18:11:38.601 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-07-08T18:11:39.404Z[ recovery-image] Jul 08 18:11:38.607 INFO O| Jul 08 18:11:38.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57172026-07-08T18:11:39.404Z[ recovery-image] Jul 08 18:11:38.607 INFO O| Jul 08 18:11:38.607 INFO STEP 138 (remove_files) COMPLETE
57182026-07-08T18:11:39.404Z[ recovery-image] Jul 08 18:11:38.607 INFO O| Jul 08 18:11:38.607 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-07-08T18:11:39.418Z[ recovery-image] Jul 08 18:11:38.614 INFO O| Jul 08 18:11:38.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57202026-07-08T18:11:39.418Z[ recovery-image] Jul 08 18:11:38.614 INFO O| Jul 08 18:11:38.614 INFO STEP 139 (remove_files) COMPLETE
57212026-07-08T18:11:39.418Z[ recovery-image] Jul 08 18:11:38.614 INFO O| Jul 08 18:11:38.614 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-07-08T18:11:39.418Z[ recovery-image] Jul 08 18:11:38.620 INFO O| Jul 08 18:11:38.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57232026-07-08T18:11:39.418Z[ recovery-image] Jul 08 18:11:38.620 INFO O| Jul 08 18:11:38.620 INFO STEP 140 (remove_files) COMPLETE
57242026-07-08T18:11:39.418Z[ recovery-image] Jul 08 18:11:38.620 INFO O| Jul 08 18:11:38.620 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-07-08T18:11:39.433Z[ recovery-image] Jul 08 18:11:38.627 INFO O| Jul 08 18:11:38.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57262026-07-08T18:11:39.433Z[ recovery-image] Jul 08 18:11:38.627 INFO O| Jul 08 18:11:38.627 INFO STEP 141 (remove_files) COMPLETE
57272026-07-08T18:11:39.433Z[ recovery-image] Jul 08 18:11:38.627 INFO O| Jul 08 18:11:38.627 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-07-08T18:11:39.448Z[ recovery-image] Jul 08 18:11:38.633 INFO O| Jul 08 18:11:38.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57292026-07-08T18:11:39.448Z[ recovery-image] Jul 08 18:11:38.633 INFO O| Jul 08 18:11:38.633 INFO STEP 142 (remove_files) COMPLETE
57302026-07-08T18:11:39.448Z[ recovery-image] Jul 08 18:11:38.633 INFO O| Jul 08 18:11:38.633 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-07-08T18:11:39.448Z[ recovery-image] Jul 08 18:11:38.640 INFO O| Jul 08 18:11:38.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57322026-07-08T18:11:39.448Z[ recovery-image] Jul 08 18:11:38.640 INFO O| Jul 08 18:11:38.640 INFO STEP 143 (remove_files) COMPLETE
57332026-07-08T18:11:39.464Z[ recovery-image] Jul 08 18:11:38.640 INFO O| Jul 08 18:11:38.640 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-07-08T18:11:39.464Z[ recovery-image] Jul 08 18:11:38.646 INFO O| Jul 08 18:11:38.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57352026-07-08T18:11:39.465Z[ recovery-image] Jul 08 18:11:38.646 INFO O| Jul 08 18:11:38.646 INFO STEP 144 (remove_files) COMPLETE
57362026-07-08T18:11:39.465Z[ recovery-image] Jul 08 18:11:38.646 INFO O| Jul 08 18:11:38.646 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-07-08T18:11:39.474Z[ recovery-image] Jul 08 18:11:38.655 INFO O| Jul 08 18:11:38.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57382026-07-08T18:11:39.475Z[ recovery-image] Jul 08 18:11:38.655 INFO O| Jul 08 18:11:38.655 INFO STEP 145 (remove_files) COMPLETE
57392026-07-08T18:11:39.475Z[ recovery-image] Jul 08 18:11:38.655 INFO O| Jul 08 18:11:38.655 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-07-08T18:11:39.475Z[ recovery-image] Jul 08 18:11:38.663 INFO O| Jul 08 18:11:38.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57412026-07-08T18:11:39.475Z[ recovery-image] Jul 08 18:11:38.663 INFO O| Jul 08 18:11:38.663 INFO STEP 146 (remove_files) COMPLETE
57422026-07-08T18:11:39.475Z[ recovery-image] Jul 08 18:11:38.663 INFO O| Jul 08 18:11:38.663 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-07-08T18:11:39.475Z[ recovery-image] Jul 08 18:11:38.670 INFO O| Jul 08 18:11:38.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57442026-07-08T18:11:39.475Z[ recovery-image] Jul 08 18:11:38.670 INFO O| Jul 08 18:11:38.670 INFO STEP 147 (remove_files) COMPLETE
57452026-07-08T18:11:39.475Z[ recovery-image] Jul 08 18:11:38.670 INFO O| Jul 08 18:11:38.670 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-07-08T18:11:39.475Z[ recovery-image] Jul 08 18:11:38.676 INFO O| Jul 08 18:11:38.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57472026-07-08T18:11:39.475Z[ recovery-image] Jul 08 18:11:38.676 INFO O| Jul 08 18:11:38.676 INFO STEP 148 (remove_files) COMPLETE
57482026-07-08T18:11:39.475Z[ recovery-image] Jul 08 18:11:38.676 INFO O| Jul 08 18:11:38.676 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-07-08T18:11:39.493Z[ recovery-image] Jul 08 18:11:38.682 INFO O| Jul 08 18:11:38.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57502026-07-08T18:11:39.493Z[ recovery-image] Jul 08 18:11:38.683 INFO O| Jul 08 18:11:38.683 INFO STEP 149 (remove_files) COMPLETE
57512026-07-08T18:11:39.493Z[ recovery-image] Jul 08 18:11:38.683 INFO O| Jul 08 18:11:38.683 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-07-08T18:11:39.493Z[ recovery-image] Jul 08 18:11:38.689 INFO O| Jul 08 18:11:38.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57532026-07-08T18:11:39.493Z[ recovery-image] Jul 08 18:11:38.689 INFO O| Jul 08 18:11:38.689 INFO STEP 150 (remove_files) COMPLETE
57542026-07-08T18:11:39.493Z[ recovery-image] Jul 08 18:11:38.689 INFO O| Jul 08 18:11:38.689 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-07-08T18:11:39.493Z[ recovery-image] Jul 08 18:11:38.696 INFO O| Jul 08 18:11:38.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57562026-07-08T18:11:39.493Z[ recovery-image] Jul 08 18:11:38.696 INFO O| Jul 08 18:11:38.696 INFO STEP 151 (remove_files) COMPLETE
57572026-07-08T18:11:39.493Z[ recovery-image] Jul 08 18:11:38.696 INFO O| Jul 08 18:11:38.696 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-07-08T18:11:39.500Z[ recovery-image] Jul 08 18:11:38.702 INFO O| Jul 08 18:11:38.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57592026-07-08T18:11:39.500Z[ recovery-image] Jul 08 18:11:38.702 INFO O| Jul 08 18:11:38.702 INFO STEP 152 (remove_files) COMPLETE
57602026-07-08T18:11:39.500Z[ recovery-image] Jul 08 18:11:38.702 INFO O| Jul 08 18:11:38.702 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-07-08T18:11:39.508Z[ recovery-image] Jul 08 18:11:38.708 INFO O| Jul 08 18:11:38.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57622026-07-08T18:11:39.508Z[ recovery-image] Jul 08 18:11:38.708 INFO O| Jul 08 18:11:38.708 INFO STEP 153 (remove_files) COMPLETE
57632026-07-08T18:11:39.508Z[ recovery-image] Jul 08 18:11:38.708 INFO O| Jul 08 18:11:38.708 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-07-08T18:11:39.550Z[ recovery-image] Jul 08 18:11:38.715 INFO O| Jul 08 18:11:38.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57652026-07-08T18:11:39.550Z[ recovery-image] Jul 08 18:11:38.715 INFO O| Jul 08 18:11:38.715 INFO STEP 154 (remove_files) COMPLETE
57662026-07-08T18:11:39.550Z[ recovery-image] Jul 08 18:11:38.715 INFO O| Jul 08 18:11:38.715 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-07-08T18:11:39.550Z[ recovery-image] Jul 08 18:11:38.721 INFO O| Jul 08 18:11:38.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57682026-07-08T18:11:39.550Z[ recovery-image] Jul 08 18:11:38.721 INFO O| Jul 08 18:11:38.721 INFO STEP 155 (remove_files) COMPLETE
57692026-07-08T18:11:39.550Z[ recovery-image] Jul 08 18:11:38.721 INFO O| Jul 08 18:11:38.721 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-07-08T18:11:39.550Z[ recovery-image] Jul 08 18:11:38.730 INFO O| Jul 08 18:11:38.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57712026-07-08T18:11:39.550Z[ recovery-image] Jul 08 18:11:38.730 INFO O| Jul 08 18:11:38.730 INFO STEP 156 (remove_files) COMPLETE
57722026-07-08T18:11:39.550Z[ recovery-image] Jul 08 18:11:38.730 INFO O| Jul 08 18:11:38.730 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-07-08T18:11:39.550Z[ recovery-image] Jul 08 18:11:38.736 INFO O| Jul 08 18:11:38.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57742026-07-08T18:11:39.550Z[ recovery-image] Jul 08 18:11:38.736 INFO O| Jul 08 18:11:38.736 INFO STEP 157 (remove_files) COMPLETE
57752026-07-08T18:11:39.550Z[ recovery-image] Jul 08 18:11:38.736 INFO O| Jul 08 18:11:38.736 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-07-08T18:11:39.550Z[ recovery-image] Jul 08 18:11:38.744 INFO O| Jul 08 18:11:38.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57772026-07-08T18:11:39.550Z[ recovery-image] Jul 08 18:11:38.744 INFO O| Jul 08 18:11:38.744 INFO STEP 158 (remove_files) COMPLETE
57782026-07-08T18:11:39.550Z[ recovery-image] Jul 08 18:11:38.744 INFO O| Jul 08 18:11:38.744 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-07-08T18:11:39.570Z[ recovery-image] Jul 08 18:11:38.750 INFO O| Jul 08 18:11:38.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57802026-07-08T18:11:39.570Z[ recovery-image] Jul 08 18:11:38.750 INFO O| Jul 08 18:11:38.750 INFO STEP 159 (remove_files) COMPLETE
57812026-07-08T18:11:39.570Z[ recovery-image] Jul 08 18:11:38.750 INFO O| Jul 08 18:11:38.750 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-07-08T18:11:39.570Z[ recovery-image] Jul 08 18:11:38.757 INFO O| Jul 08 18:11:38.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57832026-07-08T18:11:39.570Z[ recovery-image] Jul 08 18:11:38.757 INFO O| Jul 08 18:11:38.757 INFO STEP 160 (remove_files) COMPLETE
57842026-07-08T18:11:39.570Z[ recovery-image] Jul 08 18:11:38.757 INFO O| Jul 08 18:11:38.757 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-07-08T18:11:39.570Z[ recovery-image] Jul 08 18:11:38.765 INFO O| Jul 08 18:11:38.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57862026-07-08T18:11:39.570Z[ recovery-image] Jul 08 18:11:38.765 INFO O| Jul 08 18:11:38.765 INFO STEP 161 (remove_files) COMPLETE
57872026-07-08T18:11:39.571Z[ recovery-image] Jul 08 18:11:38.765 INFO O| Jul 08 18:11:38.765 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-07-08T18:11:39.571Z[ recovery-image] Jul 08 18:11:38.772 INFO O| Jul 08 18:11:38.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57892026-07-08T18:11:39.571Z[ recovery-image] Jul 08 18:11:38.772 INFO O| Jul 08 18:11:38.772 INFO STEP 162 (remove_files) COMPLETE
57902026-07-08T18:11:39.571Z[ recovery-image] Jul 08 18:11:38.772 INFO O| Jul 08 18:11:38.772 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-07-08T18:11:39.580Z[ recovery-image] Jul 08 18:11:38.780 INFO O| Jul 08 18:11:38.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57922026-07-08T18:11:39.580Z[ recovery-image] Jul 08 18:11:38.780 INFO O| Jul 08 18:11:38.780 INFO STEP 163 (remove_files) COMPLETE
57932026-07-08T18:11:39.580Z[ recovery-image] Jul 08 18:11:38.780 INFO O| Jul 08 18:11:38.780 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-07-08T18:11:39.618Z[ recovery-image] Jul 08 18:11:38.788 INFO O| Jul 08 18:11:38.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57952026-07-08T18:11:39.619Z[ recovery-image] Jul 08 18:11:38.788 INFO O| Jul 08 18:11:38.788 INFO STEP 164 (remove_files) COMPLETE
57962026-07-08T18:11:39.619Z[ recovery-image] Jul 08 18:11:38.788 INFO O| Jul 08 18:11:38.788 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-07-08T18:11:39.619Z[ recovery-image] Jul 08 18:11:38.794 INFO O| Jul 08 18:11:38.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57982026-07-08T18:11:39.619Z[ recovery-image] Jul 08 18:11:38.794 INFO O| Jul 08 18:11:38.794 INFO STEP 165 (remove_files) COMPLETE
57992026-07-08T18:11:39.619Z[ recovery-image] Jul 08 18:11:38.794 INFO O| Jul 08 18:11:38.794 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-07-08T18:11:39.619Z[ recovery-image] Jul 08 18:11:38.801 INFO O| Jul 08 18:11:38.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58012026-07-08T18:11:39.619Z[ recovery-image] Jul 08 18:11:38.801 INFO O| Jul 08 18:11:38.801 INFO STEP 166 (remove_files) COMPLETE
58022026-07-08T18:11:39.619Z[ recovery-image] Jul 08 18:11:38.801 INFO O| Jul 08 18:11:38.801 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-07-08T18:11:39.619Z[ recovery-image] Jul 08 18:11:38.807 INFO O| Jul 08 18:11:38.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58042026-07-08T18:11:39.619Z[ recovery-image] Jul 08 18:11:38.807 INFO O| Jul 08 18:11:38.807 INFO STEP 167 (remove_files) COMPLETE
58052026-07-08T18:11:39.619Z[ recovery-image] Jul 08 18:11:38.807 INFO O| Jul 08 18:11:38.807 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-07-08T18:11:39.630Z[ recovery-image] Jul 08 18:11:38.813 INFO O| Jul 08 18:11:38.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58072026-07-08T18:11:39.630Z[ recovery-image] Jul 08 18:11:38.813 INFO O| Jul 08 18:11:38.813 INFO STEP 168 (remove_files) COMPLETE
58082026-07-08T18:11:39.630Z[ recovery-image] Jul 08 18:11:38.813 INFO O| Jul 08 18:11:38.813 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-07-08T18:11:39.633Z[ recovery-image] Jul 08 18:11:38.820 INFO O| Jul 08 18:11:38.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58102026-07-08T18:11:39.633Z[ recovery-image] Jul 08 18:11:38.820 INFO O| Jul 08 18:11:38.820 INFO STEP 169 (remove_files) COMPLETE
58112026-07-08T18:11:39.633Z[ recovery-image] Jul 08 18:11:38.820 INFO O| Jul 08 18:11:38.820 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-07-08T18:11:39.633Z[ recovery-image] Jul 08 18:11:38.827 INFO O| Jul 08 18:11:38.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58132026-07-08T18:11:39.634Z[ recovery-image] Jul 08 18:11:38.827 INFO O| Jul 08 18:11:38.827 INFO STEP 170 (remove_files) COMPLETE
58142026-07-08T18:11:39.634Z[ recovery-image] Jul 08 18:11:38.827 INFO O| Jul 08 18:11:38.827 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-07-08T18:11:39.634Z[ recovery-image] Jul 08 18:11:38.833 INFO O| Jul 08 18:11:38.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58162026-07-08T18:11:39.634Z[ recovery-image] Jul 08 18:11:38.833 INFO O| Jul 08 18:11:38.833 INFO STEP 171 (remove_files) COMPLETE
58172026-07-08T18:11:39.634Z[ recovery-image] Jul 08 18:11:38.833 INFO O| Jul 08 18:11:38.833 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-07-08T18:11:39.646Z[ recovery-image] Jul 08 18:11:38.843 INFO O| Jul 08 18:11:38.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58192026-07-08T18:11:39.646Z[ recovery-image] Jul 08 18:11:38.843 INFO O| Jul 08 18:11:38.843 INFO STEP 172 (remove_files) COMPLETE
58202026-07-08T18:11:39.647Z[ recovery-image] Jul 08 18:11:38.843 INFO O| Jul 08 18:11:38.843 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-07-08T18:11:39.656Z[ recovery-image] Jul 08 18:11:38.851 INFO O| Jul 08 18:11:38.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58222026-07-08T18:11:39.656Z[ recovery-image] Jul 08 18:11:38.851 INFO O| Jul 08 18:11:38.851 INFO STEP 173 (remove_files) COMPLETE
58232026-07-08T18:11:39.656Z[ recovery-image] Jul 08 18:11:38.851 INFO O| Jul 08 18:11:38.851 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-07-08T18:11:39.656Z[ recovery-image] Jul 08 18:11:38.858 INFO O| Jul 08 18:11:38.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58252026-07-08T18:11:39.656Z[ recovery-image] Jul 08 18:11:38.858 INFO O| Jul 08 18:11:38.858 INFO STEP 174 (remove_files) COMPLETE
58262026-07-08T18:11:39.656Z[ recovery-image] Jul 08 18:11:38.858 INFO O| Jul 08 18:11:38.858 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-07-08T18:11:39.671Z[ recovery-image] Jul 08 18:11:38.867 INFO O| Jul 08 18:11:38.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58282026-07-08T18:11:39.671Z[ recovery-image] Jul 08 18:11:38.867 INFO O| Jul 08 18:11:38.867 INFO STEP 175 (remove_files) COMPLETE
58292026-07-08T18:11:39.671Z[ recovery-image] Jul 08 18:11:38.867 INFO O| Jul 08 18:11:38.867 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-07-08T18:11:39.680Z[ recovery-image] Jul 08 18:11:38.875 INFO O| Jul 08 18:11:38.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58312026-07-08T18:11:39.680Z[ recovery-image] Jul 08 18:11:38.875 INFO O| Jul 08 18:11:38.875 INFO STEP 176 (remove_files) COMPLETE
58322026-07-08T18:11:39.680Z[ recovery-image] Jul 08 18:11:38.875 INFO O| Jul 08 18:11:38.875 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-07-08T18:11:39.681Z[ recovery-image] Jul 08 18:11:38.882 INFO O| Jul 08 18:11:38.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58342026-07-08T18:11:39.681Z[ recovery-image] Jul 08 18:11:38.882 INFO O| Jul 08 18:11:38.882 INFO STEP 177 (remove_files) COMPLETE
58352026-07-08T18:11:39.681Z[ recovery-image] Jul 08 18:11:38.882 INFO O| Jul 08 18:11:38.882 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-07-08T18:11:39.688Z[ recovery-image] Jul 08 18:11:38.889 INFO O| Jul 08 18:11:38.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58372026-07-08T18:11:39.688Z[ recovery-image] Jul 08 18:11:38.889 INFO O| Jul 08 18:11:38.889 INFO STEP 178 (remove_files) COMPLETE
58382026-07-08T18:11:39.690Z[ recovery-image] Jul 08 18:11:38.889 INFO O| Jul 08 18:11:38.889 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-07-08T18:11:39.714Z[ recovery-image] Jul 08 18:11:38.896 INFO O| Jul 08 18:11:38.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58402026-07-08T18:11:39.714Z[ recovery-image] Jul 08 18:11:38.896 INFO O| Jul 08 18:11:38.896 INFO STEP 179 (remove_files) COMPLETE
58412026-07-08T18:11:39.714Z[ recovery-image] Jul 08 18:11:38.896 INFO O| Jul 08 18:11:38.896 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-07-08T18:11:39.714Z[ recovery-image] Jul 08 18:11:38.905 INFO O| Jul 08 18:11:38.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58432026-07-08T18:11:39.714Z[ recovery-image] Jul 08 18:11:38.905 INFO O| Jul 08 18:11:38.905 INFO STEP 180 (remove_files) COMPLETE
58442026-07-08T18:11:39.714Z[ recovery-image] Jul 08 18:11:38.905 INFO O| Jul 08 18:11:38.905 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-07-08T18:11:39.724Z[ recovery-image] Jul 08 18:11:38.912 INFO O| Jul 08 18:11:38.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58462026-07-08T18:11:39.724Z[ recovery-image] Jul 08 18:11:38.913 INFO O| Jul 08 18:11:38.913 INFO STEP 181 (remove_files) COMPLETE
58472026-07-08T18:11:39.724Z[ recovery-image] Jul 08 18:11:38.913 INFO O| Jul 08 18:11:38.913 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-07-08T18:11:39.724Z[ recovery-image] Jul 08 18:11:38.920 INFO O| Jul 08 18:11:38.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58492026-07-08T18:11:39.724Z[ recovery-image] Jul 08 18:11:38.920 INFO O| Jul 08 18:11:38.920 INFO STEP 182 (remove_files) COMPLETE
58502026-07-08T18:11:39.725Z[ recovery-image] Jul 08 18:11:38.920 INFO O| Jul 08 18:11:38.920 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-07-08T18:11:39.725Z[ recovery-image] Jul 08 18:11:38.928 INFO O| Jul 08 18:11:38.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58522026-07-08T18:11:39.733Z[ recovery-image] Jul 08 18:11:38.929 INFO O| Jul 08 18:11:38.929 INFO STEP 183 (remove_files) COMPLETE
58532026-07-08T18:11:39.733Z[ recovery-image] Jul 08 18:11:38.929 INFO O| Jul 08 18:11:38.929 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-07-08T18:11:39.757Z[ recovery-image] Jul 08 18:11:38.935 INFO O| Jul 08 18:11:38.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58552026-07-08T18:11:39.758Z[ recovery-image] Jul 08 18:11:38.935 INFO O| Jul 08 18:11:38.935 INFO STEP 184 (remove_files) COMPLETE
58562026-07-08T18:11:39.758Z[ recovery-image] Jul 08 18:11:38.935 INFO O| Jul 08 18:11:38.935 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-07-08T18:11:39.758Z[ recovery-image] Jul 08 18:11:38.943 INFO O| Jul 08 18:11:38.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58582026-07-08T18:11:39.758Z[ recovery-image] Jul 08 18:11:38.943 INFO O| Jul 08 18:11:38.943 INFO STEP 185 (remove_files) COMPLETE
58592026-07-08T18:11:39.758Z[ recovery-image] Jul 08 18:11:38.943 INFO O| Jul 08 18:11:38.943 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-07-08T18:11:39.758Z[ recovery-image] Jul 08 18:11:38.950 INFO O| Jul 08 18:11:38.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58612026-07-08T18:11:39.758Z[ recovery-image] Jul 08 18:11:38.950 INFO O| Jul 08 18:11:38.950 INFO STEP 186 (remove_files) COMPLETE
58622026-07-08T18:11:39.758Z[ recovery-image] Jul 08 18:11:38.950 INFO O| Jul 08 18:11:38.950 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-07-08T18:11:39.777Z[ recovery-image] Jul 08 18:11:38.957 INFO O| Jul 08 18:11:38.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58642026-07-08T18:11:39.777Z[ recovery-image] Jul 08 18:11:38.957 INFO O| Jul 08 18:11:38.957 INFO STEP 187 (remove_files) COMPLETE
58652026-07-08T18:11:39.777Z[ recovery-image] Jul 08 18:11:38.957 INFO O| Jul 08 18:11:38.957 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-07-08T18:11:39.779Z[ recovery-image] Jul 08 18:11:38.964 INFO O| Jul 08 18:11:38.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58672026-07-08T18:11:39.779Z[ recovery-image] Jul 08 18:11:38.964 INFO O| Jul 08 18:11:38.964 INFO STEP 188 (remove_files) COMPLETE
58682026-07-08T18:11:39.779Z[ recovery-image] Jul 08 18:11:38.964 INFO O| Jul 08 18:11:38.964 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-07-08T18:11:39.793Z[ recovery-image] Jul 08 18:11:38.972 INFO O| Jul 08 18:11:38.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58702026-07-08T18:11:39.793Z[ recovery-image] Jul 08 18:11:38.972 INFO O| Jul 08 18:11:38.972 INFO STEP 189 (remove_files) COMPLETE
58712026-07-08T18:11:39.793Z[ recovery-image] Jul 08 18:11:38.972 INFO O| Jul 08 18:11:38.972 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-07-08T18:11:39.793Z[ recovery-image] Jul 08 18:11:38.981 INFO O| Jul 08 18:11:38.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58732026-07-08T18:11:39.793Z[ recovery-image] Jul 08 18:11:38.981 INFO O| Jul 08 18:11:38.981 INFO STEP 190 (remove_files) COMPLETE
58742026-07-08T18:11:39.794Z[ recovery-image] Jul 08 18:11:38.981 INFO O| Jul 08 18:11:38.981 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-07-08T18:11:39.794Z[ recovery-image] Jul 08 18:11:38.988 INFO O| Jul 08 18:11:38.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58762026-07-08T18:11:39.794Z[ recovery-image] Jul 08 18:11:38.988 INFO O| Jul 08 18:11:38.988 INFO STEP 191 (remove_files) COMPLETE
58772026-07-08T18:11:39.794Z[ recovery-image] Jul 08 18:11:38.988 INFO O| Jul 08 18:11:38.988 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-07-08T18:11:39.803Z[ recovery-image] Jul 08 18:11:38.996 INFO O| Jul 08 18:11:38.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58792026-07-08T18:11:39.803Z[ recovery-image] Jul 08 18:11:38.996 INFO O| Jul 08 18:11:38.996 INFO STEP 192 (remove_files) COMPLETE
58802026-07-08T18:11:39.803Z[ recovery-image] Jul 08 18:11:38.996 INFO O| Jul 08 18:11:38.996 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-07-08T18:11:39.815Z[ recovery-image] Jul 08 18:11:39.004 INFO O| Jul 08 18:11:39.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58822026-07-08T18:11:39.815Z[ recovery-image] Jul 08 18:11:39.004 INFO O| Jul 08 18:11:39.004 INFO STEP 193 (remove_files) COMPLETE
58832026-07-08T18:11:39.815Z[ recovery-image] Jul 08 18:11:39.004 INFO O| Jul 08 18:11:39.004 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-07-08T18:11:39.824Z[ recovery-image] Jul 08 18:11:39.012 INFO O| Jul 08 18:11:39.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58852026-07-08T18:11:39.824Z[ recovery-image] Jul 08 18:11:39.012 INFO O| Jul 08 18:11:39.012 INFO STEP 194 (remove_files) COMPLETE
58862026-07-08T18:11:39.824Z[ recovery-image] Jul 08 18:11:39.012 INFO O| Jul 08 18:11:39.012 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-07-08T18:11:39.824Z[ host-image] Jul 08 18:11:39.015 INFO O| Jul 08 18:11:39.015 INFO O| Download: Completed 7.84 MB in 3.07 seconds (2.5M/s)
58882026-07-08T18:11:39.824Z[ recovery-image] Jul 08 18:11:39.020 INFO O| Jul 08 18:11:39.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58892026-07-08T18:11:39.824Z[ recovery-image] Jul 08 18:11:39.020 INFO O| Jul 08 18:11:39.020 INFO STEP 195 (remove_files) COMPLETE
58902026-07-08T18:11:39.824Z[ recovery-image] Jul 08 18:11:39.020 INFO O| Jul 08 18:11:39.020 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-07-08T18:11:39.824Z[ recovery-image] Jul 08 18:11:39.027 INFO O| Jul 08 18:11:39.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58922026-07-08T18:11:39.824Z[ recovery-image] Jul 08 18:11:39.028 INFO O| Jul 08 18:11:39.028 INFO STEP 196 (remove_files) COMPLETE
58932026-07-08T18:11:39.824Z[ recovery-image] Jul 08 18:11:39.028 INFO O| Jul 08 18:11:39.028 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-07-08T18:11:39.835Z[ recovery-image] Jul 08 18:11:39.034 INFO O| Jul 08 18:11:39.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58952026-07-08T18:11:39.835Z[ recovery-image] Jul 08 18:11:39.034 INFO O| Jul 08 18:11:39.034 INFO STEP 197 (remove_files) COMPLETE
58962026-07-08T18:11:39.835Z[ recovery-image] Jul 08 18:11:39.034 INFO O| Jul 08 18:11:39.034 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-07-08T18:11:39.946Z[ recovery-image] Jul 08 18:11:39.043 INFO O| Jul 08 18:11:39.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58982026-07-08T18:11:39.946Z[ recovery-image] Jul 08 18:11:39.043 INFO O| Jul 08 18:11:39.043 INFO STEP 198 (remove_files) COMPLETE
58992026-07-08T18:11:39.946Z[ recovery-image] Jul 08 18:11:39.043 INFO O| Jul 08 18:11:39.043 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-07-08T18:11:39.946Z[ host-image] Jul 08 18:11:39.049 INFO O| Jul 08 18:11:39.049 INFO O| Actions: 1/1366 actions (Installing new actions)
59012026-07-08T18:11:39.946Z[ recovery-image] Jul 08 18:11:39.051 INFO O| Jul 08 18:11:39.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59022026-07-08T18:11:39.946Z[ recovery-image] Jul 08 18:11:39.051 INFO O| Jul 08 18:11:39.051 INFO STEP 199 (remove_files) COMPLETE
59032026-07-08T18:11:39.946Z[ recovery-image] Jul 08 18:11:39.051 INFO O| Jul 08 18:11:39.051 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-07-08T18:11:39.946Z[ recovery-image] Jul 08 18:11:39.059 INFO O| Jul 08 18:11:39.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59052026-07-08T18:11:39.946Z[ recovery-image] Jul 08 18:11:39.059 INFO O| Jul 08 18:11:39.059 INFO STEP 200 (remove_files) COMPLETE
59062026-07-08T18:11:39.946Z[ recovery-image] Jul 08 18:11:39.059 INFO O| Jul 08 18:11:39.059 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-07-08T18:11:39.946Z[ recovery-image] Jul 08 18:11:39.067 INFO O| Jul 08 18:11:39.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59082026-07-08T18:11:39.946Z[ recovery-image] Jul 08 18:11:39.067 INFO O| Jul 08 18:11:39.067 INFO STEP 201 (remove_files) COMPLETE
59092026-07-08T18:11:39.946Z[ recovery-image] Jul 08 18:11:39.067 INFO O| Jul 08 18:11:39.067 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-07-08T18:11:39.947Z[ recovery-image] Jul 08 18:11:39.075 INFO O| Jul 08 18:11:39.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59112026-07-08T18:11:39.947Z[ recovery-image] Jul 08 18:11:39.075 INFO O| Jul 08 18:11:39.075 INFO STEP 202 (remove_files) COMPLETE
59122026-07-08T18:11:39.947Z[ recovery-image] Jul 08 18:11:39.075 INFO O| Jul 08 18:11:39.075 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-07-08T18:11:39.947Z[ recovery-image] Jul 08 18:11:39.082 INFO O| Jul 08 18:11:39.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59142026-07-08T18:11:39.947Z[ recovery-image] Jul 08 18:11:39.082 INFO O| Jul 08 18:11:39.082 INFO STEP 203 (remove_files) COMPLETE
59152026-07-08T18:11:39.947Z[ recovery-image] Jul 08 18:11:39.082 INFO O| Jul 08 18:11:39.082 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-07-08T18:11:39.947Z[ recovery-image] Jul 08 18:11:39.089 INFO O| Jul 08 18:11:39.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59172026-07-08T18:11:39.947Z[ recovery-image] Jul 08 18:11:39.089 INFO O| Jul 08 18:11:39.089 INFO STEP 204 (remove_files) COMPLETE
59182026-07-08T18:11:39.947Z[ recovery-image] Jul 08 18:11:39.089 INFO O| Jul 08 18:11:39.089 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-07-08T18:11:39.947Z[ recovery-image] Jul 08 18:11:39.097 INFO O| Jul 08 18:11:39.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59202026-07-08T18:11:39.947Z[ recovery-image] Jul 08 18:11:39.097 INFO O| Jul 08 18:11:39.097 INFO STEP 205 (remove_files) COMPLETE
59212026-07-08T18:11:39.947Z[ recovery-image] Jul 08 18:11:39.097 INFO O| Jul 08 18:11:39.097 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-07-08T18:11:39.947Z[ recovery-image] Jul 08 18:11:39.104 INFO O| Jul 08 18:11:39.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59232026-07-08T18:11:39.947Z[ recovery-image] Jul 08 18:11:39.104 INFO O| Jul 08 18:11:39.104 INFO STEP 206 (remove_files) COMPLETE
59242026-07-08T18:11:39.947Z[ recovery-image] Jul 08 18:11:39.104 INFO O| Jul 08 18:11:39.104 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-07-08T18:11:39.955Z[ recovery-image] Jul 08 18:11:39.111 INFO O| Jul 08 18:11:39.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59262026-07-08T18:11:39.956Z[ recovery-image] Jul 08 18:11:39.111 INFO O| Jul 08 18:11:39.111 INFO STEP 207 (remove_files) COMPLETE
59272026-07-08T18:11:39.956Z[ recovery-image] Jul 08 18:11:39.111 INFO O| Jul 08 18:11:39.111 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-07-08T18:11:39.956Z[ recovery-image] Jul 08 18:11:39.118 INFO O| Jul 08 18:11:39.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59292026-07-08T18:11:39.956Z[ recovery-image] Jul 08 18:11:39.118 INFO O| Jul 08 18:11:39.118 INFO STEP 208 (remove_files) COMPLETE
59302026-07-08T18:11:39.956Z[ recovery-image] Jul 08 18:11:39.118 INFO O| Jul 08 18:11:39.118 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-07-08T18:11:39.956Z[ recovery-image] Jul 08 18:11:39.125 INFO O| Jul 08 18:11:39.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59322026-07-08T18:11:39.956Z[ recovery-image] Jul 08 18:11:39.125 INFO O| Jul 08 18:11:39.125 INFO STEP 209 (remove_files) COMPLETE
59332026-07-08T18:11:39.956Z[ recovery-image] Jul 08 18:11:39.125 INFO O| Jul 08 18:11:39.125 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-07-08T18:11:39.956Z[ recovery-image] Jul 08 18:11:39.133 INFO O| Jul 08 18:11:39.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59352026-07-08T18:11:39.956Z[ recovery-image] Jul 08 18:11:39.133 INFO O| Jul 08 18:11:39.133 INFO STEP 210 (remove_files) COMPLETE
59362026-07-08T18:11:39.956Z[ recovery-image] Jul 08 18:11:39.133 INFO O| Jul 08 18:11:39.133 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-07-08T18:11:39.956Z[ recovery-image] Jul 08 18:11:39.141 INFO O| Jul 08 18:11:39.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59382026-07-08T18:11:39.956Z[ recovery-image] Jul 08 18:11:39.141 INFO O| Jul 08 18:11:39.141 INFO STEP 211 (remove_files) COMPLETE
59392026-07-08T18:11:39.956Z[ recovery-image] Jul 08 18:11:39.141 INFO O| Jul 08 18:11:39.141 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-07-08T18:11:39.959Z[ recovery-image] Jul 08 18:11:39.147 INFO O| Jul 08 18:11:39.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59412026-07-08T18:11:39.960Z[ recovery-image] Jul 08 18:11:39.147 INFO O| Jul 08 18:11:39.147 INFO STEP 212 (remove_files) COMPLETE
59422026-07-08T18:11:39.960Z[ recovery-image] Jul 08 18:11:39.147 INFO O| Jul 08 18:11:39.147 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-07-08T18:11:39.979Z[ recovery-image] Jul 08 18:11:39.154 INFO O| Jul 08 18:11:39.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59442026-07-08T18:11:39.979Z[ recovery-image] Jul 08 18:11:39.154 INFO O| Jul 08 18:11:39.154 INFO STEP 213 (remove_files) COMPLETE
59452026-07-08T18:11:39.979Z[ recovery-image] Jul 08 18:11:39.154 INFO O| Jul 08 18:11:39.154 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-07-08T18:11:39.979Z[ recovery-image] Jul 08 18:11:39.162 INFO O| Jul 08 18:11:39.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59472026-07-08T18:11:39.979Z[ recovery-image] Jul 08 18:11:39.162 INFO O| Jul 08 18:11:39.162 INFO STEP 214 (remove_files) COMPLETE
59482026-07-08T18:11:39.979Z[ recovery-image] Jul 08 18:11:39.162 INFO O| Jul 08 18:11:39.162 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-07-08T18:11:39.980Z[ recovery-image] Jul 08 18:11:39.170 INFO O| Jul 08 18:11:39.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59502026-07-08T18:11:39.980Z[ recovery-image] Jul 08 18:11:39.170 INFO O| Jul 08 18:11:39.170 INFO STEP 215 (remove_files) COMPLETE
59512026-07-08T18:11:39.980Z[ recovery-image] Jul 08 18:11:39.170 INFO O| Jul 08 18:11:39.170 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-07-08T18:11:39.980Z[ recovery-image] Jul 08 18:11:39.178 INFO O| Jul 08 18:11:39.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59532026-07-08T18:11:39.980Z[ recovery-image] Jul 08 18:11:39.178 INFO O| Jul 08 18:11:39.178 INFO STEP 216 (remove_files) COMPLETE
59542026-07-08T18:11:39.980Z[ recovery-image] Jul 08 18:11:39.178 INFO O| Jul 08 18:11:39.178 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-07-08T18:11:40.019Z[ recovery-image] Jul 08 18:11:39.185 INFO O| Jul 08 18:11:39.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59562026-07-08T18:11:40.020Z[ recovery-image] Jul 08 18:11:39.185 INFO O| Jul 08 18:11:39.185 INFO STEP 217 (remove_files) COMPLETE
59572026-07-08T18:11:40.020Z[ recovery-image] Jul 08 18:11:39.185 INFO O| Jul 08 18:11:39.185 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-07-08T18:11:40.020Z[ recovery-image] Jul 08 18:11:39.192 INFO O| Jul 08 18:11:39.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59592026-07-08T18:11:40.020Z[ recovery-image] Jul 08 18:11:39.192 INFO O| Jul 08 18:11:39.192 INFO STEP 218 (remove_files) COMPLETE
59602026-07-08T18:11:40.020Z[ recovery-image] Jul 08 18:11:39.192 INFO O| Jul 08 18:11:39.192 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-07-08T18:11:40.043Z[ recovery-image] Jul 08 18:11:39.201 INFO O| Jul 08 18:11:39.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59622026-07-08T18:11:40.043Z[ recovery-image] Jul 08 18:11:39.201 INFO O| Jul 08 18:11:39.201 INFO STEP 219 (remove_files) COMPLETE
59632026-07-08T18:11:40.043Z[ recovery-image] Jul 08 18:11:39.201 INFO O| Jul 08 18:11:39.201 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-07-08T18:11:40.043Z[ recovery-image] Jul 08 18:11:39.208 INFO O| Jul 08 18:11:39.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59652026-07-08T18:11:40.043Z[ recovery-image] Jul 08 18:11:39.208 INFO O| Jul 08 18:11:39.208 INFO STEP 220 (remove_files) COMPLETE
59662026-07-08T18:11:40.043Z[ recovery-image] Jul 08 18:11:39.208 INFO O| Jul 08 18:11:39.208 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-07-08T18:11:40.059Z[ recovery-image] Jul 08 18:11:39.216 INFO O| Jul 08 18:11:39.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59682026-07-08T18:11:40.059Z[ recovery-image] Jul 08 18:11:39.216 INFO O| Jul 08 18:11:39.216 INFO STEP 221 (remove_files) COMPLETE
59692026-07-08T18:11:40.059Z[ recovery-image] Jul 08 18:11:39.216 INFO O| Jul 08 18:11:39.216 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-07-08T18:11:40.059Z[ recovery-image] Jul 08 18:11:39.224 INFO O| Jul 08 18:11:39.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59712026-07-08T18:11:40.059Z[ recovery-image] Jul 08 18:11:39.224 INFO O| Jul 08 18:11:39.224 INFO STEP 222 (remove_files) COMPLETE
59722026-07-08T18:11:40.059Z[ recovery-image] Jul 08 18:11:39.224 INFO O| Jul 08 18:11:39.224 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-07-08T18:11:40.059Z[ recovery-image] Jul 08 18:11:39.231 INFO O| Jul 08 18:11:39.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59742026-07-08T18:11:40.059Z[ recovery-image] Jul 08 18:11:39.231 INFO O| Jul 08 18:11:39.231 INFO STEP 223 (remove_files) COMPLETE
59752026-07-08T18:11:40.059Z[ recovery-image] Jul 08 18:11:39.231 INFO O| Jul 08 18:11:39.231 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-07-08T18:11:40.090Z[ recovery-image] Jul 08 18:11:39.239 INFO O| Jul 08 18:11:39.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59772026-07-08T18:11:40.090Z[ recovery-image] Jul 08 18:11:39.239 INFO O| Jul 08 18:11:39.239 INFO STEP 224 (remove_files) COMPLETE
59782026-07-08T18:11:40.090Z[ recovery-image] Jul 08 18:11:39.239 INFO O| Jul 08 18:11:39.239 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-07-08T18:11:40.090Z[ recovery-image] Jul 08 18:11:39.246 INFO O| Jul 08 18:11:39.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59802026-07-08T18:11:40.108Z[ recovery-image] Jul 08 18:11:39.246 INFO O| Jul 08 18:11:39.246 INFO STEP 225 (remove_files) COMPLETE
59812026-07-08T18:11:40.108Z[ recovery-image] Jul 08 18:11:39.246 INFO O| Jul 08 18:11:39.246 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-07-08T18:11:40.108Z[ recovery-image] Jul 08 18:11:39.253 INFO O| Jul 08 18:11:39.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59832026-07-08T18:11:40.108Z[ recovery-image] Jul 08 18:11:39.253 INFO O| Jul 08 18:11:39.253 INFO STEP 226 (remove_files) COMPLETE
59842026-07-08T18:11:40.108Z[ recovery-image] Jul 08 18:11:39.253 INFO O| Jul 08 18:11:39.253 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-07-08T18:11:40.108Z[ recovery-image] Jul 08 18:11:39.260 INFO O| Jul 08 18:11:39.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59862026-07-08T18:11:40.108Z[ recovery-image] Jul 08 18:11:39.260 INFO O| Jul 08 18:11:39.260 INFO STEP 227 (remove_files) COMPLETE
59872026-07-08T18:11:40.108Z[ recovery-image] Jul 08 18:11:39.260 INFO O| Jul 08 18:11:39.260 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-07-08T18:11:40.108Z[ recovery-image] Jul 08 18:11:39.269 INFO O| Jul 08 18:11:39.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59892026-07-08T18:11:40.108Z[ recovery-image] Jul 08 18:11:39.269 INFO O| Jul 08 18:11:39.269 INFO STEP 228 (remove_files) COMPLETE
59902026-07-08T18:11:40.108Z[ recovery-image] Jul 08 18:11:39.269 INFO O| Jul 08 18:11:39.269 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-07-08T18:11:40.108Z[ recovery-image] Jul 08 18:11:39.276 INFO O| Jul 08 18:11:39.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59922026-07-08T18:11:40.108Z[ recovery-image] Jul 08 18:11:39.276 INFO O| Jul 08 18:11:39.276 INFO STEP 229 (remove_files) COMPLETE
59932026-07-08T18:11:40.109Z[ recovery-image] Jul 08 18:11:39.276 INFO O| Jul 08 18:11:39.276 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-07-08T18:11:40.142Z[ host-image] Jul 08 18:11:39.279 INFO O| Jul 08 18:11:39.279 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
59952026-07-08T18:11:40.142Z[ recovery-image] Jul 08 18:11:39.285 INFO O| Jul 08 18:11:39.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59962026-07-08T18:11:40.142Z[ recovery-image] Jul 08 18:11:39.285 INFO O| Jul 08 18:11:39.285 INFO STEP 230 (remove_files) COMPLETE
59972026-07-08T18:11:40.142Z[ recovery-image] Jul 08 18:11:39.285 INFO O| Jul 08 18:11:39.285 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-07-08T18:11:40.142Z[ host-image] Jul 08 18:11:39.292 INFO O| Jul 08 18:11:39.292 INFO O| Finalize: Updating package state database ... Done
59992026-07-08T18:11:40.142Z[ host-image] Jul 08 18:11:39.292 INFO O| Jul 08 18:11:39.292 INFO O| Finalize: Updating package cache ... Done
60002026-07-08T18:11:40.142Z[ recovery-image] Jul 08 18:11:39.293 INFO O| Jul 08 18:11:39.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60012026-07-08T18:11:40.142Z[ recovery-image] Jul 08 18:11:39.293 INFO O| Jul 08 18:11:39.293 INFO STEP 231 (remove_files) COMPLETE
60022026-07-08T18:11:40.142Z[ recovery-image] Jul 08 18:11:39.293 INFO O| Jul 08 18:11:39.293 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-07-08T18:11:40.143Z[ recovery-image] Jul 08 18:11:39.300 INFO O| Jul 08 18:11:39.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60042026-07-08T18:11:40.143Z[ recovery-image] Jul 08 18:11:39.300 INFO O| Jul 08 18:11:39.300 INFO STEP 232 (remove_files) COMPLETE
60052026-07-08T18:11:40.143Z[ recovery-image] Jul 08 18:11:39.300 INFO O| Jul 08 18:11:39.300 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-07-08T18:11:40.143Z[ recovery-image] Jul 08 18:11:39.307 INFO O| Jul 08 18:11:39.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60072026-07-08T18:11:40.143Z[ recovery-image] Jul 08 18:11:39.307 INFO O| Jul 08 18:11:39.307 INFO STEP 233 (remove_files) COMPLETE
60082026-07-08T18:11:40.144Z[ recovery-image] Jul 08 18:11:39.307 INFO O| Jul 08 18:11:39.307 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-07-08T18:11:40.145Z[ recovery-image] Jul 08 18:11:39.315 INFO O| Jul 08 18:11:39.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60102026-07-08T18:11:40.145Z[ recovery-image] Jul 08 18:11:39.315 INFO O| Jul 08 18:11:39.315 INFO STEP 234 (remove_files) COMPLETE
60112026-07-08T18:11:40.145Z[ recovery-image] Jul 08 18:11:39.315 INFO O| Jul 08 18:11:39.315 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-07-08T18:11:40.145Z[ recovery-image] Jul 08 18:11:39.322 INFO O| Jul 08 18:11:39.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60132026-07-08T18:11:40.145Z[ recovery-image] Jul 08 18:11:39.322 INFO O| Jul 08 18:11:39.322 INFO STEP 235 (remove_files) COMPLETE
60142026-07-08T18:11:40.145Z[ recovery-image] Jul 08 18:11:39.322 INFO O| Jul 08 18:11:39.322 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-07-08T18:11:40.150Z[ recovery-image] Jul 08 18:11:39.330 INFO O| Jul 08 18:11:39.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60162026-07-08T18:11:40.150Z[ recovery-image] Jul 08 18:11:39.330 INFO O| Jul 08 18:11:39.330 INFO STEP 236 (remove_files) COMPLETE
60172026-07-08T18:11:40.150Z[ recovery-image] Jul 08 18:11:39.330 INFO O| Jul 08 18:11:39.330 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-07-08T18:11:40.150Z[ host-image] Jul 08 18:11:39.332 INFO O| Jul 08 18:11:39.332 INFO O| Finalize: Updating image state ... Done
60192026-07-08T18:11:40.150Z[ recovery-image] Jul 08 18:11:39.339 INFO O| Jul 08 18:11:39.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60202026-07-08T18:11:40.150Z[ recovery-image] Jul 08 18:11:39.339 INFO O| Jul 08 18:11:39.339 INFO STEP 237 (remove_files) COMPLETE
60212026-07-08T18:11:40.150Z[ recovery-image] Jul 08 18:11:39.339 INFO O| Jul 08 18:11:39.339 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-07-08T18:11:40.150Z[ recovery-image] Jul 08 18:11:39.346 INFO O| Jul 08 18:11:39.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60232026-07-08T18:11:40.151Z[ recovery-image] Jul 08 18:11:39.346 INFO O| Jul 08 18:11:39.346 INFO STEP 238 (remove_files) COMPLETE
60242026-07-08T18:11:40.151Z[ recovery-image] Jul 08 18:11:39.346 INFO O| Jul 08 18:11:39.346 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-07-08T18:11:40.151Z[ recovery-image] Jul 08 18:11:39.353 INFO O| Jul 08 18:11:39.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60262026-07-08T18:11:40.151Z[ recovery-image] Jul 08 18:11:39.353 INFO O| Jul 08 18:11:39.353 INFO STEP 239 (remove_files) COMPLETE
60272026-07-08T18:11:40.151Z[ recovery-image] Jul 08 18:11:39.353 INFO O| Jul 08 18:11:39.353 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-07-08T18:11:40.163Z[ recovery-image] Jul 08 18:11:39.360 INFO O| Jul 08 18:11:39.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60292026-07-08T18:11:40.163Z[ recovery-image] Jul 08 18:11:39.360 INFO O| Jul 08 18:11:39.360 INFO STEP 240 (remove_files) COMPLETE
60302026-07-08T18:11:40.163Z[ recovery-image] Jul 08 18:11:39.360 INFO O| Jul 08 18:11:39.360 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-07-08T18:11:40.172Z[ recovery-image] Jul 08 18:11:39.369 INFO O| Jul 08 18:11:39.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60322026-07-08T18:11:40.172Z[ recovery-image] Jul 08 18:11:39.370 INFO O| Jul 08 18:11:39.370 INFO STEP 241 (remove_files) COMPLETE
60332026-07-08T18:11:40.173Z[ recovery-image] Jul 08 18:11:39.370 INFO O| Jul 08 18:11:39.370 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-07-08T18:11:40.179Z[ recovery-image] Jul 08 18:11:39.378 INFO O| Jul 08 18:11:39.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60352026-07-08T18:11:40.179Z[ recovery-image] Jul 08 18:11:39.378 INFO O| Jul 08 18:11:39.378 INFO STEP 242 (remove_files) COMPLETE
60362026-07-08T18:11:40.179Z[ recovery-image] Jul 08 18:11:39.378 INFO O| Jul 08 18:11:39.378 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-07-08T18:11:40.186Z[ recovery-image] Jul 08 18:11:39.386 INFO O| Jul 08 18:11:39.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60382026-07-08T18:11:40.195Z[ recovery-image] Jul 08 18:11:39.386 INFO O| Jul 08 18:11:39.386 INFO STEP 243 (remove_files) COMPLETE
60392026-07-08T18:11:40.195Z[ recovery-image] Jul 08 18:11:39.386 INFO O| Jul 08 18:11:39.386 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-07-08T18:11:40.262Z[ recovery-image] Jul 08 18:11:39.393 INFO O| Jul 08 18:11:39.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60412026-07-08T18:11:40.262Z[ recovery-image] Jul 08 18:11:39.394 INFO O| Jul 08 18:11:39.394 INFO STEP 244 (remove_files) COMPLETE
60422026-07-08T18:11:40.262Z[ recovery-image] Jul 08 18:11:39.394 INFO O| Jul 08 18:11:39.394 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-07-08T18:11:40.263Z[ recovery-image] Jul 08 18:11:39.401 INFO O| Jul 08 18:11:39.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60442026-07-08T18:11:40.263Z[ recovery-image] Jul 08 18:11:39.401 INFO O| Jul 08 18:11:39.401 INFO STEP 245 (remove_files) COMPLETE
60452026-07-08T18:11:40.263Z[ recovery-image] Jul 08 18:11:39.401 INFO O| Jul 08 18:11:39.401 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-07-08T18:11:40.263Z[ recovery-image] Jul 08 18:11:39.408 INFO O| Jul 08 18:11:39.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60472026-07-08T18:11:40.263Z[ recovery-image] Jul 08 18:11:39.408 INFO O| Jul 08 18:11:39.408 INFO STEP 246 (remove_files) COMPLETE
60482026-07-08T18:11:40.263Z[ recovery-image] Jul 08 18:11:39.408 INFO O| Jul 08 18:11:39.408 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-07-08T18:11:40.263Z[ recovery-image] Jul 08 18:11:39.416 INFO O| Jul 08 18:11:39.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60502026-07-08T18:11:40.263Z[ recovery-image] Jul 08 18:11:39.416 INFO O| Jul 08 18:11:39.416 INFO STEP 247 (remove_files) COMPLETE
60512026-07-08T18:11:40.263Z[ recovery-image] Jul 08 18:11:39.416 INFO O| Jul 08 18:11:39.416 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-07-08T18:11:40.374Z[ recovery-image] Jul 08 18:11:39.422 INFO O| Jul 08 18:11:39.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60532026-07-08T18:11:40.374Z[ recovery-image] Jul 08 18:11:39.423 INFO O| Jul 08 18:11:39.422 INFO STEP 248 (remove_files) COMPLETE
60542026-07-08T18:11:40.374Z[ recovery-image] Jul 08 18:11:39.423 INFO O| Jul 08 18:11:39.422 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-07-08T18:11:40.374Z[ recovery-image] Jul 08 18:11:39.429 INFO O| Jul 08 18:11:39.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60562026-07-08T18:11:40.374Z[ recovery-image] Jul 08 18:11:39.429 INFO O| Jul 08 18:11:39.429 INFO STEP 249 (remove_files) COMPLETE
60572026-07-08T18:11:40.374Z[ recovery-image] Jul 08 18:11:39.429 INFO O| Jul 08 18:11:39.429 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-07-08T18:11:40.374Z[ recovery-image] Jul 08 18:11:39.436 INFO O| Jul 08 18:11:39.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60592026-07-08T18:11:40.374Z[ recovery-image] Jul 08 18:11:39.436 INFO O| Jul 08 18:11:39.436 INFO STEP 250 (remove_files) COMPLETE
60602026-07-08T18:11:40.374Z[ recovery-image] Jul 08 18:11:39.436 INFO O| Jul 08 18:11:39.436 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-07-08T18:11:40.374Z[ recovery-image] Jul 08 18:11:39.444 INFO O| Jul 08 18:11:39.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60622026-07-08T18:11:40.374Z[ recovery-image] Jul 08 18:11:39.445 INFO O| Jul 08 18:11:39.445 INFO STEP 251 (remove_files) COMPLETE
60632026-07-08T18:11:40.374Z[ recovery-image] Jul 08 18:11:39.445 INFO O| Jul 08 18:11:39.445 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-07-08T18:11:40.374Z[ recovery-image] Jul 08 18:11:39.453 INFO O| Jul 08 18:11:39.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60652026-07-08T18:11:40.374Z[ recovery-image] Jul 08 18:11:39.453 INFO O| Jul 08 18:11:39.453 INFO STEP 252 (remove_files) COMPLETE
60662026-07-08T18:11:40.388Z[ recovery-image] Jul 08 18:11:39.453 INFO O| Jul 08 18:11:39.453 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-07-08T18:11:40.389Z[ recovery-image] Jul 08 18:11:39.460 INFO O| Jul 08 18:11:39.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60682026-07-08T18:11:40.389Z[ recovery-image] Jul 08 18:11:39.460 INFO O| Jul 08 18:11:39.460 INFO STEP 253 (remove_files) COMPLETE
60692026-07-08T18:11:40.390Z[ recovery-image] Jul 08 18:11:39.460 INFO O| Jul 08 18:11:39.460 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-07-08T18:11:40.390Z[ recovery-image] Jul 08 18:11:39.467 INFO O| Jul 08 18:11:39.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60712026-07-08T18:11:40.390Z[ recovery-image] Jul 08 18:11:39.467 INFO O| Jul 08 18:11:39.467 INFO STEP 254 (remove_files) COMPLETE
60722026-07-08T18:11:40.391Z[ recovery-image] Jul 08 18:11:39.467 INFO O| Jul 08 18:11:39.467 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-07-08T18:11:40.391Z[ recovery-image] Jul 08 18:11:39.473 INFO O| Jul 08 18:11:39.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60742026-07-08T18:11:40.391Z[ recovery-image] Jul 08 18:11:39.473 INFO O| Jul 08 18:11:39.473 INFO STEP 255 (remove_files) COMPLETE
60752026-07-08T18:11:40.391Z[ recovery-image] Jul 08 18:11:39.473 INFO O| Jul 08 18:11:39.473 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-07-08T18:11:40.391Z[ recovery-image] Jul 08 18:11:39.481 INFO O| Jul 08 18:11:39.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60772026-07-08T18:11:40.391Z[ recovery-image] Jul 08 18:11:39.481 INFO O| Jul 08 18:11:39.481 INFO STEP 256 (remove_files) COMPLETE
60782026-07-08T18:11:40.391Z[ recovery-image] Jul 08 18:11:39.481 INFO O| Jul 08 18:11:39.481 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-07-08T18:11:40.391Z[ recovery-image] Jul 08 18:11:39.488 INFO O| Jul 08 18:11:39.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60802026-07-08T18:11:40.391Z[ recovery-image] Jul 08 18:11:39.488 INFO O| Jul 08 18:11:39.488 INFO STEP 257 (remove_files) COMPLETE
60812026-07-08T18:11:40.391Z[ recovery-image] Jul 08 18:11:39.488 INFO O| Jul 08 18:11:39.488 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-07-08T18:11:40.437Z[ recovery-image] Jul 08 18:11:39.496 INFO O| Jul 08 18:11:39.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60832026-07-08T18:11:40.437Z[ recovery-image] Jul 08 18:11:39.496 INFO O| Jul 08 18:11:39.496 INFO STEP 258 (remove_files) COMPLETE
60842026-07-08T18:11:40.437Z[ recovery-image] Jul 08 18:11:39.496 INFO O| Jul 08 18:11:39.496 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-07-08T18:11:40.437Z[ recovery-image] Jul 08 18:11:39.503 INFO O| Jul 08 18:11:39.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60862026-07-08T18:11:40.437Z[ recovery-image] Jul 08 18:11:39.503 INFO O| Jul 08 18:11:39.503 INFO STEP 259 (remove_files) COMPLETE
60872026-07-08T18:11:40.437Z[ recovery-image] Jul 08 18:11:39.503 INFO O| Jul 08 18:11:39.503 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-07-08T18:11:40.437Z[ recovery-image] Jul 08 18:11:39.510 INFO O| Jul 08 18:11:39.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60892026-07-08T18:11:40.437Z[ recovery-image] Jul 08 18:11:39.510 INFO O| Jul 08 18:11:39.510 INFO STEP 260 (remove_files) COMPLETE
60902026-07-08T18:11:40.437Z[ recovery-image] Jul 08 18:11:39.510 INFO O| Jul 08 18:11:39.510 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-07-08T18:11:40.437Z[ recovery-image] Jul 08 18:11:39.519 INFO O| Jul 08 18:11:39.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60922026-07-08T18:11:40.437Z[ recovery-image] Jul 08 18:11:39.519 INFO O| Jul 08 18:11:39.519 INFO STEP 261 (remove_files) COMPLETE
60932026-07-08T18:11:40.437Z[ recovery-image] Jul 08 18:11:39.519 INFO O| Jul 08 18:11:39.519 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-07-08T18:11:40.437Z[ recovery-image] Jul 08 18:11:39.526 INFO O| Jul 08 18:11:39.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60952026-07-08T18:11:40.437Z[ recovery-image] Jul 08 18:11:39.526 INFO O| Jul 08 18:11:39.526 INFO STEP 262 (remove_files) COMPLETE
60962026-07-08T18:11:40.437Z[ recovery-image] Jul 08 18:11:39.526 INFO O| Jul 08 18:11:39.526 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-07-08T18:11:40.437Z[ recovery-image] Jul 08 18:11:39.533 INFO O| Jul 08 18:11:39.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60982026-07-08T18:11:40.437Z[ recovery-image] Jul 08 18:11:39.533 INFO O| Jul 08 18:11:39.533 INFO STEP 263 (remove_files) COMPLETE
60992026-07-08T18:11:40.438Z[ recovery-image] Jul 08 18:11:39.534 INFO O| Jul 08 18:11:39.533 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-07-08T18:11:40.438Z[ recovery-image] Jul 08 18:11:39.541 INFO O| Jul 08 18:11:39.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61012026-07-08T18:11:40.438Z[ recovery-image] Jul 08 18:11:39.541 INFO O| Jul 08 18:11:39.541 INFO STEP 264 (remove_files) COMPLETE
61022026-07-08T18:11:40.438Z[ recovery-image] Jul 08 18:11:39.541 INFO O| Jul 08 18:11:39.541 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-07-08T18:11:40.438Z[ recovery-image] Jul 08 18:11:39.548 INFO O| Jul 08 18:11:39.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61042026-07-08T18:11:40.438Z[ recovery-image] Jul 08 18:11:39.548 INFO O| Jul 08 18:11:39.548 INFO STEP 265 (remove_files) COMPLETE
61052026-07-08T18:11:40.438Z[ recovery-image] Jul 08 18:11:39.548 INFO O| Jul 08 18:11:39.548 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-07-08T18:11:40.438Z[ recovery-image] Jul 08 18:11:39.556 INFO O| Jul 08 18:11:39.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61072026-07-08T18:11:40.438Z[ recovery-image] Jul 08 18:11:39.556 INFO O| Jul 08 18:11:39.556 INFO STEP 266 (remove_files) COMPLETE
61082026-07-08T18:11:40.438Z[ recovery-image] Jul 08 18:11:39.556 INFO O| Jul 08 18:11:39.556 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-07-08T18:11:40.438Z[ recovery-image] Jul 08 18:11:39.565 INFO O| Jul 08 18:11:39.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61102026-07-08T18:11:40.438Z[ recovery-image] Jul 08 18:11:39.566 INFO O| Jul 08 18:11:39.566 INFO STEP 267 (remove_files) COMPLETE
61112026-07-08T18:11:40.438Z[ recovery-image] Jul 08 18:11:39.566 INFO O| Jul 08 18:11:39.566 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-07-08T18:11:40.453Z[ recovery-image] Jul 08 18:11:39.574 INFO O| Jul 08 18:11:39.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61132026-07-08T18:11:40.453Z[ recovery-image] Jul 08 18:11:39.574 INFO O| Jul 08 18:11:39.574 INFO STEP 268 (remove_files) COMPLETE
61142026-07-08T18:11:40.454Z[ recovery-image] Jul 08 18:11:39.574 INFO O| Jul 08 18:11:39.574 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-07-08T18:11:40.454Z[ recovery-image] Jul 08 18:11:39.583 INFO O| Jul 08 18:11:39.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61162026-07-08T18:11:40.454Z[ recovery-image] Jul 08 18:11:39.583 INFO O| Jul 08 18:11:39.583 INFO STEP 269 (remove_files) COMPLETE
61172026-07-08T18:11:40.454Z[ recovery-image] Jul 08 18:11:39.583 INFO O| Jul 08 18:11:39.583 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-07-08T18:11:40.454Z[ recovery-image] Jul 08 18:11:39.591 INFO O| Jul 08 18:11:39.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61192026-07-08T18:11:40.454Z[ recovery-image] Jul 08 18:11:39.591 INFO O| Jul 08 18:11:39.591 INFO STEP 270 (remove_files) COMPLETE
61202026-07-08T18:11:40.454Z[ recovery-image] Jul 08 18:11:39.591 INFO O| Jul 08 18:11:39.591 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-07-08T18:11:40.454Z[ recovery-image] Jul 08 18:11:39.599 INFO O| Jul 08 18:11:39.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61222026-07-08T18:11:40.454Z[ recovery-image] Jul 08 18:11:39.599 INFO O| Jul 08 18:11:39.599 INFO STEP 271 (remove_files) COMPLETE
61232026-07-08T18:11:40.454Z[ recovery-image] Jul 08 18:11:39.599 INFO O| Jul 08 18:11:39.599 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-07-08T18:11:40.454Z[ recovery-image] Jul 08 18:11:39.607 INFO O| Jul 08 18:11:39.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61252026-07-08T18:11:40.454Z[ recovery-image] Jul 08 18:11:39.607 INFO O| Jul 08 18:11:39.607 INFO STEP 272 (remove_files) COMPLETE
61262026-07-08T18:11:40.454Z[ recovery-image] Jul 08 18:11:39.607 INFO O| Jul 08 18:11:39.607 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-07-08T18:11:40.466Z[ recovery-image] Jul 08 18:11:39.614 INFO O| Jul 08 18:11:39.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61282026-07-08T18:11:40.466Z[ recovery-image] Jul 08 18:11:39.614 INFO O| Jul 08 18:11:39.614 INFO STEP 273 (remove_files) COMPLETE
61292026-07-08T18:11:40.466Z[ recovery-image] Jul 08 18:11:39.614 INFO O| Jul 08 18:11:39.614 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-07-08T18:11:40.482Z[ recovery-image] Jul 08 18:11:39.621 INFO O| Jul 08 18:11:39.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61312026-07-08T18:11:40.482Z[ recovery-image] Jul 08 18:11:39.621 INFO O| Jul 08 18:11:39.621 INFO STEP 274 (remove_files) COMPLETE
61322026-07-08T18:11:40.482Z[ recovery-image] Jul 08 18:11:39.621 INFO O| Jul 08 18:11:39.621 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-07-08T18:11:40.482Z[ recovery-image] Jul 08 18:11:39.628 INFO O| Jul 08 18:11:39.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61342026-07-08T18:11:40.482Z[ recovery-image] Jul 08 18:11:39.628 INFO O| Jul 08 18:11:39.628 INFO STEP 275 (remove_files) COMPLETE
61352026-07-08T18:11:40.482Z[ recovery-image] Jul 08 18:11:39.628 INFO O| Jul 08 18:11:39.628 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-07-08T18:11:40.482Z[ recovery-image] Jul 08 18:11:39.636 INFO O| Jul 08 18:11:39.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61372026-07-08T18:11:40.482Z[ recovery-image] Jul 08 18:11:39.636 INFO O| Jul 08 18:11:39.636 INFO STEP 276 (remove_files) COMPLETE
61382026-07-08T18:11:40.482Z[ recovery-image] Jul 08 18:11:39.636 INFO O| Jul 08 18:11:39.636 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-07-08T18:11:40.482Z[ recovery-image] Jul 08 18:11:39.644 INFO O| Jul 08 18:11:39.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61402026-07-08T18:11:40.482Z[ recovery-image] Jul 08 18:11:39.644 INFO O| Jul 08 18:11:39.644 INFO STEP 277 (remove_files) COMPLETE
61412026-07-08T18:11:40.482Z[ recovery-image] Jul 08 18:11:39.644 INFO O| Jul 08 18:11:39.644 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-07-08T18:11:40.488Z[ recovery-image] Jul 08 18:11:39.651 INFO O| Jul 08 18:11:39.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61432026-07-08T18:11:40.488Z[ recovery-image] Jul 08 18:11:39.652 INFO O| Jul 08 18:11:39.651 INFO STEP 278 (remove_files) COMPLETE
61442026-07-08T18:11:40.488Z[ recovery-image] Jul 08 18:11:39.652 INFO O| Jul 08 18:11:39.651 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-07-08T18:11:40.488Z[ recovery-image] Jul 08 18:11:39.659 INFO O| Jul 08 18:11:39.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61462026-07-08T18:11:40.489Z[ recovery-image] Jul 08 18:11:39.659 INFO O| Jul 08 18:11:39.659 INFO STEP 279 (remove_files) COMPLETE
61472026-07-08T18:11:40.489Z[ recovery-image] Jul 08 18:11:39.659 INFO O| Jul 08 18:11:39.659 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-07-08T18:11:40.489Z[ recovery-image] Jul 08 18:11:39.667 INFO O| Jul 08 18:11:39.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61492026-07-08T18:11:40.489Z[ recovery-image] Jul 08 18:11:39.667 INFO O| Jul 08 18:11:39.667 INFO STEP 280 (remove_files) COMPLETE
61502026-07-08T18:11:40.489Z[ recovery-image] Jul 08 18:11:39.667 INFO O| Jul 08 18:11:39.667 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-07-08T18:11:40.489Z[ recovery-image] Jul 08 18:11:39.675 INFO O| Jul 08 18:11:39.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61522026-07-08T18:11:40.489Z[ recovery-image] Jul 08 18:11:39.675 INFO O| Jul 08 18:11:39.675 INFO STEP 281 (remove_files) COMPLETE
61532026-07-08T18:11:40.489Z[ recovery-image] Jul 08 18:11:39.675 INFO O| Jul 08 18:11:39.675 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-07-08T18:11:40.506Z[ recovery-image] Jul 08 18:11:39.683 INFO O| Jul 08 18:11:39.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61552026-07-08T18:11:40.506Z[ recovery-image] Jul 08 18:11:39.683 INFO O| Jul 08 18:11:39.683 INFO STEP 282 (remove_files) COMPLETE
61562026-07-08T18:11:40.506Z[ recovery-image] Jul 08 18:11:39.683 INFO O| Jul 08 18:11:39.683 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-07-08T18:11:40.507Z[ recovery-image] Jul 08 18:11:39.690 INFO O| Jul 08 18:11:39.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61582026-07-08T18:11:40.507Z[ recovery-image] Jul 08 18:11:39.690 INFO O| Jul 08 18:11:39.690 INFO STEP 283 (remove_files) COMPLETE
61592026-07-08T18:11:40.507Z[ recovery-image] Jul 08 18:11:39.690 INFO O| Jul 08 18:11:39.690 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-07-08T18:11:40.507Z[ recovery-image] Jul 08 18:11:39.697 INFO O| Jul 08 18:11:39.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61612026-07-08T18:11:40.507Z[ recovery-image] Jul 08 18:11:39.697 INFO O| Jul 08 18:11:39.697 INFO STEP 284 (remove_files) COMPLETE
61622026-07-08T18:11:40.507Z[ recovery-image] Jul 08 18:11:39.697 INFO O| Jul 08 18:11:39.697 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-07-08T18:11:43.902Z[ recovery-image] Jul 08 18:11:39.705 INFO O| Jul 08 18:11:39.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61642026-07-08T18:11:43.902Z[ recovery-image] Jul 08 18:11:39.705 INFO O| Jul 08 18:11:39.705 INFO STEP 285 (remove_files) COMPLETE
61652026-07-08T18:11:43.902Z[ recovery-image] Jul 08 18:11:39.705 INFO O| Jul 08 18:11:39.705 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-07-08T18:11:43.903Z[ recovery-image] Jul 08 18:11:39.713 INFO O| Jul 08 18:11:39.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61672026-07-08T18:11:43.903Z[ recovery-image] Jul 08 18:11:39.713 INFO O| Jul 08 18:11:39.713 INFO STEP 286 (remove_files) COMPLETE
61682026-07-08T18:11:43.903Z[ recovery-image] Jul 08 18:11:39.713 INFO O| Jul 08 18:11:39.713 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-07-08T18:11:43.903Z[ recovery-image] Jul 08 18:11:39.720 INFO O| Jul 08 18:11:39.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61702026-07-08T18:11:43.903Z[ recovery-image] Jul 08 18:11:39.720 INFO O| Jul 08 18:11:39.720 INFO STEP 287 (remove_files) COMPLETE
61712026-07-08T18:11:43.903Z[ recovery-image] Jul 08 18:11:39.720 INFO O| Jul 08 18:11:39.720 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-07-08T18:11:43.904Z[ recovery-image] Jul 08 18:11:39.729 INFO O| Jul 08 18:11:39.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61732026-07-08T18:11:43.904Z[ recovery-image] Jul 08 18:11:39.729 INFO O| Jul 08 18:11:39.729 INFO STEP 288 (remove_files) COMPLETE
61742026-07-08T18:11:43.904Z[ recovery-image] Jul 08 18:11:39.729 INFO O| Jul 08 18:11:39.729 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-07-08T18:11:43.904Z[ recovery-image] Jul 08 18:11:39.736 INFO O| Jul 08 18:11:39.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61762026-07-08T18:11:43.904Z[ recovery-image] Jul 08 18:11:39.736 INFO O| Jul 08 18:11:39.736 INFO STEP 289 (remove_files) COMPLETE
61772026-07-08T18:11:43.904Z[ recovery-image] Jul 08 18:11:39.736 INFO O| Jul 08 18:11:39.736 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-07-08T18:11:43.904Z[ recovery-image] Jul 08 18:11:39.743 INFO O| Jul 08 18:11:39.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61792026-07-08T18:11:43.904Z[ recovery-image] Jul 08 18:11:39.743 INFO O| Jul 08 18:11:39.743 INFO STEP 290 (remove_files) COMPLETE
61802026-07-08T18:11:43.904Z[ recovery-image] Jul 08 18:11:39.743 INFO O| Jul 08 18:11:39.743 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-07-08T18:11:43.904Z[ recovery-image] Jul 08 18:11:39.749 INFO O| Jul 08 18:11:39.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61822026-07-08T18:11:43.904Z[ recovery-image] Jul 08 18:11:39.749 INFO O| Jul 08 18:11:39.749 INFO STEP 291 (remove_files) COMPLETE
61832026-07-08T18:11:43.904Z[ recovery-image] Jul 08 18:11:39.749 INFO O| Jul 08 18:11:39.749 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-07-08T18:11:43.904Z[ recovery-image] Jul 08 18:11:39.756 INFO O| Jul 08 18:11:39.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61852026-07-08T18:11:43.904Z[ recovery-image] Jul 08 18:11:39.756 INFO O| Jul 08 18:11:39.756 INFO STEP 292 (remove_files) COMPLETE
61862026-07-08T18:11:43.904Z[ recovery-image] Jul 08 18:11:39.756 INFO O| Jul 08 18:11:39.756 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-07-08T18:11:43.905Z[ recovery-image] Jul 08 18:11:39.762 INFO O| Jul 08 18:11:39.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61882026-07-08T18:11:43.905Z[ recovery-image] Jul 08 18:11:39.762 INFO O| Jul 08 18:11:39.762 INFO STEP 293 (remove_files) COMPLETE
61892026-07-08T18:11:43.905Z[ recovery-image] Jul 08 18:11:39.762 INFO O| Jul 08 18:11:39.762 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-07-08T18:11:43.905Z[ recovery-image] Jul 08 18:11:39.769 INFO O| Jul 08 18:11:39.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61912026-07-08T18:11:43.905Z[ recovery-image] Jul 08 18:11:39.769 INFO O| Jul 08 18:11:39.769 INFO STEP 294 (remove_files) COMPLETE
61922026-07-08T18:11:43.905Z[ recovery-image] Jul 08 18:11:39.769 INFO O| Jul 08 18:11:39.769 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-07-08T18:11:43.905Z[ recovery-image] Jul 08 18:11:39.775 INFO O| Jul 08 18:11:39.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61942026-07-08T18:11:43.905Z[ recovery-image] Jul 08 18:11:39.776 INFO O| Jul 08 18:11:39.776 INFO STEP 295 (remove_files) COMPLETE
61952026-07-08T18:11:43.905Z[ recovery-image] Jul 08 18:11:39.776 INFO O| Jul 08 18:11:39.776 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-07-08T18:11:43.905Z[ recovery-image] Jul 08 18:11:39.782 INFO O| Jul 08 18:11:39.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61972026-07-08T18:11:43.905Z[ recovery-image] Jul 08 18:11:39.782 INFO O| Jul 08 18:11:39.782 INFO STEP 296 (remove_files) COMPLETE
61982026-07-08T18:11:43.905Z[ recovery-image] Jul 08 18:11:39.782 INFO O| Jul 08 18:11:39.782 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-07-08T18:11:43.905Z[ recovery-image] Jul 08 18:11:39.789 INFO O| Jul 08 18:11:39.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62002026-07-08T18:11:43.906Z[ recovery-image] Jul 08 18:11:39.789 INFO O| Jul 08 18:11:39.789 INFO STEP 297 (remove_files) COMPLETE
62012026-07-08T18:11:43.906Z[ recovery-image] Jul 08 18:11:39.789 INFO O| Jul 08 18:11:39.789 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.797 INFO O| Jul 08 18:11:39.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62032026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.797 INFO O| Jul 08 18:11:39.797 INFO STEP 298 (remove_files) COMPLETE
62042026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.797 INFO O| Jul 08 18:11:39.797 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.804 INFO O| Jul 08 18:11:39.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62062026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.804 INFO O| Jul 08 18:11:39.804 INFO STEP 299 (remove_files) COMPLETE
62072026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.804 INFO O| Jul 08 18:11:39.804 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.811 INFO O| Jul 08 18:11:39.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62092026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.811 INFO O| Jul 08 18:11:39.811 INFO STEP 300 (remove_files) COMPLETE
62102026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.811 INFO O| Jul 08 18:11:39.811 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.817 INFO O| Jul 08 18:11:39.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62122026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.817 INFO O| Jul 08 18:11:39.817 INFO STEP 301 (remove_files) COMPLETE
62132026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.817 INFO O| Jul 08 18:11:39.817 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.824 INFO O| Jul 08 18:11:39.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62152026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.824 INFO O| Jul 08 18:11:39.824 INFO STEP 302 (remove_files) COMPLETE
62162026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.824 INFO O| Jul 08 18:11:39.824 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.831 INFO O| Jul 08 18:11:39.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62182026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.831 INFO O| Jul 08 18:11:39.831 INFO STEP 303 (remove_files) COMPLETE
62192026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.831 INFO O| Jul 08 18:11:39.831 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.837 INFO O| Jul 08 18:11:39.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62212026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.837 INFO O| Jul 08 18:11:39.837 INFO STEP 304 (remove_files) COMPLETE
62222026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.838 INFO O| Jul 08 18:11:39.837 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.844 INFO O| Jul 08 18:11:39.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62242026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.844 INFO O| Jul 08 18:11:39.844 INFO STEP 305 (remove_files) COMPLETE
62252026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.844 INFO O| Jul 08 18:11:39.844 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.850 INFO O| Jul 08 18:11:39.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62272026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.850 INFO O| Jul 08 18:11:39.850 INFO STEP 306 (remove_files) COMPLETE
62282026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.850 INFO O| Jul 08 18:11:39.850 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.856 INFO O| Jul 08 18:11:39.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62302026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.856 INFO O| Jul 08 18:11:39.856 INFO STEP 307 (remove_files) COMPLETE
62312026-07-08T18:11:43.907Z[ recovery-image] Jul 08 18:11:39.856 INFO O| Jul 08 18:11:39.856 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-07-08T18:11:43.909Z[ recovery-image] Jul 08 18:11:39.865 INFO O| Jul 08 18:11:39.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62332026-07-08T18:11:43.909Z[ recovery-image] Jul 08 18:11:39.865 INFO O| Jul 08 18:11:39.865 INFO STEP 308 (remove_files) COMPLETE
62342026-07-08T18:11:43.909Z[ recovery-image] Jul 08 18:11:39.865 INFO O| Jul 08 18:11:39.865 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-07-08T18:11:43.909Z[ recovery-image] Jul 08 18:11:39.871 INFO O| Jul 08 18:11:39.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62362026-07-08T18:11:43.909Z[ recovery-image] Jul 08 18:11:39.871 INFO O| Jul 08 18:11:39.871 INFO STEP 309 (remove_files) COMPLETE
62372026-07-08T18:11:43.909Z[ recovery-image] Jul 08 18:11:39.871 INFO O| Jul 08 18:11:39.871 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-07-08T18:11:43.909Z[ recovery-image] Jul 08 18:11:39.880 INFO O| Jul 08 18:11:39.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62392026-07-08T18:11:43.909Z[ recovery-image] Jul 08 18:11:39.880 INFO O| Jul 08 18:11:39.880 INFO STEP 310 (remove_files) COMPLETE
62402026-07-08T18:11:43.909Z[ recovery-image] Jul 08 18:11:39.880 INFO O| Jul 08 18:11:39.880 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-07-08T18:11:43.909Z[ recovery-image] Jul 08 18:11:39.887 INFO O| Jul 08 18:11:39.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62422026-07-08T18:11:43.909Z[ recovery-image] Jul 08 18:11:39.887 INFO O| Jul 08 18:11:39.887 INFO STEP 311 (remove_files) COMPLETE
62432026-07-08T18:11:43.909Z[ recovery-image] Jul 08 18:11:39.887 INFO O| Jul 08 18:11:39.887 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-07-08T18:11:43.909Z[ recovery-image] Jul 08 18:11:39.893 INFO O| Jul 08 18:11:39.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62452026-07-08T18:11:43.909Z[ recovery-image] Jul 08 18:11:39.893 INFO O| Jul 08 18:11:39.893 INFO STEP 312 (remove_files) COMPLETE
62462026-07-08T18:11:43.909Z[ recovery-image] Jul 08 18:11:39.893 INFO O| Jul 08 18:11:39.893 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-07-08T18:11:43.911Z[ recovery-image] Jul 08 18:11:39.903 INFO O| Jul 08 18:11:39.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62482026-07-08T18:11:43.911Z[ recovery-image] Jul 08 18:11:39.903 INFO O| Jul 08 18:11:39.903 INFO STEP 313 (remove_files) COMPLETE
62492026-07-08T18:11:43.911Z[ recovery-image] Jul 08 18:11:39.903 INFO O| Jul 08 18:11:39.903 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-07-08T18:11:43.911Z[ recovery-image] Jul 08 18:11:39.910 INFO O| Jul 08 18:11:39.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62512026-07-08T18:11:43.911Z[ recovery-image] Jul 08 18:11:39.910 INFO O| Jul 08 18:11:39.910 INFO STEP 314 (remove_files) COMPLETE
62522026-07-08T18:11:43.911Z[ recovery-image] Jul 08 18:11:39.910 INFO O| Jul 08 18:11:39.910 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-07-08T18:11:43.911Z[ recovery-image] Jul 08 18:11:39.916 INFO O| Jul 08 18:11:39.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62542026-07-08T18:11:43.911Z[ recovery-image] Jul 08 18:11:39.916 INFO O| Jul 08 18:11:39.916 INFO STEP 315 (remove_files) COMPLETE
62552026-07-08T18:11:43.911Z[ recovery-image] Jul 08 18:11:39.916 INFO O| Jul 08 18:11:39.916 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-07-08T18:11:43.911Z[ recovery-image] Jul 08 18:11:39.927 INFO O| Jul 08 18:11:39.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62572026-07-08T18:11:43.911Z[ recovery-image] Jul 08 18:11:39.927 INFO O| Jul 08 18:11:39.927 INFO STEP 316 (remove_files) COMPLETE
62582026-07-08T18:11:43.911Z[ recovery-image] Jul 08 18:11:39.927 INFO O| Jul 08 18:11:39.927 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-07-08T18:11:43.911Z[ recovery-image] Jul 08 18:11:39.934 INFO O| Jul 08 18:11:39.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62602026-07-08T18:11:43.911Z[ recovery-image] Jul 08 18:11:39.935 INFO O| Jul 08 18:11:39.935 INFO STEP 317 (remove_files) COMPLETE
62612026-07-08T18:11:43.911Z[ recovery-image] Jul 08 18:11:39.935 INFO O| Jul 08 18:11:39.935 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-07-08T18:11:43.949Z[ recovery-image] Jul 08 18:11:39.944 INFO O| Jul 08 18:11:39.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62632026-07-08T18:11:43.949Z[ recovery-image] Jul 08 18:11:39.944 INFO O| Jul 08 18:11:39.944 INFO STEP 318 (remove_files) COMPLETE
62642026-07-08T18:11:43.949Z[ recovery-image] Jul 08 18:11:39.944 INFO O| Jul 08 18:11:39.944 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-07-08T18:11:43.949Z[ recovery-image] Jul 08 18:11:39.950 INFO O| Jul 08 18:11:39.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62662026-07-08T18:11:43.949Z[ recovery-image] Jul 08 18:11:39.950 INFO O| Jul 08 18:11:39.950 INFO STEP 319 (remove_files) COMPLETE
62672026-07-08T18:11:43.949Z[ recovery-image] Jul 08 18:11:39.950 INFO O| Jul 08 18:11:39.950 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-07-08T18:11:43.949Z[ recovery-image] Jul 08 18:11:39.959 INFO O| Jul 08 18:11:39.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62692026-07-08T18:11:43.949Z[ recovery-image] Jul 08 18:11:39.959 INFO O| Jul 08 18:11:39.959 INFO STEP 320 (remove_files) COMPLETE
62702026-07-08T18:11:43.949Z[ recovery-image] Jul 08 18:11:39.959 INFO O| Jul 08 18:11:39.959 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-07-08T18:11:43.949Z[ recovery-image] Jul 08 18:11:39.965 INFO O| Jul 08 18:11:39.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62722026-07-08T18:11:43.949Z[ recovery-image] Jul 08 18:11:39.965 INFO O| Jul 08 18:11:39.965 INFO STEP 321 (remove_files) COMPLETE
62732026-07-08T18:11:43.949Z[ recovery-image] Jul 08 18:11:39.965 INFO O| Jul 08 18:11:39.965 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-07-08T18:11:43.949Z[ recovery-image] Jul 08 18:11:39.973 INFO O| Jul 08 18:11:39.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62752026-07-08T18:11:43.950Z[ recovery-image] Jul 08 18:11:39.973 INFO O| Jul 08 18:11:39.973 INFO STEP 322 (remove_files) COMPLETE
62762026-07-08T18:11:43.950Z[ recovery-image] Jul 08 18:11:39.973 INFO O| Jul 08 18:11:39.973 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-07-08T18:11:43.950Z[ recovery-image] Jul 08 18:11:39.979 INFO O| Jul 08 18:11:39.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62782026-07-08T18:11:43.950Z[ recovery-image] Jul 08 18:11:39.979 INFO O| Jul 08 18:11:39.979 INFO STEP 323 (remove_files) COMPLETE
62792026-07-08T18:11:43.950Z[ recovery-image] Jul 08 18:11:39.979 INFO O| Jul 08 18:11:39.979 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-07-08T18:11:43.950Z[ recovery-image] Jul 08 18:11:39.985 INFO O| Jul 08 18:11:39.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62812026-07-08T18:11:43.950Z[ recovery-image] Jul 08 18:11:39.985 INFO O| Jul 08 18:11:39.985 INFO STEP 324 (remove_files) COMPLETE
62822026-07-08T18:11:43.951Z[ recovery-image] Jul 08 18:11:39.985 INFO O| Jul 08 18:11:39.985 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-07-08T18:11:43.951Z[ recovery-image] Jul 08 18:11:39.993 INFO O| Jul 08 18:11:39.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62842026-07-08T18:11:43.951Z[ recovery-image] Jul 08 18:11:39.993 INFO O| Jul 08 18:11:39.993 INFO STEP 325 (remove_files) COMPLETE
62852026-07-08T18:11:43.951Z[ recovery-image] Jul 08 18:11:39.993 INFO O| Jul 08 18:11:39.993 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-07-08T18:11:43.951Z[ recovery-image] Jul 08 18:11:40.002 INFO O| Jul 08 18:11:40.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62872026-07-08T18:11:43.951Z[ recovery-image] Jul 08 18:11:40.002 INFO O| Jul 08 18:11:40.002 INFO STEP 326 (remove_files) COMPLETE
62882026-07-08T18:11:43.951Z[ recovery-image] Jul 08 18:11:40.002 INFO O| Jul 08 18:11:40.002 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-07-08T18:11:43.951Z[ recovery-image] Jul 08 18:11:40.011 INFO O| Jul 08 18:11:40.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62902026-07-08T18:11:43.953Z[ recovery-image] Jul 08 18:11:40.011 INFO O| Jul 08 18:11:40.011 INFO STEP 327 (remove_files) COMPLETE
62912026-07-08T18:11:43.953Z[ recovery-image] Jul 08 18:11:40.011 INFO O| Jul 08 18:11:40.011 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-07-08T18:11:43.953Z[ recovery-image] Jul 08 18:11:40.019 INFO O| Jul 08 18:11:40.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62932026-07-08T18:11:43.953Z[ recovery-image] Jul 08 18:11:40.019 INFO O| Jul 08 18:11:40.019 INFO STEP 328 (remove_files) COMPLETE
62942026-07-08T18:11:43.953Z[ recovery-image] Jul 08 18:11:40.019 INFO O| Jul 08 18:11:40.019 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-07-08T18:11:43.953Z[ recovery-image] Jul 08 18:11:40.028 INFO O| Jul 08 18:11:40.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62962026-07-08T18:11:43.953Z[ recovery-image] Jul 08 18:11:40.028 INFO O| Jul 08 18:11:40.028 INFO STEP 329 (remove_files) COMPLETE
62972026-07-08T18:11:43.953Z[ recovery-image] Jul 08 18:11:40.028 INFO O| Jul 08 18:11:40.028 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-07-08T18:11:43.953Z[ recovery-image] Jul 08 18:11:40.035 INFO O| Jul 08 18:11:40.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62992026-07-08T18:11:43.953Z[ recovery-image] Jul 08 18:11:40.035 INFO O| Jul 08 18:11:40.035 INFO STEP 330 (remove_files) COMPLETE
63002026-07-08T18:11:43.953Z[ recovery-image] Jul 08 18:11:40.035 INFO O| Jul 08 18:11:40.035 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-07-08T18:11:43.953Z[ recovery-image] Jul 08 18:11:40.043 INFO O| Jul 08 18:11:40.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63022026-07-08T18:11:43.953Z[ recovery-image] Jul 08 18:11:40.043 INFO O| Jul 08 18:11:40.043 INFO STEP 331 (remove_files) COMPLETE
63032026-07-08T18:11:43.953Z[ recovery-image] Jul 08 18:11:40.043 INFO O| Jul 08 18:11:40.043 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-07-08T18:11:43.953Z[ recovery-image] Jul 08 18:11:40.050 INFO O| Jul 08 18:11:40.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63052026-07-08T18:11:43.953Z[ recovery-image] Jul 08 18:11:40.050 INFO O| Jul 08 18:11:40.050 INFO STEP 332 (remove_files) COMPLETE
63062026-07-08T18:11:43.953Z[ recovery-image] Jul 08 18:11:40.050 INFO O| Jul 08 18:11:40.050 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-07-08T18:11:43.953Z[ recovery-image] Jul 08 18:11:40.059 INFO O| Jul 08 18:11:40.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63082026-07-08T18:11:43.953Z[ recovery-image] Jul 08 18:11:40.059 INFO O| Jul 08 18:11:40.059 INFO STEP 333 (remove_files) COMPLETE
63092026-07-08T18:11:43.954Z[ recovery-image] Jul 08 18:11:40.059 INFO O| Jul 08 18:11:40.059 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-07-08T18:11:43.954Z[ recovery-image] Jul 08 18:11:40.067 INFO O| Jul 08 18:11:40.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63112026-07-08T18:11:43.954Z[ recovery-image] Jul 08 18:11:40.067 INFO O| Jul 08 18:11:40.067 INFO STEP 334 (remove_files) COMPLETE
63122026-07-08T18:11:43.954Z[ recovery-image] Jul 08 18:11:40.067 INFO O| Jul 08 18:11:40.067 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-07-08T18:11:43.954Z[ recovery-image] Jul 08 18:11:40.074 INFO O| Jul 08 18:11:40.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63142026-07-08T18:11:43.954Z[ recovery-image] Jul 08 18:11:40.074 INFO O| Jul 08 18:11:40.074 INFO STEP 335 (remove_files) COMPLETE
63152026-07-08T18:11:43.954Z[ recovery-image] Jul 08 18:11:40.074 INFO O| Jul 08 18:11:40.074 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-07-08T18:11:43.954Z[ recovery-image] Jul 08 18:11:40.082 INFO O| Jul 08 18:11:40.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63172026-07-08T18:11:43.954Z[ recovery-image] Jul 08 18:11:40.082 INFO O| Jul 08 18:11:40.082 INFO STEP 336 (remove_files) COMPLETE
63182026-07-08T18:11:43.954Z[ recovery-image] Jul 08 18:11:40.082 INFO O| Jul 08 18:11:40.082 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-07-08T18:11:43.955Z[ recovery-image] Jul 08 18:11:40.089 INFO O| Jul 08 18:11:40.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63202026-07-08T18:11:43.956Z[ recovery-image] Jul 08 18:11:40.089 INFO O| Jul 08 18:11:40.089 INFO STEP 337 (remove_files) COMPLETE
63212026-07-08T18:11:43.956Z[ recovery-image] Jul 08 18:11:40.089 INFO O| Jul 08 18:11:40.089 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-07-08T18:11:43.956Z[ recovery-image] Jul 08 18:11:40.096 INFO O| Jul 08 18:11:40.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63232026-07-08T18:11:43.956Z[ recovery-image] Jul 08 18:11:40.096 INFO O| Jul 08 18:11:40.096 INFO STEP 338 (remove_files) COMPLETE
63242026-07-08T18:11:43.956Z[ recovery-image] Jul 08 18:11:40.096 INFO O| Jul 08 18:11:40.096 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-07-08T18:11:43.956Z[ recovery-image] Jul 08 18:11:40.104 INFO O| Jul 08 18:11:40.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63262026-07-08T18:11:43.956Z[ recovery-image] Jul 08 18:11:40.104 INFO O| Jul 08 18:11:40.104 INFO STEP 339 (remove_files) COMPLETE
63272026-07-08T18:11:43.956Z[ recovery-image] Jul 08 18:11:40.104 INFO O| Jul 08 18:11:40.104 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-07-08T18:11:43.956Z[ recovery-image] Jul 08 18:11:40.110 INFO O| Jul 08 18:11:40.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63292026-07-08T18:11:43.956Z[ recovery-image] Jul 08 18:11:40.110 INFO O| Jul 08 18:11:40.110 INFO STEP 340 (remove_files) COMPLETE
63302026-07-08T18:11:43.956Z[ recovery-image] Jul 08 18:11:40.110 INFO O| Jul 08 18:11:40.110 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-07-08T18:11:43.956Z[ recovery-image] Jul 08 18:11:40.117 INFO O| Jul 08 18:11:40.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63322026-07-08T18:11:43.956Z[ recovery-image] Jul 08 18:11:40.117 INFO O| Jul 08 18:11:40.117 INFO STEP 341 (remove_files) COMPLETE
63332026-07-08T18:11:43.956Z[ recovery-image] Jul 08 18:11:40.117 INFO O| Jul 08 18:11:40.117 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-07-08T18:11:43.956Z[ recovery-image] Jul 08 18:11:40.123 INFO O| Jul 08 18:11:40.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63352026-07-08T18:11:43.956Z[ recovery-image] Jul 08 18:11:40.123 INFO O| Jul 08 18:11:40.123 INFO STEP 342 (remove_files) COMPLETE
63362026-07-08T18:11:43.957Z[ recovery-image] Jul 08 18:11:40.123 INFO O| Jul 08 18:11:40.123 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-07-08T18:11:43.957Z[ host-image] Jul 08 18:11:40.125 INFO O| Jul 08 18:11:40.125 INFO O| Finalize: Creating fast lookup database ... Done
63382026-07-08T18:11:43.957Z[ recovery-image] Jul 08 18:11:40.130 INFO O| Jul 08 18:11:40.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63392026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.130 INFO O| Jul 08 18:11:40.130 INFO STEP 343 (remove_files) COMPLETE
63402026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.130 INFO O| Jul 08 18:11:40.130 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.137 INFO O| Jul 08 18:11:40.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63422026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.137 INFO O| Jul 08 18:11:40.137 INFO STEP 344 (remove_files) COMPLETE
63432026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.137 INFO O| Jul 08 18:11:40.137 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.143 INFO O| Jul 08 18:11:40.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63452026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.143 INFO O| Jul 08 18:11:40.143 INFO STEP 345 (remove_files) COMPLETE
63462026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.143 INFO O| Jul 08 18:11:40.143 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-07-08T18:11:43.958Z[ host-image] Jul 08 18:11:40.151 INFO O| Jul 08 18:11:40.151 INFO O| Finalize: Reading search index ... Done
63482026-07-08T18:11:43.958Z[ host-image] Jul 08 18:11:40.151 INFO O| Jul 08 18:11:40.151 INFO O| Finalize: Updating search index ... Done
63492026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.152 INFO O| Jul 08 18:11:40.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63502026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.152 INFO O| Jul 08 18:11:40.152 INFO STEP 346 (remove_files) COMPLETE
63512026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.152 INFO O| Jul 08 18:11:40.152 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.160 INFO O| Jul 08 18:11:40.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63532026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.160 INFO O| Jul 08 18:11:40.160 INFO STEP 347 (remove_files) COMPLETE
63542026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.160 INFO O| Jul 08 18:11:40.160 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.168 INFO O| Jul 08 18:11:40.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63562026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.168 INFO O| Jul 08 18:11:40.168 INFO STEP 348 (remove_files) COMPLETE
63572026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.168 INFO O| Jul 08 18:11:40.168 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.174 INFO O| Jul 08 18:11:40.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63592026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.174 INFO O| Jul 08 18:11:40.174 INFO STEP 349 (remove_files) COMPLETE
63602026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.174 INFO O| Jul 08 18:11:40.174 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-07-08T18:11:43.958Z[ recovery-image] Jul 08 18:11:40.180 INFO O| Jul 08 18:11:40.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63622026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.180 INFO O| Jul 08 18:11:40.180 INFO STEP 350 (remove_files) COMPLETE
63632026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.180 INFO O| Jul 08 18:11:40.180 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-07-08T18:11:43.974Z[ host-image] Jul 08 18:11:40.184 INFO O| Jul 08 18:11:40.184 INFO O| Finalize: Updating package cache ... Done
63652026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.187 INFO O| Jul 08 18:11:40.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63662026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.187 INFO O| Jul 08 18:11:40.187 INFO STEP 351 (remove_files) COMPLETE
63672026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.187 INFO O| Jul 08 18:11:40.187 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.193 INFO O| Jul 08 18:11:40.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63692026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.193 INFO O| Jul 08 18:11:40.193 INFO STEP 352 (remove_files) COMPLETE
63702026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.193 INFO O| Jul 08 18:11:40.193 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.201 INFO O| Jul 08 18:11:40.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63722026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.202 INFO O| Jul 08 18:11:40.202 INFO STEP 353 (remove_files) COMPLETE
63732026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.202 INFO O| Jul 08 18:11:40.202 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.208 INFO O| Jul 08 18:11:40.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63752026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.208 INFO O| Jul 08 18:11:40.208 INFO STEP 354 (remove_files) COMPLETE
63762026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.208 INFO O| Jul 08 18:11:40.208 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.218 INFO O| Jul 08 18:11:40.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63782026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.218 INFO O| Jul 08 18:11:40.218 INFO STEP 355 (remove_files) COMPLETE
63792026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.218 INFO O| Jul 08 18:11:40.218 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.226 INFO O| Jul 08 18:11:40.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63812026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.226 INFO O| Jul 08 18:11:40.226 INFO STEP 356 (remove_files) COMPLETE
63822026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.226 INFO O| Jul 08 18:11:40.226 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.234 INFO O| Jul 08 18:11:40.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63842026-07-08T18:11:43.974Z[ recovery-image] Jul 08 18:11:40.234 INFO O| Jul 08 18:11:40.234 INFO STEP 357 (remove_files) COMPLETE
63852026-07-08T18:11:43.976Z[ recovery-image] Jul 08 18:11:40.234 INFO O| Jul 08 18:11:40.234 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-07-08T18:11:43.976Z[ recovery-image] Jul 08 18:11:40.241 INFO O| Jul 08 18:11:40.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63872026-07-08T18:11:43.976Z[ recovery-image] Jul 08 18:11:40.241 INFO O| Jul 08 18:11:40.241 INFO STEP 358 (remove_files) COMPLETE
63882026-07-08T18:11:43.976Z[ recovery-image] Jul 08 18:11:40.241 INFO O| Jul 08 18:11:40.241 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-07-08T18:11:43.976Z[ recovery-image] Jul 08 18:11:40.248 INFO O| Jul 08 18:11:40.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63902026-07-08T18:11:43.976Z[ recovery-image] Jul 08 18:11:40.248 INFO O| Jul 08 18:11:40.248 INFO STEP 359 (remove_files) COMPLETE
63912026-07-08T18:11:43.976Z[ recovery-image] Jul 08 18:11:40.248 INFO O| Jul 08 18:11:40.248 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-07-08T18:11:43.976Z[ recovery-image] Jul 08 18:11:40.254 INFO O| Jul 08 18:11:40.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63932026-07-08T18:11:43.976Z[ recovery-image] Jul 08 18:11:40.254 INFO O| Jul 08 18:11:40.254 INFO STEP 360 (remove_files) COMPLETE
63942026-07-08T18:11:43.976Z[ recovery-image] Jul 08 18:11:40.254 INFO O| Jul 08 18:11:40.254 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-07-08T18:11:43.976Z[ recovery-image] Jul 08 18:11:40.261 INFO O| Jul 08 18:11:40.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63962026-07-08T18:11:43.976Z[ recovery-image] Jul 08 18:11:40.261 INFO O| Jul 08 18:11:40.261 INFO STEP 361 (remove_files) COMPLETE
63972026-07-08T18:11:43.976Z[ recovery-image] Jul 08 18:11:40.261 INFO O| Jul 08 18:11:40.261 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-07-08T18:11:43.976Z[ recovery-image] Jul 08 18:11:40.268 INFO O| Jul 08 18:11:40.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63992026-07-08T18:11:43.976Z[ recovery-image] Jul 08 18:11:40.268 INFO O| Jul 08 18:11:40.268 INFO STEP 362 (remove_files) COMPLETE
64002026-07-08T18:11:43.976Z[ recovery-image] Jul 08 18:11:40.268 INFO O| Jul 08 18:11:40.268 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-07-08T18:11:43.977Z[ recovery-image] Jul 08 18:11:40.274 INFO O| Jul 08 18:11:40.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64022026-07-08T18:11:43.977Z[ recovery-image] Jul 08 18:11:40.274 INFO O| Jul 08 18:11:40.274 INFO STEP 363 (remove_files) COMPLETE
64032026-07-08T18:11:43.977Z[ recovery-image] Jul 08 18:11:40.274 INFO O| Jul 08 18:11:40.274 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-07-08T18:11:43.977Z[ recovery-image] Jul 08 18:11:40.281 INFO O| Jul 08 18:11:40.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64052026-07-08T18:11:43.977Z[ recovery-image] Jul 08 18:11:40.281 INFO O| Jul 08 18:11:40.281 INFO STEP 364 (remove_files) COMPLETE
64062026-07-08T18:11:43.977Z[ recovery-image] Jul 08 18:11:40.281 INFO O| Jul 08 18:11:40.281 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-07-08T18:11:43.977Z[ recovery-image] Jul 08 18:11:40.287 INFO O| Jul 08 18:11:40.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64082026-07-08T18:11:43.977Z[ recovery-image] Jul 08 18:11:40.287 INFO O| Jul 08 18:11:40.287 INFO STEP 365 (remove_files) COMPLETE
64092026-07-08T18:11:43.977Z[ recovery-image] Jul 08 18:11:40.287 INFO O| Jul 08 18:11:40.287 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-07-08T18:11:43.977Z[ recovery-image] Jul 08 18:11:40.294 INFO O| Jul 08 18:11:40.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64112026-07-08T18:11:43.977Z[ recovery-image] Jul 08 18:11:40.294 INFO O| Jul 08 18:11:40.294 INFO STEP 366 (remove_files) COMPLETE
64122026-07-08T18:11:43.977Z[ recovery-image] Jul 08 18:11:40.294 INFO O| Jul 08 18:11:40.294 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-07-08T18:11:43.977Z[ recovery-image] Jul 08 18:11:40.301 INFO O| Jul 08 18:11:40.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64142026-07-08T18:11:43.978Z[ recovery-image] Jul 08 18:11:40.301 INFO O| Jul 08 18:11:40.301 INFO STEP 367 (remove_files) COMPLETE
64152026-07-08T18:11:43.978Z[ recovery-image] Jul 08 18:11:40.301 INFO O| Jul 08 18:11:40.301 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-07-08T18:11:43.979Z[ recovery-image] Jul 08 18:11:40.308 INFO O| Jul 08 18:11:40.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64172026-07-08T18:11:43.979Z[ recovery-image] Jul 08 18:11:40.308 INFO O| Jul 08 18:11:40.308 INFO STEP 368 (remove_files) COMPLETE
64182026-07-08T18:11:43.979Z[ recovery-image] Jul 08 18:11:40.308 INFO O| Jul 08 18:11:40.308 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-07-08T18:11:43.979Z[ recovery-image] Jul 08 18:11:40.314 INFO O| Jul 08 18:11:40.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64202026-07-08T18:11:43.979Z[ recovery-image] Jul 08 18:11:40.314 INFO O| Jul 08 18:11:40.314 INFO STEP 369 (remove_files) COMPLETE
64212026-07-08T18:11:43.979Z[ recovery-image] Jul 08 18:11:40.314 INFO O| Jul 08 18:11:40.314 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-07-08T18:11:43.979Z[ host-image] Jul 08 18:11:40.318 INFO O| Jul 08 18:11:40.318 INFO STEP 13 (pkg_install) COMPLETE
64232026-07-08T18:11:43.979Z[ host-image] Jul 08 18:11:40.318 INFO O| Jul 08 18:11:40.318 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
64242026-07-08T18:11:43.979Z[ recovery-image] Jul 08 18:11:40.321 INFO O| Jul 08 18:11:40.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64252026-07-08T18:11:43.979Z[ recovery-image] Jul 08 18:11:40.321 INFO O| Jul 08 18:11:40.321 INFO STEP 370 (remove_files) COMPLETE
64262026-07-08T18:11:43.979Z[ recovery-image] Jul 08 18:11:40.321 INFO O| Jul 08 18:11:40.321 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-07-08T18:11:43.979Z[ host-image] Jul 08 18:11:40.326 INFO O| Jul 08 18:11:40.326 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
64282026-07-08T18:11:43.979Z[ recovery-image] Jul 08 18:11:40.328 INFO O| Jul 08 18:11:40.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64292026-07-08T18:11:43.979Z[ recovery-image] Jul 08 18:11:40.328 INFO O| Jul 08 18:11:40.328 INFO STEP 371 (remove_files) COMPLETE
64302026-07-08T18:11:43.980Z[ recovery-image] Jul 08 18:11:40.328 INFO O| Jul 08 18:11:40.328 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-07-08T18:11:43.980Z[ recovery-image] Jul 08 18:11:40.335 INFO O| Jul 08 18:11:40.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64322026-07-08T18:11:43.980Z[ recovery-image] Jul 08 18:11:40.335 INFO O| Jul 08 18:11:40.335 INFO STEP 372 (remove_files) COMPLETE
64332026-07-08T18:11:43.980Z[ recovery-image] Jul 08 18:11:40.335 INFO O| Jul 08 18:11:40.335 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-07-08T18:11:43.980Z[ recovery-image] Jul 08 18:11:40.342 INFO O| Jul 08 18:11:40.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64352026-07-08T18:11:43.980Z[ recovery-image] Jul 08 18:11:40.342 INFO O| Jul 08 18:11:40.342 INFO STEP 373 (remove_files) COMPLETE
64362026-07-08T18:11:43.980Z[ recovery-image] Jul 08 18:11:40.342 INFO O| Jul 08 18:11:40.342 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-07-08T18:11:43.980Z[ recovery-image] Jul 08 18:11:40.349 INFO O| Jul 08 18:11:40.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64382026-07-08T18:11:43.981Z[ recovery-image] Jul 08 18:11:40.349 INFO O| Jul 08 18:11:40.349 INFO STEP 374 (remove_files) COMPLETE
64392026-07-08T18:11:43.981Z[ recovery-image] Jul 08 18:11:40.349 INFO O| Jul 08 18:11:40.349 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-07-08T18:11:43.981Z[ recovery-image] Jul 08 18:11:40.356 INFO O| Jul 08 18:11:40.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64412026-07-08T18:11:43.981Z[ recovery-image] Jul 08 18:11:40.356 INFO O| Jul 08 18:11:40.356 INFO STEP 375 (remove_files) COMPLETE
64422026-07-08T18:11:43.981Z[ recovery-image] Jul 08 18:11:40.356 INFO O| Jul 08 18:11:40.356 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-07-08T18:11:43.981Z[ recovery-image] Jul 08 18:11:40.363 INFO O| Jul 08 18:11:40.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64442026-07-08T18:11:43.981Z[ recovery-image] Jul 08 18:11:40.363 INFO O| Jul 08 18:11:40.363 INFO STEP 376 (remove_files) COMPLETE
64452026-07-08T18:11:43.981Z[ recovery-image] Jul 08 18:11:40.363 INFO O| Jul 08 18:11:40.363 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-07-08T18:11:43.982Z[ recovery-image] Jul 08 18:11:40.371 INFO O| Jul 08 18:11:40.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64472026-07-08T18:11:43.982Z[ recovery-image] Jul 08 18:11:40.371 INFO O| Jul 08 18:11:40.371 INFO STEP 377 (remove_files) COMPLETE
64482026-07-08T18:11:43.982Z[ recovery-image] Jul 08 18:11:40.371 INFO O| Jul 08 18:11:40.371 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-07-08T18:11:43.982Z[ recovery-image] Jul 08 18:11:40.379 INFO O| Jul 08 18:11:40.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64502026-07-08T18:11:43.982Z[ recovery-image] Jul 08 18:11:40.379 INFO O| Jul 08 18:11:40.379 INFO STEP 378 (remove_files) COMPLETE
64512026-07-08T18:11:43.982Z[ recovery-image] Jul 08 18:11:40.379 INFO O| Jul 08 18:11:40.379 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-07-08T18:11:43.982Z[ recovery-image] Jul 08 18:11:40.388 INFO O| Jul 08 18:11:40.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64532026-07-08T18:11:43.982Z[ recovery-image] Jul 08 18:11:40.388 INFO O| Jul 08 18:11:40.388 INFO STEP 379 (remove_files) COMPLETE
64542026-07-08T18:11:43.982Z[ recovery-image] Jul 08 18:11:40.388 INFO O| Jul 08 18:11:40.388 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-07-08T18:11:43.982Z[ recovery-image] Jul 08 18:11:40.395 INFO O| Jul 08 18:11:40.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64562026-07-08T18:11:43.982Z[ recovery-image] Jul 08 18:11:40.395 INFO O| Jul 08 18:11:40.395 INFO STEP 380 (remove_files) COMPLETE
64572026-07-08T18:11:43.982Z[ recovery-image] Jul 08 18:11:40.395 INFO O| Jul 08 18:11:40.395 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-07-08T18:11:43.982Z[ recovery-image] Jul 08 18:11:40.402 INFO O| Jul 08 18:11:40.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64592026-07-08T18:11:43.982Z[ recovery-image] Jul 08 18:11:40.402 INFO O| Jul 08 18:11:40.402 INFO STEP 381 (remove_files) COMPLETE
64602026-07-08T18:11:43.982Z[ recovery-image] Jul 08 18:11:40.402 INFO O| Jul 08 18:11:40.402 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-07-08T18:11:43.983Z[ recovery-image] Jul 08 18:11:40.409 INFO O| Jul 08 18:11:40.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64622026-07-08T18:11:43.988Z[ recovery-image] Jul 08 18:11:40.409 INFO O| Jul 08 18:11:40.409 INFO STEP 382 (remove_files) COMPLETE
64632026-07-08T18:11:43.988Z[ recovery-image] Jul 08 18:11:40.409 INFO O| Jul 08 18:11:40.409 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-07-08T18:11:43.988Z[ recovery-image] Jul 08 18:11:40.416 INFO O| Jul 08 18:11:40.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64652026-07-08T18:11:43.988Z[ recovery-image] Jul 08 18:11:40.416 INFO O| Jul 08 18:11:40.416 INFO STEP 383 (remove_files) COMPLETE
64662026-07-08T18:11:43.988Z[ recovery-image] Jul 08 18:11:40.416 INFO O| Jul 08 18:11:40.416 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-07-08T18:11:43.988Z[ recovery-image] Jul 08 18:11:40.423 INFO O| Jul 08 18:11:40.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64682026-07-08T18:11:43.988Z[ recovery-image] Jul 08 18:11:40.423 INFO O| Jul 08 18:11:40.423 INFO STEP 384 (remove_files) COMPLETE
64692026-07-08T18:11:43.988Z[ recovery-image] Jul 08 18:11:40.423 INFO O| Jul 08 18:11:40.423 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-07-08T18:11:43.988Z[ recovery-image] Jul 08 18:11:40.431 INFO O| Jul 08 18:11:40.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64712026-07-08T18:11:43.988Z[ recovery-image] Jul 08 18:11:40.431 INFO O| Jul 08 18:11:40.431 INFO STEP 385 (remove_files) COMPLETE
64722026-07-08T18:11:43.988Z[ recovery-image] Jul 08 18:11:40.431 INFO O| Jul 08 18:11:40.431 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-07-08T18:11:43.988Z[ recovery-image] Jul 08 18:11:40.438 INFO O| Jul 08 18:11:40.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64742026-07-08T18:11:43.988Z[ recovery-image] Jul 08 18:11:40.438 INFO O| Jul 08 18:11:40.438 INFO STEP 386 (remove_files) COMPLETE
64752026-07-08T18:11:43.988Z[ recovery-image] Jul 08 18:11:40.438 INFO O| Jul 08 18:11:40.438 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-07-08T18:11:43.989Z[ recovery-image] Jul 08 18:11:40.446 INFO O| Jul 08 18:11:40.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64772026-07-08T18:11:43.989Z[ recovery-image] Jul 08 18:11:40.446 INFO O| Jul 08 18:11:40.446 INFO STEP 387 (remove_files) COMPLETE
64782026-07-08T18:11:43.989Z[ host-image] Jul 08 18:11:41.043 INFO O| Jul 08 18:11:41.043 INFO O| Startup: Refreshing catalog 'helios' ... Done
64792026-07-08T18:11:43.989Z[ recovery-image] Jul 08 18:11:40.446 INFO O| Jul 08 18:11:40.446 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-07-08T18:11:43.989Z[ host-image] Jul 08 18:11:41.168 INFO O| Jul 08 18:11:41.168 INFO O| Startup: Caching catalogs ... Done
64812026-07-08T18:11:43.989Z[ host-image] Jul 08 18:11:41.342 INFO O| Jul 08 18:11:41.342 INFO O| Planning: Solver setup ... Done
64822026-07-08T18:11:43.989Z[ recovery-image] Jul 08 18:11:40.455 INFO O| Jul 08 18:11:40.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64832026-07-08T18:11:43.989Z[ recovery-image] Jul 08 18:11:40.455 INFO O| Jul 08 18:11:40.455 INFO STEP 388 (remove_files) COMPLETE
64842026-07-08T18:11:43.989Z[ host-image] Jul 08 18:11:41.347 INFO O| Jul 08 18:11:41.347 INFO O| Planning: Running solver ... Done
64852026-07-08T18:11:43.989Z[ recovery-image] Jul 08 18:11:40.455 INFO O| Jul 08 18:11:40.455 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-07-08T18:11:43.989Z[ host-image] Jul 08 18:11:41.351 INFO O| Jul 08 18:11:41.351 INFO O| Planning: Finding local manifests ... Done
64872026-07-08T18:11:43.989Z[ recovery-image] Jul 08 18:11:40.461 INFO O| Jul 08 18:11:40.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64882026-07-08T18:11:43.989Z[ recovery-image] Jul 08 18:11:40.461 INFO O| Jul 08 18:11:40.461 INFO STEP 389 (remove_files) COMPLETE
64892026-07-08T18:11:43.989Z[ host-image] Jul 08 18:11:41.364 INFO O| Jul 08 18:11:41.364 INFO O| Planning: Fetching manifests: 0/1 0% complete
64902026-07-08T18:11:43.989Z[ host-image] Jul 08 18:11:41.369 INFO O| Jul 08 18:11:41.369 INFO O| Planning: Fetching manifests: 1/1 100% complete
64912026-07-08T18:11:43.989Z[ recovery-image] Jul 08 18:11:40.461 INFO O| Jul 08 18:11:40.461 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-07-08T18:11:43.992Z[ host-image] Jul 08 18:11:41.384 INFO O| Jul 08 18:11:41.384 INFO O| Planning: Package planning ... Done
64932026-07-08T18:11:43.992Z[ recovery-image] Jul 08 18:11:40.468 INFO O| Jul 08 18:11:40.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64942026-07-08T18:11:43.992Z[ host-image] Jul 08 18:11:41.384 INFO O| Jul 08 18:11:41.384 INFO O| Planning: Merging actions ... Done
64952026-07-08T18:11:43.992Z[ recovery-image] Jul 08 18:11:40.468 INFO O| Jul 08 18:11:40.468 INFO STEP 390 (remove_files) COMPLETE
64962026-07-08T18:11:43.993Z[ host-image] Jul 08 18:11:41.463 INFO O| Jul 08 18:11:41.463 INFO O| Planning: Checking for conflicting actions ... Done
64972026-07-08T18:11:43.993Z[ recovery-image] Jul 08 18:11:40.468 INFO O| Jul 08 18:11:40.468 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-07-08T18:11:43.993Z[ host-image] Jul 08 18:11:41.464 INFO O| Jul 08 18:11:41.464 INFO O| Planning: Consolidating action changes ... Done
64992026-07-08T18:11:43.993Z[ host-image] Jul 08 18:11:41.616 INFO O| Jul 08 18:11:41.616 INFO O| Planning: Evaluating mediators ... Done
65002026-07-08T18:11:43.993Z[ recovery-image] Jul 08 18:11:40.475 INFO O| Jul 08 18:11:40.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65012026-07-08T18:11:43.993Z[ host-image] Jul 08 18:11:41.616 INFO O| Jul 08 18:11:41.616 INFO O| Planning: Planning completed in 0.44 seconds
65022026-07-08T18:11:43.993Z[ recovery-image] Jul 08 18:11:40.475 INFO O| Jul 08 18:11:40.475 INFO STEP 391 (remove_files) COMPLETE
65032026-07-08T18:11:43.993Z[ recovery-image] Jul 08 18:11:40.475 INFO O| Jul 08 18:11:40.475 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-07-08T18:11:43.993Z[ host-image] Jul 08 18:11:41.616 INFO O| Jul 08 18:11:41.616 INFO O| Packages to install: 1
65052026-07-08T18:11:43.994Z[ host-image] Jul 08 18:11:41.626 INFO O| Jul 08 18:11:41.626 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
65062026-07-08T18:11:43.994Z[ recovery-image] Jul 08 18:11:40.481 INFO O| Jul 08 18:11:40.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65072026-07-08T18:11:43.994Z[ recovery-image] Jul 08 18:11:40.481 INFO O| Jul 08 18:11:40.481 INFO STEP 392 (remove_files) COMPLETE
65082026-07-08T18:11:43.996Z[ host-image] Jul 08 18:11:41.745 INFO O| Jul 08 18:11:41.744 INFO O| Download: Completed 13.06 MB in 0.12 seconds (110M/s)
65092026-07-08T18:11:43.996Z[ host-image] Jul 08 18:11:42.028 INFO O| Jul 08 18:11:42.028 INFO O| Actions: 1/22 actions (Installing new actions)
65102026-07-08T18:11:43.996Z[ recovery-image] Jul 08 18:11:40.481 INFO O| Jul 08 18:11:40.481 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-07-08T18:11:43.996Z[ host-image] Jul 08 18:11:42.243 INFO O| Jul 08 18:11:42.243 INFO O| Actions: Completed 22 actions in 0.21 seconds.
65122026-07-08T18:11:43.996Z[ host-image] Jul 08 18:11:42.253 INFO O| Jul 08 18:11:42.253 INFO O| Finalize: Updating package state database ... Done
65132026-07-08T18:11:43.996Z[ recovery-image] Jul 08 18:11:40.489 INFO O| Jul 08 18:11:40.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65142026-07-08T18:11:43.996Z[ recovery-image] Jul 08 18:11:40.489 INFO O| Jul 08 18:11:40.489 INFO STEP 393 (remove_files) COMPLETE
65152026-07-08T18:11:43.996Z[ host-image] Jul 08 18:11:42.253 INFO O| Jul 08 18:11:42.253 INFO O| Finalize: Updating package cache ... Done
65162026-07-08T18:11:43.996Z[ host-image] Jul 08 18:11:42.286 INFO O| Jul 08 18:11:42.286 INFO O| Finalize: Updating image state ... Done
65172026-07-08T18:11:43.996Z[ recovery-image] Jul 08 18:11:40.489 INFO O| Jul 08 18:11:40.489 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-07-08T18:11:43.996Z[ recovery-image] Jul 08 18:11:40.497 INFO O| Jul 08 18:11:40.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65192026-07-08T18:11:43.996Z[ host-image] Jul 08 18:11:43.067 INFO O| Jul 08 18:11:43.067 INFO O| Finalize: Creating fast lookup database ... Done
65202026-07-08T18:11:43.996Z[ recovery-image] Jul 08 18:11:40.497 INFO O| Jul 08 18:11:40.497 INFO STEP 394 (remove_files) COMPLETE
65212026-07-08T18:11:43.996Z[ host-image] Jul 08 18:11:43.091 INFO O| Jul 08 18:11:43.091 INFO O| Finalize: Reading search index ... Done
65222026-07-08T18:11:43.996Z[ recovery-image] Jul 08 18:11:40.497 INFO O| Jul 08 18:11:40.497 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-07-08T18:11:43.996Z[ host-image] Jul 08 18:11:43.091 INFO O| Jul 08 18:11:43.091 INFO O| Finalize: Updating search index ... Done
65242026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.504 INFO O| Jul 08 18:11:40.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65252026-07-08T18:11:43.998Z[ host-image] Jul 08 18:11:43.100 INFO O| Jul 08 18:11:43.100 INFO O| Finalize: Updating package cache ... Done
65262026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.504 INFO O| Jul 08 18:11:40.504 INFO STEP 395 (remove_files) COMPLETE
65272026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.504 INFO O| Jul 08 18:11:40.504 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.510 INFO O| Jul 08 18:11:40.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65292026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.510 INFO O| Jul 08 18:11:40.510 INFO STEP 396 (remove_files) COMPLETE
65302026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.510 INFO O| Jul 08 18:11:40.510 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.517 INFO O| Jul 08 18:11:40.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65322026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.517 INFO O| Jul 08 18:11:40.517 INFO STEP 397 (remove_files) COMPLETE
65332026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.517 INFO O| Jul 08 18:11:40.517 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.523 INFO O| Jul 08 18:11:40.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65352026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.523 INFO O| Jul 08 18:11:40.523 INFO STEP 398 (remove_files) COMPLETE
65362026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.523 INFO O| Jul 08 18:11:40.523 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.529 INFO O| Jul 08 18:11:40.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65382026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.529 INFO O| Jul 08 18:11:40.529 INFO STEP 399 (remove_files) COMPLETE
65392026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.529 INFO O| Jul 08 18:11:40.529 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.535 INFO O| Jul 08 18:11:40.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65412026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.535 INFO O| Jul 08 18:11:40.535 INFO STEP 400 (remove_files) COMPLETE
65422026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.535 INFO O| Jul 08 18:11:40.535 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.541 INFO O| Jul 08 18:11:40.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65442026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.541 INFO O| Jul 08 18:11:40.541 INFO STEP 401 (remove_files) COMPLETE
65452026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.541 INFO O| Jul 08 18:11:40.541 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.547 INFO O| Jul 08 18:11:40.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65472026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.547 INFO O| Jul 08 18:11:40.547 INFO STEP 402 (remove_files) COMPLETE
65482026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.547 INFO O| Jul 08 18:11:40.547 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-07-08T18:11:43.998Z[ recovery-image] Jul 08 18:11:40.554 INFO O| Jul 08 18:11:40.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65502026-07-08T18:11:43.999Z[ recovery-image] Jul 08 18:11:40.554 INFO O| Jul 08 18:11:40.554 INFO STEP 403 (remove_files) COMPLETE
65512026-07-08T18:11:43.999Z[ recovery-image] Jul 08 18:11:40.554 INFO O| Jul 08 18:11:40.554 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-07-08T18:11:43.999Z[ recovery-image] Jul 08 18:11:40.560 INFO O| Jul 08 18:11:40.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65532026-07-08T18:11:43.999Z[ recovery-image] Jul 08 18:11:40.560 INFO O| Jul 08 18:11:40.560 INFO STEP 404 (remove_files) COMPLETE
65542026-07-08T18:11:43.999Z[ recovery-image] Jul 08 18:11:40.560 INFO O| Jul 08 18:11:40.560 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-07-08T18:11:43.999Z[ recovery-image] Jul 08 18:11:40.567 INFO O| Jul 08 18:11:40.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65562026-07-08T18:11:43.999Z[ recovery-image] Jul 08 18:11:40.567 INFO O| Jul 08 18:11:40.567 INFO STEP 405 (remove_files) COMPLETE
65572026-07-08T18:11:43.999Z[ recovery-image] Jul 08 18:11:40.567 INFO O| Jul 08 18:11:40.567 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-07-08T18:11:43.999Z[ recovery-image] Jul 08 18:11:40.576 INFO O| Jul 08 18:11:40.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65592026-07-08T18:11:43.999Z[ recovery-image] Jul 08 18:11:40.576 INFO O| Jul 08 18:11:40.576 INFO STEP 406 (remove_files) COMPLETE
65602026-07-08T18:11:43.999Z[ recovery-image] Jul 08 18:11:40.576 INFO O| Jul 08 18:11:40.576 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-07-08T18:11:43.999Z[ recovery-image] Jul 08 18:11:40.582 INFO O| Jul 08 18:11:40.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65622026-07-08T18:11:44.003Z[ recovery-image] Jul 08 18:11:40.582 INFO O| Jul 08 18:11:40.582 INFO STEP 407 (remove_files) COMPLETE
65632026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.582 INFO O| Jul 08 18:11:40.582 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.589 INFO O| Jul 08 18:11:40.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65652026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.589 INFO O| Jul 08 18:11:40.589 INFO STEP 408 (remove_files) COMPLETE
65662026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.589 INFO O| Jul 08 18:11:40.589 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.596 INFO O| Jul 08 18:11:40.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65682026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.596 INFO O| Jul 08 18:11:40.596 INFO STEP 409 (remove_files) COMPLETE
65692026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.596 INFO O| Jul 08 18:11:40.596 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.603 INFO O| Jul 08 18:11:40.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65712026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.603 INFO O| Jul 08 18:11:40.603 INFO STEP 410 (remove_files) COMPLETE
65722026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.603 INFO O| Jul 08 18:11:40.603 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.610 INFO O| Jul 08 18:11:40.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65742026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.610 INFO O| Jul 08 18:11:40.610 INFO STEP 411 (remove_files) COMPLETE
65752026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.610 INFO O| Jul 08 18:11:40.610 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.617 INFO O| Jul 08 18:11:40.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65772026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.617 INFO O| Jul 08 18:11:40.617 INFO STEP 412 (remove_files) COMPLETE
65782026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.617 INFO O| Jul 08 18:11:40.617 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.624 INFO O| Jul 08 18:11:40.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65802026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.624 INFO O| Jul 08 18:11:40.624 INFO STEP 413 (remove_files) COMPLETE
65812026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.624 INFO O| Jul 08 18:11:40.624 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.631 INFO O| Jul 08 18:11:40.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65832026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.631 INFO O| Jul 08 18:11:40.631 INFO STEP 414 (remove_files) COMPLETE
65842026-07-08T18:11:44.004Z[ recovery-image] Jul 08 18:11:40.631 INFO O| Jul 08 18:11:40.631 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-07-08T18:11:44.006Z[ recovery-image] Jul 08 18:11:40.637 INFO O| Jul 08 18:11:40.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65862026-07-08T18:11:44.006Z[ recovery-image] Jul 08 18:11:40.637 INFO O| Jul 08 18:11:40.637 INFO STEP 415 (remove_files) COMPLETE
65872026-07-08T18:11:44.006Z[ recovery-image] Jul 08 18:11:40.637 INFO O| Jul 08 18:11:40.637 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-07-08T18:11:44.006Z[ recovery-image] Jul 08 18:11:40.644 INFO O| Jul 08 18:11:40.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65892026-07-08T18:11:44.006Z[ recovery-image] Jul 08 18:11:40.644 INFO O| Jul 08 18:11:40.644 INFO STEP 416 (remove_files) COMPLETE
65902026-07-08T18:11:44.006Z[ recovery-image] Jul 08 18:11:40.644 INFO O| Jul 08 18:11:40.644 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-07-08T18:11:44.006Z[ recovery-image] Jul 08 18:11:40.653 INFO O| Jul 08 18:11:40.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65922026-07-08T18:11:44.006Z[ recovery-image] Jul 08 18:11:40.653 INFO O| Jul 08 18:11:40.653 INFO STEP 417 (remove_files) COMPLETE
65932026-07-08T18:11:44.006Z[ recovery-image] Jul 08 18:11:40.653 INFO O| Jul 08 18:11:40.653 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-07-08T18:11:44.006Z[ recovery-image] Jul 08 18:11:40.661 INFO O| Jul 08 18:11:40.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65952026-07-08T18:11:44.006Z[ recovery-image] Jul 08 18:11:40.661 INFO O| Jul 08 18:11:40.661 INFO STEP 418 (remove_files) COMPLETE
65962026-07-08T18:11:44.007Z[ recovery-image] Jul 08 18:11:40.661 INFO O| Jul 08 18:11:40.661 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-07-08T18:11:44.007Z[ recovery-image] Jul 08 18:11:40.674 INFO O| Jul 08 18:11:40.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65982026-07-08T18:11:44.007Z[ recovery-image] Jul 08 18:11:40.674 INFO O| Jul 08 18:11:40.674 INFO STEP 419 (remove_files) COMPLETE
65992026-07-08T18:11:44.007Z[ recovery-image] Jul 08 18:11:40.674 INFO O| Jul 08 18:11:40.674 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-07-08T18:11:44.009Z[ recovery-image] Jul 08 18:11:40.683 INFO O| Jul 08 18:11:40.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66012026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.683 INFO O| Jul 08 18:11:40.683 INFO STEP 420 (remove_files) COMPLETE
66022026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.683 INFO O| Jul 08 18:11:40.683 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.690 INFO O| Jul 08 18:11:40.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66042026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.690 INFO O| Jul 08 18:11:40.690 INFO STEP 421 (remove_files) COMPLETE
66052026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.690 INFO O| Jul 08 18:11:40.690 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.697 INFO O| Jul 08 18:11:40.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66072026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.698 INFO O| Jul 08 18:11:40.697 INFO STEP 422 (remove_files) COMPLETE
66082026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.698 INFO O| Jul 08 18:11:40.697 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.705 INFO O| Jul 08 18:11:40.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66102026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.705 INFO O| Jul 08 18:11:40.705 INFO STEP 423 (remove_files) COMPLETE
66112026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.705 INFO O| Jul 08 18:11:40.705 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.714 INFO O| Jul 08 18:11:40.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66132026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.714 INFO O| Jul 08 18:11:40.714 INFO STEP 424 (remove_files) COMPLETE
66142026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.714 INFO O| Jul 08 18:11:40.714 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.724 INFO O| Jul 08 18:11:40.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66162026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.724 INFO O| Jul 08 18:11:40.724 INFO STEP 425 (remove_files) COMPLETE
66172026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.724 INFO O| Jul 08 18:11:40.724 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.732 INFO O| Jul 08 18:11:40.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66192026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.732 INFO O| Jul 08 18:11:40.732 INFO STEP 426 (remove_files) COMPLETE
66202026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.732 INFO O| Jul 08 18:11:40.732 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.739 INFO O| Jul 08 18:11:40.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66222026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.739 INFO O| Jul 08 18:11:40.739 INFO STEP 427 (remove_files) COMPLETE
66232026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.739 INFO O| Jul 08 18:11:40.739 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.746 INFO O| Jul 08 18:11:40.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66252026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.746 INFO O| Jul 08 18:11:40.746 INFO STEP 428 (remove_files) COMPLETE
66262026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.746 INFO O| Jul 08 18:11:40.746 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.753 INFO O| Jul 08 18:11:40.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66282026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.753 INFO O| Jul 08 18:11:40.753 INFO STEP 429 (remove_files) COMPLETE
66292026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.753 INFO O| Jul 08 18:11:40.753 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.760 INFO O| Jul 08 18:11:40.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66312026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.760 INFO O| Jul 08 18:11:40.760 INFO STEP 430 (remove_files) COMPLETE
66322026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.760 INFO O| Jul 08 18:11:40.760 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-07-08T18:11:44.010Z[ recovery-image] Jul 08 18:11:40.767 INFO O| Jul 08 18:11:40.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66342026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:40.767 INFO O| Jul 08 18:11:40.767 INFO STEP 431 (remove_files) COMPLETE
66352026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:40.767 INFO O| Jul 08 18:11:40.767 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66372026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.773 INFO STEP 432 (remove_files) COMPLETE
66382026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.773 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66402026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.780 INFO STEP 433 (remove_files) COMPLETE
66412026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.780 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66432026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.787 INFO STEP 434 (remove_files) COMPLETE
66442026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.787 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66462026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.793 INFO STEP 435 (remove_files) COMPLETE
66472026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.793 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66492026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.799 INFO STEP 436 (remove_files) COMPLETE
66502026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.799 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66522026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.806 INFO STEP 437 (remove_files) COMPLETE
66532026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.806 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66552026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.813 INFO STEP 438 (remove_files) COMPLETE
66562026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.813 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-07-08T18:11:44.011Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66582026-07-08T18:11:44.012Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.819 INFO STEP 439 (remove_files) COMPLETE
66592026-07-08T18:11:44.012Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.819 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-07-08T18:11:44.012Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66612026-07-08T18:11:44.012Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.825 INFO STEP 440 (remove_files) COMPLETE
66622026-07-08T18:11:44.018Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.825 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-07-08T18:11:44.018Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66642026-07-08T18:11:44.018Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.832 INFO STEP 441 (remove_files) COMPLETE
66652026-07-08T18:11:44.018Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.832 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-07-08T18:11:44.018Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66672026-07-08T18:11:44.018Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.838 INFO STEP 442 (remove_files) COMPLETE
66682026-07-08T18:11:44.018Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.838 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-07-08T18:11:44.018Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66702026-07-08T18:11:44.018Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.845 INFO STEP 443 (remove_files) COMPLETE
66712026-07-08T18:11:44.018Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.845 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-07-08T18:11:44.018Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66732026-07-08T18:11:44.018Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.851 INFO STEP 444 (remove_files) COMPLETE
66742026-07-08T18:11:44.018Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.851 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-07-08T18:11:44.019Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66762026-07-08T18:11:44.019Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.858 INFO STEP 445 (remove_files) COMPLETE
66772026-07-08T18:11:44.019Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.858 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-07-08T18:11:44.019Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66792026-07-08T18:11:44.019Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.864 INFO STEP 446 (remove_files) COMPLETE
66802026-07-08T18:11:44.019Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.864 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-07-08T18:11:44.019Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66822026-07-08T18:11:44.019Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.871 INFO STEP 447 (remove_files) COMPLETE
66832026-07-08T18:11:44.019Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.871 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-07-08T18:11:44.019Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66852026-07-08T18:11:44.020Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.877 INFO STEP 448 (remove_files) COMPLETE
66862026-07-08T18:11:44.020Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.877 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-07-08T18:11:44.020Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66882026-07-08T18:11:44.020Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.884 INFO STEP 449 (remove_files) COMPLETE
66892026-07-08T18:11:44.020Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.884 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-07-08T18:11:44.020Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66912026-07-08T18:11:44.020Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.890 INFO STEP 450 (remove_files) COMPLETE
66922026-07-08T18:11:44.020Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.890 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-07-08T18:11:44.020Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66942026-07-08T18:11:44.020Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.896 INFO STEP 451 (remove_files) COMPLETE
66952026-07-08T18:11:44.020Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.896 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-07-08T18:11:44.020Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66972026-07-08T18:11:44.020Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.902 INFO STEP 452 (remove_files) COMPLETE
66982026-07-08T18:11:44.020Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.902 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-07-08T18:11:44.021Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67002026-07-08T18:11:44.021Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.909 INFO STEP 453 (remove_files) COMPLETE
67012026-07-08T18:11:44.021Z[ recovery-image] Jul 08 18:11:43.134 INFO O| Jul 08 18:11:40.909 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-07-08T18:11:44.021Z[ recovery-image] Jul 08 18:11:43.135 INFO O| Jul 08 18:11:40.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67032026-07-08T18:11:44.021Z[ recovery-image] Jul 08 18:11:43.135 INFO O| Jul 08 18:11:40.915 INFO STEP 454 (remove_files) COMPLETE
67042026-07-08T18:11:44.021Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.915 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-07-08T18:11:44.021Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67062026-07-08T18:11:44.021Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.921 INFO STEP 455 (remove_files) COMPLETE
67072026-07-08T18:11:44.021Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.921 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-07-08T18:11:44.021Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67092026-07-08T18:11:44.021Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.927 INFO STEP 456 (remove_files) COMPLETE
67102026-07-08T18:11:44.021Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.927 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-07-08T18:11:44.021Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67122026-07-08T18:11:44.021Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.933 INFO STEP 457 (remove_files) COMPLETE
67132026-07-08T18:11:44.021Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.933 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-07-08T18:11:44.021Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67152026-07-08T18:11:44.021Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.940 INFO STEP 458 (remove_files) COMPLETE
67162026-07-08T18:11:44.021Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.940 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-07-08T18:11:44.021Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67182026-07-08T18:11:44.022Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.946 INFO STEP 459 (remove_files) COMPLETE
67192026-07-08T18:11:44.022Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.946 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-07-08T18:11:44.022Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67212026-07-08T18:11:44.022Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.952 INFO STEP 460 (remove_files) COMPLETE
67222026-07-08T18:11:44.023Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.952 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-07-08T18:11:44.023Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67242026-07-08T18:11:44.023Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.959 INFO STEP 461 (remove_files) COMPLETE
67252026-07-08T18:11:44.023Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.959 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-07-08T18:11:44.023Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67272026-07-08T18:11:44.023Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.965 INFO STEP 462 (remove_files) COMPLETE
67282026-07-08T18:11:44.023Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.965 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-07-08T18:11:44.023Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67302026-07-08T18:11:44.023Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.972 INFO STEP 463 (remove_files) COMPLETE
67312026-07-08T18:11:44.023Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.972 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-07-08T18:11:44.023Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67332026-07-08T18:11:44.023Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.981 INFO STEP 464 (remove_files) COMPLETE
67342026-07-08T18:11:44.023Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.981 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-07-08T18:11:44.023Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67362026-07-08T18:11:44.023Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.988 INFO STEP 465 (remove_files) COMPLETE
67372026-07-08T18:11:44.023Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.988 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-07-08T18:11:44.023Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67392026-07-08T18:11:44.023Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.995 INFO STEP 466 (remove_files) COMPLETE
67402026-07-08T18:11:44.024Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:40.995 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-07-08T18:11:44.024Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67422026-07-08T18:11:44.024Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.002 INFO STEP 467 (remove_files) COMPLETE
67432026-07-08T18:11:44.024Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.002 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-07-08T18:11:44.024Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67452026-07-08T18:11:44.024Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.010 INFO STEP 468 (remove_files) COMPLETE
67462026-07-08T18:11:44.024Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.010 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-07-08T18:11:44.024Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67482026-07-08T18:11:44.024Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.018 INFO STEP 469 (remove_files) COMPLETE
67492026-07-08T18:11:44.024Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.018 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-07-08T18:11:44.025Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67512026-07-08T18:11:44.025Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.025 INFO STEP 470 (remove_files) COMPLETE
67522026-07-08T18:11:44.025Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.025 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-07-08T18:11:44.025Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67542026-07-08T18:11:44.025Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.033 INFO STEP 471 (remove_files) COMPLETE
67552026-07-08T18:11:44.025Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.033 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-07-08T18:11:44.025Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67572026-07-08T18:11:44.025Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.041 INFO STEP 472 (remove_files) COMPLETE
67582026-07-08T18:11:44.025Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.041 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-07-08T18:11:44.025Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67602026-07-08T18:11:44.025Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.049 INFO STEP 473 (remove_files) COMPLETE
67612026-07-08T18:11:44.025Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.049 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-07-08T18:11:44.030Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhsmp"
67632026-07-08T18:11:44.030Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.057 INFO STEP 474 (remove_files) COMPLETE
67642026-07-08T18:11:44.030Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.057 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-07-08T18:11:44.031Z[ recovery-image] Jul 08 18:11:43.136 INFO O| Jul 08 18:11:41.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usmn"
67662026-07-08T18:11:44.031Z[ recovery-image] Jul 08 18:11:43.137 INFO O| Jul 08 18:11:41.066 INFO STEP 475 (remove_files) COMPLETE
67672026-07-08T18:11:44.031Z[ recovery-image] Jul 08 18:11:43.137 INFO O| Jul 08 18:11:41.066 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-07-08T18:11:44.031Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/zen_udf"
67692026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.074 INFO STEP 476 (remove_files) COMPLETE
67702026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.074 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67722026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.081 INFO STEP 477 (remove_files) COMPLETE
67732026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.081 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67752026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.089 INFO STEP 478 (remove_files) COMPLETE
67762026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.089 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67782026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.096 INFO STEP 479 (remove_files) COMPLETE
67792026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.096 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67812026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.103 INFO STEP 480 (remove_files) COMPLETE
67822026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.103 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67842026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.110 INFO STEP 481 (remove_files) COMPLETE
67852026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.110 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67872026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.117 INFO STEP 482 (remove_files) COMPLETE
67882026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.117 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67902026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.124 INFO STEP 483 (remove_files) COMPLETE
67912026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.124 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67932026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.131 INFO STEP 484 (remove_files) COMPLETE
67942026-07-08T18:11:44.032Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.131 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-07-08T18:11:44.034Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67962026-07-08T18:11:44.034Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.138 INFO STEP 485 (remove_files) COMPLETE
67972026-07-08T18:11:44.034Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.138 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-07-08T18:11:44.034Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67992026-07-08T18:11:44.034Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.145 INFO STEP 486 (remove_files) COMPLETE
68002026-07-08T18:11:44.034Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.145 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-07-08T18:11:44.034Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:41.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68022026-07-08T18:11:44.034Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:43.134 INFO STEP 487 (remove_files) COMPLETE
68032026-07-08T18:11:44.034Z[ recovery-image] Jul 08 18:11:43.138 INFO O| Jul 08 18:11:43.134 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-07-08T18:11:44.034Z[ recovery-image] Jul 08 18:11:43.142 INFO O| Jul 08 18:11:43.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68052026-07-08T18:11:44.034Z[ recovery-image] Jul 08 18:11:43.143 INFO O| Jul 08 18:11:43.143 INFO STEP 488 (remove_files) COMPLETE
68062026-07-08T18:11:44.034Z[ recovery-image] Jul 08 18:11:43.143 INFO O| Jul 08 18:11:43.143 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-07-08T18:11:44.034Z[ recovery-image] Jul 08 18:11:43.150 INFO O| Jul 08 18:11:43.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68082026-07-08T18:11:44.034Z[ recovery-image] Jul 08 18:11:43.150 INFO O| Jul 08 18:11:43.150 INFO STEP 489 (remove_files) COMPLETE
68092026-07-08T18:11:44.034Z[ recovery-image] Jul 08 18:11:43.150 INFO O| Jul 08 18:11:43.150 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-07-08T18:11:44.034Z[ recovery-image] Jul 08 18:11:43.157 INFO O| Jul 08 18:11:43.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68112026-07-08T18:11:44.034Z[ recovery-image] Jul 08 18:11:43.157 INFO O| Jul 08 18:11:43.157 INFO STEP 490 (remove_files) COMPLETE
68122026-07-08T18:11:44.034Z[ recovery-image] Jul 08 18:11:43.157 INFO O| Jul 08 18:11:43.157 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-07-08T18:11:44.034Z[ recovery-image] Jul 08 18:11:43.163 INFO O| Jul 08 18:11:43.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68142026-07-08T18:11:44.035Z[ recovery-image] Jul 08 18:11:43.163 INFO O| Jul 08 18:11:43.163 INFO STEP 491 (remove_files) COMPLETE
68152026-07-08T18:11:44.035Z[ recovery-image] Jul 08 18:11:43.163 INFO O| Jul 08 18:11:43.163 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-07-08T18:11:44.035Z[ recovery-image] Jul 08 18:11:43.169 INFO O| Jul 08 18:11:43.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68172026-07-08T18:11:44.035Z[ recovery-image] Jul 08 18:11:43.169 INFO O| Jul 08 18:11:43.169 INFO STEP 492 (remove_files) COMPLETE
68182026-07-08T18:11:44.035Z[ recovery-image] Jul 08 18:11:43.169 INFO O| Jul 08 18:11:43.169 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-07-08T18:11:44.035Z[ recovery-image] Jul 08 18:11:43.176 INFO O| Jul 08 18:11:43.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68202026-07-08T18:11:44.035Z[ recovery-image] Jul 08 18:11:43.176 INFO O| Jul 08 18:11:43.176 INFO STEP 493 (remove_files) COMPLETE
68212026-07-08T18:11:44.035Z[ recovery-image] Jul 08 18:11:43.176 INFO O| Jul 08 18:11:43.176 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-07-08T18:11:44.035Z[ recovery-image] Jul 08 18:11:43.182 INFO O| Jul 08 18:11:43.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68232026-07-08T18:11:44.035Z[ recovery-image] Jul 08 18:11:43.182 INFO O| Jul 08 18:11:43.182 INFO STEP 494 (remove_files) COMPLETE
68242026-07-08T18:11:44.035Z[ recovery-image] Jul 08 18:11:43.182 INFO O| Jul 08 18:11:43.182 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-07-08T18:11:44.036Z[ recovery-image] Jul 08 18:11:43.188 INFO O| Jul 08 18:11:43.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68262026-07-08T18:11:44.036Z[ recovery-image] Jul 08 18:11:43.189 INFO O| Jul 08 18:11:43.189 INFO STEP 495 (remove_files) COMPLETE
68272026-07-08T18:11:44.036Z[ recovery-image] Jul 08 18:11:43.189 INFO O| Jul 08 18:11:43.189 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-07-08T18:11:44.036Z[ recovery-image] Jul 08 18:11:43.197 INFO O| Jul 08 18:11:43.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68292026-07-08T18:11:44.036Z[ recovery-image] Jul 08 18:11:43.197 INFO O| Jul 08 18:11:43.197 INFO STEP 496 (remove_files) COMPLETE
68302026-07-08T18:11:44.036Z[ recovery-image] Jul 08 18:11:43.197 INFO O| Jul 08 18:11:43.197 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-07-08T18:11:44.036Z[ recovery-image] Jul 08 18:11:43.204 INFO O| Jul 08 18:11:43.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68322026-07-08T18:11:44.036Z[ recovery-image] Jul 08 18:11:43.204 INFO O| Jul 08 18:11:43.204 INFO STEP 497 (remove_files) COMPLETE
68332026-07-08T18:11:44.036Z[ recovery-image] Jul 08 18:11:43.204 INFO O| Jul 08 18:11:43.204 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-07-08T18:11:44.036Z[ recovery-image] Jul 08 18:11:43.211 INFO O| Jul 08 18:11:43.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68352026-07-08T18:11:44.036Z[ recovery-image] Jul 08 18:11:43.211 INFO O| Jul 08 18:11:43.211 INFO STEP 498 (remove_files) COMPLETE
68362026-07-08T18:11:44.036Z[ recovery-image] Jul 08 18:11:43.211 INFO O| Jul 08 18:11:43.211 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-07-08T18:11:44.036Z[ host-image] Jul 08 18:11:43.214 INFO O| Jul 08 18:11:43.214 INFO STEP 14 (pkg_install) COMPLETE
68382026-07-08T18:11:44.036Z[ host-image] Jul 08 18:11:43.214 INFO O| Jul 08 18:11:43.214 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
68392026-07-08T18:11:44.036Z[ host-image] Jul 08 18:11:43.214 INFO O| Jul 08 18:11:43.214 INFO skip step because feature "mfg" is not enabled
68402026-07-08T18:11:44.037Z[ host-image] Jul 08 18:11:43.214 INFO O| Jul 08 18:11:43.214 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
68412026-07-08T18:11:44.037Z[ host-image] Jul 08 18:11:43.214 INFO O| Jul 08 18:11:43.214 INFO skip step because feature "compliance" is not enabled
68422026-07-08T18:11:44.037Z[ host-image] Jul 08 18:11:43.214 INFO O| Jul 08 18:11:43.214 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
68432026-07-08T18:11:44.037Z[ host-image] Jul 08 18:11:43.214 INFO O| Jul 08 18:11:43.214 INFO skip step because feature "stress" is not enabled
68442026-07-08T18:11:44.037Z[ host-image] Jul 08 18:11:43.214 INFO O| Jul 08 18:11:43.214 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
68452026-07-08T18:11:44.037Z[ host-image] Jul 08 18:11:43.214 INFO O| Jul 08 18:11:43.214 INFO skip step because feature "compliance" is not enabled
68462026-07-08T18:11:44.037Z[ host-image] Jul 08 18:11:43.214 INFO O| Jul 08 18:11:43.214 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
68472026-07-08T18:11:44.037Z[ host-image] Jul 08 18:11:43.215 INFO O| Jul 08 18:11:43.214 INFO skip step because feature "nfs" is not enabled
68482026-07-08T18:11:44.037Z[ host-image] Jul 08 18:11:43.215 INFO O| Jul 08 18:11:43.214 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
68492026-07-08T18:11:44.037Z[ host-image] Jul 08 18:11:43.215 INFO O| Jul 08 18:11:43.214 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
68502026-07-08T18:11:44.037Z[ recovery-image] Jul 08 18:11:43.218 INFO O| Jul 08 18:11:43.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68512026-07-08T18:11:44.037Z[ recovery-image] Jul 08 18:11:43.218 INFO O| Jul 08 18:11:43.218 INFO STEP 499 (remove_files) COMPLETE
68522026-07-08T18:11:44.037Z[ recovery-image] Jul 08 18:11:43.218 INFO O| Jul 08 18:11:43.218 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-07-08T18:11:44.037Z[ recovery-image] Jul 08 18:11:43.229 INFO O| Jul 08 18:11:43.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68542026-07-08T18:11:44.037Z[ recovery-image] Jul 08 18:11:43.229 INFO O| Jul 08 18:11:43.229 INFO STEP 500 (remove_files) COMPLETE
68552026-07-08T18:11:44.037Z[ recovery-image] Jul 08 18:11:43.229 INFO O| Jul 08 18:11:43.229 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-07-08T18:11:44.041Z[ recovery-image] Jul 08 18:11:43.237 INFO O| Jul 08 18:11:43.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68572026-07-08T18:11:44.041Z[ recovery-image] Jul 08 18:11:43.237 INFO O| Jul 08 18:11:43.237 INFO STEP 501 (remove_files) COMPLETE
68582026-07-08T18:11:44.041Z[ recovery-image] Jul 08 18:11:43.237 INFO O| Jul 08 18:11:43.237 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-07-08T18:11:44.041Z[ recovery-image] Jul 08 18:11:43.244 INFO O| Jul 08 18:11:43.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68602026-07-08T18:11:44.041Z[ recovery-image] Jul 08 18:11:43.244 INFO O| Jul 08 18:11:43.244 INFO STEP 502 (remove_files) COMPLETE
68612026-07-08T18:11:44.041Z[ recovery-image] Jul 08 18:11:43.244 INFO O| Jul 08 18:11:43.244 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-07-08T18:11:44.048Z[ recovery-image] Jul 08 18:11:43.253 INFO O| Jul 08 18:11:43.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68632026-07-08T18:11:44.048Z[ recovery-image] Jul 08 18:11:43.253 INFO O| Jul 08 18:11:43.252 INFO STEP 503 (remove_files) COMPLETE
68642026-07-08T18:11:44.156Z[ recovery-image] Jul 08 18:11:43.253 INFO O| Jul 08 18:11:43.252 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-07-08T18:11:44.156Z[ recovery-image] Jul 08 18:11:43.260 INFO O| Jul 08 18:11:43.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68662026-07-08T18:11:44.156Z[ recovery-image] Jul 08 18:11:43.260 INFO O| Jul 08 18:11:43.260 INFO STEP 504 (remove_files) COMPLETE
68672026-07-08T18:11:44.156Z[ recovery-image] Jul 08 18:11:43.260 INFO O| Jul 08 18:11:43.260 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-07-08T18:11:44.156Z[ recovery-image] Jul 08 18:11:43.266 INFO O| Jul 08 18:11:43.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68692026-07-08T18:11:44.156Z[ recovery-image] Jul 08 18:11:43.266 INFO O| Jul 08 18:11:43.266 INFO STEP 505 (remove_files) COMPLETE
68702026-07-08T18:11:44.156Z[ recovery-image] Jul 08 18:11:43.266 INFO O| Jul 08 18:11:43.266 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-07-08T18:11:44.156Z[ recovery-image] Jul 08 18:11:43.273 INFO O| Jul 08 18:11:43.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68722026-07-08T18:11:44.156Z[ recovery-image] Jul 08 18:11:43.273 INFO O| Jul 08 18:11:43.273 INFO STEP 506 (remove_files) COMPLETE
68732026-07-08T18:11:44.156Z[ recovery-image] Jul 08 18:11:43.273 INFO O| Jul 08 18:11:43.273 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-07-08T18:11:44.156Z[ recovery-image] Jul 08 18:11:43.279 INFO O| Jul 08 18:11:43.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68752026-07-08T18:11:44.156Z[ recovery-image] Jul 08 18:11:43.279 INFO O| Jul 08 18:11:43.279 INFO STEP 507 (remove_files) COMPLETE
68762026-07-08T18:11:44.156Z[ recovery-image] Jul 08 18:11:43.279 INFO O| Jul 08 18:11:43.279 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-07-08T18:11:44.157Z[ recovery-image] Jul 08 18:11:43.285 INFO O| Jul 08 18:11:43.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/apobdump"
68782026-07-08T18:11:44.157Z[ recovery-image] Jul 08 18:11:43.285 INFO O| Jul 08 18:11:43.285 INFO STEP 508 (remove_files) COMPLETE
68792026-07-08T18:11:44.158Z[ recovery-image] Jul 08 18:11:43.285 INFO O| Jul 08 18:11:43.285 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-07-08T18:11:44.158Z[ recovery-image] Jul 08 18:11:43.292 INFO O| Jul 08 18:11:43.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/udf"
68812026-07-08T18:11:44.158Z[ recovery-image] Jul 08 18:11:43.292 INFO O| Jul 08 18:11:43.292 INFO STEP 509 (remove_files) COMPLETE
68822026-07-08T18:11:44.158Z[ recovery-image] Jul 08 18:11:43.292 INFO O| Jul 08 18:11:43.292 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-07-08T18:11:44.158Z[ recovery-image] Jul 08 18:11:43.298 INFO O| Jul 08 18:11:43.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/uhsmp"
68842026-07-08T18:11:44.158Z[ recovery-image] Jul 08 18:11:43.298 INFO O| Jul 08 18:11:43.298 INFO STEP 510 (remove_files) COMPLETE
68852026-07-08T18:11:44.158Z[ recovery-image] Jul 08 18:11:43.298 INFO O| Jul 08 18:11:43.298 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.306 INFO O| Jul 08 18:11:43.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/usmn"
68872026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.306 INFO O| Jul 08 18:11:43.306 INFO STEP 511 (remove_files) COMPLETE
68882026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.306 INFO O| Jul 08 18:11:43.306 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.313 INFO O| Jul 08 18:11:43.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68902026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.313 INFO O| Jul 08 18:11:43.313 INFO STEP 512 (remove_files) COMPLETE
68912026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.313 INFO O| Jul 08 18:11:43.313 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.322 INFO O| Jul 08 18:11:43.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68932026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.322 INFO O| Jul 08 18:11:43.322 INFO STEP 513 (remove_files) COMPLETE
68942026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.322 INFO O| Jul 08 18:11:43.322 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.330 INFO O| Jul 08 18:11:43.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68962026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.331 INFO O| Jul 08 18:11:43.331 INFO STEP 514 (remove_files) COMPLETE
68972026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.331 INFO O| Jul 08 18:11:43.331 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.337 INFO O| Jul 08 18:11:43.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68992026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.337 INFO O| Jul 08 18:11:43.337 INFO STEP 515 (remove_files) COMPLETE
69002026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.337 INFO O| Jul 08 18:11:43.337 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.345 INFO O| Jul 08 18:11:43.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
69022026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.345 INFO O| Jul 08 18:11:43.345 INFO STEP 516 (remove_files) COMPLETE
69032026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.345 INFO O| Jul 08 18:11:43.345 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.351 INFO O| Jul 08 18:11:43.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
69052026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.351 INFO O| Jul 08 18:11:43.351 INFO STEP 517 (remove_files) COMPLETE
69062026-07-08T18:11:44.159Z[ recovery-image] Jul 08 18:11:43.351 INFO O| Jul 08 18:11:43.351 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-07-08T18:11:44.163Z[ recovery-image] Jul 08 18:11:43.358 INFO O| Jul 08 18:11:43.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
69082026-07-08T18:11:44.163Z[ recovery-image] Jul 08 18:11:43.359 INFO O| Jul 08 18:11:43.359 INFO STEP 518 (remove_files) COMPLETE
69092026-07-08T18:11:44.163Z[ recovery-image] Jul 08 18:11:43.359 INFO O| Jul 08 18:11:43.359 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-07-08T18:11:44.163Z[ recovery-image] Jul 08 18:11:43.367 INFO O| Jul 08 18:11:43.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
69112026-07-08T18:11:44.163Z[ recovery-image] Jul 08 18:11:43.367 INFO O| Jul 08 18:11:43.367 INFO STEP 519 (remove_files) COMPLETE
69122026-07-08T18:11:44.163Z[ recovery-image] Jul 08 18:11:43.367 INFO O| Jul 08 18:11:43.367 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-07-08T18:11:44.168Z[ recovery-image] Jul 08 18:11:43.374 INFO O| Jul 08 18:11:43.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69142026-07-08T18:11:44.172Z[ recovery-image] Jul 08 18:11:43.374 INFO O| Jul 08 18:11:43.374 INFO STEP 520 (remove_files) COMPLETE
69152026-07-08T18:11:44.172Z[ recovery-image] Jul 08 18:11:43.374 INFO O| Jul 08 18:11:43.374 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-07-08T18:11:44.176Z[ recovery-image] Jul 08 18:11:43.381 INFO O| Jul 08 18:11:43.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69172026-07-08T18:11:44.176Z[ recovery-image] Jul 08 18:11:43.381 INFO O| Jul 08 18:11:43.381 INFO STEP 521 (remove_files) COMPLETE
69182026-07-08T18:11:44.176Z[ recovery-image] Jul 08 18:11:43.381 INFO O| Jul 08 18:11:43.381 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-07-08T18:11:44.181Z[ recovery-image] Jul 08 18:11:43.387 INFO O| Jul 08 18:11:43.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69202026-07-08T18:11:44.184Z[ recovery-image] Jul 08 18:11:43.387 INFO O| Jul 08 18:11:43.387 INFO STEP 522 (remove_files) COMPLETE
69212026-07-08T18:11:44.184Z[ recovery-image] Jul 08 18:11:43.387 INFO O| Jul 08 18:11:43.387 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-07-08T18:11:44.187Z[ recovery-image] Jul 08 18:11:43.393 INFO O| Jul 08 18:11:43.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69232026-07-08T18:11:44.190Z[ recovery-image] Jul 08 18:11:43.393 INFO O| Jul 08 18:11:43.393 INFO STEP 523 (remove_files) COMPLETE
69242026-07-08T18:11:44.190Z[ recovery-image] Jul 08 18:11:43.393 INFO O| Jul 08 18:11:43.393 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-07-08T18:11:44.194Z[ recovery-image] Jul 08 18:11:43.399 INFO O| Jul 08 18:11:43.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69262026-07-08T18:11:44.197Z[ recovery-image] Jul 08 18:11:43.399 INFO O| Jul 08 18:11:43.399 INFO STEP 524 (remove_files) COMPLETE
69272026-07-08T18:11:44.197Z[ recovery-image] Jul 08 18:11:43.399 INFO O| Jul 08 18:11:43.399 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-07-08T18:11:44.203Z[ recovery-image] Jul 08 18:11:43.409 INFO O| Jul 08 18:11:43.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69292026-07-08T18:11:44.207Z[ recovery-image] Jul 08 18:11:43.409 INFO O| Jul 08 18:11:43.409 INFO STEP 525 (remove_files) COMPLETE
69302026-07-08T18:11:44.207Z[ recovery-image] Jul 08 18:11:43.409 INFO O| Jul 08 18:11:43.409 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-07-08T18:11:44.211Z[ recovery-image] Jul 08 18:11:43.417 INFO O| Jul 08 18:11:43.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69322026-07-08T18:11:44.211Z[ recovery-image] Jul 08 18:11:43.417 INFO O| Jul 08 18:11:43.417 INFO STEP 526 (remove_files) COMPLETE
69332026-07-08T18:11:44.214Z[ recovery-image] Jul 08 18:11:43.417 INFO O| Jul 08 18:11:43.417 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-07-08T18:11:44.219Z[ recovery-image] Jul 08 18:11:43.424 INFO O| Jul 08 18:11:43.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69352026-07-08T18:11:44.222Z[ recovery-image] Jul 08 18:11:43.424 INFO O| Jul 08 18:11:43.424 INFO STEP 527 (remove_files) COMPLETE
69362026-07-08T18:11:44.222Z[ recovery-image] Jul 08 18:11:43.425 INFO O| Jul 08 18:11:43.424 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-07-08T18:11:44.225Z[ recovery-image] Jul 08 18:11:43.431 INFO O| Jul 08 18:11:43.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69382026-07-08T18:11:44.229Z[ recovery-image] Jul 08 18:11:43.431 INFO O| Jul 08 18:11:43.431 INFO STEP 528 (remove_files) COMPLETE
69392026-07-08T18:11:44.229Z[ recovery-image] Jul 08 18:11:43.431 INFO O| Jul 08 18:11:43.431 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-07-08T18:11:44.234Z[ recovery-image] Jul 08 18:11:43.440 INFO O| Jul 08 18:11:43.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69412026-07-08T18:11:44.238Z[ recovery-image] Jul 08 18:11:43.440 INFO O| Jul 08 18:11:43.440 INFO STEP 529 (remove_files) COMPLETE
69422026-07-08T18:11:44.238Z[ recovery-image] Jul 08 18:11:43.440 INFO O| Jul 08 18:11:43.440 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-07-08T18:11:44.242Z[ recovery-image] Jul 08 18:11:43.448 INFO O| Jul 08 18:11:43.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69442026-07-08T18:11:44.245Z[ recovery-image] Jul 08 18:11:43.448 INFO O| Jul 08 18:11:43.448 INFO STEP 530 (remove_files) COMPLETE
69452026-07-08T18:11:44.245Z[ recovery-image] Jul 08 18:11:43.448 INFO O| Jul 08 18:11:43.448 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-07-08T18:11:44.251Z[ recovery-image] Jul 08 18:11:43.456 INFO O| Jul 08 18:11:43.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69472026-07-08T18:11:44.253Z[ recovery-image] Jul 08 18:11:43.456 INFO O| Jul 08 18:11:43.456 INFO STEP 531 (remove_files) COMPLETE
69482026-07-08T18:11:44.253Z[ recovery-image] Jul 08 18:11:43.456 INFO O| Jul 08 18:11:43.456 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-07-08T18:11:44.258Z[ recovery-image] Jul 08 18:11:43.464 INFO O| Jul 08 18:11:43.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69502026-07-08T18:11:44.261Z[ recovery-image] Jul 08 18:11:43.464 INFO O| Jul 08 18:11:43.464 INFO STEP 532 (remove_files) COMPLETE
69512026-07-08T18:11:44.261Z[ recovery-image] Jul 08 18:11:43.464 INFO O| Jul 08 18:11:43.464 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-07-08T18:11:44.266Z[ recovery-image] Jul 08 18:11:43.471 INFO O| Jul 08 18:11:43.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69532026-07-08T18:11:44.269Z[ recovery-image] Jul 08 18:11:43.471 INFO O| Jul 08 18:11:43.471 INFO STEP 533 (remove_files) COMPLETE
69542026-07-08T18:11:44.269Z[ recovery-image] Jul 08 18:11:43.471 INFO O| Jul 08 18:11:43.471 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-07-08T18:11:44.274Z[ recovery-image] Jul 08 18:11:43.480 INFO O| Jul 08 18:11:43.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69562026-07-08T18:11:44.274Z[ recovery-image] Jul 08 18:11:43.480 INFO O| Jul 08 18:11:43.480 INFO STEP 534 (remove_files) COMPLETE
69572026-07-08T18:11:44.277Z[ recovery-image] Jul 08 18:11:43.480 INFO O| Jul 08 18:11:43.480 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-07-08T18:11:44.282Z[ recovery-image] Jul 08 18:11:43.487 INFO O| Jul 08 18:11:43.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69592026-07-08T18:11:44.282Z[ recovery-image] Jul 08 18:11:43.487 INFO O| Jul 08 18:11:43.487 INFO STEP 535 (remove_files) COMPLETE
69602026-07-08T18:11:44.285Z[ recovery-image] Jul 08 18:11:43.487 INFO O| Jul 08 18:11:43.487 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-07-08T18:11:44.290Z[ recovery-image] Jul 08 18:11:43.495 INFO O| Jul 08 18:11:43.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69622026-07-08T18:11:44.292Z[ recovery-image] Jul 08 18:11:43.495 INFO O| Jul 08 18:11:43.495 INFO STEP 536 (remove_files) COMPLETE
69632026-07-08T18:11:44.292Z[ recovery-image] Jul 08 18:11:43.495 INFO O| Jul 08 18:11:43.495 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-07-08T18:11:44.297Z[ recovery-image] Jul 08 18:11:43.503 INFO O| Jul 08 18:11:43.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69652026-07-08T18:11:44.297Z[ recovery-image] Jul 08 18:11:43.503 INFO O| Jul 08 18:11:43.503 INFO STEP 537 (remove_files) COMPLETE
69662026-07-08T18:11:44.297Z[ recovery-image] Jul 08 18:11:43.503 INFO O| Jul 08 18:11:43.503 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-07-08T18:11:44.305Z[ recovery-image] Jul 08 18:11:43.510 INFO O| Jul 08 18:11:43.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69682026-07-08T18:11:44.308Z[ recovery-image] Jul 08 18:11:43.510 INFO O| Jul 08 18:11:43.510 INFO STEP 538 (remove_files) COMPLETE
69692026-07-08T18:11:44.308Z[ recovery-image] Jul 08 18:11:43.510 INFO O| Jul 08 18:11:43.510 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-07-08T18:11:44.313Z[ recovery-image] Jul 08 18:11:43.518 INFO O| Jul 08 18:11:43.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69712026-07-08T18:11:44.313Z[ recovery-image] Jul 08 18:11:43.518 INFO O| Jul 08 18:11:43.518 INFO STEP 539 (remove_files) COMPLETE
69722026-07-08T18:11:44.316Z[ recovery-image] Jul 08 18:11:43.518 INFO O| Jul 08 18:11:43.518 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-07-08T18:11:44.321Z[ recovery-image] Jul 08 18:11:43.526 INFO O| Jul 08 18:11:43.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69742026-07-08T18:11:44.324Z[ recovery-image] Jul 08 18:11:43.526 INFO O| Jul 08 18:11:43.526 INFO STEP 540 (remove_files) COMPLETE
69752026-07-08T18:11:44.324Z[ recovery-image] Jul 08 18:11:43.526 INFO O| Jul 08 18:11:43.526 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-07-08T18:11:44.330Z[ recovery-image] Jul 08 18:11:43.535 INFO O| Jul 08 18:11:43.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69772026-07-08T18:11:44.330Z[ recovery-image] Jul 08 18:11:43.535 INFO O| Jul 08 18:11:43.535 INFO STEP 541 (remove_files) COMPLETE
69782026-07-08T18:11:44.330Z[ recovery-image] Jul 08 18:11:43.535 INFO O| Jul 08 18:11:43.535 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-07-08T18:11:44.337Z[ recovery-image] Jul 08 18:11:43.543 INFO O| Jul 08 18:11:43.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69802026-07-08T18:11:44.341Z[ recovery-image] Jul 08 18:11:43.543 INFO O| Jul 08 18:11:43.543 INFO STEP 542 (remove_files) COMPLETE
69812026-07-08T18:11:44.341Z[ recovery-image] Jul 08 18:11:43.543 INFO O| Jul 08 18:11:43.543 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-07-08T18:11:44.344Z[ recovery-image] Jul 08 18:11:43.549 INFO O| Jul 08 18:11:43.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69832026-07-08T18:11:44.344Z[ recovery-image] Jul 08 18:11:43.550 INFO O| Jul 08 18:11:43.550 INFO STEP 543 (remove_files) COMPLETE
69842026-07-08T18:11:44.344Z[ recovery-image] Jul 08 18:11:43.550 INFO O| Jul 08 18:11:43.550 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-07-08T18:11:44.352Z[ recovery-image] Jul 08 18:11:43.557 INFO O| Jul 08 18:11:43.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69862026-07-08T18:11:44.355Z[ recovery-image] Jul 08 18:11:43.557 INFO O| Jul 08 18:11:43.557 INFO STEP 544 (remove_files) COMPLETE
69872026-07-08T18:11:44.355Z[ recovery-image] Jul 08 18:11:43.557 INFO O| Jul 08 18:11:43.557 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-07-08T18:11:44.360Z[ recovery-image] Jul 08 18:11:43.566 INFO O| Jul 08 18:11:43.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69892026-07-08T18:11:44.364Z[ recovery-image] Jul 08 18:11:43.566 INFO O| Jul 08 18:11:43.566 INFO STEP 545 (remove_files) COMPLETE
69902026-07-08T18:11:44.364Z[ recovery-image] Jul 08 18:11:43.566 INFO O| Jul 08 18:11:43.566 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-07-08T18:11:44.368Z[ recovery-image] Jul 08 18:11:43.573 INFO O| Jul 08 18:11:43.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69922026-07-08T18:11:44.371Z[ recovery-image] Jul 08 18:11:43.573 INFO O| Jul 08 18:11:43.573 INFO STEP 546 (remove_files) COMPLETE
69932026-07-08T18:11:44.371Z[ recovery-image] Jul 08 18:11:43.573 INFO O| Jul 08 18:11:43.573 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-07-08T18:11:44.376Z[ recovery-image] Jul 08 18:11:43.581 INFO O| Jul 08 18:11:43.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69952026-07-08T18:11:44.378Z[ recovery-image] Jul 08 18:11:43.581 INFO O| Jul 08 18:11:43.581 INFO STEP 547 (remove_files) COMPLETE
69962026-07-08T18:11:44.378Z[ recovery-image] Jul 08 18:11:43.581 INFO O| Jul 08 18:11:43.581 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-07-08T18:11:44.382Z[ recovery-image] Jul 08 18:11:43.588 INFO O| Jul 08 18:11:43.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69982026-07-08T18:11:44.386Z[ recovery-image] Jul 08 18:11:43.588 INFO O| Jul 08 18:11:43.588 INFO STEP 548 (remove_files) COMPLETE
69992026-07-08T18:11:44.386Z[ recovery-image] Jul 08 18:11:43.588 INFO O| Jul 08 18:11:43.588 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-07-08T18:11:44.389Z[ recovery-image] Jul 08 18:11:43.595 INFO O| Jul 08 18:11:43.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
70012026-07-08T18:11:44.392Z[ recovery-image] Jul 08 18:11:43.595 INFO O| Jul 08 18:11:43.595 INFO STEP 549 (remove_files) COMPLETE
70022026-07-08T18:11:44.392Z[ recovery-image] Jul 08 18:11:43.595 INFO O| Jul 08 18:11:43.595 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-07-08T18:11:44.399Z[ recovery-image] Jul 08 18:11:43.604 INFO O| Jul 08 18:11:43.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
70042026-07-08T18:11:44.402Z[ recovery-image] Jul 08 18:11:43.604 INFO O| Jul 08 18:11:43.604 INFO STEP 550 (remove_files) COMPLETE
70052026-07-08T18:11:44.402Z[ recovery-image] Jul 08 18:11:43.604 INFO O| Jul 08 18:11:43.604 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-07-08T18:11:44.405Z[ recovery-image] Jul 08 18:11:43.611 INFO O| Jul 08 18:11:43.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
70072026-07-08T18:11:44.408Z[ recovery-image] Jul 08 18:11:43.611 INFO O| Jul 08 18:11:43.611 INFO STEP 551 (remove_files) COMPLETE
70082026-07-08T18:11:44.408Z[ recovery-image] Jul 08 18:11:43.611 INFO O| Jul 08 18:11:43.611 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-07-08T18:11:44.411Z[ recovery-image] Jul 08 18:11:43.617 INFO O| Jul 08 18:11:43.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
70102026-07-08T18:11:44.414Z[ recovery-image] Jul 08 18:11:43.617 INFO O| Jul 08 18:11:43.617 INFO STEP 552 (remove_files) COMPLETE
70112026-07-08T18:11:44.414Z[ recovery-image] Jul 08 18:11:43.617 INFO O| Jul 08 18:11:43.617 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-07-08T18:11:44.417Z[ recovery-image] Jul 08 18:11:43.622 INFO O| Jul 08 18:11:43.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70132026-07-08T18:11:44.417Z[ recovery-image] Jul 08 18:11:43.622 INFO O| Jul 08 18:11:43.622 INFO STEP 553 (remove_files) COMPLETE
70142026-07-08T18:11:44.417Z[ recovery-image] Jul 08 18:11:43.622 INFO O| Jul 08 18:11:43.622 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-07-08T18:11:44.424Z[ recovery-image] Jul 08 18:11:43.628 INFO O| Jul 08 18:11:43.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70162026-07-08T18:11:44.427Z[ recovery-image] Jul 08 18:11:43.628 INFO O| Jul 08 18:11:43.628 INFO STEP 554 (remove_files) COMPLETE
70172026-07-08T18:11:44.427Z[ recovery-image] Jul 08 18:11:43.628 INFO O| Jul 08 18:11:43.628 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-07-08T18:11:44.430Z[ recovery-image] Jul 08 18:11:43.636 INFO O| Jul 08 18:11:43.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70192026-07-08T18:11:44.434Z[ recovery-image] Jul 08 18:11:43.636 INFO O| Jul 08 18:11:43.636 INFO STEP 555 (remove_files) COMPLETE
70202026-07-08T18:11:44.434Z[ recovery-image] Jul 08 18:11:43.636 INFO O| Jul 08 18:11:43.636 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-07-08T18:11:44.437Z[ recovery-image] Jul 08 18:11:43.643 INFO O| Jul 08 18:11:43.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70222026-07-08T18:11:44.440Z[ recovery-image] Jul 08 18:11:43.643 INFO O| Jul 08 18:11:43.643 INFO STEP 556 (remove_files) COMPLETE
70232026-07-08T18:11:44.440Z[ recovery-image] Jul 08 18:11:43.643 INFO O| Jul 08 18:11:43.643 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-07-08T18:11:44.443Z[ recovery-image] Jul 08 18:11:43.649 INFO O| Jul 08 18:11:43.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70252026-07-08T18:11:44.446Z[ recovery-image] Jul 08 18:11:43.649 INFO O| Jul 08 18:11:43.649 INFO STEP 557 (remove_files) COMPLETE
70262026-07-08T18:11:44.446Z[ recovery-image] Jul 08 18:11:43.649 INFO O| Jul 08 18:11:43.649 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-07-08T18:11:44.449Z[ recovery-image] Jul 08 18:11:43.655 INFO O| Jul 08 18:11:43.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70282026-07-08T18:11:44.452Z[ recovery-image] Jul 08 18:11:43.655 INFO O| Jul 08 18:11:43.655 INFO STEP 558 (remove_files) COMPLETE
70292026-07-08T18:11:44.452Z[ recovery-image] Jul 08 18:11:43.655 INFO O| Jul 08 18:11:43.655 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-07-08T18:11:44.455Z[ recovery-image] Jul 08 18:11:43.661 INFO O| Jul 08 18:11:43.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70312026-07-08T18:11:44.455Z[ recovery-image] Jul 08 18:11:43.661 INFO O| Jul 08 18:11:43.661 INFO STEP 559 (remove_files) COMPLETE
70322026-07-08T18:11:44.455Z[ recovery-image] Jul 08 18:11:43.661 INFO O| Jul 08 18:11:43.661 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-07-08T18:11:44.459Z[ host-image] Jul 08 18:11:43.662 INFO O| Jul 08 18:11:43.662 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
70342026-07-08T18:11:44.463Z[ recovery-image] Jul 08 18:11:43.669 INFO O| Jul 08 18:11:43.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70352026-07-08T18:11:44.463Z[ recovery-image] Jul 08 18:11:43.669 INFO O| Jul 08 18:11:43.669 INFO STEP 560 (remove_files) COMPLETE
70362026-07-08T18:11:44.463Z[ recovery-image] Jul 08 18:11:43.669 INFO O| Jul 08 18:11:43.669 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-07-08T18:11:44.472Z[ recovery-image] Jul 08 18:11:43.677 INFO O| Jul 08 18:11:43.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70382026-07-08T18:11:44.474Z[ recovery-image] Jul 08 18:11:43.677 INFO O| Jul 08 18:11:43.677 INFO STEP 561 (remove_files) COMPLETE
70392026-07-08T18:11:44.474Z[ recovery-image] Jul 08 18:11:43.677 INFO O| Jul 08 18:11:43.677 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-07-08T18:11:44.480Z[ recovery-image] Jul 08 18:11:43.685 INFO O| Jul 08 18:11:43.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70412026-07-08T18:11:44.480Z[ recovery-image] Jul 08 18:11:43.685 INFO O| Jul 08 18:11:43.685 INFO STEP 562 (remove_files) COMPLETE
70422026-07-08T18:11:44.480Z[ recovery-image] Jul 08 18:11:43.685 INFO O| Jul 08 18:11:43.685 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-07-08T18:11:44.486Z[ recovery-image] Jul 08 18:11:43.692 INFO O| Jul 08 18:11:43.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70442026-07-08T18:11:44.486Z[ recovery-image] Jul 08 18:11:43.692 INFO O| Jul 08 18:11:43.692 INFO STEP 563 (remove_files) COMPLETE
70452026-07-08T18:11:44.487Z[ recovery-image] Jul 08 18:11:43.692 INFO O| Jul 08 18:11:43.692 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-07-08T18:11:44.492Z[ recovery-image] Jul 08 18:11:43.698 INFO O| Jul 08 18:11:43.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70472026-07-08T18:11:44.495Z[ recovery-image] Jul 08 18:11:43.698 INFO O| Jul 08 18:11:43.698 INFO STEP 564 (remove_files) COMPLETE
70482026-07-08T18:11:44.495Z[ recovery-image] Jul 08 18:11:43.698 INFO O| Jul 08 18:11:43.698 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-07-08T18:11:44.498Z[ recovery-image] Jul 08 18:11:43.704 INFO O| Jul 08 18:11:43.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70502026-07-08T18:11:44.501Z[ recovery-image] Jul 08 18:11:43.704 INFO O| Jul 08 18:11:43.704 INFO STEP 565 (remove_files) COMPLETE
70512026-07-08T18:11:44.501Z[ recovery-image] Jul 08 18:11:43.704 INFO O| Jul 08 18:11:43.704 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-07-08T18:11:44.509Z[ recovery-image] Jul 08 18:11:43.714 INFO O| Jul 08 18:11:43.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70532026-07-08T18:11:44.509Z[ recovery-image] Jul 08 18:11:43.715 INFO O| Jul 08 18:11:43.714 INFO STEP 566 (remove_files) COMPLETE
70542026-07-08T18:11:44.509Z[ recovery-image] Jul 08 18:11:43.715 INFO O| Jul 08 18:11:43.714 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-07-08T18:11:44.518Z[ recovery-image] Jul 08 18:11:43.724 INFO O| Jul 08 18:11:43.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70562026-07-08T18:11:44.522Z[ recovery-image] Jul 08 18:11:43.724 INFO O| Jul 08 18:11:43.724 INFO STEP 567 (remove_files) COMPLETE
70572026-07-08T18:11:44.522Z[ recovery-image] Jul 08 18:11:43.724 INFO O| Jul 08 18:11:43.724 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-07-08T18:11:44.527Z[ recovery-image] Jul 08 18:11:43.732 INFO O| Jul 08 18:11:43.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70592026-07-08T18:11:44.527Z[ recovery-image] Jul 08 18:11:43.732 INFO O| Jul 08 18:11:43.732 INFO STEP 568 (remove_files) COMPLETE
70602026-07-08T18:11:44.527Z[ recovery-image] Jul 08 18:11:43.732 INFO O| Jul 08 18:11:43.732 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-07-08T18:11:44.535Z[ recovery-image] Jul 08 18:11:43.741 INFO O| Jul 08 18:11:43.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70622026-07-08T18:11:44.539Z[ recovery-image] Jul 08 18:11:43.741 INFO O| Jul 08 18:11:43.741 INFO STEP 569 (remove_files) COMPLETE
70632026-07-08T18:11:44.540Z[ recovery-image] Jul 08 18:11:43.741 INFO O| Jul 08 18:11:43.741 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-07-08T18:11:44.544Z[ recovery-image] Jul 08 18:11:43.749 INFO O| Jul 08 18:11:43.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70652026-07-08T18:11:44.544Z[ recovery-image] Jul 08 18:11:43.749 INFO O| Jul 08 18:11:43.749 INFO STEP 570 (remove_files) COMPLETE
70662026-07-08T18:11:44.544Z[ recovery-image] Jul 08 18:11:43.749 INFO O| Jul 08 18:11:43.749 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-07-08T18:11:44.552Z[ recovery-image] Jul 08 18:11:43.758 INFO O| Jul 08 18:11:43.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70682026-07-08T18:11:44.552Z[ recovery-image] Jul 08 18:11:43.758 INFO O| Jul 08 18:11:43.758 INFO STEP 571 (remove_files) COMPLETE
70692026-07-08T18:11:44.555Z[ recovery-image] Jul 08 18:11:43.758 INFO O| Jul 08 18:11:43.758 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-07-08T18:11:44.561Z[ recovery-image] Jul 08 18:11:43.766 INFO O| Jul 08 18:11:43.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70712026-07-08T18:11:44.561Z[ recovery-image] Jul 08 18:11:43.766 INFO O| Jul 08 18:11:43.766 INFO STEP 572 (remove_files) COMPLETE
70722026-07-08T18:11:44.561Z[ recovery-image] Jul 08 18:11:43.766 INFO O| Jul 08 18:11:43.766 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-07-08T18:11:44.568Z[ recovery-image] Jul 08 18:11:43.773 INFO O| Jul 08 18:11:43.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70742026-07-08T18:11:44.571Z[ recovery-image] Jul 08 18:11:43.773 INFO O| Jul 08 18:11:43.773 INFO STEP 573 (remove_files) COMPLETE
70752026-07-08T18:11:44.571Z[ recovery-image] Jul 08 18:11:43.773 INFO O| Jul 08 18:11:43.773 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-07-08T18:11:44.576Z[ recovery-image] Jul 08 18:11:43.781 INFO O| Jul 08 18:11:43.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70772026-07-08T18:11:44.576Z[ recovery-image] Jul 08 18:11:43.781 INFO O| Jul 08 18:11:43.781 INFO STEP 574 (remove_files) COMPLETE
70782026-07-08T18:11:44.576Z[ recovery-image] Jul 08 18:11:43.781 INFO O| Jul 08 18:11:43.781 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-07-08T18:11:44.585Z[ recovery-image] Jul 08 18:11:43.789 INFO O| Jul 08 18:11:43.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70802026-07-08T18:11:44.588Z[ recovery-image] Jul 08 18:11:43.790 INFO O| Jul 08 18:11:43.790 INFO STEP 575 (remove_files) COMPLETE
70812026-07-08T18:11:44.588Z[ recovery-image] Jul 08 18:11:43.790 INFO O| Jul 08 18:11:43.790 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-07-08T18:11:44.591Z[ recovery-image] Jul 08 18:11:43.796 INFO O| Jul 08 18:11:43.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70832026-07-08T18:11:44.592Z[ recovery-image] Jul 08 18:11:43.796 INFO O| Jul 08 18:11:43.796 INFO STEP 576 (remove_files) COMPLETE
70842026-07-08T18:11:44.592Z[ recovery-image] Jul 08 18:11:43.796 INFO O| Jul 08 18:11:43.796 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-07-08T18:11:44.599Z[ recovery-image] Jul 08 18:11:43.805 INFO O| Jul 08 18:11:43.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70862026-07-08T18:11:44.599Z[ recovery-image] Jul 08 18:11:43.805 INFO O| Jul 08 18:11:43.805 INFO STEP 577 (remove_files) COMPLETE
70872026-07-08T18:11:44.603Z[ recovery-image] Jul 08 18:11:43.805 INFO O| Jul 08 18:11:43.805 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-07-08T18:11:44.606Z[ recovery-image] Jul 08 18:11:43.812 INFO O| Jul 08 18:11:43.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70892026-07-08T18:11:44.606Z[ recovery-image] Jul 08 18:11:43.812 INFO O| Jul 08 18:11:43.812 INFO STEP 578 (remove_files) COMPLETE
70902026-07-08T18:11:44.608Z[ recovery-image] Jul 08 18:11:43.812 INFO O| Jul 08 18:11:43.812 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-07-08T18:11:44.615Z[ recovery-image] Jul 08 18:11:43.821 INFO O| Jul 08 18:11:43.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70922026-07-08T18:11:44.618Z[ recovery-image] Jul 08 18:11:43.821 INFO O| Jul 08 18:11:43.821 INFO STEP 579 (remove_files) COMPLETE
70932026-07-08T18:11:44.618Z[ recovery-image] Jul 08 18:11:43.821 INFO O| Jul 08 18:11:43.821 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-07-08T18:11:44.624Z[ recovery-image] Jul 08 18:11:43.829 INFO O| Jul 08 18:11:43.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70952026-07-08T18:11:44.624Z[ recovery-image] Jul 08 18:11:43.829 INFO O| Jul 08 18:11:43.829 INFO STEP 580 (remove_files) COMPLETE
70962026-07-08T18:11:44.627Z[ recovery-image] Jul 08 18:11:43.829 INFO O| Jul 08 18:11:43.829 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-07-08T18:11:44.630Z[ recovery-image] Jul 08 18:11:43.836 INFO O| Jul 08 18:11:43.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70982026-07-08T18:11:44.633Z[ recovery-image] Jul 08 18:11:43.836 INFO O| Jul 08 18:11:43.836 INFO STEP 581 (remove_files) COMPLETE
70992026-07-08T18:11:44.633Z[ recovery-image] Jul 08 18:11:43.836 INFO O| Jul 08 18:11:43.836 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-07-08T18:11:44.639Z[ recovery-image] Jul 08 18:11:43.845 INFO O| Jul 08 18:11:43.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
71012026-07-08T18:11:44.642Z[ recovery-image] Jul 08 18:11:43.845 INFO O| Jul 08 18:11:43.845 INFO STEP 582 (remove_files) COMPLETE
71022026-07-08T18:11:44.642Z[ recovery-image] Jul 08 18:11:43.845 INFO O| Jul 08 18:11:43.845 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-07-08T18:11:44.646Z[ recovery-image] Jul 08 18:11:43.852 INFO O| Jul 08 18:11:43.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
71042026-07-08T18:11:44.649Z[ recovery-image] Jul 08 18:11:43.852 INFO O| Jul 08 18:11:43.852 INFO STEP 583 (remove_files) COMPLETE
71052026-07-08T18:11:44.649Z[ recovery-image] Jul 08 18:11:43.852 INFO O| Jul 08 18:11:43.852 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-07-08T18:11:44.654Z[ recovery-image] Jul 08 18:11:43.860 INFO O| Jul 08 18:11:43.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
71072026-07-08T18:11:44.657Z[ recovery-image] Jul 08 18:11:43.860 INFO O| Jul 08 18:11:43.860 INFO STEP 584 (remove_files) COMPLETE
71082026-07-08T18:11:44.658Z[ recovery-image] Jul 08 18:11:43.860 INFO O| Jul 08 18:11:43.860 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-07-08T18:11:44.662Z[ recovery-image] Jul 08 18:11:43.867 INFO O| Jul 08 18:11:43.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
71102026-07-08T18:11:44.664Z[ recovery-image] Jul 08 18:11:43.867 INFO O| Jul 08 18:11:43.867 INFO STEP 585 (remove_files) COMPLETE
71112026-07-08T18:11:44.664Z[ recovery-image] Jul 08 18:11:43.867 INFO O| Jul 08 18:11:43.867 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-07-08T18:11:44.670Z[ recovery-image] Jul 08 18:11:43.875 INFO O| Jul 08 18:11:43.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71132026-07-08T18:11:44.672Z[ recovery-image] Jul 08 18:11:43.875 INFO O| Jul 08 18:11:43.875 INFO STEP 586 (remove_files) COMPLETE
71142026-07-08T18:11:44.672Z[ recovery-image] Jul 08 18:11:43.875 INFO O| Jul 08 18:11:43.875 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-07-08T18:11:44.677Z[ recovery-image] Jul 08 18:11:43.883 INFO O| Jul 08 18:11:43.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71162026-07-08T18:11:44.680Z[ recovery-image] Jul 08 18:11:43.883 INFO O| Jul 08 18:11:43.883 INFO STEP 587 (remove_files) COMPLETE
71172026-07-08T18:11:44.680Z[ recovery-image] Jul 08 18:11:43.883 INFO O| Jul 08 18:11:43.883 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-07-08T18:11:44.685Z[ recovery-image] Jul 08 18:11:43.891 INFO O| Jul 08 18:11:43.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71192026-07-08T18:11:44.685Z[ recovery-image] Jul 08 18:11:43.891 INFO O| Jul 08 18:11:43.891 INFO STEP 588 (remove_files) COMPLETE
71202026-07-08T18:11:44.687Z[ recovery-image] Jul 08 18:11:43.891 INFO O| Jul 08 18:11:43.891 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-07-08T18:11:44.690Z[ host-image] Jul 08 18:11:43.896 INFO O| Jul 08 18:11:43.896 INFO completed processing sled/ramdisk-01-os
71222026-07-08T18:11:44.694Z[ host-image] Jul 08 18:11:43.898 INFO omicron1 baseline generation...
71232026-07-08T18:11:44.694Z[ host-image] Jul 08 18:11:43.898 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
71242026-07-08T18:11:44.694Z[ recovery-image] Jul 08 18:11:43.898 INFO O| Jul 08 18:11:43.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71252026-07-08T18:11:44.694Z[ recovery-image] Jul 08 18:11:43.898 INFO O| Jul 08 18:11:43.898 INFO STEP 589 (remove_files) COMPLETE
71262026-07-08T18:11:44.694Z[ recovery-image] Jul 08 18:11:43.898 INFO O| Jul 08 18:11:43.898 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-07-08T18:11:44.700Z[ recovery-image] Jul 08 18:11:43.905 INFO O| Jul 08 18:11:43.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71282026-07-08T18:11:44.700Z[ recovery-image] Jul 08 18:11:43.906 INFO O| Jul 08 18:11:43.905 INFO STEP 590 (remove_files) COMPLETE
71292026-07-08T18:11:44.700Z[ recovery-image] Jul 08 18:11:43.906 INFO O| Jul 08 18:11:43.905 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-07-08T18:11:44.707Z[ recovery-image] Jul 08 18:11:43.912 INFO O| Jul 08 18:11:43.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71312026-07-08T18:11:44.710Z[ recovery-image] Jul 08 18:11:43.912 INFO O| Jul 08 18:11:43.912 INFO STEP 591 (remove_files) COMPLETE
71322026-07-08T18:11:44.710Z[ recovery-image] Jul 08 18:11:43.912 INFO O| Jul 08 18:11:43.912 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-07-08T18:11:44.713Z[ recovery-image] Jul 08 18:11:43.919 INFO O| Jul 08 18:11:43.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71342026-07-08T18:11:44.713Z[ recovery-image] Jul 08 18:11:43.919 INFO O| Jul 08 18:11:43.919 INFO STEP 592 (remove_files) COMPLETE
71352026-07-08T18:11:44.713Z[ recovery-image] Jul 08 18:11:43.919 INFO O| Jul 08 18:11:43.919 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-07-08T18:11:44.719Z[ recovery-image] Jul 08 18:11:43.925 INFO O| Jul 08 18:11:43.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71372026-07-08T18:11:44.719Z[ recovery-image] Jul 08 18:11:43.925 INFO O| Jul 08 18:11:43.925 INFO STEP 593 (remove_files) COMPLETE
71382026-07-08T18:11:44.722Z[ recovery-image] Jul 08 18:11:43.925 INFO O| Jul 08 18:11:43.925 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-07-08T18:11:44.726Z[ recovery-image] Jul 08 18:11:43.930 INFO O| Jul 08 18:11:43.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71402026-07-08T18:11:44.726Z[ recovery-image] Jul 08 18:11:43.931 INFO O| Jul 08 18:11:43.931 INFO STEP 594 (remove_files) COMPLETE
71412026-07-08T18:11:44.726Z[ recovery-image] Jul 08 18:11:43.931 INFO O| Jul 08 18:11:43.931 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-07-08T18:11:44.731Z[ recovery-image] Jul 08 18:11:43.936 INFO O| Jul 08 18:11:43.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71432026-07-08T18:11:44.733Z[ recovery-image] Jul 08 18:11:43.936 INFO O| Jul 08 18:11:43.936 INFO STEP 595 (remove_files) COMPLETE
71442026-07-08T18:11:44.733Z[ recovery-image] Jul 08 18:11:43.936 INFO O| Jul 08 18:11:43.936 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-07-08T18:11:44.738Z[ recovery-image] Jul 08 18:11:43.944 INFO O| Jul 08 18:11:43.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71462026-07-08T18:11:44.738Z[ recovery-image] Jul 08 18:11:43.944 INFO O| Jul 08 18:11:43.944 INFO STEP 596 (remove_files) COMPLETE
71472026-07-08T18:11:44.741Z[ recovery-image] Jul 08 18:11:43.944 INFO O| Jul 08 18:11:43.944 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-07-08T18:11:44.745Z[ recovery-image] Jul 08 18:11:43.951 INFO O| Jul 08 18:11:43.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71492026-07-08T18:11:44.749Z[ recovery-image] Jul 08 18:11:43.951 INFO O| Jul 08 18:11:43.951 INFO STEP 597 (remove_files) COMPLETE
71502026-07-08T18:11:44.749Z[ recovery-image] Jul 08 18:11:43.951 INFO O| Jul 08 18:11:43.951 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-07-08T18:11:44.753Z[ recovery-image] Jul 08 18:11:43.959 INFO O| Jul 08 18:11:43.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71522026-07-08T18:11:44.756Z[ recovery-image] Jul 08 18:11:43.959 INFO O| Jul 08 18:11:43.959 INFO STEP 598 (remove_files) COMPLETE
71532026-07-08T18:11:44.756Z[ recovery-image] Jul 08 18:11:43.959 INFO O| Jul 08 18:11:43.959 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-07-08T18:11:44.760Z[ recovery-image] Jul 08 18:11:43.966 INFO O| Jul 08 18:11:43.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71552026-07-08T18:11:44.763Z[ recovery-image] Jul 08 18:11:43.966 INFO O| Jul 08 18:11:43.966 INFO STEP 599 (remove_files) COMPLETE
71562026-07-08T18:11:44.764Z[ recovery-image] Jul 08 18:11:43.966 INFO O| Jul 08 18:11:43.966 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-07-08T18:11:44.768Z[ recovery-image] Jul 08 18:11:43.973 INFO O| Jul 08 18:11:43.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71582026-07-08T18:11:44.771Z[ recovery-image] Jul 08 18:11:43.974 INFO O| Jul 08 18:11:43.974 INFO STEP 600 (remove_files) COMPLETE
71592026-07-08T18:11:44.771Z[ recovery-image] Jul 08 18:11:43.974 INFO O| Jul 08 18:11:43.974 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-07-08T18:11:44.775Z[ recovery-image] Jul 08 18:11:43.981 INFO O| Jul 08 18:11:43.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71612026-07-08T18:11:44.778Z[ recovery-image] Jul 08 18:11:43.981 INFO O| Jul 08 18:11:43.981 INFO STEP 601 (remove_files) COMPLETE
71622026-07-08T18:11:44.778Z[ recovery-image] Jul 08 18:11:43.981 INFO O| Jul 08 18:11:43.981 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-07-08T18:11:44.782Z[ recovery-image] Jul 08 18:11:43.987 INFO O| Jul 08 18:11:43.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71642026-07-08T18:11:44.782Z[ recovery-image] Jul 08 18:11:43.987 INFO O| Jul 08 18:11:43.987 INFO STEP 602 (remove_files) COMPLETE
71652026-07-08T18:11:44.784Z[ recovery-image] Jul 08 18:11:43.987 INFO O| Jul 08 18:11:43.987 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-07-08T18:11:44.787Z[ recovery-image] Jul 08 18:11:43.993 INFO O| Jul 08 18:11:43.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71672026-07-08T18:11:44.787Z[ recovery-image] Jul 08 18:11:43.993 INFO O| Jul 08 18:11:43.993 INFO STEP 603 (remove_files) COMPLETE
71682026-07-08T18:11:44.787Z[ recovery-image] Jul 08 18:11:43.993 INFO O| Jul 08 18:11:43.993 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-07-08T18:11:44.794Z[ recovery-image] Jul 08 18:11:43.999 INFO O| Jul 08 18:11:43.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71702026-07-08T18:11:44.797Z[ recovery-image] Jul 08 18:11:43.999 INFO O| Jul 08 18:11:43.999 INFO STEP 604 (remove_files) COMPLETE
71712026-07-08T18:11:44.797Z[ recovery-image] Jul 08 18:11:43.999 INFO O| Jul 08 18:11:43.999 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-07-08T18:11:44.801Z[ recovery-image] Jul 08 18:11:44.007 INFO O| Jul 08 18:11:44.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71732026-07-08T18:11:44.804Z[ recovery-image] Jul 08 18:11:44.007 INFO O| Jul 08 18:11:44.007 INFO STEP 605 (remove_files) COMPLETE
71742026-07-08T18:11:44.804Z[ recovery-image] Jul 08 18:11:44.007 INFO O| Jul 08 18:11:44.007 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-07-08T18:11:44.808Z[ recovery-image] Jul 08 18:11:44.014 INFO O| Jul 08 18:11:44.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71762026-07-08T18:11:44.808Z[ recovery-image] Jul 08 18:11:44.014 INFO O| Jul 08 18:11:44.014 INFO STEP 606 (remove_files) COMPLETE
71772026-07-08T18:11:44.811Z[ recovery-image] Jul 08 18:11:44.014 INFO O| Jul 08 18:11:44.014 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-07-08T18:11:44.817Z[ recovery-image] Jul 08 18:11:44.022 INFO O| Jul 08 18:11:44.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71792026-07-08T18:11:44.817Z[ recovery-image] Jul 08 18:11:44.022 INFO O| Jul 08 18:11:44.022 INFO STEP 607 (remove_files) COMPLETE
71802026-07-08T18:11:44.820Z[ recovery-image] Jul 08 18:11:44.022 INFO O| Jul 08 18:11:44.022 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-07-08T18:11:44.825Z[ recovery-image] Jul 08 18:11:44.031 INFO O| Jul 08 18:11:44.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71822026-07-08T18:11:44.825Z[ recovery-image] Jul 08 18:11:44.031 INFO O| Jul 08 18:11:44.031 INFO STEP 608 (remove_files) COMPLETE
71832026-07-08T18:11:44.829Z[ recovery-image] Jul 08 18:11:44.031 INFO O| Jul 08 18:11:44.031 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-07-08T18:11:44.833Z[ recovery-image] Jul 08 18:11:44.038 INFO O| Jul 08 18:11:44.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71852026-07-08T18:11:44.833Z[ recovery-image] Jul 08 18:11:44.038 INFO O| Jul 08 18:11:44.038 INFO STEP 609 (remove_files) COMPLETE
71862026-07-08T18:11:44.836Z[ recovery-image] Jul 08 18:11:44.038 INFO O| Jul 08 18:11:44.038 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-07-08T18:11:44.839Z[ recovery-image] Jul 08 18:11:44.045 INFO O| Jul 08 18:11:44.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71882026-07-08T18:11:44.839Z[ recovery-image] Jul 08 18:11:44.045 INFO O| Jul 08 18:11:44.045 INFO STEP 610 (remove_files) COMPLETE
71892026-07-08T18:11:44.842Z[ recovery-image] Jul 08 18:11:44.045 INFO O| Jul 08 18:11:44.045 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-07-08T18:11:44.846Z[ recovery-image] Jul 08 18:11:44.052 INFO O| Jul 08 18:11:44.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71912026-07-08T18:11:44.848Z[ recovery-image] Jul 08 18:11:44.052 INFO O| Jul 08 18:11:44.052 INFO STEP 611 (remove_files) COMPLETE
71922026-07-08T18:11:44.848Z[ recovery-image] Jul 08 18:11:44.052 INFO O| Jul 08 18:11:44.052 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-07-08T18:11:44.854Z[ recovery-image] Jul 08 18:11:44.059 INFO O| Jul 08 18:11:44.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71942026-07-08T18:11:44.854Z[ recovery-image] Jul 08 18:11:44.059 INFO O| Jul 08 18:11:44.059 INFO STEP 612 (remove_files) COMPLETE
71952026-07-08T18:11:44.854Z[ recovery-image] Jul 08 18:11:44.059 INFO O| Jul 08 18:11:44.059 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-07-08T18:11:44.860Z[ recovery-image] Jul 08 18:11:44.066 INFO O| Jul 08 18:11:44.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71972026-07-08T18:11:44.861Z[ recovery-image] Jul 08 18:11:44.066 INFO O| Jul 08 18:11:44.066 INFO STEP 613 (remove_files) COMPLETE
71982026-07-08T18:11:44.864Z[ recovery-image] Jul 08 18:11:44.066 INFO O| Jul 08 18:11:44.066 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-07-08T18:11:44.868Z[ recovery-image] Jul 08 18:11:44.073 INFO O| Jul 08 18:11:44.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
72002026-07-08T18:11:44.868Z[ recovery-image] Jul 08 18:11:44.073 INFO O| Jul 08 18:11:44.073 INFO STEP 614 (remove_files) COMPLETE
72012026-07-08T18:11:44.871Z[ recovery-image] Jul 08 18:11:44.073 INFO O| Jul 08 18:11:44.073 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-07-08T18:11:44.875Z[ recovery-image] Jul 08 18:11:44.080 INFO O| Jul 08 18:11:44.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
72032026-07-08T18:11:44.875Z[ recovery-image] Jul 08 18:11:44.080 INFO O| Jul 08 18:11:44.080 INFO STEP 615 (remove_files) COMPLETE
72042026-07-08T18:11:44.875Z[ recovery-image] Jul 08 18:11:44.080 INFO O| Jul 08 18:11:44.080 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-07-08T18:11:44.881Z[ recovery-image] Jul 08 18:11:44.087 INFO O| Jul 08 18:11:44.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
72062026-07-08T18:11:44.881Z[ recovery-image] Jul 08 18:11:44.087 INFO O| Jul 08 18:11:44.087 INFO STEP 616 (remove_files) COMPLETE
72072026-07-08T18:11:44.881Z[ recovery-image] Jul 08 18:11:44.087 INFO O| Jul 08 18:11:44.087 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-07-08T18:11:44.887Z[ recovery-image] Jul 08 18:11:44.093 INFO O| Jul 08 18:11:44.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
72092026-07-08T18:11:44.888Z[ recovery-image] Jul 08 18:11:44.093 INFO O| Jul 08 18:11:44.093 INFO STEP 617 (remove_files) COMPLETE
72102026-07-08T18:11:44.891Z[ recovery-image] Jul 08 18:11:44.093 INFO O| Jul 08 18:11:44.093 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-07-08T18:11:44.894Z[ recovery-image] Jul 08 18:11:44.099 INFO O| Jul 08 18:11:44.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
72122026-07-08T18:11:44.894Z[ recovery-image] Jul 08 18:11:44.099 INFO O| Jul 08 18:11:44.099 INFO STEP 618 (remove_files) COMPLETE
72132026-07-08T18:11:44.894Z[ recovery-image] Jul 08 18:11:44.100 INFO O| Jul 08 18:11:44.099 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-07-08T18:11:44.900Z[ recovery-image] Jul 08 18:11:44.106 INFO O| Jul 08 18:11:44.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72152026-07-08T18:11:44.900Z[ recovery-image] Jul 08 18:11:44.106 INFO O| Jul 08 18:11:44.106 INFO STEP 619 (remove_files) COMPLETE
72162026-07-08T18:11:44.908Z[ recovery-image] Jul 08 18:11:44.106 INFO O| Jul 08 18:11:44.106 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-07-08T18:11:44.911Z[ recovery-image] Jul 08 18:11:44.112 INFO O| Jul 08 18:11:44.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72182026-07-08T18:11:44.911Z[ recovery-image] Jul 08 18:11:44.112 INFO O| Jul 08 18:11:44.112 INFO STEP 620 (remove_files) COMPLETE
72192026-07-08T18:11:44.911Z[ recovery-image] Jul 08 18:11:44.112 INFO O| Jul 08 18:11:44.112 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-07-08T18:11:44.914Z[ recovery-image] Jul 08 18:11:44.119 INFO O| Jul 08 18:11:44.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72212026-07-08T18:11:44.914Z[ recovery-image] Jul 08 18:11:44.119 INFO O| Jul 08 18:11:44.119 INFO STEP 621 (remove_files) COMPLETE
72222026-07-08T18:11:44.914Z[ recovery-image] Jul 08 18:11:44.119 INFO O| Jul 08 18:11:44.119 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-07-08T18:11:44.919Z[ recovery-image] Jul 08 18:11:44.125 INFO O| Jul 08 18:11:44.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72242026-07-08T18:11:44.920Z[ recovery-image] Jul 08 18:11:44.125 INFO O| Jul 08 18:11:44.125 INFO STEP 622 (remove_files) COMPLETE
72252026-07-08T18:11:44.922Z[ recovery-image] Jul 08 18:11:44.125 INFO O| Jul 08 18:11:44.125 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-07-08T18:11:44.930Z[ recovery-image] Jul 08 18:11:44.131 INFO O| Jul 08 18:11:44.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72272026-07-08T18:11:44.930Z[ recovery-image] Jul 08 18:11:44.132 INFO O| Jul 08 18:11:44.131 INFO STEP 623 (remove_files) COMPLETE
72282026-07-08T18:11:44.930Z[ recovery-image] Jul 08 18:11:44.132 INFO O| Jul 08 18:11:44.132 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-07-08T18:11:44.934Z[ recovery-image] Jul 08 18:11:44.138 INFO O| Jul 08 18:11:44.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72302026-07-08T18:11:44.934Z[ recovery-image] Jul 08 18:11:44.138 INFO O| Jul 08 18:11:44.138 INFO STEP 624 (remove_files) COMPLETE
72312026-07-08T18:11:44.934Z[ recovery-image] Jul 08 18:11:44.138 INFO O| Jul 08 18:11:44.138 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-07-08T18:11:44.938Z[ recovery-image] Jul 08 18:11:44.144 INFO O| Jul 08 18:11:44.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72332026-07-08T18:11:44.938Z[ recovery-image] Jul 08 18:11:44.144 INFO O| Jul 08 18:11:44.144 INFO STEP 625 (remove_files) COMPLETE
72342026-07-08T18:11:44.941Z[ recovery-image] Jul 08 18:11:44.144 INFO O| Jul 08 18:11:44.144 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-07-08T18:11:44.944Z[ recovery-image] Jul 08 18:11:44.150 INFO O| Jul 08 18:11:44.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72362026-07-08T18:11:44.944Z[ recovery-image] Jul 08 18:11:44.150 INFO O| Jul 08 18:11:44.150 INFO STEP 626 (remove_files) COMPLETE
72372026-07-08T18:11:44.947Z[ recovery-image] Jul 08 18:11:44.150 INFO O| Jul 08 18:11:44.150 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-07-08T18:11:44.951Z[ recovery-image] Jul 08 18:11:44.156 INFO O| Jul 08 18:11:44.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72392026-07-08T18:11:44.951Z[ recovery-image] Jul 08 18:11:44.156 INFO O| Jul 08 18:11:44.156 INFO STEP 627 (remove_files) COMPLETE
72402026-07-08T18:11:44.953Z[ recovery-image] Jul 08 18:11:44.156 INFO O| Jul 08 18:11:44.156 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-07-08T18:11:44.958Z[ recovery-image] Jul 08 18:11:44.163 INFO O| Jul 08 18:11:44.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72422026-07-08T18:11:44.958Z[ recovery-image] Jul 08 18:11:44.163 INFO O| Jul 08 18:11:44.163 INFO STEP 628 (remove_files) COMPLETE
72432026-07-08T18:11:44.958Z[ recovery-image] Jul 08 18:11:44.163 INFO O| Jul 08 18:11:44.163 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-07-08T18:11:44.963Z[ recovery-image] Jul 08 18:11:44.169 INFO O| Jul 08 18:11:44.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72452026-07-08T18:11:44.963Z[ recovery-image] Jul 08 18:11:44.169 INFO O| Jul 08 18:11:44.169 INFO STEP 629 (remove_files) COMPLETE
72462026-07-08T18:11:44.966Z[ recovery-image] Jul 08 18:11:44.169 INFO O| Jul 08 18:11:44.169 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-07-08T18:11:44.971Z[ recovery-image] Jul 08 18:11:44.176 INFO O| Jul 08 18:11:44.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72482026-07-08T18:11:44.971Z[ recovery-image] Jul 08 18:11:44.176 INFO O| Jul 08 18:11:44.176 INFO STEP 630 (remove_files) COMPLETE
72492026-07-08T18:11:44.975Z[ recovery-image] Jul 08 18:11:44.176 INFO O| Jul 08 18:11:44.176 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-07-08T18:11:44.978Z[ recovery-image] Jul 08 18:11:44.182 INFO O| Jul 08 18:11:44.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72512026-07-08T18:11:44.978Z[ recovery-image] Jul 08 18:11:44.182 INFO O| Jul 08 18:11:44.182 INFO STEP 631 (remove_files) COMPLETE
72522026-07-08T18:11:44.978Z[ recovery-image] Jul 08 18:11:44.182 INFO O| Jul 08 18:11:44.182 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-07-08T18:11:44.984Z[ recovery-image] Jul 08 18:11:44.190 INFO O| Jul 08 18:11:44.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72542026-07-08T18:11:44.984Z[ recovery-image] Jul 08 18:11:44.190 INFO O| Jul 08 18:11:44.190 INFO STEP 632 (remove_files) COMPLETE
72552026-07-08T18:11:44.987Z[ recovery-image] Jul 08 18:11:44.190 INFO O| Jul 08 18:11:44.190 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-07-08T18:11:44.992Z[ recovery-image] Jul 08 18:11:44.197 INFO O| Jul 08 18:11:44.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72572026-07-08T18:11:44.992Z[ recovery-image] Jul 08 18:11:44.197 INFO O| Jul 08 18:11:44.197 INFO STEP 633 (remove_files) COMPLETE
72582026-07-08T18:11:44.995Z[ recovery-image] Jul 08 18:11:44.197 INFO O| Jul 08 18:11:44.197 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-07-08T18:11:44.999Z[ recovery-image] Jul 08 18:11:44.205 INFO O| Jul 08 18:11:44.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72602026-07-08T18:11:45.003Z[ recovery-image] Jul 08 18:11:44.205 INFO O| Jul 08 18:11:44.205 INFO STEP 634 (remove_files) COMPLETE
72612026-07-08T18:11:45.003Z[ host-image] Jul 08 18:11:44.205 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24068:20260625T122325Z
72622026-07-08T18:11:45.003Z[ recovery-image] Jul 08 18:11:44.205 INFO O| Jul 08 18:11:44.205 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-07-08T18:11:45.006Z[ recovery-image] Jul 08 18:11:44.212 INFO O| Jul 08 18:11:44.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72642026-07-08T18:11:45.009Z[ recovery-image] Jul 08 18:11:44.212 INFO O| Jul 08 18:11:44.212 INFO STEP 635 (remove_files) COMPLETE
72652026-07-08T18:11:45.009Z[ recovery-image] Jul 08 18:11:44.212 INFO O| Jul 08 18:11:44.212 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-07-08T18:11:45.015Z[ recovery-image] Jul 08 18:11:44.219 INFO O| Jul 08 18:11:44.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72672026-07-08T18:11:45.015Z[ recovery-image] Jul 08 18:11:44.219 INFO O| Jul 08 18:11:44.219 INFO STEP 636 (remove_files) COMPLETE
72682026-07-08T18:11:45.015Z[ recovery-image] Jul 08 18:11:44.219 INFO O| Jul 08 18:11:44.219 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-07-08T18:11:45.021Z[ recovery-image] Jul 08 18:11:44.226 INFO O| Jul 08 18:11:44.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72702026-07-08T18:11:45.021Z[ recovery-image] Jul 08 18:11:44.226 INFO O| Jul 08 18:11:44.226 INFO STEP 637 (remove_files) COMPLETE
72712026-07-08T18:11:45.024Z[ recovery-image] Jul 08 18:11:44.226 INFO O| Jul 08 18:11:44.226 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-07-08T18:11:45.029Z[ recovery-image] Jul 08 18:11:44.233 INFO O| Jul 08 18:11:44.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72732026-07-08T18:11:45.029Z[ recovery-image] Jul 08 18:11:44.233 INFO O| Jul 08 18:11:44.233 INFO STEP 638 (remove_files) COMPLETE
72742026-07-08T18:11:45.030Z[ recovery-image] Jul 08 18:11:44.233 INFO O| Jul 08 18:11:44.233 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-07-08T18:11:45.034Z[ recovery-image] Jul 08 18:11:44.240 INFO O| Jul 08 18:11:44.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72762026-07-08T18:11:45.034Z[ recovery-image] Jul 08 18:11:44.240 INFO O| Jul 08 18:11:44.240 INFO STEP 639 (remove_files) COMPLETE
72772026-07-08T18:11:45.034Z[ recovery-image] Jul 08 18:11:44.240 INFO O| Jul 08 18:11:44.240 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-07-08T18:11:45.040Z[ recovery-image] Jul 08 18:11:44.246 INFO O| Jul 08 18:11:44.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72792026-07-08T18:11:45.041Z[ recovery-image] Jul 08 18:11:44.246 INFO O| Jul 08 18:11:44.246 INFO STEP 640 (remove_files) COMPLETE
72802026-07-08T18:11:45.041Z[ recovery-image] Jul 08 18:11:44.246 INFO O| Jul 08 18:11:44.246 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-07-08T18:11:45.045Z[ recovery-image] Jul 08 18:11:44.251 INFO O| Jul 08 18:11:44.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72822026-07-08T18:11:45.046Z[ recovery-image] Jul 08 18:11:44.251 INFO O| Jul 08 18:11:44.251 INFO STEP 641 (remove_files) COMPLETE
72832026-07-08T18:11:45.046Z[ recovery-image] Jul 08 18:11:44.251 INFO O| Jul 08 18:11:44.251 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-07-08T18:11:45.051Z[ recovery-image] Jul 08 18:11:44.257 INFO O| Jul 08 18:11:44.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72852026-07-08T18:11:45.051Z[ recovery-image] Jul 08 18:11:44.257 INFO O| Jul 08 18:11:44.257 INFO STEP 642 (remove_files) COMPLETE
72862026-07-08T18:11:45.058Z[ recovery-image] Jul 08 18:11:44.257 INFO O| Jul 08 18:11:44.257 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-07-08T18:11:45.059Z[ recovery-image] Jul 08 18:11:44.262 INFO O| Jul 08 18:11:44.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72882026-07-08T18:11:45.059Z[ recovery-image] Jul 08 18:11:44.262 INFO O| Jul 08 18:11:44.262 INFO STEP 643 (remove_files) COMPLETE
72892026-07-08T18:11:45.059Z[ recovery-image] Jul 08 18:11:44.262 INFO O| Jul 08 18:11:44.262 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-07-08T18:11:45.063Z[ recovery-image] Jul 08 18:11:44.267 INFO O| Jul 08 18:11:44.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72912026-07-08T18:11:45.063Z[ recovery-image] Jul 08 18:11:44.267 INFO O| Jul 08 18:11:44.267 INFO STEP 644 (remove_files) COMPLETE
72922026-07-08T18:11:45.063Z[ recovery-image] Jul 08 18:11:44.267 INFO O| Jul 08 18:11:44.267 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-07-08T18:11:45.067Z[ recovery-image] Jul 08 18:11:44.273 INFO O| Jul 08 18:11:44.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72942026-07-08T18:11:45.067Z[ recovery-image] Jul 08 18:11:44.273 INFO O| Jul 08 18:11:44.273 INFO STEP 645 (remove_files) COMPLETE
72952026-07-08T18:11:45.071Z[ recovery-image] Jul 08 18:11:44.273 INFO O| Jul 08 18:11:44.273 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-07-08T18:11:45.073Z[ recovery-image] Jul 08 18:11:44.279 INFO O| Jul 08 18:11:44.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72972026-07-08T18:11:45.073Z[ recovery-image] Jul 08 18:11:44.279 INFO O| Jul 08 18:11:44.279 INFO STEP 646 (remove_files) COMPLETE
72982026-07-08T18:11:45.073Z[ recovery-image] Jul 08 18:11:44.279 INFO O| Jul 08 18:11:44.279 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-07-08T18:11:45.080Z[ recovery-image] Jul 08 18:11:44.286 INFO O| Jul 08 18:11:44.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
73002026-07-08T18:11:45.083Z[ recovery-image] Jul 08 18:11:44.286 INFO O| Jul 08 18:11:44.286 INFO STEP 647 (remove_files) COMPLETE
73012026-07-08T18:11:45.084Z[ recovery-image] Jul 08 18:11:44.286 INFO O| Jul 08 18:11:44.286 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-07-08T18:11:45.087Z[ recovery-image] Jul 08 18:11:44.292 INFO O| Jul 08 18:11:44.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
73032026-07-08T18:11:45.087Z[ recovery-image] Jul 08 18:11:44.292 INFO O| Jul 08 18:11:44.292 INFO STEP 648 (remove_files) COMPLETE
73042026-07-08T18:11:45.087Z[ recovery-image] Jul 08 18:11:44.292 INFO O| Jul 08 18:11:44.292 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-07-08T18:11:45.092Z[ recovery-image] Jul 08 18:11:44.297 INFO O| Jul 08 18:11:44.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
73062026-07-08T18:11:45.092Z[ recovery-image] Jul 08 18:11:44.297 INFO O| Jul 08 18:11:44.297 INFO STEP 649 (remove_files) COMPLETE
73072026-07-08T18:11:45.094Z[ recovery-image] Jul 08 18:11:44.297 INFO O| Jul 08 18:11:44.297 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-07-08T18:11:45.098Z[ recovery-image] Jul 08 18:11:44.303 INFO O| Jul 08 18:11:44.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
73092026-07-08T18:11:45.098Z[ recovery-image] Jul 08 18:11:44.303 INFO O| Jul 08 18:11:44.303 INFO STEP 650 (remove_files) COMPLETE
73102026-07-08T18:11:45.100Z[ recovery-image] Jul 08 18:11:44.303 INFO O| Jul 08 18:11:44.303 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-07-08T18:11:45.103Z[ recovery-image] Jul 08 18:11:44.309 INFO O| Jul 08 18:11:44.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
73122026-07-08T18:11:45.103Z[ recovery-image] Jul 08 18:11:44.309 INFO O| Jul 08 18:11:44.309 INFO STEP 651 (remove_files) COMPLETE
73132026-07-08T18:11:45.106Z[ recovery-image] Jul 08 18:11:44.309 INFO O| Jul 08 18:11:44.309 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-07-08T18:11:45.110Z[ recovery-image] Jul 08 18:11:44.315 INFO O| Jul 08 18:11:44.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
73152026-07-08T18:11:45.110Z[ recovery-image] Jul 08 18:11:44.315 INFO O| Jul 08 18:11:44.315 INFO STEP 652 (remove_files) COMPLETE
73162026-07-08T18:11:45.110Z[ recovery-image] Jul 08 18:11:44.315 INFO O| Jul 08 18:11:44.315 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-07-08T18:11:45.117Z[ recovery-image] Jul 08 18:11:44.323 INFO O| Jul 08 18:11:44.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73182026-07-08T18:11:45.117Z[ recovery-image] Jul 08 18:11:44.323 INFO O| Jul 08 18:11:44.323 INFO STEP 653 (remove_files) COMPLETE
73192026-07-08T18:11:45.120Z[ recovery-image] Jul 08 18:11:44.323 INFO O| Jul 08 18:11:44.323 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-07-08T18:11:45.124Z[ recovery-image] Jul 08 18:11:44.329 INFO O| Jul 08 18:11:44.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73212026-07-08T18:11:45.124Z[ recovery-image] Jul 08 18:11:44.329 INFO O| Jul 08 18:11:44.329 INFO STEP 654 (remove_files) COMPLETE
73222026-07-08T18:11:45.127Z[ recovery-image] Jul 08 18:11:44.329 INFO O| Jul 08 18:11:44.329 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-07-08T18:11:45.131Z[ recovery-image] Jul 08 18:11:44.336 INFO O| Jul 08 18:11:44.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73242026-07-08T18:11:45.131Z[ recovery-image] Jul 08 18:11:44.336 INFO O| Jul 08 18:11:44.336 INFO STEP 655 (remove_files) COMPLETE
73252026-07-08T18:11:45.131Z[ recovery-image] Jul 08 18:11:44.336 INFO O| Jul 08 18:11:44.336 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-07-08T18:11:45.136Z[ recovery-image] Jul 08 18:11:44.342 INFO O| Jul 08 18:11:44.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73272026-07-08T18:11:45.137Z[ recovery-image] Jul 08 18:11:44.342 INFO O| Jul 08 18:11:44.342 INFO STEP 656 (remove_files) COMPLETE
73282026-07-08T18:11:45.140Z[ recovery-image] Jul 08 18:11:44.342 INFO O| Jul 08 18:11:44.342 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-07-08T18:11:45.145Z[ recovery-image] Jul 08 18:11:44.348 INFO O| Jul 08 18:11:44.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73302026-07-08T18:11:45.145Z[ recovery-image] Jul 08 18:11:44.348 INFO O| Jul 08 18:11:44.348 INFO STEP 657 (remove_files) COMPLETE
73312026-07-08T18:11:45.145Z[ recovery-image] Jul 08 18:11:44.348 INFO O| Jul 08 18:11:44.348 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-07-08T18:11:45.150Z[ recovery-image] Jul 08 18:11:44.355 INFO O| Jul 08 18:11:44.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73332026-07-08T18:11:45.150Z[ recovery-image] Jul 08 18:11:44.355 INFO O| Jul 08 18:11:44.355 INFO STEP 658 (remove_files) COMPLETE
73342026-07-08T18:11:45.153Z[ recovery-image] Jul 08 18:11:44.355 INFO O| Jul 08 18:11:44.355 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-07-08T18:11:45.156Z[ recovery-image] Jul 08 18:11:44.361 INFO O| Jul 08 18:11:44.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73362026-07-08T18:11:45.156Z[ recovery-image] Jul 08 18:11:44.361 INFO O| Jul 08 18:11:44.361 INFO STEP 659 (remove_files) COMPLETE
73372026-07-08T18:11:45.156Z[ recovery-image] Jul 08 18:11:44.361 INFO O| Jul 08 18:11:44.361 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-07-08T18:11:45.161Z[ recovery-image] Jul 08 18:11:44.366 INFO O| Jul 08 18:11:44.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73392026-07-08T18:11:45.161Z[ recovery-image] Jul 08 18:11:44.366 INFO O| Jul 08 18:11:44.366 INFO STEP 660 (remove_files) COMPLETE
73402026-07-08T18:11:45.161Z[ recovery-image] Jul 08 18:11:44.366 INFO O| Jul 08 18:11:44.366 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-07-08T18:11:45.168Z[ recovery-image] Jul 08 18:11:44.374 INFO O| Jul 08 18:11:44.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73422026-07-08T18:11:45.168Z[ recovery-image] Jul 08 18:11:44.374 INFO O| Jul 08 18:11:44.374 INFO STEP 661 (remove_files) COMPLETE
73432026-07-08T18:11:45.168Z[ recovery-image] Jul 08 18:11:44.374 INFO O| Jul 08 18:11:44.374 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-07-08T18:11:45.175Z[ recovery-image] Jul 08 18:11:44.380 INFO O| Jul 08 18:11:44.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73452026-07-08T18:11:45.178Z[ recovery-image] Jul 08 18:11:44.381 INFO O| Jul 08 18:11:44.381 INFO STEP 662 (remove_files) COMPLETE
73462026-07-08T18:11:45.178Z[ recovery-image] Jul 08 18:11:44.381 INFO O| Jul 08 18:11:44.381 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-07-08T18:11:45.182Z[ recovery-image] Jul 08 18:11:44.388 INFO O| Jul 08 18:11:44.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73482026-07-08T18:11:45.182Z[ recovery-image] Jul 08 18:11:44.388 INFO O| Jul 08 18:11:44.388 INFO STEP 663 (remove_files) COMPLETE
73492026-07-08T18:11:45.185Z[ recovery-image] Jul 08 18:11:44.388 INFO O| Jul 08 18:11:44.388 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-07-08T18:11:45.189Z[ recovery-image] Jul 08 18:11:44.395 INFO O| Jul 08 18:11:44.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73512026-07-08T18:11:45.189Z[ recovery-image] Jul 08 18:11:44.395 INFO O| Jul 08 18:11:44.395 INFO STEP 664 (remove_files) COMPLETE
73522026-07-08T18:11:45.192Z[ recovery-image] Jul 08 18:11:44.395 INFO O| Jul 08 18:11:44.395 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-07-08T18:11:45.196Z[ recovery-image] Jul 08 18:11:44.402 INFO O| Jul 08 18:11:44.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73542026-07-08T18:11:45.196Z[ recovery-image] Jul 08 18:11:44.402 INFO O| Jul 08 18:11:44.402 INFO STEP 665 (remove_files) COMPLETE
73552026-07-08T18:11:45.196Z[ recovery-image] Jul 08 18:11:44.402 INFO O| Jul 08 18:11:44.402 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-07-08T18:11:45.204Z[ recovery-image] Jul 08 18:11:44.410 INFO O| Jul 08 18:11:44.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73572026-07-08T18:11:45.204Z[ recovery-image] Jul 08 18:11:44.410 INFO O| Jul 08 18:11:44.410 INFO STEP 666 (remove_files) COMPLETE
73582026-07-08T18:11:45.207Z[ recovery-image] Jul 08 18:11:44.410 INFO O| Jul 08 18:11:44.410 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-07-08T18:11:45.212Z[ recovery-image] Jul 08 18:11:44.417 INFO O| Jul 08 18:11:44.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73602026-07-08T18:11:45.212Z[ recovery-image] Jul 08 18:11:44.417 INFO O| Jul 08 18:11:44.417 INFO STEP 667 (remove_files) COMPLETE
73612026-07-08T18:11:45.212Z[ recovery-image] Jul 08 18:11:44.417 INFO O| Jul 08 18:11:44.417 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-07-08T18:11:45.219Z[ recovery-image] Jul 08 18:11:44.425 INFO O| Jul 08 18:11:44.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73632026-07-08T18:11:45.222Z[ recovery-image] Jul 08 18:11:44.425 INFO O| Jul 08 18:11:44.425 INFO STEP 668 (remove_files) COMPLETE
73642026-07-08T18:11:45.222Z[ recovery-image] Jul 08 18:11:44.425 INFO O| Jul 08 18:11:44.425 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-07-08T18:11:45.227Z[ recovery-image] Jul 08 18:11:44.433 INFO O| Jul 08 18:11:44.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73662026-07-08T18:11:45.230Z[ recovery-image] Jul 08 18:11:44.433 INFO O| Jul 08 18:11:44.433 INFO STEP 669 (remove_files) COMPLETE
73672026-07-08T18:11:45.230Z[ recovery-image] Jul 08 18:11:44.433 INFO O| Jul 08 18:11:44.433 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-07-08T18:11:45.235Z[ recovery-image] Jul 08 18:11:44.440 INFO O| Jul 08 18:11:44.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73692026-07-08T18:11:45.235Z[ recovery-image] Jul 08 18:11:44.440 INFO O| Jul 08 18:11:44.440 INFO STEP 670 (remove_files) COMPLETE
73702026-07-08T18:11:45.238Z[ recovery-image] Jul 08 18:11:44.440 INFO O| Jul 08 18:11:44.440 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-07-08T18:11:45.242Z[ recovery-image] Jul 08 18:11:44.448 INFO O| Jul 08 18:11:44.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73722026-07-08T18:11:45.242Z[ recovery-image] Jul 08 18:11:44.448 INFO O| Jul 08 18:11:44.448 INFO STEP 671 (remove_files) COMPLETE
73732026-07-08T18:11:45.245Z[ recovery-image] Jul 08 18:11:44.448 INFO O| Jul 08 18:11:44.448 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-07-08T18:11:45.251Z[ recovery-image] Jul 08 18:11:44.455 INFO O| Jul 08 18:11:44.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73752026-07-08T18:11:45.251Z[ recovery-image] Jul 08 18:11:44.455 INFO O| Jul 08 18:11:44.455 INFO STEP 672 (remove_files) COMPLETE
73762026-07-08T18:11:45.251Z[ recovery-image] Jul 08 18:11:44.455 INFO O| Jul 08 18:11:44.455 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-07-08T18:11:45.257Z[ recovery-image] Jul 08 18:11:44.462 INFO O| Jul 08 18:11:44.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73782026-07-08T18:11:45.257Z[ recovery-image] Jul 08 18:11:44.462 INFO O| Jul 08 18:11:44.462 INFO STEP 673 (remove_files) COMPLETE
73792026-07-08T18:11:45.260Z[ recovery-image] Jul 08 18:11:44.462 INFO O| Jul 08 18:11:44.462 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-07-08T18:11:45.264Z[ recovery-image] Jul 08 18:11:44.469 INFO O| Jul 08 18:11:44.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73812026-07-08T18:11:45.264Z[ recovery-image] Jul 08 18:11:44.469 INFO O| Jul 08 18:11:44.469 INFO STEP 674 (remove_files) COMPLETE
73822026-07-08T18:11:45.266Z[ recovery-image] Jul 08 18:11:44.469 INFO O| Jul 08 18:11:44.469 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-07-08T18:11:45.271Z[ recovery-image] Jul 08 18:11:44.476 INFO O| Jul 08 18:11:44.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73842026-07-08T18:11:45.271Z[ recovery-image] Jul 08 18:11:44.476 INFO O| Jul 08 18:11:44.476 INFO STEP 675 (remove_files) COMPLETE
73852026-07-08T18:11:45.273Z[ recovery-image] Jul 08 18:11:44.476 INFO O| Jul 08 18:11:44.476 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-07-08T18:11:45.278Z[ recovery-image] Jul 08 18:11:44.483 INFO O| Jul 08 18:11:44.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73872026-07-08T18:11:45.278Z[ recovery-image] Jul 08 18:11:44.483 INFO O| Jul 08 18:11:44.483 INFO STEP 676 (remove_files) COMPLETE
73882026-07-08T18:11:45.278Z[ recovery-image] Jul 08 18:11:44.483 INFO O| Jul 08 18:11:44.483 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-07-08T18:11:45.285Z[ recovery-image] Jul 08 18:11:44.491 INFO O| Jul 08 18:11:44.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73902026-07-08T18:11:45.285Z[ recovery-image] Jul 08 18:11:44.491 INFO O| Jul 08 18:11:44.491 INFO STEP 677 (remove_files) COMPLETE
73912026-07-08T18:11:45.288Z[ recovery-image] Jul 08 18:11:44.491 INFO O| Jul 08 18:11:44.491 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-07-08T18:11:45.294Z[ recovery-image] Jul 08 18:11:44.500 INFO O| Jul 08 18:11:44.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73932026-07-08T18:11:45.294Z[ recovery-image] Jul 08 18:11:44.500 INFO O| Jul 08 18:11:44.500 INFO STEP 678 (remove_files) COMPLETE
73942026-07-08T18:11:45.296Z[ recovery-image] Jul 08 18:11:44.500 INFO O| Jul 08 18:11:44.500 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-07-08T18:11:45.301Z[ recovery-image] Jul 08 18:11:44.507 INFO O| Jul 08 18:11:44.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73962026-07-08T18:11:45.302Z[ recovery-image] Jul 08 18:11:44.507 INFO O| Jul 08 18:11:44.507 INFO STEP 679 (remove_files) COMPLETE
73972026-07-08T18:11:45.302Z[ recovery-image] Jul 08 18:11:44.507 INFO O| Jul 08 18:11:44.507 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-07-08T18:11:45.309Z[ recovery-image] Jul 08 18:11:44.514 INFO O| Jul 08 18:11:44.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73992026-07-08T18:11:45.309Z[ recovery-image] Jul 08 18:11:44.514 INFO O| Jul 08 18:11:44.514 INFO STEP 680 (remove_files) COMPLETE
74002026-07-08T18:11:45.312Z[ recovery-image] Jul 08 18:11:44.514 INFO O| Jul 08 18:11:44.514 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-07-08T18:11:45.317Z[ recovery-image] Jul 08 18:11:44.522 INFO O| Jul 08 18:11:44.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
74022026-07-08T18:11:45.317Z[ recovery-image] Jul 08 18:11:44.522 INFO O| Jul 08 18:11:44.522 INFO STEP 681 (remove_files) COMPLETE
74032026-07-08T18:11:45.317Z[ recovery-image] Jul 08 18:11:44.522 INFO O| Jul 08 18:11:44.522 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-07-08T18:11:45.324Z[ recovery-image] Jul 08 18:11:44.530 INFO O| Jul 08 18:11:44.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
74052026-07-08T18:11:45.327Z[ recovery-image] Jul 08 18:11:44.530 INFO O| Jul 08 18:11:44.530 INFO STEP 682 (remove_files) COMPLETE
74062026-07-08T18:11:45.327Z[ recovery-image] Jul 08 18:11:44.530 INFO O| Jul 08 18:11:44.530 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-07-08T18:11:45.332Z[ recovery-image] Jul 08 18:11:44.537 INFO O| Jul 08 18:11:44.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
74082026-07-08T18:11:45.332Z[ recovery-image] Jul 08 18:11:44.537 INFO O| Jul 08 18:11:44.537 INFO STEP 683 (remove_files) COMPLETE
74092026-07-08T18:11:45.335Z[ recovery-image] Jul 08 18:11:44.537 INFO O| Jul 08 18:11:44.537 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-07-08T18:11:45.339Z[ recovery-image] Jul 08 18:11:44.545 INFO O| Jul 08 18:11:44.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
74112026-07-08T18:11:45.339Z[ recovery-image] Jul 08 18:11:44.545 INFO O| Jul 08 18:11:44.545 INFO STEP 684 (remove_files) COMPLETE
74122026-07-08T18:11:45.339Z[ recovery-image] Jul 08 18:11:44.545 INFO O| Jul 08 18:11:44.545 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-07-08T18:11:45.347Z[ recovery-image] Jul 08 18:11:44.552 INFO O| Jul 08 18:11:44.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
74142026-07-08T18:11:45.347Z[ recovery-image] Jul 08 18:11:44.552 INFO O| Jul 08 18:11:44.552 INFO STEP 685 (remove_files) COMPLETE
74152026-07-08T18:11:45.349Z[ recovery-image] Jul 08 18:11:44.552 INFO O| Jul 08 18:11:44.552 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-07-08T18:11:45.354Z[ recovery-image] Jul 08 18:11:44.560 INFO O| Jul 08 18:11:44.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74172026-07-08T18:11:45.357Z[ recovery-image] Jul 08 18:11:44.560 INFO O| Jul 08 18:11:44.560 INFO STEP 686 (remove_files) COMPLETE
74182026-07-08T18:11:45.357Z[ recovery-image] Jul 08 18:11:44.560 INFO O| Jul 08 18:11:44.560 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-07-08T18:11:45.362Z[ recovery-image] Jul 08 18:11:44.568 INFO O| Jul 08 18:11:44.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74202026-07-08T18:11:45.365Z[ recovery-image] Jul 08 18:11:44.568 INFO O| Jul 08 18:11:44.568 INFO STEP 687 (remove_files) COMPLETE
74212026-07-08T18:11:45.365Z[ recovery-image] Jul 08 18:11:44.568 INFO O| Jul 08 18:11:44.568 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-07-08T18:11:45.370Z[ recovery-image] Jul 08 18:11:44.576 INFO O| Jul 08 18:11:44.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74232026-07-08T18:11:45.373Z[ recovery-image] Jul 08 18:11:44.576 INFO O| Jul 08 18:11:44.576 INFO STEP 688 (remove_files) COMPLETE
74242026-07-08T18:11:45.373Z[ recovery-image] Jul 08 18:11:44.576 INFO O| Jul 08 18:11:44.576 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-07-08T18:11:45.377Z[ recovery-image] Jul 08 18:11:44.583 INFO O| Jul 08 18:11:44.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74262026-07-08T18:11:45.377Z[ recovery-image] Jul 08 18:11:44.583 INFO O| Jul 08 18:11:44.583 INFO STEP 689 (remove_files) COMPLETE
74272026-07-08T18:11:45.377Z[ recovery-image] Jul 08 18:11:44.583 INFO O| Jul 08 18:11:44.583 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-07-08T18:11:45.384Z[ recovery-image] Jul 08 18:11:44.590 INFO O| Jul 08 18:11:44.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74292026-07-08T18:11:45.385Z[ recovery-image] Jul 08 18:11:44.590 INFO O| Jul 08 18:11:44.590 INFO STEP 690 (remove_files) COMPLETE
74302026-07-08T18:11:45.385Z[ recovery-image] Jul 08 18:11:44.590 INFO O| Jul 08 18:11:44.590 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-07-08T18:11:45.391Z[ recovery-image] Jul 08 18:11:44.597 INFO O| Jul 08 18:11:44.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74322026-07-08T18:11:45.391Z[ recovery-image] Jul 08 18:11:44.597 INFO O| Jul 08 18:11:44.597 INFO STEP 691 (remove_files) COMPLETE
74332026-07-08T18:11:45.394Z[ recovery-image] Jul 08 18:11:44.597 INFO O| Jul 08 18:11:44.597 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-07-08T18:11:45.399Z[ recovery-image] Jul 08 18:11:44.604 INFO O| Jul 08 18:11:44.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74352026-07-08T18:11:45.399Z[ recovery-image] Jul 08 18:11:44.604 INFO O| Jul 08 18:11:44.604 INFO STEP 692 (remove_files) COMPLETE
74362026-07-08T18:11:45.399Z[ recovery-image] Jul 08 18:11:44.604 INFO O| Jul 08 18:11:44.604 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-07-08T18:11:45.447Z[ recovery-image] Jul 08 18:11:44.612 INFO O| Jul 08 18:11:44.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74382026-07-08T18:11:45.447Z[ recovery-image] Jul 08 18:11:44.612 INFO O| Jul 08 18:11:44.612 INFO STEP 693 (remove_files) COMPLETE
74392026-07-08T18:11:45.447Z[ recovery-image] Jul 08 18:11:44.612 INFO O| Jul 08 18:11:44.612 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-07-08T18:11:45.447Z[ recovery-image] Jul 08 18:11:44.619 INFO O| Jul 08 18:11:44.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74412026-07-08T18:11:45.447Z[ recovery-image] Jul 08 18:11:44.619 INFO O| Jul 08 18:11:44.619 INFO STEP 694 (remove_files) COMPLETE
74422026-07-08T18:11:45.447Z[ recovery-image] Jul 08 18:11:44.619 INFO O| Jul 08 18:11:44.619 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-07-08T18:11:45.447Z[ recovery-image] Jul 08 18:11:44.627 INFO O| Jul 08 18:11:44.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74442026-07-08T18:11:45.447Z[ recovery-image] Jul 08 18:11:44.627 INFO O| Jul 08 18:11:44.627 INFO STEP 695 (remove_files) COMPLETE
74452026-07-08T18:11:45.447Z[ recovery-image] Jul 08 18:11:44.627 INFO O| Jul 08 18:11:44.627 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-07-08T18:11:45.447Z[ recovery-image] Jul 08 18:11:44.634 INFO O| Jul 08 18:11:44.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74472026-07-08T18:11:45.447Z[ recovery-image] Jul 08 18:11:44.634 INFO O| Jul 08 18:11:44.634 INFO STEP 696 (remove_files) COMPLETE
74482026-07-08T18:11:45.447Z[ recovery-image] Jul 08 18:11:44.634 INFO O| Jul 08 18:11:44.634 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-07-08T18:11:45.448Z[ recovery-image] Jul 08 18:11:44.642 INFO O| Jul 08 18:11:44.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74502026-07-08T18:11:45.448Z[ recovery-image] Jul 08 18:11:44.642 INFO O| Jul 08 18:11:44.642 INFO STEP 697 (remove_files) COMPLETE
74512026-07-08T18:11:45.448Z[ recovery-image] Jul 08 18:11:44.642 INFO O| Jul 08 18:11:44.642 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-07-08T18:11:45.448Z[ recovery-image] Jul 08 18:11:44.649 INFO O| Jul 08 18:11:44.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74532026-07-08T18:11:45.448Z[ recovery-image] Jul 08 18:11:44.649 INFO O| Jul 08 18:11:44.649 INFO STEP 698 (remove_files) COMPLETE
74542026-07-08T18:11:45.449Z[ recovery-image] Jul 08 18:11:44.649 INFO O| Jul 08 18:11:44.649 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-07-08T18:11:45.453Z[ recovery-image] Jul 08 18:11:44.656 INFO O| Jul 08 18:11:44.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74562026-07-08T18:11:45.453Z[ recovery-image] Jul 08 18:11:44.656 INFO O| Jul 08 18:11:44.656 INFO STEP 699 (remove_files) COMPLETE
74572026-07-08T18:11:45.453Z[ recovery-image] Jul 08 18:11:44.656 INFO O| Jul 08 18:11:44.656 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-07-08T18:11:45.458Z[ recovery-image] Jul 08 18:11:44.664 INFO O| Jul 08 18:11:44.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74592026-07-08T18:11:45.458Z[ recovery-image] Jul 08 18:11:44.664 INFO O| Jul 08 18:11:44.664 INFO STEP 700 (remove_files) COMPLETE
74602026-07-08T18:11:45.458Z[ recovery-image] Jul 08 18:11:44.664 INFO O| Jul 08 18:11:44.664 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-07-08T18:11:45.465Z[ recovery-image] Jul 08 18:11:44.671 INFO O| Jul 08 18:11:44.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74622026-07-08T18:11:45.466Z[ recovery-image] Jul 08 18:11:44.671 INFO O| Jul 08 18:11:44.671 INFO STEP 701 (remove_files) COMPLETE
74632026-07-08T18:11:45.469Z[ recovery-image] Jul 08 18:11:44.671 INFO O| Jul 08 18:11:44.671 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-07-08T18:11:45.473Z[ recovery-image] Jul 08 18:11:44.678 INFO O| Jul 08 18:11:44.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74652026-07-08T18:11:45.473Z[ recovery-image] Jul 08 18:11:44.678 INFO O| Jul 08 18:11:44.678 INFO STEP 702 (remove_files) COMPLETE
74662026-07-08T18:11:45.473Z[ recovery-image] Jul 08 18:11:44.678 INFO O| Jul 08 18:11:44.678 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-07-08T18:11:45.480Z[ recovery-image] Jul 08 18:11:44.685 INFO O| Jul 08 18:11:44.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74682026-07-08T18:11:45.480Z[ recovery-image] Jul 08 18:11:44.685 INFO O| Jul 08 18:11:44.685 INFO STEP 703 (remove_files) COMPLETE
74692026-07-08T18:11:45.483Z[ recovery-image] Jul 08 18:11:44.685 INFO O| Jul 08 18:11:44.685 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-07-08T18:11:45.487Z[ recovery-image] Jul 08 18:11:44.692 INFO O| Jul 08 18:11:44.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74712026-07-08T18:11:45.487Z[ recovery-image] Jul 08 18:11:44.692 INFO O| Jul 08 18:11:44.692 INFO STEP 704 (remove_files) COMPLETE
74722026-07-08T18:11:45.487Z[ recovery-image] Jul 08 18:11:44.692 INFO O| Jul 08 18:11:44.692 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-07-08T18:11:45.494Z[ recovery-image] Jul 08 18:11:44.699 INFO O| Jul 08 18:11:44.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74742026-07-08T18:11:45.494Z[ recovery-image] Jul 08 18:11:44.699 INFO O| Jul 08 18:11:44.699 INFO STEP 705 (remove_files) COMPLETE
74752026-07-08T18:11:45.497Z[ recovery-image] Jul 08 18:11:44.699 INFO O| Jul 08 18:11:44.699 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-07-08T18:11:45.500Z[ recovery-image] Jul 08 18:11:44.706 INFO O| Jul 08 18:11:44.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74772026-07-08T18:11:45.500Z[ recovery-image] Jul 08 18:11:44.706 INFO O| Jul 08 18:11:44.706 INFO STEP 706 (remove_files) COMPLETE
74782026-07-08T18:11:45.500Z[ recovery-image] Jul 08 18:11:44.706 INFO O| Jul 08 18:11:44.706 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-07-08T18:11:45.507Z[ recovery-image] Jul 08 18:11:44.713 INFO O| Jul 08 18:11:44.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74802026-07-08T18:11:45.507Z[ recovery-image] Jul 08 18:11:44.713 INFO O| Jul 08 18:11:44.713 INFO STEP 707 (remove_files) COMPLETE
74812026-07-08T18:11:45.507Z[ recovery-image] Jul 08 18:11:44.713 INFO O| Jul 08 18:11:44.713 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-07-08T18:11:45.514Z[ recovery-image] Jul 08 18:11:44.720 INFO O| Jul 08 18:11:44.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74832026-07-08T18:11:45.514Z[ recovery-image] Jul 08 18:11:44.720 INFO O| Jul 08 18:11:44.720 INFO STEP 708 (remove_files) COMPLETE
74842026-07-08T18:11:45.514Z[ recovery-image] Jul 08 18:11:44.720 INFO O| Jul 08 18:11:44.720 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-07-08T18:11:45.521Z[ recovery-image] Jul 08 18:11:44.726 INFO O| Jul 08 18:11:44.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74862026-07-08T18:11:45.521Z[ recovery-image] Jul 08 18:11:44.726 INFO O| Jul 08 18:11:44.726 INFO STEP 709 (remove_files) COMPLETE
74872026-07-08T18:11:45.521Z[ recovery-image] Jul 08 18:11:44.726 INFO O| Jul 08 18:11:44.726 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-07-08T18:11:45.527Z[ recovery-image] Jul 08 18:11:44.733 INFO O| Jul 08 18:11:44.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74892026-07-08T18:11:45.530Z[ recovery-image] Jul 08 18:11:44.733 INFO O| Jul 08 18:11:44.733 INFO STEP 710 (remove_files) COMPLETE
74902026-07-08T18:11:45.531Z[ recovery-image] Jul 08 18:11:44.733 INFO O| Jul 08 18:11:44.733 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-07-08T18:11:45.535Z[ recovery-image] Jul 08 18:11:44.741 INFO O| Jul 08 18:11:44.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74922026-07-08T18:11:45.535Z[ recovery-image] Jul 08 18:11:44.741 INFO O| Jul 08 18:11:44.741 INFO STEP 711 (remove_files) COMPLETE
74932026-07-08T18:11:45.539Z[ recovery-image] Jul 08 18:11:44.741 INFO O| Jul 08 18:11:44.741 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-07-08T18:11:45.543Z[ recovery-image] Jul 08 18:11:44.747 INFO O| Jul 08 18:11:44.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74952026-07-08T18:11:45.543Z[ recovery-image] Jul 08 18:11:44.747 INFO O| Jul 08 18:11:44.747 INFO STEP 712 (remove_files) COMPLETE
74962026-07-08T18:11:45.543Z[ recovery-image] Jul 08 18:11:44.747 INFO O| Jul 08 18:11:44.747 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-07-08T18:11:45.549Z[ recovery-image] Jul 08 18:11:44.754 INFO O| Jul 08 18:11:44.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74982026-07-08T18:11:45.552Z[ recovery-image] Jul 08 18:11:44.754 INFO O| Jul 08 18:11:44.754 INFO STEP 713 (remove_files) COMPLETE
74992026-07-08T18:11:45.552Z[ recovery-image] Jul 08 18:11:44.754 INFO O| Jul 08 18:11:44.754 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-07-08T18:11:45.556Z[ recovery-image] Jul 08 18:11:44.762 INFO O| Jul 08 18:11:44.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
75012026-07-08T18:11:45.559Z[ recovery-image] Jul 08 18:11:44.762 INFO O| Jul 08 18:11:44.762 INFO STEP 714 (remove_files) COMPLETE
75022026-07-08T18:11:45.559Z[ recovery-image] Jul 08 18:11:44.762 INFO O| Jul 08 18:11:44.762 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-07-08T18:11:45.563Z[ recovery-image] Jul 08 18:11:44.768 INFO O| Jul 08 18:11:44.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
75042026-07-08T18:11:45.563Z[ recovery-image] Jul 08 18:11:44.768 INFO O| Jul 08 18:11:44.768 INFO STEP 715 (remove_files) COMPLETE
75052026-07-08T18:11:45.566Z[ recovery-image] Jul 08 18:11:44.768 INFO O| Jul 08 18:11:44.768 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-07-08T18:11:45.569Z[ recovery-image] Jul 08 18:11:44.775 INFO O| Jul 08 18:11:44.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
75072026-07-08T18:11:45.569Z[ recovery-image] Jul 08 18:11:44.775 INFO O| Jul 08 18:11:44.775 INFO STEP 716 (remove_files) COMPLETE
75082026-07-08T18:11:45.569Z[ recovery-image] Jul 08 18:11:44.775 INFO O| Jul 08 18:11:44.775 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-07-08T18:11:45.575Z[ recovery-image] Jul 08 18:11:44.781 INFO O| Jul 08 18:11:44.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
75102026-07-08T18:11:45.575Z[ recovery-image] Jul 08 18:11:44.781 INFO O| Jul 08 18:11:44.781 INFO STEP 717 (remove_files) COMPLETE
75112026-07-08T18:11:45.575Z[ recovery-image] Jul 08 18:11:44.781 INFO O| Jul 08 18:11:44.781 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-07-08T18:11:45.581Z[ recovery-image] Jul 08 18:11:44.786 INFO O| Jul 08 18:11:44.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
75132026-07-08T18:11:45.581Z[ recovery-image] Jul 08 18:11:44.786 INFO O| Jul 08 18:11:44.786 INFO STEP 718 (remove_files) COMPLETE
75142026-07-08T18:11:45.581Z[ recovery-image] Jul 08 18:11:44.786 INFO O| Jul 08 18:11:44.786 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-07-08T18:11:45.587Z[ recovery-image] Jul 08 18:11:44.792 INFO O| Jul 08 18:11:44.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75162026-07-08T18:11:45.587Z[ recovery-image] Jul 08 18:11:44.792 INFO O| Jul 08 18:11:44.792 INFO STEP 719 (remove_files) COMPLETE
75172026-07-08T18:11:45.591Z[ recovery-image] Jul 08 18:11:44.792 INFO O| Jul 08 18:11:44.792 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-07-08T18:11:45.595Z[ recovery-image] Jul 08 18:11:44.800 INFO O| Jul 08 18:11:44.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75192026-07-08T18:11:45.598Z[ recovery-image] Jul 08 18:11:44.800 INFO O| Jul 08 18:11:44.800 INFO STEP 720 (remove_files) COMPLETE
75202026-07-08T18:11:45.598Z[ recovery-image] Jul 08 18:11:44.800 INFO O| Jul 08 18:11:44.800 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-07-08T18:11:45.601Z[ recovery-image] Jul 08 18:11:44.807 INFO O| Jul 08 18:11:44.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75222026-07-08T18:11:45.601Z[ recovery-image] Jul 08 18:11:44.807 INFO O| Jul 08 18:11:44.807 INFO STEP 721 (remove_files) COMPLETE
75232026-07-08T18:11:45.601Z[ recovery-image] Jul 08 18:11:44.807 INFO O| Jul 08 18:11:44.807 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-07-08T18:11:45.608Z[ recovery-image] Jul 08 18:11:44.813 INFO O| Jul 08 18:11:44.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75252026-07-08T18:11:45.608Z[ recovery-image] Jul 08 18:11:44.813 INFO O| Jul 08 18:11:44.813 INFO STEP 722 (remove_files) COMPLETE
75262026-07-08T18:11:45.608Z[ recovery-image] Jul 08 18:11:44.813 INFO O| Jul 08 18:11:44.813 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-07-08T18:11:45.613Z[ recovery-image] Jul 08 18:11:44.819 INFO O| Jul 08 18:11:44.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75282026-07-08T18:11:45.613Z[ recovery-image] Jul 08 18:11:44.819 INFO O| Jul 08 18:11:44.819 INFO STEP 723 (remove_files) COMPLETE
75292026-07-08T18:11:45.617Z[ recovery-image] Jul 08 18:11:44.819 INFO O| Jul 08 18:11:44.819 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-07-08T18:11:45.620Z[ recovery-image] Jul 08 18:11:44.826 INFO O| Jul 08 18:11:44.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75312026-07-08T18:11:45.620Z[ recovery-image] Jul 08 18:11:44.826 INFO O| Jul 08 18:11:44.826 INFO STEP 724 (remove_files) COMPLETE
75322026-07-08T18:11:45.623Z[ recovery-image] Jul 08 18:11:44.826 INFO O| Jul 08 18:11:44.826 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-07-08T18:11:45.626Z[ recovery-image] Jul 08 18:11:44.832 INFO O| Jul 08 18:11:44.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75342026-07-08T18:11:45.626Z[ recovery-image] Jul 08 18:11:44.832 INFO O| Jul 08 18:11:44.832 INFO STEP 725 (remove_files) COMPLETE
75352026-07-08T18:11:45.626Z[ recovery-image] Jul 08 18:11:44.832 INFO O| Jul 08 18:11:44.832 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-07-08T18:11:45.632Z[ recovery-image] Jul 08 18:11:44.837 INFO O| Jul 08 18:11:44.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75372026-07-08T18:11:45.632Z[ recovery-image] Jul 08 18:11:44.837 INFO O| Jul 08 18:11:44.837 INFO STEP 726 (remove_files) COMPLETE
75382026-07-08T18:11:45.635Z[ recovery-image] Jul 08 18:11:44.837 INFO O| Jul 08 18:11:44.837 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-07-08T18:11:45.638Z[ recovery-image] Jul 08 18:11:44.843 INFO O| Jul 08 18:11:44.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75402026-07-08T18:11:45.638Z[ recovery-image] Jul 08 18:11:44.843 INFO O| Jul 08 18:11:44.843 INFO STEP 727 (remove_files) COMPLETE
75412026-07-08T18:11:45.638Z[ recovery-image] Jul 08 18:11:44.843 INFO O| Jul 08 18:11:44.843 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-07-08T18:11:45.643Z[ recovery-image] Jul 08 18:11:44.848 INFO O| Jul 08 18:11:44.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75432026-07-08T18:11:45.643Z[ recovery-image] Jul 08 18:11:44.848 INFO O| Jul 08 18:11:44.848 INFO STEP 728 (remove_files) COMPLETE
75442026-07-08T18:11:45.646Z[ recovery-image] Jul 08 18:11:44.848 INFO O| Jul 08 18:11:44.848 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-07-08T18:11:45.648Z[ recovery-image] Jul 08 18:11:44.853 INFO O| Jul 08 18:11:44.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75462026-07-08T18:11:45.648Z[ recovery-image] Jul 08 18:11:44.853 INFO O| Jul 08 18:11:44.853 INFO STEP 729 (remove_files) COMPLETE
75472026-07-08T18:11:45.648Z[ recovery-image] Jul 08 18:11:44.853 INFO O| Jul 08 18:11:44.853 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-07-08T18:11:45.653Z[ recovery-image] Jul 08 18:11:44.859 INFO O| Jul 08 18:11:44.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75492026-07-08T18:11:45.653Z[ recovery-image] Jul 08 18:11:44.859 INFO O| Jul 08 18:11:44.859 INFO STEP 730 (remove_files) COMPLETE
75502026-07-08T18:11:45.655Z[ recovery-image] Jul 08 18:11:44.859 INFO O| Jul 08 18:11:44.859 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-07-08T18:11:45.659Z[ recovery-image] Jul 08 18:11:44.864 INFO O| Jul 08 18:11:44.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75522026-07-08T18:11:45.659Z[ recovery-image] Jul 08 18:11:44.864 INFO O| Jul 08 18:11:44.864 INFO STEP 731 (remove_files) COMPLETE
75532026-07-08T18:11:45.659Z[ recovery-image] Jul 08 18:11:44.864 INFO O| Jul 08 18:11:44.864 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-07-08T18:11:45.663Z[ recovery-image] Jul 08 18:11:44.869 INFO O| Jul 08 18:11:44.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75552026-07-08T18:11:45.663Z[ recovery-image] Jul 08 18:11:44.869 INFO O| Jul 08 18:11:44.869 INFO STEP 732 (remove_files) COMPLETE
75562026-07-08T18:11:45.667Z[ recovery-image] Jul 08 18:11:44.869 INFO O| Jul 08 18:11:44.869 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-07-08T18:11:45.669Z[ recovery-image] Jul 08 18:11:44.874 INFO O| Jul 08 18:11:44.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75582026-07-08T18:11:45.669Z[ recovery-image] Jul 08 18:11:44.874 INFO O| Jul 08 18:11:44.874 INFO STEP 733 (remove_files) COMPLETE
75592026-07-08T18:11:45.669Z[ recovery-image] Jul 08 18:11:44.874 INFO O| Jul 08 18:11:44.874 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-07-08T18:11:45.676Z[ recovery-image] Jul 08 18:11:44.881 INFO O| Jul 08 18:11:44.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75612026-07-08T18:11:45.676Z[ recovery-image] Jul 08 18:11:44.882 INFO O| Jul 08 18:11:44.881 INFO STEP 734 (remove_files) COMPLETE
75622026-07-08T18:11:45.679Z[ recovery-image] Jul 08 18:11:44.882 INFO O| Jul 08 18:11:44.881 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-07-08T18:11:45.682Z[ recovery-image] Jul 08 18:11:44.888 INFO O| Jul 08 18:11:44.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75642026-07-08T18:11:45.682Z[ recovery-image] Jul 08 18:11:44.888 INFO O| Jul 08 18:11:44.888 INFO STEP 735 (remove_files) COMPLETE
75652026-07-08T18:11:45.685Z[ recovery-image] Jul 08 18:11:44.888 INFO O| Jul 08 18:11:44.888 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-07-08T18:11:45.688Z[ recovery-image] Jul 08 18:11:44.893 INFO O| Jul 08 18:11:44.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75672026-07-08T18:11:45.688Z[ recovery-image] Jul 08 18:11:44.893 INFO O| Jul 08 18:11:44.893 INFO STEP 736 (remove_files) COMPLETE
75682026-07-08T18:11:45.689Z[ recovery-image] Jul 08 18:11:44.893 INFO O| Jul 08 18:11:44.893 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-07-08T18:11:45.694Z[ recovery-image] Jul 08 18:11:44.900 INFO O| Jul 08 18:11:44.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75702026-07-08T18:11:45.694Z[ recovery-image] Jul 08 18:11:44.900 INFO O| Jul 08 18:11:44.900 INFO STEP 737 (remove_files) COMPLETE
75712026-07-08T18:11:45.694Z[ recovery-image] Jul 08 18:11:44.900 INFO O| Jul 08 18:11:44.900 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-07-08T18:11:45.700Z[ recovery-image] Jul 08 18:11:44.905 INFO O| Jul 08 18:11:44.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75732026-07-08T18:11:45.703Z[ recovery-image] Jul 08 18:11:44.906 INFO O| Jul 08 18:11:44.906 INFO STEP 738 (remove_files) COMPLETE
75742026-07-08T18:11:45.703Z[ recovery-image] Jul 08 18:11:44.906 INFO O| Jul 08 18:11:44.906 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-07-08T18:11:45.706Z[ recovery-image] Jul 08 18:11:44.911 INFO O| Jul 08 18:11:44.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75762026-07-08T18:11:45.709Z[ recovery-image] Jul 08 18:11:44.912 INFO O| Jul 08 18:11:44.912 INFO STEP 739 (remove_files) COMPLETE
75772026-07-08T18:11:45.709Z[ recovery-image] Jul 08 18:11:44.912 INFO O| Jul 08 18:11:44.912 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-07-08T18:11:45.713Z[ recovery-image] Jul 08 18:11:44.919 INFO O| Jul 08 18:11:44.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75792026-07-08T18:11:45.713Z[ recovery-image] Jul 08 18:11:44.919 INFO O| Jul 08 18:11:44.919 INFO STEP 740 (remove_files) COMPLETE
75802026-07-08T18:11:45.713Z[ recovery-image] Jul 08 18:11:44.919 INFO O| Jul 08 18:11:44.919 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-07-08T18:11:45.720Z[ recovery-image] Jul 08 18:11:44.925 INFO O| Jul 08 18:11:44.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75822026-07-08T18:11:45.720Z[ recovery-image] Jul 08 18:11:44.925 INFO O| Jul 08 18:11:44.925 INFO STEP 741 (remove_files) COMPLETE
75832026-07-08T18:11:45.724Z[ recovery-image] Jul 08 18:11:44.925 INFO O| Jul 08 18:11:44.925 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-07-08T18:11:45.727Z[ recovery-image] Jul 08 18:11:44.932 INFO O| Jul 08 18:11:44.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75852026-07-08T18:11:45.727Z[ recovery-image] Jul 08 18:11:44.932 INFO O| Jul 08 18:11:44.932 INFO STEP 742 (remove_files) COMPLETE
75862026-07-08T18:11:45.728Z[ recovery-image] Jul 08 18:11:44.932 INFO O| Jul 08 18:11:44.932 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-07-08T18:11:45.733Z[ recovery-image] Jul 08 18:11:44.939 INFO O| Jul 08 18:11:44.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75882026-07-08T18:11:45.733Z[ recovery-image] Jul 08 18:11:44.939 INFO O| Jul 08 18:11:44.939 INFO STEP 743 (remove_files) COMPLETE
75892026-07-08T18:11:45.733Z[ recovery-image] Jul 08 18:11:44.939 INFO O| Jul 08 18:11:44.939 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-07-08T18:11:45.740Z[ recovery-image] Jul 08 18:11:44.946 INFO O| Jul 08 18:11:44.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75912026-07-08T18:11:45.740Z[ recovery-image] Jul 08 18:11:44.946 INFO O| Jul 08 18:11:44.946 INFO STEP 744 (remove_files) COMPLETE
75922026-07-08T18:11:45.742Z[ recovery-image] Jul 08 18:11:44.946 INFO O| Jul 08 18:11:44.946 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-07-08T18:11:45.746Z[ recovery-image] Jul 08 18:11:44.952 INFO O| Jul 08 18:11:44.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75942026-07-08T18:11:45.746Z[ recovery-image] Jul 08 18:11:44.952 INFO O| Jul 08 18:11:44.952 INFO STEP 745 (remove_files) COMPLETE
75952026-07-08T18:11:45.746Z[ recovery-image] Jul 08 18:11:44.952 INFO O| Jul 08 18:11:44.952 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-07-08T18:11:45.752Z[ recovery-image] Jul 08 18:11:44.957 INFO O| Jul 08 18:11:44.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75972026-07-08T18:11:45.752Z[ recovery-image] Jul 08 18:11:44.957 INFO O| Jul 08 18:11:44.957 INFO STEP 746 (remove_files) COMPLETE
75982026-07-08T18:11:45.752Z[ recovery-image] Jul 08 18:11:44.957 INFO O| Jul 08 18:11:44.957 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-07-08T18:11:45.758Z[ recovery-image] Jul 08 18:11:44.964 INFO O| Jul 08 18:11:44.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
76002026-07-08T18:11:45.758Z[ recovery-image] Jul 08 18:11:44.964 INFO O| Jul 08 18:11:44.964 INFO STEP 747 (remove_files) COMPLETE
76012026-07-08T18:11:45.761Z[ recovery-image] Jul 08 18:11:44.964 INFO O| Jul 08 18:11:44.964 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-07-08T18:11:45.764Z[ recovery-image] Jul 08 18:11:44.969 INFO O| Jul 08 18:11:44.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
76032026-07-08T18:11:45.764Z[ recovery-image] Jul 08 18:11:44.969 INFO O| Jul 08 18:11:44.969 INFO STEP 748 (remove_files) COMPLETE
76042026-07-08T18:11:45.764Z[ recovery-image] Jul 08 18:11:44.969 INFO O| Jul 08 18:11:44.969 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-07-08T18:11:45.770Z[ recovery-image] Jul 08 18:11:44.976 INFO O| Jul 08 18:11:44.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
76062026-07-08T18:11:45.770Z[ recovery-image] Jul 08 18:11:44.976 INFO O| Jul 08 18:11:44.976 INFO STEP 749 (remove_files) COMPLETE
76072026-07-08T18:11:45.770Z[ recovery-image] Jul 08 18:11:44.976 INFO O| Jul 08 18:11:44.976 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-07-08T18:11:45.776Z[ recovery-image] Jul 08 18:11:44.982 INFO O| Jul 08 18:11:44.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
76092026-07-08T18:11:45.776Z[ recovery-image] Jul 08 18:11:44.982 INFO O| Jul 08 18:11:44.982 INFO STEP 750 (remove_files) COMPLETE
76102026-07-08T18:11:45.779Z[ recovery-image] Jul 08 18:11:44.982 INFO O| Jul 08 18:11:44.982 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-07-08T18:11:45.782Z[ recovery-image] Jul 08 18:11:44.988 INFO O| Jul 08 18:11:44.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
76122026-07-08T18:11:45.784Z[ recovery-image] Jul 08 18:11:44.988 INFO O| Jul 08 18:11:44.988 INFO STEP 751 (remove_files) COMPLETE
76132026-07-08T18:11:45.784Z[ recovery-image] Jul 08 18:11:44.988 INFO O| Jul 08 18:11:44.988 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-07-08T18:11:45.788Z[ recovery-image] Jul 08 18:11:44.993 INFO O| Jul 08 18:11:44.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
76152026-07-08T18:11:45.788Z[ recovery-image] Jul 08 18:11:44.993 INFO O| Jul 08 18:11:44.993 INFO STEP 752 (remove_files) COMPLETE
76162026-07-08T18:11:45.788Z[ recovery-image] Jul 08 18:11:44.993 INFO O| Jul 08 18:11:44.993 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-07-08T18:11:45.793Z[ recovery-image] Jul 08 18:11:44.999 INFO O| Jul 08 18:11:44.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76182026-07-08T18:11:45.793Z[ recovery-image] Jul 08 18:11:44.999 INFO O| Jul 08 18:11:44.999 INFO STEP 753 (remove_files) COMPLETE
76192026-07-08T18:11:45.796Z[ recovery-image] Jul 08 18:11:44.999 INFO O| Jul 08 18:11:44.999 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-07-08T18:11:45.800Z[ recovery-image] Jul 08 18:11:45.006 INFO O| Jul 08 18:11:45.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76212026-07-08T18:11:45.804Z[ recovery-image] Jul 08 18:11:45.006 INFO O| Jul 08 18:11:45.006 INFO STEP 754 (remove_files) COMPLETE
76222026-07-08T18:11:45.804Z[ recovery-image] Jul 08 18:11:45.006 INFO O| Jul 08 18:11:45.006 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-07-08T18:11:45.806Z[ recovery-image] Jul 08 18:11:45.012 INFO O| Jul 08 18:11:45.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76242026-07-08T18:11:45.807Z[ recovery-image] Jul 08 18:11:45.012 INFO O| Jul 08 18:11:45.012 INFO STEP 755 (remove_files) COMPLETE
76252026-07-08T18:11:45.807Z[ recovery-image] Jul 08 18:11:45.012 INFO O| Jul 08 18:11:45.012 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-07-08T18:11:45.812Z[ recovery-image] Jul 08 18:11:45.018 INFO O| Jul 08 18:11:45.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76272026-07-08T18:11:45.812Z[ recovery-image] Jul 08 18:11:45.018 INFO O| Jul 08 18:11:45.018 INFO STEP 756 (remove_files) COMPLETE
76282026-07-08T18:11:45.815Z[ recovery-image] Jul 08 18:11:45.018 INFO O| Jul 08 18:11:45.018 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-07-08T18:11:45.819Z[ recovery-image] Jul 08 18:11:45.024 INFO O| Jul 08 18:11:45.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76302026-07-08T18:11:45.821Z[ recovery-image] Jul 08 18:11:45.024 INFO O| Jul 08 18:11:45.024 INFO STEP 757 (remove_files) COMPLETE
76312026-07-08T18:11:45.821Z[ recovery-image] Jul 08 18:11:45.024 INFO O| Jul 08 18:11:45.024 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-07-08T18:11:45.825Z[ recovery-image] Jul 08 18:11:45.031 INFO O| Jul 08 18:11:45.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76332026-07-08T18:11:45.825Z[ recovery-image] Jul 08 18:11:45.031 INFO O| Jul 08 18:11:45.031 INFO STEP 758 (remove_files) COMPLETE
76342026-07-08T18:11:45.828Z[ recovery-image] Jul 08 18:11:45.031 INFO O| Jul 08 18:11:45.031 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-07-08T18:11:45.832Z[ recovery-image] Jul 08 18:11:45.038 INFO O| Jul 08 18:11:45.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76362026-07-08T18:11:45.832Z[ recovery-image] Jul 08 18:11:45.038 INFO O| Jul 08 18:11:45.038 INFO STEP 759 (remove_files) COMPLETE
76372026-07-08T18:11:45.832Z[ recovery-image] Jul 08 18:11:45.038 INFO O| Jul 08 18:11:45.038 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-07-08T18:11:45.840Z[ recovery-image] Jul 08 18:11:45.045 INFO O| Jul 08 18:11:45.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76392026-07-08T18:11:45.840Z[ recovery-image] Jul 08 18:11:45.045 INFO O| Jul 08 18:11:45.045 INFO STEP 760 (remove_files) COMPLETE
76402026-07-08T18:11:45.843Z[ recovery-image] Jul 08 18:11:45.045 INFO O| Jul 08 18:11:45.045 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-07-08T18:11:45.847Z[ recovery-image] Jul 08 18:11:45.053 INFO O| Jul 08 18:11:45.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76422026-07-08T18:11:45.847Z[ recovery-image] Jul 08 18:11:45.053 INFO O| Jul 08 18:11:45.053 INFO STEP 761 (remove_files) COMPLETE
76432026-07-08T18:11:45.850Z[ recovery-image] Jul 08 18:11:45.053 INFO O| Jul 08 18:11:45.053 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-07-08T18:11:45.855Z[ recovery-image] Jul 08 18:11:45.060 INFO O| Jul 08 18:11:45.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76452026-07-08T18:11:45.855Z[ recovery-image] Jul 08 18:11:45.060 INFO O| Jul 08 18:11:45.060 INFO STEP 762 (remove_files) COMPLETE
76462026-07-08T18:11:45.857Z[ recovery-image] Jul 08 18:11:45.060 INFO O| Jul 08 18:11:45.060 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-07-08T18:11:45.862Z[ recovery-image] Jul 08 18:11:45.068 INFO O| Jul 08 18:11:45.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76482026-07-08T18:11:45.862Z[ recovery-image] Jul 08 18:11:45.068 INFO O| Jul 08 18:11:45.068 INFO STEP 763 (remove_files) COMPLETE
76492026-07-08T18:11:45.865Z[ recovery-image] Jul 08 18:11:45.068 INFO O| Jul 08 18:11:45.068 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-07-08T18:11:45.869Z[ recovery-image] Jul 08 18:11:45.075 INFO O| Jul 08 18:11:45.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76512026-07-08T18:11:45.869Z[ recovery-image] Jul 08 18:11:45.075 INFO O| Jul 08 18:11:45.075 INFO STEP 764 (remove_files) COMPLETE
76522026-07-08T18:11:45.869Z[ recovery-image] Jul 08 18:11:45.075 INFO O| Jul 08 18:11:45.075 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-07-08T18:11:45.878Z[ recovery-image] Jul 08 18:11:45.083 INFO O| Jul 08 18:11:45.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76542026-07-08T18:11:45.878Z[ recovery-image] Jul 08 18:11:45.083 INFO O| Jul 08 18:11:45.083 INFO STEP 765 (remove_files) COMPLETE
76552026-07-08T18:11:45.880Z[ recovery-image] Jul 08 18:11:45.083 INFO O| Jul 08 18:11:45.083 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-07-08T18:11:45.885Z[ recovery-image] Jul 08 18:11:45.091 INFO O| Jul 08 18:11:45.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76572026-07-08T18:11:45.887Z[ recovery-image] Jul 08 18:11:45.091 INFO O| Jul 08 18:11:45.091 INFO STEP 766 (remove_files) COMPLETE
76582026-07-08T18:11:45.887Z[ recovery-image] Jul 08 18:11:45.091 INFO O| Jul 08 18:11:45.091 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-07-08T18:11:45.893Z[ recovery-image] Jul 08 18:11:45.098 INFO O| Jul 08 18:11:45.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76602026-07-08T18:11:45.893Z[ recovery-image] Jul 08 18:11:45.098 INFO O| Jul 08 18:11:45.098 INFO STEP 767 (remove_files) COMPLETE
76612026-07-08T18:11:45.893Z[ recovery-image] Jul 08 18:11:45.098 INFO O| Jul 08 18:11:45.098 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-07-08T18:11:45.899Z[ recovery-image] Jul 08 18:11:45.105 INFO O| Jul 08 18:11:45.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76632026-07-08T18:11:45.899Z[ recovery-image] Jul 08 18:11:45.105 INFO O| Jul 08 18:11:45.105 INFO STEP 768 (remove_files) COMPLETE
76642026-07-08T18:11:45.899Z[ recovery-image] Jul 08 18:11:45.105 INFO O| Jul 08 18:11:45.105 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-07-08T18:11:45.906Z[ recovery-image] Jul 08 18:11:45.112 INFO O| Jul 08 18:11:45.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76662026-07-08T18:11:45.906Z[ recovery-image] Jul 08 18:11:45.112 INFO O| Jul 08 18:11:45.112 INFO STEP 769 (remove_files) COMPLETE
76672026-07-08T18:11:45.906Z[ recovery-image] Jul 08 18:11:45.112 INFO O| Jul 08 18:11:45.112 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-07-08T18:11:45.913Z[ recovery-image] Jul 08 18:11:45.119 INFO O| Jul 08 18:11:45.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76692026-07-08T18:11:45.913Z[ recovery-image] Jul 08 18:11:45.119 INFO O| Jul 08 18:11:45.119 INFO STEP 770 (remove_files) COMPLETE
76702026-07-08T18:11:45.916Z[ recovery-image] Jul 08 18:11:45.119 INFO O| Jul 08 18:11:45.119 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-07-08T18:11:45.921Z[ recovery-image] Jul 08 18:11:45.127 INFO O| Jul 08 18:11:45.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76722026-07-08T18:11:45.921Z[ recovery-image] Jul 08 18:11:45.127 INFO O| Jul 08 18:11:45.127 INFO STEP 771 (remove_files) COMPLETE
76732026-07-08T18:11:45.921Z[ recovery-image] Jul 08 18:11:45.127 INFO O| Jul 08 18:11:45.127 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-07-08T18:11:45.928Z[ recovery-image] Jul 08 18:11:45.134 INFO O| Jul 08 18:11:45.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76752026-07-08T18:11:45.928Z[ recovery-image] Jul 08 18:11:45.134 INFO O| Jul 08 18:11:45.134 INFO STEP 772 (remove_files) COMPLETE
76762026-07-08T18:11:45.928Z[ recovery-image] Jul 08 18:11:45.134 INFO O| Jul 08 18:11:45.134 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-07-08T18:11:45.935Z[ recovery-image] Jul 08 18:11:45.140 INFO O| Jul 08 18:11:45.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76782026-07-08T18:11:45.938Z[ recovery-image] Jul 08 18:11:45.140 INFO O| Jul 08 18:11:45.140 INFO STEP 773 (remove_files) COMPLETE
76792026-07-08T18:11:45.938Z[ recovery-image] Jul 08 18:11:45.140 INFO O| Jul 08 18:11:45.140 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-07-08T18:11:45.941Z[ recovery-image] Jul 08 18:11:45.147 INFO O| Jul 08 18:11:45.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76812026-07-08T18:11:45.941Z[ recovery-image] Jul 08 18:11:45.147 INFO O| Jul 08 18:11:45.147 INFO STEP 774 (remove_files) COMPLETE
76822026-07-08T18:11:45.944Z[ recovery-image] Jul 08 18:11:45.147 INFO O| Jul 08 18:11:45.147 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-07-08T18:11:45.947Z[ recovery-image] Jul 08 18:11:45.153 INFO O| Jul 08 18:11:45.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76842026-07-08T18:11:45.950Z[ recovery-image] Jul 08 18:11:45.153 INFO O| Jul 08 18:11:45.153 INFO STEP 775 (remove_files) COMPLETE
76852026-07-08T18:11:45.950Z[ recovery-image] Jul 08 18:11:45.153 INFO O| Jul 08 18:11:45.153 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-07-08T18:11:45.955Z[ recovery-image] Jul 08 18:11:45.161 INFO O| Jul 08 18:11:45.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76872026-07-08T18:11:45.955Z[ recovery-image] Jul 08 18:11:45.161 INFO O| Jul 08 18:11:45.161 INFO STEP 776 (remove_files) COMPLETE
76882026-07-08T18:11:45.955Z[ recovery-image] Jul 08 18:11:45.161 INFO O| Jul 08 18:11:45.161 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-07-08T18:11:45.961Z[ recovery-image] Jul 08 18:11:45.167 INFO O| Jul 08 18:11:45.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76902026-07-08T18:11:45.964Z[ recovery-image] Jul 08 18:11:45.167 INFO O| Jul 08 18:11:45.167 INFO STEP 777 (remove_files) COMPLETE
76912026-07-08T18:11:45.964Z[ recovery-image] Jul 08 18:11:45.167 INFO O| Jul 08 18:11:45.167 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-07-08T18:11:45.967Z[ recovery-image] Jul 08 18:11:45.173 INFO O| Jul 08 18:11:45.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76932026-07-08T18:11:45.967Z[ recovery-image] Jul 08 18:11:45.173 INFO O| Jul 08 18:11:45.173 INFO STEP 778 (remove_files) COMPLETE
76942026-07-08T18:11:45.969Z[ recovery-image] Jul 08 18:11:45.173 INFO O| Jul 08 18:11:45.173 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-07-08T18:11:45.972Z[ recovery-image] Jul 08 18:11:45.178 INFO O| Jul 08 18:11:45.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76962026-07-08T18:11:45.973Z[ recovery-image] Jul 08 18:11:45.178 INFO O| Jul 08 18:11:45.178 INFO STEP 779 (remove_files) COMPLETE
76972026-07-08T18:11:45.975Z[ recovery-image] Jul 08 18:11:45.178 INFO O| Jul 08 18:11:45.178 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-07-08T18:11:45.978Z[ recovery-image] Jul 08 18:11:45.184 INFO O| Jul 08 18:11:45.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76992026-07-08T18:11:45.978Z[ recovery-image] Jul 08 18:11:45.184 INFO O| Jul 08 18:11:45.184 INFO STEP 780 (remove_files) COMPLETE
77002026-07-08T18:11:45.978Z[ recovery-image] Jul 08 18:11:45.184 INFO O| Jul 08 18:11:45.184 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-07-08T18:11:45.984Z[ recovery-image] Jul 08 18:11:45.189 INFO O| Jul 08 18:11:45.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
77022026-07-08T18:11:45.984Z[ recovery-image] Jul 08 18:11:45.189 INFO O| Jul 08 18:11:45.189 INFO STEP 781 (remove_files) COMPLETE
77032026-07-08T18:11:45.986Z[ recovery-image] Jul 08 18:11:45.189 INFO O| Jul 08 18:11:45.189 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-07-08T18:11:45.990Z[ recovery-image] Jul 08 18:11:45.196 INFO O| Jul 08 18:11:45.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
77052026-07-08T18:11:45.990Z[ recovery-image] Jul 08 18:11:45.196 INFO O| Jul 08 18:11:45.196 INFO STEP 782 (remove_files) COMPLETE
77062026-07-08T18:11:45.992Z[ recovery-image] Jul 08 18:11:45.196 INFO O| Jul 08 18:11:45.196 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-07-08T18:11:45.997Z[ recovery-image] Jul 08 18:11:45.202 INFO O| Jul 08 18:11:45.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
77082026-07-08T18:11:45.997Z[ recovery-image] Jul 08 18:11:45.202 INFO O| Jul 08 18:11:45.202 INFO STEP 783 (remove_files) COMPLETE
77092026-07-08T18:11:46.002Z[ recovery-image] Jul 08 18:11:45.202 INFO O| Jul 08 18:11:45.202 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-07-08T18:11:46.005Z[ recovery-image] Jul 08 18:11:45.208 INFO O| Jul 08 18:11:45.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
77112026-07-08T18:11:46.005Z[ recovery-image] Jul 08 18:11:45.209 INFO O| Jul 08 18:11:45.209 INFO STEP 784 (remove_files) COMPLETE
77122026-07-08T18:11:46.005Z[ recovery-image] Jul 08 18:11:45.209 INFO O| Jul 08 18:11:45.209 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-07-08T18:11:46.010Z[ recovery-image] Jul 08 18:11:45.215 INFO O| Jul 08 18:11:45.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
77142026-07-08T18:11:46.011Z[ recovery-image] Jul 08 18:11:45.215 INFO O| Jul 08 18:11:45.215 INFO STEP 785 (remove_files) COMPLETE
77152026-07-08T18:11:46.014Z[ recovery-image] Jul 08 18:11:45.215 INFO O| Jul 08 18:11:45.215 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-07-08T18:11:46.018Z[ recovery-image] Jul 08 18:11:45.221 INFO O| Jul 08 18:11:45.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77172026-07-08T18:11:46.018Z[ recovery-image] Jul 08 18:11:45.221 INFO O| Jul 08 18:11:45.221 INFO STEP 786 (remove_files) COMPLETE
77182026-07-08T18:11:46.018Z[ recovery-image] Jul 08 18:11:45.221 INFO O| Jul 08 18:11:45.221 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-07-08T18:11:46.024Z[ recovery-image] Jul 08 18:11:45.228 INFO O| Jul 08 18:11:45.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77202026-07-08T18:11:46.024Z[ recovery-image] Jul 08 18:11:45.228 INFO O| Jul 08 18:11:45.228 INFO STEP 787 (remove_files) COMPLETE
77212026-07-08T18:11:46.024Z[ recovery-image] Jul 08 18:11:45.228 INFO O| Jul 08 18:11:45.228 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-07-08T18:11:46.028Z[ recovery-image] Jul 08 18:11:45.234 INFO O| Jul 08 18:11:45.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77232026-07-08T18:11:46.028Z[ recovery-image] Jul 08 18:11:45.234 INFO O| Jul 08 18:11:45.234 INFO STEP 788 (remove_files) COMPLETE
77242026-07-08T18:11:46.030Z[ recovery-image] Jul 08 18:11:45.234 INFO O| Jul 08 18:11:45.234 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-07-08T18:11:46.035Z[ recovery-image] Jul 08 18:11:45.240 INFO O| Jul 08 18:11:45.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77262026-07-08T18:11:46.035Z[ recovery-image] Jul 08 18:11:45.240 INFO O| Jul 08 18:11:45.240 INFO STEP 789 (remove_files) COMPLETE
77272026-07-08T18:11:46.037Z[ recovery-image] Jul 08 18:11:45.240 INFO O| Jul 08 18:11:45.240 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-07-08T18:11:46.041Z[ recovery-image] Jul 08 18:11:45.247 INFO O| Jul 08 18:11:45.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77292026-07-08T18:11:46.041Z[ recovery-image] Jul 08 18:11:45.247 INFO O| Jul 08 18:11:45.247 INFO STEP 790 (remove_files) COMPLETE
77302026-07-08T18:11:46.044Z[ recovery-image] Jul 08 18:11:45.247 INFO O| Jul 08 18:11:45.247 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-07-08T18:11:46.048Z[ recovery-image] Jul 08 18:11:45.254 INFO O| Jul 08 18:11:45.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77322026-07-08T18:11:46.048Z[ recovery-image] Jul 08 18:11:45.254 INFO O| Jul 08 18:11:45.254 INFO STEP 791 (remove_files) COMPLETE
77332026-07-08T18:11:46.050Z[ recovery-image] Jul 08 18:11:45.254 INFO O| Jul 08 18:11:45.254 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-07-08T18:11:46.055Z[ recovery-image] Jul 08 18:11:45.261 INFO O| Jul 08 18:11:45.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77352026-07-08T18:11:46.055Z[ recovery-image] Jul 08 18:11:45.261 INFO O| Jul 08 18:11:45.261 INFO STEP 792 (remove_files) COMPLETE
77362026-07-08T18:11:46.055Z[ recovery-image] Jul 08 18:11:45.261 INFO O| Jul 08 18:11:45.261 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-07-08T18:11:46.062Z[ recovery-image] Jul 08 18:11:45.267 INFO O| Jul 08 18:11:45.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77382026-07-08T18:11:46.062Z[ recovery-image] Jul 08 18:11:45.267 INFO O| Jul 08 18:11:45.267 INFO STEP 793 (remove_files) COMPLETE
77392026-07-08T18:11:46.062Z[ recovery-image] Jul 08 18:11:45.267 INFO O| Jul 08 18:11:45.267 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-07-08T18:11:46.068Z[ recovery-image] Jul 08 18:11:45.274 INFO O| Jul 08 18:11:45.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77412026-07-08T18:11:46.071Z[ recovery-image] Jul 08 18:11:45.274 INFO O| Jul 08 18:11:45.274 INFO STEP 794 (remove_files) COMPLETE
77422026-07-08T18:11:46.071Z[ recovery-image] Jul 08 18:11:45.274 INFO O| Jul 08 18:11:45.274 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-07-08T18:11:46.075Z[ recovery-image] Jul 08 18:11:45.281 INFO O| Jul 08 18:11:45.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77442026-07-08T18:11:46.075Z[ recovery-image] Jul 08 18:11:45.281 INFO O| Jul 08 18:11:45.281 INFO STEP 795 (remove_files) COMPLETE
77452026-07-08T18:11:46.075Z[ recovery-image] Jul 08 18:11:45.281 INFO O| Jul 08 18:11:45.281 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-07-08T18:11:46.082Z[ recovery-image] Jul 08 18:11:45.287 INFO O| Jul 08 18:11:45.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77472026-07-08T18:11:46.082Z[ recovery-image] Jul 08 18:11:45.287 INFO O| Jul 08 18:11:45.287 INFO STEP 796 (remove_files) COMPLETE
77482026-07-08T18:11:46.082Z[ recovery-image] Jul 08 18:11:45.287 INFO O| Jul 08 18:11:45.287 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-07-08T18:11:46.088Z[ recovery-image] Jul 08 18:11:45.293 INFO O| Jul 08 18:11:45.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77502026-07-08T18:11:46.091Z[ recovery-image] Jul 08 18:11:45.293 INFO O| Jul 08 18:11:45.293 INFO STEP 797 (remove_files) COMPLETE
77512026-07-08T18:11:46.091Z[ recovery-image] Jul 08 18:11:45.293 INFO O| Jul 08 18:11:45.293 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-07-08T18:11:46.094Z[ recovery-image] Jul 08 18:11:45.300 INFO O| Jul 08 18:11:45.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77532026-07-08T18:11:46.094Z[ recovery-image] Jul 08 18:11:45.300 INFO O| Jul 08 18:11:45.300 INFO STEP 798 (remove_files) COMPLETE
77542026-07-08T18:11:46.096Z[ recovery-image] Jul 08 18:11:45.300 INFO O| Jul 08 18:11:45.300 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-07-08T18:11:46.100Z[ recovery-image] Jul 08 18:11:45.305 INFO O| Jul 08 18:11:45.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77562026-07-08T18:11:46.100Z[ recovery-image] Jul 08 18:11:45.306 INFO O| Jul 08 18:11:45.306 INFO STEP 799 (remove_files) COMPLETE
77572026-07-08T18:11:46.100Z[ recovery-image] Jul 08 18:11:45.306 INFO O| Jul 08 18:11:45.306 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-07-08T18:11:46.106Z[ recovery-image] Jul 08 18:11:45.311 INFO O| Jul 08 18:11:45.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77592026-07-08T18:11:46.109Z[ recovery-image] Jul 08 18:11:45.311 INFO O| Jul 08 18:11:45.311 INFO STEP 800 (remove_files) COMPLETE
77602026-07-08T18:11:46.109Z[ recovery-image] Jul 08 18:11:45.311 INFO O| Jul 08 18:11:45.311 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-07-08T18:11:46.112Z[ recovery-image] Jul 08 18:11:45.317 INFO O| Jul 08 18:11:45.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77622026-07-08T18:11:46.112Z[ recovery-image] Jul 08 18:11:45.317 INFO O| Jul 08 18:11:45.317 INFO STEP 801 (remove_files) COMPLETE
77632026-07-08T18:11:46.112Z[ recovery-image] Jul 08 18:11:45.317 INFO O| Jul 08 18:11:45.317 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-07-08T18:11:46.117Z[ recovery-image] Jul 08 18:11:45.323 INFO O| Jul 08 18:11:45.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77652026-07-08T18:11:46.117Z[ recovery-image] Jul 08 18:11:45.323 INFO O| Jul 08 18:11:45.323 INFO STEP 802 (remove_files) COMPLETE
77662026-07-08T18:11:46.117Z[ recovery-image] Jul 08 18:11:45.323 INFO O| Jul 08 18:11:45.323 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-07-08T18:11:46.123Z[ recovery-image] Jul 08 18:11:45.329 INFO O| Jul 08 18:11:45.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77682026-07-08T18:11:46.123Z[ recovery-image] Jul 08 18:11:45.329 INFO O| Jul 08 18:11:45.329 INFO STEP 803 (remove_files) COMPLETE
77692026-07-08T18:11:46.126Z[ recovery-image] Jul 08 18:11:45.329 INFO O| Jul 08 18:11:45.329 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-07-08T18:11:46.131Z[ recovery-image] Jul 08 18:11:45.336 INFO O| Jul 08 18:11:45.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77712026-07-08T18:11:46.131Z[ recovery-image] Jul 08 18:11:45.337 INFO O| Jul 08 18:11:45.337 INFO STEP 804 (remove_files) COMPLETE
77722026-07-08T18:11:46.131Z[ recovery-image] Jul 08 18:11:45.337 INFO O| Jul 08 18:11:45.337 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-07-08T18:11:46.136Z[ recovery-image] Jul 08 18:11:45.342 INFO O| Jul 08 18:11:45.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77742026-07-08T18:11:46.136Z[ recovery-image] Jul 08 18:11:45.342 INFO O| Jul 08 18:11:45.342 INFO STEP 805 (remove_files) COMPLETE
77752026-07-08T18:11:46.136Z[ recovery-image] Jul 08 18:11:45.342 INFO O| Jul 08 18:11:45.342 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-07-08T18:11:46.141Z[ recovery-image] Jul 08 18:11:45.347 INFO O| Jul 08 18:11:45.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77772026-07-08T18:11:46.141Z[ recovery-image] Jul 08 18:11:45.347 INFO O| Jul 08 18:11:45.347 INFO STEP 806 (remove_files) COMPLETE
77782026-07-08T18:11:46.144Z[ recovery-image] Jul 08 18:11:45.347 INFO O| Jul 08 18:11:45.347 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-07-08T18:11:46.147Z[ recovery-image] Jul 08 18:11:45.353 INFO O| Jul 08 18:11:45.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77802026-07-08T18:11:46.150Z[ recovery-image] Jul 08 18:11:45.353 INFO O| Jul 08 18:11:45.353 INFO STEP 807 (remove_files) COMPLETE
77812026-07-08T18:11:46.150Z[ recovery-image] Jul 08 18:11:45.353 INFO O| Jul 08 18:11:45.353 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-07-08T18:11:46.154Z[ recovery-image] Jul 08 18:11:45.360 INFO O| Jul 08 18:11:45.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77832026-07-08T18:11:46.157Z[ recovery-image] Jul 08 18:11:45.360 INFO O| Jul 08 18:11:45.360 INFO STEP 808 (remove_files) COMPLETE
77842026-07-08T18:11:46.157Z[ recovery-image] Jul 08 18:11:45.360 INFO O| Jul 08 18:11:45.360 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-07-08T18:11:46.161Z[ recovery-image] Jul 08 18:11:45.367 INFO O| Jul 08 18:11:45.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77862026-07-08T18:11:46.161Z[ recovery-image] Jul 08 18:11:45.367 INFO O| Jul 08 18:11:45.367 INFO STEP 809 (remove_files) COMPLETE
77872026-07-08T18:11:46.161Z[ recovery-image] Jul 08 18:11:45.367 INFO O| Jul 08 18:11:45.367 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-07-08T18:11:46.168Z[ recovery-image] Jul 08 18:11:45.374 INFO O| Jul 08 18:11:45.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77892026-07-08T18:11:46.168Z[ recovery-image] Jul 08 18:11:45.374 INFO O| Jul 08 18:11:45.374 INFO STEP 810 (remove_files) COMPLETE
77902026-07-08T18:11:46.168Z[ recovery-image] Jul 08 18:11:45.374 INFO O| Jul 08 18:11:45.374 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-07-08T18:11:46.174Z[ recovery-image] Jul 08 18:11:45.380 INFO O| Jul 08 18:11:45.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77922026-07-08T18:11:46.178Z[ recovery-image] Jul 08 18:11:45.380 INFO O| Jul 08 18:11:45.380 INFO STEP 811 (remove_files) COMPLETE
77932026-07-08T18:11:46.179Z[ recovery-image] Jul 08 18:11:45.380 INFO O| Jul 08 18:11:45.380 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-07-08T18:11:46.182Z[ recovery-image] Jul 08 18:11:45.386 INFO O| Jul 08 18:11:45.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77952026-07-08T18:11:46.182Z[ recovery-image] Jul 08 18:11:45.386 INFO O| Jul 08 18:11:45.386 INFO STEP 812 (remove_files) COMPLETE
77962026-07-08T18:11:46.182Z[ recovery-image] Jul 08 18:11:45.386 INFO O| Jul 08 18:11:45.386 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-07-08T18:11:46.186Z[ recovery-image] Jul 08 18:11:45.392 INFO O| Jul 08 18:11:45.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77982026-07-08T18:11:46.186Z[ recovery-image] Jul 08 18:11:45.392 INFO O| Jul 08 18:11:45.392 INFO STEP 813 (remove_files) COMPLETE
77992026-07-08T18:11:46.186Z[ recovery-image] Jul 08 18:11:45.392 INFO O| Jul 08 18:11:45.392 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-07-08T18:11:46.192Z[ recovery-image] Jul 08 18:11:45.398 INFO O| Jul 08 18:11:45.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
78012026-07-08T18:11:46.192Z[ recovery-image] Jul 08 18:11:45.398 INFO O| Jul 08 18:11:45.398 INFO STEP 814 (remove_files) COMPLETE
78022026-07-08T18:11:46.192Z[ recovery-image] Jul 08 18:11:45.398 INFO O| Jul 08 18:11:45.398 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-07-08T18:11:46.198Z[ recovery-image] Jul 08 18:11:45.403 INFO O| Jul 08 18:11:45.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
78042026-07-08T18:11:46.200Z[ recovery-image] Jul 08 18:11:45.403 INFO O| Jul 08 18:11:45.403 INFO STEP 815 (remove_files) COMPLETE
78052026-07-08T18:11:46.201Z[ recovery-image] Jul 08 18:11:45.403 INFO O| Jul 08 18:11:45.403 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-07-08T18:11:46.204Z[ recovery-image] Jul 08 18:11:45.410 INFO O| Jul 08 18:11:45.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
78072026-07-08T18:11:46.204Z[ recovery-image] Jul 08 18:11:45.410 INFO O| Jul 08 18:11:45.410 INFO STEP 816 (remove_files) COMPLETE
78082026-07-08T18:11:46.207Z[ recovery-image] Jul 08 18:11:45.410 INFO O| Jul 08 18:11:45.410 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-07-08T18:11:46.210Z[ recovery-image] Jul 08 18:11:45.415 INFO O| Jul 08 18:11:45.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
78102026-07-08T18:11:46.210Z[ recovery-image] Jul 08 18:11:45.415 INFO O| Jul 08 18:11:45.415 INFO STEP 817 (remove_files) COMPLETE
78112026-07-08T18:11:46.210Z[ recovery-image] Jul 08 18:11:45.415 INFO O| Jul 08 18:11:45.415 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-07-08T18:11:46.218Z[ recovery-image] Jul 08 18:11:45.423 INFO O| Jul 08 18:11:45.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
78132026-07-08T18:11:46.221Z[ recovery-image] Jul 08 18:11:45.424 INFO O| Jul 08 18:11:45.424 INFO STEP 818 (remove_files) COMPLETE
78142026-07-08T18:11:46.221Z[ recovery-image] Jul 08 18:11:45.424 INFO O| Jul 08 18:11:45.424 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-07-08T18:11:46.225Z[ recovery-image] Jul 08 18:11:45.431 INFO O| Jul 08 18:11:45.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78162026-07-08T18:11:46.225Z[ recovery-image] Jul 08 18:11:45.431 INFO O| Jul 08 18:11:45.431 INFO STEP 819 (remove_files) COMPLETE
78172026-07-08T18:11:46.227Z[ recovery-image] Jul 08 18:11:45.431 INFO O| Jul 08 18:11:45.431 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-07-08T18:11:46.232Z[ recovery-image] Jul 08 18:11:45.438 INFO O| Jul 08 18:11:45.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78192026-07-08T18:11:46.235Z[ recovery-image] Jul 08 18:11:45.438 INFO O| Jul 08 18:11:45.438 INFO STEP 820 (remove_files) COMPLETE
78202026-07-08T18:11:46.235Z[ recovery-image] Jul 08 18:11:45.438 INFO O| Jul 08 18:11:45.438 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-07-08T18:11:46.239Z[ recovery-image] Jul 08 18:11:45.445 INFO O| Jul 08 18:11:45.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78222026-07-08T18:11:46.240Z[ recovery-image] Jul 08 18:11:45.445 INFO O| Jul 08 18:11:45.445 INFO STEP 821 (remove_files) COMPLETE
78232026-07-08T18:11:46.240Z[ recovery-image] Jul 08 18:11:45.445 INFO O| Jul 08 18:11:45.445 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-07-08T18:11:46.246Z[ recovery-image] Jul 08 18:11:45.452 INFO O| Jul 08 18:11:45.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78252026-07-08T18:11:46.246Z[ recovery-image] Jul 08 18:11:45.452 INFO O| Jul 08 18:11:45.452 INFO STEP 822 (remove_files) COMPLETE
78262026-07-08T18:11:46.249Z[ recovery-image] Jul 08 18:11:45.452 INFO O| Jul 08 18:11:45.452 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-07-08T18:11:46.253Z[ recovery-image] Jul 08 18:11:45.459 INFO O| Jul 08 18:11:45.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78282026-07-08T18:11:46.257Z[ recovery-image] Jul 08 18:11:45.459 INFO O| Jul 08 18:11:45.459 INFO STEP 823 (remove_files) COMPLETE
78292026-07-08T18:11:46.257Z[ recovery-image] Jul 08 18:11:45.459 INFO O| Jul 08 18:11:45.459 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-07-08T18:11:46.260Z[ recovery-image] Jul 08 18:11:45.466 INFO O| Jul 08 18:11:45.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78312026-07-08T18:11:46.260Z[ recovery-image] Jul 08 18:11:45.466 INFO O| Jul 08 18:11:45.466 INFO STEP 824 (remove_files) COMPLETE
78322026-07-08T18:11:46.260Z[ recovery-image] Jul 08 18:11:45.466 INFO O| Jul 08 18:11:45.466 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-07-08T18:11:46.267Z[ recovery-image] Jul 08 18:11:45.472 INFO O| Jul 08 18:11:45.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78342026-07-08T18:11:46.270Z[ recovery-image] Jul 08 18:11:45.473 INFO O| Jul 08 18:11:45.473 INFO STEP 825 (remove_files) COMPLETE
78352026-07-08T18:11:46.270Z[ recovery-image] Jul 08 18:11:45.473 INFO O| Jul 08 18:11:45.473 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-07-08T18:11:46.274Z[ recovery-image] Jul 08 18:11:45.480 INFO O| Jul 08 18:11:45.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78372026-07-08T18:11:46.278Z[ recovery-image] Jul 08 18:11:45.480 INFO O| Jul 08 18:11:45.480 INFO STEP 826 (remove_files) COMPLETE
78382026-07-08T18:11:46.278Z[ recovery-image] Jul 08 18:11:45.480 INFO O| Jul 08 18:11:45.480 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-07-08T18:11:46.283Z[ recovery-image] Jul 08 18:11:45.486 INFO O| Jul 08 18:11:45.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78402026-07-08T18:11:46.283Z[ recovery-image] Jul 08 18:11:45.486 INFO O| Jul 08 18:11:45.486 INFO STEP 827 (remove_files) COMPLETE
78412026-07-08T18:11:46.287Z[ recovery-image] Jul 08 18:11:45.486 INFO O| Jul 08 18:11:45.486 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-07-08T18:11:46.290Z[ recovery-image] Jul 08 18:11:45.493 INFO O| Jul 08 18:11:45.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78432026-07-08T18:11:46.290Z[ recovery-image] Jul 08 18:11:45.493 INFO O| Jul 08 18:11:45.493 INFO STEP 828 (remove_files) COMPLETE
78442026-07-08T18:11:46.290Z[ recovery-image] Jul 08 18:11:45.493 INFO O| Jul 08 18:11:45.493 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-07-08T18:11:46.294Z[ recovery-image] Jul 08 18:11:45.499 INFO O| Jul 08 18:11:45.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78462026-07-08T18:11:46.294Z[ recovery-image] Jul 08 18:11:45.499 INFO O| Jul 08 18:11:45.499 INFO STEP 829 (remove_files) COMPLETE
78472026-07-08T18:11:46.298Z[ recovery-image] Jul 08 18:11:45.499 INFO O| Jul 08 18:11:45.499 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-07-08T18:11:46.302Z[ recovery-image] Jul 08 18:11:45.506 INFO O| Jul 08 18:11:45.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78492026-07-08T18:11:46.302Z[ recovery-image] Jul 08 18:11:45.506 INFO O| Jul 08 18:11:45.506 INFO STEP 830 (remove_files) COMPLETE
78502026-07-08T18:11:46.302Z[ recovery-image] Jul 08 18:11:45.506 INFO O| Jul 08 18:11:45.506 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-07-08T18:11:46.308Z[ recovery-image] Jul 08 18:11:45.513 INFO O| Jul 08 18:11:45.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78522026-07-08T18:11:46.311Z[ recovery-image] Jul 08 18:11:45.514 INFO O| Jul 08 18:11:45.514 INFO STEP 831 (remove_files) COMPLETE
78532026-07-08T18:11:46.312Z[ recovery-image] Jul 08 18:11:45.514 INFO O| Jul 08 18:11:45.514 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-07-08T18:11:46.316Z[ recovery-image] Jul 08 18:11:45.521 INFO O| Jul 08 18:11:45.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78552026-07-08T18:11:46.318Z[ recovery-image] Jul 08 18:11:45.521 INFO O| Jul 08 18:11:45.521 INFO STEP 832 (remove_files) COMPLETE
78562026-07-08T18:11:46.318Z[ recovery-image] Jul 08 18:11:45.521 INFO O| Jul 08 18:11:45.521 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-07-08T18:11:46.322Z[ recovery-image] Jul 08 18:11:45.528 INFO O| Jul 08 18:11:45.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78582026-07-08T18:11:46.322Z[ recovery-image] Jul 08 18:11:45.528 INFO O| Jul 08 18:11:45.528 INFO STEP 833 (remove_files) COMPLETE
78592026-07-08T18:11:46.325Z[ recovery-image] Jul 08 18:11:45.528 INFO O| Jul 08 18:11:45.528 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-07-08T18:11:46.329Z[ recovery-image] Jul 08 18:11:45.535 INFO O| Jul 08 18:11:45.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78612026-07-08T18:11:46.329Z[ recovery-image] Jul 08 18:11:45.535 INFO O| Jul 08 18:11:45.535 INFO STEP 834 (remove_files) COMPLETE
78622026-07-08T18:11:46.329Z[ recovery-image] Jul 08 18:11:45.535 INFO O| Jul 08 18:11:45.535 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-07-08T18:11:46.336Z[ recovery-image] Jul 08 18:11:45.542 INFO O| Jul 08 18:11:45.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78642026-07-08T18:11:46.336Z[ recovery-image] Jul 08 18:11:45.542 INFO O| Jul 08 18:11:45.542 INFO STEP 835 (remove_files) COMPLETE
78652026-07-08T18:11:46.336Z[ recovery-image] Jul 08 18:11:45.542 INFO O| Jul 08 18:11:45.542 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-07-08T18:11:46.344Z[ recovery-image] Jul 08 18:11:45.549 INFO O| Jul 08 18:11:45.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78672026-07-08T18:11:46.344Z[ recovery-image] Jul 08 18:11:45.549 INFO O| Jul 08 18:11:45.549 INFO STEP 836 (remove_files) COMPLETE
78682026-07-08T18:11:46.347Z[ recovery-image] Jul 08 18:11:45.549 INFO O| Jul 08 18:11:45.549 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-07-08T18:11:46.350Z[ recovery-image] Jul 08 18:11:45.556 INFO O| Jul 08 18:11:45.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78702026-07-08T18:11:46.350Z[ recovery-image] Jul 08 18:11:45.556 INFO O| Jul 08 18:11:45.556 INFO STEP 837 (remove_files) COMPLETE
78712026-07-08T18:11:46.353Z[ recovery-image] Jul 08 18:11:45.556 INFO O| Jul 08 18:11:45.556 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-07-08T18:11:46.357Z[ recovery-image] Jul 08 18:11:45.562 INFO O| Jul 08 18:11:45.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78732026-07-08T18:11:46.357Z[ recovery-image] Jul 08 18:11:45.563 INFO O| Jul 08 18:11:45.562 INFO STEP 838 (remove_files) COMPLETE
78742026-07-08T18:11:46.357Z[ recovery-image] Jul 08 18:11:45.563 INFO O| Jul 08 18:11:45.563 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-07-08T18:11:46.363Z[ recovery-image] Jul 08 18:11:45.569 INFO O| Jul 08 18:11:45.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78762026-07-08T18:11:46.363Z[ recovery-image] Jul 08 18:11:45.569 INFO O| Jul 08 18:11:45.569 INFO STEP 839 (remove_files) COMPLETE
78772026-07-08T18:11:46.363Z[ recovery-image] Jul 08 18:11:45.569 INFO O| Jul 08 18:11:45.569 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-07-08T18:11:46.370Z[ recovery-image] Jul 08 18:11:45.576 INFO O| Jul 08 18:11:45.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78792026-07-08T18:11:46.370Z[ recovery-image] Jul 08 18:11:45.576 INFO O| Jul 08 18:11:45.576 INFO STEP 840 (remove_files) COMPLETE
78802026-07-08T18:11:46.373Z[ recovery-image] Jul 08 18:11:45.576 INFO O| Jul 08 18:11:45.576 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-07-08T18:11:46.377Z[ recovery-image] Jul 08 18:11:45.583 INFO O| Jul 08 18:11:45.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78822026-07-08T18:11:46.377Z[ recovery-image] Jul 08 18:11:45.583 INFO O| Jul 08 18:11:45.583 INFO STEP 841 (remove_files) COMPLETE
78832026-07-08T18:11:46.380Z[ recovery-image] Jul 08 18:11:45.583 INFO O| Jul 08 18:11:45.583 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-07-08T18:11:46.384Z[ recovery-image] Jul 08 18:11:45.589 INFO O| Jul 08 18:11:45.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78852026-07-08T18:11:46.384Z[ recovery-image] Jul 08 18:11:45.590 INFO O| Jul 08 18:11:45.589 INFO STEP 842 (remove_files) COMPLETE
78862026-07-08T18:11:46.384Z[ recovery-image] Jul 08 18:11:45.590 INFO O| Jul 08 18:11:45.590 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-07-08T18:11:46.391Z[ recovery-image] Jul 08 18:11:45.596 INFO O| Jul 08 18:11:45.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78882026-07-08T18:11:46.391Z[ recovery-image] Jul 08 18:11:45.597 INFO O| Jul 08 18:11:45.597 INFO STEP 843 (remove_files) COMPLETE
78892026-07-08T18:11:46.391Z[ recovery-image] Jul 08 18:11:45.597 INFO O| Jul 08 18:11:45.597 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-07-08T18:11:46.397Z[ recovery-image] Jul 08 18:11:45.603 INFO O| Jul 08 18:11:45.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78912026-07-08T18:11:46.397Z[ recovery-image] Jul 08 18:11:45.603 INFO O| Jul 08 18:11:45.603 INFO STEP 844 (remove_files) COMPLETE
78922026-07-08T18:11:46.397Z[ recovery-image] Jul 08 18:11:45.603 INFO O| Jul 08 18:11:45.603 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-07-08T18:11:46.403Z[ recovery-image] Jul 08 18:11:45.609 INFO O| Jul 08 18:11:45.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78942026-07-08T18:11:46.403Z[ recovery-image] Jul 08 18:11:45.609 INFO O| Jul 08 18:11:45.609 INFO STEP 845 (remove_files) COMPLETE
78952026-07-08T18:11:46.405Z[ recovery-image] Jul 08 18:11:45.609 INFO O| Jul 08 18:11:45.609 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-07-08T18:11:46.410Z[ recovery-image] Jul 08 18:11:45.614 INFO O| Jul 08 18:11:45.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78972026-07-08T18:11:46.410Z[ recovery-image] Jul 08 18:11:45.614 INFO O| Jul 08 18:11:45.614 INFO STEP 846 (remove_files) COMPLETE
78982026-07-08T18:11:46.410Z[ recovery-image] Jul 08 18:11:45.614 INFO O| Jul 08 18:11:45.614 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-07-08T18:11:46.416Z[ recovery-image] Jul 08 18:11:45.622 INFO O| Jul 08 18:11:45.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
79002026-07-08T18:11:46.418Z[ recovery-image] Jul 08 18:11:45.622 INFO O| Jul 08 18:11:45.622 INFO STEP 847 (remove_files) COMPLETE
79012026-07-08T18:11:46.418Z[ recovery-image] Jul 08 18:11:45.622 INFO O| Jul 08 18:11:45.622 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-07-08T18:11:46.421Z[ recovery-image] Jul 08 18:11:45.627 INFO O| Jul 08 18:11:45.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
79032026-07-08T18:11:46.421Z[ recovery-image] Jul 08 18:11:45.627 INFO O| Jul 08 18:11:45.627 INFO STEP 848 (remove_files) COMPLETE
79042026-07-08T18:11:46.424Z[ recovery-image] Jul 08 18:11:45.627 INFO O| Jul 08 18:11:45.627 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-07-08T18:11:46.427Z[ recovery-image] Jul 08 18:11:45.633 INFO O| Jul 08 18:11:45.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
79062026-07-08T18:11:46.427Z[ recovery-image] Jul 08 18:11:45.633 INFO O| Jul 08 18:11:45.633 INFO STEP 849 (remove_files) COMPLETE
79072026-07-08T18:11:46.427Z[ recovery-image] Jul 08 18:11:45.633 INFO O| Jul 08 18:11:45.633 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-07-08T18:11:46.433Z[ recovery-image] Jul 08 18:11:45.638 INFO O| Jul 08 18:11:45.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
79092026-07-08T18:11:46.433Z[ recovery-image] Jul 08 18:11:45.638 INFO O| Jul 08 18:11:45.638 INFO STEP 850 (remove_files) COMPLETE
79102026-07-08T18:11:46.436Z[ recovery-image] Jul 08 18:11:45.638 INFO O| Jul 08 18:11:45.638 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-07-08T18:11:46.442Z[ recovery-image] Jul 08 18:11:45.645 INFO O| Jul 08 18:11:45.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79122026-07-08T18:11:46.442Z[ recovery-image] Jul 08 18:11:45.645 INFO O| Jul 08 18:11:45.645 INFO STEP 851 (remove_files) COMPLETE
79132026-07-08T18:11:46.442Z[ recovery-image] Jul 08 18:11:45.645 INFO O| Jul 08 18:11:45.645 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-07-08T18:11:46.447Z[ recovery-image] Jul 08 18:11:45.652 INFO O| Jul 08 18:11:45.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79152026-07-08T18:11:46.447Z[ recovery-image] Jul 08 18:11:45.652 INFO O| Jul 08 18:11:45.652 INFO STEP 852 (remove_files) COMPLETE
79162026-07-08T18:11:46.449Z[ recovery-image] Jul 08 18:11:45.652 INFO O| Jul 08 18:11:45.652 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-07-08T18:11:46.453Z[ recovery-image] Jul 08 18:11:45.659 INFO O| Jul 08 18:11:45.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79182026-07-08T18:11:46.456Z[ recovery-image] Jul 08 18:11:45.659 INFO O| Jul 08 18:11:45.659 INFO STEP 853 (remove_files) COMPLETE
79192026-07-08T18:11:46.456Z[ recovery-image] Jul 08 18:11:45.659 INFO O| Jul 08 18:11:45.659 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-07-08T18:11:46.461Z[ recovery-image] Jul 08 18:11:45.666 INFO O| Jul 08 18:11:45.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79212026-07-08T18:11:46.461Z[ recovery-image] Jul 08 18:11:45.666 INFO O| Jul 08 18:11:45.666 INFO STEP 854 (remove_files) COMPLETE
79222026-07-08T18:11:46.461Z[ recovery-image] Jul 08 18:11:45.666 INFO O| Jul 08 18:11:45.666 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-07-08T18:11:46.466Z[ recovery-image] Jul 08 18:11:45.672 INFO O| Jul 08 18:11:45.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79242026-07-08T18:11:46.466Z[ recovery-image] Jul 08 18:11:45.672 INFO O| Jul 08 18:11:45.672 INFO STEP 855 (remove_files) COMPLETE
79252026-07-08T18:11:46.469Z[ recovery-image] Jul 08 18:11:45.672 INFO O| Jul 08 18:11:45.672 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-07-08T18:11:46.473Z[ recovery-image] Jul 08 18:11:45.678 INFO O| Jul 08 18:11:45.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79272026-07-08T18:11:46.473Z[ recovery-image] Jul 08 18:11:45.678 INFO O| Jul 08 18:11:45.678 INFO STEP 856 (remove_files) COMPLETE
79282026-07-08T18:11:46.473Z[ recovery-image] Jul 08 18:11:45.678 INFO O| Jul 08 18:11:45.678 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-07-08T18:11:46.478Z[ recovery-image] Jul 08 18:11:45.684 INFO O| Jul 08 18:11:45.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79302026-07-08T18:11:46.481Z[ recovery-image] Jul 08 18:11:45.684 INFO O| Jul 08 18:11:45.684 INFO STEP 857 (remove_files) COMPLETE
79312026-07-08T18:11:46.481Z[ recovery-image] Jul 08 18:11:45.684 INFO O| Jul 08 18:11:45.684 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-07-08T18:11:46.484Z[ recovery-image] Jul 08 18:11:45.689 INFO O| Jul 08 18:11:45.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79332026-07-08T18:11:46.484Z[ recovery-image] Jul 08 18:11:45.689 INFO O| Jul 08 18:11:45.689 INFO STEP 858 (remove_files) COMPLETE
79342026-07-08T18:11:46.484Z[ recovery-image] Jul 08 18:11:45.689 INFO O| Jul 08 18:11:45.689 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-07-08T18:11:46.489Z[ recovery-image] Jul 08 18:11:45.695 INFO O| Jul 08 18:11:45.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79362026-07-08T18:11:46.489Z[ recovery-image] Jul 08 18:11:45.695 INFO O| Jul 08 18:11:45.695 INFO STEP 859 (remove_files) COMPLETE
79372026-07-08T18:11:46.492Z[ recovery-image] Jul 08 18:11:45.695 INFO O| Jul 08 18:11:45.695 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-07-08T18:11:46.494Z[ recovery-image] Jul 08 18:11:45.700 INFO O| Jul 08 18:11:45.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79392026-07-08T18:11:46.494Z[ recovery-image] Jul 08 18:11:45.700 INFO O| Jul 08 18:11:45.700 INFO STEP 860 (remove_files) COMPLETE
79402026-07-08T18:11:46.494Z[ recovery-image] Jul 08 18:11:45.700 INFO O| Jul 08 18:11:45.700 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-07-08T18:11:46.499Z[ recovery-image] Jul 08 18:11:45.705 INFO O| Jul 08 18:11:45.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79422026-07-08T18:11:46.501Z[ recovery-image] Jul 08 18:11:45.705 INFO O| Jul 08 18:11:45.705 INFO STEP 861 (remove_files) COMPLETE
79432026-07-08T18:11:46.502Z[ recovery-image] Jul 08 18:11:45.705 INFO O| Jul 08 18:11:45.705 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-07-08T18:11:46.507Z[ recovery-image] Jul 08 18:11:45.713 INFO O| Jul 08 18:11:45.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79452026-07-08T18:11:46.511Z[ recovery-image] Jul 08 18:11:45.713 INFO O| Jul 08 18:11:45.713 INFO STEP 862 (remove_files) COMPLETE
79462026-07-08T18:11:46.511Z[ recovery-image] Jul 08 18:11:45.713 INFO O| Jul 08 18:11:45.713 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-07-08T18:11:46.515Z[ recovery-image] Jul 08 18:11:45.720 INFO O| Jul 08 18:11:45.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79482026-07-08T18:11:46.515Z[ recovery-image] Jul 08 18:11:45.721 INFO O| Jul 08 18:11:45.721 INFO STEP 863 (remove_files) COMPLETE
79492026-07-08T18:11:46.518Z[ recovery-image] Jul 08 18:11:45.721 INFO O| Jul 08 18:11:45.721 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-07-08T18:11:46.521Z[ recovery-image] Jul 08 18:11:45.727 INFO O| Jul 08 18:11:45.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79512026-07-08T18:11:46.524Z[ recovery-image] Jul 08 18:11:45.727 INFO O| Jul 08 18:11:45.727 INFO STEP 864 (remove_files) COMPLETE
79522026-07-08T18:11:46.524Z[ recovery-image] Jul 08 18:11:45.727 INFO O| Jul 08 18:11:45.727 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-07-08T18:11:46.528Z[ recovery-image] Jul 08 18:11:45.734 INFO O| Jul 08 18:11:45.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79542026-07-08T18:11:46.528Z[ recovery-image] Jul 08 18:11:45.734 INFO O| Jul 08 18:11:45.734 INFO STEP 865 (remove_files) COMPLETE
79552026-07-08T18:11:46.531Z[ recovery-image] Jul 08 18:11:45.734 INFO O| Jul 08 18:11:45.734 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-07-08T18:11:46.535Z[ recovery-image] Jul 08 18:11:45.741 INFO O| Jul 08 18:11:45.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79572026-07-08T18:11:46.538Z[ recovery-image] Jul 08 18:11:45.741 INFO O| Jul 08 18:11:45.741 INFO STEP 866 (remove_files) COMPLETE
79582026-07-08T18:11:46.538Z[ recovery-image] Jul 08 18:11:45.741 INFO O| Jul 08 18:11:45.741 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-07-08T18:11:46.541Z[ recovery-image] Jul 08 18:11:45.746 INFO O| Jul 08 18:11:45.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79602026-07-08T18:11:46.541Z[ recovery-image] Jul 08 18:11:45.746 INFO O| Jul 08 18:11:45.746 INFO STEP 867 (remove_files) COMPLETE
79612026-07-08T18:11:46.541Z[ recovery-image] Jul 08 18:11:45.746 INFO O| Jul 08 18:11:45.746 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-07-08T18:11:46.546Z[ recovery-image] Jul 08 18:11:45.751 INFO O| Jul 08 18:11:45.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79632026-07-08T18:11:46.546Z[ recovery-image] Jul 08 18:11:45.751 INFO O| Jul 08 18:11:45.751 INFO STEP 868 (remove_files) COMPLETE
79642026-07-08T18:11:46.548Z[ recovery-image] Jul 08 18:11:45.751 INFO O| Jul 08 18:11:45.751 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-07-08T18:11:46.551Z[ recovery-image] Jul 08 18:11:45.757 INFO O| Jul 08 18:11:45.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79662026-07-08T18:11:46.551Z[ recovery-image] Jul 08 18:11:45.757 INFO O| Jul 08 18:11:45.757 INFO STEP 869 (remove_files) COMPLETE
79672026-07-08T18:11:46.551Z[ recovery-image] Jul 08 18:11:45.757 INFO O| Jul 08 18:11:45.757 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-07-08T18:11:46.556Z[ recovery-image] Jul 08 18:11:45.762 INFO O| Jul 08 18:11:45.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79692026-07-08T18:11:46.556Z[ recovery-image] Jul 08 18:11:45.762 INFO O| Jul 08 18:11:45.762 INFO STEP 870 (remove_files) COMPLETE
79702026-07-08T18:11:46.556Z[ recovery-image] Jul 08 18:11:45.762 INFO O| Jul 08 18:11:45.762 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-07-08T18:11:46.565Z[ recovery-image] Jul 08 18:11:45.771 INFO O| Jul 08 18:11:45.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79722026-07-08T18:11:46.565Z[ recovery-image] Jul 08 18:11:45.771 INFO O| Jul 08 18:11:45.771 INFO STEP 871 (remove_files) COMPLETE
79732026-07-08T18:11:46.568Z[ recovery-image] Jul 08 18:11:45.771 INFO O| Jul 08 18:11:45.771 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-07-08T18:11:46.573Z[ recovery-image] Jul 08 18:11:45.778 INFO O| Jul 08 18:11:45.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79752026-07-08T18:11:46.573Z[ recovery-image] Jul 08 18:11:45.778 INFO O| Jul 08 18:11:45.778 INFO STEP 872 (remove_files) COMPLETE
79762026-07-08T18:11:46.576Z[ recovery-image] Jul 08 18:11:45.778 INFO O| Jul 08 18:11:45.778 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-07-08T18:11:46.579Z[ recovery-image] Jul 08 18:11:45.785 INFO O| Jul 08 18:11:45.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79782026-07-08T18:11:46.582Z[ recovery-image] Jul 08 18:11:45.785 INFO O| Jul 08 18:11:45.785 INFO STEP 873 (remove_files) COMPLETE
79792026-07-08T18:11:46.582Z[ recovery-image] Jul 08 18:11:45.785 INFO O| Jul 08 18:11:45.785 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-07-08T18:11:46.587Z[ recovery-image] Jul 08 18:11:45.793 INFO O| Jul 08 18:11:45.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79812026-07-08T18:11:46.589Z[ recovery-image] Jul 08 18:11:45.793 INFO O| Jul 08 18:11:45.793 INFO STEP 874 (remove_files) COMPLETE
79822026-07-08T18:11:46.589Z[ recovery-image] Jul 08 18:11:45.793 INFO O| Jul 08 18:11:45.793 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-07-08T18:11:46.594Z[ recovery-image] Jul 08 18:11:45.800 INFO O| Jul 08 18:11:45.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79842026-07-08T18:11:46.594Z[ recovery-image] Jul 08 18:11:45.800 INFO O| Jul 08 18:11:45.800 INFO STEP 875 (remove_files) COMPLETE
79852026-07-08T18:11:46.597Z[ recovery-image] Jul 08 18:11:45.800 INFO O| Jul 08 18:11:45.800 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-07-08T18:11:46.601Z[ recovery-image] Jul 08 18:11:45.807 INFO O| Jul 08 18:11:45.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79872026-07-08T18:11:46.601Z[ recovery-image] Jul 08 18:11:45.807 INFO O| Jul 08 18:11:45.807 INFO STEP 876 (remove_files) COMPLETE
79882026-07-08T18:11:46.601Z[ recovery-image] Jul 08 18:11:45.807 INFO O| Jul 08 18:11:45.807 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-07-08T18:11:46.608Z[ recovery-image] Jul 08 18:11:45.814 INFO O| Jul 08 18:11:45.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79902026-07-08T18:11:46.608Z[ recovery-image] Jul 08 18:11:45.814 INFO O| Jul 08 18:11:45.814 INFO STEP 877 (remove_files) COMPLETE
79912026-07-08T18:11:46.609Z[ recovery-image] Jul 08 18:11:45.814 INFO O| Jul 08 18:11:45.814 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-07-08T18:11:46.616Z[ recovery-image] Jul 08 18:11:45.821 INFO O| Jul 08 18:11:45.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79932026-07-08T18:11:46.619Z[ recovery-image] Jul 08 18:11:45.821 INFO O| Jul 08 18:11:45.821 INFO STEP 878 (remove_files) COMPLETE
79942026-07-08T18:11:46.620Z[ recovery-image] Jul 08 18:11:45.821 INFO O| Jul 08 18:11:45.821 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-07-08T18:11:46.623Z[ recovery-image] Jul 08 18:11:45.828 INFO O| Jul 08 18:11:45.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79962026-07-08T18:11:46.623Z[ recovery-image] Jul 08 18:11:45.828 INFO O| Jul 08 18:11:45.828 INFO STEP 879 (remove_files) COMPLETE
79972026-07-08T18:11:46.623Z[ recovery-image] Jul 08 18:11:45.828 INFO O| Jul 08 18:11:45.828 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-07-08T18:11:46.628Z[ recovery-image] Jul 08 18:11:45.834 INFO O| Jul 08 18:11:45.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79992026-07-08T18:11:46.631Z[ recovery-image] Jul 08 18:11:45.834 INFO O| Jul 08 18:11:45.834 INFO STEP 880 (remove_files) COMPLETE
80002026-07-08T18:11:46.631Z[ recovery-image] Jul 08 18:11:45.834 INFO O| Jul 08 18:11:45.834 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-07-08T18:11:46.635Z[ recovery-image] Jul 08 18:11:45.841 INFO O| Jul 08 18:11:45.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
80022026-07-08T18:11:46.635Z[ recovery-image] Jul 08 18:11:45.841 INFO O| Jul 08 18:11:45.841 INFO STEP 881 (remove_files) COMPLETE
80032026-07-08T18:11:46.635Z[ recovery-image] Jul 08 18:11:45.841 INFO O| Jul 08 18:11:45.841 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-07-08T18:11:46.641Z[ recovery-image] Jul 08 18:11:45.847 INFO O| Jul 08 18:11:45.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
80052026-07-08T18:11:46.641Z[ recovery-image] Jul 08 18:11:45.847 INFO O| Jul 08 18:11:45.847 INFO STEP 882 (remove_files) COMPLETE
80062026-07-08T18:11:46.641Z[ recovery-image] Jul 08 18:11:45.847 INFO O| Jul 08 18:11:45.847 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-07-08T18:11:46.647Z[ recovery-image] Jul 08 18:11:45.853 INFO O| Jul 08 18:11:45.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
80082026-07-08T18:11:46.650Z[ recovery-image] Jul 08 18:11:45.853 INFO O| Jul 08 18:11:45.853 INFO STEP 883 (remove_files) COMPLETE
80092026-07-08T18:11:46.651Z[ recovery-image] Jul 08 18:11:45.853 INFO O| Jul 08 18:11:45.853 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-07-08T18:11:46.654Z[ recovery-image] Jul 08 18:11:45.859 INFO O| Jul 08 18:11:45.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80112026-07-08T18:11:46.654Z[ recovery-image] Jul 08 18:11:45.859 INFO O| Jul 08 18:11:45.859 INFO STEP 884 (remove_files) COMPLETE
80122026-07-08T18:11:46.654Z[ recovery-image] Jul 08 18:11:45.859 INFO O| Jul 08 18:11:45.859 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-07-08T18:11:46.660Z[ recovery-image] Jul 08 18:11:45.866 INFO O| Jul 08 18:11:45.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80142026-07-08T18:11:46.660Z[ recovery-image] Jul 08 18:11:45.866 INFO O| Jul 08 18:11:45.866 INFO STEP 885 (remove_files) COMPLETE
80152026-07-08T18:11:46.660Z[ recovery-image] Jul 08 18:11:45.866 INFO O| Jul 08 18:11:45.866 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-07-08T18:11:46.666Z[ recovery-image] Jul 08 18:11:45.871 INFO O| Jul 08 18:11:45.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80172026-07-08T18:11:46.666Z[ recovery-image] Jul 08 18:11:45.871 INFO O| Jul 08 18:11:45.871 INFO STEP 886 (remove_files) COMPLETE
80182026-07-08T18:11:46.669Z[ recovery-image] Jul 08 18:11:45.871 INFO O| Jul 08 18:11:45.871 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-07-08T18:11:46.672Z[ recovery-image] Jul 08 18:11:45.877 INFO O| Jul 08 18:11:45.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80202026-07-08T18:11:46.672Z[ recovery-image] Jul 08 18:11:45.877 INFO O| Jul 08 18:11:45.877 INFO STEP 887 (remove_files) COMPLETE
80212026-07-08T18:11:46.672Z[ recovery-image] Jul 08 18:11:45.877 INFO O| Jul 08 18:11:45.877 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-07-08T18:11:46.677Z[ recovery-image] Jul 08 18:11:45.883 INFO O| Jul 08 18:11:45.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80232026-07-08T18:11:46.677Z[ recovery-image] Jul 08 18:11:45.883 INFO O| Jul 08 18:11:45.883 INFO STEP 888 (remove_files) COMPLETE
80242026-07-08T18:11:46.677Z[ recovery-image] Jul 08 18:11:45.883 INFO O| Jul 08 18:11:45.883 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-07-08T18:11:46.683Z[ recovery-image] Jul 08 18:11:45.889 INFO O| Jul 08 18:11:45.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80262026-07-08T18:11:46.683Z[ recovery-image] Jul 08 18:11:45.889 INFO O| Jul 08 18:11:45.889 INFO STEP 889 (remove_files) COMPLETE
80272026-07-08T18:11:46.686Z[ recovery-image] Jul 08 18:11:45.889 INFO O| Jul 08 18:11:45.889 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-07-08T18:11:46.690Z[ recovery-image] Jul 08 18:11:45.896 INFO O| Jul 08 18:11:45.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80292026-07-08T18:11:46.692Z[ recovery-image] Jul 08 18:11:45.896 INFO O| Jul 08 18:11:45.896 INFO STEP 890 (remove_files) COMPLETE
80302026-07-08T18:11:46.692Z[ recovery-image] Jul 08 18:11:45.896 INFO O| Jul 08 18:11:45.896 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-07-08T18:11:46.696Z[ recovery-image] Jul 08 18:11:45.902 INFO O| Jul 08 18:11:45.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80322026-07-08T18:11:46.696Z[ recovery-image] Jul 08 18:11:45.902 INFO O| Jul 08 18:11:45.902 INFO STEP 891 (remove_files) COMPLETE
80332026-07-08T18:11:46.700Z[ recovery-image] Jul 08 18:11:45.902 INFO O| Jul 08 18:11:45.902 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-07-08T18:11:46.707Z[ recovery-image] Jul 08 18:11:45.908 INFO O| Jul 08 18:11:45.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80352026-07-08T18:11:46.707Z[ recovery-image] Jul 08 18:11:45.908 INFO O| Jul 08 18:11:45.908 INFO STEP 892 (remove_files) COMPLETE
80362026-07-08T18:11:46.707Z[ recovery-image] Jul 08 18:11:45.908 INFO O| Jul 08 18:11:45.908 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-07-08T18:11:46.724Z[ recovery-image] Jul 08 18:11:45.913 INFO O| Jul 08 18:11:45.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80382026-07-08T18:11:46.724Z[ recovery-image] Jul 08 18:11:45.913 INFO O| Jul 08 18:11:45.913 INFO STEP 893 (remove_files) COMPLETE
80392026-07-08T18:11:46.725Z[ recovery-image] Jul 08 18:11:45.913 INFO O| Jul 08 18:11:45.913 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-07-08T18:11:46.725Z[ recovery-image] Jul 08 18:11:45.920 INFO O| Jul 08 18:11:45.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80412026-07-08T18:11:46.725Z[ recovery-image] Jul 08 18:11:45.920 INFO O| Jul 08 18:11:45.920 INFO STEP 894 (remove_files) COMPLETE
80422026-07-08T18:11:46.725Z[ recovery-image] Jul 08 18:11:45.920 INFO O| Jul 08 18:11:45.920 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-07-08T18:11:46.725Z[ recovery-image] Jul 08 18:11:45.927 INFO O| Jul 08 18:11:45.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80442026-07-08T18:11:46.725Z[ recovery-image] Jul 08 18:11:45.927 INFO O| Jul 08 18:11:45.927 INFO STEP 895 (remove_files) COMPLETE
80452026-07-08T18:11:46.725Z[ recovery-image] Jul 08 18:11:45.927 INFO O| Jul 08 18:11:45.927 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-07-08T18:11:46.747Z[ recovery-image] Jul 08 18:11:45.934 INFO O| Jul 08 18:11:45.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80472026-07-08T18:11:46.747Z[ recovery-image] Jul 08 18:11:45.934 INFO O| Jul 08 18:11:45.934 INFO STEP 896 (remove_files) COMPLETE
80482026-07-08T18:11:46.747Z[ recovery-image] Jul 08 18:11:45.934 INFO O| Jul 08 18:11:45.934 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-07-08T18:11:46.747Z[ recovery-image] Jul 08 18:11:45.940 INFO O| Jul 08 18:11:45.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80502026-07-08T18:11:46.747Z[ recovery-image] Jul 08 18:11:45.940 INFO O| Jul 08 18:11:45.940 INFO STEP 897 (remove_files) COMPLETE
80512026-07-08T18:11:46.747Z[ recovery-image] Jul 08 18:11:45.940 INFO O| Jul 08 18:11:45.940 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-07-08T18:11:46.768Z[ recovery-image] Jul 08 18:11:45.947 INFO O| Jul 08 18:11:45.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80532026-07-08T18:11:46.769Z[ recovery-image] Jul 08 18:11:45.947 INFO O| Jul 08 18:11:45.947 INFO STEP 898 (remove_files) COMPLETE
80542026-07-08T18:11:46.769Z[ recovery-image] Jul 08 18:11:45.947 INFO O| Jul 08 18:11:45.947 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-07-08T18:11:46.769Z[ recovery-image] Jul 08 18:11:45.954 INFO O| Jul 08 18:11:45.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80562026-07-08T18:11:46.769Z[ recovery-image] Jul 08 18:11:45.954 INFO O| Jul 08 18:11:45.954 INFO STEP 899 (remove_files) COMPLETE
80572026-07-08T18:11:46.769Z[ recovery-image] Jul 08 18:11:45.954 INFO O| Jul 08 18:11:45.954 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-07-08T18:11:46.769Z[ recovery-image] Jul 08 18:11:45.960 INFO O| Jul 08 18:11:45.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80592026-07-08T18:11:46.783Z[ recovery-image] Jul 08 18:11:45.960 INFO O| Jul 08 18:11:45.960 INFO STEP 900 (remove_files) COMPLETE
80602026-07-08T18:11:46.783Z[ recovery-image] Jul 08 18:11:45.960 INFO O| Jul 08 18:11:45.960 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-07-08T18:11:46.801Z[ recovery-image] Jul 08 18:11:45.966 INFO O| Jul 08 18:11:45.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80622026-07-08T18:11:46.801Z[ recovery-image] Jul 08 18:11:45.966 INFO O| Jul 08 18:11:45.966 INFO STEP 901 (remove_files) COMPLETE
80632026-07-08T18:11:46.802Z[ recovery-image] Jul 08 18:11:45.966 INFO O| Jul 08 18:11:45.966 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-07-08T18:11:46.802Z[ recovery-image] Jul 08 18:11:45.973 INFO O| Jul 08 18:11:45.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80652026-07-08T18:11:46.802Z[ recovery-image] Jul 08 18:11:45.973 INFO O| Jul 08 18:11:45.973 INFO STEP 902 (remove_files) COMPLETE
80662026-07-08T18:11:46.802Z[ recovery-image] Jul 08 18:11:45.973 INFO O| Jul 08 18:11:45.973 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-07-08T18:11:46.802Z[ recovery-image] Jul 08 18:11:45.979 INFO O| Jul 08 18:11:45.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80682026-07-08T18:11:46.802Z[ recovery-image] Jul 08 18:11:45.979 INFO O| Jul 08 18:11:45.979 INFO STEP 903 (remove_files) COMPLETE
80692026-07-08T18:11:46.802Z[ recovery-image] Jul 08 18:11:45.979 INFO O| Jul 08 18:11:45.979 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-07-08T18:11:46.802Z[ recovery-image] Jul 08 18:11:45.985 INFO O| Jul 08 18:11:45.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80712026-07-08T18:11:46.802Z[ recovery-image] Jul 08 18:11:45.985 INFO O| Jul 08 18:11:45.985 INFO STEP 904 (remove_files) COMPLETE
80722026-07-08T18:11:46.802Z[ recovery-image] Jul 08 18:11:45.985 INFO O| Jul 08 18:11:45.985 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-07-08T18:11:46.802Z[ recovery-image] Jul 08 18:11:45.990 INFO O| Jul 08 18:11:45.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80742026-07-08T18:11:46.802Z[ recovery-image] Jul 08 18:11:45.991 INFO O| Jul 08 18:11:45.990 INFO STEP 905 (remove_files) COMPLETE
80752026-07-08T18:11:46.802Z[ recovery-image] Jul 08 18:11:45.991 INFO O| Jul 08 18:11:45.990 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-07-08T18:11:46.803Z[ recovery-image] Jul 08 18:11:45.996 INFO O| Jul 08 18:11:45.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80772026-07-08T18:11:46.804Z[ recovery-image] Jul 08 18:11:45.996 INFO O| Jul 08 18:11:45.996 INFO STEP 906 (remove_files) COMPLETE
80782026-07-08T18:11:46.804Z[ recovery-image] Jul 08 18:11:45.996 INFO O| Jul 08 18:11:45.996 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-07-08T18:11:46.804Z[ recovery-image] Jul 08 18:11:46.003 INFO O| Jul 08 18:11:46.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80802026-07-08T18:11:46.804Z[ recovery-image] Jul 08 18:11:46.003 INFO O| Jul 08 18:11:46.003 INFO STEP 907 (remove_files) COMPLETE
80812026-07-08T18:11:46.804Z[ recovery-image] Jul 08 18:11:46.003 INFO O| Jul 08 18:11:46.003 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-07-08T18:11:46.809Z[ recovery-image] Jul 08 18:11:46.010 INFO O| Jul 08 18:11:46.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80832026-07-08T18:11:46.809Z[ recovery-image] Jul 08 18:11:46.010 INFO O| Jul 08 18:11:46.010 INFO STEP 908 (remove_files) COMPLETE
80842026-07-08T18:11:46.809Z[ recovery-image] Jul 08 18:11:46.010 INFO O| Jul 08 18:11:46.010 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-07-08T18:11:46.860Z[ recovery-image] Jul 08 18:11:46.017 INFO O| Jul 08 18:11:46.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80862026-07-08T18:11:46.861Z[ recovery-image] Jul 08 18:11:46.017 INFO O| Jul 08 18:11:46.017 INFO STEP 909 (remove_files) COMPLETE
80872026-07-08T18:11:46.861Z[ recovery-image] Jul 08 18:11:46.017 INFO O| Jul 08 18:11:46.017 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-07-08T18:11:46.861Z[ recovery-image] Jul 08 18:11:46.024 INFO O| Jul 08 18:11:46.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80892026-07-08T18:11:46.861Z[ recovery-image] Jul 08 18:11:46.024 INFO O| Jul 08 18:11:46.024 INFO STEP 910 (remove_files) COMPLETE
80902026-07-08T18:11:46.861Z[ recovery-image] Jul 08 18:11:46.024 INFO O| Jul 08 18:11:46.024 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-07-08T18:11:46.861Z[ recovery-image] Jul 08 18:11:46.032 INFO O| Jul 08 18:11:46.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80922026-07-08T18:11:46.861Z[ recovery-image] Jul 08 18:11:46.032 INFO O| Jul 08 18:11:46.032 INFO STEP 911 (remove_files) COMPLETE
80932026-07-08T18:11:46.861Z[ recovery-image] Jul 08 18:11:46.032 INFO O| Jul 08 18:11:46.032 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-07-08T18:11:46.861Z[ recovery-image] Jul 08 18:11:46.037 INFO O| Jul 08 18:11:46.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80952026-07-08T18:11:46.861Z[ recovery-image] Jul 08 18:11:46.037 INFO O| Jul 08 18:11:46.037 INFO STEP 912 (remove_files) COMPLETE
80962026-07-08T18:11:46.861Z[ recovery-image] Jul 08 18:11:46.037 INFO O| Jul 08 18:11:46.037 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-07-08T18:11:46.861Z[ recovery-image] Jul 08 18:11:46.044 INFO O| Jul 08 18:11:46.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80982026-07-08T18:11:46.861Z[ recovery-image] Jul 08 18:11:46.044 INFO O| Jul 08 18:11:46.044 INFO STEP 913 (remove_files) COMPLETE
80992026-07-08T18:11:46.861Z[ recovery-image] Jul 08 18:11:46.044 INFO O| Jul 08 18:11:46.044 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-07-08T18:11:46.861Z[ recovery-image] Jul 08 18:11:46.049 INFO O| Jul 08 18:11:46.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
81012026-07-08T18:11:46.861Z[ recovery-image] Jul 08 18:11:46.049 INFO O| Jul 08 18:11:46.049 INFO STEP 914 (remove_files) COMPLETE
81022026-07-08T18:11:46.861Z[ recovery-image] Jul 08 18:11:46.049 INFO O| Jul 08 18:11:46.049 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-07-08T18:11:46.861Z[ recovery-image] Jul 08 18:11:46.055 INFO O| Jul 08 18:11:46.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
81042026-07-08T18:11:46.862Z[ recovery-image] Jul 08 18:11:46.055 INFO O| Jul 08 18:11:46.055 INFO STEP 915 (remove_files) COMPLETE
81052026-07-08T18:11:46.862Z[ recovery-image] Jul 08 18:11:46.055 INFO O| Jul 08 18:11:46.055 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-07-08T18:11:46.862Z[ recovery-image] Jul 08 18:11:46.060 INFO O| Jul 08 18:11:46.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
81072026-07-08T18:11:46.862Z[ recovery-image] Jul 08 18:11:46.060 INFO O| Jul 08 18:11:46.060 INFO STEP 916 (remove_files) COMPLETE
81082026-07-08T18:11:46.862Z[ recovery-image] Jul 08 18:11:46.060 INFO O| Jul 08 18:11:46.060 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-07-08T18:11:46.866Z[ recovery-image] Jul 08 18:11:46.065 INFO O| Jul 08 18:11:46.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
81102026-07-08T18:11:46.866Z[ recovery-image] Jul 08 18:11:46.065 INFO O| Jul 08 18:11:46.065 INFO STEP 917 (remove_files) COMPLETE
81112026-07-08T18:11:46.866Z[ recovery-image] Jul 08 18:11:46.065 INFO O| Jul 08 18:11:46.065 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-07-08T18:11:46.866Z[ recovery-image] Jul 08 18:11:46.071 INFO O| Jul 08 18:11:46.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
81132026-07-08T18:11:46.866Z[ recovery-image] Jul 08 18:11:46.071 INFO O| Jul 08 18:11:46.071 INFO STEP 918 (remove_files) COMPLETE
81142026-07-08T18:11:46.866Z[ recovery-image] Jul 08 18:11:46.071 INFO O| Jul 08 18:11:46.071 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-07-08T18:11:46.871Z[ recovery-image] Jul 08 18:11:46.077 INFO O| Jul 08 18:11:46.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81162026-07-08T18:11:46.871Z[ recovery-image] Jul 08 18:11:46.077 INFO O| Jul 08 18:11:46.077 INFO STEP 919 (remove_files) COMPLETE
81172026-07-08T18:11:46.871Z[ recovery-image] Jul 08 18:11:46.077 INFO O| Jul 08 18:11:46.077 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-07-08T18:11:46.877Z[ recovery-image] Jul 08 18:11:46.082 INFO O| Jul 08 18:11:46.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81192026-07-08T18:11:46.877Z[ recovery-image] Jul 08 18:11:46.082 INFO O| Jul 08 18:11:46.082 INFO STEP 920 (remove_files) COMPLETE
81202026-07-08T18:11:46.877Z[ recovery-image] Jul 08 18:11:46.082 INFO O| Jul 08 18:11:46.082 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-07-08T18:11:46.882Z[ recovery-image] Jul 08 18:11:46.088 INFO O| Jul 08 18:11:46.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81222026-07-08T18:11:46.882Z[ recovery-image] Jul 08 18:11:46.088 INFO O| Jul 08 18:11:46.088 INFO STEP 921 (remove_files) COMPLETE
81232026-07-08T18:11:46.882Z[ recovery-image] Jul 08 18:11:46.088 INFO O| Jul 08 18:11:46.088 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-07-08T18:11:46.887Z[ recovery-image] Jul 08 18:11:46.093 INFO O| Jul 08 18:11:46.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81252026-07-08T18:11:46.887Z[ recovery-image] Jul 08 18:11:46.093 INFO O| Jul 08 18:11:46.093 INFO STEP 922 (remove_files) COMPLETE
81262026-07-08T18:11:46.887Z[ recovery-image] Jul 08 18:11:46.093 INFO O| Jul 08 18:11:46.093 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-07-08T18:11:46.894Z[ recovery-image] Jul 08 18:11:46.100 INFO O| Jul 08 18:11:46.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81282026-07-08T18:11:46.894Z[ recovery-image] Jul 08 18:11:46.100 INFO O| Jul 08 18:11:46.100 INFO STEP 923 (remove_files) COMPLETE
81292026-07-08T18:11:46.894Z[ recovery-image] Jul 08 18:11:46.100 INFO O| Jul 08 18:11:46.100 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-07-08T18:11:46.900Z[ recovery-image] Jul 08 18:11:46.106 INFO O| Jul 08 18:11:46.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81312026-07-08T18:11:46.900Z[ recovery-image] Jul 08 18:11:46.106 INFO O| Jul 08 18:11:46.106 INFO STEP 924 (remove_files) COMPLETE
81322026-07-08T18:11:46.904Z[ recovery-image] Jul 08 18:11:46.106 INFO O| Jul 08 18:11:46.106 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-07-08T18:11:46.907Z[ recovery-image] Jul 08 18:11:46.112 INFO O| Jul 08 18:11:46.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81342026-07-08T18:11:46.907Z[ recovery-image] Jul 08 18:11:46.112 INFO O| Jul 08 18:11:46.112 INFO STEP 925 (remove_files) COMPLETE
81352026-07-08T18:11:46.907Z[ recovery-image] Jul 08 18:11:46.112 INFO O| Jul 08 18:11:46.112 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-07-08T18:11:46.913Z[ recovery-image] Jul 08 18:11:46.118 INFO O| Jul 08 18:11:46.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81372026-07-08T18:11:46.913Z[ recovery-image] Jul 08 18:11:46.118 INFO O| Jul 08 18:11:46.118 INFO STEP 926 (remove_files) COMPLETE
81382026-07-08T18:11:46.916Z[ recovery-image] Jul 08 18:11:46.118 INFO O| Jul 08 18:11:46.118 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-07-08T18:11:46.918Z[ recovery-image] Jul 08 18:11:46.123 INFO O| Jul 08 18:11:46.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81402026-07-08T18:11:46.919Z[ recovery-image] Jul 08 18:11:46.123 INFO O| Jul 08 18:11:46.123 INFO STEP 927 (remove_files) COMPLETE
81412026-07-08T18:11:46.919Z[ recovery-image] Jul 08 18:11:46.123 INFO O| Jul 08 18:11:46.123 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-07-08T18:11:46.923Z[ recovery-image] Jul 08 18:11:46.129 INFO O| Jul 08 18:11:46.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81432026-07-08T18:11:46.923Z[ recovery-image] Jul 08 18:11:46.129 INFO O| Jul 08 18:11:46.129 INFO STEP 928 (remove_files) COMPLETE
81442026-07-08T18:11:46.923Z[ recovery-image] Jul 08 18:11:46.129 INFO O| Jul 08 18:11:46.129 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-07-08T18:11:46.928Z[ recovery-image] Jul 08 18:11:46.134 INFO O| Jul 08 18:11:46.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81462026-07-08T18:11:46.928Z[ recovery-image] Jul 08 18:11:46.134 INFO O| Jul 08 18:11:46.134 INFO STEP 929 (remove_files) COMPLETE
81472026-07-08T18:11:46.931Z[ recovery-image] Jul 08 18:11:46.134 INFO O| Jul 08 18:11:46.134 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-07-08T18:11:46.934Z[ recovery-image] Jul 08 18:11:46.140 INFO O| Jul 08 18:11:46.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81492026-07-08T18:11:46.934Z[ recovery-image] Jul 08 18:11:46.140 INFO O| Jul 08 18:11:46.140 INFO STEP 930 (remove_files) COMPLETE
81502026-07-08T18:11:46.936Z[ recovery-image] Jul 08 18:11:46.140 INFO O| Jul 08 18:11:46.140 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-07-08T18:11:46.943Z[ recovery-image] Jul 08 18:11:46.145 INFO O| Jul 08 18:11:46.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81522026-07-08T18:11:46.943Z[ recovery-image] Jul 08 18:11:46.145 INFO O| Jul 08 18:11:46.145 INFO STEP 931 (remove_files) COMPLETE
81532026-07-08T18:11:46.943Z[ recovery-image] Jul 08 18:11:46.145 INFO O| Jul 08 18:11:46.145 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-07-08T18:11:46.946Z[ recovery-image] Jul 08 18:11:46.151 INFO O| Jul 08 18:11:46.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81552026-07-08T18:11:46.946Z[ recovery-image] Jul 08 18:11:46.151 INFO O| Jul 08 18:11:46.151 INFO STEP 932 (remove_files) COMPLETE
81562026-07-08T18:11:46.946Z[ recovery-image] Jul 08 18:11:46.151 INFO O| Jul 08 18:11:46.151 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-07-08T18:11:46.953Z[ recovery-image] Jul 08 18:11:46.159 INFO O| Jul 08 18:11:46.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81582026-07-08T18:11:46.953Z[ recovery-image] Jul 08 18:11:46.159 INFO O| Jul 08 18:11:46.159 INFO STEP 933 (remove_files) COMPLETE
81592026-07-08T18:11:46.953Z[ recovery-image] Jul 08 18:11:46.159 INFO O| Jul 08 18:11:46.159 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-07-08T18:11:46.959Z[ recovery-image] Jul 08 18:11:46.165 INFO O| Jul 08 18:11:46.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81612026-07-08T18:11:46.959Z[ recovery-image] Jul 08 18:11:46.165 INFO O| Jul 08 18:11:46.165 INFO STEP 934 (remove_files) COMPLETE
81622026-07-08T18:11:46.963Z[ recovery-image] Jul 08 18:11:46.165 INFO O| Jul 08 18:11:46.165 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-07-08T18:11:46.966Z[ recovery-image] Jul 08 18:11:46.171 INFO O| Jul 08 18:11:46.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81642026-07-08T18:11:46.966Z[ recovery-image] Jul 08 18:11:46.171 INFO O| Jul 08 18:11:46.171 INFO STEP 935 (remove_files) COMPLETE
81652026-07-08T18:11:46.966Z[ recovery-image] Jul 08 18:11:46.171 INFO O| Jul 08 18:11:46.171 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-07-08T18:11:46.970Z[ recovery-image] Jul 08 18:11:46.176 INFO O| Jul 08 18:11:46.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81672026-07-08T18:11:46.971Z[ recovery-image] Jul 08 18:11:46.176 INFO O| Jul 08 18:11:46.176 INFO STEP 936 (remove_files) COMPLETE
81682026-07-08T18:11:46.974Z[ recovery-image] Jul 08 18:11:46.176 INFO O| Jul 08 18:11:46.176 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-07-08T18:11:46.977Z[ recovery-image] Jul 08 18:11:46.181 INFO O| Jul 08 18:11:46.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81702026-07-08T18:11:46.977Z[ recovery-image] Jul 08 18:11:46.181 INFO O| Jul 08 18:11:46.181 INFO STEP 937 (remove_files) COMPLETE
81712026-07-08T18:11:46.977Z[ recovery-image] Jul 08 18:11:46.181 INFO O| Jul 08 18:11:46.181 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-07-08T18:11:46.981Z[ recovery-image] Jul 08 18:11:46.187 INFO O| Jul 08 18:11:46.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81732026-07-08T18:11:46.981Z[ recovery-image] Jul 08 18:11:46.187 INFO O| Jul 08 18:11:46.187 INFO STEP 938 (remove_files) COMPLETE
81742026-07-08T18:11:46.981Z[ recovery-image] Jul 08 18:11:46.187 INFO O| Jul 08 18:11:46.187 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-07-08T18:11:46.986Z[ recovery-image] Jul 08 18:11:46.192 INFO O| Jul 08 18:11:46.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81762026-07-08T18:11:46.986Z[ recovery-image] Jul 08 18:11:46.192 INFO O| Jul 08 18:11:46.192 INFO STEP 939 (remove_files) COMPLETE
81772026-07-08T18:11:46.989Z[ recovery-image] Jul 08 18:11:46.192 INFO O| Jul 08 18:11:46.192 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-07-08T18:11:46.992Z[ recovery-image] Jul 08 18:11:46.198 INFO O| Jul 08 18:11:46.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81792026-07-08T18:11:46.992Z[ recovery-image] Jul 08 18:11:46.198 INFO O| Jul 08 18:11:46.198 INFO STEP 940 (remove_files) COMPLETE
81802026-07-08T18:11:46.992Z[ recovery-image] Jul 08 18:11:46.198 INFO O| Jul 08 18:11:46.198 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-07-08T18:11:46.999Z[ recovery-image] Jul 08 18:11:46.204 INFO O| Jul 08 18:11:46.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81822026-07-08T18:11:46.999Z[ recovery-image] Jul 08 18:11:46.204 INFO O| Jul 08 18:11:46.204 INFO STEP 941 (remove_files) COMPLETE
81832026-07-08T18:11:46.999Z[ recovery-image] Jul 08 18:11:46.204 INFO O| Jul 08 18:11:46.204 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-07-08T18:11:47.005Z[ recovery-image] Jul 08 18:11:46.211 INFO O| Jul 08 18:11:46.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81852026-07-08T18:11:47.008Z[ recovery-image] Jul 08 18:11:46.211 INFO O| Jul 08 18:11:46.211 INFO STEP 942 (remove_files) COMPLETE
81862026-07-08T18:11:47.008Z[ recovery-image] Jul 08 18:11:46.211 INFO O| Jul 08 18:11:46.211 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-07-08T18:11:47.012Z[ recovery-image] Jul 08 18:11:46.218 INFO O| Jul 08 18:11:46.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81882026-07-08T18:11:47.015Z[ recovery-image] Jul 08 18:11:46.218 INFO O| Jul 08 18:11:46.218 INFO STEP 943 (remove_files) COMPLETE
81892026-07-08T18:11:47.015Z[ recovery-image] Jul 08 18:11:46.218 INFO O| Jul 08 18:11:46.218 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-07-08T18:11:47.019Z[ recovery-image] Jul 08 18:11:46.224 INFO O| Jul 08 18:11:46.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81912026-07-08T18:11:47.022Z[ recovery-image] Jul 08 18:11:46.224 INFO O| Jul 08 18:11:46.224 INFO STEP 944 (remove_files) COMPLETE
81922026-07-08T18:11:47.022Z[ recovery-image] Jul 08 18:11:46.224 INFO O| Jul 08 18:11:46.224 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-07-08T18:11:47.025Z[ recovery-image] Jul 08 18:11:46.231 INFO O| Jul 08 18:11:46.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81942026-07-08T18:11:47.025Z[ recovery-image] Jul 08 18:11:46.231 INFO O| Jul 08 18:11:46.231 INFO STEP 945 (remove_files) COMPLETE
81952026-07-08T18:11:47.025Z[ recovery-image] Jul 08 18:11:46.231 INFO O| Jul 08 18:11:46.231 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-07-08T18:11:47.030Z[ recovery-image] Jul 08 18:11:46.236 INFO O| Jul 08 18:11:46.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81972026-07-08T18:11:47.030Z[ recovery-image] Jul 08 18:11:46.236 INFO O| Jul 08 18:11:46.236 INFO STEP 946 (remove_files) COMPLETE
81982026-07-08T18:11:47.033Z[ recovery-image] Jul 08 18:11:46.236 INFO O| Jul 08 18:11:46.236 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-07-08T18:11:47.036Z[ recovery-image] Jul 08 18:11:46.242 INFO O| Jul 08 18:11:46.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
82002026-07-08T18:11:47.036Z[ recovery-image] Jul 08 18:11:46.242 INFO O| Jul 08 18:11:46.242 INFO STEP 947 (remove_files) COMPLETE
82012026-07-08T18:11:47.036Z[ recovery-image] Jul 08 18:11:46.242 INFO O| Jul 08 18:11:46.242 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-07-08T18:11:47.043Z[ recovery-image] Jul 08 18:11:46.249 INFO O| Jul 08 18:11:46.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
82032026-07-08T18:11:47.046Z[ recovery-image] Jul 08 18:11:46.250 INFO O| Jul 08 18:11:46.250 INFO STEP 948 (remove_files) COMPLETE
82042026-07-08T18:11:47.046Z[ recovery-image] Jul 08 18:11:46.250 INFO O| Jul 08 18:11:46.250 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-07-08T18:11:47.049Z[ recovery-image] Jul 08 18:11:46.255 INFO O| Jul 08 18:11:46.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
82062026-07-08T18:11:47.052Z[ recovery-image] Jul 08 18:11:46.256 INFO O| Jul 08 18:11:46.256 INFO STEP 949 (remove_files) COMPLETE
82072026-07-08T18:11:47.052Z[ recovery-image] Jul 08 18:11:46.256 INFO O| Jul 08 18:11:46.256 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-07-08T18:11:47.056Z[ recovery-image] Jul 08 18:11:46.262 INFO O| Jul 08 18:11:46.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
82092026-07-08T18:11:47.056Z[ recovery-image] Jul 08 18:11:46.262 INFO O| Jul 08 18:11:46.262 INFO STEP 950 (remove_files) COMPLETE
82102026-07-08T18:11:47.056Z[ recovery-image] Jul 08 18:11:46.262 INFO O| Jul 08 18:11:46.262 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-07-08T18:11:47.062Z[ recovery-image] Jul 08 18:11:46.268 INFO O| Jul 08 18:11:46.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
82122026-07-08T18:11:47.062Z[ recovery-image] Jul 08 18:11:46.268 INFO O| Jul 08 18:11:46.268 INFO STEP 951 (remove_files) COMPLETE
82132026-07-08T18:11:47.065Z[ recovery-image] Jul 08 18:11:46.268 INFO O| Jul 08 18:11:46.268 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-07-08T18:11:47.068Z[ recovery-image] Jul 08 18:11:46.274 INFO O| Jul 08 18:11:46.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82152026-07-08T18:11:47.068Z[ recovery-image] Jul 08 18:11:46.274 INFO O| Jul 08 18:11:46.274 INFO STEP 952 (remove_files) COMPLETE
82162026-07-08T18:11:47.068Z[ recovery-image] Jul 08 18:11:46.274 INFO O| Jul 08 18:11:46.274 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-07-08T18:11:47.074Z[ recovery-image] Jul 08 18:11:46.280 INFO O| Jul 08 18:11:46.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82182026-07-08T18:11:47.074Z[ recovery-image] Jul 08 18:11:46.280 INFO O| Jul 08 18:11:46.280 INFO STEP 953 (remove_files) COMPLETE
82192026-07-08T18:11:47.077Z[ recovery-image] Jul 08 18:11:46.280 INFO O| Jul 08 18:11:46.280 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-07-08T18:11:47.080Z[ recovery-image] Jul 08 18:11:46.286 INFO O| Jul 08 18:11:46.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82212026-07-08T18:11:47.080Z[ recovery-image] Jul 08 18:11:46.286 INFO O| Jul 08 18:11:46.286 INFO STEP 954 (remove_files) COMPLETE
82222026-07-08T18:11:47.080Z[ recovery-image] Jul 08 18:11:46.286 INFO O| Jul 08 18:11:46.286 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-07-08T18:11:47.086Z[ recovery-image] Jul 08 18:11:46.292 INFO O| Jul 08 18:11:46.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82242026-07-08T18:11:47.086Z[ recovery-image] Jul 08 18:11:46.292 INFO O| Jul 08 18:11:46.292 INFO STEP 955 (remove_files) COMPLETE
82252026-07-08T18:11:47.089Z[ recovery-image] Jul 08 18:11:46.292 INFO O| Jul 08 18:11:46.292 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-07-08T18:11:47.092Z[ recovery-image] Jul 08 18:11:46.298 INFO O| Jul 08 18:11:46.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82272026-07-08T18:11:47.092Z[ recovery-image] Jul 08 18:11:46.298 INFO O| Jul 08 18:11:46.298 INFO STEP 956 (remove_files) COMPLETE
82282026-07-08T18:11:47.095Z[ recovery-image] Jul 08 18:11:46.298 INFO O| Jul 08 18:11:46.298 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-07-08T18:11:47.098Z[ recovery-image] Jul 08 18:11:46.303 INFO O| Jul 08 18:11:46.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82302026-07-08T18:11:47.100Z[ recovery-image] Jul 08 18:11:46.303 INFO O| Jul 08 18:11:46.303 INFO STEP 957 (remove_files) COMPLETE
82312026-07-08T18:11:47.101Z[ recovery-image] Jul 08 18:11:46.303 INFO O| Jul 08 18:11:46.303 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-07-08T18:11:47.103Z[ recovery-image] Jul 08 18:11:46.309 INFO O| Jul 08 18:11:46.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82332026-07-08T18:11:47.106Z[ recovery-image] Jul 08 18:11:46.309 INFO O| Jul 08 18:11:46.309 INFO STEP 958 (remove_files) COMPLETE
82342026-07-08T18:11:47.106Z[ recovery-image] Jul 08 18:11:46.309 INFO O| Jul 08 18:11:46.309 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-07-08T18:11:47.110Z[ recovery-image] Jul 08 18:11:46.315 INFO O| Jul 08 18:11:46.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82362026-07-08T18:11:47.110Z[ recovery-image] Jul 08 18:11:46.315 INFO O| Jul 08 18:11:46.315 INFO STEP 959 (remove_files) COMPLETE
82372026-07-08T18:11:47.110Z[ recovery-image] Jul 08 18:11:46.315 INFO O| Jul 08 18:11:46.315 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-07-08T18:11:47.115Z[ recovery-image] Jul 08 18:11:46.321 INFO O| Jul 08 18:11:46.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82392026-07-08T18:11:47.116Z[ recovery-image] Jul 08 18:11:46.321 INFO O| Jul 08 18:11:46.321 INFO STEP 960 (remove_files) COMPLETE
82402026-07-08T18:11:47.116Z[ recovery-image] Jul 08 18:11:46.321 INFO O| Jul 08 18:11:46.321 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-07-08T18:11:47.121Z[ recovery-image] Jul 08 18:11:46.327 INFO O| Jul 08 18:11:46.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82422026-07-08T18:11:47.121Z[ recovery-image] Jul 08 18:11:46.327 INFO O| Jul 08 18:11:46.327 INFO STEP 961 (remove_files) COMPLETE
82432026-07-08T18:11:47.125Z[ recovery-image] Jul 08 18:11:46.327 INFO O| Jul 08 18:11:46.327 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-07-08T18:11:47.130Z[ recovery-image] Jul 08 18:11:46.333 INFO O| Jul 08 18:11:46.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82452026-07-08T18:11:47.130Z[ recovery-image] Jul 08 18:11:46.333 INFO O| Jul 08 18:11:46.333 INFO STEP 962 (remove_files) COMPLETE
82462026-07-08T18:11:47.130Z[ recovery-image] Jul 08 18:11:46.333 INFO O| Jul 08 18:11:46.333 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-07-08T18:11:47.136Z[ recovery-image] Jul 08 18:11:46.339 INFO O| Jul 08 18:11:46.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82482026-07-08T18:11:47.136Z[ recovery-image] Jul 08 18:11:46.339 INFO O| Jul 08 18:11:46.339 INFO STEP 963 (remove_files) COMPLETE
82492026-07-08T18:11:47.136Z[ recovery-image] Jul 08 18:11:46.339 INFO O| Jul 08 18:11:46.339 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-07-08T18:11:47.141Z[ recovery-image] Jul 08 18:11:46.346 INFO O| Jul 08 18:11:46.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82512026-07-08T18:11:47.141Z[ recovery-image] Jul 08 18:11:46.346 INFO O| Jul 08 18:11:46.346 INFO STEP 964 (remove_files) COMPLETE
82522026-07-08T18:11:47.141Z[ recovery-image] Jul 08 18:11:46.346 INFO O| Jul 08 18:11:46.346 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-07-08T18:11:47.145Z[ recovery-image] Jul 08 18:11:46.351 INFO O| Jul 08 18:11:46.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82542026-07-08T18:11:47.146Z[ recovery-image] Jul 08 18:11:46.351 INFO O| Jul 08 18:11:46.351 INFO STEP 965 (remove_files) COMPLETE
82552026-07-08T18:11:47.146Z[ recovery-image] Jul 08 18:11:46.351 INFO O| Jul 08 18:11:46.351 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-07-08T18:11:47.151Z[ recovery-image] Jul 08 18:11:46.357 INFO O| Jul 08 18:11:46.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82572026-07-08T18:11:47.151Z[ recovery-image] Jul 08 18:11:46.357 INFO O| Jul 08 18:11:46.357 INFO STEP 966 (remove_files) COMPLETE
82582026-07-08T18:11:47.151Z[ recovery-image] Jul 08 18:11:46.357 INFO O| Jul 08 18:11:46.357 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-07-08T18:11:47.157Z[ recovery-image] Jul 08 18:11:46.363 INFO O| Jul 08 18:11:46.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82602026-07-08T18:11:47.160Z[ recovery-image] Jul 08 18:11:46.363 INFO O| Jul 08 18:11:46.363 INFO STEP 967 (remove_files) COMPLETE
82612026-07-08T18:11:47.160Z[ recovery-image] Jul 08 18:11:46.363 INFO O| Jul 08 18:11:46.363 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-07-08T18:11:47.165Z[ recovery-image] Jul 08 18:11:46.369 INFO O| Jul 08 18:11:46.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82632026-07-08T18:11:47.165Z[ recovery-image] Jul 08 18:11:46.369 INFO O| Jul 08 18:11:46.369 INFO STEP 968 (remove_files) COMPLETE
82642026-07-08T18:11:47.168Z[ recovery-image] Jul 08 18:11:46.369 INFO O| Jul 08 18:11:46.369 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-07-08T18:11:47.171Z[ recovery-image] Jul 08 18:11:46.375 INFO O| Jul 08 18:11:46.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82662026-07-08T18:11:47.171Z[ recovery-image] Jul 08 18:11:46.375 INFO O| Jul 08 18:11:46.375 INFO STEP 969 (remove_files) COMPLETE
82672026-07-08T18:11:47.171Z[ recovery-image] Jul 08 18:11:46.376 INFO O| Jul 08 18:11:46.375 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-07-08T18:11:47.176Z[ recovery-image] Jul 08 18:11:46.381 INFO O| Jul 08 18:11:46.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82692026-07-08T18:11:47.177Z[ recovery-image] Jul 08 18:11:46.381 INFO O| Jul 08 18:11:46.381 INFO STEP 970 (remove_files) COMPLETE
82702026-07-08T18:11:47.177Z[ recovery-image] Jul 08 18:11:46.381 INFO O| Jul 08 18:11:46.381 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-07-08T18:11:47.181Z[ recovery-image] Jul 08 18:11:46.387 INFO O| Jul 08 18:11:46.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82722026-07-08T18:11:47.181Z[ recovery-image] Jul 08 18:11:46.387 INFO O| Jul 08 18:11:46.387 INFO STEP 971 (remove_files) COMPLETE
82732026-07-08T18:11:47.181Z[ recovery-image] Jul 08 18:11:46.387 INFO O| Jul 08 18:11:46.387 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-07-08T18:11:47.186Z[ recovery-image] Jul 08 18:11:46.392 INFO O| Jul 08 18:11:46.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82752026-07-08T18:11:47.187Z[ recovery-image] Jul 08 18:11:46.392 INFO O| Jul 08 18:11:46.392 INFO STEP 972 (remove_files) COMPLETE
82762026-07-08T18:11:47.189Z[ recovery-image] Jul 08 18:11:46.392 INFO O| Jul 08 18:11:46.392 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-07-08T18:11:47.193Z[ recovery-image] Jul 08 18:11:46.399 INFO O| Jul 08 18:11:46.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82782026-07-08T18:11:47.193Z[ recovery-image] Jul 08 18:11:46.399 INFO O| Jul 08 18:11:46.399 INFO STEP 973 (remove_files) COMPLETE
82792026-07-08T18:11:47.193Z[ recovery-image] Jul 08 18:11:46.399 INFO O| Jul 08 18:11:46.399 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-07-08T18:11:47.199Z[ recovery-image] Jul 08 18:11:46.405 INFO O| Jul 08 18:11:46.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82812026-07-08T18:11:47.199Z[ recovery-image] Jul 08 18:11:46.405 INFO O| Jul 08 18:11:46.405 INFO STEP 974 (remove_files) COMPLETE
82822026-07-08T18:11:47.204Z[ recovery-image] Jul 08 18:11:46.405 INFO O| Jul 08 18:11:46.405 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-07-08T18:11:47.210Z[ recovery-image] Jul 08 18:11:46.411 INFO O| Jul 08 18:11:46.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82842026-07-08T18:11:47.210Z[ recovery-image] Jul 08 18:11:46.411 INFO O| Jul 08 18:11:46.411 INFO STEP 975 (remove_files) COMPLETE
82852026-07-08T18:11:47.210Z[ recovery-image] Jul 08 18:11:46.411 INFO O| Jul 08 18:11:46.411 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-07-08T18:11:47.214Z[ recovery-image] Jul 08 18:11:46.416 INFO O| Jul 08 18:11:46.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82872026-07-08T18:11:47.214Z[ recovery-image] Jul 08 18:11:46.416 INFO O| Jul 08 18:11:46.416 INFO STEP 976 (remove_files) COMPLETE
82882026-07-08T18:11:47.214Z[ recovery-image] Jul 08 18:11:46.416 INFO O| Jul 08 18:11:46.416 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-07-08T18:11:47.217Z[ recovery-image] Jul 08 18:11:46.422 INFO O| Jul 08 18:11:46.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82902026-07-08T18:11:47.217Z[ recovery-image] Jul 08 18:11:46.422 INFO O| Jul 08 18:11:46.422 INFO STEP 977 (remove_files) COMPLETE
82912026-07-08T18:11:47.217Z[ recovery-image] Jul 08 18:11:46.422 INFO O| Jul 08 18:11:46.422 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-07-08T18:11:47.222Z[ recovery-image] Jul 08 18:11:46.427 INFO O| Jul 08 18:11:46.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82932026-07-08T18:11:47.222Z[ recovery-image] Jul 08 18:11:46.427 INFO O| Jul 08 18:11:46.427 INFO STEP 978 (remove_files) COMPLETE
82942026-07-08T18:11:47.224Z[ recovery-image] Jul 08 18:11:46.427 INFO O| Jul 08 18:11:46.427 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-07-08T18:11:47.230Z[ recovery-image] Jul 08 18:11:46.435 INFO O| Jul 08 18:11:46.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82962026-07-08T18:11:47.230Z[ recovery-image] Jul 08 18:11:46.435 INFO O| Jul 08 18:11:46.435 INFO STEP 979 (remove_files) COMPLETE
82972026-07-08T18:11:47.230Z[ recovery-image] Jul 08 18:11:46.435 INFO O| Jul 08 18:11:46.435 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-07-08T18:11:47.236Z[ recovery-image] Jul 08 18:11:46.441 INFO O| Jul 08 18:11:46.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82992026-07-08T18:11:47.236Z[ recovery-image] Jul 08 18:11:46.441 INFO O| Jul 08 18:11:46.441 INFO STEP 980 (remove_files) COMPLETE
83002026-07-08T18:11:47.239Z[ recovery-image] Jul 08 18:11:46.441 INFO O| Jul 08 18:11:46.441 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-07-08T18:11:47.242Z[ recovery-image] Jul 08 18:11:46.447 INFO O| Jul 08 18:11:46.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
83022026-07-08T18:11:47.245Z[ recovery-image] Jul 08 18:11:46.447 INFO O| Jul 08 18:11:46.447 INFO STEP 981 (remove_files) COMPLETE
83032026-07-08T18:11:47.245Z[ recovery-image] Jul 08 18:11:46.447 INFO O| Jul 08 18:11:46.447 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-07-08T18:11:47.249Z[ recovery-image] Jul 08 18:11:46.454 INFO O| Jul 08 18:11:46.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
83052026-07-08T18:11:47.251Z[ recovery-image] Jul 08 18:11:46.454 INFO O| Jul 08 18:11:46.454 INFO STEP 982 (remove_files) COMPLETE
83062026-07-08T18:11:47.252Z[ recovery-image] Jul 08 18:11:46.454 INFO O| Jul 08 18:11:46.454 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-07-08T18:11:47.255Z[ recovery-image] Jul 08 18:11:46.460 INFO O| Jul 08 18:11:46.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
83082026-07-08T18:11:47.255Z[ recovery-image] Jul 08 18:11:46.460 INFO O| Jul 08 18:11:46.460 INFO STEP 983 (remove_files) COMPLETE
83092026-07-08T18:11:47.255Z[ recovery-image] Jul 08 18:11:46.460 INFO O| Jul 08 18:11:46.460 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-07-08T18:11:47.260Z[ recovery-image] Jul 08 18:11:46.466 INFO O| Jul 08 18:11:46.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
83112026-07-08T18:11:47.260Z[ recovery-image] Jul 08 18:11:46.466 INFO O| Jul 08 18:11:46.466 INFO STEP 984 (remove_files) COMPLETE
83122026-07-08T18:11:47.260Z[ recovery-image] Jul 08 18:11:46.466 INFO O| Jul 08 18:11:46.466 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-07-08T18:11:47.267Z[ recovery-image] Jul 08 18:11:46.473 INFO O| Jul 08 18:11:46.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83142026-07-08T18:11:47.267Z[ recovery-image] Jul 08 18:11:46.473 INFO O| Jul 08 18:11:46.473 INFO STEP 985 (remove_files) COMPLETE
83152026-07-08T18:11:47.270Z[ recovery-image] Jul 08 18:11:46.473 INFO O| Jul 08 18:11:46.473 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-07-08T18:11:47.275Z[ recovery-image] Jul 08 18:11:46.481 INFO O| Jul 08 18:11:46.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83172026-07-08T18:11:47.275Z[ recovery-image] Jul 08 18:11:46.481 INFO O| Jul 08 18:11:46.481 INFO STEP 986 (remove_files) COMPLETE
83182026-07-08T18:11:47.277Z[ recovery-image] Jul 08 18:11:46.481 INFO O| Jul 08 18:11:46.481 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-07-08T18:11:47.282Z[ recovery-image] Jul 08 18:11:46.487 INFO O| Jul 08 18:11:46.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83202026-07-08T18:11:47.282Z[ recovery-image] Jul 08 18:11:46.488 INFO O| Jul 08 18:11:46.487 INFO STEP 987 (remove_files) COMPLETE
83212026-07-08T18:11:47.285Z[ recovery-image] Jul 08 18:11:46.488 INFO O| Jul 08 18:11:46.487 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-07-08T18:11:47.288Z[ recovery-image] Jul 08 18:11:46.494 INFO O| Jul 08 18:11:46.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83232026-07-08T18:11:47.288Z[ recovery-image] Jul 08 18:11:46.494 INFO O| Jul 08 18:11:46.494 INFO STEP 988 (remove_files) COMPLETE
83242026-07-08T18:11:47.290Z[ recovery-image] Jul 08 18:11:46.494 INFO O| Jul 08 18:11:46.494 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-07-08T18:11:47.294Z[ recovery-image] Jul 08 18:11:46.500 INFO O| Jul 08 18:11:46.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83262026-07-08T18:11:47.297Z[ recovery-image] Jul 08 18:11:46.500 INFO O| Jul 08 18:11:46.500 INFO STEP 989 (remove_files) COMPLETE
83272026-07-08T18:11:47.297Z[ recovery-image] Jul 08 18:11:46.500 INFO O| Jul 08 18:11:46.500 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-07-08T18:11:47.300Z[ recovery-image] Jul 08 18:11:46.506 INFO O| Jul 08 18:11:46.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83292026-07-08T18:11:47.300Z[ recovery-image] Jul 08 18:11:46.506 INFO O| Jul 08 18:11:46.506 INFO STEP 990 (remove_files) COMPLETE
83302026-07-08T18:11:47.303Z[ recovery-image] Jul 08 18:11:46.506 INFO O| Jul 08 18:11:46.506 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-07-08T18:11:47.307Z[ recovery-image] Jul 08 18:11:46.512 INFO O| Jul 08 18:11:46.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83322026-07-08T18:11:47.307Z[ recovery-image] Jul 08 18:11:46.512 INFO O| Jul 08 18:11:46.512 INFO STEP 991 (remove_files) COMPLETE
83332026-07-08T18:11:47.309Z[ recovery-image] Jul 08 18:11:46.512 INFO O| Jul 08 18:11:46.512 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-07-08T18:11:47.313Z[ recovery-image] Jul 08 18:11:46.518 INFO O| Jul 08 18:11:46.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83352026-07-08T18:11:47.313Z[ recovery-image] Jul 08 18:11:46.518 INFO O| Jul 08 18:11:46.518 INFO STEP 992 (remove_files) COMPLETE
83362026-07-08T18:11:47.315Z[ recovery-image] Jul 08 18:11:46.518 INFO O| Jul 08 18:11:46.518 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-07-08T18:11:47.318Z[ recovery-image] Jul 08 18:11:46.524 INFO O| Jul 08 18:11:46.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83382026-07-08T18:11:47.318Z[ recovery-image] Jul 08 18:11:46.524 INFO O| Jul 08 18:11:46.524 INFO STEP 993 (remove_files) COMPLETE
83392026-07-08T18:11:47.321Z[ recovery-image] Jul 08 18:11:46.524 INFO O| Jul 08 18:11:46.524 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-07-08T18:11:47.324Z[ recovery-image] Jul 08 18:11:46.529 INFO O| Jul 08 18:11:46.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83412026-07-08T18:11:47.324Z[ recovery-image] Jul 08 18:11:46.529 INFO O| Jul 08 18:11:46.529 INFO STEP 994 (remove_files) COMPLETE
83422026-07-08T18:11:47.327Z[ recovery-image] Jul 08 18:11:46.529 INFO O| Jul 08 18:11:46.529 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-07-08T18:11:47.330Z[ recovery-image] Jul 08 18:11:46.535 INFO O| Jul 08 18:11:46.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83442026-07-08T18:11:47.331Z[ recovery-image] Jul 08 18:11:46.535 INFO O| Jul 08 18:11:46.535 INFO STEP 995 (remove_files) COMPLETE
83452026-07-08T18:11:47.331Z[ recovery-image] Jul 08 18:11:46.535 INFO O| Jul 08 18:11:46.535 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-07-08T18:11:47.336Z[ recovery-image] Jul 08 18:11:46.541 INFO O| Jul 08 18:11:46.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83472026-07-08T18:11:47.336Z[ recovery-image] Jul 08 18:11:46.541 INFO O| Jul 08 18:11:46.541 INFO STEP 996 (remove_files) COMPLETE
83482026-07-08T18:11:47.338Z[ recovery-image] Jul 08 18:11:46.541 INFO O| Jul 08 18:11:46.541 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-07-08T18:11:47.340Z[ recovery-image] Jul 08 18:11:46.546 INFO O| Jul 08 18:11:46.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83502026-07-08T18:11:47.340Z[ recovery-image] Jul 08 18:11:46.546 INFO O| Jul 08 18:11:46.546 INFO STEP 997 (remove_files) COMPLETE
83512026-07-08T18:11:47.340Z[ recovery-image] Jul 08 18:11:46.546 INFO O| Jul 08 18:11:46.546 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-07-08T18:11:47.346Z[ recovery-image] Jul 08 18:11:46.551 INFO O| Jul 08 18:11:46.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83532026-07-08T18:11:47.346Z[ recovery-image] Jul 08 18:11:46.551 INFO O| Jul 08 18:11:46.551 INFO STEP 998 (remove_files) COMPLETE
83542026-07-08T18:11:47.348Z[ recovery-image] Jul 08 18:11:46.552 INFO O| Jul 08 18:11:46.551 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-07-08T18:11:47.351Z[ recovery-image] Jul 08 18:11:46.557 INFO O| Jul 08 18:11:46.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83562026-07-08T18:11:47.351Z[ recovery-image] Jul 08 18:11:46.557 INFO O| Jul 08 18:11:46.557 INFO STEP 999 (remove_files) COMPLETE
83572026-07-08T18:11:47.354Z[ recovery-image] Jul 08 18:11:46.557 INFO O| Jul 08 18:11:46.557 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-07-08T18:11:47.359Z[ recovery-image] Jul 08 18:11:46.563 INFO O| Jul 08 18:11:46.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83592026-07-08T18:11:47.359Z[ recovery-image] Jul 08 18:11:46.563 INFO O| Jul 08 18:11:46.563 INFO STEP 1000 (remove_files) COMPLETE
83602026-07-08T18:11:47.359Z[ recovery-image] Jul 08 18:11:46.563 INFO O| Jul 08 18:11:46.563 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-07-08T18:11:47.363Z[ recovery-image] Jul 08 18:11:46.569 INFO O| Jul 08 18:11:46.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83622026-07-08T18:11:47.363Z[ recovery-image] Jul 08 18:11:46.569 INFO O| Jul 08 18:11:46.569 INFO STEP 1001 (remove_files) COMPLETE
83632026-07-08T18:11:47.366Z[ recovery-image] Jul 08 18:11:46.569 INFO O| Jul 08 18:11:46.569 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-07-08T18:11:47.370Z[ recovery-image] Jul 08 18:11:46.576 INFO O| Jul 08 18:11:46.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83652026-07-08T18:11:47.372Z[ recovery-image] Jul 08 18:11:46.576 INFO O| Jul 08 18:11:46.576 INFO STEP 1002 (remove_files) COMPLETE
83662026-07-08T18:11:47.372Z[ recovery-image] Jul 08 18:11:46.576 INFO O| Jul 08 18:11:46.576 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-07-08T18:11:47.376Z[ recovery-image] Jul 08 18:11:46.582 INFO O| Jul 08 18:11:46.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83682026-07-08T18:11:47.378Z[ recovery-image] Jul 08 18:11:46.582 INFO O| Jul 08 18:11:46.582 INFO STEP 1003 (remove_files) COMPLETE
83692026-07-08T18:11:47.378Z[ recovery-image] Jul 08 18:11:46.582 INFO O| Jul 08 18:11:46.582 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-07-08T18:11:47.383Z[ recovery-image] Jul 08 18:11:46.589 INFO O| Jul 08 18:11:46.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83712026-07-08T18:11:47.383Z[ recovery-image] Jul 08 18:11:46.589 INFO O| Jul 08 18:11:46.589 INFO STEP 1004 (remove_files) COMPLETE
83722026-07-08T18:11:47.386Z[ recovery-image] Jul 08 18:11:46.589 INFO O| Jul 08 18:11:46.589 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-07-08T18:11:47.391Z[ recovery-image] Jul 08 18:11:46.595 INFO O| Jul 08 18:11:46.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83742026-07-08T18:11:47.391Z[ recovery-image] Jul 08 18:11:46.595 INFO O| Jul 08 18:11:46.595 INFO STEP 1005 (remove_files) COMPLETE
83752026-07-08T18:11:47.391Z[ recovery-image] Jul 08 18:11:46.595 INFO O| Jul 08 18:11:46.595 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-07-08T18:11:47.395Z[ recovery-image] Jul 08 18:11:46.601 INFO O| Jul 08 18:11:46.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83772026-07-08T18:11:47.395Z[ recovery-image] Jul 08 18:11:46.601 INFO O| Jul 08 18:11:46.601 INFO STEP 1006 (remove_files) COMPLETE
83782026-07-08T18:11:47.398Z[ recovery-image] Jul 08 18:11:46.601 INFO O| Jul 08 18:11:46.601 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-07-08T18:11:47.400Z[ recovery-image] Jul 08 18:11:46.606 INFO O| Jul 08 18:11:46.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83802026-07-08T18:11:47.403Z[ recovery-image] Jul 08 18:11:46.606 INFO O| Jul 08 18:11:46.606 INFO STEP 1007 (remove_files) COMPLETE
83812026-07-08T18:11:47.403Z[ recovery-image] Jul 08 18:11:46.606 INFO O| Jul 08 18:11:46.606 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-07-08T18:11:47.407Z[ recovery-image] Jul 08 18:11:46.612 INFO O| Jul 08 18:11:46.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83832026-07-08T18:11:47.407Z[ recovery-image] Jul 08 18:11:46.612 INFO O| Jul 08 18:11:46.612 INFO STEP 1008 (remove_files) COMPLETE
83842026-07-08T18:11:47.407Z[ recovery-image] Jul 08 18:11:46.612 INFO O| Jul 08 18:11:46.612 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-07-08T18:11:47.413Z[ recovery-image] Jul 08 18:11:46.619 INFO O| Jul 08 18:11:46.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83862026-07-08T18:11:47.413Z[ recovery-image] Jul 08 18:11:46.619 INFO O| Jul 08 18:11:46.619 INFO STEP 1009 (remove_files) COMPLETE
83872026-07-08T18:11:47.413Z[ recovery-image] Jul 08 18:11:46.619 INFO O| Jul 08 18:11:46.619 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-07-08T18:11:47.420Z[ recovery-image] Jul 08 18:11:46.626 INFO O| Jul 08 18:11:46.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83892026-07-08T18:11:47.420Z[ recovery-image] Jul 08 18:11:46.626 INFO O| Jul 08 18:11:46.626 INFO STEP 1010 (remove_files) COMPLETE
83902026-07-08T18:11:47.420Z[ recovery-image] Jul 08 18:11:46.626 INFO O| Jul 08 18:11:46.626 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-07-08T18:11:47.426Z[ recovery-image] Jul 08 18:11:46.632 INFO O| Jul 08 18:11:46.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83922026-07-08T18:11:47.426Z[ recovery-image] Jul 08 18:11:46.632 INFO O| Jul 08 18:11:46.632 INFO STEP 1011 (remove_files) COMPLETE
83932026-07-08T18:11:47.426Z[ recovery-image] Jul 08 18:11:46.632 INFO O| Jul 08 18:11:46.632 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-07-08T18:11:47.433Z[ recovery-image] Jul 08 18:11:46.638 INFO O| Jul 08 18:11:46.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83952026-07-08T18:11:47.433Z[ recovery-image] Jul 08 18:11:46.638 INFO O| Jul 08 18:11:46.638 INFO STEP 1012 (remove_files) COMPLETE
83962026-07-08T18:11:47.433Z[ recovery-image] Jul 08 18:11:46.638 INFO O| Jul 08 18:11:46.638 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-07-08T18:11:47.438Z[ recovery-image] Jul 08 18:11:46.644 INFO O| Jul 08 18:11:46.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83982026-07-08T18:11:47.438Z[ recovery-image] Jul 08 18:11:46.644 INFO O| Jul 08 18:11:46.644 INFO STEP 1013 (remove_files) COMPLETE
83992026-07-08T18:11:47.439Z[ recovery-image] Jul 08 18:11:46.644 INFO O| Jul 08 18:11:46.644 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-07-08T18:11:47.444Z[ recovery-image] Jul 08 18:11:46.650 INFO O| Jul 08 18:11:46.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
84012026-07-08T18:11:47.444Z[ recovery-image] Jul 08 18:11:46.650 INFO O| Jul 08 18:11:46.650 INFO STEP 1014 (remove_files) COMPLETE
84022026-07-08T18:11:47.448Z[ recovery-image] Jul 08 18:11:46.650 INFO O| Jul 08 18:11:46.650 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-07-08T18:11:47.451Z[ recovery-image] Jul 08 18:11:46.656 INFO O| Jul 08 18:11:46.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
84042026-07-08T18:11:47.451Z[ recovery-image] Jul 08 18:11:46.656 INFO O| Jul 08 18:11:46.656 INFO STEP 1015 (remove_files) COMPLETE
84052026-07-08T18:11:47.451Z[ recovery-image] Jul 08 18:11:46.656 INFO O| Jul 08 18:11:46.656 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-07-08T18:11:47.457Z[ recovery-image] Jul 08 18:11:46.663 INFO O| Jul 08 18:11:46.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
84072026-07-08T18:11:47.460Z[ recovery-image] Jul 08 18:11:46.663 INFO O| Jul 08 18:11:46.663 INFO STEP 1016 (remove_files) COMPLETE
84082026-07-08T18:11:47.460Z[ recovery-image] Jul 08 18:11:46.663 INFO O| Jul 08 18:11:46.663 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-07-08T18:11:47.464Z[ recovery-image] Jul 08 18:11:46.669 INFO O| Jul 08 18:11:46.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
84102026-07-08T18:11:47.464Z[ recovery-image] Jul 08 18:11:46.669 INFO O| Jul 08 18:11:46.669 INFO STEP 1017 (remove_files) COMPLETE
84112026-07-08T18:11:47.466Z[ recovery-image] Jul 08 18:11:46.669 INFO O| Jul 08 18:11:46.669 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-07-08T18:11:47.469Z[ recovery-image] Jul 08 18:11:46.675 INFO O| Jul 08 18:11:46.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84132026-07-08T18:11:47.469Z[ recovery-image] Jul 08 18:11:46.675 INFO O| Jul 08 18:11:46.675 INFO STEP 1018 (remove_files) COMPLETE
84142026-07-08T18:11:47.472Z[ recovery-image] Jul 08 18:11:46.675 INFO O| Jul 08 18:11:46.675 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-07-08T18:11:47.476Z[ recovery-image] Jul 08 18:11:46.682 INFO O| Jul 08 18:11:46.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84162026-07-08T18:11:47.479Z[ recovery-image] Jul 08 18:11:46.683 INFO O| Jul 08 18:11:46.683 INFO STEP 1019 (remove_files) COMPLETE
84172026-07-08T18:11:47.479Z[ recovery-image] Jul 08 18:11:46.683 INFO O| Jul 08 18:11:46.683 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-07-08T18:11:47.483Z[ recovery-image] Jul 08 18:11:46.689 INFO O| Jul 08 18:11:46.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84192026-07-08T18:11:47.483Z[ recovery-image] Jul 08 18:11:46.689 INFO O| Jul 08 18:11:46.689 INFO STEP 1020 (remove_files) COMPLETE
84202026-07-08T18:11:47.483Z[ recovery-image] Jul 08 18:11:46.689 INFO O| Jul 08 18:11:46.689 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-07-08T18:11:47.489Z[ recovery-image] Jul 08 18:11:46.695 INFO O| Jul 08 18:11:46.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84222026-07-08T18:11:47.489Z[ recovery-image] Jul 08 18:11:46.695 INFO O| Jul 08 18:11:46.695 INFO STEP 1021 (remove_files) COMPLETE
84232026-07-08T18:11:47.492Z[ recovery-image] Jul 08 18:11:46.695 INFO O| Jul 08 18:11:46.695 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-07-08T18:11:47.495Z[ recovery-image] Jul 08 18:11:46.701 INFO O| Jul 08 18:11:46.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84252026-07-08T18:11:47.495Z[ recovery-image] Jul 08 18:11:46.701 INFO O| Jul 08 18:11:46.701 INFO STEP 1022 (remove_files) COMPLETE
84262026-07-08T18:11:47.495Z[ recovery-image] Jul 08 18:11:46.701 INFO O| Jul 08 18:11:46.701 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-07-08T18:11:47.502Z[ recovery-image] Jul 08 18:11:46.707 INFO O| Jul 08 18:11:46.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84282026-07-08T18:11:47.502Z[ recovery-image] Jul 08 18:11:46.707 INFO O| Jul 08 18:11:46.707 INFO STEP 1023 (remove_files) COMPLETE
84292026-07-08T18:11:47.502Z[ recovery-image] Jul 08 18:11:46.707 INFO O| Jul 08 18:11:46.707 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-07-08T18:11:47.507Z[ recovery-image] Jul 08 18:11:46.713 INFO O| Jul 08 18:11:46.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84312026-07-08T18:11:47.507Z[ recovery-image] Jul 08 18:11:46.713 INFO O| Jul 08 18:11:46.713 INFO STEP 1024 (remove_files) COMPLETE
84322026-07-08T18:11:47.510Z[ recovery-image] Jul 08 18:11:46.713 INFO O| Jul 08 18:11:46.713 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-07-08T18:11:47.514Z[ recovery-image] Jul 08 18:11:46.718 INFO O| Jul 08 18:11:46.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84342026-07-08T18:11:47.514Z[ recovery-image] Jul 08 18:11:46.718 INFO O| Jul 08 18:11:46.718 INFO STEP 1025 (remove_files) COMPLETE
84352026-07-08T18:11:47.514Z[ recovery-image] Jul 08 18:11:46.718 INFO O| Jul 08 18:11:46.718 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-07-08T18:11:47.517Z[ recovery-image] Jul 08 18:11:46.723 INFO O| Jul 08 18:11:46.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84372026-07-08T18:11:47.517Z[ recovery-image] Jul 08 18:11:46.723 INFO O| Jul 08 18:11:46.723 INFO STEP 1026 (remove_files) COMPLETE
84382026-07-08T18:11:47.520Z[ recovery-image] Jul 08 18:11:46.723 INFO O| Jul 08 18:11:46.723 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-07-08T18:11:47.522Z[ recovery-image] Jul 08 18:11:46.728 INFO O| Jul 08 18:11:46.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84402026-07-08T18:11:47.523Z[ recovery-image] Jul 08 18:11:46.728 INFO O| Jul 08 18:11:46.728 INFO STEP 1027 (remove_files) COMPLETE
84412026-07-08T18:11:47.525Z[ recovery-image] Jul 08 18:11:46.728 INFO O| Jul 08 18:11:46.728 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-07-08T18:11:47.530Z[ recovery-image] Jul 08 18:11:46.735 INFO O| Jul 08 18:11:46.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84432026-07-08T18:11:47.530Z[ recovery-image] Jul 08 18:11:46.735 INFO O| Jul 08 18:11:46.735 INFO STEP 1028 (remove_files) COMPLETE
84442026-07-08T18:11:47.530Z[ recovery-image] Jul 08 18:11:46.735 INFO O| Jul 08 18:11:46.735 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-07-08T18:11:47.536Z[ recovery-image] Jul 08 18:11:46.742 INFO O| Jul 08 18:11:46.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84462026-07-08T18:11:47.538Z[ recovery-image] Jul 08 18:11:46.743 INFO O| Jul 08 18:11:46.742 INFO STEP 1029 (remove_files) COMPLETE
84472026-07-08T18:11:47.539Z[ recovery-image] Jul 08 18:11:46.743 INFO O| Jul 08 18:11:46.742 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-07-08T18:11:47.543Z[ recovery-image] Jul 08 18:11:46.749 INFO O| Jul 08 18:11:46.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84492026-07-08T18:11:47.546Z[ recovery-image] Jul 08 18:11:46.749 INFO O| Jul 08 18:11:46.749 INFO STEP 1030 (remove_files) COMPLETE
84502026-07-08T18:11:47.546Z[ recovery-image] Jul 08 18:11:46.749 INFO O| Jul 08 18:11:46.749 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-07-08T18:11:47.549Z[ recovery-image] Jul 08 18:11:46.754 INFO O| Jul 08 18:11:46.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84522026-07-08T18:11:47.549Z[ recovery-image] Jul 08 18:11:46.754 INFO O| Jul 08 18:11:46.754 INFO STEP 1031 (remove_files) COMPLETE
84532026-07-08T18:11:47.549Z[ recovery-image] Jul 08 18:11:46.754 INFO O| Jul 08 18:11:46.754 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-07-08T18:11:47.555Z[ recovery-image] Jul 08 18:11:46.761 INFO O| Jul 08 18:11:46.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84552026-07-08T18:11:47.558Z[ recovery-image] Jul 08 18:11:46.761 INFO O| Jul 08 18:11:46.761 INFO STEP 1032 (remove_files) COMPLETE
84562026-07-08T18:11:47.558Z[ recovery-image] Jul 08 18:11:46.761 INFO O| Jul 08 18:11:46.761 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-07-08T18:11:47.563Z[ recovery-image] Jul 08 18:11:46.769 INFO O| Jul 08 18:11:46.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84582026-07-08T18:11:47.566Z[ recovery-image] Jul 08 18:11:46.769 INFO O| Jul 08 18:11:46.769 INFO STEP 1033 (remove_files) COMPLETE
84592026-07-08T18:11:47.566Z[ recovery-image] Jul 08 18:11:46.769 INFO O| Jul 08 18:11:46.769 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-07-08T18:11:47.570Z[ recovery-image] Jul 08 18:11:46.776 INFO O| Jul 08 18:11:46.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84612026-07-08T18:11:47.573Z[ recovery-image] Jul 08 18:11:46.776 INFO O| Jul 08 18:11:46.776 INFO STEP 1034 (remove_files) COMPLETE
84622026-07-08T18:11:47.573Z[ recovery-image] Jul 08 18:11:46.776 INFO O| Jul 08 18:11:46.776 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-07-08T18:11:47.576Z[ recovery-image] Jul 08 18:11:46.782 INFO O| Jul 08 18:11:46.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84642026-07-08T18:11:47.577Z[ recovery-image] Jul 08 18:11:46.782 INFO O| Jul 08 18:11:46.782 INFO STEP 1035 (remove_files) COMPLETE
84652026-07-08T18:11:47.577Z[ recovery-image] Jul 08 18:11:46.782 INFO O| Jul 08 18:11:46.782 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-07-08T18:11:47.582Z[ recovery-image] Jul 08 18:11:46.788 INFO O| Jul 08 18:11:46.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84672026-07-08T18:11:47.582Z[ recovery-image] Jul 08 18:11:46.788 INFO O| Jul 08 18:11:46.788 INFO STEP 1036 (remove_files) COMPLETE
84682026-07-08T18:11:47.582Z[ recovery-image] Jul 08 18:11:46.788 INFO O| Jul 08 18:11:46.788 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-07-08T18:11:47.589Z[ recovery-image] Jul 08 18:11:46.794 INFO O| Jul 08 18:11:46.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84702026-07-08T18:11:47.589Z[ recovery-image] Jul 08 18:11:46.794 INFO O| Jul 08 18:11:46.794 INFO STEP 1037 (remove_files) COMPLETE
84712026-07-08T18:11:47.591Z[ recovery-image] Jul 08 18:11:46.794 INFO O| Jul 08 18:11:46.794 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-07-08T18:11:47.595Z[ recovery-image] Jul 08 18:11:46.801 INFO O| Jul 08 18:11:46.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84732026-07-08T18:11:47.595Z[ recovery-image] Jul 08 18:11:46.801 INFO O| Jul 08 18:11:46.801 INFO STEP 1038 (remove_files) COMPLETE
84742026-07-08T18:11:47.595Z[ recovery-image] Jul 08 18:11:46.801 INFO O| Jul 08 18:11:46.801 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-07-08T18:11:47.601Z[ recovery-image] Jul 08 18:11:46.807 INFO O| Jul 08 18:11:46.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84762026-07-08T18:11:47.601Z[ recovery-image] Jul 08 18:11:46.807 INFO O| Jul 08 18:11:46.807 INFO STEP 1039 (remove_files) COMPLETE
84772026-07-08T18:11:47.604Z[ recovery-image] Jul 08 18:11:46.807 INFO O| Jul 08 18:11:46.807 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-07-08T18:11:47.607Z[ recovery-image] Jul 08 18:11:46.813 INFO O| Jul 08 18:11:46.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84792026-07-08T18:11:47.607Z[ recovery-image] Jul 08 18:11:46.813 INFO O| Jul 08 18:11:46.813 INFO STEP 1040 (remove_files) COMPLETE
84802026-07-08T18:11:47.610Z[ recovery-image] Jul 08 18:11:46.813 INFO O| Jul 08 18:11:46.813 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-07-08T18:11:47.613Z[ recovery-image] Jul 08 18:11:46.819 INFO O| Jul 08 18:11:46.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84822026-07-08T18:11:47.613Z[ recovery-image] Jul 08 18:11:46.819 INFO O| Jul 08 18:11:46.819 INFO STEP 1041 (remove_files) COMPLETE
84832026-07-08T18:11:47.616Z[ recovery-image] Jul 08 18:11:46.819 INFO O| Jul 08 18:11:46.819 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-07-08T18:11:47.619Z[ recovery-image] Jul 08 18:11:46.824 INFO O| Jul 08 18:11:46.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84852026-07-08T18:11:47.619Z[ recovery-image] Jul 08 18:11:46.824 INFO O| Jul 08 18:11:46.824 INFO STEP 1042 (remove_files) COMPLETE
84862026-07-08T18:11:47.619Z[ recovery-image] Jul 08 18:11:46.824 INFO O| Jul 08 18:11:46.824 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-07-08T18:11:47.624Z[ recovery-image] Jul 08 18:11:46.830 INFO O| Jul 08 18:11:46.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84882026-07-08T18:11:47.624Z[ recovery-image] Jul 08 18:11:46.830 INFO O| Jul 08 18:11:46.830 INFO STEP 1043 (remove_files) COMPLETE
84892026-07-08T18:11:47.627Z[ recovery-image] Jul 08 18:11:46.830 INFO O| Jul 08 18:11:46.830 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-07-08T18:11:47.630Z[ recovery-image] Jul 08 18:11:46.835 INFO O| Jul 08 18:11:46.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84912026-07-08T18:11:47.630Z[ recovery-image] Jul 08 18:11:46.835 INFO O| Jul 08 18:11:46.835 INFO STEP 1044 (remove_files) COMPLETE
84922026-07-08T18:11:47.630Z[ recovery-image] Jul 08 18:11:46.835 INFO O| Jul 08 18:11:46.835 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-07-08T18:11:47.637Z[ recovery-image] Jul 08 18:11:46.842 INFO O| Jul 08 18:11:46.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84942026-07-08T18:11:47.640Z[ recovery-image] Jul 08 18:11:46.843 INFO O| Jul 08 18:11:46.843 INFO STEP 1045 (remove_files) COMPLETE
84952026-07-08T18:11:47.640Z[ recovery-image] Jul 08 18:11:46.843 INFO O| Jul 08 18:11:46.843 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-07-08T18:11:47.644Z[ recovery-image] Jul 08 18:11:46.850 INFO O| Jul 08 18:11:46.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84972026-07-08T18:11:47.644Z[ recovery-image] Jul 08 18:11:46.850 INFO O| Jul 08 18:11:46.850 INFO STEP 1046 (remove_files) COMPLETE
84982026-07-08T18:11:47.644Z[ recovery-image] Jul 08 18:11:46.850 INFO O| Jul 08 18:11:46.850 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-07-08T18:11:47.651Z[ recovery-image] Jul 08 18:11:46.856 INFO O| Jul 08 18:11:46.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
85002026-07-08T18:11:47.651Z[ recovery-image] Jul 08 18:11:46.856 INFO O| Jul 08 18:11:46.856 INFO STEP 1047 (remove_files) COMPLETE
85012026-07-08T18:11:47.651Z[ recovery-image] Jul 08 18:11:46.856 INFO O| Jul 08 18:11:46.856 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-07-08T18:11:47.657Z[ recovery-image] Jul 08 18:11:46.862 INFO O| Jul 08 18:11:46.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
85032026-07-08T18:11:47.657Z[ recovery-image] Jul 08 18:11:46.862 INFO O| Jul 08 18:11:46.862 INFO STEP 1048 (remove_files) COMPLETE
85042026-07-08T18:11:47.657Z[ recovery-image] Jul 08 18:11:46.862 INFO O| Jul 08 18:11:46.862 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-07-08T18:11:47.663Z[ recovery-image] Jul 08 18:11:46.868 INFO O| Jul 08 18:11:46.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
85062026-07-08T18:11:47.666Z[ recovery-image] Jul 08 18:11:46.868 INFO O| Jul 08 18:11:46.868 INFO STEP 1049 (remove_files) COMPLETE
85072026-07-08T18:11:47.666Z[ recovery-image] Jul 08 18:11:46.868 INFO O| Jul 08 18:11:46.868 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-07-08T18:11:47.670Z[ recovery-image] Jul 08 18:11:46.875 INFO O| Jul 08 18:11:46.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
85092026-07-08T18:11:47.670Z[ recovery-image] Jul 08 18:11:46.875 INFO O| Jul 08 18:11:46.875 INFO STEP 1050 (remove_files) COMPLETE
85102026-07-08T18:11:47.670Z[ recovery-image] Jul 08 18:11:46.875 INFO O| Jul 08 18:11:46.875 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-07-08T18:11:47.675Z[ recovery-image] Jul 08 18:11:46.880 INFO O| Jul 08 18:11:46.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85122026-07-08T18:11:47.675Z[ recovery-image] Jul 08 18:11:46.880 INFO O| Jul 08 18:11:46.880 INFO STEP 1051 (remove_files) COMPLETE
85132026-07-08T18:11:47.675Z[ recovery-image] Jul 08 18:11:46.880 INFO O| Jul 08 18:11:46.880 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-07-08T18:11:47.681Z[ recovery-image] Jul 08 18:11:46.887 INFO O| Jul 08 18:11:46.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85152026-07-08T18:11:47.684Z[ recovery-image] Jul 08 18:11:46.887 INFO O| Jul 08 18:11:46.887 INFO STEP 1052 (remove_files) COMPLETE
85162026-07-08T18:11:47.684Z[ recovery-image] Jul 08 18:11:46.887 INFO O| Jul 08 18:11:46.887 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-07-08T18:11:47.688Z[ recovery-image] Jul 08 18:11:46.893 INFO O| Jul 08 18:11:46.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85182026-07-08T18:11:47.688Z[ recovery-image] Jul 08 18:11:46.893 INFO O| Jul 08 18:11:46.893 INFO STEP 1053 (remove_files) COMPLETE
85192026-07-08T18:11:47.688Z[ recovery-image] Jul 08 18:11:46.893 INFO O| Jul 08 18:11:46.893 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-07-08T18:11:47.693Z[ recovery-image] Jul 08 18:11:46.899 INFO O| Jul 08 18:11:46.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85212026-07-08T18:11:47.696Z[ recovery-image] Jul 08 18:11:46.899 INFO O| Jul 08 18:11:46.899 INFO STEP 1054 (remove_files) COMPLETE
85222026-07-08T18:11:47.696Z[ recovery-image] Jul 08 18:11:46.899 INFO O| Jul 08 18:11:46.899 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-07-08T18:11:47.700Z[ recovery-image] Jul 08 18:11:46.905 INFO O| Jul 08 18:11:46.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85242026-07-08T18:11:47.703Z[ recovery-image] Jul 08 18:11:46.906 INFO O| Jul 08 18:11:46.906 INFO STEP 1055 (remove_files) COMPLETE
85252026-07-08T18:11:47.703Z[ recovery-image] Jul 08 18:11:46.906 INFO O| Jul 08 18:11:46.906 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-07-08T18:11:47.706Z[ recovery-image] Jul 08 18:11:46.912 INFO O| Jul 08 18:11:46.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85272026-07-08T18:11:47.707Z[ recovery-image] Jul 08 18:11:46.912 INFO O| Jul 08 18:11:46.912 INFO STEP 1056 (remove_files) COMPLETE
85282026-07-08T18:11:47.707Z[ recovery-image] Jul 08 18:11:46.912 INFO O| Jul 08 18:11:46.912 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-07-08T18:11:47.712Z[ recovery-image] Jul 08 18:11:46.918 INFO O| Jul 08 18:11:46.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85302026-07-08T18:11:47.713Z[ recovery-image] Jul 08 18:11:46.918 INFO O| Jul 08 18:11:46.918 INFO STEP 1057 (remove_files) COMPLETE
85312026-07-08T18:11:47.715Z[ recovery-image] Jul 08 18:11:46.918 INFO O| Jul 08 18:11:46.918 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-07-08T18:11:47.718Z[ recovery-image] Jul 08 18:11:46.924 INFO O| Jul 08 18:11:46.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85332026-07-08T18:11:47.719Z[ recovery-image] Jul 08 18:11:46.924 INFO O| Jul 08 18:11:46.924 INFO STEP 1058 (remove_files) COMPLETE
85342026-07-08T18:11:47.722Z[ recovery-image] Jul 08 18:11:46.924 INFO O| Jul 08 18:11:46.924 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-07-08T18:11:47.725Z[ recovery-image] Jul 08 18:11:46.930 INFO O| Jul 08 18:11:46.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85362026-07-08T18:11:47.725Z[ recovery-image] Jul 08 18:11:46.930 INFO O| Jul 08 18:11:46.930 INFO STEP 1059 (remove_files) COMPLETE
85372026-07-08T18:11:47.725Z[ recovery-image] Jul 08 18:11:46.930 INFO O| Jul 08 18:11:46.930 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-07-08T18:11:47.730Z[ recovery-image] Jul 08 18:11:46.936 INFO O| Jul 08 18:11:46.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85392026-07-08T18:11:47.734Z[ recovery-image] Jul 08 18:11:46.936 INFO O| Jul 08 18:11:46.936 INFO STEP 1060 (remove_files) COMPLETE
85402026-07-08T18:11:47.734Z[ recovery-image] Jul 08 18:11:46.936 INFO O| Jul 08 18:11:46.936 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-07-08T18:11:47.738Z[ recovery-image] Jul 08 18:11:46.942 INFO O| Jul 08 18:11:46.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85422026-07-08T18:11:47.738Z[ recovery-image] Jul 08 18:11:46.942 INFO O| Jul 08 18:11:46.942 INFO STEP 1061 (remove_files) COMPLETE
85432026-07-08T18:11:47.738Z[ recovery-image] Jul 08 18:11:46.942 INFO O| Jul 08 18:11:46.942 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-07-08T18:11:47.743Z[ recovery-image] Jul 08 18:11:46.948 INFO O| Jul 08 18:11:46.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85452026-07-08T18:11:47.746Z[ recovery-image] Jul 08 18:11:46.948 INFO O| Jul 08 18:11:46.948 INFO STEP 1062 (remove_files) COMPLETE
85462026-07-08T18:11:47.746Z[ recovery-image] Jul 08 18:11:46.948 INFO O| Jul 08 18:11:46.948 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-07-08T18:11:47.749Z[ recovery-image] Jul 08 18:11:46.953 INFO O| Jul 08 18:11:46.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85482026-07-08T18:11:47.749Z[ recovery-image] Jul 08 18:11:46.953 INFO O| Jul 08 18:11:46.953 INFO STEP 1063 (remove_files) COMPLETE
85492026-07-08T18:11:47.749Z[ recovery-image] Jul 08 18:11:46.953 INFO O| Jul 08 18:11:46.953 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-07-08T18:11:47.753Z[ recovery-image] Jul 08 18:11:46.959 INFO O| Jul 08 18:11:46.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85512026-07-08T18:11:47.753Z[ recovery-image] Jul 08 18:11:46.959 INFO O| Jul 08 18:11:46.959 INFO STEP 1064 (remove_files) COMPLETE
85522026-07-08T18:11:47.753Z[ recovery-image] Jul 08 18:11:46.959 INFO O| Jul 08 18:11:46.959 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-07-08T18:11:47.758Z[ recovery-image] Jul 08 18:11:46.964 INFO O| Jul 08 18:11:46.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85542026-07-08T18:11:47.758Z[ recovery-image] Jul 08 18:11:46.964 INFO O| Jul 08 18:11:46.964 INFO STEP 1065 (remove_files) COMPLETE
85552026-07-08T18:11:47.761Z[ recovery-image] Jul 08 18:11:46.964 INFO O| Jul 08 18:11:46.964 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-07-08T18:11:47.764Z[ recovery-image] Jul 08 18:11:46.969 INFO O| Jul 08 18:11:46.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85572026-07-08T18:11:47.764Z[ recovery-image] Jul 08 18:11:46.969 INFO O| Jul 08 18:11:46.969 INFO STEP 1066 (remove_files) COMPLETE
85582026-07-08T18:11:47.764Z[ recovery-image] Jul 08 18:11:46.969 INFO O| Jul 08 18:11:46.969 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-07-08T18:11:47.769Z[ recovery-image] Jul 08 18:11:46.974 INFO O| Jul 08 18:11:46.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85602026-07-08T18:11:47.769Z[ recovery-image] Jul 08 18:11:46.975 INFO O| Jul 08 18:11:46.974 INFO STEP 1067 (remove_files) COMPLETE
85612026-07-08T18:11:47.772Z[ recovery-image] Jul 08 18:11:46.975 INFO O| Jul 08 18:11:46.975 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-07-08T18:11:47.775Z[ recovery-image] Jul 08 18:11:46.980 INFO O| Jul 08 18:11:46.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85632026-07-08T18:11:47.775Z[ recovery-image] Jul 08 18:11:46.980 INFO O| Jul 08 18:11:46.980 INFO STEP 1068 (remove_files) COMPLETE
85642026-07-08T18:11:47.775Z[ recovery-image] Jul 08 18:11:46.980 INFO O| Jul 08 18:11:46.980 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-07-08T18:11:47.781Z[ recovery-image] Jul 08 18:11:46.985 INFO O| Jul 08 18:11:46.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85662026-07-08T18:11:47.784Z[ recovery-image] Jul 08 18:11:46.985 INFO O| Jul 08 18:11:46.985 INFO STEP 1069 (remove_files) COMPLETE
85672026-07-08T18:11:47.784Z[ recovery-image] Jul 08 18:11:46.985 INFO O| Jul 08 18:11:46.985 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-07-08T18:11:47.788Z[ recovery-image] Jul 08 18:11:46.991 INFO O| Jul 08 18:11:46.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85692026-07-08T18:11:47.788Z[ recovery-image] Jul 08 18:11:46.991 INFO O| Jul 08 18:11:46.991 INFO STEP 1070 (remove_files) COMPLETE
85702026-07-08T18:11:47.788Z[ recovery-image] Jul 08 18:11:46.991 INFO O| Jul 08 18:11:46.991 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-07-08T18:11:47.791Z[ recovery-image] Jul 08 18:11:46.997 INFO O| Jul 08 18:11:46.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85722026-07-08T18:11:47.794Z[ recovery-image] Jul 08 18:11:46.997 INFO O| Jul 08 18:11:46.997 INFO STEP 1071 (remove_files) COMPLETE
85732026-07-08T18:11:47.794Z[ recovery-image] Jul 08 18:11:46.997 INFO O| Jul 08 18:11:46.997 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-07-08T18:11:47.799Z[ recovery-image] Jul 08 18:11:47.005 INFO O| Jul 08 18:11:47.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85752026-07-08T18:11:47.800Z[ recovery-image] Jul 08 18:11:47.005 INFO O| Jul 08 18:11:47.005 INFO STEP 1072 (remove_files) COMPLETE
85762026-07-08T18:11:47.803Z[ recovery-image] Jul 08 18:11:47.005 INFO O| Jul 08 18:11:47.005 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-07-08T18:11:47.806Z[ recovery-image] Jul 08 18:11:47.011 INFO O| Jul 08 18:11:47.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85782026-07-08T18:11:47.806Z[ recovery-image] Jul 08 18:11:47.011 INFO O| Jul 08 18:11:47.011 INFO STEP 1073 (remove_files) COMPLETE
85792026-07-08T18:11:47.806Z[ recovery-image] Jul 08 18:11:47.011 INFO O| Jul 08 18:11:47.011 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-07-08T18:11:47.813Z[ recovery-image] Jul 08 18:11:47.019 INFO O| Jul 08 18:11:47.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85812026-07-08T18:11:47.816Z[ recovery-image] Jul 08 18:11:47.019 INFO O| Jul 08 18:11:47.019 INFO STEP 1074 (remove_files) COMPLETE
85822026-07-08T18:11:47.816Z[ recovery-image] Jul 08 18:11:47.019 INFO O| Jul 08 18:11:47.019 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-07-08T18:11:47.820Z[ recovery-image] Jul 08 18:11:47.024 INFO O| Jul 08 18:11:47.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85842026-07-08T18:11:47.821Z[ recovery-image] Jul 08 18:11:47.024 INFO O| Jul 08 18:11:47.024 INFO STEP 1075 (remove_files) COMPLETE
85852026-07-08T18:11:47.821Z[ recovery-image] Jul 08 18:11:47.024 INFO O| Jul 08 18:11:47.024 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-07-08T18:11:47.826Z[ recovery-image] Jul 08 18:11:47.031 INFO O| Jul 08 18:11:47.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85872026-07-08T18:11:47.826Z[ recovery-image] Jul 08 18:11:47.031 INFO O| Jul 08 18:11:47.031 INFO STEP 1076 (remove_files) COMPLETE
85882026-07-08T18:11:47.828Z[ recovery-image] Jul 08 18:11:47.031 INFO O| Jul 08 18:11:47.031 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-07-08T18:11:47.832Z[ recovery-image] Jul 08 18:11:47.037 INFO O| Jul 08 18:11:47.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85902026-07-08T18:11:47.832Z[ recovery-image] Jul 08 18:11:47.038 INFO O| Jul 08 18:11:47.038 INFO STEP 1077 (remove_files) COMPLETE
85912026-07-08T18:11:47.832Z[ recovery-image] Jul 08 18:11:47.038 INFO O| Jul 08 18:11:47.038 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-07-08T18:11:47.840Z[ recovery-image] Jul 08 18:11:47.044 INFO O| Jul 08 18:11:47.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85932026-07-08T18:11:47.840Z[ recovery-image] Jul 08 18:11:47.044 INFO O| Jul 08 18:11:47.044 INFO STEP 1078 (remove_files) COMPLETE
85942026-07-08T18:11:47.840Z[ recovery-image] Jul 08 18:11:47.044 INFO O| Jul 08 18:11:47.044 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-07-08T18:11:47.846Z[ recovery-image] Jul 08 18:11:47.052 INFO O| Jul 08 18:11:47.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85962026-07-08T18:11:47.846Z[ recovery-image] Jul 08 18:11:47.052 INFO O| Jul 08 18:11:47.052 INFO STEP 1079 (remove_files) COMPLETE
85972026-07-08T18:11:47.847Z[ recovery-image] Jul 08 18:11:47.052 INFO O| Jul 08 18:11:47.052 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-07-08T18:11:47.852Z[ recovery-image] Jul 08 18:11:47.058 INFO O| Jul 08 18:11:47.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85992026-07-08T18:11:47.852Z[ recovery-image] Jul 08 18:11:47.058 INFO O| Jul 08 18:11:47.058 INFO STEP 1080 (remove_files) COMPLETE
86002026-07-08T18:11:47.852Z[ recovery-image] Jul 08 18:11:47.058 INFO O| Jul 08 18:11:47.058 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-07-08T18:11:47.858Z[ recovery-image] Jul 08 18:11:47.064 INFO O| Jul 08 18:11:47.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
86022026-07-08T18:11:47.859Z[ recovery-image] Jul 08 18:11:47.064 INFO O| Jul 08 18:11:47.064 INFO STEP 1081 (remove_files) COMPLETE
86032026-07-08T18:11:47.859Z[ recovery-image] Jul 08 18:11:47.064 INFO O| Jul 08 18:11:47.064 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-07-08T18:11:47.865Z[ recovery-image] Jul 08 18:11:47.070 INFO O| Jul 08 18:11:47.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
86052026-07-08T18:11:47.865Z[ recovery-image] Jul 08 18:11:47.070 INFO O| Jul 08 18:11:47.070 INFO STEP 1082 (remove_files) COMPLETE
86062026-07-08T18:11:47.865Z[ recovery-image] Jul 08 18:11:47.070 INFO O| Jul 08 18:11:47.070 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-07-08T18:11:47.871Z[ recovery-image] Jul 08 18:11:47.077 INFO O| Jul 08 18:11:47.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
86082026-07-08T18:11:47.871Z[ recovery-image] Jul 08 18:11:47.077 INFO O| Jul 08 18:11:47.077 INFO STEP 1083 (remove_files) COMPLETE
86092026-07-08T18:11:47.871Z[ recovery-image] Jul 08 18:11:47.077 INFO O| Jul 08 18:11:47.077 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-07-08T18:11:47.877Z[ recovery-image] Jul 08 18:11:47.083 INFO O| Jul 08 18:11:47.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
86112026-07-08T18:11:47.878Z[ recovery-image] Jul 08 18:11:47.083 INFO O| Jul 08 18:11:47.083 INFO STEP 1084 (remove_files) COMPLETE
86122026-07-08T18:11:47.881Z[ recovery-image] Jul 08 18:11:47.083 INFO O| Jul 08 18:11:47.083 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-07-08T18:11:47.885Z[ recovery-image] Jul 08 18:11:47.089 INFO O| Jul 08 18:11:47.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
86142026-07-08T18:11:47.885Z[ recovery-image] Jul 08 18:11:47.089 INFO O| Jul 08 18:11:47.089 INFO STEP 1085 (remove_files) COMPLETE
86152026-07-08T18:11:47.885Z[ recovery-image] Jul 08 18:11:47.089 INFO O| Jul 08 18:11:47.089 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-07-08T18:11:47.889Z[ recovery-image] Jul 08 18:11:47.095 INFO O| Jul 08 18:11:47.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86172026-07-08T18:11:47.889Z[ recovery-image] Jul 08 18:11:47.095 INFO O| Jul 08 18:11:47.095 INFO STEP 1086 (remove_files) COMPLETE
86182026-07-08T18:11:47.892Z[ recovery-image] Jul 08 18:11:47.095 INFO O| Jul 08 18:11:47.095 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-07-08T18:11:47.896Z[ recovery-image] Jul 08 18:11:47.101 INFO O| Jul 08 18:11:47.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86202026-07-08T18:11:47.896Z[ recovery-image] Jul 08 18:11:47.101 INFO O| Jul 08 18:11:47.101 INFO STEP 1087 (remove_files) COMPLETE
86212026-07-08T18:11:47.896Z[ recovery-image] Jul 08 18:11:47.101 INFO O| Jul 08 18:11:47.101 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-07-08T18:11:47.901Z[ recovery-image] Jul 08 18:11:47.107 INFO O| Jul 08 18:11:47.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86232026-07-08T18:11:47.901Z[ recovery-image] Jul 08 18:11:47.107 INFO O| Jul 08 18:11:47.107 INFO STEP 1088 (remove_files) COMPLETE
86242026-07-08T18:11:47.904Z[ recovery-image] Jul 08 18:11:47.107 INFO O| Jul 08 18:11:47.107 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-07-08T18:11:47.908Z[ recovery-image] Jul 08 18:11:47.112 INFO O| Jul 08 18:11:47.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86262026-07-08T18:11:47.908Z[ recovery-image] Jul 08 18:11:47.112 INFO O| Jul 08 18:11:47.112 INFO STEP 1089 (remove_files) COMPLETE
86272026-07-08T18:11:47.908Z[ recovery-image] Jul 08 18:11:47.112 INFO O| Jul 08 18:11:47.112 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-07-08T18:11:47.915Z[ recovery-image] Jul 08 18:11:47.118 INFO O| Jul 08 18:11:47.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86292026-07-08T18:11:47.915Z[ recovery-image] Jul 08 18:11:47.118 INFO O| Jul 08 18:11:47.118 INFO STEP 1090 (remove_files) COMPLETE
86302026-07-08T18:11:47.915Z[ recovery-image] Jul 08 18:11:47.118 INFO O| Jul 08 18:11:47.118 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-07-08T18:11:47.919Z[ recovery-image] Jul 08 18:11:47.125 INFO O| Jul 08 18:11:47.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86322026-07-08T18:11:47.919Z[ recovery-image] Jul 08 18:11:47.125 INFO O| Jul 08 18:11:47.125 INFO STEP 1091 (remove_files) COMPLETE
86332026-07-08T18:11:47.922Z[ recovery-image] Jul 08 18:11:47.125 INFO O| Jul 08 18:11:47.125 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-07-08T18:11:47.925Z[ recovery-image] Jul 08 18:11:47.130 INFO O| Jul 08 18:11:47.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86352026-07-08T18:11:47.925Z[ recovery-image] Jul 08 18:11:47.130 INFO O| Jul 08 18:11:47.130 INFO STEP 1092 (remove_files) COMPLETE
86362026-07-08T18:11:47.925Z[ recovery-image] Jul 08 18:11:47.130 INFO O| Jul 08 18:11:47.130 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-07-08T18:11:47.930Z[ recovery-image] Jul 08 18:11:47.136 INFO O| Jul 08 18:11:47.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86382026-07-08T18:11:47.930Z[ recovery-image] Jul 08 18:11:47.136 INFO O| Jul 08 18:11:47.136 INFO STEP 1093 (remove_files) COMPLETE
86392026-07-08T18:11:47.934Z[ recovery-image] Jul 08 18:11:47.136 INFO O| Jul 08 18:11:47.136 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-07-08T18:11:47.936Z[ recovery-image] Jul 08 18:11:47.142 INFO O| Jul 08 18:11:47.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86412026-07-08T18:11:47.936Z[ recovery-image] Jul 08 18:11:47.142 INFO O| Jul 08 18:11:47.142 INFO STEP 1094 (remove_files) COMPLETE
86422026-07-08T18:11:47.936Z[ recovery-image] Jul 08 18:11:47.142 INFO O| Jul 08 18:11:47.142 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-07-08T18:11:47.942Z[ recovery-image] Jul 08 18:11:47.147 INFO O| Jul 08 18:11:47.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86442026-07-08T18:11:47.942Z[ recovery-image] Jul 08 18:11:47.147 INFO O| Jul 08 18:11:47.147 INFO STEP 1095 (remove_files) COMPLETE
86452026-07-08T18:11:47.942Z[ recovery-image] Jul 08 18:11:47.147 INFO O| Jul 08 18:11:47.147 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-07-08T18:11:47.947Z[ recovery-image] Jul 08 18:11:47.153 INFO O| Jul 08 18:11:47.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86472026-07-08T18:11:47.947Z[ recovery-image] Jul 08 18:11:47.153 INFO O| Jul 08 18:11:47.153 INFO STEP 1096 (remove_files) COMPLETE
86482026-07-08T18:11:47.950Z[ recovery-image] Jul 08 18:11:47.153 INFO O| Jul 08 18:11:47.153 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-07-08T18:11:47.953Z[ recovery-image] Jul 08 18:11:47.158 INFO O| Jul 08 18:11:47.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86502026-07-08T18:11:47.953Z[ recovery-image] Jul 08 18:11:47.158 INFO O| Jul 08 18:11:47.158 INFO STEP 1097 (remove_files) COMPLETE
86512026-07-08T18:11:47.953Z[ recovery-image] Jul 08 18:11:47.158 INFO O| Jul 08 18:11:47.158 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-07-08T18:11:47.957Z[ recovery-image] Jul 08 18:11:47.163 INFO O| Jul 08 18:11:47.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86532026-07-08T18:11:47.957Z[ recovery-image] Jul 08 18:11:47.163 INFO O| Jul 08 18:11:47.163 INFO STEP 1098 (remove_files) COMPLETE
86542026-07-08T18:11:47.960Z[ recovery-image] Jul 08 18:11:47.163 INFO O| Jul 08 18:11:47.163 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-07-08T18:11:47.963Z[ recovery-image] Jul 08 18:11:47.169 INFO O| Jul 08 18:11:47.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86562026-07-08T18:11:47.963Z[ recovery-image] Jul 08 18:11:47.169 INFO O| Jul 08 18:11:47.169 INFO STEP 1099 (remove_files) COMPLETE
86572026-07-08T18:11:47.963Z[ recovery-image] Jul 08 18:11:47.169 INFO O| Jul 08 18:11:47.169 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-07-08T18:11:47.968Z[ recovery-image] Jul 08 18:11:47.174 INFO O| Jul 08 18:11:47.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86592026-07-08T18:11:47.968Z[ recovery-image] Jul 08 18:11:47.174 INFO O| Jul 08 18:11:47.174 INFO STEP 1100 (remove_files) COMPLETE
86602026-07-08T18:11:47.971Z[ recovery-image] Jul 08 18:11:47.174 INFO O| Jul 08 18:11:47.174 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86612026-07-08T18:11:47.974Z[ recovery-image] Jul 08 18:11:47.180 INFO O| Jul 08 18:11:47.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86622026-07-08T18:11:47.974Z[ recovery-image] Jul 08 18:11:47.180 INFO O| Jul 08 18:11:47.180 INFO STEP 1101 (remove_files) COMPLETE
86632026-07-08T18:11:47.974Z[ recovery-image] Jul 08 18:11:47.180 INFO O| Jul 08 18:11:47.180 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86642026-07-08T18:11:47.979Z[ recovery-image] Jul 08 18:11:47.185 INFO O| Jul 08 18:11:47.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86652026-07-08T18:11:47.979Z[ recovery-image] Jul 08 18:11:47.185 INFO O| Jul 08 18:11:47.185 INFO STEP 1102 (remove_files) COMPLETE
86662026-07-08T18:11:47.982Z[ recovery-image] Jul 08 18:11:47.185 INFO O| Jul 08 18:11:47.185 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86672026-07-08T18:11:47.984Z[ recovery-image] Jul 08 18:11:47.190 INFO O| Jul 08 18:11:47.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86682026-07-08T18:11:47.984Z[ recovery-image] Jul 08 18:11:47.190 INFO O| Jul 08 18:11:47.190 INFO STEP 1103 (remove_files) COMPLETE
86692026-07-08T18:11:47.984Z[ recovery-image] Jul 08 18:11:47.190 INFO O| Jul 08 18:11:47.190 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86702026-07-08T18:11:47.990Z[ recovery-image] Jul 08 18:11:47.196 INFO O| Jul 08 18:11:47.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86712026-07-08T18:11:47.990Z[ recovery-image] Jul 08 18:11:47.196 INFO O| Jul 08 18:11:47.196 INFO STEP 1104 (remove_files) COMPLETE
86722026-07-08T18:11:47.993Z[ recovery-image] Jul 08 18:11:47.196 INFO O| Jul 08 18:11:47.196 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86732026-07-08T18:11:47.999Z[ recovery-image] Jul 08 18:11:47.201 INFO O| Jul 08 18:11:47.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86742026-07-08T18:11:47.999Z[ recovery-image] Jul 08 18:11:47.201 INFO O| Jul 08 18:11:47.201 INFO STEP 1105 (remove_files) COMPLETE
86752026-07-08T18:11:47.999Z[ recovery-image] Jul 08 18:11:47.201 INFO O| Jul 08 18:11:47.201 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86762026-07-08T18:11:48.002Z[ recovery-image] Jul 08 18:11:47.207 INFO O| Jul 08 18:11:47.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86772026-07-08T18:11:48.002Z[ recovery-image] Jul 08 18:11:47.207 INFO O| Jul 08 18:11:47.207 INFO STEP 1106 (remove_files) COMPLETE
86782026-07-08T18:11:48.002Z[ recovery-image] Jul 08 18:11:47.207 INFO O| Jul 08 18:11:47.207 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86792026-07-08T18:11:48.008Z[ recovery-image] Jul 08 18:11:47.213 INFO O| Jul 08 18:11:47.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86802026-07-08T18:11:48.008Z[ recovery-image] Jul 08 18:11:47.213 INFO O| Jul 08 18:11:47.213 INFO STEP 1107 (remove_files) COMPLETE
86812026-07-08T18:11:48.008Z[ recovery-image] Jul 08 18:11:47.213 INFO O| Jul 08 18:11:47.213 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86822026-07-08T18:11:48.014Z[ recovery-image] Jul 08 18:11:47.220 INFO O| Jul 08 18:11:47.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86832026-07-08T18:11:48.014Z[ recovery-image] Jul 08 18:11:47.220 INFO O| Jul 08 18:11:47.220 INFO STEP 1108 (remove_files) COMPLETE
86842026-07-08T18:11:48.014Z[ recovery-image] Jul 08 18:11:47.220 INFO O| Jul 08 18:11:47.220 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86852026-07-08T18:11:48.021Z[ recovery-image] Jul 08 18:11:47.226 INFO O| Jul 08 18:11:47.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86862026-07-08T18:11:48.021Z[ recovery-image] Jul 08 18:11:47.226 INFO O| Jul 08 18:11:47.226 INFO STEP 1109 (remove_files) COMPLETE
86872026-07-08T18:11:48.024Z[ recovery-image] Jul 08 18:11:47.226 INFO O| Jul 08 18:11:47.226 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86882026-07-08T18:11:48.028Z[ recovery-image] Jul 08 18:11:47.233 INFO O| Jul 08 18:11:47.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86892026-07-08T18:11:48.028Z[ recovery-image] Jul 08 18:11:47.233 INFO O| Jul 08 18:11:47.233 INFO STEP 1110 (remove_files) COMPLETE
86902026-07-08T18:11:48.028Z[ recovery-image] Jul 08 18:11:47.233 INFO O| Jul 08 18:11:47.233 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86912026-07-08T18:11:48.033Z[ recovery-image] Jul 08 18:11:47.239 INFO O| Jul 08 18:11:47.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86922026-07-08T18:11:48.033Z[ recovery-image] Jul 08 18:11:47.239 INFO O| Jul 08 18:11:47.239 INFO STEP 1111 (remove_files) COMPLETE
86932026-07-08T18:11:48.036Z[ recovery-image] Jul 08 18:11:47.239 INFO O| Jul 08 18:11:47.239 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86942026-07-08T18:11:48.039Z[ recovery-image] Jul 08 18:11:47.244 INFO O| Jul 08 18:11:47.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86952026-07-08T18:11:48.039Z[ recovery-image] Jul 08 18:11:47.244 INFO O| Jul 08 18:11:47.244 INFO STEP 1112 (remove_files) COMPLETE
86962026-07-08T18:11:48.039Z[ recovery-image] Jul 08 18:11:47.244 INFO O| Jul 08 18:11:47.244 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86972026-07-08T18:11:48.043Z[ recovery-image] Jul 08 18:11:47.249 INFO O| Jul 08 18:11:47.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86982026-07-08T18:11:48.043Z[ recovery-image] Jul 08 18:11:47.249 INFO O| Jul 08 18:11:47.249 INFO STEP 1113 (remove_files) COMPLETE
86992026-07-08T18:11:48.046Z[ recovery-image] Jul 08 18:11:47.249 INFO O| Jul 08 18:11:47.249 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87002026-07-08T18:11:48.049Z[ recovery-image] Jul 08 18:11:47.254 INFO O| Jul 08 18:11:47.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
87012026-07-08T18:11:48.049Z[ recovery-image] Jul 08 18:11:47.254 INFO O| Jul 08 18:11:47.254 INFO STEP 1114 (remove_files) COMPLETE
87022026-07-08T18:11:48.049Z[ recovery-image] Jul 08 18:11:47.254 INFO O| Jul 08 18:11:47.254 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87032026-07-08T18:11:48.054Z[ recovery-image] Jul 08 18:11:47.260 INFO O| Jul 08 18:11:47.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
87042026-07-08T18:11:48.054Z[ recovery-image] Jul 08 18:11:47.260 INFO O| Jul 08 18:11:47.260 INFO STEP 1115 (remove_files) COMPLETE
87052026-07-08T18:11:48.054Z[ recovery-image] Jul 08 18:11:47.260 INFO O| Jul 08 18:11:47.260 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87062026-07-08T18:11:48.060Z[ recovery-image] Jul 08 18:11:47.266 INFO O| Jul 08 18:11:47.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
87072026-07-08T18:11:48.060Z[ recovery-image] Jul 08 18:11:47.266 INFO O| Jul 08 18:11:47.266 INFO STEP 1116 (remove_files) COMPLETE
87082026-07-08T18:11:48.063Z[ recovery-image] Jul 08 18:11:47.266 INFO O| Jul 08 18:11:47.266 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87092026-07-08T18:11:48.067Z[ recovery-image] Jul 08 18:11:47.273 INFO O| Jul 08 18:11:47.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
87102026-07-08T18:11:48.067Z[ recovery-image] Jul 08 18:11:47.273 INFO O| Jul 08 18:11:47.273 INFO STEP 1117 (remove_files) COMPLETE
87112026-07-08T18:11:48.067Z[ recovery-image] Jul 08 18:11:47.273 INFO O| Jul 08 18:11:47.273 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87122026-07-08T18:11:48.073Z[ recovery-image] Jul 08 18:11:47.279 INFO O| Jul 08 18:11:47.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
87132026-07-08T18:11:48.076Z[ recovery-image] Jul 08 18:11:47.279 INFO O| Jul 08 18:11:47.279 INFO STEP 1118 (remove_files) COMPLETE
87142026-07-08T18:11:48.076Z[ recovery-image] Jul 08 18:11:47.279 INFO O| Jul 08 18:11:47.279 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87152026-07-08T18:11:48.129Z[ recovery-image] Jul 08 18:11:47.285 INFO O| Jul 08 18:11:47.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87162026-07-08T18:11:48.129Z[ recovery-image] Jul 08 18:11:47.285 INFO O| Jul 08 18:11:47.285 INFO STEP 1119 (remove_files) COMPLETE
87172026-07-08T18:11:48.129Z[ recovery-image] Jul 08 18:11:47.285 INFO O| Jul 08 18:11:47.285 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87182026-07-08T18:11:48.129Z[ recovery-image] Jul 08 18:11:47.291 INFO O| Jul 08 18:11:47.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87192026-07-08T18:11:48.129Z[ recovery-image] Jul 08 18:11:47.291 INFO O| Jul 08 18:11:47.291 INFO STEP 1120 (remove_files) COMPLETE
87202026-07-08T18:11:48.129Z[ recovery-image] Jul 08 18:11:47.291 INFO O| Jul 08 18:11:47.291 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87212026-07-08T18:11:48.129Z[ recovery-image] Jul 08 18:11:47.296 INFO O| Jul 08 18:11:47.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87222026-07-08T18:11:48.129Z[ recovery-image] Jul 08 18:11:47.296 INFO O| Jul 08 18:11:47.296 INFO STEP 1121 (remove_files) COMPLETE
87232026-07-08T18:11:48.129Z[ recovery-image] Jul 08 18:11:47.296 INFO O| Jul 08 18:11:47.296 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87242026-07-08T18:11:48.129Z[ recovery-image] Jul 08 18:11:47.301 INFO O| Jul 08 18:11:47.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87252026-07-08T18:11:48.129Z[ recovery-image] Jul 08 18:11:47.301 INFO O| Jul 08 18:11:47.301 INFO STEP 1122 (remove_files) COMPLETE
87262026-07-08T18:11:48.129Z[ recovery-image] Jul 08 18:11:47.301 INFO O| Jul 08 18:11:47.301 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87272026-07-08T18:11:48.129Z[ recovery-image] Jul 08 18:11:47.309 INFO O| Jul 08 18:11:47.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87282026-07-08T18:11:48.130Z[ recovery-image] Jul 08 18:11:47.309 INFO O| Jul 08 18:11:47.309 INFO STEP 1123 (remove_files) COMPLETE
87292026-07-08T18:11:48.130Z[ recovery-image] Jul 08 18:11:47.309 INFO O| Jul 08 18:11:47.309 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87302026-07-08T18:11:48.130Z[ recovery-image] Jul 08 18:11:47.315 INFO O| Jul 08 18:11:47.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87312026-07-08T18:11:48.130Z[ recovery-image] Jul 08 18:11:47.315 INFO O| Jul 08 18:11:47.315 INFO STEP 1124 (remove_files) COMPLETE
87322026-07-08T18:11:48.130Z[ recovery-image] Jul 08 18:11:47.315 INFO O| Jul 08 18:11:47.315 INFO STEP 1125: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87332026-07-08T18:11:48.130Z[ recovery-image] Jul 08 18:11:47.325 INFO O| Jul 08 18:11:47.325 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87342026-07-08T18:11:48.130Z[ recovery-image] Jul 08 18:11:47.325 INFO O| Jul 08 18:11:47.325 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87352026-07-08T18:11:48.661Z[ recovery-image] Jul 08 18:11:47.866 INFO O| Jul 08 18:11:47.866 INFO STEP 1125 (pack_tar) COMPLETE
87362026-07-08T18:11:48.662Z[ recovery-image] Jul 08 18:11:47.866 INFO O| Jul 08 18:11:47.866 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87372026-07-08T18:11:48.663Z[ recovery-image] Jul 08 18:11:47.866 INFO O| Jul 08 18:11:47.866 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87382026-07-08T18:11:49.093Z[ recovery-image] Jul 08 18:11:48.298 INFO O| Jul 08 18:11:48.298 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87392026-07-08T18:11:49.149Z[ recovery-image] Jul 08 18:11:48.354 INFO O| Jul 08 18:11:48.354 INFO completed processing sled/ramdisk-03-recovery-trim
87402026-07-08T18:11:49.156Z[ recovery-image] Jul 08 18:11:48.358 INFO image builder template: zfs-recovery...
87412026-07-08T18:11:49.156Z[ recovery-image] Jul 08 18:11:48.358 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/.tmp1xsBdg/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "zfs-recovery"], pwd: None
87422026-07-08T18:11:49.177Z[ recovery-image] Jul 08 18:11:48.383 INFO O| Jul 08 18:11:48.382 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87432026-07-08T18:11:49.180Z[ recovery-image] Jul 08 18:11:48.386 INFO O| Jul 08 18:11:48.386 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87442026-07-08T18:11:49.234Z[ recovery-image] Jul 08 18:11:48.440 INFO O| Jul 08 18:11:48.440 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87452026-07-08T18:11:49.272Z[ recovery-image] Jul 08 18:11:48.477 INFO O| Jul 08 18:11:48.477 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87462026-07-08T18:11:49.272Z[ recovery-image] Jul 08 18:11:48.477 INFO O| Jul 08 18:11:48.477 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87472026-07-08T18:11:49.275Z[ recovery-image] Jul 08 18:11:48.480 INFO O| Jul 08 18:11:48.480 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87482026-07-08T18:11:49.325Z[ recovery-image] Jul 08 18:11:48.530 INFO O| Jul 08 18:11:48.530 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87492026-07-08T18:11:49.361Z[ recovery-image] Jul 08 18:11:48.566 INFO O| Jul 08 18:11:48.566 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87502026-07-08T18:11:49.366Z[ recovery-image] Jul 08 18:11:48.572 INFO O| Jul 08 18:11:48.572 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87512026-07-08T18:11:49.370Z[ recovery-image] Jul 08 18:11:48.575 INFO O| Jul 08 18:11:48.575 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87522026-07-08T18:11:49.373Z[ recovery-image] Jul 08 18:11:48.576 INFO O| Jul 08 18:11:48.576 INFO no lofi found
87532026-07-08T18:11:49.373Z[ recovery-image] Jul 08 18:11:48.576 INFO O| Jul 08 18:11:48.576 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87542026-07-08T18:11:49.373Z[ recovery-image] Jul 08 18:11:48.576 INFO O| Jul 08 18:11:48.576 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87552026-07-08T18:11:50.796Z[ recovery-image] Jul 08 18:11:50.001 INFO O| Jul 08 18:11:50.001 INFO lofi device = /dev/dsk/c2t1d0p0
87562026-07-08T18:11:50.796Z[ recovery-image] Jul 08 18:11:50.001 INFO O| Jul 08 18:11:50.001 INFO pool device = /dev/dsk/c2t1d0p0
87572026-07-08T18:11:50.799Z[ recovery-image] Jul 08 18:11:50.001 INFO O| Jul 08 18:11:50.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"]
87582026-07-08T18:11:50.850Z[ recovery-image] Jul 08 18:11:50.055 INFO O| Jul 08 18:11:50.055 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87592026-07-08T18:11:50.850Z[ recovery-image] Jul 08 18:11:50.055 INFO O| Jul 08 18:11:50.055 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87602026-07-08T18:11:50.863Z[ recovery-image] Jul 08 18:11:50.068 INFO O| Jul 08 18:11:50.068 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87612026-07-08T18:11:50.902Z[ recovery-image] Jul 08 18:11:50.107 INFO O| Jul 08 18:11:50.107 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87622026-07-08T18:11:50.926Z[ recovery-image] Jul 08 18:11:50.132 INFO O| Jul 08 18:11:50.132 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87632026-07-08T18:11:50.937Z[ recovery-image] Jul 08 18:11:50.142 INFO O| Jul 08 18:11:50.142 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87642026-07-08T18:11:50.944Z[ recovery-image] Jul 08 18:11:50.149 INFO O| Jul 08 18:11:50.149 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87652026-07-08T18:11:50.973Z[ recovery-image] Jul 08 18:11:50.179 INFO O| Jul 08 18:11:50.179 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87662026-07-08T18:11:50.973Z[ recovery-image] Jul 08 18:11:50.179 INFO O| Jul 08 18:11:50.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87672026-07-08T18:11:50.977Z[ recovery-image] Jul 08 18:11:50.179 INFO O| Jul 08 18:11:50.179 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87682026-07-08T18:11:50.980Z[ recovery-image] Jul 08 18:11:50.186 INFO O| Jul 08 18:11:50.186 INFO boot environment UUID: 84e42089-fd4a-432b-8aa2-62b7bbb78b2b
87692026-07-08T18:11:50.980Z[ recovery-image] Jul 08 18:11:50.186 INFO O| Jul 08 18:11:50.186 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 84e42089-fd4a-432b-8aa2-62b7bbb78b2b
87702026-07-08T18:11:50.987Z[ recovery-image] Jul 08 18:11:50.193 INFO O| Jul 08 18:11:50.193 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87712026-07-08T18:11:50.995Z[ recovery-image] Jul 08 18:11:50.201 INFO O| Jul 08 18:11:50.201 INFO STEP 0 (create_be) COMPLETE
87722026-07-08T18:11:50.995Z[ recovery-image] Jul 08 18:11:50.201 INFO O| Jul 08 18:11:50.201 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87732026-07-08T18:11:51.004Z[ recovery-image] Jul 08 18:11:50.209 INFO O| Jul 08 18:11:50.209 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"]
87742026-07-08T18:11:53.405Z[ recovery-image] Jul 08 18:11:52.610 INFO O| Jul 08 18:11:52.610 INFO STEP 1 (unpack_tar) COMPLETE
87752026-07-08T18:11:53.405Z[ recovery-image] Jul 08 18:11:52.610 INFO O| Jul 08 18:11:52.610 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762026-07-08T18:11:53.411Z[ recovery-image] Jul 08 18:11:52.617 INFO O| Jul 08 18:11:52.617 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87772026-07-08T18:11:53.727Z[ recovery-image] Jul 08 18:11:52.932 INFO O| Jul 08 18:11:52.932 INFO STEP 2 (devfsadm) COMPLETE
87782026-07-08T18:11:53.727Z[ recovery-image] Jul 08 18:11:52.932 INFO O| Jul 08 18:11:52.932 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792026-07-08T18:11:53.734Z[ recovery-image] Jul 08 18:11:52.939 INFO O| Jul 08 18:11:52.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87802026-07-08T18:11:53.734Z[ recovery-image] Jul 08 18:11:52.939 INFO O| Jul 08 18:11:52.939 INFO STEP 3 (ensure_dir) COMPLETE
87812026-07-08T18:11:53.738Z[ recovery-image] Jul 08 18:11:52.939 INFO O| Jul 08 18:11:52.939 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87822026-07-08T18:11:53.741Z[ recovery-image] Jul 08 18:11:52.947 INFO O| Jul 08 18:11:52.947 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87832026-07-08T18:11:53.741Z[ recovery-image] Jul 08 18:11:52.947 INFO O| Jul 08 18:11:52.947 INFO STEP 4 (ensure_dir) COMPLETE
87842026-07-08T18:11:53.745Z[ recovery-image] Jul 08 18:11:52.947 INFO O| Jul 08 18:11:52.947 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852026-07-08T18:11:53.750Z[ recovery-image] Jul 08 18:11:52.953 INFO O| Jul 08 18:11:52.953 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87862026-07-08T18:11:53.750Z[ recovery-image] Jul 08 18:11:52.953 INFO O| Jul 08 18:11:52.953 INFO STEP 5 (ensure_dir) COMPLETE
87872026-07-08T18:11:53.750Z[ recovery-image] Jul 08 18:11:52.953 INFO O| Jul 08 18:11:52.953 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87882026-07-08T18:11:53.753Z[ recovery-image] Jul 08 18:11:52.958 INFO O| Jul 08 18:11:52.958 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87892026-07-08T18:11:53.753Z[ recovery-image] Jul 08 18:11:52.958 INFO O| Jul 08 18:11:52.958 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87902026-07-08T18:11:53.753Z[ recovery-image] Jul 08 18:11:52.958 INFO O| Jul 08 18:11:52.958 INFO STEP 6 (ensure_dir) COMPLETE
87912026-07-08T18:11:53.753Z[ recovery-image] Jul 08 18:11:52.958 INFO O| Jul 08 18:11:52.958 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87922026-07-08T18:11:53.760Z[ recovery-image] Jul 08 18:11:52.965 INFO O| Jul 08 18:11:52.965 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87932026-07-08T18:11:53.763Z[ recovery-image] Jul 08 18:11:52.965 INFO O| Jul 08 18:11:52.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87942026-07-08T18:11:53.764Z[ recovery-image] Jul 08 18:11:52.965 INFO O| Jul 08 18:11:52.965 INFO STEP 7 (ensure_dir) COMPLETE
87952026-07-08T18:11:53.764Z[ recovery-image] Jul 08 18:11:52.965 INFO O| Jul 08 18:11:52.965 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87962026-07-08T18:11:53.767Z[ recovery-image] Jul 08 18:11:52.971 INFO O| Jul 08 18:11:52.971 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87972026-07-08T18:11:53.767Z[ recovery-image] Jul 08 18:11:52.972 INFO O| Jul 08 18:11:52.972 INFO STEP 8 (remove_files) COMPLETE
87982026-07-08T18:11:53.767Z[ recovery-image] Jul 08 18:11:52.972 INFO O| Jul 08 18:11:52.972 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87992026-07-08T18:11:53.772Z[ recovery-image] Jul 08 18:11:52.978 INFO O| Jul 08 18:11:52.978 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
88002026-07-08T18:11:53.776Z[ recovery-image] Jul 08 18:11:52.978 INFO O| Jul 08 18:11:52.978 INFO STEP 9 (remove_files) COMPLETE
88012026-07-08T18:11:53.776Z[ recovery-image] Jul 08 18:11:52.978 INFO O| Jul 08 18:11:52.978 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88022026-07-08T18:11:53.779Z[ recovery-image] Jul 08 18:11:52.984 INFO O| Jul 08 18:11:52.984 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88032026-07-08T18:11:53.779Z[ recovery-image] Jul 08 18:11:52.984 INFO O| Jul 08 18:11:52.984 INFO STEP 10 (remove_files) COMPLETE
88042026-07-08T18:11:53.780Z[ recovery-image] Jul 08 18:11:52.984 INFO O| Jul 08 18:11:52.984 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88052026-07-08T18:11:53.784Z[ recovery-image] Jul 08 18:11:52.990 INFO O| Jul 08 18:11:52.990 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88062026-07-08T18:11:53.784Z[ recovery-image] Jul 08 18:11:52.990 INFO O| Jul 08 18:11:52.990 INFO STEP 11 (remove_files) COMPLETE
88072026-07-08T18:11:53.784Z[ recovery-image] Jul 08 18:11:52.990 INFO O| Jul 08 18:11:52.990 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88082026-07-08T18:11:53.790Z[ recovery-image] Jul 08 18:11:52.996 INFO O| Jul 08 18:11:52.996 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88092026-07-08T18:11:53.790Z[ recovery-image] Jul 08 18:11:52.996 INFO O| Jul 08 18:11:52.996 INFO STEP 12 (remove_files) COMPLETE
88102026-07-08T18:11:53.794Z[ recovery-image] Jul 08 18:11:52.996 INFO O| Jul 08 18:11:52.996 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88112026-07-08T18:11:53.797Z[ recovery-image] Jul 08 18:11:53.002 INFO O| Jul 08 18:11:53.002 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88122026-07-08T18:11:53.797Z[ recovery-image] Jul 08 18:11:53.002 INFO O| Jul 08 18:11:53.002 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88132026-07-08T18:11:53.797Z[ recovery-image] Jul 08 18:11:53.002 INFO O| Jul 08 18:11:53.002 INFO STEP 13 (ensure_dir) COMPLETE
88142026-07-08T18:11:53.797Z[ recovery-image] Jul 08 18:11:53.002 INFO O| Jul 08 18:11:53.002 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88152026-07-08T18:11:53.803Z[ recovery-image] Jul 08 18:11:53.008 INFO O| Jul 08 18:11:53.008 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88162026-07-08T18:11:53.804Z[ recovery-image] Jul 08 18:11:53.008 INFO O| Jul 08 18:11:53.008 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88172026-07-08T18:11:53.804Z[ recovery-image] Jul 08 18:11:53.008 INFO O| Jul 08 18:11:53.008 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88182026-07-08T18:11:53.808Z[ recovery-image] Jul 08 18:11:53.008 INFO O| Jul 08 18:11:53.008 INFO STEP 14 (ensure_dir) COMPLETE
88192026-07-08T18:11:53.808Z[ recovery-image] Jul 08 18:11:53.008 INFO O| Jul 08 18:11:53.008 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88202026-07-08T18:11:53.811Z[ recovery-image] Jul 08 18:11:53.016 INFO O| Jul 08 18:11:53.016 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88212026-07-08T18:11:53.812Z[ recovery-image] Jul 08 18:11:53.016 INFO O| Jul 08 18:11:53.016 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88222026-07-08T18:11:53.812Z[ recovery-image] Jul 08 18:11:53.016 INFO O| Jul 08 18:11:53.016 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88232026-07-08T18:11:53.812Z[ recovery-image] Jul 08 18:11:53.016 INFO O| Jul 08 18:11:53.016 INFO STEP 15 (ensure_dir) COMPLETE
88242026-07-08T18:11:53.812Z[ recovery-image] Jul 08 18:11:53.016 INFO O| Jul 08 18:11:53.016 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88252026-07-08T18:11:53.817Z[ recovery-image] Jul 08 18:11:53.022 INFO O| Jul 08 18:11:53.022 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88262026-07-08T18:11:53.817Z[ recovery-image] Jul 08 18:11:53.022 INFO O| Jul 08 18:11:53.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88272026-07-08T18:11:53.820Z[ recovery-image] Jul 08 18:11:53.022 INFO O| Jul 08 18:11:53.022 INFO STEP 16 (ensure_dir) COMPLETE
88282026-07-08T18:11:53.820Z[ recovery-image] Jul 08 18:11:53.022 INFO O| Jul 08 18:11:53.022 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88292026-07-08T18:11:53.824Z[ recovery-image] Jul 08 18:11:53.028 INFO O| Jul 08 18:11:53.028 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88302026-07-08T18:11:53.824Z[ recovery-image] Jul 08 18:11:53.028 INFO O| Jul 08 18:11:53.028 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88312026-07-08T18:11:53.825Z[ recovery-image] Jul 08 18:11:53.028 INFO O| Jul 08 18:11:53.028 INFO STEP 17 (ensure_dir) COMPLETE
88322026-07-08T18:11:53.825Z[ recovery-image] Jul 08 18:11:53.028 INFO O| Jul 08 18:11:53.028 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88332026-07-08T18:11:53.828Z[ recovery-image] Jul 08 18:11:53.034 INFO O| Jul 08 18:11:53.034 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88342026-07-08T18:11:53.828Z[ recovery-image] Jul 08 18:11:53.034 INFO O| Jul 08 18:11:53.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88352026-07-08T18:11:53.829Z[ recovery-image] Jul 08 18:11:53.034 INFO O| Jul 08 18:11:53.034 INFO ok!
88362026-07-08T18:11:53.829Z[ recovery-image] Jul 08 18:11:53.034 INFO O| Jul 08 18:11:53.034 INFO STEP 18 (ensure_symlink) COMPLETE
88372026-07-08T18:11:53.829Z[ recovery-image] Jul 08 18:11:53.034 INFO O| Jul 08 18:11:53.034 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88382026-07-08T18:11:53.834Z[ recovery-image] Jul 08 18:11:53.039 INFO O| Jul 08 18:11:53.039 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88392026-07-08T18:11:53.834Z[ recovery-image] Jul 08 18:11:53.039 INFO O| Jul 08 18:11:53.039 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88402026-07-08T18:11:53.834Z[ recovery-image] Jul 08 18:11:53.039 INFO O| Jul 08 18:11:53.039 INFO ok!
88412026-07-08T18:11:53.838Z[ recovery-image] Jul 08 18:11:53.039 INFO O| Jul 08 18:11:53.039 INFO STEP 19 (ensure_file) COMPLETE
88422026-07-08T18:11:53.838Z[ recovery-image] Jul 08 18:11:53.039 INFO O| Jul 08 18:11:53.039 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88432026-07-08T18:11:53.841Z[ recovery-image] Jul 08 18:11:53.045 INFO O| Jul 08 18:11:53.045 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88442026-07-08T18:11:53.842Z[ recovery-image] Jul 08 18:11:53.045 INFO O| Jul 08 18:11:53.045 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88452026-07-08T18:11:53.842Z[ recovery-image] Jul 08 18:11:53.045 INFO O| Jul 08 18:11:53.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88462026-07-08T18:11:53.843Z[ recovery-image] Jul 08 18:11:53.045 INFO O| Jul 08 18:11:53.045 INFO ok!
88472026-07-08T18:11:53.843Z[ recovery-image] Jul 08 18:11:53.045 INFO O| Jul 08 18:11:53.045 INFO STEP 20 (ensure_symlink) COMPLETE
88482026-07-08T18:11:53.843Z[ recovery-image] Jul 08 18:11:53.045 INFO O| Jul 08 18:11:53.045 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88492026-07-08T18:11:53.848Z[ recovery-image] Jul 08 18:11:53.053 INFO O| Jul 08 18:11:53.053 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88502026-07-08T18:11:53.851Z[ recovery-image] Jul 08 18:11:53.053 INFO O| Jul 08 18:11:53.053 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88512026-07-08T18:11:53.851Z[ recovery-image] Jul 08 18:11:53.053 INFO O| Jul 08 18:11:53.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88522026-07-08T18:11:53.851Z[ recovery-image] Jul 08 18:11:53.053 INFO O| Jul 08 18:11:53.053 INFO ok!
88532026-07-08T18:11:53.851Z[ recovery-image] Jul 08 18:11:53.053 INFO O| Jul 08 18:11:53.053 INFO STEP 21 (ensure_symlink) COMPLETE
88542026-07-08T18:11:53.851Z[ recovery-image] Jul 08 18:11:53.053 INFO O| Jul 08 18:11:53.053 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88552026-07-08T18:11:53.855Z[ recovery-image] Jul 08 18:11:53.059 INFO O| Jul 08 18:11:53.059 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88562026-07-08T18:11:53.855Z[ recovery-image] Jul 08 18:11:53.059 INFO O| Jul 08 18:11:53.059 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88572026-07-08T18:11:53.855Z[ recovery-image] Jul 08 18:11:53.059 INFO O| Jul 08 18:11:53.059 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88582026-07-08T18:11:53.855Z[ recovery-image] Jul 08 18:11:53.059 INFO O| Jul 08 18:11:53.059 INFO ok!
88592026-07-08T18:11:53.855Z[ recovery-image] Jul 08 18:11:53.059 INFO O| Jul 08 18:11:53.059 INFO STEP 22 (ensure_symlink) COMPLETE
88602026-07-08T18:11:53.855Z[ recovery-image] Jul 08 18:11:53.059 INFO O| Jul 08 18:11:53.059 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88612026-07-08T18:11:53.861Z[ recovery-image] Jul 08 18:11:53.066 INFO O| Jul 08 18:11:53.065 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88622026-07-08T18:11:53.861Z[ recovery-image] Jul 08 18:11:53.066 INFO O| Jul 08 18:11:53.066 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88632026-07-08T18:11:53.861Z[ recovery-image] Jul 08 18:11:53.066 INFO O| Jul 08 18:11:53.066 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88642026-07-08T18:11:53.861Z[ recovery-image] Jul 08 18:11:53.066 INFO O| Jul 08 18:11:53.066 INFO ok!
88652026-07-08T18:11:53.861Z[ recovery-image] Jul 08 18:11:53.066 INFO O| Jul 08 18:11:53.066 INFO STEP 23 (ensure_symlink) COMPLETE
88662026-07-08T18:11:53.861Z[ recovery-image] Jul 08 18:11:53.066 INFO O| Jul 08 18:11:53.066 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88672026-07-08T18:11:53.866Z[ recovery-image] Jul 08 18:11:53.072 INFO O| Jul 08 18:11:53.072 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88682026-07-08T18:11:53.870Z[ recovery-image] Jul 08 18:11:53.072 INFO O| Jul 08 18:11:53.072 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 ...
88692026-07-08T18:11:53.870Z[ recovery-image] Jul 08 18:11:53.072 INFO O| Jul 08 18:11:53.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88702026-07-08T18:11:53.870Z[ recovery-image] Jul 08 18:11:53.072 INFO O| Jul 08 18:11:53.072 INFO ok!
88712026-07-08T18:11:53.870Z[ recovery-image] Jul 08 18:11:53.072 INFO O| Jul 08 18:11:53.072 INFO STEP 24 (ensure_file) COMPLETE
88722026-07-08T18:11:53.870Z[ recovery-image] Jul 08 18:11:53.072 INFO O| Jul 08 18:11:53.072 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88732026-07-08T18:11:53.874Z[ recovery-image] Jul 08 18:11:53.077 INFO O| Jul 08 18:11:53.077 INFO updating shadow file
88742026-07-08T18:11:53.874Z[ recovery-image] Jul 08 18:11:53.077 INFO O| Jul 08 18:11:53.077 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88752026-07-08T18:11:53.874Z[ recovery-image] Jul 08 18:11:53.077 INFO O| Jul 08 18:11:53.077 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88762026-07-08T18:11:53.875Z[ recovery-image] Jul 08 18:11:53.077 INFO O| Jul 08 18:11:53.077 INFO STEP 25 (shadow) COMPLETE
88772026-07-08T18:11:53.875Z[ recovery-image] Jul 08 18:11:53.077 INFO O| Jul 08 18:11:53.077 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88782026-07-08T18:11:53.879Z[ recovery-image] Jul 08 18:11:53.084 INFO O| Jul 08 18:11:53.084 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88792026-07-08T18:11:53.879Z[ recovery-image] Jul 08 18:11:53.084 INFO O| Jul 08 18:11:53.084 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88802026-07-08T18:11:53.879Z[ recovery-image] Jul 08 18:11:53.084 INFO O| Jul 08 18:11:53.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88812026-07-08T18:11:53.879Z[ recovery-image] Jul 08 18:11:53.084 INFO O| Jul 08 18:11:53.084 INFO ok!
88822026-07-08T18:11:53.879Z[ recovery-image] Jul 08 18:11:53.084 INFO O| Jul 08 18:11:53.084 INFO STEP 26 (ensure_file) COMPLETE
88832026-07-08T18:11:53.879Z[ recovery-image] Jul 08 18:11:53.084 INFO O| Jul 08 18:11:53.084 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88842026-07-08T18:11:53.885Z[ recovery-image] Jul 08 18:11:53.090 INFO O| Jul 08 18:11:53.090 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88852026-07-08T18:11:53.885Z[ recovery-image] Jul 08 18:11:53.090 INFO O| Jul 08 18:11:53.090 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88862026-07-08T18:11:53.888Z[ recovery-image] Jul 08 18:11:53.090 INFO O| Jul 08 18:11:53.090 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88872026-07-08T18:11:53.889Z[ recovery-image] Jul 08 18:11:53.090 INFO O| Jul 08 18:11:53.090 INFO ok!
88882026-07-08T18:11:53.889Z[ recovery-image] Jul 08 18:11:53.090 INFO O| Jul 08 18:11:53.090 INFO STEP 27 (ensure_file) COMPLETE
88892026-07-08T18:11:53.889Z[ recovery-image] Jul 08 18:11:53.090 INFO O| Jul 08 18:11:53.090 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88902026-07-08T18:11:53.892Z[ recovery-image] Jul 08 18:11:53.096 INFO O| Jul 08 18:11:53.096 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88912026-07-08T18:11:53.894Z[ recovery-image] Jul 08 18:11:53.096 INFO O| Jul 08 18:11:53.096 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88922026-07-08T18:11:53.894Z[ recovery-image] Jul 08 18:11:53.096 INFO O| Jul 08 18:11:53.096 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88932026-07-08T18:11:53.894Z[ recovery-image] Jul 08 18:11:53.096 INFO O| Jul 08 18:11:53.096 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88942026-07-08T18:11:53.894Z[ recovery-image] Jul 08 18:11:53.096 INFO O| Jul 08 18:11:53.096 INFO ok!
88952026-07-08T18:11:53.894Z[ recovery-image] Jul 08 18:11:53.096 INFO O| Jul 08 18:11:53.096 INFO STEP 28 (ensure_file) COMPLETE
88962026-07-08T18:11:53.894Z[ recovery-image] Jul 08 18:11:53.096 INFO O| Jul 08 18:11:53.096 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88972026-07-08T18:11:53.898Z[ recovery-image] Jul 08 18:11:53.103 INFO O| Jul 08 18:11:53.103 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88982026-07-08T18:11:53.898Z[ recovery-image] Jul 08 18:11:53.103 INFO O| Jul 08 18:11:53.103 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88992026-07-08T18:11:53.898Z[ recovery-image] Jul 08 18:11:53.103 INFO O| Jul 08 18:11:53.103 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
89002026-07-08T18:11:53.902Z[ recovery-image] Jul 08 18:11:53.103 INFO O| Jul 08 18:11:53.103 INFO ok!
89012026-07-08T18:11:53.902Z[ recovery-image] Jul 08 18:11:53.103 INFO O| Jul 08 18:11:53.103 INFO STEP 29 (ensure_file) COMPLETE
89022026-07-08T18:11:53.902Z[ recovery-image] Jul 08 18:11:53.104 INFO O| Jul 08 18:11:53.103 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89032026-07-08T18:11:53.905Z[ recovery-image] Jul 08 18:11:53.110 INFO O| Jul 08 18:11:53.110 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89042026-07-08T18:11:53.905Z[ recovery-image] Jul 08 18:11:53.110 INFO O| Jul 08 18:11:53.110 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89052026-07-08T18:11:53.905Z[ recovery-image] Jul 08 18:11:53.110 INFO O| Jul 08 18:11:53.110 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89062026-07-08T18:11:53.907Z[ recovery-image] Jul 08 18:11:53.110 INFO O| Jul 08 18:11:53.110 INFO STEP 30 (ensure_dir) COMPLETE
89072026-07-08T18:11:53.907Z[ recovery-image] Jul 08 18:11:53.110 INFO O| Jul 08 18:11:53.110 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89082026-07-08T18:11:53.911Z[ recovery-image] Jul 08 18:11:53.116 INFO O| Jul 08 18:11:53.116 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89092026-07-08T18:11:53.911Z[ recovery-image] Jul 08 18:11:53.116 INFO O| Jul 08 18:11:53.116 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 ...
89102026-07-08T18:11:53.914Z[ recovery-image] Jul 08 18:11:53.116 INFO O| Jul 08 18:11:53.116 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
89112026-07-08T18:11:53.914Z[ recovery-image] Jul 08 18:11:53.116 INFO O| Jul 08 18:11:53.116 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89122026-07-08T18:11:53.914Z[ recovery-image] Jul 08 18:11:53.116 INFO O| Jul 08 18:11:53.116 INFO ok!
89132026-07-08T18:11:53.914Z[ recovery-image] Jul 08 18:11:53.116 INFO O| Jul 08 18:11:53.116 INFO STEP 31 (ensure_file) COMPLETE
89142026-07-08T18:11:53.914Z[ recovery-image] Jul 08 18:11:53.116 INFO O| Jul 08 18:11:53.116 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89152026-07-08T18:11:53.918Z[ recovery-image] Jul 08 18:11:53.123 INFO O| Jul 08 18:11:53.123 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89162026-07-08T18:11:53.918Z[ recovery-image] Jul 08 18:11:53.123 INFO O| Jul 08 18:11:53.123 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89172026-07-08T18:11:53.918Z[ recovery-image] Jul 08 18:11:53.123 INFO O| Jul 08 18:11:53.123 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89182026-07-08T18:11:53.918Z[ recovery-image] Jul 08 18:11:53.123 INFO O| Jul 08 18:11:53.123 INFO STEP 32 (ensure_dir) COMPLETE
89192026-07-08T18:11:53.918Z[ recovery-image] Jul 08 18:11:53.123 INFO O| Jul 08 18:11:53.123 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89202026-07-08T18:11:53.924Z[ recovery-image] Jul 08 18:11:53.129 INFO O| Jul 08 18:11:53.129 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89212026-07-08T18:11:53.925Z[ recovery-image] Jul 08 18:11:53.129 INFO O| Jul 08 18:11:53.129 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 ...
89222026-07-08T18:11:53.931Z[ recovery-image] Jul 08 18:11:53.129 INFO O| Jul 08 18:11:53.129 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
89232026-07-08T18:11:53.931Z[ recovery-image] Jul 08 18:11:53.129 INFO O| Jul 08 18:11:53.129 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89242026-07-08T18:11:53.931Z[ recovery-image] Jul 08 18:11:53.129 INFO O| Jul 08 18:11:53.129 INFO ok!
89252026-07-08T18:11:53.931Z[ recovery-image] Jul 08 18:11:53.129 INFO O| Jul 08 18:11:53.129 INFO STEP 33 (ensure_file) COMPLETE
89262026-07-08T18:11:53.931Z[ recovery-image] Jul 08 18:11:53.129 INFO O| Jul 08 18:11:53.129 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89272026-07-08T18:11:53.931Z[ recovery-image] Jul 08 18:11:53.135 INFO O| Jul 08 18:11:53.135 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89282026-07-08T18:11:53.932Z[ recovery-image] Jul 08 18:11:53.135 INFO O| Jul 08 18:11:53.135 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89292026-07-08T18:11:53.932Z[ recovery-image] Jul 08 18:11:53.135 INFO O| Jul 08 18:11:53.135 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89302026-07-08T18:11:53.932Z[ recovery-image] Jul 08 18:11:53.135 INFO O| Jul 08 18:11:53.135 INFO ok!
89312026-07-08T18:11:53.932Z[ recovery-image] Jul 08 18:11:53.135 INFO O| Jul 08 18:11:53.135 INFO STEP 34 (ensure_file) COMPLETE
89322026-07-08T18:11:53.932Z[ recovery-image] Jul 08 18:11:53.135 INFO O| Jul 08 18:11:53.135 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89332026-07-08T18:11:53.937Z[ recovery-image] Jul 08 18:11:53.142 INFO O| Jul 08 18:11:53.142 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89342026-07-08T18:11:53.937Z[ recovery-image] Jul 08 18:11:53.142 INFO O| Jul 08 18:11:53.142 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89352026-07-08T18:11:53.942Z[ recovery-image] Jul 08 18:11:53.142 INFO O| Jul 08 18:11:53.142 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89362026-07-08T18:11:53.942Z[ recovery-image] Jul 08 18:11:53.142 INFO O| Jul 08 18:11:53.142 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89372026-07-08T18:11:53.942Z[ recovery-image] Jul 08 18:11:53.142 INFO O| Jul 08 18:11:53.142 INFO ok!
89382026-07-08T18:11:53.942Z[ recovery-image] Jul 08 18:11:53.142 INFO O| Jul 08 18:11:53.142 INFO STEP 35 (ensure_file) COMPLETE
89392026-07-08T18:11:53.943Z[ recovery-image] Jul 08 18:11:53.142 INFO O| Jul 08 18:11:53.142 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89402026-07-08T18:11:53.946Z[ recovery-image] Jul 08 18:11:53.148 INFO O| Jul 08 18:11:53.148 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89412026-07-08T18:11:53.946Z[ recovery-image] Jul 08 18:11:53.148 INFO O| Jul 08 18:11:53.148 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89422026-07-08T18:11:53.946Z[ recovery-image] Jul 08 18:11:53.148 INFO O| Jul 08 18:11:53.148 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89432026-07-08T18:11:53.946Z[ recovery-image] Jul 08 18:11:53.148 INFO O| Jul 08 18:11:53.148 INFO ok!
89442026-07-08T18:11:53.946Z[ recovery-image] Jul 08 18:11:53.148 INFO O| Jul 08 18:11:53.148 INFO STEP 36 (ensure_file) COMPLETE
89452026-07-08T18:11:53.946Z[ recovery-image] Jul 08 18:11:53.148 INFO O| Jul 08 18:11:53.148 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89462026-07-08T18:11:53.950Z[ recovery-image] Jul 08 18:11:53.154 INFO O| Jul 08 18:11:53.154 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89472026-07-08T18:11:53.950Z[ recovery-image] Jul 08 18:11:53.154 INFO O| Jul 08 18:11:53.154 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89482026-07-08T18:11:53.950Z[ recovery-image] Jul 08 18:11:53.154 INFO O| Jul 08 18:11:53.154 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89492026-07-08T18:11:53.952Z[ recovery-image] Jul 08 18:11:53.155 INFO O| Jul 08 18:11:53.154 INFO ok!
89502026-07-08T18:11:53.952Z[ recovery-image] Jul 08 18:11:53.155 INFO O| Jul 08 18:11:53.155 INFO STEP 37 (ensure_file) COMPLETE
89512026-07-08T18:11:53.952Z[ recovery-image] Jul 08 18:11:53.155 INFO O| Jul 08 18:11:53.155 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89522026-07-08T18:11:53.957Z[ recovery-image] Jul 08 18:11:53.160 INFO O| Jul 08 18:11:53.160 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89532026-07-08T18:11:53.957Z[ recovery-image] Jul 08 18:11:53.160 INFO O| Jul 08 18:11:53.160 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89542026-07-08T18:11:53.957Z[ recovery-image] Jul 08 18:11:53.160 INFO O| Jul 08 18:11:53.160 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89552026-07-08T18:11:53.957Z[ recovery-image] Jul 08 18:11:53.160 INFO O| Jul 08 18:11:53.160 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89562026-07-08T18:11:53.957Z[ recovery-image] Jul 08 18:11:53.160 INFO O| Jul 08 18:11:53.160 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89572026-07-08T18:11:53.957Z[ recovery-image] Jul 08 18:11:53.160 INFO O| Jul 08 18:11:53.160 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89582026-07-08T18:11:53.957Z[ recovery-image] Jul 08 18:11:53.160 INFO O| Jul 08 18:11:53.160 INFO ok!
89592026-07-08T18:11:53.958Z[ recovery-image] Jul 08 18:11:53.160 INFO O| Jul 08 18:11:53.160 INFO STEP 38 (ensure_file) COMPLETE
89602026-07-08T18:11:53.958Z[ recovery-image] Jul 08 18:11:53.160 INFO O| Jul 08 18:11:53.160 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89612026-07-08T18:11:53.961Z[ recovery-image] Jul 08 18:11:53.166 INFO O| Jul 08 18:11:53.166 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89622026-07-08T18:11:53.961Z[ recovery-image] Jul 08 18:11:53.166 INFO O| Jul 08 18:11:53.166 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89632026-07-08T18:11:53.962Z[ recovery-image] Jul 08 18:11:53.166 INFO O| Jul 08 18:11:53.166 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89642026-07-08T18:11:53.963Z[ recovery-image] Jul 08 18:11:53.166 INFO O| Jul 08 18:11:53.166 INFO STEP 39 (ensure_dir) COMPLETE
89652026-07-08T18:11:53.963Z[ recovery-image] Jul 08 18:11:53.166 INFO O| Jul 08 18:11:53.166 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89662026-07-08T18:11:53.967Z[ recovery-image] Jul 08 18:11:53.172 INFO O| Jul 08 18:11:53.172 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
89672026-07-08T18:11:53.967Z[ recovery-image] Jul 08 18:11:53.172 INFO O| Jul 08 18:11:53.172 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 ...
89682026-07-08T18:11:53.967Z[ recovery-image] Jul 08 18:11:53.172 INFO O| Jul 08 18:11:53.172 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
89692026-07-08T18:11:53.967Z[ recovery-image] Jul 08 18:11:53.172 INFO O| Jul 08 18:11:53.172 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
89702026-07-08T18:11:53.967Z[ recovery-image] Jul 08 18:11:53.172 INFO O| Jul 08 18:11:53.172 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
89712026-07-08T18:11:53.967Z[ recovery-image] Jul 08 18:11:53.172 INFO O| Jul 08 18:11:53.172 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
89722026-07-08T18:11:53.967Z[ recovery-image] Jul 08 18:11:53.172 INFO O| Jul 08 18:11:53.172 INFO ok!
89732026-07-08T18:11:53.967Z[ recovery-image] Jul 08 18:11:53.172 INFO O| Jul 08 18:11:53.172 INFO STEP 40 (ensure_file) COMPLETE
89742026-07-08T18:11:53.971Z[ recovery-image] Jul 08 18:11:53.172 INFO O| Jul 08 18:11:53.172 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89752026-07-08T18:11:53.974Z[ recovery-image] Jul 08 18:11:53.179 INFO O| Jul 08 18:11:53.179 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89762026-07-08T18:11:53.975Z[ recovery-image] Jul 08 18:11:53.179 INFO O| Jul 08 18:11:53.179 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 ...
89772026-07-08T18:11:53.977Z[ recovery-image] Jul 08 18:11:53.179 INFO O| Jul 08 18:11:53.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89782026-07-08T18:11:53.977Z[ recovery-image] Jul 08 18:11:53.179 INFO O| Jul 08 18:11:53.179 INFO ok!
89792026-07-08T18:11:53.977Z[ recovery-image] Jul 08 18:11:53.179 INFO O| Jul 08 18:11:53.179 INFO STEP 41 (ensure_symlink) COMPLETE
89802026-07-08T18:11:53.977Z[ recovery-image] Jul 08 18:11:53.179 INFO O| Jul 08 18:11:53.179 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89812026-07-08T18:11:53.982Z[ recovery-image] Jul 08 18:11:53.186 INFO O| Jul 08 18:11:53.186 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89822026-07-08T18:11:53.982Z[ recovery-image] Jul 08 18:11:53.186 INFO O| Jul 08 18:11:53.186 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89832026-07-08T18:11:53.982Z[ recovery-image] Jul 08 18:11:53.186 INFO O| Jul 08 18:11:53.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89842026-07-08T18:11:53.982Z[ recovery-image] Jul 08 18:11:53.186 INFO O| Jul 08 18:11:53.186 INFO ok!
89852026-07-08T18:11:53.982Z[ recovery-image] Jul 08 18:11:53.186 INFO O| Jul 08 18:11:53.186 INFO STEP 42 (ensure_symlink) COMPLETE
89862026-07-08T18:11:53.982Z[ recovery-image] Jul 08 18:11:53.186 INFO O| Jul 08 18:11:53.186 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89872026-07-08T18:11:53.986Z[ recovery-image] Jul 08 18:11:53.192 INFO O| Jul 08 18:11:53.192 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89882026-07-08T18:11:53.987Z[ recovery-image] Jul 08 18:11:53.192 INFO O| Jul 08 18:11:53.192 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89892026-07-08T18:11:53.990Z[ recovery-image] Jul 08 18:11:53.192 INFO O| Jul 08 18:11:53.192 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89902026-07-08T18:11:53.990Z[ recovery-image] Jul 08 18:11:53.192 INFO O| Jul 08 18:11:53.192 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89912026-07-08T18:11:53.993Z[ recovery-image] Jul 08 18:11:53.192 INFO O| Jul 08 18:11:53.192 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89922026-07-08T18:11:53.993Z[ recovery-image] Jul 08 18:11:53.192 INFO O| Jul 08 18:11:53.192 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89932026-07-08T18:11:53.993Z[ recovery-image] Jul 08 18:11:53.192 INFO O| Jul 08 18:11:53.192 INFO ok!
89942026-07-08T18:11:53.993Z[ recovery-image] Jul 08 18:11:53.192 INFO O| Jul 08 18:11:53.192 INFO STEP 43 (ensure_file) COMPLETE
89952026-07-08T18:11:53.993Z[ recovery-image] Jul 08 18:11:53.192 INFO O| Jul 08 18:11:53.192 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89962026-07-08T18:11:53.997Z[ recovery-image] Jul 08 18:11:53.197 INFO O| Jul 08 18:11:53.197 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89972026-07-08T18:11:53.997Z[ recovery-image] Jul 08 18:11:53.197 INFO O| Jul 08 18:11:53.197 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 ...
89982026-07-08T18:11:53.998Z[ recovery-image] Jul 08 18:11:53.197 INFO O| Jul 08 18:11:53.197 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
89992026-07-08T18:11:53.998Z[ recovery-image] Jul 08 18:11:53.197 INFO O| Jul 08 18:11:53.197 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
90002026-07-08T18:11:53.998Z[ recovery-image] Jul 08 18:11:53.197 INFO O| Jul 08 18:11:53.197 INFO ok!
90012026-07-08T18:11:53.998Z[ recovery-image] Jul 08 18:11:53.197 INFO O| Jul 08 18:11:53.197 INFO STEP 44 (ensure_file) COMPLETE
90022026-07-08T18:11:53.998Z[ recovery-image] Jul 08 18:11:53.197 INFO O| Jul 08 18:11:53.197 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90032026-07-08T18:11:54.002Z[ recovery-image] Jul 08 18:11:53.205 INFO O| Jul 08 18:11:53.205 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90042026-07-08T18:11:54.002Z[ recovery-image] Jul 08 18:11:53.205 INFO O| Jul 08 18:11:53.205 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90052026-07-08T18:11:54.002Z[ recovery-image] Jul 08 18:11:53.205 INFO O| Jul 08 18:11:53.205 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90062026-07-08T18:11:54.002Z[ recovery-image] Jul 08 18:11:53.205 INFO O| Jul 08 18:11:53.205 INFO ok!
90072026-07-08T18:11:54.002Z[ recovery-image] Jul 08 18:11:53.205 INFO O| Jul 08 18:11:53.205 INFO STEP 45 (ensure_file) COMPLETE
90082026-07-08T18:11:54.002Z[ recovery-image] Jul 08 18:11:53.205 INFO O| Jul 08 18:11:53.205 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90092026-07-08T18:11:54.007Z[ recovery-image] Jul 08 18:11:53.212 INFO O| Jul 08 18:11:53.212 INFO updating shadow file
90102026-07-08T18:11:54.007Z[ recovery-image] Jul 08 18:11:53.212 INFO O| Jul 08 18:11:53.212 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90112026-07-08T18:11:54.011Z[ recovery-image] Jul 08 18:11:53.212 INFO O| Jul 08 18:11:53.212 INFO STEP 46 (shadow) COMPLETE
90122026-07-08T18:11:54.011Z[ recovery-image] Jul 08 18:11:53.212 INFO O| Jul 08 18:11:53.212 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90132026-07-08T18:11:54.014Z[ recovery-image] Jul 08 18:11:53.219 INFO O| Jul 08 18:11:53.219 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90142026-07-08T18:11:54.014Z[ recovery-image] Jul 08 18:11:53.219 INFO O| Jul 08 18:11:53.219 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90152026-07-08T18:11:54.016Z[ recovery-image] Jul 08 18:11:53.219 INFO O| Jul 08 18:11:53.219 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90162026-07-08T18:11:54.016Z[ recovery-image] Jul 08 18:11:53.219 INFO O| Jul 08 18:11:53.219 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90172026-07-08T18:11:54.016Z[ recovery-image] Jul 08 18:11:53.219 INFO O| Jul 08 18:11:53.219 INFO ok!
90182026-07-08T18:11:54.020Z[ recovery-image] Jul 08 18:11:53.219 INFO O| Jul 08 18:11:53.219 INFO STEP 47 (ensure_file) COMPLETE
90192026-07-08T18:11:54.020Z[ recovery-image] Jul 08 18:11:53.219 INFO O| Jul 08 18:11:53.219 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90202026-07-08T18:11:54.024Z[ recovery-image] Jul 08 18:11:53.226 INFO O| Jul 08 18:11:53.226 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90212026-07-08T18:11:54.025Z[ recovery-image] Jul 08 18:11:53.226 INFO O| Jul 08 18:11:53.226 INFO STEP 48 (ensure_dir) COMPLETE
90222026-07-08T18:11:54.025Z[ recovery-image] Jul 08 18:11:53.226 INFO O| Jul 08 18:11:53.226 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90232026-07-08T18:11:54.028Z[ recovery-image] Jul 08 18:11:53.232 INFO O| Jul 08 18:11:53.232 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90242026-07-08T18:11:54.028Z[ recovery-image] Jul 08 18:11:53.232 INFO O| Jul 08 18:11:53.232 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90252026-07-08T18:11:54.028Z[ recovery-image] Jul 08 18:11:53.232 INFO O| Jul 08 18:11:53.232 INFO STEP 49 (ensure_dir) COMPLETE
90262026-07-08T18:11:54.028Z[ recovery-image] Jul 08 18:11:53.232 INFO O| Jul 08 18:11:53.232 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90272026-07-08T18:11:54.032Z[ recovery-image] Jul 08 18:11:53.238 INFO O| Jul 08 18:11:53.238 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90282026-07-08T18:11:54.033Z[ recovery-image] Jul 08 18:11:53.238 INFO O| Jul 08 18:11:53.238 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90292026-07-08T18:11:54.036Z[ recovery-image] Jul 08 18:11:53.238 INFO O| Jul 08 18:11:53.238 INFO STEP 50 (ensure_dir) COMPLETE
90302026-07-08T18:11:54.037Z[ recovery-image] Jul 08 18:11:53.238 INFO O| Jul 08 18:11:53.238 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90312026-07-08T18:11:54.040Z[ recovery-image] Jul 08 18:11:53.244 INFO O| Jul 08 18:11:53.243 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90322026-07-08T18:11:54.040Z[ recovery-image] Jul 08 18:11:53.244 INFO O| Jul 08 18:11:53.244 INFO copying /tmp/.tmp1xsBdg/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90332026-07-08T18:11:54.070Z[ recovery-image] Jul 08 18:11:53.274 INFO O| Jul 08 18:11:53.274 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90342026-07-08T18:11:54.071Z[ recovery-image] Jul 08 18:11:53.274 INFO O| Jul 08 18:11:53.274 INFO ok!
90352026-07-08T18:11:54.075Z[ recovery-image] Jul 08 18:11:53.274 INFO O| Jul 08 18:11:53.274 INFO STEP 51 (ensure_file) COMPLETE
90362026-07-08T18:11:54.075Z[ recovery-image] Jul 08 18:11:53.274 INFO O| Jul 08 18:11:53.274 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90372026-07-08T18:11:54.079Z[ recovery-image] Jul 08 18:11:53.281 INFO O| Jul 08 18:11:53.281 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90382026-07-08T18:11:54.079Z[ recovery-image] Jul 08 18:11:53.281 INFO O| Jul 08 18:11:53.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90392026-07-08T18:11:54.079Z[ recovery-image] Jul 08 18:11:53.281 INFO O| Jul 08 18:11:53.281 INFO STEP 52 (ensure_dir) COMPLETE
90402026-07-08T18:11:54.079Z[ recovery-image] Jul 08 18:11:53.281 INFO O| Jul 08 18:11:53.281 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90412026-07-08T18:11:54.082Z[ recovery-image] Jul 08 18:11:53.288 INFO O| Jul 08 18:11:53.288 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90422026-07-08T18:11:54.082Z[ recovery-image] Jul 08 18:11:53.288 INFO O| Jul 08 18:11:53.288 INFO copying /tmp/.tmp1xsBdg/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90432026-07-08T18:11:54.086Z[ recovery-image] Jul 08 18:11:53.288 INFO O| Jul 08 18:11:53.288 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90442026-07-08T18:11:54.086Z[ recovery-image] Jul 08 18:11:53.288 INFO O| Jul 08 18:11:53.288 INFO ok!
90452026-07-08T18:11:54.086Z[ recovery-image] Jul 08 18:11:53.288 INFO O| Jul 08 18:11:53.288 INFO STEP 53 (ensure_file) COMPLETE
90462026-07-08T18:11:54.086Z[ recovery-image] Jul 08 18:11:53.288 INFO O| Jul 08 18:11:53.288 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90472026-07-08T18:11:54.090Z[ recovery-image] Jul 08 18:11:53.295 INFO O| Jul 08 18:11:53.295 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90482026-07-08T18:11:54.090Z[ recovery-image] Jul 08 18:11:53.295 INFO O| Jul 08 18:11:53.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90492026-07-08T18:11:54.090Z[ recovery-image] Jul 08 18:11:53.295 INFO O| Jul 08 18:11:53.295 INFO STEP 54 (ensure_dir) COMPLETE
90502026-07-08T18:11:54.090Z[ recovery-image] Jul 08 18:11:53.295 INFO O| Jul 08 18:11:53.295 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90512026-07-08T18:11:54.095Z[ recovery-image] Jul 08 18:11:53.301 INFO O| Jul 08 18:11:53.301 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90522026-07-08T18:11:54.099Z[ recovery-image] Jul 08 18:11:53.301 INFO O| Jul 08 18:11:53.301 INFO copying /tmp/.tmp1xsBdg/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90532026-07-08T18:11:54.568Z[ recovery-image] Jul 08 18:11:53.773 INFO O| Jul 08 18:11:53.773 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90542026-07-08T18:11:54.568Z[ recovery-image] Jul 08 18:11:53.773 INFO O| Jul 08 18:11:53.773 INFO ok!
90552026-07-08T18:11:54.573Z[ recovery-image] Jul 08 18:11:53.773 INFO O| Jul 08 18:11:53.773 INFO STEP 55 (ensure_file) COMPLETE
90562026-07-08T18:11:54.573Z[ recovery-image] Jul 08 18:11:53.773 INFO O| Jul 08 18:11:53.773 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90572026-07-08T18:11:54.577Z[ recovery-image] Jul 08 18:11:53.780 INFO O| Jul 08 18:11:53.780 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90582026-07-08T18:11:54.577Z[ recovery-image] Jul 08 18:11:53.780 INFO O| Jul 08 18:11:53.780 INFO copying /tmp/.tmp1xsBdg/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90592026-07-08T18:11:55.118Z[ recovery-image] Jul 08 18:11:54.322 INFO O| Jul 08 18:11:54.322 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90602026-07-08T18:11:55.118Z[ recovery-image] Jul 08 18:11:54.322 INFO O| Jul 08 18:11:54.322 INFO ok!
90612026-07-08T18:11:55.118Z[ recovery-image] Jul 08 18:11:54.322 INFO O| Jul 08 18:11:54.322 INFO STEP 56 (ensure_file) COMPLETE
90622026-07-08T18:11:55.118Z[ recovery-image] Jul 08 18:11:54.322 INFO O| Jul 08 18:11:54.322 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90632026-07-08T18:11:55.124Z[ recovery-image] Jul 08 18:11:54.329 INFO O| Jul 08 18:11:54.329 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90642026-07-08T18:11:55.124Z[ recovery-image] Jul 08 18:11:54.329 INFO O| Jul 08 18:11:54.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90652026-07-08T18:11:55.124Z[ recovery-image] Jul 08 18:11:54.329 INFO O| Jul 08 18:11:54.329 INFO STEP 57 (ensure_dir) COMPLETE
90662026-07-08T18:11:55.128Z[ recovery-image] Jul 08 18:11:54.329 INFO O| Jul 08 18:11:54.329 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90672026-07-08T18:11:55.132Z[ recovery-image] Jul 08 18:11:54.337 INFO O| Jul 08 18:11:54.337 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90682026-07-08T18:11:55.135Z[ recovery-image] Jul 08 18:11:54.337 INFO O| Jul 08 18:11:54.337 INFO copying /tmp/.tmp1xsBdg/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 ...
90692026-07-08T18:11:55.135Z[ recovery-image] Jul 08 18:11:54.337 INFO O| Jul 08 18:11:54.337 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
90702026-07-08T18:11:55.135Z[ recovery-image] Jul 08 18:11:54.337 INFO O| Jul 08 18:11:54.337 INFO ok!
90712026-07-08T18:11:55.136Z[ recovery-image] Jul 08 18:11:54.337 INFO O| Jul 08 18:11:54.337 INFO STEP 58 (ensure_file) COMPLETE
90722026-07-08T18:11:55.136Z[ recovery-image] Jul 08 18:11:54.337 INFO O| Jul 08 18:11:54.337 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90732026-07-08T18:11:55.140Z[ recovery-image] Jul 08 18:11:54.343 INFO O| Jul 08 18:11:54.343 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90742026-07-08T18:11:55.142Z[ recovery-image] Jul 08 18:11:54.343 INFO O| Jul 08 18:11:54.343 INFO copying /tmp/.tmp1xsBdg/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 ...
90752026-07-08T18:11:55.142Z[ recovery-image] Jul 08 18:11:54.343 INFO O| Jul 08 18:11:54.343 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
90762026-07-08T18:11:55.142Z[ recovery-image] Jul 08 18:11:54.343 INFO O| Jul 08 18:11:54.343 INFO ok!
90772026-07-08T18:11:55.142Z[ recovery-image] Jul 08 18:11:54.343 INFO O| Jul 08 18:11:54.343 INFO STEP 59 (ensure_file) COMPLETE
90782026-07-08T18:11:55.142Z[ recovery-image] Jul 08 18:11:54.343 INFO O| Jul 08 18:11:54.343 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90792026-07-08T18:11:55.146Z[ recovery-image] Jul 08 18:11:54.350 INFO O| Jul 08 18:11:54.349 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90802026-07-08T18:11:55.146Z[ recovery-image] Jul 08 18:11:54.350 INFO O| Jul 08 18:11:54.350 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90812026-07-08T18:11:55.147Z[ recovery-image] Jul 08 18:11:54.350 INFO O| Jul 08 18:11:54.350 INFO STEP 60 (ensure_dir) COMPLETE
90822026-07-08T18:11:55.147Z[ recovery-image] Jul 08 18:11:54.350 INFO O| Jul 08 18:11:54.350 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90832026-07-08T18:11:55.150Z[ recovery-image] Jul 08 18:11:54.356 INFO O| Jul 08 18:11:54.356 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90842026-07-08T18:11:55.154Z[ recovery-image] Jul 08 18:11:54.356 INFO O| Jul 08 18:11:54.356 INFO copying /tmp/.tmp1xsBdg/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 ...
90852026-07-08T18:11:55.154Z[ recovery-image] Jul 08 18:11:54.356 INFO O| Jul 08 18:11:54.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90862026-07-08T18:11:55.154Z[ recovery-image] Jul 08 18:11:54.356 INFO O| Jul 08 18:11:54.356 INFO ok!
90872026-07-08T18:11:55.154Z[ recovery-image] Jul 08 18:11:54.356 INFO O| Jul 08 18:11:54.356 INFO STEP 61 (ensure_file) COMPLETE
90882026-07-08T18:11:55.154Z[ recovery-image] Jul 08 18:11:54.356 INFO O| Jul 08 18:11:54.356 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90892026-07-08T18:11:55.158Z[ recovery-image] Jul 08 18:11:54.362 INFO O| Jul 08 18:11:54.362 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90902026-07-08T18:11:55.158Z[ recovery-image] Jul 08 18:11:54.362 INFO O| Jul 08 18:11:54.362 INFO copying /tmp/.tmp1xsBdg/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 ...
90912026-07-08T18:11:55.158Z[ recovery-image] Jul 08 18:11:54.362 INFO O| Jul 08 18:11:54.362 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
90922026-07-08T18:11:55.158Z[ recovery-image] Jul 08 18:11:54.362 INFO O| Jul 08 18:11:54.362 INFO ok!
90932026-07-08T18:11:55.158Z[ recovery-image] Jul 08 18:11:54.362 INFO O| Jul 08 18:11:54.362 INFO STEP 62 (ensure_file) COMPLETE
90942026-07-08T18:11:55.158Z[ recovery-image] Jul 08 18:11:54.362 INFO O| Jul 08 18:11:54.362 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90952026-07-08T18:11:55.163Z[ recovery-image] Jul 08 18:11:54.368 INFO O| Jul 08 18:11:54.368 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90962026-07-08T18:11:55.163Z[ recovery-image] Jul 08 18:11:54.368 INFO O| Jul 08 18:11:54.368 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90972026-07-08T18:11:55.167Z[ recovery-image] Jul 08 18:11:54.368 INFO O| Jul 08 18:11:54.368 INFO STEP 63 (ensure_dir) COMPLETE
90982026-07-08T18:11:55.167Z[ recovery-image] Jul 08 18:11:54.368 INFO O| Jul 08 18:11:54.368 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90992026-07-08T18:11:55.172Z[ recovery-image] Jul 08 18:11:54.375 INFO O| Jul 08 18:11:54.375 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91002026-07-08T18:11:55.172Z[ recovery-image] Jul 08 18:11:54.375 INFO O| Jul 08 18:11:54.375 INFO copying /tmp/.tmp1xsBdg/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 ...
91012026-07-08T18:11:55.173Z[ recovery-image] Jul 08 18:11:54.375 INFO O| Jul 08 18:11:54.375 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91022026-07-08T18:11:55.173Z[ recovery-image] Jul 08 18:11:54.375 INFO O| Jul 08 18:11:54.375 INFO ok!
91032026-07-08T18:11:55.173Z[ recovery-image] Jul 08 18:11:54.375 INFO O| Jul 08 18:11:54.375 INFO STEP 64 (ensure_file) COMPLETE
91042026-07-08T18:11:55.173Z[ recovery-image] Jul 08 18:11:54.375 INFO O| Jul 08 18:11:54.375 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91052026-07-08T18:11:55.177Z[ recovery-image] Jul 08 18:11:54.381 INFO O| Jul 08 18:11:54.381 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91062026-07-08T18:11:55.177Z[ recovery-image] Jul 08 18:11:54.381 INFO O| Jul 08 18:11:54.381 INFO copying /tmp/.tmp1xsBdg/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91072026-07-08T18:11:55.177Z[ recovery-image] Jul 08 18:11:54.381 INFO O| Jul 08 18:11:54.381 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91082026-07-08T18:11:55.179Z[ recovery-image] Jul 08 18:11:54.381 INFO O| Jul 08 18:11:54.381 INFO ok!
91092026-07-08T18:11:55.179Z[ recovery-image] Jul 08 18:11:54.381 INFO O| Jul 08 18:11:54.381 INFO STEP 65 (ensure_file) COMPLETE
91102026-07-08T18:11:55.179Z[ recovery-image] Jul 08 18:11:54.381 INFO O| Jul 08 18:11:54.381 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91112026-07-08T18:11:55.183Z[ recovery-image] Jul 08 18:11:54.387 INFO O| Jul 08 18:11:54.387 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91122026-07-08T18:11:55.183Z[ recovery-image] Jul 08 18:11:54.387 INFO O| Jul 08 18:11:54.387 INFO STEP 66 (ensure_dir) COMPLETE
91132026-07-08T18:11:55.183Z[ recovery-image] Jul 08 18:11:54.387 INFO O| Jul 08 18:11:54.387 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91142026-07-08T18:11:55.188Z[ recovery-image] Jul 08 18:11:54.394 INFO O| Jul 08 18:11:54.394 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91152026-07-08T18:11:55.188Z[ recovery-image] Jul 08 18:11:54.394 INFO O| Jul 08 18:11:54.394 INFO STEP 67 (ensure_dir) COMPLETE
91162026-07-08T18:11:55.192Z[ recovery-image] Jul 08 18:11:54.394 INFO O| Jul 08 18:11:54.394 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91172026-07-08T18:11:55.196Z[ recovery-image] Jul 08 18:11:54.400 INFO O| Jul 08 18:11:54.400 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91182026-07-08T18:11:55.196Z[ recovery-image] Jul 08 18:11:54.400 INFO O| Jul 08 18:11:54.400 INFO STEP 68 (ensure_dir) COMPLETE
91192026-07-08T18:11:55.196Z[ recovery-image] Jul 08 18:11:54.400 INFO O| Jul 08 18:11:54.400 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91202026-07-08T18:11:55.200Z[ recovery-image] Jul 08 18:11:54.406 INFO O| Jul 08 18:11:54.406 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91212026-07-08T18:11:55.204Z[ recovery-image] Jul 08 18:11:54.406 INFO O| Jul 08 18:11:54.406 INFO STEP 69 (ensure_dir) COMPLETE
91222026-07-08T18:11:55.204Z[ recovery-image] Jul 08 18:11:54.406 INFO O| Jul 08 18:11:54.406 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91232026-07-08T18:11:55.207Z[ recovery-image] Jul 08 18:11:54.411 INFO O| Jul 08 18:11:54.411 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91242026-07-08T18:11:55.208Z[ recovery-image] Jul 08 18:11:54.411 INFO O| Jul 08 18:11:54.411 INFO copying /tmp/.tmp1xsBdg/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91252026-07-08T18:11:55.208Z[ recovery-image] Jul 08 18:11:54.411 INFO O| Jul 08 18:11:54.411 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91262026-07-08T18:11:55.208Z[ recovery-image] Jul 08 18:11:54.411 INFO O| Jul 08 18:11:54.411 INFO ok!
91272026-07-08T18:11:55.208Z[ recovery-image] Jul 08 18:11:54.411 INFO O| Jul 08 18:11:54.411 INFO STEP 70 (ensure_file) COMPLETE
91282026-07-08T18:11:55.208Z[ recovery-image] Jul 08 18:11:54.411 INFO O| Jul 08 18:11:54.411 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91292026-07-08T18:11:55.212Z[ recovery-image] Jul 08 18:11:54.418 INFO O| Jul 08 18:11:54.418 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91302026-07-08T18:11:55.215Z[ recovery-image] Jul 08 18:11:54.418 INFO O| Jul 08 18:11:54.418 INFO STEP 71 (remove_files) COMPLETE
91312026-07-08T18:11:55.215Z[ recovery-image] Jul 08 18:11:54.418 INFO O| Jul 08 18:11:54.418 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91322026-07-08T18:11:55.220Z[ recovery-image] Jul 08 18:11:54.425 INFO O| Jul 08 18:11:54.425 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91332026-07-08T18:11:55.220Z[ recovery-image] Jul 08 18:11:54.425 INFO O| Jul 08 18:11:54.425 INFO STEP 72 (remove_files) COMPLETE
91342026-07-08T18:11:55.220Z[ recovery-image] Jul 08 18:11:54.425 INFO O| Jul 08 18:11:54.425 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91352026-07-08T18:11:55.225Z[ recovery-image] Jul 08 18:11:54.431 INFO O| Jul 08 18:11:54.431 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91362026-07-08T18:11:55.229Z[ recovery-image] Jul 08 18:11:54.431 INFO O| Jul 08 18:11:54.431 INFO STEP 73 (remove_files) COMPLETE
91372026-07-08T18:11:55.229Z[ recovery-image] Jul 08 18:11:54.431 INFO O| Jul 08 18:11:54.431 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91382026-07-08T18:11:55.234Z[ recovery-image] Jul 08 18:11:54.437 INFO O| Jul 08 18:11:54.437 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91392026-07-08T18:11:55.234Z[ recovery-image] Jul 08 18:11:54.437 INFO O| Jul 08 18:11:54.437 INFO STEP 74 (remove_files) COMPLETE
91402026-07-08T18:11:55.234Z[ recovery-image] Jul 08 18:11:54.437 INFO O| Jul 08 18:11:54.437 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-07-08T18:11:55.238Z[ recovery-image] Jul 08 18:11:54.443 INFO O| Jul 08 18:11:54.443 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91422026-07-08T18:11:55.241Z[ recovery-image] Jul 08 18:11:54.443 INFO O| Jul 08 18:11:54.443 INFO STEP 75 (remove_files) COMPLETE
91432026-07-08T18:11:55.241Z[ recovery-image] Jul 08 18:11:54.443 INFO O| Jul 08 18:11:54.443 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-07-08T18:11:55.245Z[ recovery-image] Jul 08 18:11:54.449 INFO O| Jul 08 18:11:54.449 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91452026-07-08T18:11:55.245Z[ recovery-image] Jul 08 18:11:54.449 INFO O| Jul 08 18:11:54.449 INFO STEP 76 (remove_files) COMPLETE
91462026-07-08T18:11:55.245Z[ recovery-image] Jul 08 18:11:54.449 INFO O| Jul 08 18:11:54.449 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-07-08T18:11:55.251Z[ recovery-image] Jul 08 18:11:54.454 INFO O| Jul 08 18:11:54.454 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91482026-07-08T18:11:55.251Z[ recovery-image] Jul 08 18:11:54.454 INFO O| Jul 08 18:11:54.454 INFO STEP 77 (remove_files) COMPLETE
91492026-07-08T18:11:55.251Z[ recovery-image] Jul 08 18:11:54.454 INFO O| Jul 08 18:11:54.454 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91502026-07-08T18:11:55.255Z[ recovery-image] Jul 08 18:11:54.460 INFO O| Jul 08 18:11:54.460 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91512026-07-08T18:11:55.258Z[ recovery-image] Jul 08 18:11:54.460 INFO O| Jul 08 18:11:54.460 INFO STEP 78 (remove_files) COMPLETE
91522026-07-08T18:11:55.258Z[ recovery-image] Jul 08 18:11:54.460 INFO O| Jul 08 18:11:54.460 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91532026-07-08T18:11:55.263Z[ recovery-image] Jul 08 18:11:54.468 INFO O| Jul 08 18:11:54.468 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91542026-07-08T18:11:55.263Z[ recovery-image] Jul 08 18:11:54.468 INFO O| Jul 08 18:11:54.468 INFO STEP 79 (remove_files) COMPLETE
91552026-07-08T18:11:55.266Z[ recovery-image] Jul 08 18:11:54.468 INFO O| Jul 08 18:11:54.468 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91562026-07-08T18:11:55.270Z[ recovery-image] Jul 08 18:11:54.474 INFO O| Jul 08 18:11:54.474 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91572026-07-08T18:11:55.270Z[ recovery-image] Jul 08 18:11:54.474 INFO O| Jul 08 18:11:54.474 INFO STEP 80 (remove_files) COMPLETE
91582026-07-08T18:11:55.270Z[ recovery-image] Jul 08 18:11:54.474 INFO O| Jul 08 18:11:54.474 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91592026-07-08T18:11:55.276Z[ recovery-image] Jul 08 18:11:54.481 INFO O| Jul 08 18:11:54.481 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91602026-07-08T18:11:55.278Z[ recovery-image] Jul 08 18:11:54.481 INFO O| Jul 08 18:11:54.481 INFO STEP 81 (remove_files) COMPLETE
91612026-07-08T18:11:55.278Z[ recovery-image] Jul 08 18:11:54.481 INFO O| Jul 08 18:11:54.481 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91622026-07-08T18:11:55.282Z[ recovery-image] Jul 08 18:11:54.487 INFO O| Jul 08 18:11:54.487 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91632026-07-08T18:11:55.282Z[ recovery-image] Jul 08 18:11:54.487 INFO O| Jul 08 18:11:54.487 INFO STEP 82 (remove_files) COMPLETE
91642026-07-08T18:11:55.282Z[ recovery-image] Jul 08 18:11:54.487 INFO O| Jul 08 18:11:54.487 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91652026-07-08T18:11:55.288Z[ recovery-image] Jul 08 18:11:54.493 INFO O| Jul 08 18:11:54.493 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91662026-07-08T18:11:55.288Z[ recovery-image] Jul 08 18:11:54.493 INFO O| Jul 08 18:11:54.493 INFO STEP 83 (remove_files) COMPLETE
91672026-07-08T18:11:55.291Z[ recovery-image] Jul 08 18:11:54.493 INFO O| Jul 08 18:11:54.493 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91682026-07-08T18:11:55.296Z[ recovery-image] Jul 08 18:11:54.499 INFO O| Jul 08 18:11:54.498 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91692026-07-08T18:11:55.296Z[ recovery-image] Jul 08 18:11:54.499 INFO O| Jul 08 18:11:54.499 INFO STEP 84 (remove_files) COMPLETE
91702026-07-08T18:11:55.296Z[ recovery-image] Jul 08 18:11:54.499 INFO O| Jul 08 18:11:54.499 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91712026-07-08T18:11:55.300Z[ recovery-image] Jul 08 18:11:54.505 INFO O| Jul 08 18:11:54.505 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91722026-07-08T18:11:55.300Z[ recovery-image] Jul 08 18:11:54.505 INFO O| Jul 08 18:11:54.505 INFO STEP 85 (remove_files) COMPLETE
91732026-07-08T18:11:55.303Z[ recovery-image] Jul 08 18:11:54.505 INFO O| Jul 08 18:11:54.505 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91742026-07-08T18:11:55.307Z[ recovery-image] Jul 08 18:11:54.511 INFO O| Jul 08 18:11:54.511 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91752026-07-08T18:11:55.308Z[ recovery-image] Jul 08 18:11:54.511 INFO O| Jul 08 18:11:54.511 INFO STEP 86 (remove_files) COMPLETE
91762026-07-08T18:11:55.308Z[ recovery-image] Jul 08 18:11:54.511 INFO O| Jul 08 18:11:54.511 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91772026-07-08T18:11:55.312Z[ recovery-image] Jul 08 18:11:54.517 INFO O| Jul 08 18:11:54.517 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91782026-07-08T18:11:55.315Z[ recovery-image] Jul 08 18:11:54.517 INFO O| Jul 08 18:11:54.517 INFO STEP 87 (remove_files) COMPLETE
91792026-07-08T18:11:55.315Z[ recovery-image] Jul 08 18:11:54.517 INFO O| Jul 08 18:11:54.517 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91802026-07-08T18:11:55.318Z[ recovery-image] Jul 08 18:11:54.523 INFO O| Jul 08 18:11:54.523 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91812026-07-08T18:11:55.318Z[ recovery-image] Jul 08 18:11:54.523 INFO O| Jul 08 18:11:54.523 INFO STEP 88 (remove_files) COMPLETE
91822026-07-08T18:11:55.318Z[ recovery-image] Jul 08 18:11:54.523 INFO O| Jul 08 18:11:54.523 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91832026-07-08T18:11:55.324Z[ recovery-image] Jul 08 18:11:54.529 INFO O| Jul 08 18:11:54.529 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91842026-07-08T18:11:55.327Z[ recovery-image] Jul 08 18:11:54.529 INFO O| Jul 08 18:11:54.529 INFO STEP 89 (remove_files) COMPLETE
91852026-07-08T18:11:55.327Z[ recovery-image] Jul 08 18:11:54.529 INFO O| Jul 08 18:11:54.529 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91862026-07-08T18:11:55.331Z[ recovery-image] Jul 08 18:11:54.535 INFO O| Jul 08 18:11:54.535 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91872026-07-08T18:11:55.331Z[ recovery-image] Jul 08 18:11:54.535 INFO O| Jul 08 18:11:54.535 INFO STEP 90 (remove_files) COMPLETE
91882026-07-08T18:11:55.331Z[ recovery-image] Jul 08 18:11:54.535 INFO O| Jul 08 18:11:54.535 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91892026-07-08T18:11:55.336Z[ recovery-image] Jul 08 18:11:54.542 INFO O| Jul 08 18:11:54.542 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91902026-07-08T18:11:55.336Z[ recovery-image] Jul 08 18:11:54.542 INFO O| Jul 08 18:11:54.542 INFO STEP 91 (remove_files) COMPLETE
91912026-07-08T18:11:55.340Z[ recovery-image] Jul 08 18:11:54.542 INFO O| Jul 08 18:11:54.542 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91922026-07-08T18:11:55.343Z[ recovery-image] Jul 08 18:11:54.548 INFO O| Jul 08 18:11:54.548 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91932026-07-08T18:11:55.343Z[ recovery-image] Jul 08 18:11:54.548 INFO O| Jul 08 18:11:54.548 INFO STEP 92 (remove_files) COMPLETE
91942026-07-08T18:11:55.343Z[ recovery-image] Jul 08 18:11:54.548 INFO O| Jul 08 18:11:54.548 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91952026-07-08T18:11:55.349Z[ recovery-image] Jul 08 18:11:54.554 INFO O| Jul 08 18:11:54.554 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91962026-07-08T18:11:55.349Z[ recovery-image] Jul 08 18:11:54.554 INFO O| Jul 08 18:11:54.554 INFO STEP 93 (remove_files) COMPLETE
91972026-07-08T18:11:55.349Z[ recovery-image] Jul 08 18:11:54.554 INFO O| Jul 08 18:11:54.554 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91982026-07-08T18:11:55.355Z[ recovery-image] Jul 08 18:11:54.561 INFO O| Jul 08 18:11:54.561 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91992026-07-08T18:11:55.355Z[ recovery-image] Jul 08 18:11:54.561 INFO O| Jul 08 18:11:54.561 INFO STEP 94 (remove_files) COMPLETE
92002026-07-08T18:11:55.356Z[ recovery-image] Jul 08 18:11:54.561 INFO O| Jul 08 18:11:54.561 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92012026-07-08T18:11:55.361Z[ recovery-image] Jul 08 18:11:54.567 INFO O| Jul 08 18:11:54.567 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92022026-07-08T18:11:55.361Z[ recovery-image] Jul 08 18:11:54.567 INFO O| Jul 08 18:11:54.567 INFO STEP 95 (remove_files) COMPLETE
92032026-07-08T18:11:55.365Z[ recovery-image] Jul 08 18:11:54.567 INFO O| Jul 08 18:11:54.567 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92042026-07-08T18:11:55.368Z[ recovery-image] Jul 08 18:11:54.572 INFO O| Jul 08 18:11:54.572 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92052026-07-08T18:11:55.368Z[ recovery-image] Jul 08 18:11:54.572 INFO O| Jul 08 18:11:54.572 INFO STEP 96 (remove_files) COMPLETE
92062026-07-08T18:11:55.369Z[ recovery-image] Jul 08 18:11:54.572 INFO O| Jul 08 18:11:54.572 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92072026-07-08T18:11:55.373Z[ recovery-image] Jul 08 18:11:54.579 INFO O| Jul 08 18:11:54.579 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92082026-07-08T18:11:55.373Z[ recovery-image] Jul 08 18:11:54.579 INFO O| Jul 08 18:11:54.579 INFO STEP 97 (remove_files) COMPLETE
92092026-07-08T18:11:55.376Z[ recovery-image] Jul 08 18:11:54.579 INFO O| Jul 08 18:11:54.579 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92102026-07-08T18:11:55.380Z[ recovery-image] Jul 08 18:11:54.585 INFO O| Jul 08 18:11:54.585 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92112026-07-08T18:11:55.380Z[ recovery-image] Jul 08 18:11:54.585 INFO O| Jul 08 18:11:54.585 INFO STEP 98 (remove_files) COMPLETE
92122026-07-08T18:11:55.383Z[ recovery-image] Jul 08 18:11:54.585 INFO O| Jul 08 18:11:54.585 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92132026-07-08T18:11:55.387Z[ recovery-image] Jul 08 18:11:54.592 INFO O| Jul 08 18:11:54.592 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92142026-07-08T18:11:55.387Z[ recovery-image] Jul 08 18:11:54.592 INFO O| Jul 08 18:11:54.592 INFO STEP 99 (remove_files) COMPLETE
92152026-07-08T18:11:55.387Z[ recovery-image] Jul 08 18:11:54.592 INFO O| Jul 08 18:11:54.592 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92162026-07-08T18:11:55.396Z[ recovery-image] Jul 08 18:11:54.601 INFO O| Jul 08 18:11:54.601 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92172026-07-08T18:11:55.396Z[ recovery-image] Jul 08 18:11:54.601 INFO O| Jul 08 18:11:54.601 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"}
92182026-07-08T18:12:00.258Z[ recovery-image] Jul 08 18:11:59.463 INFO O| Jul 08 18:11:59.463 INFO O| Loading smf(7) service descriptions: 1/682/683/684/685/686/687/688/689/6810/6811/6812/6813/6814/6815/6816/6817/6818/6819/6820/6821/6822/6823/6824/6825/6826/6827/6828/6829/6830/6831/6832/6833/6834/6835/6836/6837/6838/6839/6840/6841/6842/6843/6844/6845/6846/6847/6848/6849/6850/6851/6852/6853/6854/6855/6856/6857/6858/6859/6860/6861/6862/6863/6864/6865/6866/6867/6868/68
92192026-07-08T18:12:00.258Z[ recovery-image] Jul 08 18:11:59.463 INFO O| Jul 08 18:11:59.463 INFO E| svccfg: Loaded 68 smf(7) service descriptions
92202026-07-08T18:12:00.267Z[ recovery-image] Jul 08 18:11:59.472 INFO O| Jul 08 18:11:59.472 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_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"}
92212026-07-08T18:12:00.352Z[ recovery-image] Jul 08 18:11:59.557 INFO O| Jul 08 18:11:59.557 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92222026-07-08T18:12:00.397Z[ recovery-image] Jul 08 18:11:59.602 INFO O| Jul 08 18:11:59.602 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_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"}
92232026-07-08T18:12:00.450Z[ recovery-image] Jul 08 18:11:59.655 INFO O| Jul 08 18:11:59.655 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92242026-07-08T18:12:00.450Z[ recovery-image] Jul 08 18:11:59.655 INFO O| Jul 08 18:11:59.655 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 ...
92252026-07-08T18:12:00.454Z[ recovery-image] Jul 08 18:11:59.656 INFO O| Jul 08 18:11:59.656 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92262026-07-08T18:12:00.454Z[ recovery-image] Jul 08 18:11:59.656 INFO O| Jul 08 18:11:59.656 INFO ok!
92272026-07-08T18:12:00.454Z[ recovery-image] Jul 08 18:11:59.656 INFO O| Jul 08 18:11:59.656 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92282026-07-08T18:12:00.454Z[ recovery-image] Jul 08 18:11:59.656 INFO O| Jul 08 18:11:59.656 INFO STEP 100 (seed_smf) COMPLETE
92292026-07-08T18:12:00.454Z[ recovery-image] Jul 08 18:11:59.656 INFO O| Jul 08 18:11:59.656 INFO steps complete; finalising image!
92302026-07-08T18:12:00.454Z[ recovery-image] Jul 08 18:11:59.656 INFO O| Jul 08 18:11:59.656 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92312026-07-08T18:12:00.479Z[ recovery-image] Jul 08 18:11:59.684 INFO O| Jul 08 18:11:59.684 INFO trim TEMPORARY-sled-zfs-recovery: (8% trimmed, started at Wed Jul 8 18:11:59 2026)
92322026-07-08T18:12:00.683Z[ recovery-image] Jul 08 18:11:59.888 INFO O| Jul 08 18:11:59.888 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Wed Jul 8 18:11:59 2026)
92332026-07-08T18:12:00.896Z[ recovery-image] Jul 08 18:12:00.101 INFO O| Jul 08 18:12:00.101 INFO temporary pool has 490M used, 1.27G avail, 1.00x compressratio
92342026-07-08T18:12:00.896Z[ recovery-image] Jul 08 18:12:00.101 INFO O| Jul 08 18:12:00.101 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92352026-07-08T18:12:01.127Z[ recovery-image] Jul 08 18:12:00.332 INFO O| Jul 08 18:12:00.332 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
92362026-07-08T18:12:01.127Z[ recovery-image] Jul 08 18:12:00.332 INFO O| Jul 08 18:12:00.332 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92372026-07-08T18:12:03.158Z[ recovery-image] Jul 08 18:12:02.363 INFO O| Jul 08 18:12:02.363 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92382026-07-08T18:12:03.158Z[ recovery-image] Jul 08 18:12:02.363 INFO O| Jul 08 18:12:02.363 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92392026-07-08T18:12:03.158Z[ recovery-image] Jul 08 18:12:02.363 INFO O| Jul 08 18:12:02.363 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92402026-07-08T18:12:03.162Z[ recovery-image] Jul 08 18:12:02.363 INFO O| Jul 08 18:12:02.363 INFO completed processing sled/zfs-recovery
92412026-07-08T18:12:03.162Z[ recovery-image] Jul 08 18:12:02.363 INFO O| Jul 08 18:12:02.363 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92422026-07-08T18:12:05.024Z[ recovery-image] Jul 08 18:12:04.230 INFO O| Jul 08 18:12:04.229 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92432026-07-08T18:12:05.112Z[ recovery-image] Jul 08 18:12:04.316 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
92442026-07-08T18:12:05.112Z[ recovery-image] Jul 08 18:12:04.317 INFO expanded image name: "recovery 291cad9/${os_short_commit} 2026-07-08 17:58" -> "recovery 291cad9/9b09742 2026-07-08 17:58"
92452026-07-08T18:12:05.112Z[ recovery-image] Jul 08 18:12:04.317 INFO output artefacts stored in: "/work/os-recovery"
92462026-07-08T18:12:05.116Z[ recovery-image] Jul 08 18:12:04.317 INFO collecting git info from project "dmar-report"...
92472026-07-08T18:12:05.122Z[ recovery-image] Jul 08 18:12:04.327 INFO collecting git info from project "amd-firmware"...
92482026-07-08T18:12:05.181Z[ recovery-image] Jul 08 18:12:04.387 INFO collecting git info from project "bootserver"...
92492026-07-08T18:12:05.187Z[ recovery-image] Jul 08 18:12:04.392 INFO collecting git info from project "amd-host-image-builder"...
92502026-07-08T18:12:05.224Z[ recovery-image] Jul 08 18:12:04.429 INFO collecting git info from project "chelsio-t6-roms"...
92512026-07-08T18:12:05.240Z[ recovery-image] Jul 08 18:12:04.445 INFO collecting git info from project "phbl"...
92522026-07-08T18:12:05.246Z[ recovery-image] Jul 08 18:12:04.451 INFO collecting git info from project "image-builder"...
92532026-07-08T18:12:05.251Z[ recovery-image] Jul 08 18:12:04.456 INFO collecting git info from project "pinprick"...
92542026-07-08T18:12:05.255Z[ recovery-image] Jul 08 18:12:04.460 INFO collecting git info from project "pilot"...
92552026-07-08T18:12:05.262Z[ recovery-image] Jul 08 18:12:04.467 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
92562026-07-08T18:12:05.553Z[ recovery-image] Jul 08 18:12:04.757 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
92572026-07-08T18:12:05.826Z[ recovery-image] Jul 08 18:12:05.031 INFO creating Oxide boot image...
92582026-07-08T18:12:05.827Z[ recovery-image] Jul 08 18:12:05.031 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 291cad9/9b09742 2026-07-08 17:58", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
92592026-07-08T18:12:25.091Z[ host-image] Jul 08 18:12:24.295 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24068:20260625T122347Z
92602026-07-08T18:12:25.091Z[ host-image] Jul 08 18:12:24.295 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24068:20260625T122347Z
92612026-07-08T18:12:25.091Z[ host-image] Jul 08 18:12:24.295 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92622026-07-08T18:12:25.091Z[ host-image] Jul 08 18:12:24.295 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92632026-07-08T18:12:25.095Z[ host-image] Jul 08 18:12:24.295 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92642026-07-08T18:12:25.095Z[ host-image] Jul 08 18:12:24.295 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92652026-07-08T18:12:25.095Z[ host-image] Jul 08 18:12:24.295 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92662026-07-08T18:12:25.095Z[ host-image] Jul 08 18:12:24.295 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92672026-07-08T18:12:25.095Z[ host-image] Jul 08 18:12:24.296 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0-3.0:20260708T175823Z
92682026-07-08T18:12:25.096Z[ host-image] Jul 08 18:12:24.296 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92692026-07-08T18:12:25.096Z[ host-image] Jul 08 18:12:24.296 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92702026-07-08T18:12:25.096Z[ host-image] Jul 08 18:12:24.296 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24068:20260625T122347Z
92712026-07-08T18:12:25.096Z[ host-image] Jul 08 18:12:24.297 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24068:20260625T122348Z
92722026-07-08T18:12:25.097Z[ host-image] Jul 08 18:12:24.297 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24068:20260625T122348Z
92732026-07-08T18:12:25.097Z[ host-image] Jul 08 18:12:24.297 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24068:20260625T122348Z
92742026-07-08T18:12:25.097Z[ host-image] Jul 08 18:12:24.297 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92752026-07-08T18:12:25.097Z[ host-image] Jul 08 18:12:24.297 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24068:20260625T122348Z
92762026-07-08T18:12:25.097Z[ host-image] Jul 08 18:12:24.297 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24068:20260625T122348Z
92772026-07-08T18:12:25.097Z[ host-image] Jul 08 18:12:24.297 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24068:20260625T122348Z
92782026-07-08T18:12:25.097Z[ host-image] Jul 08 18:12:24.297 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24068:20260625T122348Z
92792026-07-08T18:12:25.097Z[ host-image] Jul 08 18:12:24.297 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24068:20260625T122349Z
92802026-07-08T18:12:25.097Z[ host-image] Jul 08 18:12:24.297 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92812026-07-08T18:12:25.097Z[ host-image] Jul 08 18:12:24.297 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24068:20260625T122349Z
92822026-07-08T18:12:25.097Z[ host-image] Jul 08 18:12:24.298 INFO O| install = pkg://helios/driver/developer/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92832026-07-08T18:12:25.097Z[ host-image] Jul 08 18:12:24.298 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24068:20260625T122350Z
92842026-07-08T18:12:25.097Z[ host-image] Jul 08 18:12:24.298 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24068:20260625T122350Z
92852026-07-08T18:12:25.098Z[ host-image] Jul 08 18:12:24.298 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24068:20260625T122350Z
92862026-07-08T18:12:25.098Z[ host-image] Jul 08 18:12:24.298 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24068:20260625T122351Z
92872026-07-08T18:12:25.098Z[ host-image] Jul 08 18:12:24.298 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24068:20260625T122351Z
92882026-07-08T18:12:25.098Z[ host-image] Jul 08 18:12:24.298 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24068:20260625T122352Z
92892026-07-08T18:12:25.098Z[ host-image] Jul 08 18:12:24.298 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24068:20260625T122352Z
92902026-07-08T18:12:25.098Z[ host-image] Jul 08 18:12:24.298 INFO O| install = pkg://helios/driver/network/opte@0.41.492-3.0:20260630T165610Z
92912026-07-08T18:12:25.098Z[ host-image] Jul 08 18:12:24.298 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24068:20260625T122353Z
92922026-07-08T18:12:25.098Z[ host-image] Jul 08 18:12:24.298 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24068:20260625T122355Z
92932026-07-08T18:12:25.098Z[ host-image] Jul 08 18:12:24.298 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24068:20260625T122355Z
92942026-07-08T18:12:25.099Z[ host-image] Jul 08 18:12:24.298 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24068:20260625T122356Z
92952026-07-08T18:12:25.099Z[ host-image] Jul 08 18:12:24.298 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24068:20260625T122357Z
92962026-07-08T18:12:25.099Z[ host-image] Jul 08 18:12:24.298 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24068:20260625T122357Z
92972026-07-08T18:12:25.103Z[ host-image] Jul 08 18:12:24.301 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92982026-07-08T18:12:25.103Z[ host-image] Jul 08 18:12:24.301 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24068:20260625T122357Z
92992026-07-08T18:12:25.103Z[ host-image] Jul 08 18:12:24.301 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
93002026-07-08T18:12:25.103Z[ host-image] Jul 08 18:12:24.301 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93012026-07-08T18:12:25.103Z[ host-image] Jul 08 18:12:24.302 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93022026-07-08T18:12:25.103Z[ host-image] Jul 08 18:12:24.302 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93032026-07-08T18:12:25.104Z[ host-image] Jul 08 18:12:24.302 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24068:20260625T122357Z
93042026-07-08T18:12:25.104Z[ host-image] Jul 08 18:12:24.302 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93052026-07-08T18:12:25.104Z[ host-image] Jul 08 18:12:24.302 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93062026-07-08T18:12:25.104Z[ host-image] Jul 08 18:12:24.302 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93072026-07-08T18:12:25.104Z[ host-image] Jul 08 18:12:24.302 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93082026-07-08T18:12:25.104Z[ host-image] Jul 08 18:12:24.305 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93092026-07-08T18:12:25.104Z[ host-image] Jul 08 18:12:24.305 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93102026-07-08T18:12:25.104Z[ host-image] Jul 08 18:12:24.306 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93112026-07-08T18:12:25.104Z[ host-image] Jul 08 18:12:24.306 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93122026-07-08T18:12:25.104Z[ host-image] Jul 08 18:12:24.306 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93132026-07-08T18:12:25.104Z[ host-image] Jul 08 18:12:24.306 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93142026-07-08T18:12:25.112Z[ host-image] Jul 08 18:12:24.317 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93152026-07-08T18:12:25.115Z[ host-image] Jul 08 18:12:24.318 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93162026-07-08T18:12:25.115Z[ host-image] Jul 08 18:12:24.318 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93172026-07-08T18:12:25.115Z[ host-image] Jul 08 18:12:24.318 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24068:20260625T122358Z
93182026-07-08T18:12:25.115Z[ host-image] Jul 08 18:12:24.318 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24068:20260625T122402Z
93192026-07-08T18:12:25.116Z[ host-image] Jul 08 18:12:24.318 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93202026-07-08T18:12:25.116Z[ host-image] Jul 08 18:12:24.318 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24068:20260625T122403Z
93212026-07-08T18:12:25.116Z[ host-image] Jul 08 18:12:24.318 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93222026-07-08T18:12:25.116Z[ host-image] Jul 08 18:12:24.318 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93232026-07-08T18:12:25.116Z[ host-image] Jul 08 18:12:24.318 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93242026-07-08T18:12:25.116Z[ host-image] Jul 08 18:12:24.318 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93252026-07-08T18:12:25.116Z[ host-image] Jul 08 18:12:24.318 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24068:20260625T122403Z
93262026-07-08T18:12:25.116Z[ host-image] Jul 08 18:12:24.318 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93272026-07-08T18:12:25.116Z[ host-image] Jul 08 18:12:24.319 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93282026-07-08T18:12:25.116Z[ host-image] Jul 08 18:12:24.319 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93292026-07-08T18:12:25.116Z[ host-image] Jul 08 18:12:24.319 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93302026-07-08T18:12:25.116Z[ host-image] Jul 08 18:12:24.319 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24068:20260625T122403Z
93312026-07-08T18:12:25.116Z[ host-image] Jul 08 18:12:24.319 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93322026-07-08T18:12:25.119Z[ host-image] Jul 08 18:12:24.323 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93332026-07-08T18:12:25.119Z[ host-image] Jul 08 18:12:24.323 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24068:20260625T122403Z
93342026-07-08T18:12:25.119Z[ host-image] Jul 08 18:12:24.324 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24068:20260625T122403Z
93352026-07-08T18:12:25.119Z[ host-image] Jul 08 18:12:24.324 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24068:20260625T122403Z
93362026-07-08T18:12:25.119Z[ host-image] Jul 08 18:12:24.324 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93372026-07-08T18:12:25.119Z[ host-image] Jul 08 18:12:24.324 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24068:20260625T122404Z
93382026-07-08T18:12:25.119Z[ host-image] Jul 08 18:12:24.324 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24068:20260625T122404Z
93392026-07-08T18:12:25.119Z[ host-image] Jul 08 18:12:24.324 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24068:20260625T122405Z
93402026-07-08T18:12:25.119Z[ host-image] Jul 08 18:12:24.325 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24068:20260625T122405Z
93412026-07-08T18:12:25.122Z[ host-image] Jul 08 18:12:24.325 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
93422026-07-08T18:12:25.122Z[ host-image] Jul 08 18:12:24.326 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24068:20260625T122405Z
93432026-07-08T18:12:25.122Z[ host-image] Jul 08 18:12:24.326 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24068:20260625T122406Z
93442026-07-08T18:12:25.123Z[ host-image] Jul 08 18:12:24.326 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93452026-07-08T18:12:25.123Z[ host-image] Jul 08 18:12:24.326 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24068:20260625T122406Z
93462026-07-08T18:12:25.123Z[ host-image] Jul 08 18:12:24.326 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24068:20260625T122406Z
93472026-07-08T18:12:25.123Z[ host-image] Jul 08 18:12:24.326 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24068:20260625T122406Z
93482026-07-08T18:12:25.123Z[ host-image] Jul 08 18:12:24.326 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24068:20260625T122406Z
93492026-07-08T18:12:25.125Z[ host-image] Jul 08 18:12:24.328 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24068:20260625T122406Z
93502026-07-08T18:12:25.126Z[ host-image] Jul 08 18:12:24.328 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93512026-07-08T18:12:25.126Z[ host-image] Jul 08 18:12:24.329 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24068:20260625T122406Z
93522026-07-08T18:12:25.126Z[ host-image] Jul 08 18:12:24.329 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24068:20260625T122406Z
93532026-07-08T18:12:25.126Z[ host-image] Jul 08 18:12:24.329 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24068:20260625T122407Z
93542026-07-08T18:12:25.126Z[ host-image] Jul 08 18:12:24.329 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24068:20260625T122407Z
93552026-07-08T18:12:25.126Z[ host-image] Jul 08 18:12:24.329 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24068:20260625T122407Z
93562026-07-08T18:12:25.126Z[ host-image] Jul 08 18:12:24.329 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24068:20260625T122407Z
93572026-07-08T18:12:25.126Z[ host-image] Jul 08 18:12:24.329 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24068:20260625T122407Z
93582026-07-08T18:12:25.130Z[ host-image] Jul 08 18:12:24.332 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24068:20260625T122408Z
93592026-07-08T18:12:25.130Z[ host-image] Jul 08 18:12:24.332 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24068:20260625T122408Z
93602026-07-08T18:12:25.130Z[ host-image] Jul 08 18:12:24.332 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24068:20260625T122408Z
93612026-07-08T18:12:25.130Z[ host-image] Jul 08 18:12:24.333 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24068:20260625T122408Z
93622026-07-08T18:12:25.130Z[ host-image] Jul 08 18:12:24.333 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24068:20260625T122408Z
93632026-07-08T18:12:25.133Z[ host-image] Jul 08 18:12:24.338 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24068:20260625T122410Z
93642026-07-08T18:12:25.133Z[ host-image] Jul 08 18:12:24.338 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24068:20260625T122408Z
93652026-07-08T18:12:25.135Z[ host-image] Jul 08 18:12:24.338 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24068:20260625T122408Z
93662026-07-08T18:12:25.136Z[ host-image] Jul 08 18:12:24.339 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93672026-07-08T18:12:25.136Z[ host-image] Jul 08 18:12:24.339 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93682026-07-08T18:12:25.141Z[ host-image] Jul 08 18:12:24.347 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24068:20260625T122408Z
93692026-07-08T18:12:25.144Z[ host-image] Jul 08 18:12:24.347 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93702026-07-08T18:12:25.145Z[ host-image] Jul 08 18:12:24.347 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24068:20260625T122409Z
93712026-07-08T18:12:25.145Z[ host-image] Jul 08 18:12:24.347 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24068:20260625T122409Z
93722026-07-08T18:12:25.145Z[ host-image] Jul 08 18:12:24.347 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24068:20260625T122409Z
93732026-07-08T18:12:25.145Z[ host-image] Jul 08 18:12:24.348 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93742026-07-08T18:12:25.145Z[ host-image] Jul 08 18:12:24.348 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93752026-07-08T18:12:25.145Z[ host-image] Jul 08 18:12:24.348 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24068:20260625T122410Z
93762026-07-08T18:12:25.145Z[ host-image] Jul 08 18:12:24.348 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24068:20260625T122409Z
93772026-07-08T18:12:25.145Z[ host-image] Jul 08 18:12:24.348 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24068:20260625T122410Z
93782026-07-08T18:12:25.145Z[ host-image] Jul 08 18:12:24.348 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24068:20260625T122410Z
93792026-07-08T18:12:25.145Z[ host-image] Jul 08 18:12:24.348 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24068:20260625T122410Z
93802026-07-08T18:12:25.145Z[ host-image] Jul 08 18:12:24.348 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24068:20260625T122410Z
93812026-07-08T18:12:25.145Z[ host-image] Jul 08 18:12:24.349 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93822026-07-08T18:12:25.145Z[ host-image] Jul 08 18:12:24.349 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24068:20260625T122411Z
93832026-07-08T18:12:25.145Z[ host-image] Jul 08 18:12:24.349 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24068:20260625T122411Z
93842026-07-08T18:12:25.145Z[ host-image] Jul 08 18:12:24.349 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24068:20260625T122411Z
93852026-07-08T18:12:25.145Z[ host-image] Jul 08 18:12:24.349 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24068:20260625T122412Z
93862026-07-08T18:12:25.146Z[ host-image] Jul 08 18:12:24.350 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24068:20260625T122411Z
93872026-07-08T18:12:25.147Z[ host-image] Jul 08 18:12:24.350 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24068:20260625T122411Z
93882026-07-08T18:12:25.147Z[ host-image] Jul 08 18:12:24.350 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93892026-07-08T18:12:25.147Z[ host-image] Jul 08 18:12:24.350 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93902026-07-08T18:12:25.152Z[ host-image] Jul 08 18:12:24.350 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24068:20260625T122413Z
93912026-07-08T18:12:25.152Z[ host-image] Jul 08 18:12:24.350 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24068:20260625T122413Z
93922026-07-08T18:12:25.152Z[ host-image] Jul 08 18:12:24.350 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93932026-07-08T18:12:25.152Z[ host-image] Jul 08 18:12:24.350 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93942026-07-08T18:12:25.152Z[ host-image] Jul 08 18:12:24.350 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93952026-07-08T18:12:25.152Z[ host-image] Jul 08 18:12:24.350 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93962026-07-08T18:12:25.152Z[ host-image] Jul 08 18:12:24.350 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93972026-07-08T18:12:25.152Z[ host-image] Jul 08 18:12:24.350 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93982026-07-08T18:12:25.152Z[ host-image] Jul 08 18:12:24.351 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93992026-07-08T18:12:25.152Z[ host-image] Jul 08 18:12:24.351 INFO O| tempdir @ "/tmp/.tmpq1pkh9/tmp"
94002026-07-08T18:12:25.152Z[ host-image] Jul 08 18:12:24.351 INFO O| image root @ "/tmp/.tmpq1pkh9/tmp/root"
94012026-07-08T18:12:25.152Z[ host-image] Jul 08 18:12:24.351 INFO O| creating image...
94022026-07-08T18:12:28.428Z[ host-image] Jul 08 18:12:27.633 INFO O| copying publishers...
94032026-07-08T18:12:29.288Z[ host-image] Jul 08 18:12:28.493 INFO O| adding properties...
94042026-07-08T18:12:30.069Z[ host-image] Jul 08 18:12:29.274 INFO O| installing packages...
94052026-07-08T18:12:40.651Z[ host-image] Jul 08 18:12:39.856 INFO O| seeding SMF database...
94062026-07-08T18:12:43.106Z[ recovery-image] Jul 08 18:12:42.311 INFO O| ok, image written!
94072026-07-08T18:12:43.110Z[ recovery-image] Jul 08 18:12:42.311 INFO O| ok, boot_image_csum file written!
94082026-07-08T18:12:43.110Z[ recovery-image] Jul 08 18:12:42.313 INFO creating boot archive (CPIO)...
94092026-07-08T18:12:43.110Z[ recovery-image] Jul 08 18:12:42.313 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
94102026-07-08T18:12:43.113Z[ recovery-image] Jul 08 18:12:42.317 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
94112026-07-08T18:12:43.113Z[ recovery-image] Jul 08 18:12:42.317 INFO E| + outfile=/work/os-recovery/cpio
94122026-07-08T18:12:43.113Z[ recovery-image] Jul 08 18:12:42.317 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
94132026-07-08T18:12:43.113Z[ recovery-image] Jul 08 18:12:42.319 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
94142026-07-08T18:12:43.113Z[ recovery-image] Jul 08 18:12:42.319 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
94152026-07-08T18:12:43.125Z[ recovery-image] Jul 08 18:12:42.331 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
94162026-07-08T18:12:43.125Z[ recovery-image] Jul 08 18:12:42.331 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
94172026-07-08T18:12:43.129Z[ recovery-image] Jul 08 18:12:42.335 INFO creating compressed cpio/unix for dev loaders...
94182026-07-08T18:12:43.132Z[ recovery-image] Jul 08 18:12:42.335 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
94192026-07-08T18:12:43.353Z[ recovery-image] Jul 08 18:12:42.558 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
94202026-07-08T18:12:44.799Z[ host-image] Jul 08 18:12:44.004 INFO O| configuring SMF profile...
94212026-07-08T18:12:44.800Z[ host-image] Jul 08 18:12:44.004 INFO O| modifying shadow(5)...
94222026-07-08T18:12:44.800Z[ host-image] Jul 08 18:12:44.004 INFO O| loading user and group database...
94232026-07-08T18:12:44.800Z[ host-image] Jul 08 18:12:44.004 INFO O| loading facet selections...
94242026-07-08T18:12:45.083Z[ host-image] Jul 08 18:12:44.288 INFO O| devel -> true
94252026-07-08T18:12:45.083Z[ host-image] Jul 08 18:12:44.288 INFO O| doc.man -> true
94262026-07-08T18:12:45.083Z[ host-image] Jul 08 18:12:44.288 INFO O| version-lock.shell/ksh93 -> true
94272026-07-08T18:12:45.086Z[ host-image] Jul 08 18:12:44.288 INFO O| version-lock.system/data/hardware-registry -> true
94282026-07-08T18:12:45.086Z[ host-image] Jul 08 18:12:44.288 INFO O| version-lock.system/data/zoneinfo -> true
94292026-07-08T18:12:45.086Z[ host-image] Jul 08 18:12:44.288 INFO O| version-lock.system/microcode/amd -> true
94302026-07-08T18:12:45.086Z[ host-image] Jul 08 18:12:44.288 INFO O| version-lock.system/microcode/intel -> true
94312026-07-08T18:12:45.086Z[ host-image] Jul 08 18:12:44.288 INFO O| version-lock.system/microcode/oxide -> true
94322026-07-08T18:12:45.086Z[ host-image] Jul 08 18:12:44.288 INFO O| assessing packaged files...
94332026-07-08T18:12:46.570Z[ host-image] Jul 08 18:12:45.775 INFO O| creating archive...
94342026-07-08T18:12:46.591Z[ host-image] Jul 08 18:12:45.796 INFO O| missing from packaging:
94352026-07-08T18:12:46.591Z[ host-image] Jul 08 18:12:45.796 INFO O| "etc/.pwd.lock"
94362026-07-08T18:12:46.594Z[ host-image] Jul 08 18:12:45.796 INFO O| "etc/bash"
94372026-07-08T18:12:46.597Z[ host-image] Jul 08 18:12:45.799 INFO O| "etc/svc/profile/generic.xml"
94382026-07-08T18:12:46.597Z[ host-image] Jul 08 18:12:45.799 INFO O| "etc/svc/profile/inetd_services.xml"
94392026-07-08T18:12:46.597Z[ host-image] Jul 08 18:12:45.799 INFO O| "etc/svc/profile/name_service.xml"
94402026-07-08T18:12:46.597Z[ host-image] Jul 08 18:12:45.799 INFO O| "etc/svc/profile/platform.xml"
94412026-07-08T18:12:46.597Z[ host-image] Jul 08 18:12:45.799 INFO O| "etc/svc/profile/platform_omicron1.xml"
94422026-07-08T18:12:46.597Z[ host-image] Jul 08 18:12:45.800 INFO O| "etc/svc/repository.db"
94432026-07-08T18:12:46.600Z[ host-image] Jul 08 18:12:45.805 INFO O| "opt/ooce/share"
94442026-07-08T18:12:46.600Z[ host-image] Jul 08 18:12:45.805 INFO O| "opt/ooce/share/man"
94452026-07-08T18:12:46.600Z[ host-image] Jul 08 18:12:45.805 INFO O| "opt/ooce/share/man/man1"
94462026-07-08T18:12:46.608Z[ host-image] Jul 08 18:12:45.813 INFO O| finishing archive...
94472026-07-08T18:12:46.610Z[ recovery-image] Jul 08 18:12:45.814 INFO creating reset image...
94482026-07-08T18:12:46.610Z[ recovery-image] Jul 08 18:12:45.814 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")
94492026-07-08T18:12:46.817Z[ recovery-image] Jul 08 18:12:46.022 INFO E| Updating crates.io index
94502026-07-08T18:12:47.122Z[ recovery-image] Jul 08 18:12:46.327 INFO E| Downloading crates ...
94512026-07-08T18:12:47.170Z[ recovery-image] Jul 08 18:12:46.375 INFO E| Downloaded sigchld v0.2.4
94522026-07-08T18:12:47.173Z[ recovery-image] Jul 08 18:12:46.377 INFO E| Downloaded shared_thread v0.2.0
94532026-07-08T18:12:47.173Z[ recovery-image] Jul 08 18:12:46.378 INFO E| Downloaded colorchoice v1.0.5
94542026-07-08T18:12:47.176Z[ recovery-image] Jul 08 18:12:46.381 INFO E| Downloaded clap_lex v1.1.0
94552026-07-08T18:12:47.181Z[ recovery-image] Jul 08 18:12:46.386 INFO E| Downloaded shared_child v1.1.1
94562026-07-08T18:12:47.184Z[ recovery-image] Jul 08 18:12:46.388 INFO E| Downloaded os_pipe v1.2.3
94572026-07-08T18:12:47.188Z[ recovery-image] Jul 08 18:12:46.390 INFO E| Downloaded duct v1.1.1
94582026-07-08T18:12:47.216Z[ recovery-image] Jul 08 18:12:46.421 INFO E| Compiling libc v0.2.186
94592026-07-08T18:12:47.216Z[ recovery-image] Jul 08 18:12:46.421 INFO E| Compiling proc-macro2 v1.0.106
94602026-07-08T18:12:47.219Z[ recovery-image] Jul 08 18:12:46.421 INFO E| Compiling signal-hook v0.3.18
94612026-07-08T18:12:47.219Z[ recovery-image] Jul 08 18:12:46.421 INFO E| Compiling unicode-ident v1.0.24
94622026-07-08T18:12:47.219Z[ recovery-image] Jul 08 18:12:46.421 INFO E| Compiling quote v1.0.45
94632026-07-08T18:12:47.219Z[ recovery-image] Jul 08 18:12:46.421 INFO E| Compiling utf8parse v0.2.2
94642026-07-08T18:12:47.219Z[ recovery-image] Jul 08 18:12:46.421 INFO E| Compiling anstyle-query v1.1.5
94652026-07-08T18:12:47.219Z[ recovery-image] Jul 08 18:12:46.421 INFO E| Compiling anstyle v1.0.14
94662026-07-08T18:12:47.219Z[ recovery-image] Jul 08 18:12:46.422 INFO E| Compiling colorchoice v1.0.5
94672026-07-08T18:12:47.219Z[ recovery-image] Jul 08 18:12:46.422 INFO E| Compiling is_terminal_polyfill v1.70.2
94682026-07-08T18:12:47.219Z[ recovery-image] Jul 08 18:12:46.422 INFO E| Compiling heck v0.5.0
94692026-07-08T18:12:47.227Z[ recovery-image] Jul 08 18:12:46.433 INFO E| Compiling clap_lex v1.1.0
94702026-07-08T18:12:47.230Z[ recovery-image] Jul 08 18:12:46.433 INFO E| Compiling strsim v0.11.1
94712026-07-08T18:12:47.230Z[ recovery-image] Jul 08 18:12:46.433 INFO E| Compiling shared_thread v0.2.0
94722026-07-08T18:12:47.330Z[ recovery-image] Jul 08 18:12:46.534 INFO E| Compiling anstyle-parse v1.0.0
94732026-07-08T18:12:47.464Z[ recovery-image] Jul 08 18:12:46.669 INFO E| Compiling anstream v1.0.0
94742026-07-08T18:12:47.655Z[ recovery-image] Jul 08 18:12:46.860 INFO E| Compiling clap_builder v4.6.0
94752026-07-08T18:12:47.915Z[ recovery-image] Jul 08 18:12:47.120 INFO E| Compiling errno v0.3.14
94762026-07-08T18:12:47.915Z[ recovery-image] Jul 08 18:12:47.120 INFO E| Compiling os_pipe v1.2.3
94772026-07-08T18:12:48.000Z[ recovery-image] Jul 08 18:12:47.205 INFO E| Compiling signal-hook-registry v1.4.8
94782026-07-08T18:12:48.190Z[ recovery-image] Jul 08 18:12:47.395 INFO E| Compiling syn v2.0.117
94792026-07-08T18:12:48.243Z[ recovery-image] Jul 08 18:12:47.447 INFO E| Compiling sigchld v0.2.4
94802026-07-08T18:12:48.329Z[ recovery-image] Jul 08 18:12:47.534 INFO E| Compiling shared_child v1.1.1
94812026-07-08T18:12:48.439Z[ recovery-image] Jul 08 18:12:47.644 INFO E| Compiling duct v1.1.1
94822026-07-08T18:12:48.936Z[ host-image] Jul 08 18:12:48.140 INFO O| creating gzonly manifest...
94832026-07-08T18:12:48.942Z[ host-image] Jul 08 18:12:48.147 INFO O| ok
94842026-07-08T18:12:49.026Z[ host-image] Jul 08 18:12:48.231 INFO image builder template: ramdisk-02-trim...
94852026-07-08T18:12:49.027Z[ host-image] Jul 08 18:12:48.231 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/.tmp1xsBdg/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@21.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-02-trim"], pwd: None
94862026-07-08T18:12:49.043Z[ host-image] Jul 08 18:12:48.248 INFO O| Jul 08 18:12:48.248 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94872026-07-08T18:12:49.048Z[ host-image] Jul 08 18:12:48.250 INFO O| Jul 08 18:12:48.250 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94882026-07-08T18:12:49.313Z[ host-image] Jul 08 18:12:48.517 INFO O| Jul 08 18:12:48.517 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94892026-07-08T18:12:49.383Z[ host-image] Jul 08 18:12:48.588 INFO O| Jul 08 18:12:48.588 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94902026-07-08T18:12:49.383Z[ host-image] Jul 08 18:12:48.588 INFO O| Jul 08 18:12:48.588 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94912026-07-08T18:12:49.388Z[ host-image] Jul 08 18:12:48.591 INFO O| Jul 08 18:12:48.591 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94922026-07-08T18:12:49.391Z[ host-image] Jul 08 18:12:48.595 INFO O| Jul 08 18:12:48.595 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94932026-07-08T18:12:49.394Z[ host-image] Jul 08 18:12:48.598 INFO O| Jul 08 18:12:48.598 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94942026-07-08T18:12:49.760Z[ host-image] Jul 08 18:12:48.965 INFO O| Jul 08 18:12:48.964 INFO rolled back to input snapshot; work may begin
94952026-07-08T18:12:49.760Z[ host-image] Jul 08 18:12:48.965 INFO O| Jul 08 18:12:48.965 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94962026-07-08T18:12:49.763Z[ host-image] Jul 08 18:12:48.969 INFO O| Jul 08 18:12:48.969 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-07-08T18:12:49.771Z[ host-image] Jul 08 18:12:48.976 INFO O| Jul 08 18:12:48.976 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94982026-07-08T18:12:49.810Z[ host-image] Jul 08 18:12:49.015 INFO O| Jul 08 18:12:49.014 INFO STEP 0 (remove_files) COMPLETE
94992026-07-08T18:12:49.810Z[ host-image] Jul 08 18:12:49.015 INFO O| Jul 08 18:12:49.015 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-07-08T18:12:49.817Z[ host-image] Jul 08 18:12:49.022 INFO O| Jul 08 18:12:49.022 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
95012026-07-08T18:12:49.821Z[ host-image] Jul 08 18:12:49.023 INFO O| Jul 08 18:12:49.023 INFO STEP 1 (remove_files) COMPLETE
95022026-07-08T18:12:49.821Z[ host-image] Jul 08 18:12:49.023 INFO O| Jul 08 18:12:49.023 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-07-08T18:12:49.824Z[ host-image] Jul 08 18:12:49.029 INFO O| Jul 08 18:12:49.029 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
95042026-07-08T18:12:49.835Z[ host-image] Jul 08 18:12:49.040 INFO O| Jul 08 18:12:49.040 INFO STEP 2 (remove_files) COMPLETE
95052026-07-08T18:12:49.835Z[ host-image] Jul 08 18:12:49.040 INFO O| Jul 08 18:12:49.040 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95062026-07-08T18:12:49.841Z[ host-image] Jul 08 18:12:49.046 INFO O| Jul 08 18:12:49.046 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
95072026-07-08T18:12:49.845Z[ host-image] Jul 08 18:12:49.048 INFO O| Jul 08 18:12:49.048 INFO STEP 3 (remove_files) COMPLETE
95082026-07-08T18:12:49.845Z[ host-image] Jul 08 18:12:49.048 INFO O| Jul 08 18:12:49.048 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95092026-07-08T18:12:49.849Z[ host-image] Jul 08 18:12:49.054 INFO O| Jul 08 18:12:49.054 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
95102026-07-08T18:12:49.852Z[ host-image] Jul 08 18:12:49.057 INFO O| Jul 08 18:12:49.057 INFO STEP 4 (remove_files) COMPLETE
95112026-07-08T18:12:49.852Z[ host-image] Jul 08 18:12:49.057 INFO O| Jul 08 18:12:49.057 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-07-08T18:12:49.860Z[ host-image] Jul 08 18:12:49.065 INFO O| Jul 08 18:12:49.065 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
95132026-07-08T18:12:49.863Z[ host-image] Jul 08 18:12:49.067 INFO O| Jul 08 18:12:49.067 INFO STEP 5 (remove_files) COMPLETE
95142026-07-08T18:12:49.865Z[ host-image] Jul 08 18:12:49.067 INFO O| Jul 08 18:12:49.067 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-07-08T18:12:49.868Z[ host-image] Jul 08 18:12:49.074 INFO O| Jul 08 18:12:49.074 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95162026-07-08T18:12:49.878Z[ host-image] Jul 08 18:12:49.083 INFO O| Jul 08 18:12:49.083 INFO STEP 6 (remove_files) COMPLETE
95172026-07-08T18:12:49.878Z[ host-image] Jul 08 18:12:49.083 INFO O| Jul 08 18:12:49.083 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95182026-07-08T18:12:49.881Z[ host-image] Jul 08 18:12:49.083 INFO O| Jul 08 18:12:49.083 INFO skip step because feature "heliosv2" is not enabled
95192026-07-08T18:12:49.881Z[ host-image] Jul 08 18:12:49.083 INFO O| Jul 08 18:12:49.083 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-07-08T18:12:49.886Z[ host-image] Jul 08 18:12:49.091 INFO O| Jul 08 18:12:49.091 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
95212026-07-08T18:12:49.896Z[ host-image] Jul 08 18:12:49.101 INFO O| Jul 08 18:12:49.101 INFO STEP 8 (remove_files) COMPLETE
95222026-07-08T18:12:49.896Z[ host-image] Jul 08 18:12:49.101 INFO O| Jul 08 18:12:49.101 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-07-08T18:12:49.903Z[ host-image] Jul 08 18:12:49.108 INFO O| Jul 08 18:12:49.108 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95242026-07-08T18:12:49.964Z[ host-image] Jul 08 18:12:49.169 INFO O| Jul 08 18:12:49.168 INFO STEP 9 (remove_files) COMPLETE
95252026-07-08T18:12:49.964Z[ host-image] Jul 08 18:12:49.169 INFO O| Jul 08 18:12:49.169 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-07-08T18:12:49.972Z[ host-image] Jul 08 18:12:49.177 INFO O| Jul 08 18:12:49.177 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95272026-07-08T18:12:50.048Z[ host-image] Jul 08 18:12:49.252 INFO O| Jul 08 18:12:49.252 INFO STEP 10 (remove_files) COMPLETE
95282026-07-08T18:12:50.048Z[ host-image] Jul 08 18:12:49.252 INFO O| Jul 08 18:12:49.252 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-07-08T18:12:50.056Z[ host-image] Jul 08 18:12:49.261 INFO O| Jul 08 18:12:49.261 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95302026-07-08T18:12:50.059Z[ host-image] Jul 08 18:12:49.263 INFO O| Jul 08 18:12:49.263 INFO STEP 11 (remove_files) COMPLETE
95312026-07-08T18:12:50.060Z[ host-image] Jul 08 18:12:49.263 INFO O| Jul 08 18:12:49.263 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-07-08T18:12:50.065Z[ host-image] Jul 08 18:12:49.270 INFO O| Jul 08 18:12:49.270 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95332026-07-08T18:12:50.068Z[ host-image] Jul 08 18:12:49.271 INFO O| Jul 08 18:12:49.271 INFO STEP 12 (remove_files) COMPLETE
95342026-07-08T18:12:50.068Z[ host-image] Jul 08 18:12:49.271 INFO O| Jul 08 18:12:49.271 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-07-08T18:12:50.072Z[ host-image] Jul 08 18:12:49.278 INFO O| Jul 08 18:12:49.278 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95362026-07-08T18:12:50.075Z[ host-image] Jul 08 18:12:49.279 INFO O| Jul 08 18:12:49.279 INFO STEP 13 (remove_files) COMPLETE
95372026-07-08T18:12:50.076Z[ host-image] Jul 08 18:12:49.279 INFO O| Jul 08 18:12:49.279 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-07-08T18:12:50.089Z[ host-image] Jul 08 18:12:49.294 INFO O| Jul 08 18:12:49.294 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95392026-07-08T18:12:50.092Z[ host-image] Jul 08 18:12:49.294 INFO O| Jul 08 18:12:49.294 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95402026-07-08T18:12:50.095Z[ host-image] Jul 08 18:12:49.300 INFO O| Jul 08 18:12:49.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95412026-07-08T18:12:50.095Z[ host-image] Jul 08 18:12:49.300 INFO O| Jul 08 18:12:49.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95422026-07-08T18:12:50.098Z[ host-image] Jul 08 18:12:49.300 INFO O| Jul 08 18:12:49.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95432026-07-08T18:12:50.098Z[ host-image] Jul 08 18:12:49.300 INFO O| Jul 08 18:12:49.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95442026-07-08T18:12:50.100Z[ host-image] Jul 08 18:12:49.301 INFO O| Jul 08 18:12:49.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95452026-07-08T18:12:50.100Z[ host-image] Jul 08 18:12:49.301 INFO O| Jul 08 18:12:49.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95462026-07-08T18:12:50.100Z[ host-image] Jul 08 18:12:49.301 INFO O| Jul 08 18:12:49.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95472026-07-08T18:12:50.100Z[ host-image] Jul 08 18:12:49.301 INFO O| Jul 08 18:12:49.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95482026-07-08T18:12:50.101Z[ host-image] Jul 08 18:12:49.301 INFO O| Jul 08 18:12:49.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95492026-07-08T18:12:50.101Z[ host-image] Jul 08 18:12:49.301 INFO O| Jul 08 18:12:49.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95502026-07-08T18:12:50.101Z[ host-image] Jul 08 18:12:49.301 INFO O| Jul 08 18:12:49.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95512026-07-08T18:12:50.101Z[ host-image] Jul 08 18:12:49.301 INFO O| Jul 08 18:12:49.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95522026-07-08T18:12:50.101Z[ host-image] Jul 08 18:12:49.301 INFO O| Jul 08 18:12:49.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95532026-07-08T18:12:50.101Z[ host-image] Jul 08 18:12:49.301 INFO O| Jul 08 18:12:49.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95542026-07-08T18:12:50.101Z[ host-image] Jul 08 18:12:49.301 INFO O| Jul 08 18:12:49.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95552026-07-08T18:12:50.101Z[ host-image] Jul 08 18:12:49.301 INFO O| Jul 08 18:12:49.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95562026-07-08T18:12:50.104Z[ recovery-image] Jul 08 18:12:49.304 INFO E| Compiling clap_derive v4.6.1
95572026-07-08T18:12:50.283Z[ host-image] Jul 08 18:12:49.488 INFO O| Jul 08 18:12:49.488 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95582026-07-08T18:12:50.295Z[ host-image] Jul 08 18:12:49.498 INFO O| Jul 08 18:12:49.498 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95592026-07-08T18:12:50.300Z[ host-image] Jul 08 18:12:49.505 INFO O| Jul 08 18:12:49.505 INFO STEP 14 (remove_files) COMPLETE
95602026-07-08T18:12:50.300Z[ host-image] Jul 08 18:12:49.505 INFO O| Jul 08 18:12:49.505 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-07-08T18:12:50.307Z[ host-image] Jul 08 18:12:49.512 INFO O| Jul 08 18:12:49.512 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95622026-07-08T18:12:50.310Z[ host-image] Jul 08 18:12:49.513 INFO O| Jul 08 18:12:49.513 INFO STEP 15 (remove_files) COMPLETE
95632026-07-08T18:12:50.310Z[ host-image] Jul 08 18:12:49.513 INFO O| Jul 08 18:12:49.513 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-07-08T18:12:50.316Z[ host-image] Jul 08 18:12:49.521 INFO O| Jul 08 18:12:49.521 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95652026-07-08T18:12:50.321Z[ host-image] Jul 08 18:12:49.526 INFO O| Jul 08 18:12:49.526 INFO STEP 16 (remove_files) COMPLETE
95662026-07-08T18:12:50.321Z[ host-image] Jul 08 18:12:49.527 INFO O| Jul 08 18:12:49.526 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-07-08T18:12:50.327Z[ host-image] Jul 08 18:12:49.533 INFO O| Jul 08 18:12:49.533 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95682026-07-08T18:12:50.331Z[ host-image] Jul 08 18:12:49.533 INFO O| Jul 08 18:12:49.533 INFO STEP 17 (remove_files) COMPLETE
95692026-07-08T18:12:50.331Z[ host-image] Jul 08 18:12:49.533 INFO O| Jul 08 18:12:49.533 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-07-08T18:12:50.334Z[ host-image] Jul 08 18:12:49.539 INFO O| Jul 08 18:12:49.539 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95712026-07-08T18:12:50.337Z[ host-image] Jul 08 18:12:49.540 INFO O| Jul 08 18:12:49.540 INFO STEP 18 (remove_files) COMPLETE
95722026-07-08T18:12:50.337Z[ host-image] Jul 08 18:12:49.540 INFO O| Jul 08 18:12:49.540 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-07-08T18:12:50.341Z[ host-image] Jul 08 18:12:49.547 INFO O| Jul 08 18:12:49.546 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95742026-07-08T18:12:50.343Z[ host-image] Jul 08 18:12:49.547 INFO O| Jul 08 18:12:49.547 INFO STEP 19 (remove_files) COMPLETE
95752026-07-08T18:12:50.343Z[ host-image] Jul 08 18:12:49.547 INFO O| Jul 08 18:12:49.547 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-07-08T18:12:50.347Z[ host-image] Jul 08 18:12:49.553 INFO O| Jul 08 18:12:49.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95772026-07-08T18:12:50.347Z[ host-image] Jul 08 18:12:49.553 INFO O| Jul 08 18:12:49.553 INFO STEP 20 (remove_files) COMPLETE
95782026-07-08T18:12:50.347Z[ host-image] Jul 08 18:12:49.553 INFO O| Jul 08 18:12:49.553 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-07-08T18:12:50.353Z[ host-image] Jul 08 18:12:49.559 INFO O| Jul 08 18:12:49.559 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95802026-07-08T18:12:50.357Z[ host-image] Jul 08 18:12:49.559 INFO O| Jul 08 18:12:49.559 INFO STEP 21 (remove_files) COMPLETE
95812026-07-08T18:12:50.357Z[ host-image] Jul 08 18:12:49.559 INFO O| Jul 08 18:12:49.559 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-07-08T18:12:50.360Z[ host-image] Jul 08 18:12:49.564 INFO O| Jul 08 18:12:49.564 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95832026-07-08T18:12:50.360Z[ host-image] Jul 08 18:12:49.564 INFO O| Jul 08 18:12:49.564 INFO STEP 22 (remove_files) COMPLETE
95842026-07-08T18:12:50.360Z[ host-image] Jul 08 18:12:49.564 INFO O| Jul 08 18:12:49.564 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-07-08T18:12:50.366Z[ host-image] Jul 08 18:12:49.571 INFO O| Jul 08 18:12:49.571 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95862026-07-08T18:12:50.366Z[ host-image] Jul 08 18:12:49.571 INFO O| Jul 08 18:12:49.571 INFO STEP 23 (remove_files) COMPLETE
95872026-07-08T18:12:50.369Z[ host-image] Jul 08 18:12:49.571 INFO O| Jul 08 18:12:49.571 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-07-08T18:12:50.372Z[ host-image] Jul 08 18:12:49.576 INFO O| Jul 08 18:12:49.576 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95892026-07-08T18:12:50.372Z[ host-image] Jul 08 18:12:49.576 INFO O| Jul 08 18:12:49.576 INFO STEP 24 (remove_files) COMPLETE
95902026-07-08T18:12:50.373Z[ host-image] Jul 08 18:12:49.576 INFO O| Jul 08 18:12:49.576 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-07-08T18:12:50.377Z[ host-image] Jul 08 18:12:49.582 INFO O| Jul 08 18:12:49.582 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95922026-07-08T18:12:50.379Z[ host-image] Jul 08 18:12:49.582 INFO O| Jul 08 18:12:49.582 INFO STEP 25 (remove_files) COMPLETE
95932026-07-08T18:12:50.380Z[ host-image] Jul 08 18:12:49.582 INFO O| Jul 08 18:12:49.582 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-07-08T18:12:50.382Z[ host-image] Jul 08 18:12:49.587 INFO O| Jul 08 18:12:49.587 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95952026-07-08T18:12:50.382Z[ host-image] Jul 08 18:12:49.587 INFO O| Jul 08 18:12:49.587 INFO STEP 26 (remove_files) COMPLETE
95962026-07-08T18:12:50.382Z[ host-image] Jul 08 18:12:49.587 INFO O| Jul 08 18:12:49.587 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-07-08T18:12:50.387Z[ host-image] Jul 08 18:12:49.592 INFO O| Jul 08 18:12:49.592 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95982026-07-08T18:12:50.391Z[ host-image] Jul 08 18:12:49.592 INFO O| Jul 08 18:12:49.592 INFO STEP 27 (remove_files) COMPLETE
95992026-07-08T18:12:50.391Z[ host-image] Jul 08 18:12:49.592 INFO O| Jul 08 18:12:49.592 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-07-08T18:12:50.394Z[ host-image] Jul 08 18:12:49.598 INFO O| Jul 08 18:12:49.598 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
96012026-07-08T18:12:50.394Z[ host-image] Jul 08 18:12:49.598 INFO O| Jul 08 18:12:49.598 INFO STEP 28 (remove_files) COMPLETE
96022026-07-08T18:12:50.394Z[ host-image] Jul 08 18:12:49.598 INFO O| Jul 08 18:12:49.598 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-07-08T18:12:50.398Z[ host-image] Jul 08 18:12:49.603 INFO O| Jul 08 18:12:49.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
96042026-07-08T18:12:50.398Z[ host-image] Jul 08 18:12:49.603 INFO O| Jul 08 18:12:49.603 INFO STEP 29 (remove_files) COMPLETE
96052026-07-08T18:12:50.398Z[ host-image] Jul 08 18:12:49.603 INFO O| Jul 08 18:12:49.603 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-07-08T18:12:50.404Z[ host-image] Jul 08 18:12:49.609 INFO O| Jul 08 18:12:49.609 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
96072026-07-08T18:12:50.404Z[ host-image] Jul 08 18:12:49.609 INFO O| Jul 08 18:12:49.609 INFO STEP 30 (remove_files) COMPLETE
96082026-07-08T18:12:50.407Z[ host-image] Jul 08 18:12:49.609 INFO O| Jul 08 18:12:49.609 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-07-08T18:12:50.410Z[ host-image] Jul 08 18:12:49.615 INFO O| Jul 08 18:12:49.615 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
96102026-07-08T18:12:50.410Z[ host-image] Jul 08 18:12:49.615 INFO O| Jul 08 18:12:49.615 INFO STEP 31 (remove_files) COMPLETE
96112026-07-08T18:12:50.410Z[ host-image] Jul 08 18:12:49.615 INFO O| Jul 08 18:12:49.615 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-07-08T18:12:50.417Z[ host-image] Jul 08 18:12:49.621 INFO O| Jul 08 18:12:49.621 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
96132026-07-08T18:12:50.417Z[ host-image] Jul 08 18:12:49.621 INFO O| Jul 08 18:12:49.621 INFO STEP 32 (remove_files) COMPLETE
96142026-07-08T18:12:50.417Z[ host-image] Jul 08 18:12:49.622 INFO O| Jul 08 18:12:49.621 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-07-08T18:12:50.422Z[ host-image] Jul 08 18:12:49.627 INFO O| Jul 08 18:12:49.627 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96162026-07-08T18:12:50.422Z[ host-image] Jul 08 18:12:49.627 INFO O| Jul 08 18:12:49.627 INFO STEP 33 (remove_files) COMPLETE
96172026-07-08T18:12:50.425Z[ host-image] Jul 08 18:12:49.627 INFO O| Jul 08 18:12:49.627 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-07-08T18:12:50.428Z[ host-image] Jul 08 18:12:49.633 INFO O| Jul 08 18:12:49.633 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96192026-07-08T18:12:50.428Z[ host-image] Jul 08 18:12:49.633 INFO O| Jul 08 18:12:49.633 INFO STEP 34 (remove_files) COMPLETE
96202026-07-08T18:12:50.428Z[ host-image] Jul 08 18:12:49.633 INFO O| Jul 08 18:12:49.633 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-07-08T18:12:50.433Z[ host-image] Jul 08 18:12:49.638 INFO O| Jul 08 18:12:49.638 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96222026-07-08T18:12:50.433Z[ host-image] Jul 08 18:12:49.638 INFO O| Jul 08 18:12:49.638 INFO STEP 35 (remove_files) COMPLETE
96232026-07-08T18:12:50.433Z[ host-image] Jul 08 18:12:49.638 INFO O| Jul 08 18:12:49.638 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-07-08T18:12:50.439Z[ host-image] Jul 08 18:12:49.644 INFO O| Jul 08 18:12:49.644 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96252026-07-08T18:12:50.439Z[ host-image] Jul 08 18:12:49.644 INFO O| Jul 08 18:12:49.644 INFO STEP 36 (remove_files) COMPLETE
96262026-07-08T18:12:50.442Z[ host-image] Jul 08 18:12:49.644 INFO O| Jul 08 18:12:49.644 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-07-08T18:12:50.445Z[ host-image] Jul 08 18:12:49.650 INFO O| Jul 08 18:12:49.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96282026-07-08T18:12:50.445Z[ host-image] Jul 08 18:12:49.651 INFO O| Jul 08 18:12:49.651 INFO STEP 37 (remove_files) COMPLETE
96292026-07-08T18:12:50.445Z[ host-image] Jul 08 18:12:49.651 INFO O| Jul 08 18:12:49.651 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-07-08T18:12:50.451Z[ host-image] Jul 08 18:12:49.657 INFO O| Jul 08 18:12:49.657 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96312026-07-08T18:12:50.451Z[ host-image] Jul 08 18:12:49.657 INFO O| Jul 08 18:12:49.657 INFO STEP 38 (remove_files) COMPLETE
96322026-07-08T18:12:50.451Z[ host-image] Jul 08 18:12:49.657 INFO O| Jul 08 18:12:49.657 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-07-08T18:12:50.457Z[ host-image] Jul 08 18:12:49.663 INFO O| Jul 08 18:12:49.663 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96342026-07-08T18:12:50.457Z[ host-image] Jul 08 18:12:49.663 INFO O| Jul 08 18:12:49.663 INFO STEP 39 (remove_files) COMPLETE
96352026-07-08T18:12:50.457Z[ host-image] Jul 08 18:12:49.663 INFO O| Jul 08 18:12:49.663 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96362026-07-08T18:12:50.463Z[ host-image] Jul 08 18:12:49.668 INFO O| Jul 08 18:12:49.668 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96372026-07-08T18:12:50.463Z[ host-image] Jul 08 18:12:49.668 INFO O| Jul 08 18:12:49.668 INFO STEP 40 (remove_files) COMPLETE
96382026-07-08T18:12:50.463Z[ host-image] Jul 08 18:12:49.668 INFO O| Jul 08 18:12:49.668 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-07-08T18:12:50.469Z[ host-image] Jul 08 18:12:49.675 INFO O| Jul 08 18:12:49.675 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96402026-07-08T18:12:50.469Z[ host-image] Jul 08 18:12:49.675 INFO O| Jul 08 18:12:49.675 INFO STEP 41 (remove_files) COMPLETE
96412026-07-08T18:12:50.470Z[ host-image] Jul 08 18:12:49.675 INFO O| Jul 08 18:12:49.675 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-07-08T18:12:50.475Z[ host-image] Jul 08 18:12:49.681 INFO O| Jul 08 18:12:49.681 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96432026-07-08T18:12:50.476Z[ host-image] Jul 08 18:12:49.681 INFO O| Jul 08 18:12:49.681 INFO STEP 42 (remove_files) COMPLETE
96442026-07-08T18:12:50.478Z[ host-image] Jul 08 18:12:49.681 INFO O| Jul 08 18:12:49.681 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-07-08T18:12:50.481Z[ host-image] Jul 08 18:12:49.686 INFO O| Jul 08 18:12:49.686 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96462026-07-08T18:12:50.481Z[ host-image] Jul 08 18:12:49.686 INFO O| Jul 08 18:12:49.686 INFO STEP 43 (remove_files) COMPLETE
96472026-07-08T18:12:50.481Z[ host-image] Jul 08 18:12:49.686 INFO O| Jul 08 18:12:49.686 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96482026-07-08T18:12:50.488Z[ host-image] Jul 08 18:12:49.693 INFO O| Jul 08 18:12:49.693 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96492026-07-08T18:12:50.488Z[ host-image] Jul 08 18:12:49.693 INFO O| Jul 08 18:12:49.693 INFO STEP 44 (remove_files) COMPLETE
96502026-07-08T18:12:50.488Z[ host-image] Jul 08 18:12:49.693 INFO O| Jul 08 18:12:49.693 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-07-08T18:12:50.493Z[ host-image] Jul 08 18:12:49.698 INFO O| Jul 08 18:12:49.698 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96522026-07-08T18:12:50.493Z[ host-image] Jul 08 18:12:49.699 INFO O| Jul 08 18:12:49.698 INFO STEP 45 (remove_files) COMPLETE
96532026-07-08T18:12:50.496Z[ host-image] Jul 08 18:12:49.699 INFO O| Jul 08 18:12:49.699 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96542026-07-08T18:12:50.499Z[ host-image] Jul 08 18:12:49.705 INFO O| Jul 08 18:12:49.705 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96552026-07-08T18:12:50.499Z[ host-image] Jul 08 18:12:49.705 INFO O| Jul 08 18:12:49.705 INFO STEP 46 (remove_files) COMPLETE
96562026-07-08T18:12:50.502Z[ host-image] Jul 08 18:12:49.705 INFO O| Jul 08 18:12:49.705 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-07-08T18:12:50.505Z[ host-image] Jul 08 18:12:49.711 INFO O| Jul 08 18:12:49.711 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96582026-07-08T18:12:50.505Z[ host-image] Jul 08 18:12:49.711 INFO O| Jul 08 18:12:49.711 INFO STEP 47 (remove_files) COMPLETE
96592026-07-08T18:12:50.508Z[ host-image] Jul 08 18:12:49.711 INFO O| Jul 08 18:12:49.711 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96602026-07-08T18:12:50.511Z[ host-image] Jul 08 18:12:49.717 INFO O| Jul 08 18:12:49.717 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96612026-07-08T18:12:50.514Z[ host-image] Jul 08 18:12:49.717 INFO O| Jul 08 18:12:49.717 INFO STEP 48 (remove_files) COMPLETE
96622026-07-08T18:12:50.514Z[ host-image] Jul 08 18:12:49.717 INFO O| Jul 08 18:12:49.717 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-07-08T18:12:50.517Z[ host-image] Jul 08 18:12:49.722 INFO O| Jul 08 18:12:49.722 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96642026-07-08T18:12:50.517Z[ host-image] Jul 08 18:12:49.722 INFO O| Jul 08 18:12:49.722 INFO STEP 49 (remove_files) COMPLETE
96652026-07-08T18:12:50.519Z[ host-image] Jul 08 18:12:49.722 INFO O| Jul 08 18:12:49.722 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96662026-07-08T18:12:50.523Z[ host-image] Jul 08 18:12:49.729 INFO O| Jul 08 18:12:49.728 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96672026-07-08T18:12:50.526Z[ host-image] Jul 08 18:12:49.729 INFO O| Jul 08 18:12:49.729 INFO STEP 50 (remove_files) COMPLETE
96682026-07-08T18:12:50.526Z[ host-image] Jul 08 18:12:49.729 INFO O| Jul 08 18:12:49.729 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96692026-07-08T18:12:50.529Z[ host-image] Jul 08 18:12:49.735 INFO O| Jul 08 18:12:49.735 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96702026-07-08T18:12:50.529Z[ host-image] Jul 08 18:12:49.735 INFO O| Jul 08 18:12:49.735 INFO STEP 51 (remove_files) COMPLETE
96712026-07-08T18:12:50.529Z[ host-image] Jul 08 18:12:49.735 INFO O| Jul 08 18:12:49.735 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96722026-07-08T18:12:50.536Z[ host-image] Jul 08 18:12:49.741 INFO O| Jul 08 18:12:49.741 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96732026-07-08T18:12:50.536Z[ host-image] Jul 08 18:12:49.741 INFO O| Jul 08 18:12:49.741 INFO STEP 52 (remove_files) COMPLETE
96742026-07-08T18:12:50.538Z[ host-image] Jul 08 18:12:49.741 INFO O| Jul 08 18:12:49.741 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96752026-07-08T18:12:50.542Z[ host-image] Jul 08 18:12:49.747 INFO O| Jul 08 18:12:49.747 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96762026-07-08T18:12:50.542Z[ host-image] Jul 08 18:12:49.747 INFO O| Jul 08 18:12:49.747 INFO STEP 53 (remove_files) COMPLETE
96772026-07-08T18:12:50.542Z[ host-image] Jul 08 18:12:49.747 INFO O| Jul 08 18:12:49.747 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96782026-07-08T18:12:50.548Z[ host-image] Jul 08 18:12:49.753 INFO O| Jul 08 18:12:49.753 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96792026-07-08T18:12:50.548Z[ host-image] Jul 08 18:12:49.753 INFO O| Jul 08 18:12:49.753 INFO STEP 54 (remove_files) COMPLETE
96802026-07-08T18:12:50.551Z[ host-image] Jul 08 18:12:49.753 INFO O| Jul 08 18:12:49.753 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96812026-07-08T18:12:50.554Z[ host-image] Jul 08 18:12:49.759 INFO O| Jul 08 18:12:49.759 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96822026-07-08T18:12:50.554Z[ host-image] Jul 08 18:12:49.759 INFO O| Jul 08 18:12:49.759 INFO STEP 55 (remove_files) COMPLETE
96832026-07-08T18:12:50.554Z[ host-image] Jul 08 18:12:49.759 INFO O| Jul 08 18:12:49.759 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96842026-07-08T18:12:50.560Z[ host-image] Jul 08 18:12:49.765 INFO O| Jul 08 18:12:49.765 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96852026-07-08T18:12:50.560Z[ host-image] Jul 08 18:12:49.765 INFO O| Jul 08 18:12:49.765 INFO STEP 56 (remove_files) COMPLETE
96862026-07-08T18:12:50.562Z[ host-image] Jul 08 18:12:49.765 INFO O| Jul 08 18:12:49.765 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96872026-07-08T18:12:50.565Z[ host-image] Jul 08 18:12:49.771 INFO O| Jul 08 18:12:49.771 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96882026-07-08T18:12:50.565Z[ host-image] Jul 08 18:12:49.771 INFO O| Jul 08 18:12:49.771 INFO STEP 57 (remove_files) COMPLETE
96892026-07-08T18:12:50.568Z[ host-image] Jul 08 18:12:49.771 INFO O| Jul 08 18:12:49.771 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96902026-07-08T18:12:50.572Z[ host-image] Jul 08 18:12:49.778 INFO O| Jul 08 18:12:49.777 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96912026-07-08T18:12:50.572Z[ host-image] Jul 08 18:12:49.778 INFO O| Jul 08 18:12:49.778 INFO STEP 58 (remove_files) COMPLETE
96922026-07-08T18:12:50.575Z[ host-image] Jul 08 18:12:49.778 INFO O| Jul 08 18:12:49.778 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96932026-07-08T18:12:50.579Z[ host-image] Jul 08 18:12:49.784 INFO O| Jul 08 18:12:49.784 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96942026-07-08T18:12:50.579Z[ host-image] Jul 08 18:12:49.784 INFO O| Jul 08 18:12:49.784 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96952026-07-08T18:12:50.582Z[ host-image] Jul 08 18:12:49.784 INFO O| Jul 08 18:12:49.784 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96962026-07-08T18:12:50.582Z[ host-image] Jul 08 18:12:49.784 INFO O| Jul 08 18:12:49.784 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96972026-07-08T18:12:50.582Z[ host-image] Jul 08 18:12:49.784 INFO O| Jul 08 18:12:49.784 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96982026-07-08T18:12:50.582Z[ host-image] Jul 08 18:12:49.784 INFO O| Jul 08 18:12:49.784 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96992026-07-08T18:12:50.582Z[ host-image] Jul 08 18:12:49.784 INFO O| Jul 08 18:12:49.784 INFO ok!
97002026-07-08T18:12:50.582Z[ host-image] Jul 08 18:12:49.784 INFO O| Jul 08 18:12:49.784 INFO STEP 59 (ensure_file) COMPLETE
97012026-07-08T18:12:50.582Z[ host-image] Jul 08 18:12:49.784 INFO O| Jul 08 18:12:49.784 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97022026-07-08T18:12:50.585Z[ host-image] Jul 08 18:12:49.791 INFO O| Jul 08 18:12:49.791 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
97032026-07-08T18:12:50.585Z[ host-image] Jul 08 18:12:49.791 INFO O| Jul 08 18:12:49.791 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
97042026-07-08T18:12:50.588Z[ host-image] Jul 08 18:12:49.791 INFO O| Jul 08 18:12:49.791 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97052026-07-08T18:12:50.588Z[ host-image] Jul 08 18:12:49.791 INFO O| Jul 08 18:12:49.791 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97062026-07-08T18:12:50.588Z[ host-image] Jul 08 18:12:49.791 INFO O| Jul 08 18:12:49.791 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97072026-07-08T18:12:50.588Z[ host-image] Jul 08 18:12:49.791 INFO O| Jul 08 18:12:49.791 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97082026-07-08T18:12:50.588Z[ host-image] Jul 08 18:12:49.791 INFO O| Jul 08 18:12:49.791 INFO ok!
97092026-07-08T18:12:50.588Z[ host-image] Jul 08 18:12:49.791 INFO O| Jul 08 18:12:49.791 INFO STEP 60 (ensure_file) COMPLETE
97102026-07-08T18:12:50.588Z[ host-image] Jul 08 18:12:49.791 INFO O| Jul 08 18:12:49.791 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97112026-07-08T18:12:50.593Z[ host-image] Jul 08 18:12:49.797 INFO O| Jul 08 18:12:49.797 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
97122026-07-08T18:12:50.593Z[ host-image] Jul 08 18:12:49.797 INFO O| Jul 08 18:12:49.797 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
97132026-07-08T18:12:50.595Z[ host-image] Jul 08 18:12:49.797 INFO O| Jul 08 18:12:49.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
97142026-07-08T18:12:50.595Z[ host-image] Jul 08 18:12:49.797 INFO O| Jul 08 18:12:49.797 INFO ok!
97152026-07-08T18:12:50.595Z[ host-image] Jul 08 18:12:49.797 INFO O| Jul 08 18:12:49.797 INFO STEP 61 (ensure_file) COMPLETE
97162026-07-08T18:12:50.595Z[ host-image] Jul 08 18:12:49.797 INFO O| Jul 08 18:12:49.797 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97172026-07-08T18:12:50.599Z[ host-image] Jul 08 18:12:49.803 INFO O| Jul 08 18:12:49.803 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97182026-07-08T18:12:50.599Z[ host-image] Jul 08 18:12:49.803 INFO O| Jul 08 18:12:49.803 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97192026-07-08T18:12:50.599Z[ host-image] Jul 08 18:12:49.803 INFO O| Jul 08 18:12:49.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97202026-07-08T18:12:50.599Z[ host-image] Jul 08 18:12:49.803 INFO O| Jul 08 18:12:49.803 INFO ok!
97212026-07-08T18:12:50.599Z[ host-image] Jul 08 18:12:49.803 INFO O| Jul 08 18:12:49.803 INFO STEP 62 (ensure_file) COMPLETE
97222026-07-08T18:12:50.599Z[ host-image] Jul 08 18:12:49.803 INFO O| Jul 08 18:12:49.803 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97232026-07-08T18:12:50.604Z[ host-image] Jul 08 18:12:49.809 INFO O| Jul 08 18:12:49.809 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97242026-07-08T18:12:50.604Z[ host-image] Jul 08 18:12:49.809 INFO O| Jul 08 18:12:49.809 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97252026-07-08T18:12:50.607Z[ host-image] Jul 08 18:12:49.809 INFO O| Jul 08 18:12:49.809 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97262026-07-08T18:12:50.607Z[ host-image] Jul 08 18:12:49.810 INFO O| Jul 08 18:12:49.809 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97272026-07-08T18:12:50.607Z[ host-image] Jul 08 18:12:49.810 INFO O| Jul 08 18:12:49.809 INFO ok!
97282026-07-08T18:12:50.607Z[ host-image] Jul 08 18:12:49.810 INFO O| Jul 08 18:12:49.809 INFO STEP 63 (ensure_file) COMPLETE
97292026-07-08T18:12:50.607Z[ host-image] Jul 08 18:12:49.810 INFO O| Jul 08 18:12:49.809 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97302026-07-08T18:12:50.611Z[ host-image] Jul 08 18:12:49.816 INFO O| Jul 08 18:12:49.816 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97312026-07-08T18:12:50.611Z[ host-image] Jul 08 18:12:49.816 INFO O| Jul 08 18:12:49.816 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97322026-07-08T18:12:50.611Z[ host-image] Jul 08 18:12:49.816 INFO O| Jul 08 18:12:49.816 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97332026-07-08T18:12:50.613Z[ host-image] Jul 08 18:12:49.816 INFO O| Jul 08 18:12:49.816 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97342026-07-08T18:12:50.613Z[ host-image] Jul 08 18:12:49.816 INFO O| Jul 08 18:12:49.816 INFO ok!
97352026-07-08T18:12:50.613Z[ host-image] Jul 08 18:12:49.816 INFO O| Jul 08 18:12:49.816 INFO STEP 64 (ensure_file) COMPLETE
97362026-07-08T18:12:50.613Z[ host-image] Jul 08 18:12:49.816 INFO O| Jul 08 18:12:49.816 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97372026-07-08T18:12:50.617Z[ host-image] Jul 08 18:12:49.822 INFO O| Jul 08 18:12:49.822 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97382026-07-08T18:12:50.619Z[ host-image] Jul 08 18:12:49.822 INFO O| Jul 08 18:12:49.822 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97392026-07-08T18:12:50.619Z[ host-image] Jul 08 18:12:49.822 INFO O| Jul 08 18:12:49.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97402026-07-08T18:12:50.620Z[ host-image] Jul 08 18:12:49.822 INFO O| Jul 08 18:12:49.822 INFO ok!
97412026-07-08T18:12:50.620Z[ host-image] Jul 08 18:12:49.822 INFO O| Jul 08 18:12:49.822 INFO STEP 65 (assemble_files) COMPLETE
97422026-07-08T18:12:50.620Z[ host-image] Jul 08 18:12:49.822 INFO O| Jul 08 18:12:49.822 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97432026-07-08T18:12:50.623Z[ host-image] Jul 08 18:12:49.828 INFO O| Jul 08 18:12:49.828 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97442026-07-08T18:12:50.623Z[ host-image] Jul 08 18:12:49.828 INFO O| Jul 08 18:12:49.828 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97452026-07-08T18:12:50.623Z[ host-image] Jul 08 18:12:49.828 INFO O| Jul 08 18:12:49.828 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97462026-07-08T18:12:50.623Z[ host-image] Jul 08 18:12:49.828 INFO O| Jul 08 18:12:49.828 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97472026-07-08T18:12:50.623Z[ host-image] Jul 08 18:12:49.828 INFO O| Jul 08 18:12:49.828 INFO ok!
97482026-07-08T18:12:50.623Z[ host-image] Jul 08 18:12:49.828 INFO O| Jul 08 18:12:49.828 INFO STEP 66 (ensure_file) COMPLETE
97492026-07-08T18:12:50.624Z[ host-image] Jul 08 18:12:49.828 INFO O| Jul 08 18:12:49.828 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97502026-07-08T18:12:50.628Z[ host-image] Jul 08 18:12:49.834 INFO O| Jul 08 18:12:49.834 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97512026-07-08T18:12:50.631Z[ host-image] Jul 08 18:12:49.834 INFO O| Jul 08 18:12:49.834 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97522026-07-08T18:12:50.631Z[ host-image] Jul 08 18:12:49.834 INFO O| Jul 08 18:12:49.834 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97532026-07-08T18:12:50.631Z[ host-image] Jul 08 18:12:49.834 INFO O| Jul 08 18:12:49.834 INFO STEP 67 (ensure_dir) COMPLETE
97542026-07-08T18:12:50.631Z[ host-image] Jul 08 18:12:49.834 INFO O| Jul 08 18:12:49.834 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97552026-07-08T18:12:50.635Z[ host-image] Jul 08 18:12:49.840 INFO O| Jul 08 18:12:49.840 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97562026-07-08T18:12:50.635Z[ host-image] Jul 08 18:12:49.840 INFO O| Jul 08 18:12:49.840 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 ...
97572026-07-08T18:12:50.641Z[ host-image] Jul 08 18:12:49.846 INFO O| Jul 08 18:12:49.846 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
97582026-07-08T18:12:50.641Z[ host-image] Jul 08 18:12:49.846 INFO O| Jul 08 18:12:49.846 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97592026-07-08T18:12:50.641Z[ host-image] Jul 08 18:12:49.846 INFO O| Jul 08 18:12:49.846 INFO ok!
97602026-07-08T18:12:50.645Z[ host-image] Jul 08 18:12:49.846 INFO O| Jul 08 18:12:49.846 INFO STEP 68 (ensure_file) COMPLETE
97612026-07-08T18:12:50.645Z[ host-image] Jul 08 18:12:49.846 INFO O| Jul 08 18:12:49.846 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97622026-07-08T18:12:50.647Z[ host-image] Jul 08 18:12:49.852 INFO O| Jul 08 18:12:49.852 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97632026-07-08T18:12:50.647Z[ host-image] Jul 08 18:12:49.852 INFO O| Jul 08 18:12:49.852 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 ...
97642026-07-08T18:12:50.647Z[ host-image] Jul 08 18:12:49.852 INFO O| Jul 08 18:12:49.852 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
97652026-07-08T18:12:50.647Z[ host-image] Jul 08 18:12:49.852 INFO O| Jul 08 18:12:49.852 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97662026-07-08T18:12:50.647Z[ host-image] Jul 08 18:12:49.852 INFO O| Jul 08 18:12:49.852 INFO ok!
97672026-07-08T18:12:50.647Z[ host-image] Jul 08 18:12:49.852 INFO O| Jul 08 18:12:49.852 INFO STEP 69 (ensure_file) COMPLETE
97682026-07-08T18:12:50.647Z[ host-image] Jul 08 18:12:49.852 INFO O| Jul 08 18:12:49.852 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97692026-07-08T18:12:50.655Z[ host-image] Jul 08 18:12:49.860 INFO O| Jul 08 18:12:49.860 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97702026-07-08T18:12:50.655Z[ host-image] Jul 08 18:12:49.860 INFO O| Jul 08 18:12:49.860 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97712026-07-08T18:12:51.287Z[ recovery-image] Jul 08 18:12:50.490 INFO E| Compiling clap v4.6.1
97722026-07-08T18:12:51.338Z[ recovery-image] Jul 08 18:12:50.543 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
97732026-07-08T18:12:52.112Z[ recovery-image] Jul 08 18:12:51.317 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
97742026-07-08T18:12:52.117Z[ recovery-image] Jul 08 18:12:51.322 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
97752026-07-08T18:12:52.170Z[ host-image] Jul 08 18:12:51.375 INFO O| Jul 08 18:12:51.375 INFO STEP 70 (pack_tar) COMPLETE
97762026-07-08T18:12:52.170Z[ host-image] Jul 08 18:12:51.375 INFO O| Jul 08 18:12:51.375 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97772026-07-08T18:12:52.173Z[ host-image] Jul 08 18:12:51.375 INFO O| Jul 08 18:12:51.375 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97782026-07-08T18:12:52.344Z[ recovery-image] Jul 08 18:12:51.549 INFO E| Downloading crates ...
97792026-07-08T18:12:52.411Z[ recovery-image] Jul 08 18:12:51.617 INFO E| Downloaded miniz_oxide v0.9.1
97802026-07-08T18:12:52.414Z[ recovery-image] Jul 08 18:12:51.619 INFO E| Downloaded cpio_reader v0.1.2
97812026-07-08T18:12:52.418Z[ recovery-image] Jul 08 18:12:51.624 INFO E| Downloaded bit_field v0.10.3
97822026-07-08T18:12:52.421Z[ recovery-image] Jul 08 18:12:51.624 INFO E| Downloaded bitstruct_derive v0.1.0
97832026-07-08T18:12:52.421Z[ recovery-image] Jul 08 18:12:51.626 INFO E| Downloaded log v0.4.32
97842026-07-08T18:12:52.424Z[ recovery-image] Jul 08 18:12:51.628 INFO E| Downloaded bitstruct v0.1.1
97852026-07-08T18:12:52.441Z[ recovery-image] Jul 08 18:12:51.646 INFO E| Downloaded bitflags v2.13.0
97862026-07-08T18:12:52.458Z[ recovery-image] Jul 08 18:12:51.664 INFO E| Downloaded raw-cpuid v10.7.0
97872026-07-08T18:12:52.492Z[ recovery-image] Jul 08 18:12:51.697 INFO E| Downloaded goblin v0.10.7
97882026-07-08T18:12:52.663Z[ recovery-image] Jul 08 18:12:51.868 INFO E| Downloaded x86 v0.52.0
97892026-07-08T18:12:52.746Z[ recovery-image] Jul 08 18:12:51.899 INFO E| Updating crates.io index
97902026-07-08T18:12:52.746Z[ host-image] Jul 08 18:12:51.899 INFO O| Jul 08 18:12:51.899 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97912026-07-08T18:12:52.844Z[ host-image] Jul 08 18:12:52.049 INFO O| Jul 08 18:12:52.049 INFO completed processing sled/ramdisk-02-trim
97922026-07-08T18:12:52.847Z[ host-image] Jul 08 18:12:52.050 INFO image builder template: zfs...
97932026-07-08T18:12:52.847Z[ host-image] Jul 08 18:12:52.050 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/.tmp1xsBdg/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@21.0.0.0", "-F", "optever=0.41.492", "-n", "zfs"], pwd: None
97942026-07-08T18:12:52.847Z[ recovery-image] Jul 08 18:12:52.052 INFO E| Downloading crates ...
97952026-07-08T18:12:52.856Z[ host-image] Jul 08 18:12:52.061 INFO O| Jul 08 18:12:52.061 INFO skip include "stress" because feature "stress" is not enabled
97962026-07-08T18:12:52.856Z[ host-image] Jul 08 18:12:52.061 INFO O| Jul 08 18:12:52.061 INFO skip include "stress" because feature "compliance" is not enabled
97972026-07-08T18:12:52.866Z[ recovery-image] Jul 08 18:12:52.071 INFO E| Downloaded rustc-literal-escaper v0.0.7
97982026-07-08T18:12:52.875Z[ recovery-image] Jul 08 18:12:52.080 INFO E| Downloaded hashbrown v0.17.1
97992026-07-08T18:12:52.881Z[ host-image] Jul 08 18:12:52.087 INFO O| Jul 08 18:12:52.087 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
98002026-07-08T18:12:52.884Z[ host-image] Jul 08 18:12:52.089 INFO O| Jul 08 18:12:52.089 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
98012026-07-08T18:12:52.915Z[ recovery-image] Jul 08 18:12:52.120 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)
98022026-07-08T18:12:52.915Z[ recovery-image] Jul 08 18:12:52.120 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)
98032026-07-08T18:12:52.919Z[ recovery-image] Jul 08 18:12:52.121 INFO E| Compiling proc-macro2 v1.0.106
98042026-07-08T18:12:52.919Z[ recovery-image] Jul 08 18:12:52.121 INFO E| Compiling unicode-ident v1.0.24
98052026-07-08T18:12:52.919Z[ recovery-image] Jul 08 18:12:52.121 INFO E| Compiling quote v1.0.45
98062026-07-08T18:12:52.919Z[ recovery-image] Jul 08 18:12:52.121 INFO E| Compiling syn v1.0.109
98072026-07-08T18:12:52.919Z[ recovery-image] Jul 08 18:12:52.121 INFO E| Compiling x86 v0.52.0
98082026-07-08T18:12:52.920Z[ recovery-image] Jul 08 18:12:52.121 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
98092026-07-08T18:12:52.920Z[ recovery-image] Jul 08 18:12:52.121 INFO E| Compiling seq-macro v0.3.6
98102026-07-08T18:12:52.983Z[ host-image] Jul 08 18:12:52.188 INFO O| Jul 08 18:12:52.187 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
98112026-07-08T18:12:53.060Z[ host-image] Jul 08 18:12:52.265 INFO O| Jul 08 18:12:52.265 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
98122026-07-08T18:12:53.060Z[ host-image] Jul 08 18:12:52.265 INFO O| Jul 08 18:12:52.265 INFO work dataset: rpool/images/build/host/work/sled/zfs
98132026-07-08T18:12:53.063Z[ host-image] Jul 08 18:12:52.268 INFO O| Jul 08 18:12:52.268 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
98142026-07-08T18:12:53.146Z[ host-image] Jul 08 18:12:52.351 INFO O| Jul 08 18:12:52.351 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
98152026-07-08T18:12:53.218Z[ host-image] Jul 08 18:12:52.423 INFO O| Jul 08 18:12:52.423 INFO DESTROY POOL: TEMPORARY-sled-zfs
98162026-07-08T18:12:53.226Z[ host-image] Jul 08 18:12:52.431 INFO O| Jul 08 18:12:52.431 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
98172026-07-08T18:12:53.229Z[ host-image] Jul 08 18:12:52.435 INFO O| Jul 08 18:12:52.435 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
98182026-07-08T18:12:53.232Z[ host-image] Jul 08 18:12:52.435 INFO O| Jul 08 18:12:52.435 INFO no lofi found
98192026-07-08T18:12:53.232Z[ host-image] Jul 08 18:12:52.435 INFO O| Jul 08 18:12:52.435 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
98202026-07-08T18:12:53.233Z[ host-image] Jul 08 18:12:52.435 INFO O| Jul 08 18:12:52.435 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
98212026-07-08T18:12:53.855Z[ recovery-image] Jul 08 18:12:53.060 INFO E| Compiling syn v2.0.117
98222026-07-08T18:12:54.796Z[ host-image] Jul 08 18:12:54.001 INFO O| Jul 08 18:12:54.001 INFO lofi device = /dev/dsk/c2t1d0p0
98232026-07-08T18:12:54.796Z[ host-image] Jul 08 18:12:54.001 INFO O| Jul 08 18:12:54.001 INFO pool device = /dev/dsk/c2t1d0p0
98242026-07-08T18:12:54.800Z[ host-image] Jul 08 18:12:54.001 INFO O| Jul 08 18:12:54.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"]
98252026-07-08T18:12:54.857Z[ host-image] Jul 08 18:12:54.062 INFO O| Jul 08 18:12:54.062 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98262026-07-08T18:12:54.857Z[ host-image] Jul 08 18:12:54.062 INFO O| Jul 08 18:12:54.062 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
98272026-07-08T18:12:54.870Z[ host-image] Jul 08 18:12:54.075 INFO O| Jul 08 18:12:54.075 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
98282026-07-08T18:12:54.910Z[ host-image] Jul 08 18:12:54.115 INFO O| Jul 08 18:12:54.115 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
98292026-07-08T18:12:54.933Z[ host-image] Jul 08 18:12:54.139 INFO O| Jul 08 18:12:54.139 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
98302026-07-08T18:12:54.946Z[ host-image] Jul 08 18:12:54.151 INFO O| Jul 08 18:12:54.151 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
98312026-07-08T18:12:54.957Z[ host-image] Jul 08 18:12:54.161 INFO O| Jul 08 18:12:54.161 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
98322026-07-08T18:12:54.989Z[ host-image] Jul 08 18:12:54.194 INFO O| Jul 08 18:12:54.194 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
98332026-07-08T18:12:54.989Z[ host-image] Jul 08 18:12:54.194 INFO O| Jul 08 18:12:54.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
98342026-07-08T18:12:54.994Z[ host-image] Jul 08 18:12:54.194 INFO O| Jul 08 18:12:54.194 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
98352026-07-08T18:12:54.996Z[ host-image] Jul 08 18:12:54.202 INFO O| Jul 08 18:12:54.202 INFO boot environment UUID: bfd71a3c-d10d-432b-ab64-c6fe79f5d028
98362026-07-08T18:12:54.997Z[ host-image] Jul 08 18:12:54.202 INFO O| Jul 08 18:12:54.202 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = bfd71a3c-d10d-432b-ab64-c6fe79f5d028
98372026-07-08T18:12:55.006Z[ host-image] Jul 08 18:12:54.211 INFO O| Jul 08 18:12:54.211 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
98382026-07-08T18:12:55.015Z[ host-image] Jul 08 18:12:54.220 INFO O| Jul 08 18:12:54.220 INFO STEP 0 (create_be) COMPLETE
98392026-07-08T18:12:55.015Z[ host-image] Jul 08 18:12:54.220 INFO O| Jul 08 18:12:54.220 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98402026-07-08T18:12:55.025Z[ host-image] Jul 08 18:12:54.230 INFO O| Jul 08 18:12:54.230 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
98412026-07-08T18:12:55.136Z[ recovery-image] Jul 08 18:12:54.333 INFO E| Compiling scroll_derive v0.13.1
98422026-07-08T18:12:56.783Z[ recovery-image] Jul 08 18:12:55.988 INFO E| Compiling bitstruct_derive v0.1.0
98432026-07-08T18:13:02.895Z[ host-image] Jul 08 18:13:02.100 INFO O| Jul 08 18:13:02.100 INFO STEP 1 (unpack_tar) COMPLETE
98442026-07-08T18:13:02.895Z[ host-image] Jul 08 18:13:02.100 INFO O| Jul 08 18:13:02.100 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98452026-07-08T18:13:02.903Z[ host-image] Jul 08 18:13:02.108 INFO O| Jul 08 18:13:02.108 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98462026-07-08T18:13:03.008Z[ host-image] Jul 08 18:13:02.213 INFO O| Jul 08 18:13:02.213 INFO STEP 2 (devfsadm) COMPLETE
98472026-07-08T18:13:03.012Z[ host-image] Jul 08 18:13:02.213 INFO O| Jul 08 18:13:02.213 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98482026-07-08T18:13:03.015Z[ host-image] Jul 08 18:13:02.220 INFO O| Jul 08 18:13:02.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98492026-07-08T18:13:03.015Z[ host-image] Jul 08 18:13:02.220 INFO O| Jul 08 18:13:02.220 INFO STEP 3 (ensure_dir) COMPLETE
98502026-07-08T18:13:03.018Z[ host-image] Jul 08 18:13:02.220 INFO O| Jul 08 18:13:02.220 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98512026-07-08T18:13:03.023Z[ host-image] Jul 08 18:13:02.228 INFO O| Jul 08 18:13:02.228 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98522026-07-08T18:13:03.024Z[ host-image] Jul 08 18:13:02.228 INFO O| Jul 08 18:13:02.228 INFO STEP 4 (ensure_dir) COMPLETE
98532026-07-08T18:13:03.027Z[ host-image] Jul 08 18:13:02.228 INFO O| Jul 08 18:13:02.228 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98542026-07-08T18:13:03.030Z[ host-image] Jul 08 18:13:02.235 INFO O| Jul 08 18:13:02.235 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98552026-07-08T18:13:03.031Z[ host-image] Jul 08 18:13:02.235 INFO O| Jul 08 18:13:02.235 INFO STEP 5 (ensure_dir) COMPLETE
98562026-07-08T18:13:03.031Z[ host-image] Jul 08 18:13:02.235 INFO O| Jul 08 18:13:02.235 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98572026-07-08T18:13:03.037Z[ host-image] Jul 08 18:13:02.242 INFO O| Jul 08 18:13:02.242 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98582026-07-08T18:13:03.037Z[ host-image] Jul 08 18:13:02.242 INFO O| Jul 08 18:13:02.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98592026-07-08T18:13:03.039Z[ host-image] Jul 08 18:13:02.242 INFO O| Jul 08 18:13:02.242 INFO STEP 6 (ensure_dir) COMPLETE
98602026-07-08T18:13:03.040Z[ host-image] Jul 08 18:13:02.242 INFO O| Jul 08 18:13:02.242 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98612026-07-08T18:13:03.044Z[ host-image] Jul 08 18:13:02.249 INFO O| Jul 08 18:13:02.249 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98622026-07-08T18:13:03.047Z[ host-image] Jul 08 18:13:02.249 INFO O| Jul 08 18:13:02.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98632026-07-08T18:13:03.047Z[ host-image] Jul 08 18:13:02.249 INFO O| Jul 08 18:13:02.249 INFO STEP 7 (ensure_dir) COMPLETE
98642026-07-08T18:13:03.047Z[ host-image] Jul 08 18:13:02.249 INFO O| Jul 08 18:13:02.249 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98652026-07-08T18:13:03.051Z[ host-image] Jul 08 18:13:02.256 INFO O| Jul 08 18:13:02.256 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98662026-07-08T18:13:03.054Z[ host-image] Jul 08 18:13:02.256 INFO O| Jul 08 18:13:02.256 INFO STEP 8 (remove_files) COMPLETE
98672026-07-08T18:13:03.054Z[ host-image] Jul 08 18:13:02.256 INFO O| Jul 08 18:13:02.256 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98682026-07-08T18:13:03.057Z[ host-image] Jul 08 18:13:02.263 INFO O| Jul 08 18:13:02.263 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98692026-07-08T18:13:03.060Z[ host-image] Jul 08 18:13:02.263 INFO O| Jul 08 18:13:02.263 INFO STEP 9 (remove_files) COMPLETE
98702026-07-08T18:13:03.060Z[ host-image] Jul 08 18:13:02.263 INFO O| Jul 08 18:13:02.263 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98712026-07-08T18:13:03.064Z[ host-image] Jul 08 18:13:02.269 INFO O| Jul 08 18:13:02.269 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98722026-07-08T18:13:03.067Z[ host-image] Jul 08 18:13:02.270 INFO O| Jul 08 18:13:02.270 INFO STEP 10 (remove_files) COMPLETE
98732026-07-08T18:13:03.067Z[ host-image] Jul 08 18:13:02.270 INFO O| Jul 08 18:13:02.270 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98742026-07-08T18:13:03.071Z[ host-image] Jul 08 18:13:02.277 INFO O| Jul 08 18:13:02.277 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98752026-07-08T18:13:03.072Z[ host-image] Jul 08 18:13:02.277 INFO O| Jul 08 18:13:02.277 INFO STEP 11 (remove_files) COMPLETE
98762026-07-08T18:13:03.075Z[ host-image] Jul 08 18:13:02.277 INFO O| Jul 08 18:13:02.277 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98772026-07-08T18:13:03.078Z[ host-image] Jul 08 18:13:02.283 INFO O| Jul 08 18:13:02.283 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98782026-07-08T18:13:03.081Z[ host-image] Jul 08 18:13:02.283 INFO O| Jul 08 18:13:02.283 INFO STEP 12 (remove_files) COMPLETE
98792026-07-08T18:13:03.081Z[ host-image] Jul 08 18:13:02.283 INFO O| Jul 08 18:13:02.283 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98802026-07-08T18:13:03.084Z[ host-image] Jul 08 18:13:02.289 INFO O| Jul 08 18:13:02.289 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98812026-07-08T18:13:03.084Z[ host-image] Jul 08 18:13:02.290 INFO O| Jul 08 18:13:02.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98822026-07-08T18:13:03.087Z[ host-image] Jul 08 18:13:02.290 INFO O| Jul 08 18:13:02.290 INFO STEP 13 (ensure_dir) COMPLETE
98832026-07-08T18:13:03.087Z[ host-image] Jul 08 18:13:02.290 INFO O| Jul 08 18:13:02.290 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98842026-07-08T18:13:03.091Z[ host-image] Jul 08 18:13:02.296 INFO O| Jul 08 18:13:02.296 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98852026-07-08T18:13:03.091Z[ host-image] Jul 08 18:13:02.296 INFO O| Jul 08 18:13:02.296 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98862026-07-08T18:13:03.091Z[ host-image] Jul 08 18:13:02.296 INFO O| Jul 08 18:13:02.296 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98872026-07-08T18:13:03.092Z[ host-image] Jul 08 18:13:02.296 INFO O| Jul 08 18:13:02.296 INFO STEP 14 (ensure_dir) COMPLETE
98882026-07-08T18:13:03.095Z[ host-image] Jul 08 18:13:02.296 INFO O| Jul 08 18:13:02.296 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98892026-07-08T18:13:03.098Z[ host-image] Jul 08 18:13:02.302 INFO O| Jul 08 18:13:02.301 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98902026-07-08T18:13:03.098Z[ host-image] Jul 08 18:13:02.302 INFO O| Jul 08 18:13:02.302 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98912026-07-08T18:13:03.098Z[ host-image] Jul 08 18:13:02.302 INFO O| Jul 08 18:13:02.302 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98922026-07-08T18:13:03.098Z[ host-image] Jul 08 18:13:02.302 INFO O| Jul 08 18:13:02.302 INFO STEP 15 (ensure_dir) COMPLETE
98932026-07-08T18:13:03.098Z[ host-image] Jul 08 18:13:02.302 INFO O| Jul 08 18:13:02.302 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98942026-07-08T18:13:03.103Z[ host-image] Jul 08 18:13:02.308 INFO O| Jul 08 18:13:02.308 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98952026-07-08T18:13:03.103Z[ host-image] Jul 08 18:13:02.308 INFO O| Jul 08 18:13:02.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98962026-07-08T18:13:03.106Z[ host-image] Jul 08 18:13:02.309 INFO O| Jul 08 18:13:02.308 INFO STEP 16 (ensure_dir) COMPLETE
98972026-07-08T18:13:03.106Z[ host-image] Jul 08 18:13:02.309 INFO O| Jul 08 18:13:02.308 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98982026-07-08T18:13:03.109Z[ host-image] Jul 08 18:13:02.315 INFO O| Jul 08 18:13:02.315 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98992026-07-08T18:13:03.112Z[ host-image] Jul 08 18:13:02.315 INFO O| Jul 08 18:13:02.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99002026-07-08T18:13:03.112Z[ host-image] Jul 08 18:13:02.315 INFO O| Jul 08 18:13:02.315 INFO STEP 17 (ensure_dir) COMPLETE
99012026-07-08T18:13:03.112Z[ host-image] Jul 08 18:13:02.315 INFO O| Jul 08 18:13:02.315 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99022026-07-08T18:13:03.115Z[ host-image] Jul 08 18:13:02.321 INFO O| Jul 08 18:13:02.321 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
99032026-07-08T18:13:03.116Z[ host-image] Jul 08 18:13:02.321 INFO O| Jul 08 18:13:02.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
99042026-07-08T18:13:03.119Z[ host-image] Jul 08 18:13:02.321 INFO O| Jul 08 18:13:02.321 INFO ok!
99052026-07-08T18:13:03.119Z[ host-image] Jul 08 18:13:02.321 INFO O| Jul 08 18:13:02.321 INFO STEP 18 (ensure_symlink) COMPLETE
99062026-07-08T18:13:03.119Z[ host-image] Jul 08 18:13:02.321 INFO O| Jul 08 18:13:02.321 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99072026-07-08T18:13:03.122Z[ host-image] Jul 08 18:13:02.327 INFO O| Jul 08 18:13:02.327 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
99082026-07-08T18:13:03.122Z[ host-image] Jul 08 18:13:02.327 INFO O| Jul 08 18:13:02.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
99092026-07-08T18:13:03.122Z[ host-image] Jul 08 18:13:02.327 INFO O| Jul 08 18:13:02.327 INFO ok!
99102026-07-08T18:13:03.122Z[ host-image] Jul 08 18:13:02.327 INFO O| Jul 08 18:13:02.327 INFO STEP 19 (ensure_file) COMPLETE
99112026-07-08T18:13:03.122Z[ host-image] Jul 08 18:13:02.327 INFO O| Jul 08 18:13:02.327 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99122026-07-08T18:13:03.128Z[ host-image] Jul 08 18:13:02.333 INFO O| Jul 08 18:13:02.333 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
99132026-07-08T18:13:03.131Z[ host-image] Jul 08 18:13:02.333 INFO O| Jul 08 18:13:02.333 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
99142026-07-08T18:13:03.131Z[ host-image] Jul 08 18:13:02.333 INFO O| Jul 08 18:13:02.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
99152026-07-08T18:13:03.131Z[ host-image] Jul 08 18:13:02.333 INFO O| Jul 08 18:13:02.333 INFO ok!
99162026-07-08T18:13:03.131Z[ host-image] Jul 08 18:13:02.333 INFO O| Jul 08 18:13:02.333 INFO STEP 20 (ensure_symlink) COMPLETE
99172026-07-08T18:13:03.131Z[ host-image] Jul 08 18:13:02.333 INFO O| Jul 08 18:13:02.333 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99182026-07-08T18:13:03.135Z[ host-image] Jul 08 18:13:02.340 INFO O| Jul 08 18:13:02.340 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
99192026-07-08T18:13:03.138Z[ host-image] Jul 08 18:13:02.340 INFO O| Jul 08 18:13:02.340 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
99202026-07-08T18:13:03.138Z[ host-image] Jul 08 18:13:02.340 INFO O| Jul 08 18:13:02.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
99212026-07-08T18:13:03.138Z[ host-image] Jul 08 18:13:02.340 INFO O| Jul 08 18:13:02.340 INFO ok!
99222026-07-08T18:13:03.138Z[ host-image] Jul 08 18:13:02.340 INFO O| Jul 08 18:13:02.340 INFO STEP 21 (ensure_symlink) COMPLETE
99232026-07-08T18:13:03.138Z[ host-image] Jul 08 18:13:02.340 INFO O| Jul 08 18:13:02.340 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99242026-07-08T18:13:03.141Z[ host-image] Jul 08 18:13:02.346 INFO O| Jul 08 18:13:02.346 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
99252026-07-08T18:13:03.141Z[ host-image] Jul 08 18:13:02.346 INFO O| Jul 08 18:13:02.346 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
99262026-07-08T18:13:03.141Z[ host-image] Jul 08 18:13:02.346 INFO O| Jul 08 18:13:02.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
99272026-07-08T18:13:03.141Z[ host-image] Jul 08 18:13:02.346 INFO O| Jul 08 18:13:02.346 INFO ok!
99282026-07-08T18:13:03.141Z[ host-image] Jul 08 18:13:02.346 INFO O| Jul 08 18:13:02.346 INFO STEP 22 (ensure_symlink) COMPLETE
99292026-07-08T18:13:03.141Z[ host-image] Jul 08 18:13:02.346 INFO O| Jul 08 18:13:02.346 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99302026-07-08T18:13:03.147Z[ host-image] Jul 08 18:13:02.352 INFO O| Jul 08 18:13:02.352 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
99312026-07-08T18:13:03.150Z[ host-image] Jul 08 18:13:02.352 INFO O| Jul 08 18:13:02.352 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99322026-07-08T18:13:03.150Z[ host-image] Jul 08 18:13:02.352 INFO O| Jul 08 18:13:02.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99332026-07-08T18:13:03.150Z[ host-image] Jul 08 18:13:02.352 INFO O| Jul 08 18:13:02.352 INFO ok!
99342026-07-08T18:13:03.151Z[ host-image] Jul 08 18:13:02.352 INFO O| Jul 08 18:13:02.352 INFO STEP 23 (ensure_symlink) COMPLETE
99352026-07-08T18:13:03.151Z[ host-image] Jul 08 18:13:02.352 INFO O| Jul 08 18:13:02.352 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99362026-07-08T18:13:03.155Z[ host-image] Jul 08 18:13:02.359 INFO O| Jul 08 18:13:02.359 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99372026-07-08T18:13:03.155Z[ host-image] Jul 08 18:13:02.359 INFO O| Jul 08 18:13:02.359 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99382026-07-08T18:13:03.155Z[ host-image] Jul 08 18:13:02.359 INFO O| Jul 08 18:13:02.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99392026-07-08T18:13:03.155Z[ host-image] Jul 08 18:13:02.359 INFO O| Jul 08 18:13:02.359 INFO ok!
99402026-07-08T18:13:03.155Z[ host-image] Jul 08 18:13:02.359 INFO O| Jul 08 18:13:02.359 INFO STEP 24 (ensure_file) COMPLETE
99412026-07-08T18:13:03.155Z[ host-image] Jul 08 18:13:02.359 INFO O| Jul 08 18:13:02.359 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99422026-07-08T18:13:03.160Z[ host-image] Jul 08 18:13:02.365 INFO O| Jul 08 18:13:02.365 INFO updating shadow file
99432026-07-08T18:13:03.160Z[ host-image] Jul 08 18:13:02.365 INFO O| Jul 08 18:13:02.365 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99442026-07-08T18:13:03.160Z[ host-image] Jul 08 18:13:02.365 INFO O| Jul 08 18:13:02.365 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99452026-07-08T18:13:03.164Z[ host-image] Jul 08 18:13:02.365 INFO O| Jul 08 18:13:02.365 INFO STEP 25 (shadow) COMPLETE
99462026-07-08T18:13:03.164Z[ host-image] Jul 08 18:13:02.365 INFO O| Jul 08 18:13:02.365 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99472026-07-08T18:13:03.167Z[ host-image] Jul 08 18:13:02.371 INFO O| Jul 08 18:13:02.371 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99482026-07-08T18:13:03.167Z[ host-image] Jul 08 18:13:02.371 INFO O| Jul 08 18:13:02.371 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99492026-07-08T18:13:03.167Z[ host-image] Jul 08 18:13:02.371 INFO O| Jul 08 18:13:02.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99502026-07-08T18:13:03.167Z[ host-image] Jul 08 18:13:02.371 INFO O| Jul 08 18:13:02.371 INFO ok!
99512026-07-08T18:13:03.167Z[ host-image] Jul 08 18:13:02.371 INFO O| Jul 08 18:13:02.371 INFO STEP 26 (ensure_file) COMPLETE
99522026-07-08T18:13:03.167Z[ host-image] Jul 08 18:13:02.371 INFO O| Jul 08 18:13:02.371 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99532026-07-08T18:13:03.172Z[ host-image] Jul 08 18:13:02.377 INFO O| Jul 08 18:13:02.377 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99542026-07-08T18:13:03.172Z[ host-image] Jul 08 18:13:02.377 INFO O| Jul 08 18:13:02.377 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99552026-07-08T18:13:03.176Z[ host-image] Jul 08 18:13:02.377 INFO O| Jul 08 18:13:02.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99562026-07-08T18:13:03.176Z[ host-image] Jul 08 18:13:02.377 INFO O| Jul 08 18:13:02.377 INFO ok!
99572026-07-08T18:13:03.176Z[ host-image] Jul 08 18:13:02.377 INFO O| Jul 08 18:13:02.377 INFO STEP 27 (ensure_file) COMPLETE
99582026-07-08T18:13:03.176Z[ host-image] Jul 08 18:13:02.377 INFO O| Jul 08 18:13:02.377 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99592026-07-08T18:13:03.179Z[ host-image] Jul 08 18:13:02.384 INFO O| Jul 08 18:13:02.384 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99602026-07-08T18:13:03.179Z[ host-image] Jul 08 18:13:02.384 INFO O| Jul 08 18:13:02.384 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99612026-07-08T18:13:03.182Z[ host-image] Jul 08 18:13:02.384 INFO O| Jul 08 18:13:02.384 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99622026-07-08T18:13:03.182Z[ host-image] Jul 08 18:13:02.384 INFO O| Jul 08 18:13:02.384 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99632026-07-08T18:13:03.183Z[ host-image] Jul 08 18:13:02.384 INFO O| Jul 08 18:13:02.384 INFO ok!
99642026-07-08T18:13:03.183Z[ host-image] Jul 08 18:13:02.384 INFO O| Jul 08 18:13:02.384 INFO STEP 28 (ensure_file) COMPLETE
99652026-07-08T18:13:03.183Z[ host-image] Jul 08 18:13:02.384 INFO O| Jul 08 18:13:02.384 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99662026-07-08T18:13:03.186Z[ host-image] Jul 08 18:13:02.391 INFO O| Jul 08 18:13:02.390 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99672026-07-08T18:13:03.186Z[ host-image] Jul 08 18:13:02.391 INFO O| Jul 08 18:13:02.390 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99682026-07-08T18:13:03.186Z[ host-image] Jul 08 18:13:02.391 INFO O| Jul 08 18:13:02.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99692026-07-08T18:13:03.186Z[ host-image] Jul 08 18:13:02.391 INFO O| Jul 08 18:13:02.391 INFO ok!
99702026-07-08T18:13:03.186Z[ host-image] Jul 08 18:13:02.391 INFO O| Jul 08 18:13:02.391 INFO STEP 29 (ensure_file) COMPLETE
99712026-07-08T18:13:03.186Z[ host-image] Jul 08 18:13:02.391 INFO O| Jul 08 18:13:02.391 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99722026-07-08T18:13:03.191Z[ host-image] Jul 08 18:13:02.396 INFO O| Jul 08 18:13:02.396 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99732026-07-08T18:13:03.191Z[ host-image] Jul 08 18:13:02.396 INFO O| Jul 08 18:13:02.396 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99742026-07-08T18:13:03.194Z[ host-image] Jul 08 18:13:02.396 INFO O| Jul 08 18:13:02.396 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99752026-07-08T18:13:03.194Z[ host-image] Jul 08 18:13:02.396 INFO O| Jul 08 18:13:02.396 INFO STEP 30 (ensure_dir) COMPLETE
99762026-07-08T18:13:03.194Z[ host-image] Jul 08 18:13:02.396 INFO O| Jul 08 18:13:02.396 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99772026-07-08T18:13:03.197Z[ host-image] Jul 08 18:13:02.402 INFO O| Jul 08 18:13:02.402 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99782026-07-08T18:13:03.197Z[ host-image] Jul 08 18:13:02.402 INFO O| Jul 08 18:13:02.402 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99792026-07-08T18:13:03.199Z[ host-image] Jul 08 18:13:02.402 INFO O| Jul 08 18:13:02.402 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99802026-07-08T18:13:03.199Z[ host-image] Jul 08 18:13:02.402 INFO O| Jul 08 18:13:02.402 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99812026-07-08T18:13:03.199Z[ host-image] Jul 08 18:13:02.403 INFO O| Jul 08 18:13:02.402 INFO ok!
99822026-07-08T18:13:03.202Z[ host-image] Jul 08 18:13:02.403 INFO O| Jul 08 18:13:02.402 INFO STEP 31 (ensure_file) COMPLETE
99832026-07-08T18:13:03.202Z[ host-image] Jul 08 18:13:02.403 INFO O| Jul 08 18:13:02.402 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99842026-07-08T18:13:03.205Z[ host-image] Jul 08 18:13:02.409 INFO O| Jul 08 18:13:02.409 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99852026-07-08T18:13:03.205Z[ host-image] Jul 08 18:13:02.409 INFO O| Jul 08 18:13:02.409 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99862026-07-08T18:13:03.205Z[ host-image] Jul 08 18:13:02.409 INFO O| Jul 08 18:13:02.409 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99872026-07-08T18:13:03.205Z[ host-image] Jul 08 18:13:02.409 INFO O| Jul 08 18:13:02.409 INFO STEP 32 (ensure_dir) COMPLETE
99882026-07-08T18:13:03.205Z[ host-image] Jul 08 18:13:02.409 INFO O| Jul 08 18:13:02.409 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99892026-07-08T18:13:03.210Z[ host-image] Jul 08 18:13:02.415 INFO O| Jul 08 18:13:02.415 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99902026-07-08T18:13:03.210Z[ host-image] Jul 08 18:13:02.415 INFO O| Jul 08 18:13:02.415 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 ...
99912026-07-08T18:13:03.213Z[ host-image] Jul 08 18:13:02.415 INFO O| Jul 08 18:13:02.415 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
99922026-07-08T18:13:03.213Z[ host-image] Jul 08 18:13:02.415 INFO O| Jul 08 18:13:02.415 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99932026-07-08T18:13:03.214Z[ host-image] Jul 08 18:13:02.415 INFO O| Jul 08 18:13:02.415 INFO ok!
99942026-07-08T18:13:03.214Z[ host-image] Jul 08 18:13:02.415 INFO O| Jul 08 18:13:02.415 INFO STEP 33 (ensure_file) COMPLETE
99952026-07-08T18:13:03.214Z[ host-image] Jul 08 18:13:02.415 INFO O| Jul 08 18:13:02.415 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99962026-07-08T18:13:03.217Z[ host-image] Jul 08 18:13:02.421 INFO O| Jul 08 18:13:02.421 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99972026-07-08T18:13:03.217Z[ host-image] Jul 08 18:13:02.421 INFO O| Jul 08 18:13:02.421 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99982026-07-08T18:13:03.217Z[ host-image] Jul 08 18:13:02.421 INFO O| Jul 08 18:13:02.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99992026-07-08T18:13:03.217Z[ host-image] Jul 08 18:13:02.421 INFO O| Jul 08 18:13:02.421 INFO ok!
100002026-07-08T18:13:03.217Z[ host-image] Jul 08 18:13:02.421 INFO O| Jul 08 18:13:02.421 INFO STEP 34 (ensure_file) COMPLETE
100012026-07-08T18:13:03.217Z[ host-image] Jul 08 18:13:02.421 INFO O| Jul 08 18:13:02.421 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100022026-07-08T18:13:03.222Z[ host-image] Jul 08 18:13:02.427 INFO O| Jul 08 18:13:02.427 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
100032026-07-08T18:13:03.222Z[ host-image] Jul 08 18:13:02.427 INFO O| Jul 08 18:13:02.427 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
100042026-07-08T18:13:03.225Z[ host-image] Jul 08 18:13:02.427 INFO O| Jul 08 18:13:02.427 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100052026-07-08T18:13:03.225Z[ host-image] Jul 08 18:13:02.427 INFO O| Jul 08 18:13:02.427 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100062026-07-08T18:13:03.225Z[ host-image] Jul 08 18:13:02.427 INFO O| Jul 08 18:13:02.427 INFO ok!
100072026-07-08T18:13:03.225Z[ host-image] Jul 08 18:13:02.427 INFO O| Jul 08 18:13:02.427 INFO STEP 35 (ensure_file) COMPLETE
100082026-07-08T18:13:03.225Z[ host-image] Jul 08 18:13:02.427 INFO O| Jul 08 18:13:02.427 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100092026-07-08T18:13:03.228Z[ host-image] Jul 08 18:13:02.434 INFO O| Jul 08 18:13:02.433 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
100102026-07-08T18:13:03.229Z[ host-image] Jul 08 18:13:02.434 INFO O| Jul 08 18:13:02.434 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
100112026-07-08T18:13:03.233Z[ host-image] Jul 08 18:13:02.434 INFO O| Jul 08 18:13:02.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
100122026-07-08T18:13:03.233Z[ host-image] Jul 08 18:13:02.434 INFO O| Jul 08 18:13:02.434 INFO ok!
100132026-07-08T18:13:03.233Z[ host-image] Jul 08 18:13:02.434 INFO O| Jul 08 18:13:02.434 INFO STEP 36 (ensure_file) COMPLETE
100142026-07-08T18:13:03.233Z[ host-image] Jul 08 18:13:02.434 INFO O| Jul 08 18:13:02.434 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100152026-07-08T18:13:03.236Z[ host-image] Jul 08 18:13:02.440 INFO O| Jul 08 18:13:02.440 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
100162026-07-08T18:13:03.236Z[ host-image] Jul 08 18:13:02.440 INFO O| Jul 08 18:13:02.440 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
100172026-07-08T18:13:03.236Z[ host-image] Jul 08 18:13:02.440 INFO O| Jul 08 18:13:02.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
100182026-07-08T18:13:03.236Z[ host-image] Jul 08 18:13:02.440 INFO O| Jul 08 18:13:02.440 INFO ok!
100192026-07-08T18:13:03.236Z[ host-image] Jul 08 18:13:02.440 INFO O| Jul 08 18:13:02.440 INFO STEP 37 (ensure_file) COMPLETE
100202026-07-08T18:13:03.236Z[ host-image] Jul 08 18:13:02.440 INFO O| Jul 08 18:13:02.440 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100212026-07-08T18:13:03.241Z[ host-image] Jul 08 18:13:02.446 INFO O| Jul 08 18:13:02.446 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
100222026-07-08T18:13:03.241Z[ host-image] Jul 08 18:13:02.446 INFO O| Jul 08 18:13:02.446 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
100232026-07-08T18:13:03.241Z[ host-image] Jul 08 18:13:02.447 INFO O| Jul 08 18:13:02.446 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100242026-07-08T18:13:03.241Z[ host-image] Jul 08 18:13:02.447 INFO O| Jul 08 18:13:02.447 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100252026-07-08T18:13:03.245Z[ host-image] Jul 08 18:13:02.447 INFO O| Jul 08 18:13:02.447 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100262026-07-08T18:13:03.245Z[ host-image] Jul 08 18:13:02.447 INFO O| Jul 08 18:13:02.447 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100272026-07-08T18:13:03.245Z[ host-image] Jul 08 18:13:02.447 INFO O| Jul 08 18:13:02.447 INFO ok!
100282026-07-08T18:13:03.245Z[ host-image] Jul 08 18:13:02.447 INFO O| Jul 08 18:13:02.447 INFO STEP 38 (ensure_file) COMPLETE
100292026-07-08T18:13:03.245Z[ host-image] Jul 08 18:13:02.447 INFO O| Jul 08 18:13:02.447 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100302026-07-08T18:13:03.249Z[ host-image] Jul 08 18:13:02.452 INFO O| Jul 08 18:13:02.452 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100312026-07-08T18:13:03.249Z[ host-image] Jul 08 18:13:02.452 INFO O| Jul 08 18:13:02.452 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100322026-07-08T18:13:03.249Z[ host-image] Jul 08 18:13:02.452 INFO O| Jul 08 18:13:02.452 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100332026-07-08T18:13:03.249Z[ host-image] Jul 08 18:13:02.452 INFO O| Jul 08 18:13:02.452 INFO STEP 39 (ensure_dir) COMPLETE
100342026-07-08T18:13:03.249Z[ host-image] Jul 08 18:13:02.452 INFO O| Jul 08 18:13:02.452 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100352026-07-08T18:13:03.253Z[ host-image] Jul 08 18:13:02.459 INFO O| Jul 08 18:13:02.458 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
100362026-07-08T18:13:03.254Z[ host-image] Jul 08 18:13:02.459 INFO O| Jul 08 18:13:02.458 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 ...
100372026-07-08T18:13:03.257Z[ host-image] Jul 08 18:13:02.459 INFO O| Jul 08 18:13:02.459 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
100382026-07-08T18:13:03.258Z[ host-image] Jul 08 18:13:02.459 INFO O| Jul 08 18:13:02.459 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
100392026-07-08T18:13:03.259Z[ host-image] Jul 08 18:13:02.459 INFO O| Jul 08 18:13:02.459 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
100402026-07-08T18:13:03.259Z[ host-image] Jul 08 18:13:02.459 INFO O| Jul 08 18:13:02.459 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
100412026-07-08T18:13:03.259Z[ host-image] Jul 08 18:13:02.459 INFO O| Jul 08 18:13:02.459 INFO ok!
100422026-07-08T18:13:03.259Z[ host-image] Jul 08 18:13:02.459 INFO O| Jul 08 18:13:02.459 INFO STEP 40 (ensure_file) COMPLETE
100432026-07-08T18:13:03.259Z[ host-image] Jul 08 18:13:02.459 INFO O| Jul 08 18:13:02.459 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100442026-07-08T18:13:03.263Z[ host-image] Jul 08 18:13:02.464 INFO O| Jul 08 18:13:02.464 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100452026-07-08T18:13:03.263Z[ host-image] Jul 08 18:13:02.464 INFO O| Jul 08 18:13:02.464 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 ...
100462026-07-08T18:13:03.263Z[ host-image] Jul 08 18:13:02.464 INFO O| Jul 08 18:13:02.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100472026-07-08T18:13:03.263Z[ host-image] Jul 08 18:13:02.464 INFO O| Jul 08 18:13:02.464 INFO ok!
100482026-07-08T18:13:03.263Z[ host-image] Jul 08 18:13:02.464 INFO O| Jul 08 18:13:02.464 INFO STEP 41 (ensure_symlink) COMPLETE
100492026-07-08T18:13:03.263Z[ host-image] Jul 08 18:13:02.464 INFO O| Jul 08 18:13:02.464 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100502026-07-08T18:13:03.266Z[ host-image] Jul 08 18:13:02.471 INFO O| Jul 08 18:13:02.471 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100512026-07-08T18:13:03.266Z[ host-image] Jul 08 18:13:02.471 INFO O| Jul 08 18:13:02.471 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100522026-07-08T18:13:03.266Z[ host-image] Jul 08 18:13:02.471 INFO O| Jul 08 18:13:02.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100532026-07-08T18:13:03.266Z[ host-image] Jul 08 18:13:02.471 INFO O| Jul 08 18:13:02.471 INFO ok!
100542026-07-08T18:13:03.270Z[ host-image] Jul 08 18:13:02.471 INFO O| Jul 08 18:13:02.471 INFO STEP 42 (ensure_symlink) COMPLETE
100552026-07-08T18:13:03.270Z[ host-image] Jul 08 18:13:02.471 INFO O| Jul 08 18:13:02.471 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100562026-07-08T18:13:03.273Z[ host-image] Jul 08 18:13:02.477 INFO O| Jul 08 18:13:02.477 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100572026-07-08T18:13:03.273Z[ host-image] Jul 08 18:13:02.477 INFO O| Jul 08 18:13:02.477 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100582026-07-08T18:13:03.273Z[ host-image] Jul 08 18:13:02.477 INFO O| Jul 08 18:13:02.477 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100592026-07-08T18:13:03.273Z[ host-image] Jul 08 18:13:02.477 INFO O| Jul 08 18:13:02.477 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100602026-07-08T18:13:03.273Z[ host-image] Jul 08 18:13:02.477 INFO O| Jul 08 18:13:02.477 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100612026-07-08T18:13:03.273Z[ host-image] Jul 08 18:13:02.477 INFO O| Jul 08 18:13:02.477 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100622026-07-08T18:13:03.273Z[ host-image] Jul 08 18:13:02.477 INFO O| Jul 08 18:13:02.477 INFO ok!
100632026-07-08T18:13:03.273Z[ host-image] Jul 08 18:13:02.477 INFO O| Jul 08 18:13:02.477 INFO STEP 43 (ensure_file) COMPLETE
100642026-07-08T18:13:03.273Z[ host-image] Jul 08 18:13:02.477 INFO O| Jul 08 18:13:02.477 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100652026-07-08T18:13:03.278Z[ host-image] Jul 08 18:13:02.483 INFO O| Jul 08 18:13:02.483 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100662026-07-08T18:13:03.278Z[ host-image] Jul 08 18:13:02.483 INFO O| Jul 08 18:13:02.483 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 ...
100672026-07-08T18:13:03.281Z[ host-image] Jul 08 18:13:02.483 INFO O| Jul 08 18:13:02.483 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
100682026-07-08T18:13:03.282Z[ host-image] Jul 08 18:13:02.483 INFO O| Jul 08 18:13:02.483 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100692026-07-08T18:13:03.282Z[ host-image] Jul 08 18:13:02.483 INFO O| Jul 08 18:13:02.483 INFO ok!
100702026-07-08T18:13:03.282Z[ host-image] Jul 08 18:13:02.483 INFO O| Jul 08 18:13:02.483 INFO STEP 44 (ensure_file) COMPLETE
100712026-07-08T18:13:03.282Z[ host-image] Jul 08 18:13:02.483 INFO O| Jul 08 18:13:02.483 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100722026-07-08T18:13:03.285Z[ host-image] Jul 08 18:13:02.488 INFO O| Jul 08 18:13:02.488 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100732026-07-08T18:13:03.285Z[ host-image] Jul 08 18:13:02.488 INFO O| Jul 08 18:13:02.488 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100742026-07-08T18:13:03.285Z[ host-image] Jul 08 18:13:02.488 INFO O| Jul 08 18:13:02.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100752026-07-08T18:13:03.285Z[ host-image] Jul 08 18:13:02.488 INFO O| Jul 08 18:13:02.488 INFO ok!
100762026-07-08T18:13:03.285Z[ host-image] Jul 08 18:13:02.488 INFO O| Jul 08 18:13:02.488 INFO STEP 45 (ensure_file) COMPLETE
100772026-07-08T18:13:03.285Z[ host-image] Jul 08 18:13:02.488 INFO O| Jul 08 18:13:02.488 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100782026-07-08T18:13:03.289Z[ host-image] Jul 08 18:13:02.495 INFO O| Jul 08 18:13:02.495 INFO updating shadow file
100792026-07-08T18:13:03.292Z[ host-image] Jul 08 18:13:02.495 INFO O| Jul 08 18:13:02.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100802026-07-08T18:13:03.292Z[ host-image] Jul 08 18:13:02.495 INFO O| Jul 08 18:13:02.495 INFO STEP 46 (shadow) COMPLETE
100812026-07-08T18:13:03.292Z[ host-image] Jul 08 18:13:02.495 INFO O| Jul 08 18:13:02.495 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100822026-07-08T18:13:03.296Z[ host-image] Jul 08 18:13:02.501 INFO O| Jul 08 18:13:02.501 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100832026-07-08T18:13:03.300Z[ host-image] Jul 08 18:13:02.501 INFO O| Jul 08 18:13:02.501 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100842026-07-08T18:13:03.300Z[ host-image] Jul 08 18:13:02.502 INFO O| Jul 08 18:13:02.501 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100852026-07-08T18:13:03.300Z[ host-image] Jul 08 18:13:02.502 INFO O| Jul 08 18:13:02.502 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100862026-07-08T18:13:03.300Z[ host-image] Jul 08 18:13:02.502 INFO O| Jul 08 18:13:02.502 INFO ok!
100872026-07-08T18:13:03.300Z[ host-image] Jul 08 18:13:02.502 INFO O| Jul 08 18:13:02.502 INFO STEP 47 (ensure_file) COMPLETE
100882026-07-08T18:13:03.300Z[ host-image] Jul 08 18:13:02.502 INFO O| Jul 08 18:13:02.502 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100892026-07-08T18:13:03.300Z[ host-image] Jul 08 18:13:02.502 INFO O| Jul 08 18:13:02.502 INFO skip step because feature "mfg" is not enabled
100902026-07-08T18:13:03.300Z[ host-image] Jul 08 18:13:02.502 INFO O| Jul 08 18:13:02.502 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100912026-07-08T18:13:03.300Z[ host-image] Jul 08 18:13:02.502 INFO O| Jul 08 18:13:02.502 INFO skip step because feature "mfg" is not enabled
100922026-07-08T18:13:03.300Z[ host-image] Jul 08 18:13:02.502 INFO O| Jul 08 18:13:02.502 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100932026-07-08T18:13:03.304Z[ host-image] Jul 08 18:13:02.508 INFO O| Jul 08 18:13:02.508 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100942026-07-08T18:13:03.304Z[ host-image] Jul 08 18:13:02.508 INFO O| Jul 08 18:13:02.508 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100952026-07-08T18:13:03.324Z[ host-image] Jul 08 18:13:02.529 INFO O| Jul 08 18:13:02.529 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100962026-07-08T18:13:03.324Z[ host-image] Jul 08 18:13:02.529 INFO O| Jul 08 18:13:02.529 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100972026-07-08T18:13:03.327Z[ host-image] Jul 08 18:13:02.529 INFO O| Jul 08 18:13:02.529 INFO ok!
100982026-07-08T18:13:03.327Z[ host-image] Jul 08 18:13:02.529 INFO O| Jul 08 18:13:02.529 INFO STEP 50 (ensure_file) COMPLETE
100992026-07-08T18:13:03.327Z[ host-image] Jul 08 18:13:02.529 INFO O| Jul 08 18:13:02.529 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101002026-07-08T18:13:03.328Z[ host-image] Jul 08 18:13:02.529 INFO O| Jul 08 18:13:02.529 INFO skip step because feature "compliance" is not enabled
101012026-07-08T18:13:03.328Z[ host-image] Jul 08 18:13:02.529 INFO O| Jul 08 18:13:02.529 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101022026-07-08T18:13:03.331Z[ host-image] Jul 08 18:13:02.536 INFO O| Jul 08 18:13:02.536 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
101032026-07-08T18:13:03.331Z[ host-image] Jul 08 18:13:02.536 INFO O| Jul 08 18:13:02.536 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
101042026-07-08T18:13:03.331Z[ host-image] Jul 08 18:13:02.536 INFO O| Jul 08 18:13:02.536 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101052026-07-08T18:13:03.334Z[ host-image] Jul 08 18:13:02.536 INFO O| Jul 08 18:13:02.536 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101062026-07-08T18:13:03.334Z[ host-image] Jul 08 18:13:02.536 INFO O| Jul 08 18:13:02.536 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101072026-07-08T18:13:03.334Z[ host-image] Jul 08 18:13:02.536 INFO O| Jul 08 18:13:02.536 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101082026-07-08T18:13:03.334Z[ host-image] Jul 08 18:13:02.536 INFO O| Jul 08 18:13:02.536 INFO ok!
101092026-07-08T18:13:03.334Z[ host-image] Jul 08 18:13:02.536 INFO O| Jul 08 18:13:02.536 INFO STEP 52 (ensure_file) COMPLETE
101102026-07-08T18:13:03.334Z[ host-image] Jul 08 18:13:02.536 INFO O| Jul 08 18:13:02.536 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101112026-07-08T18:13:03.338Z[ host-image] Jul 08 18:13:02.542 INFO O| Jul 08 18:13:02.542 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
101122026-07-08T18:13:03.338Z[ host-image] Jul 08 18:13:02.542 INFO O| Jul 08 18:13:02.542 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 ...
101132026-07-08T18:13:03.338Z[ host-image] Jul 08 18:13:02.542 INFO O| Jul 08 18:13:02.542 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
101142026-07-08T18:13:03.338Z[ host-image] Jul 08 18:13:02.542 INFO O| Jul 08 18:13:02.542 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
101152026-07-08T18:13:03.338Z[ host-image] Jul 08 18:13:02.542 INFO O| Jul 08 18:13:02.542 INFO ok!
101162026-07-08T18:13:03.338Z[ host-image] Jul 08 18:13:02.542 INFO O| Jul 08 18:13:02.542 INFO STEP 53 (ensure_file) COMPLETE
101172026-07-08T18:13:03.338Z[ host-image] Jul 08 18:13:02.542 INFO O| Jul 08 18:13:02.542 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101182026-07-08T18:13:03.344Z[ host-image] Jul 08 18:13:02.548 INFO O| Jul 08 18:13:02.548 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
101192026-07-08T18:13:03.345Z[ host-image] Jul 08 18:13:02.548 INFO O| Jul 08 18:13:02.548 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 ...
101202026-07-08T18:13:03.345Z[ host-image] Jul 08 18:13:02.548 INFO O| Jul 08 18:13:02.548 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101212026-07-08T18:13:03.348Z[ host-image] Jul 08 18:13:02.548 INFO O| Jul 08 18:13:02.548 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101222026-07-08T18:13:03.348Z[ host-image] Jul 08 18:13:02.548 INFO O| Jul 08 18:13:02.548 INFO ok!
101232026-07-08T18:13:03.348Z[ host-image] Jul 08 18:13:02.548 INFO O| Jul 08 18:13:02.548 INFO STEP 54 (ensure_file) COMPLETE
101242026-07-08T18:13:03.348Z[ host-image] Jul 08 18:13:02.548 INFO O| Jul 08 18:13:02.548 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101252026-07-08T18:13:03.351Z[ host-image] Jul 08 18:13:02.554 INFO O| Jul 08 18:13:02.554 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
101262026-07-08T18:13:03.351Z[ host-image] Jul 08 18:13:02.554 INFO O| Jul 08 18:13:02.554 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 ...
101272026-07-08T18:13:03.351Z[ host-image] Jul 08 18:13:02.554 INFO O| Jul 08 18:13:02.554 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
101282026-07-08T18:13:03.352Z[ host-image] Jul 08 18:13:02.554 INFO O| Jul 08 18:13:02.554 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
101292026-07-08T18:13:03.352Z[ host-image] Jul 08 18:13:02.554 INFO O| Jul 08 18:13:02.554 INFO ok!
101302026-07-08T18:13:03.352Z[ host-image] Jul 08 18:13:02.554 INFO O| Jul 08 18:13:02.554 INFO STEP 55 (ensure_file) COMPLETE
101312026-07-08T18:13:03.352Z[ host-image] Jul 08 18:13:02.554 INFO O| Jul 08 18:13:02.554 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101322026-07-08T18:13:03.356Z[ host-image] Jul 08 18:13:02.560 INFO O| Jul 08 18:13:02.560 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101332026-07-08T18:13:03.356Z[ host-image] Jul 08 18:13:02.560 INFO O| Jul 08 18:13:02.560 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 ...
101342026-07-08T18:13:03.356Z[ host-image] Jul 08 18:13:02.560 INFO O| Jul 08 18:13:02.560 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101352026-07-08T18:13:03.356Z[ host-image] Jul 08 18:13:02.560 INFO O| Jul 08 18:13:02.560 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101362026-07-08T18:13:03.356Z[ host-image] Jul 08 18:13:02.560 INFO O| Jul 08 18:13:02.560 INFO ok!
101372026-07-08T18:13:03.356Z[ host-image] Jul 08 18:13:02.560 INFO O| Jul 08 18:13:02.560 INFO STEP 56 (ensure_file) COMPLETE
101382026-07-08T18:13:03.356Z[ host-image] Jul 08 18:13:02.560 INFO O| Jul 08 18:13:02.560 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101392026-07-08T18:13:03.361Z[ host-image] Jul 08 18:13:02.566 INFO O| Jul 08 18:13:02.566 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101402026-07-08T18:13:03.361Z[ host-image] Jul 08 18:13:02.566 INFO O| Jul 08 18:13:02.566 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 ...
101412026-07-08T18:13:03.364Z[ host-image] Jul 08 18:13:02.566 INFO O| Jul 08 18:13:02.566 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
101422026-07-08T18:13:03.364Z[ host-image] Jul 08 18:13:02.566 INFO O| Jul 08 18:13:02.566 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101432026-07-08T18:13:03.364Z[ host-image] Jul 08 18:13:02.566 INFO O| Jul 08 18:13:02.566 INFO ok!
101442026-07-08T18:13:03.364Z[ host-image] Jul 08 18:13:02.566 INFO O| Jul 08 18:13:02.566 INFO STEP 57 (ensure_file) COMPLETE
101452026-07-08T18:13:03.364Z[ host-image] Jul 08 18:13:02.566 INFO O| Jul 08 18:13:02.566 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101462026-07-08T18:13:03.369Z[ host-image] Jul 08 18:13:02.572 INFO O| Jul 08 18:13:02.572 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101472026-07-08T18:13:03.369Z[ host-image] Jul 08 18:13:02.572 INFO O| Jul 08 18:13:02.572 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 ...
101482026-07-08T18:13:03.369Z[ host-image] Jul 08 18:13:02.572 INFO O| Jul 08 18:13:02.572 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101492026-07-08T18:13:03.369Z[ host-image] Jul 08 18:13:02.572 INFO O| Jul 08 18:13:02.572 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101502026-07-08T18:13:03.370Z[ host-image] Jul 08 18:13:02.572 INFO O| Jul 08 18:13:02.572 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101512026-07-08T18:13:03.370Z[ host-image] Jul 08 18:13:02.572 INFO O| Jul 08 18:13:02.572 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101522026-07-08T18:13:03.373Z[ host-image] Jul 08 18:13:02.572 INFO O| Jul 08 18:13:02.572 INFO ok!
101532026-07-08T18:13:03.373Z[ host-image] Jul 08 18:13:02.572 INFO O| Jul 08 18:13:02.572 INFO STEP 58 (ensure_file) COMPLETE
101542026-07-08T18:13:03.373Z[ host-image] Jul 08 18:13:02.572 INFO O| Jul 08 18:13:02.572 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101552026-07-08T18:13:03.373Z[ host-image] Jul 08 18:13:02.577 INFO O| Jul 08 18:13:02.577 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101562026-07-08T18:13:03.373Z[ host-image] Jul 08 18:13:02.577 INFO O| Jul 08 18:13:02.577 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 ...
101572026-07-08T18:13:03.373Z[ host-image] Jul 08 18:13:02.577 INFO O| Jul 08 18:13:02.577 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
101582026-07-08T18:13:03.373Z[ host-image] Jul 08 18:13:02.577 INFO O| Jul 08 18:13:02.577 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101592026-07-08T18:13:03.373Z[ host-image] Jul 08 18:13:02.577 INFO O| Jul 08 18:13:02.577 INFO ok!
101602026-07-08T18:13:03.373Z[ host-image] Jul 08 18:13:02.577 INFO O| Jul 08 18:13:02.577 INFO STEP 59 (ensure_file) COMPLETE
101612026-07-08T18:13:03.373Z[ host-image] Jul 08 18:13:02.577 INFO O| Jul 08 18:13:02.577 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101622026-07-08T18:13:03.382Z[ host-image] Jul 08 18:13:02.584 INFO O| Jul 08 18:13:02.584 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101632026-07-08T18:13:03.382Z[ host-image] Jul 08 18:13:02.585 INFO O| Jul 08 18:13:02.584 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101642026-07-08T18:13:03.385Z[ host-image] Jul 08 18:13:02.585 INFO O| Jul 08 18:13:02.585 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101652026-07-08T18:13:03.385Z[ host-image] Jul 08 18:13:02.585 INFO O| Jul 08 18:13:02.585 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101662026-07-08T18:13:03.385Z[ host-image] Jul 08 18:13:02.585 INFO O| Jul 08 18:13:02.585 INFO ok!
101672026-07-08T18:13:03.385Z[ host-image] Jul 08 18:13:02.585 INFO O| Jul 08 18:13:02.585 INFO STEP 60 (ensure_file) COMPLETE
101682026-07-08T18:13:03.385Z[ host-image] Jul 08 18:13:02.585 INFO O| Jul 08 18:13:02.585 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101692026-07-08T18:13:03.388Z[ host-image] Jul 08 18:13:02.591 INFO O| Jul 08 18:13:02.591 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101702026-07-08T18:13:03.388Z[ host-image] Jul 08 18:13:02.591 INFO O| Jul 08 18:13:02.591 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 ...
101712026-07-08T18:13:03.388Z[ host-image] Jul 08 18:13:02.591 INFO O| Jul 08 18:13:02.591 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
101722026-07-08T18:13:03.389Z[ host-image] Jul 08 18:13:02.591 INFO O| Jul 08 18:13:02.591 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101732026-07-08T18:13:03.389Z[ host-image] Jul 08 18:13:02.591 INFO O| Jul 08 18:13:02.591 INFO ok!
101742026-07-08T18:13:03.389Z[ host-image] Jul 08 18:13:02.591 INFO O| Jul 08 18:13:02.591 INFO STEP 61 (ensure_file) COMPLETE
101752026-07-08T18:13:03.389Z[ host-image] Jul 08 18:13:02.591 INFO O| Jul 08 18:13:02.591 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101762026-07-08T18:13:03.392Z[ host-image] Jul 08 18:13:02.596 INFO O| Jul 08 18:13:02.596 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101772026-07-08T18:13:03.392Z[ host-image] Jul 08 18:13:02.596 INFO O| Jul 08 18:13:02.596 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101782026-07-08T18:13:03.392Z[ host-image] Jul 08 18:13:02.596 INFO O| Jul 08 18:13:02.596 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101792026-07-08T18:13:03.392Z[ host-image] Jul 08 18:13:02.596 INFO O| Jul 08 18:13:02.596 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101802026-07-08T18:13:03.392Z[ host-image] Jul 08 18:13:02.596 INFO O| Jul 08 18:13:02.596 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101812026-07-08T18:13:03.392Z[ host-image] Jul 08 18:13:02.596 INFO O| Jul 08 18:13:02.596 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101822026-07-08T18:13:03.392Z[ host-image] Jul 08 18:13:02.596 INFO O| Jul 08 18:13:02.596 INFO ok!
101832026-07-08T18:13:03.392Z[ host-image] Jul 08 18:13:02.596 INFO O| Jul 08 18:13:02.596 INFO STEP 62 (ensure_file) COMPLETE
101842026-07-08T18:13:03.392Z[ host-image] Jul 08 18:13:02.596 INFO O| Jul 08 18:13:02.596 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101852026-07-08T18:13:03.397Z[ host-image] Jul 08 18:13:02.603 INFO O| Jul 08 18:13:02.603 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101862026-07-08T18:13:03.398Z[ host-image] Jul 08 18:13:02.603 INFO O| Jul 08 18:13:02.603 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 ...
101872026-07-08T18:13:03.401Z[ host-image] Jul 08 18:13:02.603 INFO O| Jul 08 18:13:02.603 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
101882026-07-08T18:13:03.401Z[ host-image] Jul 08 18:13:02.603 INFO O| Jul 08 18:13:02.603 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101892026-07-08T18:13:03.401Z[ host-image] Jul 08 18:13:02.603 INFO O| Jul 08 18:13:02.603 INFO ok!
101902026-07-08T18:13:03.401Z[ host-image] Jul 08 18:13:02.603 INFO O| Jul 08 18:13:02.603 INFO STEP 63 (ensure_file) COMPLETE
101912026-07-08T18:13:03.402Z[ host-image] Jul 08 18:13:02.603 INFO O| Jul 08 18:13:02.603 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101922026-07-08T18:13:03.405Z[ host-image] Jul 08 18:13:02.608 INFO O| Jul 08 18:13:02.608 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101932026-07-08T18:13:03.405Z[ host-image] Jul 08 18:13:02.608 INFO O| Jul 08 18:13:02.608 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 ...
101942026-07-08T18:13:03.405Z[ host-image] Jul 08 18:13:02.608 INFO O| Jul 08 18:13:02.608 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
101952026-07-08T18:13:03.405Z[ host-image] Jul 08 18:13:02.608 INFO O| Jul 08 18:13:02.608 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101962026-07-08T18:13:03.405Z[ host-image] Jul 08 18:13:02.608 INFO O| Jul 08 18:13:02.608 INFO ok!
101972026-07-08T18:13:03.405Z[ host-image] Jul 08 18:13:02.608 INFO O| Jul 08 18:13:02.608 INFO STEP 64 (ensure_file) COMPLETE
101982026-07-08T18:13:03.405Z[ host-image] Jul 08 18:13:02.608 INFO O| Jul 08 18:13:02.608 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101992026-07-08T18:13:03.409Z[ host-image] Jul 08 18:13:02.614 INFO O| Jul 08 18:13:02.614 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
102002026-07-08T18:13:03.410Z[ host-image] Jul 08 18:13:02.614 INFO O| Jul 08 18:13:02.614 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 ...
102012026-07-08T18:13:03.410Z[ host-image] Jul 08 18:13:02.614 INFO O| Jul 08 18:13:02.614 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
102022026-07-08T18:13:03.413Z[ host-image] Jul 08 18:13:02.614 INFO O| Jul 08 18:13:02.614 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
102032026-07-08T18:13:03.413Z[ host-image] Jul 08 18:13:02.614 INFO O| Jul 08 18:13:02.614 INFO ok!
102042026-07-08T18:13:03.413Z[ host-image] Jul 08 18:13:02.614 INFO O| Jul 08 18:13:02.614 INFO STEP 65 (ensure_file) COMPLETE
102052026-07-08T18:13:03.413Z[ host-image] Jul 08 18:13:02.614 INFO O| Jul 08 18:13:02.614 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102062026-07-08T18:13:03.413Z[ host-image] Jul 08 18:13:02.614 INFO O| Jul 08 18:13:02.614 INFO skip step because feature "mbist" is not enabled
102072026-07-08T18:13:03.413Z[ host-image] Jul 08 18:13:02.614 INFO O| Jul 08 18:13:02.614 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102082026-07-08T18:13:03.417Z[ host-image] Jul 08 18:13:02.620 INFO O| Jul 08 18:13:02.620 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
102092026-07-08T18:13:03.417Z[ host-image] Jul 08 18:13:02.620 INFO O| Jul 08 18:13:02.620 INFO STEP 67 (ensure_dir) COMPLETE
102102026-07-08T18:13:03.417Z[ host-image] Jul 08 18:13:02.620 INFO O| Jul 08 18:13:02.620 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112026-07-08T18:13:03.421Z[ host-image] Jul 08 18:13:02.627 INFO O| Jul 08 18:13:02.627 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102122026-07-08T18:13:03.424Z[ host-image] Jul 08 18:13:02.627 INFO O| Jul 08 18:13:02.627 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102132026-07-08T18:13:03.425Z[ host-image] Jul 08 18:13:02.627 INFO O| Jul 08 18:13:02.627 INFO STEP 68 (ensure_dir) COMPLETE
102142026-07-08T18:13:03.425Z[ host-image] Jul 08 18:13:02.627 INFO O| Jul 08 18:13:02.627 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-07-08T18:13:03.429Z[ host-image] Jul 08 18:13:02.633 INFO O| Jul 08 18:13:02.633 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102162026-07-08T18:13:03.429Z[ host-image] Jul 08 18:13:02.633 INFO O| Jul 08 18:13:02.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102172026-07-08T18:13:03.429Z[ host-image] Jul 08 18:13:02.633 INFO O| Jul 08 18:13:02.633 INFO STEP 69 (ensure_dir) COMPLETE
102182026-07-08T18:13:03.429Z[ host-image] Jul 08 18:13:02.633 INFO O| Jul 08 18:13:02.633 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102192026-07-08T18:13:03.438Z[ host-image] Jul 08 18:13:02.643 INFO O| Jul 08 18:13:02.643 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
102202026-07-08T18:13:03.438Z[ host-image] Jul 08 18:13:02.643 INFO O| Jul 08 18:13:02.643 INFO copying /tmp/.tmp1xsBdg/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
102212026-07-08T18:13:03.938Z[ host-image] Jul 08 18:13:03.142 INFO O| Jul 08 18:13:03.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
102222026-07-08T18:13:03.938Z[ host-image] Jul 08 18:13:03.143 INFO O| Jul 08 18:13:03.142 INFO ok!
102232026-07-08T18:13:03.938Z[ host-image] Jul 08 18:13:03.143 INFO O| Jul 08 18:13:03.142 INFO STEP 70 (ensure_file) COMPLETE
102242026-07-08T18:13:03.942Z[ host-image] Jul 08 18:13:03.143 INFO O| Jul 08 18:13:03.142 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252026-07-08T18:13:03.946Z[ host-image] Jul 08 18:13:03.151 INFO O| Jul 08 18:13:03.151 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
102262026-07-08T18:13:03.949Z[ host-image] Jul 08 18:13:03.151 INFO O| Jul 08 18:13:03.151 INFO copying /tmp/.tmp1xsBdg/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
102272026-07-08T18:13:04.387Z[ host-image] Jul 08 18:13:03.592 INFO O| Jul 08 18:13:03.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102282026-07-08T18:13:04.387Z[ host-image] Jul 08 18:13:03.592 INFO O| Jul 08 18:13:03.592 INFO ok!
102292026-07-08T18:13:04.387Z[ host-image] Jul 08 18:13:03.592 INFO O| Jul 08 18:13:03.592 INFO STEP 71 (ensure_file) COMPLETE
102302026-07-08T18:13:04.390Z[ host-image] Jul 08 18:13:03.592 INFO O| Jul 08 18:13:03.592 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312026-07-08T18:13:04.395Z[ host-image] Jul 08 18:13:03.601 INFO O| Jul 08 18:13:03.600 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102322026-07-08T18:13:04.395Z[ host-image] Jul 08 18:13:03.601 INFO O| Jul 08 18:13:03.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102332026-07-08T18:13:04.399Z[ host-image] Jul 08 18:13:03.601 INFO O| Jul 08 18:13:03.601 INFO STEP 72 (ensure_dir) COMPLETE
102342026-07-08T18:13:04.399Z[ host-image] Jul 08 18:13:03.601 INFO O| Jul 08 18:13:03.601 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102352026-07-08T18:13:04.402Z[ host-image] Jul 08 18:13:03.607 INFO O| Jul 08 18:13:03.607 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102362026-07-08T18:13:04.402Z[ host-image] Jul 08 18:13:03.607 INFO O| Jul 08 18:13:03.607 INFO copying /tmp/.tmp1xsBdg/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 ...
102372026-07-08T18:13:04.402Z[ host-image] Jul 08 18:13:03.607 INFO O| Jul 08 18:13:03.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102382026-07-08T18:13:04.405Z[ host-image] Jul 08 18:13:03.607 INFO O| Jul 08 18:13:03.607 INFO ok!
102392026-07-08T18:13:04.405Z[ host-image] Jul 08 18:13:03.607 INFO O| Jul 08 18:13:03.607 INFO STEP 73 (ensure_file) COMPLETE
102402026-07-08T18:13:04.405Z[ host-image] Jul 08 18:13:03.607 INFO O| Jul 08 18:13:03.607 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412026-07-08T18:13:04.410Z[ host-image] Jul 08 18:13:03.615 INFO O| Jul 08 18:13:03.615 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102422026-07-08T18:13:04.410Z[ host-image] Jul 08 18:13:03.615 INFO O| Jul 08 18:13:03.615 INFO copying /tmp/.tmp1xsBdg/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 ...
102432026-07-08T18:13:04.481Z[ host-image] Jul 08 18:13:03.615 INFO O| Jul 08 18:13:03.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102442026-07-08T18:13:04.481Z[ host-image] Jul 08 18:13:03.615 INFO O| Jul 08 18:13:03.615 INFO ok!
102452026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.615 INFO O| Jul 08 18:13:03.615 INFO STEP 74 (ensure_file) COMPLETE
102462026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.615 INFO O| Jul 08 18:13:03.615 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.622 INFO O| Jul 08 18:13:03.622 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102482026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.622 INFO O| Jul 08 18:13:03.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102492026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.622 INFO O| Jul 08 18:13:03.622 INFO STEP 75 (ensure_dir) COMPLETE
102502026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.622 INFO O| Jul 08 18:13:03.622 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.629 INFO O| Jul 08 18:13:03.629 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102522026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.629 INFO O| Jul 08 18:13:03.629 INFO copying /tmp/.tmp1xsBdg/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 ...
102532026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.629 INFO O| Jul 08 18:13:03.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102542026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.629 INFO O| Jul 08 18:13:03.629 INFO ok!
102552026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.629 INFO O| Jul 08 18:13:03.629 INFO STEP 76 (ensure_file) COMPLETE
102562026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.629 INFO O| Jul 08 18:13:03.629 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102572026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.636 INFO O| Jul 08 18:13:03.636 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102582026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.636 INFO O| Jul 08 18:13:03.636 INFO copying /tmp/.tmp1xsBdg/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 ...
102592026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.636 INFO O| Jul 08 18:13:03.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102602026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.636 INFO O| Jul 08 18:13:03.636 INFO ok!
102612026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.636 INFO O| Jul 08 18:13:03.636 INFO STEP 77 (ensure_file) COMPLETE
102622026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.636 INFO O| Jul 08 18:13:03.636 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.642 INFO O| Jul 08 18:13:03.642 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102642026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.642 INFO O| Jul 08 18:13:03.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102652026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.642 INFO O| Jul 08 18:13:03.642 INFO STEP 78 (ensure_dir) COMPLETE
102662026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.642 INFO O| Jul 08 18:13:03.642 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102672026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.648 INFO O| Jul 08 18:13:03.648 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102682026-07-08T18:13:04.482Z[ host-image] Jul 08 18:13:03.648 INFO O| Jul 08 18:13:03.648 INFO copying /tmp/.tmp1xsBdg/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 ...
102692026-07-08T18:13:04.483Z[ host-image] Jul 08 18:13:03.649 INFO O| Jul 08 18:13:03.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102702026-07-08T18:13:04.483Z[ host-image] Jul 08 18:13:03.649 INFO O| Jul 08 18:13:03.649 INFO ok!
102712026-07-08T18:13:04.483Z[ host-image] Jul 08 18:13:03.649 INFO O| Jul 08 18:13:03.649 INFO STEP 79 (ensure_file) COMPLETE
102722026-07-08T18:13:04.483Z[ host-image] Jul 08 18:13:03.649 INFO O| Jul 08 18:13:03.649 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102732026-07-08T18:13:04.483Z[ host-image] Jul 08 18:13:03.654 INFO O| Jul 08 18:13:03.654 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102742026-07-08T18:13:04.483Z[ host-image] Jul 08 18:13:03.654 INFO O| Jul 08 18:13:03.654 INFO copying /tmp/.tmp1xsBdg/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102752026-07-08T18:13:04.483Z[ host-image] Jul 08 18:13:03.655 INFO O| Jul 08 18:13:03.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102762026-07-08T18:13:04.483Z[ host-image] Jul 08 18:13:03.655 INFO O| Jul 08 18:13:03.655 INFO ok!
102772026-07-08T18:13:04.483Z[ host-image] Jul 08 18:13:03.655 INFO O| Jul 08 18:13:03.655 INFO STEP 80 (ensure_file) COMPLETE
102782026-07-08T18:13:04.483Z[ host-image] Jul 08 18:13:03.655 INFO O| Jul 08 18:13:03.655 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102792026-07-08T18:13:04.483Z[ host-image] Jul 08 18:13:03.660 INFO O| Jul 08 18:13:03.660 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102802026-07-08T18:13:04.483Z[ host-image] Jul 08 18:13:03.660 INFO O| Jul 08 18:13:03.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102812026-07-08T18:13:04.483Z[ host-image] Jul 08 18:13:03.660 INFO O| Jul 08 18:13:03.660 INFO STEP 81 (ensure_dir) COMPLETE
102822026-07-08T18:13:04.483Z[ host-image] Jul 08 18:13:03.660 INFO O| Jul 08 18:13:03.660 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-07-08T18:13:04.483Z[ host-image] Jul 08 18:13:03.666 INFO O| Jul 08 18:13:03.666 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102842026-07-08T18:13:04.484Z[ host-image] Jul 08 18:13:03.666 INFO O| Jul 08 18:13:03.666 INFO copying /tmp/.tmp1xsBdg/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102852026-07-08T18:13:04.666Z[ host-image] Jul 08 18:13:03.870 INFO O| Jul 08 18:13:03.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102862026-07-08T18:13:04.666Z[ host-image] Jul 08 18:13:03.871 INFO O| Jul 08 18:13:03.870 INFO ok!
102872026-07-08T18:13:04.666Z[ host-image] Jul 08 18:13:03.871 INFO O| Jul 08 18:13:03.870 INFO STEP 82 (ensure_file) COMPLETE
102882026-07-08T18:13:04.670Z[ host-image] Jul 08 18:13:03.871 INFO O| Jul 08 18:13:03.870 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-07-08T18:13:04.674Z[ host-image] Jul 08 18:13:03.879 INFO O| Jul 08 18:13:03.879 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102902026-07-08T18:13:04.674Z[ host-image] Jul 08 18:13:03.879 INFO O| Jul 08 18:13:03.879 INFO copying /tmp/.tmp1xsBdg/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102912026-07-08T18:13:05.100Z[ host-image] Jul 08 18:13:04.305 INFO O| Jul 08 18:13:04.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102922026-07-08T18:13:05.100Z[ host-image] Jul 08 18:13:04.305 INFO O| Jul 08 18:13:04.305 INFO ok!
102932026-07-08T18:13:05.100Z[ host-image] Jul 08 18:13:04.305 INFO O| Jul 08 18:13:04.305 INFO STEP 83 (ensure_file) COMPLETE
102942026-07-08T18:13:05.105Z[ host-image] Jul 08 18:13:04.305 INFO O| Jul 08 18:13:04.305 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102952026-07-08T18:13:05.108Z[ host-image] Jul 08 18:13:04.313 INFO O| Jul 08 18:13:04.313 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102962026-07-08T18:13:05.109Z[ host-image] Jul 08 18:13:04.313 INFO O| Jul 08 18:13:04.313 INFO copying /tmp/.tmp1xsBdg/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102972026-07-08T18:13:06.345Z[ host-image] Jul 08 18:13:05.549 INFO O| Jul 08 18:13:05.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102982026-07-08T18:13:06.345Z[ host-image] Jul 08 18:13:05.549 INFO O| Jul 08 18:13:05.549 INFO ok!
102992026-07-08T18:13:06.345Z[ host-image] Jul 08 18:13:05.549 INFO O| Jul 08 18:13:05.549 INFO STEP 84 (ensure_file) COMPLETE
103002026-07-08T18:13:06.345Z[ host-image] Jul 08 18:13:05.549 INFO O| Jul 08 18:13:05.549 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103012026-07-08T18:13:06.353Z[ host-image] Jul 08 18:13:05.557 INFO O| Jul 08 18:13:05.557 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103022026-07-08T18:13:06.353Z[ host-image] Jul 08 18:13:05.558 INFO O| Jul 08 18:13:05.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103032026-07-08T18:13:06.356Z[ host-image] Jul 08 18:13:05.558 INFO O| Jul 08 18:13:05.558 INFO STEP 85 (ensure_dir) COMPLETE
103042026-07-08T18:13:06.359Z[ host-image] Jul 08 18:13:05.558 INFO O| Jul 08 18:13:05.558 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103052026-07-08T18:13:06.363Z[ host-image] Jul 08 18:13:05.566 INFO O| Jul 08 18:13:05.566 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
103062026-07-08T18:13:06.363Z[ host-image] Jul 08 18:13:05.566 INFO O| Jul 08 18:13:05.566 INFO copying /tmp/.tmp1xsBdg/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 ...
103072026-07-08T18:13:06.363Z[ host-image] Jul 08 18:13:05.566 INFO O| Jul 08 18:13:05.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103082026-07-08T18:13:06.363Z[ host-image] Jul 08 18:13:05.566 INFO O| Jul 08 18:13:05.566 INFO ok!
103092026-07-08T18:13:06.363Z[ host-image] Jul 08 18:13:05.566 INFO O| Jul 08 18:13:05.566 INFO STEP 86 (ensure_file) COMPLETE
103102026-07-08T18:13:06.363Z[ host-image] Jul 08 18:13:05.566 INFO O| Jul 08 18:13:05.566 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103112026-07-08T18:13:06.367Z[ host-image] Jul 08 18:13:05.572 INFO O| Jul 08 18:13:05.572 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103122026-07-08T18:13:06.368Z[ host-image] Jul 08 18:13:05.572 INFO O| Jul 08 18:13:05.572 INFO copying /tmp/.tmp1xsBdg/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 ...
103132026-07-08T18:13:06.371Z[ host-image] Jul 08 18:13:05.572 INFO O| Jul 08 18:13:05.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103142026-07-08T18:13:06.371Z[ host-image] Jul 08 18:13:05.572 INFO O| Jul 08 18:13:05.572 INFO ok!
103152026-07-08T18:13:06.371Z[ host-image] Jul 08 18:13:05.572 INFO O| Jul 08 18:13:05.572 INFO STEP 87 (ensure_file) COMPLETE
103162026-07-08T18:13:06.371Z[ host-image] Jul 08 18:13:05.572 INFO O| Jul 08 18:13:05.572 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103172026-07-08T18:13:06.376Z[ host-image] Jul 08 18:13:05.580 INFO O| Jul 08 18:13:05.580 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103182026-07-08T18:13:06.376Z[ host-image] Jul 08 18:13:05.580 INFO O| Jul 08 18:13:05.580 INFO copying /tmp/.tmp1xsBdg/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103192026-07-08T18:13:06.377Z[ host-image] Jul 08 18:13:05.580 INFO O| Jul 08 18:13:05.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103202026-07-08T18:13:06.377Z[ host-image] Jul 08 18:13:05.580 INFO O| Jul 08 18:13:05.580 INFO ok!
103212026-07-08T18:13:06.377Z[ host-image] Jul 08 18:13:05.580 INFO O| Jul 08 18:13:05.580 INFO STEP 88 (ensure_file) COMPLETE
103222026-07-08T18:13:06.377Z[ host-image] Jul 08 18:13:05.580 INFO O| Jul 08 18:13:05.580 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103232026-07-08T18:13:06.383Z[ host-image] Jul 08 18:13:05.588 INFO O| Jul 08 18:13:05.588 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103242026-07-08T18:13:06.383Z[ host-image] Jul 08 18:13:05.588 INFO O| Jul 08 18:13:05.588 INFO copying /tmp/.tmp1xsBdg/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103252026-07-08T18:13:06.386Z[ host-image] Jul 08 18:13:05.588 INFO O| Jul 08 18:13:05.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103262026-07-08T18:13:06.386Z[ host-image] Jul 08 18:13:05.588 INFO O| Jul 08 18:13:05.588 INFO ok!
103272026-07-08T18:13:06.387Z[ host-image] Jul 08 18:13:05.588 INFO O| Jul 08 18:13:05.588 INFO STEP 89 (ensure_file) COMPLETE
103282026-07-08T18:13:06.387Z[ host-image] Jul 08 18:13:05.588 INFO O| Jul 08 18:13:05.588 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103292026-07-08T18:13:06.390Z[ host-image] Jul 08 18:13:05.594 INFO O| Jul 08 18:13:05.594 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103302026-07-08T18:13:06.390Z[ host-image] Jul 08 18:13:05.594 INFO O| Jul 08 18:13:05.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103312026-07-08T18:13:06.390Z[ host-image] Jul 08 18:13:05.594 INFO O| Jul 08 18:13:05.594 INFO STEP 90 (ensure_dir) COMPLETE
103322026-07-08T18:13:06.390Z[ host-image] Jul 08 18:13:05.594 INFO O| Jul 08 18:13:05.594 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103332026-07-08T18:13:06.397Z[ host-image] Jul 08 18:13:05.602 INFO O| Jul 08 18:13:05.602 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103342026-07-08T18:13:06.401Z[ host-image] Jul 08 18:13:05.602 INFO O| Jul 08 18:13:05.602 INFO copying /tmp/.tmp1xsBdg/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103352026-07-08T18:13:06.401Z[ host-image] Jul 08 18:13:05.604 INFO O| Jul 08 18:13:05.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103362026-07-08T18:13:06.402Z[ host-image] Jul 08 18:13:05.604 INFO O| Jul 08 18:13:05.604 INFO ok!
103372026-07-08T18:13:06.402Z[ host-image] Jul 08 18:13:05.604 INFO O| Jul 08 18:13:05.604 INFO STEP 91 (ensure_file) COMPLETE
103382026-07-08T18:13:06.402Z[ host-image] Jul 08 18:13:05.604 INFO O| Jul 08 18:13:05.604 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103392026-07-08T18:13:06.407Z[ host-image] Jul 08 18:13:05.612 INFO O| Jul 08 18:13:05.612 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103402026-07-08T18:13:06.407Z[ host-image] Jul 08 18:13:05.612 INFO O| Jul 08 18:13:05.612 INFO copying /tmp/.tmp1xsBdg/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103412026-07-08T18:13:06.410Z[ host-image] Jul 08 18:13:05.612 INFO O| Jul 08 18:13:05.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103422026-07-08T18:13:06.410Z[ host-image] Jul 08 18:13:05.612 INFO O| Jul 08 18:13:05.612 INFO ok!
103432026-07-08T18:13:06.410Z[ host-image] Jul 08 18:13:05.612 INFO O| Jul 08 18:13:05.612 INFO STEP 92 (ensure_file) COMPLETE
103442026-07-08T18:13:06.410Z[ host-image] Jul 08 18:13:05.612 INFO O| Jul 08 18:13:05.612 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103452026-07-08T18:13:06.414Z[ host-image] Jul 08 18:13:05.619 INFO O| Jul 08 18:13:05.619 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103462026-07-08T18:13:06.414Z[ host-image] Jul 08 18:13:05.619 INFO O| Jul 08 18:13:05.619 INFO copying /tmp/.tmp1xsBdg/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103472026-07-08T18:13:06.558Z[ recovery-image] Jul 08 18:13:05.762 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)
103482026-07-08T18:13:07.098Z[ host-image] Jul 08 18:13:06.296 INFO O| Jul 08 18:13:06.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103492026-07-08T18:13:07.099Z[ host-image] Jul 08 18:13:06.296 INFO O| Jul 08 18:13:06.296 INFO ok!
103502026-07-08T18:13:07.099Z[ host-image] Jul 08 18:13:06.296 INFO O| Jul 08 18:13:06.296 INFO STEP 93 (ensure_file) COMPLETE
103512026-07-08T18:13:07.099Z[ host-image] Jul 08 18:13:06.296 INFO O| Jul 08 18:13:06.296 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103522026-07-08T18:13:07.112Z[ host-image] Jul 08 18:13:06.304 INFO O| Jul 08 18:13:06.304 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103532026-07-08T18:13:07.113Z[ host-image] Jul 08 18:13:06.304 INFO O| Jul 08 18:13:06.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103542026-07-08T18:13:07.113Z[ host-image] Jul 08 18:13:06.304 INFO O| Jul 08 18:13:06.304 INFO STEP 94 (ensure_dir) COMPLETE
103552026-07-08T18:13:07.113Z[ host-image] Jul 08 18:13:06.304 INFO O| Jul 08 18:13:06.304 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103562026-07-08T18:13:07.124Z[ host-image] Jul 08 18:13:06.312 INFO O| Jul 08 18:13:06.312 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103572026-07-08T18:13:07.125Z[ host-image] Jul 08 18:13:06.312 INFO O| Jul 08 18:13:06.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103582026-07-08T18:13:07.125Z[ host-image] Jul 08 18:13:06.312 INFO O| Jul 08 18:13:06.312 INFO STEP 95 (ensure_dir) COMPLETE
103592026-07-08T18:13:07.125Z[ host-image] Jul 08 18:13:06.312 INFO O| Jul 08 18:13:06.312 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103602026-07-08T18:13:07.125Z[ host-image] Jul 08 18:13:06.318 INFO O| Jul 08 18:13:06.318 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103612026-07-08T18:13:07.125Z[ host-image] Jul 08 18:13:06.318 INFO O| Jul 08 18:13:06.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103622026-07-08T18:13:07.125Z[ host-image] Jul 08 18:13:06.318 INFO O| Jul 08 18:13:06.318 INFO STEP 96 (ensure_dir) COMPLETE
103632026-07-08T18:13:07.125Z[ host-image] Jul 08 18:13:06.318 INFO O| Jul 08 18:13:06.318 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-07-08T18:13:07.125Z[ host-image] Jul 08 18:13:06.324 INFO O| Jul 08 18:13:06.324 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103652026-07-08T18:13:07.126Z[ host-image] Jul 08 18:13:06.324 INFO O| Jul 08 18:13:06.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103662026-07-08T18:13:07.126Z[ host-image] Jul 08 18:13:06.324 INFO O| Jul 08 18:13:06.324 INFO STEP 97 (ensure_dir) COMPLETE
103672026-07-08T18:13:07.126Z[ host-image] Jul 08 18:13:06.324 INFO O| Jul 08 18:13:06.324 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103682026-07-08T18:13:07.134Z[ host-image] Jul 08 18:13:06.330 INFO O| Jul 08 18:13:06.330 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103692026-07-08T18:13:07.134Z[ host-image] Jul 08 18:13:06.330 INFO O| Jul 08 18:13:06.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103702026-07-08T18:13:07.134Z[ host-image] Jul 08 18:13:06.330 INFO O| Jul 08 18:13:06.330 INFO STEP 98 (ensure_dir) COMPLETE
103712026-07-08T18:13:07.134Z[ host-image] Jul 08 18:13:06.330 INFO O| Jul 08 18:13:06.330 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103722026-07-08T18:13:07.140Z[ host-image] Jul 08 18:13:06.338 INFO O| Jul 08 18:13:06.338 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103732026-07-08T18:13:07.140Z[ host-image] Jul 08 18:13:06.338 INFO O| Jul 08 18:13:06.338 INFO copying /tmp/.tmp1xsBdg/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 ...
103742026-07-08T18:13:07.140Z[ host-image] Jul 08 18:13:06.338 INFO O| Jul 08 18:13:06.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103752026-07-08T18:13:07.140Z[ host-image] Jul 08 18:13:06.338 INFO O| Jul 08 18:13:06.338 INFO ok!
103762026-07-08T18:13:07.140Z[ host-image] Jul 08 18:13:06.338 INFO O| Jul 08 18:13:06.338 INFO STEP 99 (ensure_file) COMPLETE
103772026-07-08T18:13:07.140Z[ host-image] Jul 08 18:13:06.338 INFO O| Jul 08 18:13:06.338 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103782026-07-08T18:13:07.146Z[ host-image] Jul 08 18:13:06.345 INFO O| Jul 08 18:13:06.345 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103792026-07-08T18:13:07.146Z[ host-image] Jul 08 18:13:06.345 INFO O| Jul 08 18:13:06.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103802026-07-08T18:13:07.147Z[ host-image] Jul 08 18:13:06.345 INFO O| Jul 08 18:13:06.345 INFO STEP 100 (ensure_dir) COMPLETE
103812026-07-08T18:13:07.147Z[ host-image] Jul 08 18:13:06.345 INFO O| Jul 08 18:13:06.345 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103822026-07-08T18:13:07.160Z[ host-image] Jul 08 18:13:06.351 INFO O| Jul 08 18:13:06.351 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103832026-07-08T18:13:07.160Z[ host-image] Jul 08 18:13:06.351 INFO O| Jul 08 18:13:06.351 INFO copying /tmp/.tmp1xsBdg/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103842026-07-08T18:13:07.164Z[ host-image] Jul 08 18:13:06.363 INFO O| Jul 08 18:13:06.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103852026-07-08T18:13:07.164Z[ host-image] Jul 08 18:13:06.363 INFO O| Jul 08 18:13:06.363 INFO ok!
103862026-07-08T18:13:07.164Z[ host-image] Jul 08 18:13:06.363 INFO O| Jul 08 18:13:06.363 INFO STEP 101 (ensure_file) COMPLETE
103872026-07-08T18:13:07.164Z[ host-image] Jul 08 18:13:06.363 INFO O| Jul 08 18:13:06.363 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103882026-07-08T18:13:07.170Z[ host-image] Jul 08 18:13:06.370 INFO O| Jul 08 18:13:06.370 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103892026-07-08T18:13:07.170Z[ host-image] Jul 08 18:13:06.370 INFO O| Jul 08 18:13:06.370 INFO copying /tmp/.tmp1xsBdg/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103902026-07-08T18:13:07.170Z[ host-image] Jul 08 18:13:06.370 INFO O| Jul 08 18:13:06.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103912026-07-08T18:13:07.170Z[ host-image] Jul 08 18:13:06.370 INFO O| Jul 08 18:13:06.370 INFO ok!
103922026-07-08T18:13:07.170Z[ host-image] Jul 08 18:13:06.370 INFO O| Jul 08 18:13:06.370 INFO STEP 102 (ensure_file) COMPLETE
103932026-07-08T18:13:07.170Z[ host-image] Jul 08 18:13:06.370 INFO O| Jul 08 18:13:06.370 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103942026-07-08T18:13:07.174Z[ host-image] Jul 08 18:13:06.375 INFO O| Jul 08 18:13:06.375 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103952026-07-08T18:13:07.175Z[ host-image] Jul 08 18:13:06.375 INFO O| Jul 08 18:13:06.375 INFO copying /tmp/.tmp1xsBdg/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103962026-07-08T18:13:07.383Z[ host-image] Jul 08 18:13:06.588 INFO O| Jul 08 18:13:06.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103972026-07-08T18:13:07.383Z[ host-image] Jul 08 18:13:06.588 INFO O| Jul 08 18:13:06.588 INFO ok!
103982026-07-08T18:13:07.383Z[ host-image] Jul 08 18:13:06.588 INFO O| Jul 08 18:13:06.588 INFO STEP 103 (ensure_file) COMPLETE
103992026-07-08T18:13:07.387Z[ host-image] Jul 08 18:13:06.588 INFO O| Jul 08 18:13:06.588 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104002026-07-08T18:13:07.390Z[ host-image] Jul 08 18:13:06.595 INFO O| Jul 08 18:13:06.595 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
104012026-07-08T18:13:07.390Z[ host-image] Jul 08 18:13:06.595 INFO O| Jul 08 18:13:06.595 INFO copying /tmp/.tmp1xsBdg/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
104022026-07-08T18:13:07.390Z[ host-image] Jul 08 18:13:06.595 INFO O| Jul 08 18:13:06.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
104032026-07-08T18:13:07.391Z[ host-image] Jul 08 18:13:06.595 INFO O| Jul 08 18:13:06.595 INFO ok!
104042026-07-08T18:13:07.391Z[ host-image] Jul 08 18:13:06.595 INFO O| Jul 08 18:13:06.595 INFO STEP 104 (ensure_file) COMPLETE
104052026-07-08T18:13:07.391Z[ host-image] Jul 08 18:13:06.595 INFO O| Jul 08 18:13:06.595 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104062026-07-08T18:13:07.398Z[ host-image] Jul 08 18:13:06.603 INFO O| Jul 08 18:13:06.603 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104072026-07-08T18:13:07.401Z[ host-image] Jul 08 18:13:06.603 INFO O| Jul 08 18:13:06.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104082026-07-08T18:13:07.403Z[ host-image] Jul 08 18:13:06.603 INFO O| Jul 08 18:13:06.603 INFO STEP 105 (ensure_dir) COMPLETE
104092026-07-08T18:13:07.403Z[ host-image] Jul 08 18:13:06.603 INFO O| Jul 08 18:13:06.603 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104102026-07-08T18:13:07.407Z[ host-image] Jul 08 18:13:06.609 INFO O| Jul 08 18:13:06.609 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104112026-07-08T18:13:07.408Z[ host-image] Jul 08 18:13:06.609 INFO O| Jul 08 18:13:06.609 INFO copying /tmp/.tmp1xsBdg/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 ...
104122026-07-08T18:13:07.620Z[ host-image] Jul 08 18:13:06.825 INFO O| Jul 08 18:13:06.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104132026-07-08T18:13:07.620Z[ host-image] Jul 08 18:13:06.825 INFO O| Jul 08 18:13:06.825 INFO ok!
104142026-07-08T18:13:07.620Z[ host-image] Jul 08 18:13:06.825 INFO O| Jul 08 18:13:06.825 INFO STEP 106 (ensure_file) COMPLETE
104152026-07-08T18:13:07.623Z[ host-image] Jul 08 18:13:06.825 INFO O| Jul 08 18:13:06.825 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104162026-07-08T18:13:07.627Z[ host-image] Jul 08 18:13:06.831 INFO O| Jul 08 18:13:06.831 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104172026-07-08T18:13:07.627Z[ host-image] Jul 08 18:13:06.831 INFO O| Jul 08 18:13:06.831 INFO copying /tmp/.tmp1xsBdg/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 ...
104182026-07-08T18:13:07.627Z[ host-image] Jul 08 18:13:06.832 INFO O| Jul 08 18:13:06.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104192026-07-08T18:13:07.627Z[ host-image] Jul 08 18:13:06.832 INFO O| Jul 08 18:13:06.832 INFO ok!
104202026-07-08T18:13:07.627Z[ host-image] Jul 08 18:13:06.832 INFO O| Jul 08 18:13:06.832 INFO STEP 107 (ensure_file) COMPLETE
104212026-07-08T18:13:07.627Z[ host-image] Jul 08 18:13:06.832 INFO O| Jul 08 18:13:06.832 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104222026-07-08T18:13:07.633Z[ host-image] Jul 08 18:13:06.838 INFO O| Jul 08 18:13:06.838 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104232026-07-08T18:13:07.633Z[ host-image] Jul 08 18:13:06.838 INFO O| Jul 08 18:13:06.838 INFO copying /tmp/.tmp1xsBdg/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 ...
104242026-07-08T18:13:07.637Z[ host-image] Jul 08 18:13:06.838 INFO O| Jul 08 18:13:06.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104252026-07-08T18:13:07.637Z[ host-image] Jul 08 18:13:06.838 INFO O| Jul 08 18:13:06.838 INFO ok!
104262026-07-08T18:13:07.637Z[ host-image] Jul 08 18:13:06.838 INFO O| Jul 08 18:13:06.838 INFO STEP 108 (ensure_file) COMPLETE
104272026-07-08T18:13:07.637Z[ host-image] Jul 08 18:13:06.838 INFO O| Jul 08 18:13:06.838 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104282026-07-08T18:13:07.640Z[ host-image] Jul 08 18:13:06.845 INFO O| Jul 08 18:13:06.845 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104292026-07-08T18:13:07.640Z[ host-image] Jul 08 18:13:06.845 INFO O| Jul 08 18:13:06.845 INFO copying /tmp/.tmp1xsBdg/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 ...
104302026-07-08T18:13:07.640Z[ host-image] Jul 08 18:13:06.845 INFO O| Jul 08 18:13:06.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104312026-07-08T18:13:07.640Z[ host-image] Jul 08 18:13:06.845 INFO O| Jul 08 18:13:06.845 INFO ok!
104322026-07-08T18:13:07.640Z[ host-image] Jul 08 18:13:06.845 INFO O| Jul 08 18:13:06.845 INFO STEP 109 (ensure_file) COMPLETE
104332026-07-08T18:13:07.640Z[ host-image] Jul 08 18:13:06.845 INFO O| Jul 08 18:13:06.845 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104342026-07-08T18:13:07.645Z[ host-image] Jul 08 18:13:06.850 INFO O| Jul 08 18:13:06.850 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104352026-07-08T18:13:07.645Z[ host-image] Jul 08 18:13:06.850 INFO O| Jul 08 18:13:06.850 INFO copying /tmp/.tmp1xsBdg/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 ...
104362026-07-08T18:13:07.650Z[ host-image] Jul 08 18:13:06.850 INFO O| Jul 08 18:13:06.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104372026-07-08T18:13:07.650Z[ host-image] Jul 08 18:13:06.850 INFO O| Jul 08 18:13:06.850 INFO ok!
104382026-07-08T18:13:07.650Z[ host-image] Jul 08 18:13:06.850 INFO O| Jul 08 18:13:06.850 INFO STEP 110 (ensure_file) COMPLETE
104392026-07-08T18:13:07.650Z[ host-image] Jul 08 18:13:06.850 INFO O| Jul 08 18:13:06.850 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104402026-07-08T18:13:07.654Z[ host-image] Jul 08 18:13:06.857 INFO O| Jul 08 18:13:06.857 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104412026-07-08T18:13:07.654Z[ host-image] Jul 08 18:13:06.857 INFO O| Jul 08 18:13:06.857 INFO copying /tmp/.tmp1xsBdg/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 ...
104422026-07-08T18:13:07.654Z[ host-image] Jul 08 18:13:06.857 INFO O| Jul 08 18:13:06.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104432026-07-08T18:13:07.654Z[ host-image] Jul 08 18:13:06.857 INFO O| Jul 08 18:13:06.857 INFO ok!
104442026-07-08T18:13:07.654Z[ host-image] Jul 08 18:13:06.857 INFO O| Jul 08 18:13:06.857 INFO STEP 111 (ensure_file) COMPLETE
104452026-07-08T18:13:07.654Z[ host-image] Jul 08 18:13:06.857 INFO O| Jul 08 18:13:06.857 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104462026-07-08T18:13:07.658Z[ host-image] Jul 08 18:13:06.863 INFO O| Jul 08 18:13:06.863 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104472026-07-08T18:13:07.658Z[ host-image] Jul 08 18:13:06.863 INFO O| Jul 08 18:13:06.863 INFO copying /tmp/.tmp1xsBdg/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 ...
104482026-07-08T18:13:07.661Z[ host-image] Jul 08 18:13:06.863 INFO O| Jul 08 18:13:06.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104492026-07-08T18:13:07.661Z[ host-image] Jul 08 18:13:06.863 INFO O| Jul 08 18:13:06.863 INFO ok!
104502026-07-08T18:13:07.661Z[ host-image] Jul 08 18:13:06.863 INFO O| Jul 08 18:13:06.863 INFO STEP 112 (ensure_file) COMPLETE
104512026-07-08T18:13:07.662Z[ host-image] Jul 08 18:13:06.863 INFO O| Jul 08 18:13:06.863 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104522026-07-08T18:13:07.665Z[ host-image] Jul 08 18:13:06.869 INFO O| Jul 08 18:13:06.869 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104532026-07-08T18:13:07.665Z[ host-image] Jul 08 18:13:06.870 INFO O| Jul 08 18:13:06.869 INFO copying /tmp/.tmp1xsBdg/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104542026-07-08T18:13:07.665Z[ host-image] Jul 08 18:13:06.870 INFO O| Jul 08 18:13:06.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104552026-07-08T18:13:07.665Z[ host-image] Jul 08 18:13:06.870 INFO O| Jul 08 18:13:06.870 INFO ok!
104562026-07-08T18:13:07.666Z[ host-image] Jul 08 18:13:06.870 INFO O| Jul 08 18:13:06.870 INFO STEP 113 (ensure_file) COMPLETE
104572026-07-08T18:13:07.666Z[ host-image] Jul 08 18:13:06.870 INFO O| Jul 08 18:13:06.870 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104582026-07-08T18:13:07.670Z[ host-image] Jul 08 18:13:06.875 INFO O| Jul 08 18:13:06.875 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104592026-07-08T18:13:07.670Z[ host-image] Jul 08 18:13:06.875 INFO O| Jul 08 18:13:06.875 INFO copying /tmp/.tmp1xsBdg/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 ...
104602026-07-08T18:13:07.673Z[ host-image] Jul 08 18:13:06.875 INFO O| Jul 08 18:13:06.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104612026-07-08T18:13:07.673Z[ host-image] Jul 08 18:13:06.875 INFO O| Jul 08 18:13:06.875 INFO ok!
104622026-07-08T18:13:07.673Z[ host-image] Jul 08 18:13:06.875 INFO O| Jul 08 18:13:06.875 INFO STEP 114 (ensure_file) COMPLETE
104632026-07-08T18:13:07.673Z[ host-image] Jul 08 18:13:06.875 INFO O| Jul 08 18:13:06.875 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104642026-07-08T18:13:07.676Z[ host-image] Jul 08 18:13:06.881 INFO O| Jul 08 18:13:06.881 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104652026-07-08T18:13:07.676Z[ host-image] Jul 08 18:13:06.881 INFO O| Jul 08 18:13:06.881 INFO copying /tmp/.tmp1xsBdg/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 ...
104662026-07-08T18:13:07.677Z[ host-image] Jul 08 18:13:06.881 INFO O| Jul 08 18:13:06.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104672026-07-08T18:13:07.677Z[ host-image] Jul 08 18:13:06.881 INFO O| Jul 08 18:13:06.881 INFO ok!
104682026-07-08T18:13:07.677Z[ host-image] Jul 08 18:13:06.881 INFO O| Jul 08 18:13:06.881 INFO STEP 115 (ensure_file) COMPLETE
104692026-07-08T18:13:07.677Z[ host-image] Jul 08 18:13:06.881 INFO O| Jul 08 18:13:06.881 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104702026-07-08T18:13:07.681Z[ host-image] Jul 08 18:13:06.886 INFO O| Jul 08 18:13:06.886 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104712026-07-08T18:13:07.684Z[ host-image] Jul 08 18:13:06.886 INFO O| Jul 08 18:13:06.886 INFO copying /tmp/.tmp1xsBdg/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 ...
104722026-07-08T18:13:07.684Z[ host-image] Jul 08 18:13:06.886 INFO O| Jul 08 18:13:06.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104732026-07-08T18:13:07.684Z[ host-image] Jul 08 18:13:06.886 INFO O| Jul 08 18:13:06.886 INFO ok!
104742026-07-08T18:13:07.684Z[ host-image] Jul 08 18:13:06.886 INFO O| Jul 08 18:13:06.886 INFO STEP 116 (ensure_file) COMPLETE
104752026-07-08T18:13:07.684Z[ host-image] Jul 08 18:13:06.886 INFO O| Jul 08 18:13:06.886 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104762026-07-08T18:13:07.687Z[ host-image] Jul 08 18:13:06.892 INFO O| Jul 08 18:13:06.892 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104772026-07-08T18:13:07.687Z[ host-image] Jul 08 18:13:06.892 INFO O| Jul 08 18:13:06.892 INFO copying /tmp/.tmp1xsBdg/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104782026-07-08T18:13:07.687Z[ host-image] Jul 08 18:13:06.892 INFO O| Jul 08 18:13:06.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104792026-07-08T18:13:07.687Z[ host-image] Jul 08 18:13:06.892 INFO O| Jul 08 18:13:06.892 INFO ok!
104802026-07-08T18:13:07.687Z[ host-image] Jul 08 18:13:06.892 INFO O| Jul 08 18:13:06.892 INFO STEP 117 (ensure_file) COMPLETE
104812026-07-08T18:13:07.688Z[ host-image] Jul 08 18:13:06.892 INFO O| Jul 08 18:13:06.892 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104822026-07-08T18:13:07.692Z[ host-image] Jul 08 18:13:06.897 INFO O| Jul 08 18:13:06.897 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104832026-07-08T18:13:07.692Z[ host-image] Jul 08 18:13:06.897 INFO O| Jul 08 18:13:06.897 INFO copying /tmp/.tmp1xsBdg/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 ...
104842026-07-08T18:13:07.692Z[ host-image] Jul 08 18:13:06.897 INFO O| Jul 08 18:13:06.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104852026-07-08T18:13:07.695Z[ host-image] Jul 08 18:13:06.897 INFO O| Jul 08 18:13:06.897 INFO ok!
104862026-07-08T18:13:07.695Z[ host-image] Jul 08 18:13:06.897 INFO O| Jul 08 18:13:06.897 INFO STEP 118 (ensure_file) COMPLETE
104872026-07-08T18:13:07.695Z[ host-image] Jul 08 18:13:06.897 INFO O| Jul 08 18:13:06.897 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104882026-07-08T18:13:07.698Z[ host-image] Jul 08 18:13:06.903 INFO O| Jul 08 18:13:06.903 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104892026-07-08T18:13:07.698Z[ host-image] Jul 08 18:13:06.903 INFO O| Jul 08 18:13:06.903 INFO copying /tmp/.tmp1xsBdg/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 ...
104902026-07-08T18:13:07.699Z[ host-image] Jul 08 18:13:06.903 INFO O| Jul 08 18:13:06.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104912026-07-08T18:13:07.699Z[ host-image] Jul 08 18:13:06.903 INFO O| Jul 08 18:13:06.903 INFO ok!
104922026-07-08T18:13:07.699Z[ host-image] Jul 08 18:13:06.903 INFO O| Jul 08 18:13:06.903 INFO STEP 119 (ensure_file) COMPLETE
104932026-07-08T18:13:07.699Z[ host-image] Jul 08 18:13:06.903 INFO O| Jul 08 18:13:06.903 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104942026-07-08T18:13:07.703Z[ host-image] Jul 08 18:13:06.908 INFO O| Jul 08 18:13:06.908 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104952026-07-08T18:13:07.703Z[ host-image] Jul 08 18:13:06.908 INFO O| Jul 08 18:13:06.908 INFO copying /tmp/.tmp1xsBdg/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 ...
104962026-07-08T18:13:07.707Z[ host-image] Jul 08 18:13:06.908 INFO O| Jul 08 18:13:06.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104972026-07-08T18:13:07.707Z[ host-image] Jul 08 18:13:06.908 INFO O| Jul 08 18:13:06.908 INFO ok!
104982026-07-08T18:13:07.707Z[ host-image] Jul 08 18:13:06.908 INFO O| Jul 08 18:13:06.908 INFO STEP 120 (ensure_file) COMPLETE
104992026-07-08T18:13:07.707Z[ host-image] Jul 08 18:13:06.908 INFO O| Jul 08 18:13:06.908 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105002026-07-08T18:13:07.710Z[ host-image] Jul 08 18:13:06.913 INFO O| Jul 08 18:13:06.913 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
105012026-07-08T18:13:07.710Z[ host-image] Jul 08 18:13:06.913 INFO O| Jul 08 18:13:06.913 INFO copying /tmp/.tmp1xsBdg/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 ...
105022026-07-08T18:13:07.710Z[ host-image] Jul 08 18:13:06.914 INFO O| Jul 08 18:13:06.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
105032026-07-08T18:13:07.711Z[ host-image] Jul 08 18:13:06.914 INFO O| Jul 08 18:13:06.914 INFO ok!
105042026-07-08T18:13:07.711Z[ host-image] Jul 08 18:13:06.914 INFO O| Jul 08 18:13:06.914 INFO STEP 121 (ensure_file) COMPLETE
105052026-07-08T18:13:07.711Z[ host-image] Jul 08 18:13:06.914 INFO O| Jul 08 18:13:06.914 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105062026-07-08T18:13:07.714Z[ host-image] Jul 08 18:13:06.919 INFO O| Jul 08 18:13:06.919 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105072026-07-08T18:13:07.714Z[ host-image] Jul 08 18:13:06.919 INFO O| Jul 08 18:13:06.919 INFO copying /tmp/.tmp1xsBdg/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 ...
105082026-07-08T18:13:07.714Z[ host-image] Jul 08 18:13:06.919 INFO O| Jul 08 18:13:06.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105092026-07-08T18:13:07.714Z[ host-image] Jul 08 18:13:06.919 INFO O| Jul 08 18:13:06.919 INFO ok!
105102026-07-08T18:13:07.714Z[ host-image] Jul 08 18:13:06.919 INFO O| Jul 08 18:13:06.919 INFO STEP 122 (ensure_file) COMPLETE
105112026-07-08T18:13:07.715Z[ host-image] Jul 08 18:13:06.919 INFO O| Jul 08 18:13:06.919 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105122026-07-08T18:13:07.719Z[ host-image] Jul 08 18:13:06.924 INFO O| Jul 08 18:13:06.924 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105132026-07-08T18:13:07.719Z[ host-image] Jul 08 18:13:06.924 INFO O| Jul 08 18:13:06.924 INFO copying /tmp/.tmp1xsBdg/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 ...
105142026-07-08T18:13:07.722Z[ host-image] Jul 08 18:13:06.924 INFO O| Jul 08 18:13:06.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105152026-07-08T18:13:07.722Z[ host-image] Jul 08 18:13:06.924 INFO O| Jul 08 18:13:06.924 INFO ok!
105162026-07-08T18:13:07.722Z[ host-image] Jul 08 18:13:06.924 INFO O| Jul 08 18:13:06.924 INFO STEP 123 (ensure_file) COMPLETE
105172026-07-08T18:13:07.722Z[ host-image] Jul 08 18:13:06.924 INFO O| Jul 08 18:13:06.924 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105182026-07-08T18:13:07.725Z[ host-image] Jul 08 18:13:06.930 INFO O| Jul 08 18:13:06.930 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105192026-07-08T18:13:07.725Z[ host-image] Jul 08 18:13:06.930 INFO O| Jul 08 18:13:06.930 INFO copying /tmp/.tmp1xsBdg/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 ...
105202026-07-08T18:13:07.725Z[ host-image] Jul 08 18:13:06.930 INFO O| Jul 08 18:13:06.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105212026-07-08T18:13:07.725Z[ host-image] Jul 08 18:13:06.930 INFO O| Jul 08 18:13:06.930 INFO ok!
105222026-07-08T18:13:07.725Z[ host-image] Jul 08 18:13:06.930 INFO O| Jul 08 18:13:06.930 INFO STEP 124 (ensure_file) COMPLETE
105232026-07-08T18:13:07.725Z[ host-image] Jul 08 18:13:06.930 INFO O| Jul 08 18:13:06.930 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105242026-07-08T18:13:07.730Z[ host-image] Jul 08 18:13:06.935 INFO O| Jul 08 18:13:06.935 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105252026-07-08T18:13:07.730Z[ host-image] Jul 08 18:13:06.935 INFO O| Jul 08 18:13:06.935 INFO copying /tmp/.tmp1xsBdg/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 ...
105262026-07-08T18:13:07.734Z[ host-image] Jul 08 18:13:06.935 INFO O| Jul 08 18:13:06.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105272026-07-08T18:13:07.735Z[ host-image] Jul 08 18:13:06.935 INFO O| Jul 08 18:13:06.935 INFO ok!
105282026-07-08T18:13:07.735Z[ host-image] Jul 08 18:13:06.935 INFO O| Jul 08 18:13:06.935 INFO STEP 125 (ensure_file) COMPLETE
105292026-07-08T18:13:07.735Z[ host-image] Jul 08 18:13:06.935 INFO O| Jul 08 18:13:06.935 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105302026-07-08T18:13:07.738Z[ host-image] Jul 08 18:13:06.940 INFO O| Jul 08 18:13:06.940 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105312026-07-08T18:13:07.738Z[ host-image] Jul 08 18:13:06.940 INFO O| Jul 08 18:13:06.940 INFO copying /tmp/.tmp1xsBdg/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 ...
105322026-07-08T18:13:07.738Z[ host-image] Jul 08 18:13:06.940 INFO O| Jul 08 18:13:06.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105332026-07-08T18:13:07.738Z[ host-image] Jul 08 18:13:06.940 INFO O| Jul 08 18:13:06.940 INFO ok!
105342026-07-08T18:13:07.738Z[ host-image] Jul 08 18:13:06.940 INFO O| Jul 08 18:13:06.940 INFO STEP 126 (ensure_file) COMPLETE
105352026-07-08T18:13:07.738Z[ host-image] Jul 08 18:13:06.940 INFO O| Jul 08 18:13:06.940 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105362026-07-08T18:13:07.741Z[ host-image] Jul 08 18:13:06.946 INFO O| Jul 08 18:13:06.946 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105372026-07-08T18:13:07.741Z[ host-image] Jul 08 18:13:06.946 INFO O| Jul 08 18:13:06.946 INFO copying /tmp/.tmp1xsBdg/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 ...
105382026-07-08T18:13:07.741Z[ host-image] Jul 08 18:13:06.946 INFO O| Jul 08 18:13:06.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105392026-07-08T18:13:07.741Z[ host-image] Jul 08 18:13:06.946 INFO O| Jul 08 18:13:06.946 INFO ok!
105402026-07-08T18:13:07.742Z[ host-image] Jul 08 18:13:06.946 INFO O| Jul 08 18:13:06.946 INFO STEP 127 (ensure_file) COMPLETE
105412026-07-08T18:13:07.742Z[ host-image] Jul 08 18:13:06.946 INFO O| Jul 08 18:13:06.946 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105422026-07-08T18:13:07.746Z[ host-image] Jul 08 18:13:06.951 INFO O| Jul 08 18:13:06.951 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105432026-07-08T18:13:07.746Z[ host-image] Jul 08 18:13:06.951 INFO O| Jul 08 18:13:06.951 INFO copying /tmp/.tmp1xsBdg/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 ...
105442026-07-08T18:13:07.749Z[ host-image] Jul 08 18:13:06.951 INFO O| Jul 08 18:13:06.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105452026-07-08T18:13:07.749Z[ host-image] Jul 08 18:13:06.951 INFO O| Jul 08 18:13:06.951 INFO ok!
105462026-07-08T18:13:07.749Z[ host-image] Jul 08 18:13:06.951 INFO O| Jul 08 18:13:06.951 INFO STEP 128 (ensure_file) COMPLETE
105472026-07-08T18:13:07.749Z[ host-image] Jul 08 18:13:06.951 INFO O| Jul 08 18:13:06.951 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105482026-07-08T18:13:07.752Z[ host-image] Jul 08 18:13:06.956 INFO O| Jul 08 18:13:06.956 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105492026-07-08T18:13:07.752Z[ host-image] Jul 08 18:13:06.956 INFO O| Jul 08 18:13:06.956 INFO copying /tmp/.tmp1xsBdg/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 ...
105502026-07-08T18:13:07.752Z[ host-image] Jul 08 18:13:06.956 INFO O| Jul 08 18:13:06.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105512026-07-08T18:13:07.752Z[ host-image] Jul 08 18:13:06.956 INFO O| Jul 08 18:13:06.956 INFO ok!
105522026-07-08T18:13:07.752Z[ host-image] Jul 08 18:13:06.956 INFO O| Jul 08 18:13:06.956 INFO STEP 129 (ensure_file) COMPLETE
105532026-07-08T18:13:07.752Z[ host-image] Jul 08 18:13:06.956 INFO O| Jul 08 18:13:06.956 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105542026-07-08T18:13:07.756Z[ host-image] Jul 08 18:13:06.962 INFO O| Jul 08 18:13:06.962 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105552026-07-08T18:13:07.758Z[ host-image] Jul 08 18:13:06.962 INFO O| Jul 08 18:13:06.962 INFO copying /tmp/.tmp1xsBdg/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 ...
105562026-07-08T18:13:07.761Z[ host-image] Jul 08 18:13:06.962 INFO O| Jul 08 18:13:06.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105572026-07-08T18:13:07.761Z[ host-image] Jul 08 18:13:06.962 INFO O| Jul 08 18:13:06.962 INFO ok!
105582026-07-08T18:13:07.761Z[ host-image] Jul 08 18:13:06.962 INFO O| Jul 08 18:13:06.962 INFO STEP 130 (ensure_file) COMPLETE
105592026-07-08T18:13:07.761Z[ host-image] Jul 08 18:13:06.962 INFO O| Jul 08 18:13:06.962 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105602026-07-08T18:13:07.764Z[ host-image] Jul 08 18:13:06.967 INFO O| Jul 08 18:13:06.967 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105612026-07-08T18:13:07.764Z[ host-image] Jul 08 18:13:06.967 INFO O| Jul 08 18:13:06.967 INFO copying /tmp/.tmp1xsBdg/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 ...
105622026-07-08T18:13:07.764Z[ host-image] Jul 08 18:13:06.967 INFO O| Jul 08 18:13:06.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105632026-07-08T18:13:07.764Z[ host-image] Jul 08 18:13:06.967 INFO O| Jul 08 18:13:06.967 INFO ok!
105642026-07-08T18:13:07.764Z[ host-image] Jul 08 18:13:06.967 INFO O| Jul 08 18:13:06.967 INFO STEP 131 (ensure_file) COMPLETE
105652026-07-08T18:13:07.764Z[ host-image] Jul 08 18:13:06.967 INFO O| Jul 08 18:13:06.967 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105662026-07-08T18:13:07.769Z[ host-image] Jul 08 18:13:06.974 INFO O| Jul 08 18:13:06.974 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105672026-07-08T18:13:07.772Z[ host-image] Jul 08 18:13:06.974 INFO O| Jul 08 18:13:06.974 INFO copying /tmp/.tmp1xsBdg/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 ...
105682026-07-08T18:13:07.772Z[ host-image] Jul 08 18:13:06.974 INFO O| Jul 08 18:13:06.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105692026-07-08T18:13:07.773Z[ host-image] Jul 08 18:13:06.974 INFO O| Jul 08 18:13:06.974 INFO ok!
105702026-07-08T18:13:07.773Z[ host-image] Jul 08 18:13:06.974 INFO O| Jul 08 18:13:06.974 INFO STEP 132 (ensure_file) COMPLETE
105712026-07-08T18:13:07.773Z[ host-image] Jul 08 18:13:06.974 INFO O| Jul 08 18:13:06.974 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105722026-07-08T18:13:07.777Z[ host-image] Jul 08 18:13:06.980 INFO O| Jul 08 18:13:06.980 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105732026-07-08T18:13:07.777Z[ host-image] Jul 08 18:13:06.980 INFO O| Jul 08 18:13:06.980 INFO copying /tmp/.tmp1xsBdg/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 ...
105742026-07-08T18:13:07.777Z[ host-image] Jul 08 18:13:06.980 INFO O| Jul 08 18:13:06.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105752026-07-08T18:13:07.777Z[ host-image] Jul 08 18:13:06.980 INFO O| Jul 08 18:13:06.980 INFO ok!
105762026-07-08T18:13:07.777Z[ host-image] Jul 08 18:13:06.980 INFO O| Jul 08 18:13:06.980 INFO STEP 133 (ensure_file) COMPLETE
105772026-07-08T18:13:07.777Z[ host-image] Jul 08 18:13:06.980 INFO O| Jul 08 18:13:06.980 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105782026-07-08T18:13:07.780Z[ host-image] Jul 08 18:13:06.985 INFO O| Jul 08 18:13:06.985 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105792026-07-08T18:13:07.784Z[ host-image] Jul 08 18:13:06.985 INFO O| Jul 08 18:13:06.985 INFO copying /tmp/.tmp1xsBdg/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 ...
105802026-07-08T18:13:07.784Z[ host-image] Jul 08 18:13:06.985 INFO O| Jul 08 18:13:06.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105812026-07-08T18:13:07.784Z[ host-image] Jul 08 18:13:06.985 INFO O| Jul 08 18:13:06.985 INFO ok!
105822026-07-08T18:13:07.784Z[ host-image] Jul 08 18:13:06.985 INFO O| Jul 08 18:13:06.985 INFO STEP 134 (ensure_file) COMPLETE
105832026-07-08T18:13:07.784Z[ host-image] Jul 08 18:13:06.985 INFO O| Jul 08 18:13:06.985 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105842026-07-08T18:13:07.789Z[ host-image] Jul 08 18:13:06.992 INFO O| Jul 08 18:13:06.992 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105852026-07-08T18:13:07.789Z[ host-image] Jul 08 18:13:06.992 INFO O| Jul 08 18:13:06.992 INFO copying /tmp/.tmp1xsBdg/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 ...
105862026-07-08T18:13:07.789Z[ host-image] Jul 08 18:13:06.992 INFO O| Jul 08 18:13:06.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105872026-07-08T18:13:07.789Z[ host-image] Jul 08 18:13:06.992 INFO O| Jul 08 18:13:06.992 INFO ok!
105882026-07-08T18:13:07.789Z[ host-image] Jul 08 18:13:06.992 INFO O| Jul 08 18:13:06.992 INFO STEP 135 (ensure_file) COMPLETE
105892026-07-08T18:13:07.789Z[ host-image] Jul 08 18:13:06.992 INFO O| Jul 08 18:13:06.992 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105902026-07-08T18:13:07.793Z[ host-image] Jul 08 18:13:06.998 INFO O| Jul 08 18:13:06.998 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105912026-07-08T18:13:07.793Z[ host-image] Jul 08 18:13:06.998 INFO O| Jul 08 18:13:06.998 INFO copying /tmp/.tmp1xsBdg/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105922026-07-08T18:13:07.796Z[ host-image] Jul 08 18:13:06.998 INFO O| Jul 08 18:13:06.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105932026-07-08T18:13:07.797Z[ host-image] Jul 08 18:13:06.998 INFO O| Jul 08 18:13:06.998 INFO ok!
105942026-07-08T18:13:07.797Z[ host-image] Jul 08 18:13:06.998 INFO O| Jul 08 18:13:06.998 INFO STEP 136 (ensure_file) COMPLETE
105952026-07-08T18:13:07.797Z[ host-image] Jul 08 18:13:06.998 INFO O| Jul 08 18:13:06.998 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105962026-07-08T18:13:07.801Z[ host-image] Jul 08 18:13:07.005 INFO O| Jul 08 18:13:07.005 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105972026-07-08T18:13:07.801Z[ host-image] Jul 08 18:13:07.005 INFO O| Jul 08 18:13:07.005 INFO copying /tmp/.tmp1xsBdg/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 ...
105982026-07-08T18:13:07.802Z[ host-image] Jul 08 18:13:07.005 INFO O| Jul 08 18:13:07.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105992026-07-08T18:13:07.802Z[ host-image] Jul 08 18:13:07.005 INFO O| Jul 08 18:13:07.005 INFO ok!
106002026-07-08T18:13:07.802Z[ host-image] Jul 08 18:13:07.005 INFO O| Jul 08 18:13:07.005 INFO STEP 137 (ensure_file) COMPLETE
106012026-07-08T18:13:07.802Z[ host-image] Jul 08 18:13:07.005 INFO O| Jul 08 18:13:07.005 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106022026-07-08T18:13:07.806Z[ host-image] Jul 08 18:13:07.011 INFO O| Jul 08 18:13:07.011 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
106032026-07-08T18:13:07.806Z[ host-image] Jul 08 18:13:07.011 INFO O| Jul 08 18:13:07.011 INFO copying /tmp/.tmp1xsBdg/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
106042026-07-08T18:13:07.809Z[ host-image] Jul 08 18:13:07.011 INFO O| Jul 08 18:13:07.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
106052026-07-08T18:13:07.809Z[ host-image] Jul 08 18:13:07.011 INFO O| Jul 08 18:13:07.011 INFO ok!
106062026-07-08T18:13:07.809Z[ host-image] Jul 08 18:13:07.011 INFO O| Jul 08 18:13:07.011 INFO STEP 138 (ensure_file) COMPLETE
106072026-07-08T18:13:07.809Z[ host-image] Jul 08 18:13:07.011 INFO O| Jul 08 18:13:07.011 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106082026-07-08T18:13:07.813Z[ host-image] Jul 08 18:13:07.018 INFO O| Jul 08 18:13:07.018 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106092026-07-08T18:13:07.813Z[ host-image] Jul 08 18:13:07.018 INFO O| Jul 08 18:13:07.018 INFO copying /tmp/.tmp1xsBdg/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106102026-07-08T18:13:09.119Z[ recovery-image] Jul 08 18:13:08.322 INFO E| Compiling bitflags v1.3.2
106112026-07-08T18:13:09.119Z[ recovery-image] Jul 08 18:13:08.322 INFO E| Compiling bitflags v2.13.0
106122026-07-08T18:13:09.119Z[ recovery-image] Jul 08 18:13:08.322 INFO E| Compiling scroll v0.13.0
106132026-07-08T18:13:09.119Z[ recovery-image] Jul 08 18:13:08.322 INFO E| Compiling adler2 v2.0.1
106142026-07-08T18:13:09.119Z[ recovery-image] Jul 08 18:13:08.322 INFO E| Compiling plain v0.2.3
106152026-07-08T18:13:09.119Z[ recovery-image] Jul 08 18:13:08.322 INFO E| Compiling log v0.4.32
106162026-07-08T18:13:09.119Z[ recovery-image] Jul 08 18:13:08.322 INFO E| Compiling bit_field v0.10.3
106172026-07-08T18:13:09.119Z[ recovery-image] Jul 08 18:13:08.322 INFO E| Compiling bitstruct v0.1.1
106182026-07-08T18:13:09.124Z[ recovery-image] Jul 08 18:13:08.328 INFO E| Compiling static_assertions v1.1.0
106192026-07-08T18:13:09.176Z[ recovery-image] Jul 08 18:13:08.381 INFO E| Compiling raw-cpuid v10.7.0
106202026-07-08T18:13:09.221Z[ recovery-image] Jul 08 18:13:08.426 INFO E| Compiling miniz_oxide v0.9.1
106212026-07-08T18:13:09.291Z[ recovery-image] Jul 08 18:13:08.496 INFO E| Compiling cpio_reader v0.1.2
106222026-07-08T18:13:09.360Z[ recovery-image] Jul 08 18:13:08.565 INFO E| Compiling goblin v0.10.7
106232026-07-08T18:13:12.977Z[ recovery-image] Jul 08 18:13:12.181 INFO E| Finished `release` profile [optimized] target(s) in 20.84s
106242026-07-08T18:13:13.004Z[ recovery-image] Jul 08 18:13:12.209 INFO building ROM for cosmo
106252026-07-08T18:13:13.004Z[ recovery-image] Jul 08 18:13:12.209 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")
106262026-07-08T18:13:13.111Z[ recovery-image] Jul 08 18:13:12.315 INFO E| Downloading crates ...
106272026-07-08T18:13:13.167Z[ recovery-image] Jul 08 18:13:12.372 INFO E| Downloaded anstyle v1.0.10
106282026-07-08T18:13:13.175Z[ recovery-image] Jul 08 18:13:12.380 INFO E| Downloaded anstream v0.6.18
106292026-07-08T18:13:13.178Z[ recovery-image] Jul 08 18:13:12.382 INFO E| Downloaded anstyle-parse v0.2.6
106302026-07-08T18:13:13.181Z[ recovery-image] Jul 08 18:13:12.386 INFO E| Downloaded is_terminal_polyfill v1.70.1
106312026-07-08T18:13:13.185Z[ recovery-image] Jul 08 18:13:12.390 INFO E| Downloaded os_pipe v1.2.1
106322026-07-08T18:13:13.188Z[ recovery-image] Jul 08 18:13:12.391 INFO E| Downloaded colorchoice v1.0.3
106332026-07-08T18:13:13.191Z[ recovery-image] Jul 08 18:13:12.396 INFO E| Downloaded shared_child v1.0.1
106342026-07-08T18:13:13.194Z[ recovery-image] Jul 08 18:13:12.397 INFO E| Downloaded clap_lex v0.7.4
106352026-07-08T18:13:13.194Z[ recovery-image] Jul 08 18:13:12.398 INFO E| Downloaded toml_datetime v0.6.9
106362026-07-08T18:13:13.198Z[ recovery-image] Jul 08 18:13:12.399 INFO E| Downloaded anstyle-query v1.1.2
106372026-07-08T18:13:13.198Z[ recovery-image] Jul 08 18:13:12.400 INFO E| Downloaded serde_spanned v0.6.8
106382026-07-08T18:13:13.200Z[ recovery-image] Jul 08 18:13:12.404 INFO E| Downloaded toml_write v0.1.1
106392026-07-08T18:13:13.201Z[ recovery-image] Jul 08 18:13:12.405 INFO E| Downloaded duct v0.13.7
106402026-07-08T18:13:13.207Z[ recovery-image] Jul 08 18:13:12.412 INFO E| Downloaded clap_derive v4.5.32
106412026-07-08T18:13:13.216Z[ recovery-image] Jul 08 18:13:12.421 INFO E| Downloaded clap v4.5.37
106422026-07-08T18:13:13.228Z[ recovery-image] Jul 08 18:13:12.433 INFO E| Downloaded toml v0.8.22
106432026-07-08T18:13:13.251Z[ recovery-image] Jul 08 18:13:12.456 INFO E| Downloaded cc v1.2.20
106442026-07-08T18:13:13.254Z[ recovery-image] Jul 08 18:13:12.459 INFO E| Downloaded toml_edit v0.22.26
106452026-07-08T18:13:13.281Z[ recovery-image] Jul 08 18:13:12.486 INFO E| Downloaded winnow v0.7.7
106462026-07-08T18:13:13.287Z[ recovery-image] Jul 08 18:13:12.492 INFO E| Downloaded clap_builder v4.5.37
106472026-07-08T18:13:13.309Z[ recovery-image] Jul 08 18:13:12.514 INFO E| Compiling libc v0.2.172
106482026-07-08T18:13:13.309Z[ recovery-image] Jul 08 18:13:12.514 INFO E| Compiling utf8parse v0.2.2
106492026-07-08T18:13:13.313Z[ recovery-image] Jul 08 18:13:12.514 INFO E| Compiling equivalent v1.0.2
106502026-07-08T18:13:13.313Z[ recovery-image] Jul 08 18:13:12.514 INFO E| Compiling shlex v1.3.0
106512026-07-08T18:13:13.313Z[ recovery-image] Jul 08 18:13:12.514 INFO E| Compiling is_terminal_polyfill v1.70.1
106522026-07-08T18:13:13.313Z[ recovery-image] Jul 08 18:13:12.514 INFO E| Compiling colorchoice v1.0.3
106532026-07-08T18:13:13.313Z[ recovery-image] Jul 08 18:13:12.514 INFO E| Compiling once_cell v1.21.3
106542026-07-08T18:13:13.313Z[ recovery-image] Jul 08 18:13:12.514 INFO E| Compiling hashbrown v0.15.2
106552026-07-08T18:13:13.313Z[ recovery-image] Jul 08 18:13:12.514 INFO E| Compiling anstyle-query v1.1.2
106562026-07-08T18:13:13.313Z[ recovery-image] Jul 08 18:13:12.514 INFO E| Compiling anstyle v1.0.10
106572026-07-08T18:13:13.313Z[ recovery-image] Jul 08 18:13:12.514 INFO E| Compiling toml_write v0.1.1
106582026-07-08T18:13:13.330Z[ recovery-image] Jul 08 18:13:12.535 INFO E| Compiling anyhow v1.0.98
106592026-07-08T18:13:13.333Z[ recovery-image] Jul 08 18:13:12.535 INFO E| Compiling clap_lex v0.7.4
106602026-07-08T18:13:13.366Z[ recovery-image] Jul 08 18:13:12.571 INFO E| Compiling winnow v0.7.7
106612026-07-08T18:13:13.370Z[ recovery-image] Jul 08 18:13:12.575 INFO E| Compiling strsim v0.11.1
106622026-07-08T18:13:13.374Z[ recovery-image] Jul 08 18:13:12.579 INFO E| Compiling syn v2.0.101
106632026-07-08T18:13:13.461Z[ recovery-image] Jul 08 18:13:12.660 INFO E| Compiling anstyle-parse v0.2.6
106642026-07-08T18:13:13.526Z[ recovery-image] Jul 08 18:13:12.730 INFO E| Compiling cc v1.2.20
106652026-07-08T18:13:13.626Z[ recovery-image] Jul 08 18:13:12.830 INFO E| Compiling anstream v0.6.18
106662026-07-08T18:13:13.849Z[ recovery-image] Jul 08 18:13:13.054 INFO E| Compiling clap_builder v4.5.37
106672026-07-08T18:13:13.930Z[ recovery-image] Jul 08 18:13:13.134 INFO E| Compiling indexmap v2.9.0
106682026-07-08T18:13:14.100Z[ recovery-image] Jul 08 18:13:13.305 INFO E| Compiling shared_child v1.0.1
106692026-07-08T18:13:14.101Z[ recovery-image] Jul 08 18:13:13.305 INFO E| Compiling os_pipe v1.2.1
106702026-07-08T18:13:14.224Z[ recovery-image] Jul 08 18:13:13.429 INFO E| Compiling duct v0.13.7
106712026-07-08T18:13:14.384Z[ host-image] Jul 08 18:13:13.588 INFO O| Jul 08 18:13:13.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106722026-07-08T18:13:14.384Z[ host-image] Jul 08 18:13:13.588 INFO O| Jul 08 18:13:13.588 INFO ok!
106732026-07-08T18:13:14.384Z[ host-image] Jul 08 18:13:13.588 INFO O| Jul 08 18:13:13.588 INFO STEP 139 (ensure_file) COMPLETE
106742026-07-08T18:13:14.388Z[ host-image] Jul 08 18:13:13.588 INFO O| Jul 08 18:13:13.588 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106752026-07-08T18:13:14.394Z[ host-image] Jul 08 18:13:13.598 INFO O| Jul 08 18:13:13.598 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106762026-07-08T18:13:14.394Z[ host-image] Jul 08 18:13:13.598 INFO O| Jul 08 18:13:13.598 INFO STEP 140 (ensure_dir) COMPLETE
106772026-07-08T18:13:14.398Z[ host-image] Jul 08 18:13:13.598 INFO O| Jul 08 18:13:13.598 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106782026-07-08T18:13:14.405Z[ host-image] Jul 08 18:13:13.605 INFO O| Jul 08 18:13:13.605 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106792026-07-08T18:13:14.405Z[ host-image] Jul 08 18:13:13.605 INFO O| Jul 08 18:13:13.605 INFO STEP 141 (ensure_dir) COMPLETE
106802026-07-08T18:13:14.406Z[ host-image] Jul 08 18:13:13.605 INFO O| Jul 08 18:13:13.605 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106812026-07-08T18:13:14.414Z[ host-image] Jul 08 18:13:13.614 INFO O| Jul 08 18:13:13.614 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106822026-07-08T18:13:14.414Z[ host-image] Jul 08 18:13:13.614 INFO O| Jul 08 18:13:13.614 INFO STEP 142 (ensure_dir) COMPLETE
106832026-07-08T18:13:14.414Z[ host-image] Jul 08 18:13:13.614 INFO O| Jul 08 18:13:13.614 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106842026-07-08T18:13:14.419Z[ host-image] Jul 08 18:13:13.621 INFO O| Jul 08 18:13:13.621 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106852026-07-08T18:13:14.419Z[ host-image] Jul 08 18:13:13.621 INFO O| Jul 08 18:13:13.621 INFO STEP 143 (ensure_dir) COMPLETE
106862026-07-08T18:13:14.419Z[ host-image] Jul 08 18:13:13.621 INFO O| Jul 08 18:13:13.621 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106872026-07-08T18:13:14.423Z[ host-image] Jul 08 18:13:13.628 INFO O| Jul 08 18:13:13.628 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106882026-07-08T18:13:14.423Z[ host-image] Jul 08 18:13:13.628 INFO O| Jul 08 18:13:13.628 INFO copying /tmp/.tmp1xsBdg/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 ...
106892026-07-08T18:13:14.455Z[ host-image] Jul 08 18:13:13.660 INFO O| Jul 08 18:13:13.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106902026-07-08T18:13:14.455Z[ host-image] Jul 08 18:13:13.660 INFO O| Jul 08 18:13:13.660 INFO ok!
106912026-07-08T18:13:14.455Z[ host-image] Jul 08 18:13:13.660 INFO O| Jul 08 18:13:13.660 INFO STEP 144 (ensure_file) COMPLETE
106922026-07-08T18:13:14.459Z[ host-image] Jul 08 18:13:13.660 INFO O| Jul 08 18:13:13.660 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106932026-07-08T18:13:14.464Z[ host-image] Jul 08 18:13:13.669 INFO O| Jul 08 18:13:13.669 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106942026-07-08T18:13:14.464Z[ host-image] Jul 08 18:13:13.669 INFO O| Jul 08 18:13:13.669 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106952026-07-08T18:13:14.464Z[ host-image] Jul 08 18:13:13.669 INFO O| Jul 08 18:13:13.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106962026-07-08T18:13:14.464Z[ host-image] Jul 08 18:13:13.669 INFO O| Jul 08 18:13:13.669 INFO STEP 145 (ensure_dir) COMPLETE
106972026-07-08T18:13:14.464Z[ host-image] Jul 08 18:13:13.669 INFO O| Jul 08 18:13:13.669 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106982026-07-08T18:13:14.470Z[ host-image] Jul 08 18:13:13.675 INFO O| Jul 08 18:13:13.675 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106992026-07-08T18:13:14.470Z[ host-image] Jul 08 18:13:13.675 INFO O| Jul 08 18:13:13.675 INFO copying /tmp/.tmp1xsBdg/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
107002026-07-08T18:13:14.473Z[ host-image] Jul 08 18:13:13.675 INFO O| Jul 08 18:13:13.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
107012026-07-08T18:13:14.473Z[ host-image] Jul 08 18:13:13.675 INFO O| Jul 08 18:13:13.675 INFO ok!
107022026-07-08T18:13:14.473Z[ host-image] Jul 08 18:13:13.675 INFO O| Jul 08 18:13:13.675 INFO STEP 146 (ensure_file) COMPLETE
107032026-07-08T18:13:14.473Z[ host-image] Jul 08 18:13:13.675 INFO O| Jul 08 18:13:13.675 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107042026-07-08T18:13:14.479Z[ host-image] Jul 08 18:13:13.684 INFO O| Jul 08 18:13:13.684 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
107052026-07-08T18:13:14.482Z[ host-image] Jul 08 18:13:13.684 INFO O| Jul 08 18:13:13.684 INFO STEP 147 (remove_files) COMPLETE
107062026-07-08T18:13:14.482Z[ host-image] Jul 08 18:13:13.684 INFO O| Jul 08 18:13:13.684 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107072026-07-08T18:13:14.487Z[ host-image] Jul 08 18:13:13.692 INFO O| Jul 08 18:13:13.692 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
107082026-07-08T18:13:14.488Z[ host-image] Jul 08 18:13:13.692 INFO O| Jul 08 18:13:13.692 INFO STEP 148 (remove_files) COMPLETE
107092026-07-08T18:13:14.492Z[ host-image] Jul 08 18:13:13.692 INFO O| Jul 08 18:13:13.692 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107102026-07-08T18:13:14.495Z[ host-image] Jul 08 18:13:13.700 INFO O| Jul 08 18:13:13.700 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
107112026-07-08T18:13:14.497Z[ host-image] Jul 08 18:13:13.700 INFO O| Jul 08 18:13:13.700 INFO STEP 149 (remove_files) COMPLETE
107122026-07-08T18:13:14.497Z[ host-image] Jul 08 18:13:13.700 INFO O| Jul 08 18:13:13.700 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107132026-07-08T18:13:14.501Z[ host-image] Jul 08 18:13:13.707 INFO O| Jul 08 18:13:13.706 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
107142026-07-08T18:13:14.504Z[ host-image] Jul 08 18:13:13.707 INFO O| Jul 08 18:13:13.707 INFO STEP 150 (remove_files) COMPLETE
107152026-07-08T18:13:14.504Z[ host-image] Jul 08 18:13:13.707 INFO O| Jul 08 18:13:13.707 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107162026-07-08T18:13:14.509Z[ host-image] Jul 08 18:13:13.714 INFO O| Jul 08 18:13:13.714 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
107172026-07-08T18:13:14.512Z[ host-image] Jul 08 18:13:13.714 INFO O| Jul 08 18:13:13.714 INFO STEP 151 (remove_files) COMPLETE
107182026-07-08T18:13:14.512Z[ host-image] Jul 08 18:13:13.714 INFO O| Jul 08 18:13:13.714 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107192026-07-08T18:13:14.516Z[ host-image] Jul 08 18:13:13.721 INFO O| Jul 08 18:13:13.721 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
107202026-07-08T18:13:14.520Z[ host-image] Jul 08 18:13:13.721 INFO O| Jul 08 18:13:13.721 INFO STEP 152 (remove_files) COMPLETE
107212026-07-08T18:13:14.520Z[ host-image] Jul 08 18:13:13.721 INFO O| Jul 08 18:13:13.721 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107222026-07-08T18:13:14.524Z[ host-image] Jul 08 18:13:13.730 INFO O| Jul 08 18:13:13.729 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
107232026-07-08T18:13:14.525Z[ host-image] Jul 08 18:13:13.730 INFO O| Jul 08 18:13:13.730 INFO STEP 153 (remove_files) COMPLETE
107242026-07-08T18:13:14.525Z[ host-image] Jul 08 18:13:13.730 INFO O| Jul 08 18:13:13.730 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107252026-07-08T18:13:14.533Z[ host-image] Jul 08 18:13:13.738 INFO O| Jul 08 18:13:13.738 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
107262026-07-08T18:13:14.533Z[ host-image] Jul 08 18:13:13.738 INFO O| Jul 08 18:13:13.738 INFO STEP 154 (remove_files) COMPLETE
107272026-07-08T18:13:14.533Z[ host-image] Jul 08 18:13:13.738 INFO O| Jul 08 18:13:13.738 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107282026-07-08T18:13:14.543Z[ host-image] Jul 08 18:13:13.748 INFO O| Jul 08 18:13:13.748 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
107292026-07-08T18:13:14.546Z[ host-image] Jul 08 18:13:13.748 INFO O| Jul 08 18:13:13.748 INFO STEP 155 (remove_files) COMPLETE
107302026-07-08T18:13:14.546Z[ host-image] Jul 08 18:13:13.748 INFO O| Jul 08 18:13:13.748 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107312026-07-08T18:13:14.551Z[ host-image] Jul 08 18:13:13.756 INFO O| Jul 08 18:13:13.756 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
107322026-07-08T18:13:14.551Z[ host-image] Jul 08 18:13:13.756 INFO O| Jul 08 18:13:13.756 INFO STEP 156 (remove_files) COMPLETE
107332026-07-08T18:13:14.551Z[ host-image] Jul 08 18:13:13.756 INFO O| Jul 08 18:13:13.756 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107342026-07-08T18:13:14.560Z[ host-image] Jul 08 18:13:13.764 INFO O| Jul 08 18:13:13.764 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
107352026-07-08T18:13:14.561Z[ host-image] Jul 08 18:13:13.764 INFO O| Jul 08 18:13:13.764 INFO STEP 157 (remove_files) COMPLETE
107362026-07-08T18:13:14.564Z[ host-image] Jul 08 18:13:13.764 INFO O| Jul 08 18:13:13.764 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107372026-07-08T18:13:14.574Z[ host-image] Jul 08 18:13:13.771 INFO O| Jul 08 18:13:13.771 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
107382026-07-08T18:13:14.575Z[ host-image] Jul 08 18:13:13.771 INFO O| Jul 08 18:13:13.771 INFO STEP 158 (remove_files) COMPLETE
107392026-07-08T18:13:14.575Z[ host-image] Jul 08 18:13:13.771 INFO O| Jul 08 18:13:13.771 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107402026-07-08T18:13:14.578Z[ host-image] Jul 08 18:13:13.777 INFO O| Jul 08 18:13:13.777 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
107412026-07-08T18:13:14.578Z[ host-image] Jul 08 18:13:13.777 INFO O| Jul 08 18:13:13.777 INFO STEP 159 (remove_files) COMPLETE
107422026-07-08T18:13:14.578Z[ host-image] Jul 08 18:13:13.777 INFO O| Jul 08 18:13:13.777 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107432026-07-08T18:13:14.582Z[ host-image] Jul 08 18:13:13.784 INFO O| Jul 08 18:13:13.784 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
107442026-07-08T18:13:14.582Z[ host-image] Jul 08 18:13:13.784 INFO O| Jul 08 18:13:13.784 INFO STEP 160 (remove_files) COMPLETE
107452026-07-08T18:13:14.582Z[ host-image] Jul 08 18:13:13.784 INFO O| Jul 08 18:13:13.784 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107462026-07-08T18:13:14.586Z[ host-image] Jul 08 18:13:13.791 INFO O| Jul 08 18:13:13.791 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
107472026-07-08T18:13:14.586Z[ host-image] Jul 08 18:13:13.791 INFO O| Jul 08 18:13:13.791 INFO STEP 161 (remove_files) COMPLETE
107482026-07-08T18:13:14.586Z[ host-image] Jul 08 18:13:13.791 INFO O| Jul 08 18:13:13.791 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107492026-07-08T18:13:14.594Z[ host-image] Jul 08 18:13:13.799 INFO O| Jul 08 18:13:13.799 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107502026-07-08T18:13:14.597Z[ host-image] Jul 08 18:13:13.799 INFO O| Jul 08 18:13:13.799 INFO STEP 162 (remove_files) COMPLETE
107512026-07-08T18:13:14.597Z[ host-image] Jul 08 18:13:13.799 INFO O| Jul 08 18:13:13.799 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107522026-07-08T18:13:14.602Z[ host-image] Jul 08 18:13:13.807 INFO O| Jul 08 18:13:13.807 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107532026-07-08T18:13:14.602Z[ host-image] Jul 08 18:13:13.807 INFO O| Jul 08 18:13:13.807 INFO STEP 163 (remove_files) COMPLETE
107542026-07-08T18:13:14.602Z[ host-image] Jul 08 18:13:13.807 INFO O| Jul 08 18:13:13.807 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107552026-07-08T18:13:14.609Z[ host-image] Jul 08 18:13:13.814 INFO O| Jul 08 18:13:13.814 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107562026-07-08T18:13:14.609Z[ host-image] Jul 08 18:13:13.814 INFO O| Jul 08 18:13:13.814 INFO STEP 164 (remove_files) COMPLETE
107572026-07-08T18:13:14.613Z[ host-image] Jul 08 18:13:13.814 INFO O| Jul 08 18:13:13.814 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107582026-07-08T18:13:14.616Z[ host-image] Jul 08 18:13:13.821 INFO O| Jul 08 18:13:13.821 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107592026-07-08T18:13:14.616Z[ host-image] Jul 08 18:13:13.821 INFO O| Jul 08 18:13:13.821 INFO STEP 165 (remove_files) COMPLETE
107602026-07-08T18:13:14.616Z[ host-image] Jul 08 18:13:13.821 INFO O| Jul 08 18:13:13.821 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107612026-07-08T18:13:14.624Z[ host-image] Jul 08 18:13:13.829 INFO O| Jul 08 18:13:13.829 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107622026-07-08T18:13:14.627Z[ host-image] Jul 08 18:13:13.829 INFO O| Jul 08 18:13:13.829 INFO STEP 166 (remove_files) COMPLETE
107632026-07-08T18:13:14.627Z[ host-image] Jul 08 18:13:13.829 INFO O| Jul 08 18:13:13.829 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107642026-07-08T18:13:14.630Z[ host-image] Jul 08 18:13:13.835 INFO O| Jul 08 18:13:13.835 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107652026-07-08T18:13:14.633Z[ host-image] Jul 08 18:13:13.835 INFO O| Jul 08 18:13:13.835 INFO STEP 167 (remove_files) COMPLETE
107662026-07-08T18:13:14.633Z[ host-image] Jul 08 18:13:13.835 INFO O| Jul 08 18:13:13.835 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107672026-07-08T18:13:14.638Z[ host-image] Jul 08 18:13:13.842 INFO O| Jul 08 18:13:13.842 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107682026-07-08T18:13:14.638Z[ host-image] Jul 08 18:13:13.842 INFO O| Jul 08 18:13:13.842 INFO STEP 168 (remove_files) COMPLETE
107692026-07-08T18:13:14.638Z[ host-image] Jul 08 18:13:13.842 INFO O| Jul 08 18:13:13.842 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107702026-07-08T18:13:14.643Z[ host-image] Jul 08 18:13:13.848 INFO O| Jul 08 18:13:13.848 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107712026-07-08T18:13:14.646Z[ host-image] Jul 08 18:13:13.848 INFO O| Jul 08 18:13:13.848 INFO STEP 169 (remove_files) COMPLETE
107722026-07-08T18:13:14.646Z[ host-image] Jul 08 18:13:13.848 INFO O| Jul 08 18:13:13.848 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107732026-07-08T18:13:14.651Z[ host-image] Jul 08 18:13:13.857 INFO O| Jul 08 18:13:13.857 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107742026-07-08T18:13:14.652Z[ host-image] Jul 08 18:13:13.857 INFO O| Jul 08 18:13:13.857 INFO STEP 170 (remove_files) COMPLETE
107752026-07-08T18:13:14.652Z[ host-image] Jul 08 18:13:13.857 INFO O| Jul 08 18:13:13.857 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107762026-07-08T18:13:14.660Z[ host-image] Jul 08 18:13:13.864 INFO O| Jul 08 18:13:13.864 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107772026-07-08T18:13:14.663Z[ host-image] Jul 08 18:13:13.864 INFO O| Jul 08 18:13:13.864 INFO STEP 171 (remove_files) COMPLETE
107782026-07-08T18:13:14.663Z[ host-image] Jul 08 18:13:13.864 INFO O| Jul 08 18:13:13.864 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107792026-07-08T18:13:14.668Z[ host-image] Jul 08 18:13:13.871 INFO O| Jul 08 18:13:13.871 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107802026-07-08T18:13:14.668Z[ host-image] Jul 08 18:13:13.871 INFO O| Jul 08 18:13:13.871 INFO STEP 172 (remove_files) COMPLETE
107812026-07-08T18:13:14.668Z[ host-image] Jul 08 18:13:13.871 INFO O| Jul 08 18:13:13.871 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107822026-07-08T18:13:14.677Z[ host-image] Jul 08 18:13:13.879 INFO O| Jul 08 18:13:13.879 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107832026-07-08T18:13:14.677Z[ host-image] Jul 08 18:13:13.879 INFO O| Jul 08 18:13:13.879 INFO STEP 173 (remove_files) COMPLETE
107842026-07-08T18:13:14.677Z[ host-image] Jul 08 18:13:13.879 INFO O| Jul 08 18:13:13.879 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107852026-07-08T18:13:14.681Z[ host-image] Jul 08 18:13:13.885 INFO O| Jul 08 18:13:13.885 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107862026-07-08T18:13:14.681Z[ host-image] Jul 08 18:13:13.885 INFO O| Jul 08 18:13:13.885 INFO STEP 174 (remove_files) COMPLETE
107872026-07-08T18:13:14.681Z[ host-image] Jul 08 18:13:13.885 INFO O| Jul 08 18:13:13.885 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107882026-07-08T18:13:14.684Z[ recovery-image] Jul 08 18:13:13.888 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
107892026-07-08T18:13:14.688Z[ host-image] Jul 08 18:13:13.892 INFO O| Jul 08 18:13:13.892 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107902026-07-08T18:13:14.688Z[ host-image] Jul 08 18:13:13.892 INFO O| Jul 08 18:13:13.892 INFO STEP 175 (remove_files) COMPLETE
107912026-07-08T18:13:14.688Z[ host-image] Jul 08 18:13:13.892 INFO O| Jul 08 18:13:13.892 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107922026-07-08T18:13:14.698Z[ host-image] Jul 08 18:13:13.903 INFO O| Jul 08 18:13:13.903 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107932026-07-08T18:13:14.698Z[ host-image] Jul 08 18:13:13.903 INFO O| Jul 08 18:13:13.903 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_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"}
107942026-07-08T18:13:15.537Z[ recovery-image] Jul 08 18:13:14.741 INFO E| Compiling serde_derive v1.0.219
107952026-07-08T18:13:15.537Z[ recovery-image] Jul 08 18:13:14.741 INFO E| Compiling clap_derive v4.5.32
107962026-07-08T18:13:16.793Z[ recovery-image] Jul 08 18:13:15.997 INFO E| Compiling clap v4.5.37
107972026-07-08T18:13:17.378Z[ recovery-image] Jul 08 18:13:16.583 INFO E| Compiling serde v1.0.219
107982026-07-08T18:13:18.800Z[ host-image] Jul 08 18:13:18.004 INFO O| Jul 08 18:13:18.004 INFO O| Loading smf(7) service descriptions: 1/792/793/794/795/796/797/798/799/7910/7911/7912/7913/7914/7915/7916/7917/7918/7919/7920/7921/7922/7923/7924/7925/7926/7927/7928/7929/7930/7931/7932/7933/7934/7935/7936/7937/7938/7939/7940/7941/7942/7943/7944/7945/7946/7947/7948/7949/7950/7951/7952/7953/7954/7955/7956/7957/7958/7959/7960/7961/7962/7963/7964/7965/7966/7967/7968/7969/7970/7971/7972/7973/7974/7975/7976/7977/7978/7979/79
107992026-07-08T18:13:18.800Z[ host-image] Jul 08 18:13:18.005 INFO O| Jul 08 18:13:18.004 INFO E| svccfg: Loaded 79 smf(7) service descriptions
108002026-07-08T18:13:18.812Z[ host-image] Jul 08 18:13:18.016 INFO O| Jul 08 18:13:18.016 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"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", "SVCCFG_CHECKHASH": "1"}
108012026-07-08T18:13:18.908Z[ host-image] Jul 08 18:13:18.112 INFO O| Jul 08 18:13:18.112 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
108022026-07-08T18:13:18.964Z[ host-image] Jul 08 18:13:18.168 INFO O| Jul 08 18:13:18.168 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
108032026-07-08T18:13:19.027Z[ host-image] Jul 08 18:13:18.231 INFO O| Jul 08 18:13:18.231 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
108042026-07-08T18:13:19.027Z[ host-image] Jul 08 18:13:18.231 INFO O| Jul 08 18:13:18.231 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
108052026-07-08T18:13:19.076Z[ recovery-image] Jul 08 18:13:18.281 INFO E| Compiling toml_datetime v0.6.9
108062026-07-08T18:13:19.076Z[ recovery-image] Jul 08 18:13:18.281 INFO E| Compiling serde_spanned v0.6.8
108072026-07-08T18:13:19.102Z[ host-image] Jul 08 18:13:18.307 INFO O| Jul 08 18:13:18.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
108082026-07-08T18:13:19.102Z[ host-image] Jul 08 18:13:18.307 INFO O| Jul 08 18:13:18.307 INFO ok!
108092026-07-08T18:13:19.102Z[ host-image] Jul 08 18:13:18.307 INFO O| Jul 08 18:13:18.307 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
108102026-07-08T18:13:19.102Z[ host-image] Jul 08 18:13:18.307 INFO O| Jul 08 18:13:18.307 INFO STEP 176 (seed_smf) COMPLETE
108112026-07-08T18:13:19.106Z[ host-image] Jul 08 18:13:18.307 INFO O| Jul 08 18:13:18.307 INFO steps complete; finalising image!
108122026-07-08T18:13:19.106Z[ host-image] Jul 08 18:13:18.307 INFO O| Jul 08 18:13:18.307 INFO TRIM POOL: TEMPORARY-sled-zfs
108132026-07-08T18:13:19.151Z[ host-image] Jul 08 18:13:18.355 INFO O| Jul 08 18:13:18.355 INFO trim TEMPORARY-sled-zfs: (72% trimmed, started at Wed Jul 8 18:13:18 2026)
108142026-07-08T18:13:19.232Z[ recovery-image] Jul 08 18:13:18.437 INFO E| Compiling toml_edit v0.22.26
108152026-07-08T18:13:19.365Z[ host-image] Jul 08 18:13:18.569 INFO O| Jul 08 18:13:18.569 INFO temporary pool has 849M used, 46.6M avail, 1.82x compressratio
108162026-07-08T18:13:19.365Z[ host-image] Jul 08 18:13:18.569 INFO O| Jul 08 18:13:18.569 INFO EXPORT POOL: TEMPORARY-sled-zfs
108172026-07-08T18:13:19.713Z[ host-image] Jul 08 18:13:18.918 INFO O| Jul 08 18:13:18.918 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
108182026-07-08T18:13:19.714Z[ host-image] Jul 08 18:13:18.918 INFO O| Jul 08 18:13:18.918 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
108192026-07-08T18:13:20.374Z[ host-image] Jul 08 18:13:19.578 INFO O| Jul 08 18:13:19.578 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
108202026-07-08T18:13:20.374Z[ host-image] Jul 08 18:13:19.578 INFO O| Jul 08 18:13:19.578 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
108212026-07-08T18:13:20.374Z[ host-image] Jul 08 18:13:19.578 INFO O| Jul 08 18:13:19.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
108222026-07-08T18:13:20.377Z[ host-image] Jul 08 18:13:19.578 INFO O| Jul 08 18:13:19.578 INFO completed processing sled/zfs
108232026-07-08T18:13:20.377Z[ host-image] Jul 08 18:13:19.578 INFO O| Jul 08 18:13:19.578 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
108242026-07-08T18:13:20.459Z[ recovery-image] Jul 08 18:13:19.662 INFO E| Compiling toml v0.8.22
108252026-07-08T18:13:22.394Z[ recovery-image] Jul 08 18:13:21.598 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.34s
108262026-07-08T18:13:22.406Z[ recovery-image] Jul 08 18:13:21.610 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`
108272026-07-08T18:13:22.418Z[ recovery-image] Jul 08 18:13:21.623 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108282026-07-08T18:13:22.487Z[ recovery-image] Jul 08 18:13:21.692 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108292026-07-08T18:13:22.491Z[ recovery-image] Jul 08 18:13:21.695 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`
108302026-07-08T18:13:22.692Z[ recovery-image] Jul 08 18:13:21.896 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108312026-07-08T18:13:22.692Z[ recovery-image] Jul 08 18:13:21.896 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108322026-07-08T18:13:22.697Z[ recovery-image] Jul 08 18:13:21.896 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108332026-07-08T18:13:22.697Z[ recovery-image] Jul 08 18:13:21.896 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108342026-07-08T18:13:22.697Z[ recovery-image] Jul 08 18:13:21.896 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108352026-07-08T18:13:22.697Z[ recovery-image] Jul 08 18:13:21.896 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108362026-07-08T18:13:22.697Z[ recovery-image] Jul 08 18:13:21.896 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108372026-07-08T18:13:22.697Z[ recovery-image] Jul 08 18:13:21.896 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108382026-07-08T18:13:22.697Z[ recovery-image] Jul 08 18:13:21.896 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108392026-07-08T18:13:22.697Z[ recovery-image] Jul 08 18:13:21.896 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108402026-07-08T18:13:22.697Z[ recovery-image] Jul 08 18:13:21.896 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108412026-07-08T18:13:22.698Z[ recovery-image] Jul 08 18:13:21.896 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108422026-07-08T18:13:22.698Z[ recovery-image] Jul 08 18:13:21.896 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108432026-07-08T18:13:22.698Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108442026-07-08T18:13:22.698Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108452026-07-08T18:13:22.698Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108462026-07-08T18:13:22.698Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108472026-07-08T18:13:22.698Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108482026-07-08T18:13:22.698Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108492026-07-08T18:13:22.698Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108502026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108512026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108522026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108532026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108542026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108552026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108562026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108572026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108582026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
108592026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108602026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
108612026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
108622026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
108632026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
108642026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
108652026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
108662026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
108672026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
108682026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
108692026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
108702026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
108712026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
108722026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
108732026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
108742026-07-08T18:13:22.699Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
108752026-07-08T18:13:22.700Z[ recovery-image] Jul 08 18:13:21.897 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
108762026-07-08T18:13:22.700Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
108772026-07-08T18:13:22.700Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
108782026-07-08T18:13:22.700Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
108792026-07-08T18:13:22.704Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
108802026-07-08T18:13:22.704Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
108812026-07-08T18:13:22.704Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
108822026-07-08T18:13:22.704Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
108832026-07-08T18:13:22.704Z[ recovery-image] Jul 08 18:13:21.898 INFO O| Info: ABL version: 0x100af010
108842026-07-08T18:13:22.704Z[ recovery-image] Jul 08 18:13:21.898 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
108852026-07-08T18:13:22.704Z[ recovery-image] Jul 08 18:13:21.898 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
108862026-07-08T18:13:22.704Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
108872026-07-08T18:13:22.704Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
108882026-07-08T18:13:22.704Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
108892026-07-08T18:13:22.704Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
108902026-07-08T18:13:22.704Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
108912026-07-08T18:13:22.704Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
108922026-07-08T18:13:22.704Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
108932026-07-08T18:13:22.704Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
108942026-07-08T18:13:22.704Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
108952026-07-08T18:13:22.704Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
108962026-07-08T18:13:22.704Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
108972026-07-08T18:13:22.704Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
108982026-07-08T18:13:22.705Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
108992026-07-08T18:13:22.705Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109002026-07-08T18:13:22.705Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109012026-07-08T18:13:22.705Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109022026-07-08T18:13:22.705Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109032026-07-08T18:13:22.705Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109042026-07-08T18:13:22.705Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109052026-07-08T18:13:22.705Z[ recovery-image] Jul 08 18:13:21.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109062026-07-08T18:13:22.705Z[ recovery-image] Jul 08 18:13:21.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109072026-07-08T18:13:22.705Z[ recovery-image] Jul 08 18:13:21.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109082026-07-08T18:13:22.705Z[ recovery-image] Jul 08 18:13:21.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109092026-07-08T18:13:22.705Z[ recovery-image] Jul 08 18:13:21.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109102026-07-08T18:13:22.705Z[ recovery-image] Jul 08 18:13:21.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109112026-07-08T18:13:22.705Z[ recovery-image] Jul 08 18:13:21.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109122026-07-08T18:13:22.705Z[ recovery-image] Jul 08 18:13:21.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109132026-07-08T18:13:22.705Z[ recovery-image] Jul 08 18:13:21.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109142026-07-08T18:13:22.705Z[ recovery-image] Jul 08 18:13:21.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109152026-07-08T18:13:22.705Z[ recovery-image] Jul 08 18:13:21.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109162026-07-08T18:13:22.705Z[ recovery-image] Jul 08 18:13:21.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109172026-07-08T18:13:22.726Z[ recovery-image] Jul 08 18:13:21.929 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109182026-07-08T18:13:22.726Z[ recovery-image] Jul 08 18:13:21.929 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109192026-07-08T18:13:22.730Z[ recovery-image] Jul 08 18:13:21.929 INFO building ROM for gimlet
109202026-07-08T18:13:22.730Z[ recovery-image] Jul 08 18:13:21.929 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")
109212026-07-08T18:13:22.807Z[ recovery-image] Jul 08 18:13:22.011 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109222026-07-08T18:13:22.810Z[ recovery-image] Jul 08 18:13:22.013 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`
109232026-07-08T18:13:22.818Z[ recovery-image] Jul 08 18:13:22.023 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109242026-07-08T18:13:22.894Z[ recovery-image] Jul 08 18:13:22.090 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109252026-07-08T18:13:22.924Z[ recovery-image] Jul 08 18:13:22.093 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`
109262026-07-08T18:13:23.003Z[ recovery-image] Jul 08 18:13:22.206 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109272026-07-08T18:13:23.003Z[ recovery-image] Jul 08 18:13:22.206 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109282026-07-08T18:13:23.007Z[ recovery-image] Jul 08 18:13:22.206 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109292026-07-08T18:13:23.008Z[ recovery-image] Jul 08 18:13:22.206 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109302026-07-08T18:13:23.008Z[ recovery-image] Jul 08 18:13:22.206 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109312026-07-08T18:13:23.008Z[ recovery-image] Jul 08 18:13:22.206 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109322026-07-08T18:13:23.009Z[ recovery-image] Jul 08 18:13:22.206 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109332026-07-08T18:13:23.009Z[ recovery-image] Jul 08 18:13:22.206 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109342026-07-08T18:13:23.009Z[ recovery-image] Jul 08 18:13:22.206 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109352026-07-08T18:13:23.009Z[ recovery-image] Jul 08 18:13:22.206 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109362026-07-08T18:13:23.009Z[ recovery-image] Jul 08 18:13:22.206 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109372026-07-08T18:13:23.009Z[ recovery-image] Jul 08 18:13:22.206 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109382026-07-08T18:13:23.009Z[ recovery-image] Jul 08 18:13:22.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109392026-07-08T18:13:23.009Z[ recovery-image] Jul 08 18:13:22.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109402026-07-08T18:13:23.009Z[ recovery-image] Jul 08 18:13:22.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109412026-07-08T18:13:23.009Z[ recovery-image] Jul 08 18:13:22.207 INFO O| Info: ABL version: 0x100f5010
109422026-07-08T18:13:23.009Z[ recovery-image] Jul 08 18:13:22.207 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109432026-07-08T18:13:23.009Z[ recovery-image] Jul 08 18:13:22.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109442026-07-08T18:13:23.009Z[ recovery-image] Jul 08 18:13:22.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109452026-07-08T18:13:23.009Z[ recovery-image] Jul 08 18:13:22.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109462026-07-08T18:13:23.009Z[ recovery-image] Jul 08 18:13:22.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109472026-07-08T18:13:23.010Z[ recovery-image] Jul 08 18:13:22.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109482026-07-08T18:13:23.010Z[ recovery-image] Jul 08 18:13:22.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109492026-07-08T18:13:23.010Z[ recovery-image] Jul 08 18:13:22.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109502026-07-08T18:13:23.010Z[ recovery-image] Jul 08 18:13:22.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109512026-07-08T18:13:23.010Z[ recovery-image] Jul 08 18:13:22.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109522026-07-08T18:13:23.010Z[ recovery-image] Jul 08 18:13:22.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109532026-07-08T18:13:23.010Z[ recovery-image] Jul 08 18:13:22.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109542026-07-08T18:13:23.010Z[ recovery-image] Jul 08 18:13:22.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109552026-07-08T18:13:23.010Z[ recovery-image] Jul 08 18:13:22.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109562026-07-08T18:13:23.011Z[ recovery-image] Jul 08 18:13:22.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109572026-07-08T18:13:23.011Z[ recovery-image] Jul 08 18:13:22.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109582026-07-08T18:13:23.011Z[ recovery-image] Jul 08 18:13:22.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109592026-07-08T18:13:23.011Z[ recovery-image] Jul 08 18:13:22.207 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109602026-07-08T18:13:23.011Z[ recovery-image] Jul 08 18:13:22.208 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109612026-07-08T18:13:23.042Z[ recovery-image] Jul 08 18:13:22.243 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109622026-07-08T18:13:24.334Z[ recovery-image] Jul 08 18:13:23.538 INFO image complete! materials are in "/work/os-recovery"
109632026-07-08T18:13:24.338Z[ recovery-image]
109642026-07-08T18:13:24.338Z[ recovery-image] real 4:02.570381141
109652026-07-08T18:13:24.338Z[ recovery-image] user 2:28.668323431
109662026-07-08T18:13:24.338Z[ recovery-image] sys 35.027902234
109672026-07-08T18:13:24.338Z[ recovery-image] trap 0.073678210
109682026-07-08T18:13:24.340Z[ recovery-image] tflt 0.564184001
109692026-07-08T18:13:24.340Z[ recovery-image] dflt 0.815881224
109702026-07-08T18:13:24.340Z[ recovery-image] kflt 0.000086710
109712026-07-08T18:13:24.340Z[ recovery-image] lock 10:32.348584758
109722026-07-08T18:13:24.340Z[ recovery-image] slp 23:59.731138051
109732026-07-08T18:13:24.340Z[ recovery-image] lat 24.453588248
109742026-07-08T18:13:24.340Z[ recovery-image] stop 6.328907073
109752026-07-08T18:13:24.340ZJul 08 18:13:23.541 INFO [recovery-image] process exited with exit status: 0 (242.575195683s)
109762026-07-08T18:13:33.704Z[ host-image] Jul 08 18:13:32.905 INFO O| Jul 08 18:13:32.905 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
109772026-07-08T18:13:33.841Z[ host-image] Jul 08 18:13:33.046 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
109782026-07-08T18:13:33.841Z[ host-image] Jul 08 18:13:33.046 INFO expanded image name: "ci 291cad9/${os_short_commit} 2026-07-08 17:58" -> "ci 291cad9/9b09742 2026-07-08 17:58"
109792026-07-08T18:13:33.845Z[ host-image] Jul 08 18:13:33.046 INFO output artefacts stored in: "/work/os-host"
109802026-07-08T18:13:33.845Z[ host-image] Jul 08 18:13:33.046 INFO collecting git info from project "dmar-report"...
109812026-07-08T18:13:33.849Z[ host-image] Jul 08 18:13:33.051 INFO collecting git info from project "amd-firmware"...
109822026-07-08T18:13:33.856Z[ host-image] Jul 08 18:13:33.061 INFO collecting git info from project "bootserver"...
109832026-07-08T18:13:33.860Z[ host-image] Jul 08 18:13:33.065 INFO collecting git info from project "amd-host-image-builder"...
109842026-07-08T18:13:33.863Z[ host-image] Jul 08 18:13:33.068 INFO collecting git info from project "chelsio-t6-roms"...
109852026-07-08T18:13:33.867Z[ host-image] Jul 08 18:13:33.072 INFO collecting git info from project "phbl"...
109862026-07-08T18:13:33.870Z[ host-image] Jul 08 18:13:33.075 INFO collecting git info from project "image-builder"...
109872026-07-08T18:13:33.877Z[ host-image] Jul 08 18:13:33.078 INFO collecting git info from project "pinprick"...
109882026-07-08T18:13:33.884Z[ host-image] Jul 08 18:13:33.081 INFO collecting git info from project "pilot"...
109892026-07-08T18:13:33.884Z[ host-image] Jul 08 18:13:33.085 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
109902026-07-08T18:13:34.166Z[ host-image] Jul 08 18:13:33.370 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
109912026-07-08T18:13:34.433Z[ host-image] Jul 08 18:13:33.637 INFO creating Oxide boot image...
109922026-07-08T18:13:34.433Z[ host-image] Jul 08 18:13:33.637 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 291cad9/9b09742 2026-07-08 17:58", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
109932026-07-08T18:13:35.110Z[ host-image] Jul 08 18:13:34.314 INFO O| ok, image written!
109942026-07-08T18:13:35.110Z[ host-image] Jul 08 18:13:34.314 INFO O| ok, boot_image_csum file written!
109952026-07-08T18:13:35.118Z[ host-image] Jul 08 18:13:34.316 INFO creating boot archive (CPIO)...
109962026-07-08T18:13:35.119Z[ host-image] Jul 08 18:13:34.316 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
109972026-07-08T18:13:35.127Z[ host-image] Jul 08 18:13:34.320 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
109982026-07-08T18:13:35.127Z[ host-image] Jul 08 18:13:34.320 INFO E| + outfile=/work/os-host/cpio
109992026-07-08T18:13:35.127Z[ host-image] Jul 08 18:13:34.320 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
110002026-07-08T18:13:35.127Z[ host-image] Jul 08 18:13:34.322 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
110012026-07-08T18:13:35.128Z[ host-image] Jul 08 18:13:34.322 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
110022026-07-08T18:13:35.147Z[ host-image] Jul 08 18:13:34.347 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
110032026-07-08T18:13:35.147Z[ host-image] Jul 08 18:13:34.347 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
110042026-07-08T18:13:35.159Z[ host-image] Jul 08 18:13:34.353 INFO creating compressed cpio/unix for dev loaders...
110052026-07-08T18:13:35.159Z[ host-image] Jul 08 18:13:34.353 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
110062026-07-08T18:13:35.373Z[ host-image] Jul 08 18:13:34.576 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
110072026-07-08T18:13:38.610Z[ host-image] Jul 08 18:13:37.813 INFO creating reset image...
110082026-07-08T18:13:38.611Z[ host-image] Jul 08 18:13:37.813 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")
110092026-07-08T18:13:38.671Z[ host-image] Jul 08 18:13:37.876 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.02s
110102026-07-08T18:13:38.674Z[ host-image] Jul 08 18:13:37.877 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110112026-07-08T18:13:38.903Z[ host-image] Jul 08 18:13:38.108 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)
110122026-07-08T18:13:38.903Z[ host-image] Jul 08 18:13:38.108 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)
110132026-07-08T18:13:38.903Z[ host-image] Jul 08 18:13:38.108 INFO E| Compiling proc-macro2 v1.0.106
110142026-07-08T18:13:38.907Z[ host-image] Jul 08 18:13:38.108 INFO E| Compiling unicode-ident v1.0.24
110152026-07-08T18:13:38.907Z[ host-image] Jul 08 18:13:38.108 INFO E| Compiling quote v1.0.45
110162026-07-08T18:13:38.907Z[ host-image] Jul 08 18:13:38.108 INFO E| Compiling syn v1.0.109
110172026-07-08T18:13:38.907Z[ host-image] Jul 08 18:13:38.108 INFO E| Compiling x86 v0.52.0
110182026-07-08T18:13:38.907Z[ host-image] Jul 08 18:13:38.108 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110192026-07-08T18:13:38.907Z[ host-image] Jul 08 18:13:38.108 INFO E| Compiling seq-macro v0.3.6
110202026-07-08T18:13:39.817Z[ host-image] Jul 08 18:13:39.021 INFO E| Compiling syn v2.0.117
110212026-07-08T18:13:41.067Z[ host-image] Jul 08 18:13:40.272 INFO E| Compiling scroll_derive v0.13.1
110222026-07-08T18:13:42.060Z[ host-image] Jul 08 18:13:41.264 INFO E| Compiling bitstruct_derive v0.1.0
110232026-07-08T18:13:51.140Z[ host-image] Jul 08 18:13:50.344 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)
110242026-07-08T18:13:53.213Z[ host-image] Jul 08 18:13:52.417 INFO E| Compiling bitflags v1.3.2
110252026-07-08T18:13:53.213Z[ host-image] Jul 08 18:13:52.417 INFO E| Compiling log v0.4.32
110262026-07-08T18:13:53.213Z[ host-image] Jul 08 18:13:52.417 INFO E| Compiling scroll v0.13.0
110272026-07-08T18:13:53.217Z[ host-image] Jul 08 18:13:52.417 INFO E| Compiling bitflags v2.13.0
110282026-07-08T18:13:53.217Z[ host-image] Jul 08 18:13:52.417 INFO E| Compiling plain v0.2.3
110292026-07-08T18:13:53.217Z[ host-image] Jul 08 18:13:52.417 INFO E| Compiling adler2 v2.0.1
110302026-07-08T18:13:53.217Z[ host-image] Jul 08 18:13:52.417 INFO E| Compiling bit_field v0.10.3
110312026-07-08T18:13:53.217Z[ host-image] Jul 08 18:13:52.417 INFO E| Compiling bitstruct v0.1.1
110322026-07-08T18:13:53.217Z[ host-image] Jul 08 18:13:52.417 INFO E| Compiling static_assertions v1.1.0
110332026-07-08T18:13:53.263Z[ host-image] Jul 08 18:13:52.467 INFO E| Compiling raw-cpuid v10.7.0
110342026-07-08T18:13:53.298Z[ host-image] Jul 08 18:13:52.502 INFO E| Compiling miniz_oxide v0.9.1
110352026-07-08T18:13:53.376Z[ host-image] Jul 08 18:13:52.580 INFO E| Compiling cpio_reader v0.1.2
110362026-07-08T18:13:53.429Z[ host-image] Jul 08 18:13:52.634 INFO E| Compiling goblin v0.10.7
110372026-07-08T18:13:56.202Z[ host-image] Jul 08 18:13:55.406 INFO E| Finished `release` profile [optimized] target(s) in 17.52s
110382026-07-08T18:13:56.213Z[ host-image] Jul 08 18:13:55.418 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110392026-07-08T18:13:56.213Z[ host-image] Jul 08 18:13:55.418 INFO building ROM for gimlet
110402026-07-08T18:13:56.213Z[ host-image] Jul 08 18:13:55.418 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")
110412026-07-08T18:13:56.299Z[ host-image] Jul 08 18:13:55.503 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110422026-07-08T18:13:56.304Z[ host-image] Jul 08 18:13:55.505 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`
110432026-07-08T18:13:56.311Z[ host-image] Jul 08 18:13:55.516 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110442026-07-08T18:13:56.374Z[ host-image] Jul 08 18:13:55.579 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110452026-07-08T18:13:56.378Z[ host-image] Jul 08 18:13:55.582 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`
110462026-07-08T18:13:56.488Z[ host-image] Jul 08 18:13:55.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110472026-07-08T18:13:56.488Z[ host-image] Jul 08 18:13:55.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110482026-07-08T18:13:56.491Z[ host-image] Jul 08 18:13:55.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110492026-07-08T18:13:56.491Z[ host-image] Jul 08 18:13:55.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110502026-07-08T18:13:56.491Z[ host-image] Jul 08 18:13:55.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110512026-07-08T18:13:56.491Z[ host-image] Jul 08 18:13:55.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110522026-07-08T18:13:56.491Z[ host-image] Jul 08 18:13:55.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110532026-07-08T18:13:56.491Z[ host-image] Jul 08 18:13:55.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110542026-07-08T18:13:56.491Z[ host-image] Jul 08 18:13:55.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110552026-07-08T18:13:56.491Z[ host-image] Jul 08 18:13:55.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110562026-07-08T18:13:56.491Z[ host-image] Jul 08 18:13:55.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110572026-07-08T18:13:56.491Z[ host-image] Jul 08 18:13:55.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110582026-07-08T18:13:56.491Z[ host-image] Jul 08 18:13:55.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110592026-07-08T18:13:56.491Z[ host-image] Jul 08 18:13:55.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110602026-07-08T18:13:56.491Z[ host-image] Jul 08 18:13:55.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110612026-07-08T18:13:56.493Z[ host-image] Jul 08 18:13:55.693 INFO O| Info: ABL version: 0x100f5010
110622026-07-08T18:13:56.493Z[ host-image] Jul 08 18:13:55.693 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110632026-07-08T18:13:56.493Z[ host-image] Jul 08 18:13:55.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110642026-07-08T18:13:56.493Z[ host-image] Jul 08 18:13:55.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110652026-07-08T18:13:56.493Z[ host-image] Jul 08 18:13:55.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110662026-07-08T18:13:56.493Z[ host-image] Jul 08 18:13:55.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110672026-07-08T18:13:56.493Z[ host-image] Jul 08 18:13:55.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110682026-07-08T18:13:56.493Z[ host-image] Jul 08 18:13:55.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110692026-07-08T18:13:56.493Z[ host-image] Jul 08 18:13:55.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110702026-07-08T18:13:56.493Z[ host-image] Jul 08 18:13:55.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110712026-07-08T18:13:56.493Z[ host-image] Jul 08 18:13:55.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110722026-07-08T18:13:56.493Z[ host-image] Jul 08 18:13:55.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110732026-07-08T18:13:56.493Z[ host-image] Jul 08 18:13:55.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110742026-07-08T18:13:56.493Z[ host-image] Jul 08 18:13:55.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110752026-07-08T18:13:56.493Z[ host-image] Jul 08 18:13:55.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110762026-07-08T18:13:56.495Z[ host-image] Jul 08 18:13:55.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110772026-07-08T18:13:56.495Z[ host-image] Jul 08 18:13:55.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110782026-07-08T18:13:56.495Z[ host-image] Jul 08 18:13:55.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110792026-07-08T18:13:56.495Z[ host-image] Jul 08 18:13:55.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110802026-07-08T18:13:56.495Z[ host-image] Jul 08 18:13:55.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110812026-07-08T18:13:56.520Z[ host-image] Jul 08 18:13:55.725 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110822026-07-08T18:13:56.520Z[ host-image] Jul 08 18:13:55.725 INFO building ROM for cosmo
110832026-07-08T18:13:56.520Z[ host-image] Jul 08 18:13:55.725 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")
110842026-07-08T18:13:56.603Z[ host-image] Jul 08 18:13:55.807 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110852026-07-08T18:13:56.606Z[ host-image] Jul 08 18:13:55.809 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`
110862026-07-08T18:13:56.615Z[ host-image] Jul 08 18:13:55.819 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110872026-07-08T18:13:56.678Z[ host-image] Jul 08 18:13:55.883 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110882026-07-08T18:13:56.683Z[ host-image] Jul 08 18:13:55.886 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`
110892026-07-08T18:13:56.888Z[ host-image] Jul 08 18:13:56.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110902026-07-08T18:13:56.888Z[ host-image] Jul 08 18:13:56.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110912026-07-08T18:13:56.888Z[ host-image] Jul 08 18:13:56.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110922026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110932026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110942026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110952026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110962026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110972026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110982026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110992026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111002026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111012026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111022026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111032026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111042026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111052026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111062026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111072026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111082026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111092026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111102026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111112026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111122026-07-08T18:13:56.892Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111132026-07-08T18:13:56.893Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111142026-07-08T18:13:56.893Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111152026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111162026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111172026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111182026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111192026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111202026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111212026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111222026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111232026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111242026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111252026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111262026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111272026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111282026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111292026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111302026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111312026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111322026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111332026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111342026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111352026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111362026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111372026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111382026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111392026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111402026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111412026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111422026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO O| Info: ABL version: 0x100af010
111432026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111442026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.093 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111452026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111462026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111472026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111482026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111492026-07-08T18:13:56.894Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111502026-07-08T18:13:56.895Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111512026-07-08T18:13:56.895Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111522026-07-08T18:13:56.895Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111532026-07-08T18:13:56.895Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111542026-07-08T18:13:56.895Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111552026-07-08T18:13:56.895Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111562026-07-08T18:13:56.895Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111572026-07-08T18:13:56.895Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111582026-07-08T18:13:56.896Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111592026-07-08T18:13:56.897Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111602026-07-08T18:13:56.897Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111612026-07-08T18:13:56.897Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111622026-07-08T18:13:56.897Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111632026-07-08T18:13:56.897Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111642026-07-08T18:13:56.897Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111652026-07-08T18:13:56.897Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111662026-07-08T18:13:56.897Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111672026-07-08T18:13:56.897Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111682026-07-08T18:13:56.897Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111692026-07-08T18:13:56.897Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111702026-07-08T18:13:56.897Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111712026-07-08T18:13:56.897Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111722026-07-08T18:13:56.897Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111732026-07-08T18:13:56.897Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111742026-07-08T18:13:56.898Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111752026-07-08T18:13:56.901Z[ host-image] Jul 08 18:13:56.094 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111762026-07-08T18:13:56.918Z[ host-image] Jul 08 18:13:56.123 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111772026-07-08T18:14:06.107Z[ host-image] Jul 08 18:14:05.311 INFO image complete! materials are in "/work/os-host"
111782026-07-08T18:14:06.110Z[ host-image]
111792026-07-08T18:14:06.110Z[ host-image] real 5:13.019981035
111802026-07-08T18:14:06.111Z[ host-image] user 2:26.108883216
111812026-07-08T18:14:06.111Z[ host-image] sys 32.301962924
111822026-07-08T18:14:06.111Z[ host-image] trap 0.043387837
111832026-07-08T18:14:06.111Z[ host-image] tflt 0.296174204
111842026-07-08T18:14:06.111Z[ host-image] dflt 0.212489231
111852026-07-08T18:14:06.111Z[ host-image] kflt 0.000018770
111862026-07-08T18:14:06.111Z[ host-image] lock 6:18.924549332
111872026-07-08T18:14:06.111Z[ host-image] slp 30:27.927635309
111882026-07-08T18:14:06.111Z[ host-image] lat 16.608045418
111892026-07-08T18:14:06.111Z[ host-image] stop 1.571221168
111902026-07-08T18:14:06.115ZJul 08 18:14:05.315 INFO [host-image] process exited with exit status: 0 (313.025146537s)
111912026-07-08T18:14:06.115ZJul 08 18:14:05.315 INFO [tuf-repo] running task
111922026-07-08T18:14:24.801ZJul 08 18:14:24.005 INFO assembling repository in `/tmp/tufaceousBaqXNH`, component: OmicronRepoAssembler
111932026-07-08T18:14:29.904ZJul 08 18:14:29.108 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111942026-07-08T18:14:30.249ZJul 08 18:14:29.453 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111952026-07-08T18:14:38.846ZJul 08 18:14:38.050 INFO extracting uploaded archive to /tmp/.tmpcHCwqB
111962026-07-08T18:14:40.600ZJul 08 18:14:39.805 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.t5oYiX
111972026-07-08T18:14:40.652ZJul 08 18:14:39.857 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
111982026-07-08T18:14:40.752ZJul 08 18:14:39.956 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
111992026-07-08T18:14:40.832ZJul 08 18:14:40.037 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
112002026-07-08T18:14:40.910ZJul 08 18:14:40.114 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
112012026-07-08T18:14:40.984ZJul 08 18:14:40.187 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
112022026-07-08T18:14:41.059ZJul 08 18:14:40.263 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
112032026-07-08T18:14:41.132ZJul 08 18:14:40.336 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
112042026-07-08T18:14:41.215ZJul 08 18:14:40.419 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112052026-07-08T18:14:41.217ZJul 08 18:14:40.419 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112062026-07-08T18:14:41.266ZJul 08 18:14:40.471 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112072026-07-08T18:14:41.266ZJul 08 18:14:40.471 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112082026-07-08T18:14:41.314ZJul 08 18:14:40.518 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112092026-07-08T18:14:41.314ZJul 08 18:14:40.519 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112102026-07-08T18:14:41.361ZJul 08 18:14:40.565 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112112026-07-08T18:14:41.361ZJul 08 18:14:40.565 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112122026-07-08T18:14:41.406ZJul 08 18:14:40.610 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112132026-07-08T18:14:41.406ZJul 08 18:14:40.610 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112142026-07-08T18:14:41.453ZJul 08 18:14:40.658 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112152026-07-08T18:14:41.453ZJul 08 18:14:40.658 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112162026-07-08T18:14:41.501ZJul 08 18:14:40.705 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112172026-07-08T18:14:41.501ZJul 08 18:14:40.705 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112182026-07-08T18:14:41.504ZJul 08 18:14:40.706 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112192026-07-08T18:14:41.504ZJul 08 18:14:40.706 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112202026-07-08T18:14:41.504ZJul 08 18:14:40.707 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112212026-07-08T18:14:41.504ZJul 08 18:14:40.708 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112222026-07-08T18:14:41.504ZJul 08 18:14:40.708 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112232026-07-08T18:14:46.716ZJul 08 18:14:45.920 INFO added artifact, length: 33554432, hash: 09bab158ec4eb17963afeb260e4fe8030884e71a05b0fdc49887fe6a3e5eee02, version: 21.0.0-0.ci+git291cad9298b, kind: gimlet_host_phase_1, name: host
112242026-07-08T18:14:46.716ZJul 08 18:14:45.920 INFO added artifact, length: 33554432, hash: c420b58d9f861ae6d637e99a1e3958e45ed2e2bcb7bbddcd1aeb4fa60071f181, version: 21.0.0-0.ci+git291cad9298b, kind: cosmo_host_phase_1, name: host
112252026-07-08T18:14:46.719ZJul 08 18:14:45.920 INFO added artifact, length: 1101008896, hash: 6611f95147ba226870ebcba7ed2ce9f792d61ac4fba2c29ad4c1a1011382b13b, version: 21.0.0-0.ci+git291cad9298b, kind: host_phase_2, name: host
112262026-07-08T18:14:47.586ZJul 08 18:14:46.791 INFO added artifact, length: 33554432, hash: f035558c8de9207662377d28a845f3af69a0b693435b268c7fcec276a5e256db, version: 21.0.0-0.ci+git291cad9298b, kind: gimlet_trampoline_phase_1, name: trampoline
112272026-07-08T18:14:47.586ZJul 08 18:14:46.791 INFO added artifact, length: 33554432, hash: 463620d83518e4359f8a3e97a9d48cb81ecb5a722d400fc25ce2a30967810546, version: 21.0.0-0.ci+git291cad9298b, kind: cosmo_trampoline_phase_1, name: trampoline
112282026-07-08T18:14:47.590ZJul 08 18:14:46.791 INFO added artifact, length: 164778869, hash: 3014889ea777a0cb8ec31c143956405d5c5b297812cfac40ccb936c2f4d995c8, version: 21.0.0-0.ci+git291cad9298b, kind: trampoline_phase_2, name: trampoline
112292026-07-08T18:14:49.272ZJul 08 18:14:48.476 INFO added artifact, length: 304329355, hash: 54944b1aaefb1749304f427fb0a6cc5d02931b4d408826ef4cf220da60714790, version: 21.0.0-0.ci+git291cad9298b, kind: zone, name: clickhouse_keeper
112302026-07-08T18:14:51.041ZJul 08 18:14:50.245 INFO added artifact, length: 318180717, hash: ee6c0253d60f5b9ab0cd98d6fc86163110705490f17f4e0f889b9f518e12402a, version: 21.0.0-0.ci+git291cad9298b, kind: zone, name: clickhouse_server
112312026-07-08T18:14:52.842ZJul 08 18:14:52.046 INFO added artifact, length: 318183482, hash: 6367a18fb1bd93f80657b7af6b134e674f8b06250d1490067cb09ca172acc5b7, version: 21.0.0-0.ci+git291cad9298b, kind: zone, name: clickhouse
112322026-07-08T18:14:53.728ZJul 08 18:14:52.932 INFO added artifact, length: 165616451, hash: 12d2d06b8bb95b3113ab12089db0586ad3f361481665603e608f32867c72df9c, version: 21.0.0-0.ci+git291cad9298b, kind: zone, name: cockroachdb
112332026-07-08T18:14:53.975ZJul 08 18:14:53.179 INFO added artifact, length: 40048238, hash: 2591d3b6f8ed9430d971509e4513c68ca20ecb2d8937eb4fe902e3fbacff357c, version: 21.0.0-0.ci+git291cad9298b, kind: zone, name: crucible-pantry-zone
112342026-07-08T18:14:54.290ZJul 08 18:14:53.491 INFO added artifact, length: 55096751, hash: 4caf188e8d0d751cb6f4819360ab27d023032d21a3181053d8f60eb50cc7b864, version: 21.0.0-0.ci+git291cad9298b, kind: zone, name: crucible-zone
112352026-07-08T18:14:54.548ZJul 08 18:14:53.751 INFO added artifact, length: 47916883, hash: 4b1f44eef0de11f895f5c2587220451a69ffdc2f873c6a449f9f367f05e5a5fa, version: 21.0.0-0.ci+git291cad9298b, kind: zone, name: external-dns
112362026-07-08T18:14:54.799ZJul 08 18:14:54.003 INFO added artifact, length: 47916481, hash: 996371cdb54aa9d06a32f0dcf904705c88b934b6faadb13dc12f76d835cafd31, version: 21.0.0-0.ci+git291cad9298b, kind: zone, name: internal-dns
112372026-07-08T18:14:56.393ZJul 08 18:14:55.597 INFO added artifact, length: 281406001, hash: 3eced04ad3eeb014d0e5469dc1e5fc84c5ef14db8fd989bd7fd71d0ecfb11f07, version: 21.0.0-0.ci+git291cad9298b, kind: zone, name: nexus
112382026-07-08T18:14:56.577ZJul 08 18:14:55.781 INFO added artifact, length: 30628372, hash: cb2ff95c3b2389d752266ecc50c54962d5155d6a21c75db5288d325e7ce42e4a, version: 21.0.0-0.ci+git291cad9298b, kind: zone, name: ntp
112392026-07-08T18:14:56.929ZJul 08 18:14:56.133 INFO added artifact, length: 63622948, hash: 205e141f88fcb979a46e3f4b81fbcbac702114b2d7f9c5408a8554f2b064ba4c, version: 21.0.0-0.ci+git291cad9298b, kind: zone, name: oximeter
112402026-07-08T18:14:56.945ZJul 08 18:14:56.150 INFO added artifact, length: 3109592, hash: e281d114a3561720162d1958c23f156b28ee394fb5b089aebd0073829d7e948d, version: 21.0.0-0.ci+git291cad9298b, kind: zone, name: probe
112412026-07-08T18:14:56.948ZJul 08 18:14:56.150 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112422026-07-08T18:14:56.948ZJul 08 18:14:56.150 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
112432026-07-08T18:14:56.948ZJul 08 18:14:56.151 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112442026-07-08T18:14:56.976ZJul 08 18:14:56.181 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
112452026-07-08T18:14:57.006ZJul 08 18:14:56.211 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
112462026-07-08T18:14:57.037ZJul 08 18:14:56.241 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
112472026-07-08T18:14:57.087ZJul 08 18:14:56.291 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112482026-07-08T18:14:57.088ZJul 08 18:14:56.292 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112492026-07-08T18:14:57.143ZJul 08 18:14:56.347 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112502026-07-08T18:14:57.147ZJul 08 18:14:56.347 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112512026-07-08T18:14:57.197ZJul 08 18:14:56.401 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112522026-07-08T18:14:57.197ZJul 08 18:14:56.401 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112532026-07-08T18:14:57.245ZJul 08 18:14:56.449 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112542026-07-08T18:14:57.248ZJul 08 18:14:56.449 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112552026-07-08T18:14:57.248ZJul 08 18:14:56.450 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112562026-07-08T18:14:57.248ZJul 08 18:14:56.450 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112572026-07-08T18:14:57.248ZJul 08 18:14:56.451 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112582026-07-08T18:14:57.289ZJul 08 18:14:56.493 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
112592026-07-08T18:14:57.378ZJul 08 18:14:56.582 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
112602026-07-08T18:14:57.471ZJul 08 18:14:56.675 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
112612026-07-08T18:14:57.566ZJul 08 18:14:56.770 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112622026-07-08T18:14:57.566ZJul 08 18:14:56.770 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112632026-07-08T18:14:57.626ZJul 08 18:14:56.830 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112642026-07-08T18:14:57.626ZJul 08 18:14:56.830 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112652026-07-08T18:14:57.673ZJul 08 18:14:56.877 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112662026-07-08T18:14:57.676ZJul 08 18:14:56.877 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112672026-07-08T18:14:57.723ZJul 08 18:14:56.928 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112682026-07-08T18:14:57.727ZJul 08 18:14:56.928 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112692026-07-08T18:14:57.727ZJul 08 18:14:56.928 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112702026-07-08T18:14:57.727ZJul 08 18:14:56.929 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112712026-07-08T18:14:57.727ZJul 08 18:14:56.929 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112722026-07-08T18:14:57.727ZJul 08 18:14:56.930 INFO added artifact, length: 924, hash: d8f261bb440c59697e5f4165c5fa67d850ee9fe547fc7a37ee814158e0af43c5, version: 21.0.0-0.ci+git291cad9298b, kind: installinator_document, name: installinator_document
112732026-07-08T18:14:58.124ZJul 08 18:14:57.328 INFO extracting uploaded archive to /tmp/.tmpi9KhHW
112742026-07-08T18:15:00.069ZJul 08 18:14:59.273 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.PGr8YN
112752026-07-08T18:15:00.126ZJul 08 18:14:59.330 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
112762026-07-08T18:15:00.225ZJul 08 18:14:59.428 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
112772026-07-08T18:15:00.303ZJul 08 18:14:59.507 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
112782026-07-08T18:15:00.383ZJul 08 18:14:59.587 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
112792026-07-08T18:15:00.465ZJul 08 18:14:59.669 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
112802026-07-08T18:15:00.552ZJul 08 18:14:59.756 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
112812026-07-08T18:15:00.638ZJul 08 18:14:59.843 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
112822026-07-08T18:15:00.725ZJul 08 18:14:59.929 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112832026-07-08T18:15:00.725ZJul 08 18:14:59.929 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112842026-07-08T18:15:00.775ZJul 08 18:14:59.979 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112852026-07-08T18:15:00.778ZJul 08 18:14:59.979 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112862026-07-08T18:15:00.822ZJul 08 18:15:00.027 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112872026-07-08T18:15:00.825ZJul 08 18:15:00.027 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112882026-07-08T18:15:00.870ZJul 08 18:15:00.075 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112892026-07-08T18:15:00.873ZJul 08 18:15:00.075 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112902026-07-08T18:15:00.919ZJul 08 18:15:00.123 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112912026-07-08T18:15:00.919ZJul 08 18:15:00.123 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112922026-07-08T18:15:00.968ZJul 08 18:15:00.172 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112932026-07-08T18:15:00.969ZJul 08 18:15:00.172 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112942026-07-08T18:15:01.014ZJul 08 18:15:00.218 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112952026-07-08T18:15:01.014ZJul 08 18:15:00.218 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112962026-07-08T18:15:01.018ZJul 08 18:15:00.219 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112972026-07-08T18:15:01.018ZJul 08 18:15:00.220 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112982026-07-08T18:15:01.018ZJul 08 18:15:00.220 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112992026-07-08T18:15:01.018ZJul 08 18:15:00.221 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
113002026-07-08T18:15:01.018ZJul 08 18:15:00.221 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
113012026-07-08T18:15:06.428ZJul 08 18:15:05.632 INFO added artifact, length: 33554432, hash: 09bab158ec4eb17963afeb260e4fe8030884e71a05b0fdc49887fe6a3e5eee02, version: 21.0.0-0.ci+git291cad9298b, kind: gimlet_host_phase_1, name: host
113022026-07-08T18:15:06.428ZJul 08 18:15:05.632 INFO added artifact, length: 33554432, hash: c420b58d9f861ae6d637e99a1e3958e45ed2e2bcb7bbddcd1aeb4fa60071f181, version: 21.0.0-0.ci+git291cad9298b, kind: cosmo_host_phase_1, name: host
113032026-07-08T18:15:06.431ZJul 08 18:15:05.632 INFO added artifact, length: 1101008896, hash: 6611f95147ba226870ebcba7ed2ce9f792d61ac4fba2c29ad4c1a1011382b13b, version: 21.0.0-0.ci+git291cad9298b, kind: host_phase_2, name: host
113042026-07-08T18:15:07.463ZJul 08 18:15:06.667 INFO added artifact, length: 33554432, hash: f035558c8de9207662377d28a845f3af69a0b693435b268c7fcec276a5e256db, version: 21.0.0-0.ci+git291cad9298b, kind: gimlet_trampoline_phase_1, name: trampoline
113052026-07-08T18:15:07.463ZJul 08 18:15:06.667 INFO added artifact, length: 33554432, hash: 463620d83518e4359f8a3e97a9d48cb81ecb5a722d400fc25ce2a30967810546, version: 21.0.0-0.ci+git291cad9298b, kind: cosmo_trampoline_phase_1, name: trampoline
113062026-07-08T18:15:07.463ZJul 08 18:15:06.667 INFO added artifact, length: 164778869, hash: 3014889ea777a0cb8ec31c143956405d5c5b297812cfac40ccb936c2f4d995c8, version: 21.0.0-0.ci+git291cad9298b, kind: trampoline_phase_2, name: trampoline
113072026-07-08T18:15:12.327ZJul 08 18:15:11.528 INFO added artifact, length: 1734563799, hash: 8c02e8140750b31a16b5627860fe428d04f94f0cd9bd4dafdc0eae80b33de655, version: 21.0.0-0.ci+git291cad9298b, kind: control_plane, name: control-plane
113082026-07-08T18:15:12.335ZJul 08 18:15:11.528 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
113092026-07-08T18:15:12.335ZJul 08 18:15:11.528 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
113102026-07-08T18:15:12.335ZJul 08 18:15:11.528 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
113112026-07-08T18:15:12.787ZJul 08 18:15:11.558 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
113122026-07-08T18:15:12.787ZJul 08 18:15:11.589 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
113132026-07-08T18:15:12.787ZJul 08 18:15:11.618 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
113142026-07-08T18:15:12.787ZJul 08 18:15:11.664 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113152026-07-08T18:15:12.787ZJul 08 18:15:11.665 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113162026-07-08T18:15:12.787ZJul 08 18:15:11.714 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113172026-07-08T18:15:12.787ZJul 08 18:15:11.714 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113182026-07-08T18:15:12.788ZJul 08 18:15:11.757 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113192026-07-08T18:15:12.788ZJul 08 18:15:11.758 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113202026-07-08T18:15:12.788ZJul 08 18:15:11.804 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113212026-07-08T18:15:12.788ZJul 08 18:15:11.804 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113222026-07-08T18:15:12.788ZJul 08 18:15:11.804 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113232026-07-08T18:15:12.788ZJul 08 18:15:11.805 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113242026-07-08T18:15:12.788ZJul 08 18:15:11.805 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113252026-07-08T18:15:12.788ZJul 08 18:15:11.848 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
113262026-07-08T18:15:12.788ZJul 08 18:15:11.937 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
113272026-07-08T18:15:12.816ZJul 08 18:15:12.021 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
113282026-07-08T18:15:12.910ZJul 08 18:15:12.114 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113292026-07-08T18:15:12.913ZJul 08 18:15:12.114 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113302026-07-08T18:15:12.960ZJul 08 18:15:12.164 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113312026-07-08T18:15:12.960ZJul 08 18:15:12.164 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113322026-07-08T18:15:13.008ZJul 08 18:15:12.212 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113332026-07-08T18:15:13.008ZJul 08 18:15:12.212 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113342026-07-08T18:15:13.054ZJul 08 18:15:12.257 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113352026-07-08T18:15:13.057ZJul 08 18:15:12.257 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113362026-07-08T18:15:13.057ZJul 08 18:15:12.258 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113372026-07-08T18:15:13.057ZJul 08 18:15:12.258 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113382026-07-08T18:15:13.058ZJul 08 18:15:12.259 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113392026-07-08T18:15:13.059ZJul 08 18:15:12.259 INFO added artifact, length: 924, hash: d8f261bb440c59697e5f4165c5fa67d850ee9fe547fc7a37ee814158e0af43c5, version: 21.0.0-0.ci+git291cad9298b, kind: installinator_document, name: installinator_document
113402026-07-08T18:15:13.788ZJul 08 18:15:12.992 INFO [tuf-repo] task succeeded (67.676474739s)
113412026-07-08T18:15:51.140Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 24s
113422026-07-08T18:15:52.914ZJul 08 18:15:52.118 INFO [verify-libraries] process exited with exit status: 0 (391.409379156s)
113432026-07-08T18:15:52.914ZJul 08 18:15:52.118 INFO all jobs completed in 1050.788711539s
113442026-07-08T18:15:53.859Zprocess exited: duration 1259644 ms, exit code 0
 
113452026-07-08T18:15:53.871Zfound 41 output files
113462026-07-08T18:15:53.871Zuploading: /work/manifest.toml (17334 bytes)
113472026-07-08T18:15:54.885Zuploaded: /work/manifest.toml
113482026-07-08T18:15:54.885Zuploading: /work/repo.zip (3038198809 bytes)
113492026-07-08T18:16:32.498Zuploaded: /work/repo.zip
113502026-07-08T18:16:32.498Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113512026-07-08T18:16:33.567Zuploaded: /work/repo.zip.sha256.txt
113522026-07-08T18:16:33.568Zuploading: /work/helios.json (647 bytes)
113532026-07-08T18:16:34.581Zuploaded: /work/helios.json
113542026-07-08T18:16:34.581Zuploading: /work/incorporation.p5m (113332 bytes)
113552026-07-08T18:16:35.597Zuploaded: /work/incorporation.p5m
113562026-07-08T18:16:35.597Zuploading: /work/incorporation.p5p (133120 bytes)
113572026-07-08T18:16:36.617Zuploaded: /work/incorporation.p5p
113582026-07-08T18:16:36.617Zuploading: /work/helios-incorp.log (522 bytes)
113592026-07-08T18:16:37.630Zuploaded: /work/helios-incorp.log
113602026-07-08T18:16:37.630Zuploading: /work/helios-setup.log (56931 bytes)
113612026-07-08T18:16:38.645Zuploaded: /work/helios-setup.log
113622026-07-08T18:16:38.650Zuploading: /work/host-image.log (235452 bytes)
113632026-07-08T18:16:39.663Zuploaded: /work/host-image.log
113642026-07-08T18:16:39.663Zuploading: /work/host-package.log (33100 bytes)
113652026-07-08T18:16:40.676Zuploaded: /work/host-package.log
113662026-07-08T18:16:40.676Zuploading: /work/host-target.log (101 bytes)
113672026-07-08T18:16:41.689Zuploaded: /work/host-target.log
113682026-07-08T18:16:41.689Zuploading: /work/incorp-create.log (0 bytes)
113692026-07-08T18:16:42.698Zuploaded: /work/incorp-create.log
113702026-07-08T18:16:42.698Zuploading: /work/incorp-fmt.log (0 bytes)
113712026-07-08T18:16:43.706Zuploaded: /work/incorp-fmt.log
113722026-07-08T18:16:43.706Zuploading: /work/incorp-pkgsend.log (108 bytes)
113732026-07-08T18:16:44.718Zuploaded: /work/incorp-pkgsend.log
113742026-07-08T18:16:44.718Zuploading: /work/incorp-publisher.log (0 bytes)
113752026-07-08T18:16:45.729Zuploaded: /work/incorp-publisher.log
113762026-07-08T18:16:45.729Zuploading: /work/omicron-package.log (8003 bytes)
113772026-07-08T18:16:46.771Zuploaded: /work/omicron-package.log
113782026-07-08T18:16:46.771Zuploading: /work/recovery-image.log (593225 bytes)
113792026-07-08T18:16:47.890Zuploaded: /work/recovery-image.log
113802026-07-08T18:16:47.890Zuploading: /work/recovery-package.log (2545 bytes)
113812026-07-08T18:16:49.056Zuploaded: /work/recovery-package.log
113822026-07-08T18:16:49.056Zuploading: /work/recovery-target.log (98 bytes)
113832026-07-08T18:16:50.254Zuploaded: /work/recovery-target.log
113842026-07-08T18:16:50.255Zuploading: /work/stamp-clickhouse.log (117 bytes)
113852026-07-08T18:16:51.353Zuploaded: /work/stamp-clickhouse.log
113862026-07-08T18:16:51.353Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113872026-07-08T18:16:52.364Zuploaded: /work/stamp-clickhouse_keeper.log
113882026-07-08T18:16:52.365Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113892026-07-08T18:16:53.479Zuploaded: /work/stamp-clickhouse_server.log
113902026-07-08T18:16:53.479Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113912026-07-08T18:16:54.488Zuploaded: /work/stamp-cockroachdb.log
113922026-07-08T18:16:54.488Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113932026-07-08T18:16:55.497Zuploaded: /work/stamp-crucible-pantry-zone.log
113942026-07-08T18:16:55.497Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113952026-07-08T18:16:56.508Zuploaded: /work/stamp-crucible-utils.log
113962026-07-08T18:16:56.508Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113972026-07-08T18:16:57.518Zuploaded: /work/stamp-crucible-zone.log
113982026-07-08T18:16:57.518Zuploading: /work/stamp-external-dns.log (119 bytes)
113992026-07-08T18:16:58.526Zuploaded: /work/stamp-external-dns.log
114002026-07-08T18:16:58.526Zuploading: /work/stamp-installinator.log (103 bytes)
114012026-07-08T18:16:59.540Zuploaded: /work/stamp-installinator.log
114022026-07-08T18:16:59.540Zuploading: /work/stamp-internal-dns.log (119 bytes)
114032026-07-08T18:17:00.550Zuploaded: /work/stamp-internal-dns.log
114042026-07-08T18:17:00.550Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
114052026-07-08T18:17:01.560Zuploaded: /work/stamp-mg-ddm-gz.log
114062026-07-08T18:17:01.561Zuploading: /work/stamp-nexus.log (112 bytes)
114072026-07-08T18:17:02.571Zuploaded: /work/stamp-nexus.log
114082026-07-08T18:17:02.571Zuploading: /work/stamp-ntp.log (110 bytes)
114092026-07-08T18:17:03.584Zuploaded: /work/stamp-ntp.log
114102026-07-08T18:17:03.584Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114112026-07-08T18:17:04.596Zuploaded: /work/stamp-omicron-sled-agent.log
114122026-07-08T18:17:04.596Zuploading: /work/stamp-overlay.log (114 bytes)
114132026-07-08T18:17:05.606Zuploaded: /work/stamp-overlay.log
114142026-07-08T18:17:05.606Zuploading: /work/stamp-oximeter.log (115 bytes)
114152026-07-08T18:17:06.615Zuploaded: /work/stamp-oximeter.log
114162026-07-08T18:17:06.615Zuploading: /work/stamp-oxlog.log (109 bytes)
114172026-07-08T18:17:07.625Zuploaded: /work/stamp-oxlog.log
114182026-07-08T18:17:07.625Zuploading: /work/stamp-probe.log (112 bytes)
114192026-07-08T18:17:08.635Zuploaded: /work/stamp-probe.log
114202026-07-08T18:17:08.635Zuploading: /work/stamp-propolis-server.log (122 bytes)
114212026-07-08T18:17:09.647Zuploaded: /work/stamp-propolis-server.log
114222026-07-08T18:17:09.647Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114232026-07-08T18:17:10.657Zuploaded: /work/stamp-pumpkind-gz.log
114242026-07-08T18:17:10.657Zuploading: /work/stamp-switch-asic.log (118 bytes)
114252026-07-08T18:17:11.667Zuploaded: /work/stamp-switch-asic.log
114262026-07-08T18:17:11.667Zuploading: /work/verify-libraries.log (50767 bytes)
114272026-07-08T18:17:12.682Zuploaded: /work/verify-libraries.log